tools/testing/selftests/arm64/tags/.gitignore: warning: ignored by one of the .gitignore files tools/testing/selftests/arm64/tags/Makefile: warning: ignored by one of the .gitignore files tools/testing/selftests/arm64/tags/tags_test.c: warning: ignored by one of the .gitignore files tools/testing/selftests/kvm/.gitignore: warning: ignored by one of the .gitignore files tools/testing/selftests/kvm/Makefile: warning: ignored by one of the .gitignore files tools/testing/selftests/kvm/config: warning: ignored by one of the .gitignore files tools/testing/selftests/kvm/settings: warning: ignored by one of the .gitignore files In file included from ../include/trace/define_trace.h:108, from ../samples/ftrace/sample-trace-array.h:84, from ../samples/ftrace/sample-trace-array.c:18: ../samples/ftrace/./sample-trace-array.h: In function ‘trace_event_raw_event_sample_event’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../samples/ftrace/./sample-trace-array.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ 60 | TRACE_EVENT(sample_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../samples/ftrace/./sample-trace-array.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ 60 | TRACE_EVENT(sample_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../samples/ftrace/./sample-trace-array.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ 60 | TRACE_EVENT(sample_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../samples/ftrace/./sample-trace-array.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ 60 | TRACE_EVENT(sample_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../samples/ftrace/./sample-trace-array.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ 60 | TRACE_EVENT(sample_event, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../samples/ftrace/./sample-trace-array.h: In function ‘__bpf_trace_sample_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../samples/ftrace/./sample-trace-array.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ 60 | TRACE_EVENT(sample_event, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../samples/ftrace/./sample-trace-array.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ 60 | TRACE_EVENT(sample_event, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: samples/ftrace/sample-trace-array.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: samples/ftrace] Error 2 make[4]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../arch/x86/include/asm/msr-trace.h:58, from ../arch/x86/lib/msr.c:7: ../arch/x86/include/asm//msr-trace.h: In function ‘trace_event_raw_event_msr_trace_class’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm//msr-trace.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(msr_trace_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm//msr-trace.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(msr_trace_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm//msr-trace.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(msr_trace_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm//msr-trace.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(msr_trace_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm//msr-trace.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(msr_trace_class, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../arch/x86/include/asm//msr-trace.h: In function ‘__bpf_trace_msr_trace_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm//msr-trace.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(msr_trace_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm//msr-trace.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(msr_trace_class, | ^~~~~~~~~~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:244: arch/x86/lib/msr.o] Error 1 make[3]: *** [../scripts/Makefile.build:485: arch/x86/lib] Error 2 make[3]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../sound/firewire/amdtp-stream-trace.h:81, from ../sound/firewire/amdtp-stream.c:27: ../sound/firewire/./amdtp-stream-trace.h: In function ‘trace_event_raw_event_amdtp_packet’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/firewire/./amdtp-stream-trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(amdtp_packet, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/firewire/./amdtp-stream-trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(amdtp_packet, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/firewire/./amdtp-stream-trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(amdtp_packet, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/firewire/./amdtp-stream-trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(amdtp_packet, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/firewire/./amdtp-stream-trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(amdtp_packet, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../sound/firewire/./amdtp-stream-trace.h: In function ‘__bpf_trace_amdtp_packet’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/firewire/./amdtp-stream-trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(amdtp_packet, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/firewire/./amdtp-stream-trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(amdtp_packet, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: sound/firewire/amdtp-stream.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/gpu_mem.h:57, from ../drivers/gpu/trace/trace_gpu_mem.c:11: ../include/trace/events/gpu_mem.h: In function ‘trace_event_raw_event_gpu_mem_total’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/gpu_mem.h:30:1: note: in expansion of macro ‘TRACE_EVENT’ 30 | TRACE_EVENT(gpu_mem_total, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/gpu_mem.h:30:1: note: in expansion of macro ‘TRACE_EVENT’ 30 | TRACE_EVENT(gpu_mem_total, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/gpu_mem.h:30:1: note: in expansion of macro ‘TRACE_EVENT’ 30 | TRACE_EVENT(gpu_mem_total, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/gpu_mem.h:30:1: note: in expansion of macro ‘TRACE_EVENT’ 30 | TRACE_EVENT(gpu_mem_total, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/gpu_mem.h:30:1: note: in expansion of macro ‘TRACE_EVENT’ 30 | TRACE_EVENT(gpu_mem_total, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/gpu_mem.h: In function ‘__bpf_trace_gpu_mem_total’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/gpu_mem.h:30:1: note: in expansion of macro ‘TRACE_EVENT’ 30 | TRACE_EVENT(gpu_mem_total, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/gpu_mem.h:30:1: note: in expansion of macro ‘TRACE_EVENT’ 30 | TRACE_EVENT(gpu_mem_total, | ^~~~~~~~~~~ make[6]: *** [../scripts/Makefile.build:244: drivers/gpu/trace/trace_gpu_mem.o] Error 1 make[5]: *** [../scripts/Makefile.build:485: drivers/gpu/trace] Error 2 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/pwm.h:58, from ../drivers/pwm/core.c:27: ../include/trace/events/pwm.h: In function ‘trace_event_raw_event_pwm’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/pwm.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(pwm, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/pwm.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(pwm, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/pwm.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(pwm, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/pwm.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(pwm, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/pwm.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(pwm, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/pwm.h: In function ‘__bpf_trace_pwm’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/pwm.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(pwm, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/pwm.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(pwm, | ^~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: drivers/pwm/core.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: drivers/pwm] Error 2 make[4]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../arch/x86/include/asm/trace/exceptions.h:54, from ../arch/x86/mm/fault.c:42: ../arch/x86/mm/../include/asm/trace/./exceptions.h: In function ‘trace_event_raw_event_x86_exceptions’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/mm/../include/asm/trace/./exceptions.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(x86_exceptions, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/mm/../include/asm/trace/./exceptions.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(x86_exceptions, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/mm/../include/asm/trace/./exceptions.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(x86_exceptions, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/mm/../include/asm/trace/./exceptions.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(x86_exceptions, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/mm/../include/asm/trace/./exceptions.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(x86_exceptions, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../arch/x86/mm/../include/asm/trace/./exceptions.h: In function ‘__bpf_trace_x86_exceptions’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/mm/../include/asm/trace/./exceptions.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(x86_exceptions, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/mm/../include/asm/trace/./exceptions.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(x86_exceptions, | ^~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: arch/x86/mm/fault.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: arch/x86/mm] Error 2 make[4]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../sound/core/pcm_param_trace.h:143, from ../sound/core/pcm_native.c:32: ../sound/core/./pcm_param_trace.h: In function ‘trace_event_raw_event_hw_mask_param’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_param_trace.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(hw_mask_param, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_param_trace.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(hw_mask_param, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_param_trace.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(hw_mask_param, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_param_trace.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(hw_mask_param, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_param_trace.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(hw_mask_param, | ^~~~~~~~~~~ ../sound/core/./pcm_param_trace.h: In function ‘trace_event_raw_event_hw_interval_param’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_param_trace.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ 68 | TRACE_EVENT(hw_interval_param, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_param_trace.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ 68 | TRACE_EVENT(hw_interval_param, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../sound/core/./pcm_param_trace.h: In function ‘__bpf_trace_hw_mask_param’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_param_trace.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(hw_mask_param, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_param_trace.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(hw_mask_param, | ^~~~~~~~~~~ ../sound/core/./pcm_param_trace.h: In function ‘__bpf_trace_hw_interval_param’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_param_trace.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ 68 | TRACE_EVENT(hw_interval_param, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_param_trace.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ 68 | TRACE_EVENT(hw_interval_param, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: sound/core/pcm_native.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../sound/firewire/motu/amdtp-motu-trace.h:85, from ../sound/firewire/motu/amdtp-motu.c:13: ../sound/firewire/motu/./amdtp-motu-trace.h: In function ‘trace_event_raw_event_data_block_sph’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/firewire/motu/./amdtp-motu-trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(data_block_sph, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/firewire/motu/./amdtp-motu-trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(data_block_sph, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/firewire/motu/./amdtp-motu-trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(data_block_sph, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/firewire/motu/./amdtp-motu-trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(data_block_sph, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/firewire/motu/./amdtp-motu-trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(data_block_sph, | ^~~~~~~~~~~ ../sound/firewire/motu/./amdtp-motu-trace.h: In function ‘trace_event_raw_event_data_block_message’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/firewire/motu/./amdtp-motu-trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(data_block_message, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/firewire/motu/./amdtp-motu-trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(data_block_message, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../sound/firewire/motu/./amdtp-motu-trace.h: In function ‘__bpf_trace_data_block_sph’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/firewire/motu/./amdtp-motu-trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(data_block_sph, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/firewire/motu/./amdtp-motu-trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(data_block_sph, | ^~~~~~~~~~~ ../sound/firewire/motu/./amdtp-motu-trace.h: In function ‘__bpf_trace_data_block_message’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/firewire/motu/./amdtp-motu-trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(data_block_message, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/firewire/motu/./amdtp-motu-trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(data_block_message, | ^~~~~~~~~~~ make[6]: *** [../scripts/Makefile.build:244: sound/firewire/motu/amdtp-motu.o] Error 1 make[5]: *** [../scripts/Makefile.build:485: sound/firewire/motu] Error 2 make[4]: *** [../scripts/Makefile.build:485: sound/firewire] Error 2 make[4]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/nmi.h:38, from ../arch/x86/kernel/nmi.c:41: ../include/trace/events/nmi.h: In function ‘trace_event_raw_event_nmi_handler’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nmi.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(nmi_handler, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nmi.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(nmi_handler, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nmi.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(nmi_handler, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nmi.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(nmi_handler, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nmi.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(nmi_handler, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/nmi.h: In function ‘__bpf_trace_nmi_handler’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nmi.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(nmi_handler, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nmi.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(nmi_handler, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: arch/x86/kernel/nmi.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/netlink.h:29, from ../net/netlink/af_netlink.c:72: ../include/trace/events/netlink.h: In function ‘trace_event_raw_event_netlink_extack’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netlink.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ 9 | TRACE_EVENT(netlink_extack, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netlink.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ 9 | TRACE_EVENT(netlink_extack, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netlink.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ 9 | TRACE_EVENT(netlink_extack, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netlink.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ 9 | TRACE_EVENT(netlink_extack, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netlink.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ 9 | TRACE_EVENT(netlink_extack, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/netlink.h: In function ‘__bpf_trace_netlink_extack’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netlink.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ 9 | TRACE_EVENT(netlink_extack, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netlink.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ 9 | TRACE_EVENT(netlink_extack, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: net/netlink/af_netlink.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: net/netlink] Error 2 make[4]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../drivers/dma/fsl-edma-trace.h:132, from ../drivers/dma/fsl-edma-common.h:342, from ../drivers/dma/fsl-edma-trace.c:4: ../drivers/dma/./fsl-edma-trace.h: In function ‘trace_event_raw_event_edma_log_io’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/dma/./fsl-edma-trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(edma_log_io, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/dma/./fsl-edma-trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(edma_log_io, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/dma/./fsl-edma-trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(edma_log_io, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/dma/./fsl-edma-trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(edma_log_io, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/dma/./fsl-edma-trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(edma_log_io, | ^~~~~~~~~~~~~~~~~~~ ../drivers/dma/./fsl-edma-trace.h: In function ‘trace_event_raw_event_edma_log_tcd’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/dma/./fsl-edma-trace.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 62 | DECLARE_EVENT_CLASS(edma_log_tcd, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/dma/./fsl-edma-trace.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 62 | DECLARE_EVENT_CLASS(edma_log_tcd, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/dma/./fsl-edma-trace.h: In function ‘__bpf_trace_edma_log_io’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/dma/./fsl-edma-trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(edma_log_io, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/dma/./fsl-edma-trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(edma_log_io, | ^~~~~~~~~~~~~~~~~~~ ../drivers/dma/./fsl-edma-trace.h: In function ‘__bpf_trace_edma_log_tcd’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/dma/./fsl-edma-trace.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 62 | DECLARE_EVENT_CLASS(edma_log_tcd, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/dma/./fsl-edma-trace.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 62 | DECLARE_EVENT_CLASS(edma_log_tcd, | ^~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: drivers/dma/fsl-edma-trace.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../drivers/base/trace.h:56, from ../drivers/base/trace.c:10: ../drivers/base/./trace.h: In function ‘trace_event_raw_event_devres’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/./trace.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 19 | DECLARE_EVENT_CLASS(devres, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/./trace.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 19 | DECLARE_EVENT_CLASS(devres, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/./trace.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 19 | DECLARE_EVENT_CLASS(devres, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/./trace.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 19 | DECLARE_EVENT_CLASS(devres, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/./trace.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 19 | DECLARE_EVENT_CLASS(devres, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/base/./trace.h: In function ‘__bpf_trace_devres’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/./trace.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 19 | DECLARE_EVENT_CLASS(devres, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/./trace.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 19 | DECLARE_EVENT_CLASS(devres, | ^~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: drivers/base/trace.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../drivers/soc/qcom/trace-aoss.h:48, from ../drivers/soc/qcom/qcom_aoss.c:18: ../drivers/soc/qcom/./trace-aoss.h: In function ‘trace_event_raw_event_aoss_send’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/soc/qcom/./trace-aoss.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(aoss_send, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/soc/qcom/./trace-aoss.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(aoss_send, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/soc/qcom/./trace-aoss.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(aoss_send, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/soc/qcom/./trace-aoss.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(aoss_send, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/soc/qcom/./trace-aoss.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(aoss_send, | ^~~~~~~~~~~ ../drivers/soc/qcom/./trace-aoss.h: In function ‘trace_event_raw_event_aoss_send_done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/soc/qcom/./trace-aoss.h:26:1: note: in expansion of macro ‘TRACE_EVENT’ 26 | TRACE_EVENT(aoss_send_done, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/soc/qcom/./trace-aoss.h:26:1: note: in expansion of macro ‘TRACE_EVENT’ 26 | TRACE_EVENT(aoss_send_done, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/soc/qcom/./trace-aoss.h: In function ‘__bpf_trace_aoss_send’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/soc/qcom/./trace-aoss.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(aoss_send, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/soc/qcom/./trace-aoss.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(aoss_send, | ^~~~~~~~~~~ ../drivers/soc/qcom/./trace-aoss.h: In function ‘__bpf_trace_aoss_send_done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/soc/qcom/./trace-aoss.h:26:1: note: in expansion of macro ‘TRACE_EVENT’ 26 | TRACE_EVENT(aoss_send_done, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/soc/qcom/./trace-aoss.h:26:1: note: in expansion of macro ‘TRACE_EVENT’ 26 | TRACE_EVENT(aoss_send_done, | ^~~~~~~~~~~ make[6]: *** [../scripts/Makefile.build:244: drivers/soc/qcom/qcom_aoss.o] Error 1 make[6]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/pagemap.h:83, from ../mm/swap.c:44: ../include/trace/events/pagemap.h: In function ‘trace_event_raw_event_mm_lru_insertion’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/pagemap.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(mm_lru_insertion, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/pagemap.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(mm_lru_insertion, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/pagemap.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(mm_lru_insertion, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/pagemap.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(mm_lru_insertion, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/pagemap.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(mm_lru_insertion, | ^~~~~~~~~~~ ../include/trace/events/pagemap.h: In function ‘trace_event_raw_event_mm_lru_activate’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/pagemap.h:61:1: note: in expansion of macro ‘TRACE_EVENT’ 61 | TRACE_EVENT(mm_lru_activate, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/pagemap.h:61:1: note: in expansion of macro ‘TRACE_EVENT’ 61 | TRACE_EVENT(mm_lru_activate, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/pagemap.h: In function ‘__bpf_trace_mm_lru_insertion’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/pagemap.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(mm_lru_insertion, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/pagemap.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(mm_lru_insertion, | ^~~~~~~~~~~ ../include/trace/events/pagemap.h: In function ‘__bpf_trace_mm_lru_activate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/pagemap.h:61:1: note: in expansion of macro ‘TRACE_EVENT’ 61 | TRACE_EVENT(mm_lru_activate, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/pagemap.h:61:1: note: in expansion of macro ‘TRACE_EVENT’ 61 | TRACE_EVENT(mm_lru_activate, | ^~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:244: mm/swap.o] Error 1 make[4]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/avc.h:53, from ../security/selinux/avc.c:35: ../include/trace/events/avc.h: In function ‘trace_event_raw_event_selinux_audited’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/avc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(selinux_audited, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/avc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(selinux_audited, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/avc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(selinux_audited, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/avc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(selinux_audited, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/avc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(selinux_audited, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/avc.h: In function ‘__bpf_trace_selinux_audited’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/avc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(selinux_audited, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/avc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(selinux_audited, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: security/selinux/avc.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: security/selinux] Error 2 make[3]: *** [../scripts/Makefile.build:485: security] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/dma_fence.h:89, from ../drivers/dma-buf/dma-fence.c:21: ../include/trace/events/dma_fence.h: In function ‘trace_event_raw_event_dma_fence’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/dma_fence.h:12:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 12 | DECLARE_EVENT_CLASS(dma_fence, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/dma_fence.h:12:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 12 | DECLARE_EVENT_CLASS(dma_fence, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/dma_fence.h:12:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 12 | DECLARE_EVENT_CLASS(dma_fence, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/dma_fence.h:12:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 12 | DECLARE_EVENT_CLASS(dma_fence, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/dma_fence.h:12:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 12 | DECLARE_EVENT_CLASS(dma_fence, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/dma_fence.h: In function ‘__bpf_trace_dma_fence’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dma_fence.h:12:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 12 | DECLARE_EVENT_CLASS(dma_fence, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dma_fence.h:12:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 12 | DECLARE_EVENT_CLASS(dma_fence, | ^~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: drivers/dma-buf/dma-fence.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../sound/core/pcm_trace.h:149, from ../sound/core/pcm_lib.c:25: ../sound/core/./pcm_trace.h: In function ‘trace_event_raw_event_hwptr’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(hwptr, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(hwptr, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(hwptr, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(hwptr, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(hwptr, | ^~~~~~~~~~~ ../sound/core/./pcm_trace.h: In function ‘trace_event_raw_event_xrun’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(xrun, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(xrun, | ^~~~~~~~~~~ ../sound/core/./pcm_trace.h: In function ‘trace_event_raw_event_hw_ptr_error’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_trace.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(hw_ptr_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_trace.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(hw_ptr_error, | ^~~~~~~~~~~ ../sound/core/./pcm_trace.h: In function ‘trace_event_raw_event_applptr’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_trace.h:106:1: note: in expansion of macro ‘TRACE_EVENT’ 106 | TRACE_EVENT(applptr, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_trace.h:106:1: note: in expansion of macro ‘TRACE_EVENT’ 106 | TRACE_EVENT(applptr, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../sound/core/./pcm_trace.h: In function ‘__bpf_trace_hwptr’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(hwptr, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(hwptr, | ^~~~~~~~~~~ ../sound/core/./pcm_trace.h: In function ‘__bpf_trace_xrun’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(xrun, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(xrun, | ^~~~~~~~~~~ ../sound/core/./pcm_trace.h: In function ‘__bpf_trace_hw_ptr_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_trace.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(hw_ptr_error, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_trace.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(hw_ptr_error, | ^~~~~~~~~~~ ../sound/core/./pcm_trace.h: In function ‘__bpf_trace_applptr’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_trace.h:106:1: note: in expansion of macro ‘TRACE_EVENT’ 106 | TRACE_EVENT(applptr, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_trace.h:106:1: note: in expansion of macro ‘TRACE_EVENT’ 106 | TRACE_EVENT(applptr, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: sound/core/pcm_lib.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: sound/core] Error 2 In file included from ../include/trace/define_trace.h:108, from ../samples/trace_events/trace-events-sample.h:631, from ../samples/trace_events/trace-events-sample.c:12: ../samples/trace_events/./trace-events-sample.h: In function ‘trace_event_get_offsets_foo_bar’: ../include/linux/cpumask.h:121:42: warning: function ‘trace_event_get_offsets_foo_bar’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] 121 | #define cpu_possible_mask ((const struct cpumask *)&__cpu_possible_mask) | ^~~~~~~ ../include/trace/trace_events.h:299:9: note: in definition of macro ‘DECLARE_EVENT_CLASS’ 299 | tstruct; \ | ^~~~~~~ ../include/trace/trace_events.h:43:30: note: in expansion of macro ‘PARAMS’ 43 | PARAMS(tstruct), \ | ^~~~~~ ../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ 291 | TRACE_EVENT(foo_bar, | ^~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:299:9: note: in expansion of macro ‘TP_STRUCT__entry’ 299 | TP_STRUCT__entry( | ^~~~~~~~~~~~~~~~ ../include/trace/stages/stage5_get_offsets.h:110:34: note: in expansion of macro ‘__dynamic_array’ 110 | #define __bitmask(item, nr_bits) __dynamic_array(unsigned long, item, \ | ^~~~~~~~~~~~~~~ ../include/trace/stages/stage5_get_offsets.h:98:11: note: in expansion of macro ‘__bitmask_size_in_bytes_raw’ 98 | ((__bitmask_size_in_bytes_raw(nr_bits) + \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/trace/stages/stage5_get_offsets.h:111:42: note: in expansion of macro ‘__bitmask_size_in_longs’ 111 | __bitmask_size_in_longs(nr_bits)) | ^~~~~~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:304:17: note: in expansion of macro ‘__bitmask’ 304 | __bitmask( cpus, num_possible_cpus() ) | ^~~~~~~~~ ../include/linux/cpumask.h:1098:48: note: in expansion of macro ‘cpu_possible_mask’ 1098 | #define num_possible_cpus() cpumask_weight(cpu_possible_mask) | ^~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:304:41: note: in expansion of macro ‘num_possible_cpus’ 304 | __bitmask( cpus, num_possible_cpus() ) | ^~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h: In function ‘trace_event_raw_event_foo_bar’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ 291 | TRACE_EVENT(foo_bar, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ 291 | TRACE_EVENT(foo_bar, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ 291 | TRACE_EVENT(foo_bar, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ 291 | TRACE_EVENT(foo_bar, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ 291 | TRACE_EVENT(foo_bar, | ^~~~~~~~~~~ ../arch/x86/include/asm/bug.h:39:45: warning: function ‘trace_event_raw_event_foo_bar’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] 39 | "i" (sizeof(struct bug_entry))); \ | ^~~~~~~~~ ../include/trace/trace_events.h:450:11: note: in definition of macro ‘_DECLARE_EVENT_CLASS’ 450 | { assign; } \ | ^~~~~~ ../include/trace/trace_events.h:458:46: note: in expansion of macro ‘PARAMS’ 458 | PARAMS(tstruct), PARAMS(assign), PARAMS(print), 0) | ^~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:44:30: note: in expansion of macro ‘PARAMS’ 44 | PARAMS(assign), \ | ^~~~~~ ../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ 291 | TRACE_EVENT(foo_bar, | ^~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:310:9: note: in expansion of macro ‘TP_fast_assign’ 310 | TP_fast_assign( | ^~~~~~~~~~~~~~ ../arch/x86/include/asm/bug.h:83:9: note: in expansion of macro ‘_BUG_FLAGS’ 83 | _BUG_FLAGS(ASM_UD2, __flags, ASM_REACHABLE); \ | ^~~~~~~~~~ ../include/asm-generic/bug.h:107:17: note: in expansion of macro ‘__WARN_FLAGS’ 107 | __WARN_FLAGS(BUGFLAG_NO_CUT_HERE | BUGFLAG_TAINT(taint));\ | ^~~~~~~~~~~~ ../include/asm-generic/bug.h:134:17: note: in expansion of macro ‘__WARN_printf’ 134 | __WARN_printf(TAINT_WARN, format); \ | ^~~~~~~~~~~~~ ../include/linux/once_lite.h:31:25: note: in expansion of macro ‘WARN’ 31 | func(__VA_ARGS__); \ | ^~~~ ../include/asm-generic/bug.h:152:9: note: in expansion of macro ‘DO_ONCE_LITE_IF’ 152 | DO_ONCE_LITE_IF(condition, WARN, 1, format) | ^~~~~~~~~~~~~~~ ../include/linux/fortify-string.h:24:41: note: in expansion of macro ‘WARN_ONCE’ 24 | # define fortify_warn_once(x...) WARN_ONCE(x) | ^~~~~~~~~ ../include/linux/fortify-string.h:626:9: note: in expansion of macro ‘fortify_warn_once’ 626 | fortify_warn_once(fortify_memcpy_chk(__fortify_size, __p_size, \ | ^~~~~~~~~~~~~~~~~ ../include/linux/fortify-string.h:678:26: note: in expansion of macro ‘__fortify_memcpy_chk’ 678 | #define memcpy(p, q, s) __fortify_memcpy_chk(p, q, s, \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/stages/stage6_event_callback.h:38:17: note: in expansion of macro ‘memcpy’ 38 | memcpy(__str__, __data_offsets.dst##_ptr_ ? : \ | ^~~~~~ ../samples/trace_events/./trace-events-sample.h:316:17: note: in expansion of macro ‘__assign_str’ 316 | __assign_str(lstr); | ^~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h: In function ‘trace_event_raw_event_foo_bar_with_cond’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:408:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 408 | TRACE_EVENT_CONDITION(foo_bar_with_cond, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:408:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 408 | TRACE_EVENT_CONDITION(foo_bar_with_cond, | ^~~~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h: In function ‘trace_event_raw_event_foo_bar_with_fn’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:92:9: note: in expansion of macro ‘TRACE_EVENT’ 92 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:451:1: note: in expansion of macro ‘TRACE_EVENT_FN’ 451 | TRACE_EVENT_FN(foo_bar_with_fn, | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:92:9: note: in expansion of macro ‘TRACE_EVENT’ 92 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:451:1: note: in expansion of macro ‘TRACE_EVENT_FN’ 451 | TRACE_EVENT_FN(foo_bar_with_fn, | ^~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h: In function ‘trace_event_raw_event_foo_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:498:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 498 | DECLARE_EVENT_CLASS(foo_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:498:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 498 | DECLARE_EVENT_CLASS(foo_template, | ^~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h: In function ‘trace_event_raw_event_foo_rel_loc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:563:1: note: in expansion of macro ‘TRACE_EVENT’ 563 | TRACE_EVENT(foo_rel_loc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:563:1: note: in expansion of macro ‘TRACE_EVENT’ 563 | TRACE_EVENT(foo_rel_loc, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../samples/trace_events/./trace-events-sample.h: In function ‘perf_trace_foo_bar’: ../arch/x86/include/asm/bug.h:39:45: warning: function ‘perf_trace_foo_bar’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] 39 | "i" (sizeof(struct bug_entry))); \ | ^~~~~~~~~ ../include/trace/perf.h:51:11: note: in definition of macro ‘DECLARE_EVENT_CLASS’ 51 | { assign; } \ | ^~~~~~ ../include/trace/trace_events.h:44:30: note: in expansion of macro ‘PARAMS’ 44 | PARAMS(assign), \ | ^~~~~~ ../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ 291 | TRACE_EVENT(foo_bar, | ^~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:310:9: note: in expansion of macro ‘TP_fast_assign’ 310 | TP_fast_assign( | ^~~~~~~~~~~~~~ ../arch/x86/include/asm/bug.h:83:9: note: in expansion of macro ‘_BUG_FLAGS’ 83 | _BUG_FLAGS(ASM_UD2, __flags, ASM_REACHABLE); \ | ^~~~~~~~~~ ../include/asm-generic/bug.h:107:17: note: in expansion of macro ‘__WARN_FLAGS’ 107 | __WARN_FLAGS(BUGFLAG_NO_CUT_HERE | BUGFLAG_TAINT(taint));\ | ^~~~~~~~~~~~ ../include/asm-generic/bug.h:134:17: note: in expansion of macro ‘__WARN_printf’ 134 | __WARN_printf(TAINT_WARN, format); \ | ^~~~~~~~~~~~~ ../include/linux/once_lite.h:31:25: note: in expansion of macro ‘WARN’ 31 | func(__VA_ARGS__); \ | ^~~~ ../include/asm-generic/bug.h:152:9: note: in expansion of macro ‘DO_ONCE_LITE_IF’ 152 | DO_ONCE_LITE_IF(condition, WARN, 1, format) | ^~~~~~~~~~~~~~~ ../include/linux/fortify-string.h:24:41: note: in expansion of macro ‘WARN_ONCE’ 24 | # define fortify_warn_once(x...) WARN_ONCE(x) | ^~~~~~~~~ ../include/linux/fortify-string.h:626:9: note: in expansion of macro ‘fortify_warn_once’ 626 | fortify_warn_once(fortify_memcpy_chk(__fortify_size, __p_size, \ | ^~~~~~~~~~~~~~~~~ ../include/linux/fortify-string.h:678:26: note: in expansion of macro ‘__fortify_memcpy_chk’ 678 | #define memcpy(p, q, s) __fortify_memcpy_chk(p, q, s, \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/stages/stage6_event_callback.h:38:17: note: in expansion of macro ‘memcpy’ 38 | memcpy(__str__, __data_offsets.dst##_ptr_ ? : \ | ^~~~~~ ../samples/trace_events/./trace-events-sample.h:316:17: note: in expansion of macro ‘__assign_str’ 316 | __assign_str(lstr); | ^~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../samples/trace_events/./trace-events-sample.h: In function ‘__bpf_trace_foo_bar’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ 291 | TRACE_EVENT(foo_bar, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ 291 | TRACE_EVENT(foo_bar, | ^~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h: In function ‘__bpf_trace_foo_bar_with_cond’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:408:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 408 | TRACE_EVENT_CONDITION(foo_bar_with_cond, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:408:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 408 | TRACE_EVENT_CONDITION(foo_bar_with_cond, | ^~~~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h: In function ‘__bpf_trace_foo_bar_with_fn’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:92:9: note: in expansion of macro ‘TRACE_EVENT’ 92 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:451:1: note: in expansion of macro ‘TRACE_EVENT_FN’ 451 | TRACE_EVENT_FN(foo_bar_with_fn, | ^~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:92:9: note: in expansion of macro ‘TRACE_EVENT’ 92 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:451:1: note: in expansion of macro ‘TRACE_EVENT_FN’ 451 | TRACE_EVENT_FN(foo_bar_with_fn, | ^~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h: In function ‘__bpf_trace_foo_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:498:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 498 | DECLARE_EVENT_CLASS(foo_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:498:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 498 | DECLARE_EVENT_CLASS(foo_template, | ^~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h: In function ‘__bpf_trace_foo_rel_loc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:563:1: note: in expansion of macro ‘TRACE_EVENT’ 563 | TRACE_EVENT(foo_rel_loc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:563:1: note: in expansion of macro ‘TRACE_EVENT’ 563 | TRACE_EVENT(foo_rel_loc, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: samples/trace_events/trace-events-sample.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: samples/trace_events] Error 2 make[3]: *** [../scripts/Makefile.build:485: samples] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/dma-buf/sync_trace.h:33, from ../drivers/dma-buf/sw_sync.c:17: ../include/trace/../../drivers/dma-buf/sync_trace.h: In function ‘trace_event_raw_event_sync_timeline’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(sync_timeline, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(sync_timeline, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(sync_timeline, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(sync_timeline, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(sync_timeline, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/../../drivers/dma-buf/sync_trace.h: In function ‘__bpf_trace_sync_timeline’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(sync_timeline, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(sync_timeline, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: drivers/dma-buf/sw_sync.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: drivers/dma-buf] Error 2 In file included from ../include/trace/define_trace.h:108, from ../arch/x86/include/asm/trace/hyperv.h:98, from ../arch/x86/hyperv/mmu.c:15: ../arch/x86/include/asm/trace//hyperv.h: In function ‘trace_event_raw_event_hyperv_mmu_flush_tlb_multi’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(hyperv_mmu_flush_tlb_multi, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(hyperv_mmu_flush_tlb_multi, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(hyperv_mmu_flush_tlb_multi, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(hyperv_mmu_flush_tlb_multi, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(hyperv_mmu_flush_tlb_multi, | ^~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h: In function ‘trace_event_raw_event_hyperv_nested_flush_guest_mapping’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:31:1: note: in expansion of macro ‘TRACE_EVENT’ 31 | TRACE_EVENT(hyperv_nested_flush_guest_mapping, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:31:1: note: in expansion of macro ‘TRACE_EVENT’ 31 | TRACE_EVENT(hyperv_nested_flush_guest_mapping, | ^~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h: In function ‘trace_event_raw_event_hyperv_nested_flush_guest_mapping_range’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:45:1: note: in expansion of macro ‘TRACE_EVENT’ 45 | TRACE_EVENT(hyperv_nested_flush_guest_mapping_range, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:45:1: note: in expansion of macro ‘TRACE_EVENT’ 45 | TRACE_EVENT(hyperv_nested_flush_guest_mapping_range, | ^~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h: In function ‘trace_event_raw_event_hyperv_send_ipi_mask’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(hyperv_send_ipi_mask, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(hyperv_send_ipi_mask, | ^~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h: In function ‘trace_event_raw_event_hyperv_send_ipi_one’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:74:1: note: in expansion of macro ‘TRACE_EVENT’ 74 | TRACE_EVENT(hyperv_send_ipi_one, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:74:1: note: in expansion of macro ‘TRACE_EVENT’ 74 | TRACE_EVENT(hyperv_send_ipi_one, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../arch/x86/include/asm/trace//hyperv.h: In function ‘__bpf_trace_hyperv_mmu_flush_tlb_multi’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(hyperv_mmu_flush_tlb_multi, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(hyperv_mmu_flush_tlb_multi, | ^~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h: In function ‘__bpf_trace_hyperv_nested_flush_guest_mapping’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:31:1: note: in expansion of macro ‘TRACE_EVENT’ 31 | TRACE_EVENT(hyperv_nested_flush_guest_mapping, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:31:1: note: in expansion of macro ‘TRACE_EVENT’ 31 | TRACE_EVENT(hyperv_nested_flush_guest_mapping, | ^~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h: In function ‘__bpf_trace_hyperv_nested_flush_guest_mapping_range’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:45:1: note: in expansion of macro ‘TRACE_EVENT’ 45 | TRACE_EVENT(hyperv_nested_flush_guest_mapping_range, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:45:1: note: in expansion of macro ‘TRACE_EVENT’ 45 | TRACE_EVENT(hyperv_nested_flush_guest_mapping_range, | ^~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h: In function ‘__bpf_trace_hyperv_send_ipi_mask’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(hyperv_send_ipi_mask, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(hyperv_send_ipi_mask, | ^~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h: In function ‘__bpf_trace_hyperv_send_ipi_one’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:74:1: note: in expansion of macro ‘TRACE_EVENT’ 74 | TRACE_EVENT(hyperv_send_ipi_one, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:74:1: note: in expansion of macro ‘TRACE_EVENT’ 74 | TRACE_EVENT(hyperv_send_ipi_one, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: arch/x86/hyperv/mmu.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: arch/x86/hyperv] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/filemap.h:118, from ../mm/filemap.c:54: ../include/trace/events/filemap.h: In function ‘trace_event_raw_event_mm_filemap_op_page_cache’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/filemap.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 16 | DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/filemap.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 16 | DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/filemap.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 16 | DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/filemap.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 16 | DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/filemap.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 16 | DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filemap.h: In function ‘trace_event_raw_event_filemap_set_wb_err’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filemap.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(filemap_set_wb_err, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filemap.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(filemap_set_wb_err, | ^~~~~~~~~~~ ../include/trace/events/filemap.h: In function ‘trace_event_raw_event_file_check_and_advance_wb_err’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filemap.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ 84 | TRACE_EVENT(file_check_and_advance_wb_err, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filemap.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ 84 | TRACE_EVENT(file_check_and_advance_wb_err, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/filemap.h: In function ‘__bpf_trace_mm_filemap_op_page_cache’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filemap.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 16 | DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filemap.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 16 | DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filemap.h: In function ‘__bpf_trace_filemap_set_wb_err’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filemap.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(filemap_set_wb_err, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filemap.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(filemap_set_wb_err, | ^~~~~~~~~~~ ../include/trace/events/filemap.h: In function ‘__bpf_trace_file_check_and_advance_wb_err’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filemap.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ 84 | TRACE_EVENT(file_check_and_advance_wb_err, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filemap.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ 84 | TRACE_EVENT(file_check_and_advance_wb_err, | ^~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:244: mm/filemap.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/initcall.h:74, from ../init/main.c:113: ../include/trace/events/initcall.h: In function ‘trace_event_raw_event_initcall_level’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/initcall.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(initcall_level, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/initcall.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(initcall_level, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/initcall.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(initcall_level, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/initcall.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(initcall_level, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/initcall.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(initcall_level, | ^~~~~~~~~~~ ../include/trace/events/initcall.h: In function ‘trace_event_raw_event_initcall_start’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/initcall.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ 27 | TRACE_EVENT(initcall_start, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/initcall.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ 27 | TRACE_EVENT(initcall_start, | ^~~~~~~~~~~ ../include/trace/events/initcall.h: In function ‘trace_event_raw_event_initcall_finish’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/initcall.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ 48 | TRACE_EVENT(initcall_finish, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/initcall.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ 48 | TRACE_EVENT(initcall_finish, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/initcall.h: In function ‘__bpf_trace_initcall_level’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/initcall.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(initcall_level, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/initcall.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(initcall_level, | ^~~~~~~~~~~ ../include/trace/events/initcall.h: In function ‘__bpf_trace_initcall_start’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/initcall.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ 27 | TRACE_EVENT(initcall_start, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/initcall.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ 27 | TRACE_EVENT(initcall_start, | ^~~~~~~~~~~ ../include/trace/events/initcall.h: In function ‘__bpf_trace_initcall_finish’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/initcall.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ 48 | TRACE_EVENT(initcall_finish, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/initcall.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ 48 | TRACE_EVENT(initcall_finish, | ^~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:244: init/main.o] Error 1 make[3]: *** [../scripts/Makefile.build:485: init] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/bpf_test_run.h:67, from ../net/bpf/test_run.c:29: ../include/trace/events/bpf_test_run.h: In function ‘trace_event_raw_event_bpf_trigger_tp’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bpf_test_run.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(bpf_trigger_tp, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bpf_test_run.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(bpf_trigger_tp, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bpf_test_run.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(bpf_trigger_tp, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bpf_test_run.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(bpf_trigger_tp, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bpf_test_run.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(bpf_trigger_tp, | ^~~~~~~~~~~ ../include/trace/events/bpf_test_run.h: In function ‘trace_event_raw_event_bpf_test_finish’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/bpf_test_run.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(bpf_test_finish, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/bpf_test_run.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(bpf_test_finish, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/bpf_test_run.h: In function ‘__bpf_trace_bpf_trigger_tp’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bpf_test_run.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(bpf_trigger_tp, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bpf_test_run.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(bpf_trigger_tp, | ^~~~~~~~~~~ ../include/trace/events/bpf_test_run.h: In function ‘__bpf_trace_bpf_test_finish’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bpf_test_run.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(bpf_test_finish, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bpf_test_run.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(bpf_test_finish, | ^~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: net/bpf/test_run.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: net/bpf] Error 2 In file included from ../include/trace/define_trace.h:108, from ../sound/hda/trace.h:101, from ../sound/hda/trace.c:6: ../sound/hda/./trace.h: In function ‘trace_event_raw_event_hda_send_cmd’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/hda/./trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ 19 | TRACE_EVENT(hda_send_cmd, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/hda/./trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ 19 | TRACE_EVENT(hda_send_cmd, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/hda/./trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ 19 | TRACE_EVENT(hda_send_cmd, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/hda/./trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ 19 | TRACE_EVENT(hda_send_cmd, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/hda/./trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ 19 | TRACE_EVENT(hda_send_cmd, | ^~~~~~~~~~~ ../sound/hda/./trace.h: In function ‘trace_event_raw_event_hda_get_response’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/hda/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ 33 | TRACE_EVENT(hda_get_response, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/hda/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ 33 | TRACE_EVENT(hda_get_response, | ^~~~~~~~~~~ ../sound/hda/./trace.h: In function ‘trace_event_raw_event_hda_unsol_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/hda/./trace.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(hda_unsol_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/hda/./trace.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(hda_unsol_event, | ^~~~~~~~~~~ ../sound/hda/./trace.h: In function ‘trace_event_raw_event_hdac_stream’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../sound/hda/./trace.h:66:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 66 | DECLARE_EVENT_CLASS(hdac_stream, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../sound/hda/./trace.h:66:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 66 | DECLARE_EVENT_CLASS(hdac_stream, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../sound/hda/./trace.h: In function ‘__bpf_trace_hda_send_cmd’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/hda/./trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ 19 | TRACE_EVENT(hda_send_cmd, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/hda/./trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ 19 | TRACE_EVENT(hda_send_cmd, | ^~~~~~~~~~~ ../sound/hda/./trace.h: In function ‘__bpf_trace_hda_get_response’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/hda/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ 33 | TRACE_EVENT(hda_get_response, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/hda/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ 33 | TRACE_EVENT(hda_get_response, | ^~~~~~~~~~~ ../sound/hda/./trace.h: In function ‘__bpf_trace_hda_unsol_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/hda/./trace.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(hda_unsol_event, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/hda/./trace.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(hda_unsol_event, | ^~~~~~~~~~~ ../sound/hda/./trace.h: In function ‘__bpf_trace_hdac_stream’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../sound/hda/./trace.h:66:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 66 | DECLARE_EVENT_CLASS(hdac_stream, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../sound/hda/./trace.h:66:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 66 | DECLARE_EVENT_CLASS(hdac_stream, | ^~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: sound/hda/trace.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: sound/hda] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/maple_tree.h:123, from ../lib/maple_tree.c:65: ../include/trace/events/maple_tree.h: In function ‘trace_event_raw_event_ma_op’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/maple_tree.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(ma_op, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/maple_tree.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(ma_op, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/maple_tree.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(ma_op, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/maple_tree.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(ma_op, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/maple_tree.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(ma_op, | ^~~~~~~~~~~ ../include/trace/events/maple_tree.h: In function ‘trace_event_raw_event_ma_read’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/maple_tree.h:46:1: note: in expansion of macro ‘TRACE_EVENT’ 46 | TRACE_EVENT(ma_read, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/maple_tree.h:46:1: note: in expansion of macro ‘TRACE_EVENT’ 46 | TRACE_EVENT(ma_read, | ^~~~~~~~~~~ ../include/trace/events/maple_tree.h: In function ‘trace_event_raw_event_ma_write’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/maple_tree.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ 80 | TRACE_EVENT(ma_write, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/maple_tree.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ 80 | TRACE_EVENT(ma_write, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/maple_tree.h: In function ‘__bpf_trace_ma_op’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/maple_tree.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(ma_op, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/maple_tree.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(ma_op, | ^~~~~~~~~~~ ../include/trace/events/maple_tree.h: In function ‘__bpf_trace_ma_read’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/maple_tree.h:46:1: note: in expansion of macro ‘TRACE_EVENT’ 46 | TRACE_EVENT(ma_read, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/maple_tree.h:46:1: note: in expansion of macro ‘TRACE_EVENT’ 46 | TRACE_EVENT(ma_read, | ^~~~~~~~~~~ ../include/trace/events/maple_tree.h: In function ‘__bpf_trace_ma_write’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/maple_tree.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ 80 | TRACE_EVENT(ma_write, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/maple_tree.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ 80 | TRACE_EVENT(ma_write, | ^~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:244: lib/maple_tree.o] Error 1 make[3]: *** [../scripts/Makefile.build:485: lib] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/gpio.h:57, from ../drivers/gpio/gpiolib.c:44: ../include/trace/events/gpio.h: In function ‘trace_event_raw_event_gpio_direction’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/gpio.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(gpio_direction, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/gpio.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(gpio_direction, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/gpio.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(gpio_direction, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/gpio.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(gpio_direction, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/gpio.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(gpio_direction, | ^~~~~~~~~~~ ../include/trace/events/gpio.h: In function ‘trace_event_raw_event_gpio_value’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/gpio.h:32:1: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(gpio_value, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/gpio.h:32:1: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(gpio_value, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/gpio.h: In function ‘__bpf_trace_gpio_direction’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/gpio.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(gpio_direction, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/gpio.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(gpio_direction, | ^~~~~~~~~~~ ../include/trace/events/gpio.h: In function ‘__bpf_trace_gpio_value’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/gpio.h:32:1: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(gpio_value, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/gpio.h:32:1: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(gpio_value, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: drivers/gpio/gpiolib.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: drivers/gpio] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/mctp.h:78, from ../net/mctp/af_mctp.c:21: ../include/trace/events/mctp.h: In function ‘trace_event_raw_event_mctp_key_acquire’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mctp.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(mctp_key_acquire, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mctp.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(mctp_key_acquire, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mctp.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(mctp_key_acquire, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mctp.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(mctp_key_acquire, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mctp.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(mctp_key_acquire, | ^~~~~~~~~~~ ../include/trace/events/mctp.h: In function ‘trace_event_raw_event_mctp_key_release’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mctp.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ 48 | TRACE_EVENT(mctp_key_release, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mctp.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ 48 | TRACE_EVENT(mctp_key_release, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/mctp.h: In function ‘__bpf_trace_mctp_key_acquire’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mctp.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(mctp_key_acquire, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mctp.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(mctp_key_acquire, | ^~~~~~~~~~~ ../include/trace/events/mctp.h: In function ‘__bpf_trace_mctp_key_release’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mctp.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ 48 | TRACE_EVENT(mctp_key_release, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mctp.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ 48 | TRACE_EVENT(mctp_key_release, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: net/mctp/af_mctp.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: net/mctp] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/irq.h:213, from ../kernel/softirq.c:35: ../include/trace/events/irq.h: In function ‘trace_event_raw_event_irq_handler_entry’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h:53:1: note: in expansion of macro ‘TRACE_EVENT’ 53 | TRACE_EVENT(irq_handler_entry, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h:53:1: note: in expansion of macro ‘TRACE_EVENT’ 53 | TRACE_EVENT(irq_handler_entry, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h:53:1: note: in expansion of macro ‘TRACE_EVENT’ 53 | TRACE_EVENT(irq_handler_entry, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h:53:1: note: in expansion of macro ‘TRACE_EVENT’ 53 | TRACE_EVENT(irq_handler_entry, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h:53:1: note: in expansion of macro ‘TRACE_EVENT’ 53 | TRACE_EVENT(irq_handler_entry, | ^~~~~~~~~~~ ../include/trace/events/irq.h: In function ‘trace_event_raw_event_irq_handler_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(irq_handler_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(irq_handler_exit, | ^~~~~~~~~~~ ../include/trace/events/irq.h: In function ‘trace_event_raw_event_softirq’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 103 | DECLARE_EVENT_CLASS(softirq, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 103 | DECLARE_EVENT_CLASS(softirq, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h: In function ‘trace_event_raw_event_tasklet’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h:163:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 163 | DECLARE_EVENT_CLASS(tasklet, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h:163:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 163 | DECLARE_EVENT_CLASS(tasklet, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/irq.h: In function ‘__bpf_trace_irq_handler_entry’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h:53:1: note: in expansion of macro ‘TRACE_EVENT’ 53 | TRACE_EVENT(irq_handler_entry, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h:53:1: note: in expansion of macro ‘TRACE_EVENT’ 53 | TRACE_EVENT(irq_handler_entry, | ^~~~~~~~~~~ ../include/trace/events/irq.h: In function ‘__bpf_trace_irq_handler_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(irq_handler_exit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(irq_handler_exit, | ^~~~~~~~~~~ ../include/trace/events/irq.h: In function ‘__bpf_trace_softirq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 103 | DECLARE_EVENT_CLASS(softirq, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 103 | DECLARE_EVENT_CLASS(softirq, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h: In function ‘__bpf_trace_tasklet’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h:163:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 163 | DECLARE_EVENT_CLASS(tasklet, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h:163:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 163 | DECLARE_EVENT_CLASS(tasklet, | ^~~~~~~~~~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:244: kernel/softirq.o] Error 1 make[4]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../drivers/iommu/intel/trace.h:196, from ../drivers/iommu/intel/trace.c:14: ../include/trace/../../drivers/iommu/intel//trace.h: In function ‘trace_event_raw_event_qi_submit’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(qi_submit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(qi_submit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(qi_submit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(qi_submit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(qi_submit, | ^~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h: In function ‘trace_event_raw_event_prq_report’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ 58 | TRACE_EVENT(prq_report, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ 58 | TRACE_EVENT(prq_report, | ^~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h: In function ‘trace_event_raw_event_cache_tag_log’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h:93:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 93 | DECLARE_EVENT_CLASS(cache_tag_log, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h:93:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 93 | DECLARE_EVENT_CLASS(cache_tag_log, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h: In function ‘trace_event_raw_event_cache_tag_flush’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h:138:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 138 | DECLARE_EVENT_CLASS(cache_tag_flush, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h:138:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 138 | DECLARE_EVENT_CLASS(cache_tag_flush, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/../../drivers/iommu/intel//trace.h: In function ‘__bpf_trace_qi_submit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(qi_submit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(qi_submit, | ^~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h: In function ‘__bpf_trace_prq_report’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ 58 | TRACE_EVENT(prq_report, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ 58 | TRACE_EVENT(prq_report, | ^~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h: In function ‘__bpf_trace_cache_tag_log’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h:93:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 93 | DECLARE_EVENT_CLASS(cache_tag_log, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h:93:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 93 | DECLARE_EVENT_CLASS(cache_tag_log, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h: In function ‘__bpf_trace_cache_tag_flush’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h:138:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 138 | DECLARE_EVENT_CLASS(cache_tag_flush, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h:138:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 138 | DECLARE_EVENT_CLASS(cache_tag_flush, | ^~~~~~~~~~~~~~~~~~~ make[6]: *** [../scripts/Makefile.build:244: drivers/iommu/intel/trace.o] Error 1 make[5]: *** [../scripts/Makefile.build:485: drivers/iommu/intel] Error 2 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/nbd.h:107, from ../drivers/block/nbd.c:50: ../include/trace/events/nbd.h: In function ‘trace_event_raw_event_nbd_transport_event’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/nbd.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(nbd_transport_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/nbd.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(nbd_transport_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/nbd.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(nbd_transport_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/nbd.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(nbd_transport_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/nbd.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(nbd_transport_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nbd.h: In function ‘trace_event_raw_event_nbd_send_request’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/nbd.h:61:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 61 | DECLARE_EVENT_CLASS(nbd_send_request, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/nbd.h:61:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 61 | DECLARE_EVENT_CLASS(nbd_send_request, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/nbd.h: In function ‘__bpf_trace_nbd_transport_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nbd.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(nbd_transport_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nbd.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(nbd_transport_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nbd.h: In function ‘__bpf_trace_nbd_send_request’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nbd.h:61:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 61 | DECLARE_EVENT_CLASS(nbd_send_request, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nbd.h:61:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 61 | DECLARE_EVENT_CLASS(nbd_send_request, | ^~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: drivers/block/nbd.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/iommu.h:162, from ../drivers/iommu/iommu-traces.c:13: ../include/trace/events/iommu.h: In function ‘trace_event_raw_event_iommu_group_event’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(iommu_group_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(iommu_group_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(iommu_group_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(iommu_group_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(iommu_group_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h: In function ‘trace_event_raw_event_iommu_device_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:54:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 54 | DECLARE_EVENT_CLASS(iommu_device_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:54:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 54 | DECLARE_EVENT_CLASS(iommu_device_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h: In function ‘trace_event_raw_event_map’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:79:1: note: in expansion of macro ‘TRACE_EVENT’ 79 | TRACE_EVENT(map, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:79:1: note: in expansion of macro ‘TRACE_EVENT’ 79 | TRACE_EVENT(map, | ^~~~~~~~~~~ ../include/trace/events/iommu.h: In function ‘trace_event_raw_event_unmap’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:103:1: note: in expansion of macro ‘TRACE_EVENT’ 103 | TRACE_EVENT(unmap, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:103:1: note: in expansion of macro ‘TRACE_EVENT’ 103 | TRACE_EVENT(unmap, | ^~~~~~~~~~~ ../include/trace/events/iommu.h: In function ‘trace_event_raw_event_iommu_error’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:127:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 127 | DECLARE_EVENT_CLASS(iommu_error, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:127:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 127 | DECLARE_EVENT_CLASS(iommu_error, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/iommu.h: In function ‘__bpf_trace_iommu_group_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(iommu_group_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(iommu_group_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h: In function ‘__bpf_trace_iommu_device_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:54:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 54 | DECLARE_EVENT_CLASS(iommu_device_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:54:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 54 | DECLARE_EVENT_CLASS(iommu_device_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h: In function ‘__bpf_trace_map’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:79:1: note: in expansion of macro ‘TRACE_EVENT’ 79 | TRACE_EVENT(map, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:79:1: note: in expansion of macro ‘TRACE_EVENT’ 79 | TRACE_EVENT(map, | ^~~~~~~~~~~ ../include/trace/events/iommu.h: In function ‘__bpf_trace_unmap’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:103:1: note: in expansion of macro ‘TRACE_EVENT’ 103 | TRACE_EVENT(unmap, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:103:1: note: in expansion of macro ‘TRACE_EVENT’ 103 | TRACE_EVENT(unmap, | ^~~~~~~~~~~ ../include/trace/events/iommu.h: In function ‘__bpf_trace_iommu_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:127:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 127 | DECLARE_EVENT_CLASS(iommu_error, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:127:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 127 | DECLARE_EVENT_CLASS(iommu_error, | ^~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: drivers/iommu/iommu-traces.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: drivers/iommu] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/cpuhp.h:95, from ../kernel/cpu.c:43: ../include/trace/events/cpuhp.h: In function ‘trace_event_raw_event_cpuhp_enter’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cpuhp.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(cpuhp_enter, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cpuhp.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(cpuhp_enter, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cpuhp.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(cpuhp_enter, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cpuhp.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(cpuhp_enter, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cpuhp.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(cpuhp_enter, | ^~~~~~~~~~~ ../include/trace/events/cpuhp.h: In function ‘trace_event_raw_event_cpuhp_multi_enter’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cpuhp.h:37:1: note: in expansion of macro ‘TRACE_EVENT’ 37 | TRACE_EVENT(cpuhp_multi_enter, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cpuhp.h:37:1: note: in expansion of macro ‘TRACE_EVENT’ 37 | TRACE_EVENT(cpuhp_multi_enter, | ^~~~~~~~~~~ ../include/trace/events/cpuhp.h: In function ‘trace_event_raw_event_cpuhp_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cpuhp.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ 65 | TRACE_EVENT(cpuhp_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cpuhp.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ 65 | TRACE_EVENT(cpuhp_exit, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/cpuhp.h: In function ‘__bpf_trace_cpuhp_enter’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cpuhp.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(cpuhp_enter, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cpuhp.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(cpuhp_enter, | ^~~~~~~~~~~ ../include/trace/events/cpuhp.h: In function ‘__bpf_trace_cpuhp_multi_enter’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cpuhp.h:37:1: note: in expansion of macro ‘TRACE_EVENT’ 37 | TRACE_EVENT(cpuhp_multi_enter, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cpuhp.h:37:1: note: in expansion of macro ‘TRACE_EVENT’ 37 | TRACE_EVENT(cpuhp_multi_enter, | ^~~~~~~~~~~ ../include/trace/events/cpuhp.h: In function ‘__bpf_trace_cpuhp_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cpuhp.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ 65 | TRACE_EVENT(cpuhp_exit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cpuhp.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ 65 | TRACE_EVENT(cpuhp_exit, | ^~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:244: kernel/cpu.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../sound/pci/hda/hda_controller_trace.h:99, from ../sound/pci/hda/hda_controller.c:32: ../sound/pci/hda/./hda_controller_trace.h: In function ‘trace_event_raw_event_azx_pcm_trigger’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/pci/hda/./hda_controller_trace.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(azx_pcm_trigger, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/pci/hda/./hda_controller_trace.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(azx_pcm_trigger, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/pci/hda/./hda_controller_trace.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(azx_pcm_trigger, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/pci/hda/./hda_controller_trace.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(azx_pcm_trigger, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/pci/hda/./hda_controller_trace.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(azx_pcm_trigger, | ^~~~~~~~~~~ ../sound/pci/hda/./hda_controller_trace.h: In function ‘trace_event_raw_event_azx_get_position’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/pci/hda/./hda_controller_trace.h:35:1: note: in expansion of macro ‘TRACE_EVENT’ 35 | TRACE_EVENT(azx_get_position, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/pci/hda/./hda_controller_trace.h:35:1: note: in expansion of macro ‘TRACE_EVENT’ 35 | TRACE_EVENT(azx_get_position, | ^~~~~~~~~~~ ../sound/pci/hda/./hda_controller_trace.h: In function ‘trace_event_raw_event_azx_pcm’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../sound/pci/hda/./hda_controller_trace.h:58:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 58 | DECLARE_EVENT_CLASS(azx_pcm, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../sound/pci/hda/./hda_controller_trace.h:58:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 58 | DECLARE_EVENT_CLASS(azx_pcm, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../sound/pci/hda/./hda_controller_trace.h: In function ‘__bpf_trace_azx_pcm_trigger’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/pci/hda/./hda_controller_trace.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(azx_pcm_trigger, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/pci/hda/./hda_controller_trace.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(azx_pcm_trigger, | ^~~~~~~~~~~ ../sound/pci/hda/./hda_controller_trace.h: In function ‘__bpf_trace_azx_get_position’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/pci/hda/./hda_controller_trace.h:35:1: note: in expansion of macro ‘TRACE_EVENT’ 35 | TRACE_EVENT(azx_get_position, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/pci/hda/./hda_controller_trace.h:35:1: note: in expansion of macro ‘TRACE_EVENT’ 35 | TRACE_EVENT(azx_get_position, | ^~~~~~~~~~~ ../sound/pci/hda/./hda_controller_trace.h: In function ‘__bpf_trace_azx_pcm’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../sound/pci/hda/./hda_controller_trace.h:58:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 58 | DECLARE_EVENT_CLASS(azx_pcm, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../sound/pci/hda/./hda_controller_trace.h:58:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 58 | DECLARE_EVENT_CLASS(azx_pcm, | ^~~~~~~~~~~~~~~~~~~ make[6]: *** [../scripts/Makefile.build:244: sound/pci/hda/hda_controller.o] Error 1 make[5]: *** [../scripts/Makefile.build:485: sound/pci/hda] Error 2 make[4]: *** [../scripts/Makefile.build:485: sound/pci] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/icmp.h:66, from ../net/ipv4/icmp.c:97: ../include/trace/events/icmp.h: In function ‘trace_event_raw_event_icmp_send’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/icmp.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(icmp_send, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/icmp.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(icmp_send, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/icmp.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(icmp_send, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/icmp.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(icmp_send, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/icmp.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(icmp_send, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/icmp.h: In function ‘__bpf_trace_icmp_send’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/icmp.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(icmp_send, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/icmp.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(icmp_send, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: net/ipv4/icmp.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: net/ipv4] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/task.h:62, from ../kernel/fork.c:117: ../include/trace/events/task.h: In function ‘trace_event_raw_event_task_newtask’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/task.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ 9 | TRACE_EVENT(task_newtask, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/task.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ 9 | TRACE_EVENT(task_newtask, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/task.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ 9 | TRACE_EVENT(task_newtask, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/task.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ 9 | TRACE_EVENT(task_newtask, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/task.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ 9 | TRACE_EVENT(task_newtask, | ^~~~~~~~~~~ ../include/trace/events/task.h: In function ‘trace_event_raw_event_task_rename’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/task.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ 34 | TRACE_EVENT(task_rename, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/task.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ 34 | TRACE_EVENT(task_rename, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/task.h: In function ‘__bpf_trace_task_newtask’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/task.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ 9 | TRACE_EVENT(task_newtask, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/task.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ 9 | TRACE_EVENT(task_newtask, | ^~~~~~~~~~~ ../include/trace/events/task.h: In function ‘__bpf_trace_task_rename’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/task.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ 34 | TRACE_EVENT(task_rename, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/task.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ 34 | TRACE_EVENT(task_rename, | ^~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:244: kernel/fork.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/signal.h:125, from ../kernel/signal.c:53: ../include/trace/events/signal.h: In function ‘trace_event_raw_event_signal_generate’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/signal.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(signal_generate, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/signal.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(signal_generate, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/signal.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(signal_generate, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/signal.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(signal_generate, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/signal.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(signal_generate, | ^~~~~~~~~~~ ../include/trace/events/signal.h: In function ‘trace_event_raw_event_signal_deliver’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/signal.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ 96 | TRACE_EVENT(signal_deliver, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/signal.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ 96 | TRACE_EVENT(signal_deliver, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/signal.h: In function ‘__bpf_trace_signal_generate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/signal.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(signal_generate, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/signal.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(signal_generate, | ^~~~~~~~~~~ ../include/trace/events/signal.h: In function ‘__bpf_trace_signal_deliver’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/signal.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ 96 | TRACE_EVENT(signal_deliver, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/signal.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ 96 | TRACE_EVENT(signal_deliver, | ^~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:244: kernel/signal.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../drivers/misc/mei/mei-trace.h:83, from ../drivers/misc/mei/mei-trace.c:11: ../drivers/misc/mei/./mei-trace.h: In function ‘trace_event_raw_event_mei_reg_read’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/misc/mei/./mei-trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ 19 | TRACE_EVENT(mei_reg_read, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/misc/mei/./mei-trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ 19 | TRACE_EVENT(mei_reg_read, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/misc/mei/./mei-trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ 19 | TRACE_EVENT(mei_reg_read, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/misc/mei/./mei-trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ 19 | TRACE_EVENT(mei_reg_read, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/misc/mei/./mei-trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ 19 | TRACE_EVENT(mei_reg_read, | ^~~~~~~~~~~ ../drivers/misc/mei/./mei-trace.h: In function ‘trace_event_raw_event_mei_reg_write’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/misc/mei/./mei-trace.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(mei_reg_write, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/misc/mei/./mei-trace.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(mei_reg_write, | ^~~~~~~~~~~ ../drivers/misc/mei/./mei-trace.h: In function ‘trace_event_raw_event_mei_pci_cfg_read’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/misc/mei/./mei-trace.h:57:1: note: in expansion of macro ‘TRACE_EVENT’ 57 | TRACE_EVENT(mei_pci_cfg_read, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/misc/mei/./mei-trace.h:57:1: note: in expansion of macro ‘TRACE_EVENT’ 57 | TRACE_EVENT(mei_pci_cfg_read, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/misc/mei/./mei-trace.h: In function ‘__bpf_trace_mei_reg_read’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/misc/mei/./mei-trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ 19 | TRACE_EVENT(mei_reg_read, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/misc/mei/./mei-trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ 19 | TRACE_EVENT(mei_reg_read, | ^~~~~~~~~~~ ../drivers/misc/mei/./mei-trace.h: In function ‘__bpf_trace_mei_reg_write’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/misc/mei/./mei-trace.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(mei_reg_write, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/misc/mei/./mei-trace.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(mei_reg_write, | ^~~~~~~~~~~ ../drivers/misc/mei/./mei-trace.h: In function ‘__bpf_trace_mei_pci_cfg_read’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/misc/mei/./mei-trace.h:57:1: note: in expansion of macro ‘TRACE_EVENT’ 57 | TRACE_EVENT(mei_pci_cfg_read, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/misc/mei/./mei-trace.h:57:1: note: in expansion of macro ‘TRACE_EVENT’ 57 | TRACE_EVENT(mei_pci_cfg_read, | ^~~~~~~~~~~ make[6]: *** [../scripts/Makefile.build:244: drivers/misc/mei/mei-trace.o] Error 1 make[5]: *** [../scripts/Makefile.build:485: drivers/misc/mei] Error 2 make[4]: *** [../scripts/Makefile.build:485: drivers/misc] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/bus/mhi/host/trace.h:282, from ../drivers/bus/mhi/host/init.c:24: ../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘trace_event_raw_event_mhi_gen_tre’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(mhi_gen_tre, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(mhi_gen_tre, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(mhi_gen_tre, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(mhi_gen_tre, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(mhi_gen_tre, | ^~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘trace_event_raw_event_mhi_intvec_states’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:119:1: note: in expansion of macro ‘TRACE_EVENT’ 119 | TRACE_EVENT(mhi_intvec_states, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:119:1: note: in expansion of macro ‘TRACE_EVENT’ 119 | TRACE_EVENT(mhi_intvec_states, | ^~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘trace_event_raw_event_mhi_tryset_pm_state’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:149:1: note: in expansion of macro ‘TRACE_EVENT’ 149 | TRACE_EVENT(mhi_tryset_pm_state, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:149:1: note: in expansion of macro ‘TRACE_EVENT’ 149 | TRACE_EVENT(mhi_tryset_pm_state, | ^~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘trace_event_raw_event_mhi_process_event_ring’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 171 | DECLARE_EVENT_CLASS(mhi_process_event_ring, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 171 | DECLARE_EVENT_CLASS(mhi_process_event_ring, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘trace_event_raw_event_mhi_update_channel_state’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:214:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 214 | DECLARE_EVENT_CLASS(mhi_update_channel_state, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:214:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 214 | DECLARE_EVENT_CLASS(mhi_update_channel_state, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘trace_event_raw_event_mhi_pm_st_transition’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:256:1: note: in expansion of macro ‘TRACE_EVENT’ 256 | TRACE_EVENT(mhi_pm_st_transition, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:256:1: note: in expansion of macro ‘TRACE_EVENT’ 256 | TRACE_EVENT(mhi_pm_st_transition, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘__bpf_trace_mhi_gen_tre’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(mhi_gen_tre, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(mhi_gen_tre, | ^~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘__bpf_trace_mhi_intvec_states’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:119:1: note: in expansion of macro ‘TRACE_EVENT’ 119 | TRACE_EVENT(mhi_intvec_states, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:119:1: note: in expansion of macro ‘TRACE_EVENT’ 119 | TRACE_EVENT(mhi_intvec_states, | ^~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘__bpf_trace_mhi_tryset_pm_state’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:149:1: note: in expansion of macro ‘TRACE_EVENT’ 149 | TRACE_EVENT(mhi_tryset_pm_state, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:149:1: note: in expansion of macro ‘TRACE_EVENT’ 149 | TRACE_EVENT(mhi_tryset_pm_state, | ^~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘__bpf_trace_mhi_process_event_ring’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 171 | DECLARE_EVENT_CLASS(mhi_process_event_ring, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 171 | DECLARE_EVENT_CLASS(mhi_process_event_ring, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘__bpf_trace_mhi_update_channel_state’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:214:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 214 | DECLARE_EVENT_CLASS(mhi_update_channel_state, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:214:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 214 | DECLARE_EVENT_CLASS(mhi_update_channel_state, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘__bpf_trace_mhi_pm_st_transition’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:256:1: note: in expansion of macro ‘TRACE_EVENT’ 256 | TRACE_EVENT(mhi_pm_st_transition, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:256:1: note: in expansion of macro ‘TRACE_EVENT’ 256 | TRACE_EVENT(mhi_pm_st_transition, | ^~~~~~~~~~~ make[7]: *** [../scripts/Makefile.build:244: drivers/bus/mhi/host/init.o] Error 1 make[6]: *** [../scripts/Makefile.build:485: drivers/bus/mhi/host] Error 2 make[5]: *** [../scripts/Makefile.build:485: drivers/bus/mhi] Error 2 make[4]: *** [../scripts/Makefile.build:485: drivers/bus] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/fib6.h:89, from ../net/ipv6/route.c:74: ../include/trace/events/fib6.h: In function ‘trace_event_raw_event_fib6_table_lookup’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fib6.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(fib6_table_lookup, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fib6.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(fib6_table_lookup, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fib6.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(fib6_table_lookup, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fib6.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(fib6_table_lookup, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fib6.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(fib6_table_lookup, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/fib6.h: In function ‘__bpf_trace_fib6_table_lookup’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fib6.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(fib6_table_lookup, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fib6.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(fib6_table_lookup, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: net/ipv6/route.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: net/ipv6] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/regulator.h:174, from ../drivers/regulator/core.c:32: ../include/trace/events/regulator.h: In function ‘trace_event_raw_event_regulator_basic’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/regulator.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(regulator_basic, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/regulator.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(regulator_basic, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/regulator.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(regulator_basic, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/regulator.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(regulator_basic, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/regulator.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(regulator_basic, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/regulator.h: In function ‘trace_event_raw_event_regulator_range’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/regulator.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 109 | DECLARE_EVENT_CLASS(regulator_range, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/regulator.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 109 | DECLARE_EVENT_CLASS(regulator_range, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/regulator.h: In function ‘trace_event_raw_event_regulator_value’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/regulator.h:143:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 143 | DECLARE_EVENT_CLASS(regulator_value, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/regulator.h:143:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 143 | DECLARE_EVENT_CLASS(regulator_value, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/regulator.h: In function ‘__bpf_trace_regulator_basic’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/regulator.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(regulator_basic, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/regulator.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(regulator_basic, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/regulator.h: In function ‘__bpf_trace_regulator_range’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/regulator.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 109 | DECLARE_EVENT_CLASS(regulator_range, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/regulator.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 109 | DECLARE_EVENT_CLASS(regulator_range, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/regulator.h: In function ‘__bpf_trace_regulator_value’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/regulator.h:143:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 143 | DECLARE_EVENT_CLASS(regulator_value, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/regulator.h:143:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 143 | DECLARE_EVENT_CLASS(regulator_value, | ^~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: drivers/regulator/core.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: drivers/regulator] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/block/null_blk/trace.h:85, from ../drivers/block/null_blk/zoned.c:7: ../drivers/block/null_blk/./trace.h: In function ‘trace_event_raw_event_nullb_zone_op’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/null_blk/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ 33 | TRACE_EVENT(nullb_zone_op, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/null_blk/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ 33 | TRACE_EVENT(nullb_zone_op, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/null_blk/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ 33 | TRACE_EVENT(nullb_zone_op, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/null_blk/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ 33 | TRACE_EVENT(nullb_zone_op, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/null_blk/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ 33 | TRACE_EVENT(nullb_zone_op, | ^~~~~~~~~~~ ../drivers/block/null_blk/./trace.h: In function ‘trace_event_raw_event_nullb_report_zones’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/null_blk/./trace.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ 62 | TRACE_EVENT(nullb_report_zones, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/null_blk/./trace.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ 62 | TRACE_EVENT(nullb_report_zones, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/block/null_blk/./trace.h: In function ‘__bpf_trace_nullb_zone_op’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/null_blk/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ 33 | TRACE_EVENT(nullb_zone_op, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/null_blk/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ 33 | TRACE_EVENT(nullb_zone_op, | ^~~~~~~~~~~ ../drivers/block/null_blk/./trace.h: In function ‘__bpf_trace_nullb_report_zones’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/null_blk/./trace.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ 62 | TRACE_EVENT(nullb_report_zones, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/null_blk/./trace.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ 62 | TRACE_EVENT(nullb_report_zones, | ^~~~~~~~~~~ make[6]: *** [../scripts/Makefile.build:244: drivers/block/null_blk/zoned.o] Error 1 make[5]: *** [../scripts/Makefile.build:485: drivers/block/null_blk] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/nvme/target/trace.h:170, from ../drivers/nvme/target/core.c:16: ../drivers/nvme/target/./trace.h: In function ‘trace_event_raw_event_nvmet_req_init’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/target/./trace.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(nvmet_req_init, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/target/./trace.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(nvmet_req_init, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/target/./trace.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(nvmet_req_init, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/target/./trace.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(nvmet_req_init, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/target/./trace.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(nvmet_req_init, | ^~~~~~~~~~~ ../drivers/nvme/target/./trace.h: In function ‘trace_event_raw_event_nvmet_req_complete’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/target/./trace.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ 108 | TRACE_EVENT(nvmet_req_complete, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/target/./trace.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ 108 | TRACE_EVENT(nvmet_req_complete, | ^~~~~~~~~~~ ../drivers/nvme/target/./trace.h: In function ‘trace_event_raw_event_nvmet_async_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/target/./trace.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ 136 | TRACE_EVENT(nvmet_async_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/target/./trace.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ 136 | TRACE_EVENT(nvmet_async_event, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/nvme/target/./trace.h: In function ‘__bpf_trace_nvmet_req_init’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/target/./trace.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(nvmet_req_init, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/target/./trace.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(nvmet_req_init, | ^~~~~~~~~~~ ../drivers/nvme/target/./trace.h: In function ‘__bpf_trace_nvmet_req_complete’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/target/./trace.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ 108 | TRACE_EVENT(nvmet_req_complete, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/target/./trace.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ 108 | TRACE_EVENT(nvmet_req_complete, | ^~~~~~~~~~~ ../drivers/nvme/target/./trace.h: In function ‘__bpf_trace_nvmet_async_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/target/./trace.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ 136 | TRACE_EVENT(nvmet_async_event, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/target/./trace.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ 136 | TRACE_EVENT(nvmet_async_event, | ^~~~~~~~~~~ make[6]: *** [../scripts/Makefile.build:244: drivers/nvme/target/core.o] Error 1 make[5]: *** [../scripts/Makefile.build:485: drivers/nvme/target] Error 2 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../net/tls/trace.h:202, from ../net/tls/trace.c:8: ../net/tls/./trace.h: In function ‘trace_event_raw_event_tls_device_offload_set’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(tls_device_offload_set, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(tls_device_offload_set, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(tls_device_offload_set, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(tls_device_offload_set, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(tls_device_offload_set, | ^~~~~~~~~~~ ../net/tls/./trace.h: In function ‘trace_event_raw_event_tls_device_decrypted’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:44:1: note: in expansion of macro ‘TRACE_EVENT’ 44 | TRACE_EVENT(tls_device_decrypted, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:44:1: note: in expansion of macro ‘TRACE_EVENT’ 44 | TRACE_EVENT(tls_device_decrypted, | ^~~~~~~~~~~ ../net/tls/./trace.h: In function ‘trace_event_raw_event_tls_device_rx_resync_send’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ 77 | TRACE_EVENT(tls_device_rx_resync_send, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ 77 | TRACE_EVENT(tls_device_rx_resync_send, | ^~~~~~~~~~~ ../net/tls/./trace.h: In function ‘trace_event_raw_event_tls_device_rx_resync_nh_schedule’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:104:1: note: in expansion of macro ‘TRACE_EVENT’ 104 | TRACE_EVENT(tls_device_rx_resync_nh_schedule, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:104:1: note: in expansion of macro ‘TRACE_EVENT’ 104 | TRACE_EVENT(tls_device_rx_resync_nh_schedule, | ^~~~~~~~~~~ ../net/tls/./trace.h: In function ‘trace_event_raw_event_tls_device_rx_resync_nh_delay’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:123:1: note: in expansion of macro ‘TRACE_EVENT’ 123 | TRACE_EVENT(tls_device_rx_resync_nh_delay, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:123:1: note: in expansion of macro ‘TRACE_EVENT’ 123 | TRACE_EVENT(tls_device_rx_resync_nh_delay, | ^~~~~~~~~~~ ../net/tls/./trace.h: In function ‘trace_event_raw_event_tls_device_tx_resync_req’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:147:1: note: in expansion of macro ‘TRACE_EVENT’ 147 | TRACE_EVENT(tls_device_tx_resync_req, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:147:1: note: in expansion of macro ‘TRACE_EVENT’ 147 | TRACE_EVENT(tls_device_tx_resync_req, | ^~~~~~~~~~~ ../net/tls/./trace.h: In function ‘trace_event_raw_event_tls_device_tx_resync_send’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:171:1: note: in expansion of macro ‘TRACE_EVENT’ 171 | TRACE_EVENT(tls_device_tx_resync_send, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:171:1: note: in expansion of macro ‘TRACE_EVENT’ 171 | TRACE_EVENT(tls_device_tx_resync_send, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../net/tls/./trace.h: In function ‘__bpf_trace_tls_device_offload_set’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(tls_device_offload_set, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(tls_device_offload_set, | ^~~~~~~~~~~ ../net/tls/./trace.h: In function ‘__bpf_trace_tls_device_decrypted’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:44:1: note: in expansion of macro ‘TRACE_EVENT’ 44 | TRACE_EVENT(tls_device_decrypted, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:44:1: note: in expansion of macro ‘TRACE_EVENT’ 44 | TRACE_EVENT(tls_device_decrypted, | ^~~~~~~~~~~ ../net/tls/./trace.h: In function ‘__bpf_trace_tls_device_rx_resync_send’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ 77 | TRACE_EVENT(tls_device_rx_resync_send, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ 77 | TRACE_EVENT(tls_device_rx_resync_send, | ^~~~~~~~~~~ ../net/tls/./trace.h: In function ‘__bpf_trace_tls_device_rx_resync_nh_schedule’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:104:1: note: in expansion of macro ‘TRACE_EVENT’ 104 | TRACE_EVENT(tls_device_rx_resync_nh_schedule, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:104:1: note: in expansion of macro ‘TRACE_EVENT’ 104 | TRACE_EVENT(tls_device_rx_resync_nh_schedule, | ^~~~~~~~~~~ ../net/tls/./trace.h: In function ‘__bpf_trace_tls_device_rx_resync_nh_delay’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:123:1: note: in expansion of macro ‘TRACE_EVENT’ 123 | TRACE_EVENT(tls_device_rx_resync_nh_delay, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:123:1: note: in expansion of macro ‘TRACE_EVENT’ 123 | TRACE_EVENT(tls_device_rx_resync_nh_delay, | ^~~~~~~~~~~ ../net/tls/./trace.h: In function ‘__bpf_trace_tls_device_tx_resync_req’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:147:1: note: in expansion of macro ‘TRACE_EVENT’ 147 | TRACE_EVENT(tls_device_tx_resync_req, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:147:1: note: in expansion of macro ‘TRACE_EVENT’ 147 | TRACE_EVENT(tls_device_tx_resync_req, | ^~~~~~~~~~~ ../net/tls/./trace.h: In function ‘__bpf_trace_tls_device_tx_resync_send’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:171:1: note: in expansion of macro ‘TRACE_EVENT’ 171 | TRACE_EVENT(tls_device_tx_resync_send, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:171:1: note: in expansion of macro ‘TRACE_EVENT’ 171 | TRACE_EVENT(tls_device_tx_resync_send, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: net/tls/trace.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: net/tls] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/clk.h:313, from ../drivers/clk/clk.c:100: ../include/trace/events/clk.h: In function ‘trace_event_raw_event_clk’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(clk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(clk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(clk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(clk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(clk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h: In function ‘trace_event_raw_event_clk_rate’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:88:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 88 | DECLARE_EVENT_CLASS(clk_rate, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:88:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 88 | DECLARE_EVENT_CLASS(clk_rate, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h: In function ‘trace_event_raw_event_clk_rate_range’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:135:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 135 | DECLARE_EVENT_CLASS(clk_rate_range, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:135:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 135 | DECLARE_EVENT_CLASS(clk_rate_range, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h: In function ‘trace_event_raw_event_clk_parent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 165 | DECLARE_EVENT_CLASS(clk_parent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 165 | DECLARE_EVENT_CLASS(clk_parent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h: In function ‘trace_event_raw_event_clk_phase’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:198:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 198 | DECLARE_EVENT_CLASS(clk_phase, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:198:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 198 | DECLARE_EVENT_CLASS(clk_phase, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h: In function ‘trace_event_raw_event_clk_duty_cycle’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:231:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 231 | DECLARE_EVENT_CLASS(clk_duty_cycle, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:231:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 231 | DECLARE_EVENT_CLASS(clk_duty_cycle, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h: In function ‘trace_event_raw_event_clk_rate_request’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:267:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 267 | DECLARE_EVENT_CLASS(clk_rate_request, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:267:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 267 | DECLARE_EVENT_CLASS(clk_rate_request, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/clk.h: In function ‘__bpf_trace_clk’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(clk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(clk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h: In function ‘__bpf_trace_clk_rate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:88:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 88 | DECLARE_EVENT_CLASS(clk_rate, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:88:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 88 | DECLARE_EVENT_CLASS(clk_rate, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h: In function ‘__bpf_trace_clk_rate_range’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:135:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 135 | DECLARE_EVENT_CLASS(clk_rate_range, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:135:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 135 | DECLARE_EVENT_CLASS(clk_rate_range, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h: In function ‘__bpf_trace_clk_parent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 165 | DECLARE_EVENT_CLASS(clk_parent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 165 | DECLARE_EVENT_CLASS(clk_parent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h: In function ‘__bpf_trace_clk_phase’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:198:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 198 | DECLARE_EVENT_CLASS(clk_phase, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:198:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 198 | DECLARE_EVENT_CLASS(clk_phase, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h: In function ‘__bpf_trace_clk_duty_cycle’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:231:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 231 | DECLARE_EVENT_CLASS(clk_duty_cycle, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:231:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 231 | DECLARE_EVENT_CLASS(clk_duty_cycle, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h: In function ‘__bpf_trace_clk_rate_request’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:267:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 267 | DECLARE_EVENT_CLASS(clk_rate_request, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:267:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 267 | DECLARE_EVENT_CLASS(clk_rate_request, | ^~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: drivers/clk/clk.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: drivers/clk] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/tegra_apb_dma.h:61, from ../drivers/dma/tegra20-apb-dma.c:31: ../include/trace/events/tegra_apb_dma.h: In function ‘trace_event_raw_event_tegra_dma_tx_status’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tegra_apb_dma.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(tegra_dma_tx_status, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tegra_apb_dma.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(tegra_dma_tx_status, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tegra_apb_dma.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(tegra_dma_tx_status, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tegra_apb_dma.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(tegra_dma_tx_status, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tegra_apb_dma.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(tegra_dma_tx_status, | ^~~~~~~~~~~ ../include/trace/events/tegra_apb_dma.h: In function ‘trace_event_raw_event_tegra_dma_complete_cb’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tegra_apb_dma.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ 27 | TRACE_EVENT(tegra_dma_complete_cb, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tegra_apb_dma.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ 27 | TRACE_EVENT(tegra_dma_complete_cb, | ^~~~~~~~~~~ ../include/trace/events/tegra_apb_dma.h: In function ‘trace_event_raw_event_tegra_dma_isr’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tegra_apb_dma.h:44:1: note: in expansion of macro ‘TRACE_EVENT’ 44 | TRACE_EVENT(tegra_dma_isr, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tegra_apb_dma.h:44:1: note: in expansion of macro ‘TRACE_EVENT’ 44 | TRACE_EVENT(tegra_dma_isr, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/tegra_apb_dma.h: In function ‘__bpf_trace_tegra_dma_tx_status’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tegra_apb_dma.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(tegra_dma_tx_status, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tegra_apb_dma.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(tegra_dma_tx_status, | ^~~~~~~~~~~ ../include/trace/events/tegra_apb_dma.h: In function ‘__bpf_trace_tegra_dma_complete_cb’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tegra_apb_dma.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ 27 | TRACE_EVENT(tegra_dma_complete_cb, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tegra_apb_dma.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ 27 | TRACE_EVENT(tegra_dma_complete_cb, | ^~~~~~~~~~~ ../include/trace/events/tegra_apb_dma.h: In function ‘__bpf_trace_tegra_dma_isr’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tegra_apb_dma.h:44:1: note: in expansion of macro ‘TRACE_EVENT’ 44 | TRACE_EVENT(tegra_dma_isr, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tegra_apb_dma.h:44:1: note: in expansion of macro ‘TRACE_EVENT’ 44 | TRACE_EVENT(tegra_dma_isr, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: drivers/dma/tegra20-apb-dma.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: drivers/dma] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/oom.h:223, from ../mm/oom_kill.c:54: ../include/trace/events/oom.h: In function ‘trace_event_raw_event_oom_score_adj_update’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(oom_score_adj_update, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(oom_score_adj_update, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(oom_score_adj_update, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(oom_score_adj_update, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(oom_score_adj_update, | ^~~~~~~~~~~ ../include/trace/events/oom.h: In function ‘trace_event_raw_event_reclaim_retry_zone’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ 34 | TRACE_EVENT(reclaim_retry_zone, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ 34 | TRACE_EVENT(reclaim_retry_zone, | ^~~~~~~~~~~ ../include/trace/events/oom.h: In function ‘trace_event_raw_event_mark_victim’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ 76 | TRACE_EVENT(mark_victim, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ 76 | TRACE_EVENT(mark_victim, | ^~~~~~~~~~~ ../include/trace/events/oom.h: In function ‘trace_event_raw_event_wake_reaper’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ 118 | TRACE_EVENT(wake_reaper, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ 118 | TRACE_EVENT(wake_reaper, | ^~~~~~~~~~~ ../include/trace/events/oom.h: In function ‘trace_event_raw_event_start_task_reaping’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:134:1: note: in expansion of macro ‘TRACE_EVENT’ 134 | TRACE_EVENT(start_task_reaping, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:134:1: note: in expansion of macro ‘TRACE_EVENT’ 134 | TRACE_EVENT(start_task_reaping, | ^~~~~~~~~~~ ../include/trace/events/oom.h: In function ‘trace_event_raw_event_finish_task_reaping’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:150:1: note: in expansion of macro ‘TRACE_EVENT’ 150 | TRACE_EVENT(finish_task_reaping, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:150:1: note: in expansion of macro ‘TRACE_EVENT’ 150 | TRACE_EVENT(finish_task_reaping, | ^~~~~~~~~~~ ../include/trace/events/oom.h: In function ‘trace_event_raw_event_skip_task_reaping’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:166:1: note: in expansion of macro ‘TRACE_EVENT’ 166 | TRACE_EVENT(skip_task_reaping, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:166:1: note: in expansion of macro ‘TRACE_EVENT’ 166 | TRACE_EVENT(skip_task_reaping, | ^~~~~~~~~~~ ../include/trace/events/oom.h: In function ‘trace_event_raw_event_compact_retry’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:183:1: note: in expansion of macro ‘TRACE_EVENT’ 183 | TRACE_EVENT(compact_retry, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:183:1: note: in expansion of macro ‘TRACE_EVENT’ 183 | TRACE_EVENT(compact_retry, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/oom.h: In function ‘__bpf_trace_oom_score_adj_update’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(oom_score_adj_update, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(oom_score_adj_update, | ^~~~~~~~~~~ ../include/trace/events/oom.h: In function ‘__bpf_trace_reclaim_retry_zone’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ 34 | TRACE_EVENT(reclaim_retry_zone, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ 34 | TRACE_EVENT(reclaim_retry_zone, | ^~~~~~~~~~~ ../include/trace/events/oom.h: In function ‘__bpf_trace_mark_victim’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ 76 | TRACE_EVENT(mark_victim, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ 76 | TRACE_EVENT(mark_victim, | ^~~~~~~~~~~ ../include/trace/events/oom.h: In function ‘__bpf_trace_wake_reaper’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ 118 | TRACE_EVENT(wake_reaper, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ 118 | TRACE_EVENT(wake_reaper, | ^~~~~~~~~~~ ../include/trace/events/oom.h: In function ‘__bpf_trace_start_task_reaping’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:134:1: note: in expansion of macro ‘TRACE_EVENT’ 134 | TRACE_EVENT(start_task_reaping, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:134:1: note: in expansion of macro ‘TRACE_EVENT’ 134 | TRACE_EVENT(start_task_reaping, | ^~~~~~~~~~~ ../include/trace/events/oom.h: In function ‘__bpf_trace_finish_task_reaping’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:150:1: note: in expansion of macro ‘TRACE_EVENT’ 150 | TRACE_EVENT(finish_task_reaping, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:150:1: note: in expansion of macro ‘TRACE_EVENT’ 150 | TRACE_EVENT(finish_task_reaping, | ^~~~~~~~~~~ ../include/trace/events/oom.h: In function ‘__bpf_trace_skip_task_reaping’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:166:1: note: in expansion of macro ‘TRACE_EVENT’ 166 | TRACE_EVENT(skip_task_reaping, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:166:1: note: in expansion of macro ‘TRACE_EVENT’ 166 | TRACE_EVENT(skip_task_reaping, | ^~~~~~~~~~~ ../include/trace/events/oom.h: In function ‘__bpf_trace_compact_retry’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:183:1: note: in expansion of macro ‘TRACE_EVENT’ 183 | TRACE_EVENT(compact_retry, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:183:1: note: in expansion of macro ‘TRACE_EVENT’ 183 | TRACE_EVENT(compact_retry, | ^~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:244: mm/oom_kill.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/scsi.h:351, from ../drivers/scsi/scsi.c:73: ../include/trace/events/scsi.h: In function ‘trace_event_raw_event_scsi_dispatch_cmd_start’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h:157:1: note: in expansion of macro ‘TRACE_EVENT’ 157 | TRACE_EVENT(scsi_dispatch_cmd_start, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h:157:1: note: in expansion of macro ‘TRACE_EVENT’ 157 | TRACE_EVENT(scsi_dispatch_cmd_start, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h:157:1: note: in expansion of macro ‘TRACE_EVENT’ 157 | TRACE_EVENT(scsi_dispatch_cmd_start, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h:157:1: note: in expansion of macro ‘TRACE_EVENT’ 157 | TRACE_EVENT(scsi_dispatch_cmd_start, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h:157:1: note: in expansion of macro ‘TRACE_EVENT’ 157 | TRACE_EVENT(scsi_dispatch_cmd_start, | ^~~~~~~~~~~ ../include/trace/events/scsi.h: In function ‘trace_event_raw_event_scsi_dispatch_cmd_error’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h:203:1: note: in expansion of macro ‘TRACE_EVENT’ 203 | TRACE_EVENT(scsi_dispatch_cmd_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h:203:1: note: in expansion of macro ‘TRACE_EVENT’ 203 | TRACE_EVENT(scsi_dispatch_cmd_error, | ^~~~~~~~~~~ ../include/trace/events/scsi.h: In function ‘trace_event_raw_event_scsi_cmd_done_timeout_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h:253:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 253 | DECLARE_EVENT_CLASS(scsi_cmd_done_timeout_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h:253:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 253 | DECLARE_EVENT_CLASS(scsi_cmd_done_timeout_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h: In function ‘trace_event_raw_event_scsi_eh_wakeup’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h:331:1: note: in expansion of macro ‘TRACE_EVENT’ 331 | TRACE_EVENT(scsi_eh_wakeup, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h:331:1: note: in expansion of macro ‘TRACE_EVENT’ 331 | TRACE_EVENT(scsi_eh_wakeup, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/scsi.h: In function ‘__bpf_trace_scsi_dispatch_cmd_start’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h:157:1: note: in expansion of macro ‘TRACE_EVENT’ 157 | TRACE_EVENT(scsi_dispatch_cmd_start, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h:157:1: note: in expansion of macro ‘TRACE_EVENT’ 157 | TRACE_EVENT(scsi_dispatch_cmd_start, | ^~~~~~~~~~~ ../include/trace/events/scsi.h: In function ‘__bpf_trace_scsi_dispatch_cmd_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h:203:1: note: in expansion of macro ‘TRACE_EVENT’ 203 | TRACE_EVENT(scsi_dispatch_cmd_error, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h:203:1: note: in expansion of macro ‘TRACE_EVENT’ 203 | TRACE_EVENT(scsi_dispatch_cmd_error, | ^~~~~~~~~~~ ../include/trace/events/scsi.h: In function ‘__bpf_trace_scsi_cmd_done_timeout_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h:253:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 253 | DECLARE_EVENT_CLASS(scsi_cmd_done_timeout_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h:253:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 253 | DECLARE_EVENT_CLASS(scsi_cmd_done_timeout_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h: In function ‘__bpf_trace_scsi_eh_wakeup’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h:331:1: note: in expansion of macro ‘TRACE_EVENT’ 331 | TRACE_EVENT(scsi_eh_wakeup, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h:331:1: note: in expansion of macro ‘TRACE_EVENT’ 331 | TRACE_EVENT(scsi_eh_wakeup, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: drivers/scsi/scsi.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../drivers/base/regmap/trace.h:284, from ../drivers/base/regmap/regmap.c:23: ../drivers/base/regmap/./trace.h: In function ‘trace_event_raw_event_regmap_reg’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 16 | DECLARE_EVENT_CLASS(regmap_reg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 16 | DECLARE_EVENT_CLASS(regmap_reg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 16 | DECLARE_EVENT_CLASS(regmap_reg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 16 | DECLARE_EVENT_CLASS(regmap_reg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 16 | DECLARE_EVENT_CLASS(regmap_reg, | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h: In function ‘trace_event_raw_event_regmap_bulk’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 62 | DECLARE_EVENT_CLASS(regmap_bulk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 62 | DECLARE_EVENT_CLASS(regmap_bulk, | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h: In function ‘trace_event_raw_event_regmap_block’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 103 | DECLARE_EVENT_CLASS(regmap_block, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 103 | DECLARE_EVENT_CLASS(regmap_block, | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h: In function ‘trace_event_raw_event_regcache_sync’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:152:1: note: in expansion of macro ‘TRACE_EVENT’ 152 | TRACE_EVENT(regcache_sync, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:152:1: note: in expansion of macro ‘TRACE_EVENT’ 152 | TRACE_EVENT(regcache_sync, | ^~~~~~~~~~~ ../drivers/base/regmap/./trace.h: In function ‘trace_event_raw_event_regmap_bool’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 175 | DECLARE_EVENT_CLASS(regmap_bool, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 175 | DECLARE_EVENT_CLASS(regmap_bool, | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h: In function ‘trace_event_raw_event_regmap_async’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:208:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 208 | DECLARE_EVENT_CLASS(regmap_async, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:208:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 208 | DECLARE_EVENT_CLASS(regmap_async, | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h: In function ‘trace_event_raw_event_regcache_drop_region’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:253:1: note: in expansion of macro ‘TRACE_EVENT’ 253 | TRACE_EVENT(regcache_drop_region, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:253:1: note: in expansion of macro ‘TRACE_EVENT’ 253 | TRACE_EVENT(regcache_drop_region, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/base/regmap/./trace.h: In function ‘__bpf_trace_regmap_reg’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 16 | DECLARE_EVENT_CLASS(regmap_reg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 16 | DECLARE_EVENT_CLASS(regmap_reg, | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h: In function ‘__bpf_trace_regmap_bulk’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 62 | DECLARE_EVENT_CLASS(regmap_bulk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 62 | DECLARE_EVENT_CLASS(regmap_bulk, | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h: In function ‘__bpf_trace_regmap_block’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 103 | DECLARE_EVENT_CLASS(regmap_block, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 103 | DECLARE_EVENT_CLASS(regmap_block, | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h: In function ‘__bpf_trace_regcache_sync’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:152:1: note: in expansion of macro ‘TRACE_EVENT’ 152 | TRACE_EVENT(regcache_sync, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:152:1: note: in expansion of macro ‘TRACE_EVENT’ 152 | TRACE_EVENT(regcache_sync, | ^~~~~~~~~~~ ../drivers/base/regmap/./trace.h: In function ‘__bpf_trace_regmap_bool’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 175 | DECLARE_EVENT_CLASS(regmap_bool, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 175 | DECLARE_EVENT_CLASS(regmap_bool, | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h: In function ‘__bpf_trace_regmap_async’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:208:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 208 | DECLARE_EVENT_CLASS(regmap_async, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:208:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 208 | DECLARE_EVENT_CLASS(regmap_async, | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h: In function ‘__bpf_trace_regcache_drop_region’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:253:1: note: in expansion of macro ‘TRACE_EVENT’ 253 | TRACE_EVENT(regcache_drop_region, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:253:1: note: in expansion of macro ‘TRACE_EVENT’ 253 | TRACE_EVENT(regcache_drop_region, | ^~~~~~~~~~~ make[6]: *** [../scripts/Makefile.build:244: drivers/base/regmap/regmap.o] Error 1 make[5]: *** [../scripts/Makefile.build:485: drivers/base/regmap] Error 2 make[4]: *** [../scripts/Makefile.build:485: drivers/base] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/devlink.h:213, from ../net/devlink/core.c:9: ../include/trace/events/devlink.h: In function ‘trace_event_raw_event_devlink_hwmsg’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(devlink_hwmsg, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(devlink_hwmsg, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(devlink_hwmsg, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(devlink_hwmsg, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(devlink_hwmsg, | ^~~~~~~~~~~ ../include/trace/events/devlink.h: In function ‘trace_event_raw_event_devlink_hwerr’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:52:1: note: in expansion of macro ‘TRACE_EVENT’ 52 | TRACE_EVENT(devlink_hwerr, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:52:1: note: in expansion of macro ‘TRACE_EVENT’ 52 | TRACE_EVENT(devlink_hwerr, | ^~~~~~~~~~~ ../include/trace/events/devlink.h: In function ‘trace_event_raw_event_devlink_health_report’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:81:1: note: in expansion of macro ‘TRACE_EVENT’ 81 | TRACE_EVENT(devlink_health_report, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:81:1: note: in expansion of macro ‘TRACE_EVENT’ 81 | TRACE_EVENT(devlink_health_report, | ^~~~~~~~~~~ ../include/trace/events/devlink.h: In function ‘trace_event_raw_event_devlink_health_recover_aborted’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:112:1: note: in expansion of macro ‘TRACE_EVENT’ 112 | TRACE_EVENT(devlink_health_recover_aborted, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:112:1: note: in expansion of macro ‘TRACE_EVENT’ 112 | TRACE_EVENT(devlink_health_recover_aborted, | ^~~~~~~~~~~ ../include/trace/events/devlink.h: In function ‘trace_event_raw_event_devlink_health_reporter_state_update’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ 146 | TRACE_EVENT(devlink_health_reporter_state_update, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ 146 | TRACE_EVENT(devlink_health_reporter_state_update, | ^~~~~~~~~~~ ../include/trace/events/devlink.h: In function ‘trace_event_raw_event_devlink_trap_report’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ 177 | TRACE_EVENT(devlink_trap_report, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ 177 | TRACE_EVENT(devlink_trap_report, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/devlink.h: In function ‘__bpf_trace_devlink_hwmsg’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(devlink_hwmsg, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(devlink_hwmsg, | ^~~~~~~~~~~ ../include/trace/events/devlink.h: In function ‘__bpf_trace_devlink_hwerr’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:52:1: note: in expansion of macro ‘TRACE_EVENT’ 52 | TRACE_EVENT(devlink_hwerr, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:52:1: note: in expansion of macro ‘TRACE_EVENT’ 52 | TRACE_EVENT(devlink_hwerr, | ^~~~~~~~~~~ ../include/trace/events/devlink.h: In function ‘__bpf_trace_devlink_health_report’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:81:1: note: in expansion of macro ‘TRACE_EVENT’ 81 | TRACE_EVENT(devlink_health_report, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:81:1: note: in expansion of macro ‘TRACE_EVENT’ 81 | TRACE_EVENT(devlink_health_report, | ^~~~~~~~~~~ ../include/trace/events/devlink.h: In function ‘__bpf_trace_devlink_health_recover_aborted’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:112:1: note: in expansion of macro ‘TRACE_EVENT’ 112 | TRACE_EVENT(devlink_health_recover_aborted, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:112:1: note: in expansion of macro ‘TRACE_EVENT’ 112 | TRACE_EVENT(devlink_health_recover_aborted, | ^~~~~~~~~~~ ../include/trace/events/devlink.h: In function ‘__bpf_trace_devlink_health_reporter_state_update’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ 146 | TRACE_EVENT(devlink_health_reporter_state_update, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ 146 | TRACE_EVENT(devlink_health_reporter_state_update, | ^~~~~~~~~~~ ../include/trace/events/devlink.h: In function ‘__bpf_trace_devlink_trap_report’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ 177 | TRACE_EVENT(devlink_trap_report, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ 177 | TRACE_EVENT(devlink_trap_report, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: net/devlink/core.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: net/devlink] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/soc/qcom/pmic_pdcharger_ulog.h:36, from ../drivers/soc/qcom/pmic_pdcharger_ulog.c:15: ../drivers/soc/qcom/./pmic_pdcharger_ulog.h: In function ‘trace_event_raw_event_pmic_pdcharger_ulog_msg’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/soc/qcom/./pmic_pdcharger_ulog.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(pmic_pdcharger_ulog_msg, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/soc/qcom/./pmic_pdcharger_ulog.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(pmic_pdcharger_ulog_msg, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/soc/qcom/./pmic_pdcharger_ulog.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(pmic_pdcharger_ulog_msg, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/soc/qcom/./pmic_pdcharger_ulog.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(pmic_pdcharger_ulog_msg, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/soc/qcom/./pmic_pdcharger_ulog.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(pmic_pdcharger_ulog_msg, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/soc/qcom/./pmic_pdcharger_ulog.h: In function ‘__bpf_trace_pmic_pdcharger_ulog_msg’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/soc/qcom/./pmic_pdcharger_ulog.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(pmic_pdcharger_ulog_msg, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/soc/qcom/./pmic_pdcharger_ulog.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(pmic_pdcharger_ulog_msg, | ^~~~~~~~~~~ make[6]: *** [../scripts/Makefile.build:244: drivers/soc/qcom/pmic_pdcharger_ulog.o] Error 1 make[5]: *** [../scripts/Makefile.build:485: drivers/soc/qcom] Error 2 make[4]: *** [../scripts/Makefile.build:485: drivers/soc] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/host1x.h:267, from ../drivers/gpu/host1x/dev.c:23: ../include/trace/events/host1x.h: In function ‘trace_event_raw_event_host1x’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(host1x, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(host1x, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(host1x, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(host1x, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(host1x, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h: In function ‘trace_event_raw_event_host1x_cdma_push’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(host1x_cdma_push, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(host1x_cdma_push, | ^~~~~~~~~~~ ../include/trace/events/host1x.h: In function ‘trace_event_raw_event_host1x_cdma_push_wide’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:70:1: note: in expansion of macro ‘TRACE_EVENT’ 70 | TRACE_EVENT(host1x_cdma_push_wide, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:70:1: note: in expansion of macro ‘TRACE_EVENT’ 70 | TRACE_EVENT(host1x_cdma_push_wide, | ^~~~~~~~~~~ ../include/trace/events/host1x.h: In function ‘trace_event_raw_event_host1x_cdma_push_gather’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ 96 | TRACE_EVENT(host1x_cdma_push_gather, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ 96 | TRACE_EVENT(host1x_cdma_push_gather, | ^~~~~~~~~~~ ../include/trace/events/host1x.h: In function ‘trace_event_raw_event_host1x_channel_submit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:130:1: note: in expansion of macro ‘TRACE_EVENT’ 130 | TRACE_EVENT(host1x_channel_submit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:130:1: note: in expansion of macro ‘TRACE_EVENT’ 130 | TRACE_EVENT(host1x_channel_submit, | ^~~~~~~~~~~ ../include/trace/events/host1x.h: In function ‘trace_event_raw_event_host1x_channel_submitted’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(host1x_channel_submitted, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(host1x_channel_submitted, | ^~~~~~~~~~~ ../include/trace/events/host1x.h: In function ‘trace_event_raw_event_host1x_channel_submit_complete’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ 179 | TRACE_EVENT(host1x_channel_submit_complete, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ 179 | TRACE_EVENT(host1x_channel_submit_complete, | ^~~~~~~~~~~ ../include/trace/events/host1x.h: In function ‘trace_event_raw_event_host1x_wait_cdma’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:200:1: note: in expansion of macro ‘TRACE_EVENT’ 200 | TRACE_EVENT(host1x_wait_cdma, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:200:1: note: in expansion of macro ‘TRACE_EVENT’ 200 | TRACE_EVENT(host1x_wait_cdma, | ^~~~~~~~~~~ ../include/trace/events/host1x.h: In function ‘trace_event_raw_event_host1x_syncpt_load_min’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ 218 | TRACE_EVENT(host1x_syncpt_load_min, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ 218 | TRACE_EVENT(host1x_syncpt_load_min, | ^~~~~~~~~~~ ../include/trace/events/host1x.h: In function ‘trace_event_raw_event_host1x_syncpt_wait_check’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ 236 | TRACE_EVENT(host1x_syncpt_wait_check, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ 236 | TRACE_EVENT(host1x_syncpt_wait_check, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/host1x.h: In function ‘__bpf_trace_host1x’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(host1x, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(host1x, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h: In function ‘__bpf_trace_host1x_cdma_push’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(host1x_cdma_push, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(host1x_cdma_push, | ^~~~~~~~~~~ ../include/trace/events/host1x.h: In function ‘__bpf_trace_host1x_cdma_push_wide’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:70:1: note: in expansion of macro ‘TRACE_EVENT’ 70 | TRACE_EVENT(host1x_cdma_push_wide, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:70:1: note: in expansion of macro ‘TRACE_EVENT’ 70 | TRACE_EVENT(host1x_cdma_push_wide, | ^~~~~~~~~~~ ../include/trace/events/host1x.h: In function ‘__bpf_trace_host1x_cdma_push_gather’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ 96 | TRACE_EVENT(host1x_cdma_push_gather, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ 96 | TRACE_EVENT(host1x_cdma_push_gather, | ^~~~~~~~~~~ ../include/trace/events/host1x.h: In function ‘__bpf_trace_host1x_channel_submit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:130:1: note: in expansion of macro ‘TRACE_EVENT’ 130 | TRACE_EVENT(host1x_channel_submit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:130:1: note: in expansion of macro ‘TRACE_EVENT’ 130 | TRACE_EVENT(host1x_channel_submit, | ^~~~~~~~~~~ ../include/trace/events/host1x.h: In function ‘__bpf_trace_host1x_channel_submitted’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(host1x_channel_submitted, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(host1x_channel_submitted, | ^~~~~~~~~~~ ../include/trace/events/host1x.h: In function ‘__bpf_trace_host1x_channel_submit_complete’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ 179 | TRACE_EVENT(host1x_channel_submit_complete, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ 179 | TRACE_EVENT(host1x_channel_submit_complete, | ^~~~~~~~~~~ ../include/trace/events/host1x.h: In function ‘__bpf_trace_host1x_wait_cdma’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:200:1: note: in expansion of macro ‘TRACE_EVENT’ 200 | TRACE_EVENT(host1x_wait_cdma, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:200:1: note: in expansion of macro ‘TRACE_EVENT’ 200 | TRACE_EVENT(host1x_wait_cdma, | ^~~~~~~~~~~ ../include/trace/events/host1x.h: In function ‘__bpf_trace_host1x_syncpt_load_min’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ 218 | TRACE_EVENT(host1x_syncpt_load_min, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ 218 | TRACE_EVENT(host1x_syncpt_load_min, | ^~~~~~~~~~~ ../include/trace/events/host1x.h: In function ‘__bpf_trace_host1x_syncpt_wait_check’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ 236 | TRACE_EVENT(host1x_syncpt_wait_check, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ 236 | TRACE_EVENT(host1x_syncpt_wait_check, | ^~~~~~~~~~~ make[6]: *** [../scripts/Makefile.build:244: drivers/gpu/host1x/dev.o] Error 1 make[5]: *** [../scripts/Makefile.build:485: drivers/gpu/host1x] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/mdio.h:43, from ../drivers/net/phy/mdio_bus.c:38: ../include/trace/events/mdio.h: In function ‘trace_event_raw_event_mdio_access’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/mdio.h:10:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 10 | TRACE_EVENT_CONDITION(mdio_access, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/mdio.h:10:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 10 | TRACE_EVENT_CONDITION(mdio_access, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/mdio.h:10:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 10 | TRACE_EVENT_CONDITION(mdio_access, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/mdio.h:10:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 10 | TRACE_EVENT_CONDITION(mdio_access, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/mdio.h:10:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 10 | TRACE_EVENT_CONDITION(mdio_access, | ^~~~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/mdio.h: In function ‘__bpf_trace_mdio_access’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/mdio.h:10:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 10 | TRACE_EVENT_CONDITION(mdio_access, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/mdio.h:10:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 10 | TRACE_EVENT_CONDITION(mdio_access, | ^~~~~~~~~~~~~~~~~~~~~ make[6]: *** [../scripts/Makefile.build:244: drivers/net/phy/mdio_bus.o] Error 1 make[5]: *** [../scripts/Makefile.build:485: drivers/net/phy] Error 2 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../drivers/block/rnbd/rnbd-srv-trace.h:206, from ../drivers/block/rnbd/rnbd-srv-trace.c:17: ../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘trace_event_raw_event_rnbd_srv_link_class’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(rnbd_srv_link_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(rnbd_srv_link_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(rnbd_srv_link_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(rnbd_srv_link_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(rnbd_srv_link_class, | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘trace_event_raw_event_process_rdma’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ 65 | TRACE_EVENT(process_rdma, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ 65 | TRACE_EVENT(process_rdma, | ^~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘trace_event_raw_event_process_msg_sess_info’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:116:1: note: in expansion of macro ‘TRACE_EVENT’ 116 | TRACE_EVENT(process_msg_sess_info, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:116:1: note: in expansion of macro ‘TRACE_EVENT’ 116 | TRACE_EVENT(process_msg_sess_info, | ^~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘trace_event_raw_event_process_msg_open’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:154:1: note: in expansion of macro ‘TRACE_EVENT’ 154 | TRACE_EVENT(process_msg_open, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:154:1: note: in expansion of macro ‘TRACE_EVENT’ 154 | TRACE_EVENT(process_msg_open, | ^~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘trace_event_raw_event_process_msg_close’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ 179 | TRACE_EVENT(process_msg_close, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ 179 | TRACE_EVENT(process_msg_close, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘__bpf_trace_rnbd_srv_link_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(rnbd_srv_link_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(rnbd_srv_link_class, | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘__bpf_trace_process_rdma’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ 65 | TRACE_EVENT(process_rdma, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ 65 | TRACE_EVENT(process_rdma, | ^~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘__bpf_trace_process_msg_sess_info’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:116:1: note: in expansion of macro ‘TRACE_EVENT’ 116 | TRACE_EVENT(process_msg_sess_info, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:116:1: note: in expansion of macro ‘TRACE_EVENT’ 116 | TRACE_EVENT(process_msg_sess_info, | ^~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘__bpf_trace_process_msg_open’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:154:1: note: in expansion of macro ‘TRACE_EVENT’ 154 | TRACE_EVENT(process_msg_open, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:154:1: note: in expansion of macro ‘TRACE_EVENT’ 154 | TRACE_EVENT(process_msg_open, | ^~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘__bpf_trace_process_msg_close’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ 179 | TRACE_EVENT(process_msg_close, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ 179 | TRACE_EVENT(process_msg_close, | ^~~~~~~~~~~ make[6]: *** [../scripts/Makefile.build:244: drivers/block/rnbd/rnbd-srv-trace.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../drivers/gpu/drm/drm_trace.h:74, from ../drivers/gpu/drm/drm_trace_points.c:5: ../include/trace/../../drivers/gpu/drm/drm_trace.h: In function ‘trace_event_raw_event_drm_vblank_event’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/drm_trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(drm_vblank_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/drm_trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(drm_vblank_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/drm_trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(drm_vblank_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/drm_trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(drm_vblank_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/drm_trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(drm_vblank_event, | ^~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/drm_trace.h: In function ‘trace_event_raw_event_drm_vblank_event_queued’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/drm_trace.h:35:1: note: in expansion of macro ‘TRACE_EVENT’ 35 | TRACE_EVENT(drm_vblank_event_queued, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/drm_trace.h:35:1: note: in expansion of macro ‘TRACE_EVENT’ 35 | TRACE_EVENT(drm_vblank_event_queued, | ^~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/drm_trace.h: In function ‘trace_event_raw_event_drm_vblank_event_delivered’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/drm_trace.h:52:1: note: in expansion of macro ‘TRACE_EVENT’ 52 | TRACE_EVENT(drm_vblank_event_delivered, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/drm_trace.h:52:1: note: in expansion of macro ‘TRACE_EVENT’ 52 | TRACE_EVENT(drm_vblank_event_delivered, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/../../drivers/gpu/drm/drm_trace.h: In function ‘__bpf_trace_drm_vblank_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/drm_trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(drm_vblank_event, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/drm_trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(drm_vblank_event, | ^~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/drm_trace.h: In function ‘__bpf_trace_drm_vblank_event_queued’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/drm_trace.h:35:1: note: in expansion of macro ‘TRACE_EVENT’ 35 | TRACE_EVENT(drm_vblank_event_queued, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/drm_trace.h:35:1: note: in expansion of macro ‘TRACE_EVENT’ 35 | TRACE_EVENT(drm_vblank_event_queued, | ^~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/drm_trace.h: In function ‘__bpf_trace_drm_vblank_event_delivered’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/drm_trace.h:52:1: note: in expansion of macro ‘TRACE_EVENT’ 52 | TRACE_EVENT(drm_vblank_event_delivered, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/drm_trace.h:52:1: note: in expansion of macro ‘TRACE_EVENT’ 52 | TRACE_EVENT(drm_vblank_event_delivered, | ^~~~~~~~~~~ make[6]: *** [../scripts/Makefile.build:244: drivers/gpu/drm/drm_trace_points.o] Error 1 make[5]: *** [../scripts/Makefile.build:485: drivers/block/rnbd] Error 2 make[4]: *** [../scripts/Makefile.build:485: drivers/block] Error 2 make[5]: *** [../scripts/Makefile.build:485: drivers/gpu/drm] Error 2 make[4]: *** [../scripts/Makefile.build:485: drivers/gpu] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/mptcp.h:184, from ../net/mptcp/protocol.c:30: ../include/trace/events/mptcp.h: In function ‘trace_event_raw_event_mptcp_subflow_get_send’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h:18:1: note: in expansion of macro ‘TRACE_EVENT’ 18 | TRACE_EVENT(mptcp_subflow_get_send, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h:18:1: note: in expansion of macro ‘TRACE_EVENT’ 18 | TRACE_EVENT(mptcp_subflow_get_send, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h:18:1: note: in expansion of macro ‘TRACE_EVENT’ 18 | TRACE_EVENT(mptcp_subflow_get_send, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h:18:1: note: in expansion of macro ‘TRACE_EVENT’ 18 | TRACE_EVENT(mptcp_subflow_get_send, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h:18:1: note: in expansion of macro ‘TRACE_EVENT’ 18 | TRACE_EVENT(mptcp_subflow_get_send, | ^~~~~~~~~~~ ../include/trace/events/mptcp.h: In function ‘trace_event_raw_event_mptcp_dump_mpext’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h:65:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 65 | DECLARE_EVENT_CLASS(mptcp_dump_mpext, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h:65:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 65 | DECLARE_EVENT_CLASS(mptcp_dump_mpext, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h: In function ‘trace_event_raw_event_ack_update_msk’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h:128:1: note: in expansion of macro ‘TRACE_EVENT’ 128 | TRACE_EVENT(ack_update_msk, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h:128:1: note: in expansion of macro ‘TRACE_EVENT’ 128 | TRACE_EVENT(ack_update_msk, | ^~~~~~~~~~~ ../include/trace/events/mptcp.h: In function ‘trace_event_raw_event_subflow_check_data_avail’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h:160:1: note: in expansion of macro ‘TRACE_EVENT’ 160 | TRACE_EVENT(subflow_check_data_avail, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h:160:1: note: in expansion of macro ‘TRACE_EVENT’ 160 | TRACE_EVENT(subflow_check_data_avail, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/mptcp.h: In function ‘__bpf_trace_mptcp_subflow_get_send’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h:18:1: note: in expansion of macro ‘TRACE_EVENT’ 18 | TRACE_EVENT(mptcp_subflow_get_send, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h:18:1: note: in expansion of macro ‘TRACE_EVENT’ 18 | TRACE_EVENT(mptcp_subflow_get_send, | ^~~~~~~~~~~ ../include/trace/events/mptcp.h: In function ‘__bpf_trace_mptcp_dump_mpext’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h:65:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 65 | DECLARE_EVENT_CLASS(mptcp_dump_mpext, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h:65:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 65 | DECLARE_EVENT_CLASS(mptcp_dump_mpext, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h: In function ‘__bpf_trace_ack_update_msk’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h:128:1: note: in expansion of macro ‘TRACE_EVENT’ 128 | TRACE_EVENT(ack_update_msk, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h:128:1: note: in expansion of macro ‘TRACE_EVENT’ 128 | TRACE_EVENT(ack_update_msk, | ^~~~~~~~~~~ ../include/trace/events/mptcp.h: In function ‘__bpf_trace_subflow_check_data_avail’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h:160:1: note: in expansion of macro ‘TRACE_EVENT’ 160 | TRACE_EVENT(subflow_check_data_avail, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h:160:1: note: in expansion of macro ‘TRACE_EVENT’ 160 | TRACE_EVENT(subflow_check_data_avail, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: net/mptcp/protocol.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: net/mptcp] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/handshake.h:319, from ../net/handshake/trace.c:22: ../include/trace/events/handshake.h: In function ‘trace_event_raw_event_handshake_event_class’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:90:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 90 | DECLARE_EVENT_CLASS(handshake_event_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:90:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 90 | DECLARE_EVENT_CLASS(handshake_event_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:90:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 90 | DECLARE_EVENT_CLASS(handshake_event_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:90:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 90 | DECLARE_EVENT_CLASS(handshake_event_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:90:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 90 | DECLARE_EVENT_CLASS(handshake_event_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h: In function ‘trace_event_raw_event_handshake_fd_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:120:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 120 | DECLARE_EVENT_CLASS(handshake_fd_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:120:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 120 | DECLARE_EVENT_CLASS(handshake_fd_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h: In function ‘trace_event_raw_event_handshake_error_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:154:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 154 | DECLARE_EVENT_CLASS(handshake_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:154:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 154 | DECLARE_EVENT_CLASS(handshake_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h: In function ‘trace_event_raw_event_handshake_alert_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:188:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 188 | DECLARE_EVENT_CLASS(handshake_alert_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:188:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 188 | DECLARE_EVENT_CLASS(handshake_alert_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h: In function ‘trace_event_raw_event_handshake_complete’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:242:1: note: in expansion of macro ‘TRACE_EVENT’ 242 | TRACE_EVENT(handshake_complete, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:242:1: note: in expansion of macro ‘TRACE_EVENT’ 242 | TRACE_EVENT(handshake_complete, | ^~~~~~~~~~~ ../include/trace/events/handshake.h: In function ‘trace_event_raw_event_tls_contenttype’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:281:1: note: in expansion of macro ‘TRACE_EVENT’ 281 | TRACE_EVENT(tls_contenttype, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:281:1: note: in expansion of macro ‘TRACE_EVENT’ 281 | TRACE_EVENT(tls_contenttype, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/handshake.h: In function ‘__bpf_trace_handshake_event_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:90:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 90 | DECLARE_EVENT_CLASS(handshake_event_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:90:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 90 | DECLARE_EVENT_CLASS(handshake_event_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h: In function ‘__bpf_trace_handshake_fd_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:120:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 120 | DECLARE_EVENT_CLASS(handshake_fd_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:120:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 120 | DECLARE_EVENT_CLASS(handshake_fd_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h: In function ‘__bpf_trace_handshake_error_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:154:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 154 | DECLARE_EVENT_CLASS(handshake_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:154:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 154 | DECLARE_EVENT_CLASS(handshake_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h: In function ‘__bpf_trace_handshake_alert_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:188:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 188 | DECLARE_EVENT_CLASS(handshake_alert_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:188:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 188 | DECLARE_EVENT_CLASS(handshake_alert_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h: In function ‘__bpf_trace_handshake_complete’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:242:1: note: in expansion of macro ‘TRACE_EVENT’ 242 | TRACE_EVENT(handshake_complete, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:242:1: note: in expansion of macro ‘TRACE_EVENT’ 242 | TRACE_EVENT(handshake_complete, | ^~~~~~~~~~~ ../include/trace/events/handshake.h: In function ‘__bpf_trace_tls_contenttype’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:281:1: note: in expansion of macro ‘TRACE_EVENT’ 281 | TRACE_EVENT(tls_contenttype, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:281:1: note: in expansion of macro ‘TRACE_EVENT’ 281 | TRACE_EVENT(tls_contenttype, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: net/handshake/trace.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: net/handshake] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/asoc.h:279, from ../sound/soc/soc-core.c:45: ../include/trace/events/asoc.h: In function ‘trace_event_raw_event_snd_soc_dapm’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 22 | DECLARE_EVENT_CLASS(snd_soc_dapm, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 22 | DECLARE_EVENT_CLASS(snd_soc_dapm, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 22 | DECLARE_EVENT_CLASS(snd_soc_dapm, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 22 | DECLARE_EVENT_CLASS(snd_soc_dapm, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 22 | DECLARE_EVENT_CLASS(snd_soc_dapm, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h: In function ‘trace_event_raw_event_snd_soc_dapm_basic’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:60:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 60 | DECLARE_EVENT_CLASS(snd_soc_dapm_basic, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:60:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 60 | DECLARE_EVENT_CLASS(snd_soc_dapm_basic, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h: In function ‘trace_event_raw_event_snd_soc_dapm_widget’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:95:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 95 | DECLARE_EVENT_CLASS(snd_soc_dapm_widget, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:95:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 95 | DECLARE_EVENT_CLASS(snd_soc_dapm_widget, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h: In function ‘trace_event_raw_event_snd_soc_dapm_walk_done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:139:1: note: in expansion of macro ‘TRACE_EVENT’ 139 | TRACE_EVENT(snd_soc_dapm_walk_done, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:139:1: note: in expansion of macro ‘TRACE_EVENT’ 139 | TRACE_EVENT(snd_soc_dapm_walk_done, | ^~~~~~~~~~~ ../include/trace/events/asoc.h: In function ‘trace_event_raw_event_snd_soc_dapm_path’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:164:1: note: in expansion of macro ‘TRACE_EVENT’ 164 | TRACE_EVENT(snd_soc_dapm_path, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:164:1: note: in expansion of macro ‘TRACE_EVENT’ 164 | TRACE_EVENT(snd_soc_dapm_path, | ^~~~~~~~~~~ ../include/trace/events/asoc.h: In function ‘trace_event_raw_event_snd_soc_dapm_connected’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:198:1: note: in expansion of macro ‘TRACE_EVENT’ 198 | TRACE_EVENT(snd_soc_dapm_connected, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:198:1: note: in expansion of macro ‘TRACE_EVENT’ 198 | TRACE_EVENT(snd_soc_dapm_connected, | ^~~~~~~~~~~ ../include/trace/events/asoc.h: In function ‘trace_event_raw_event_snd_soc_jack_irq’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ 218 | TRACE_EVENT(snd_soc_jack_irq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ 218 | TRACE_EVENT(snd_soc_jack_irq, | ^~~~~~~~~~~ ../include/trace/events/asoc.h: In function ‘trace_event_raw_event_snd_soc_jack_report’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:235:1: note: in expansion of macro ‘TRACE_EVENT’ 235 | TRACE_EVENT(snd_soc_jack_report, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:235:1: note: in expansion of macro ‘TRACE_EVENT’ 235 | TRACE_EVENT(snd_soc_jack_report, | ^~~~~~~~~~~ ../include/trace/events/asoc.h: In function ‘trace_event_raw_event_snd_soc_jack_notify’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:257:1: note: in expansion of macro ‘TRACE_EVENT’ 257 | TRACE_EVENT(snd_soc_jack_notify, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:257:1: note: in expansion of macro ‘TRACE_EVENT’ 257 | TRACE_EVENT(snd_soc_jack_notify, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/asoc.h: In function ‘__bpf_trace_snd_soc_dapm’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 22 | DECLARE_EVENT_CLASS(snd_soc_dapm, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 22 | DECLARE_EVENT_CLASS(snd_soc_dapm, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h: In function ‘__bpf_trace_snd_soc_dapm_basic’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:60:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 60 | DECLARE_EVENT_CLASS(snd_soc_dapm_basic, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:60:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 60 | DECLARE_EVENT_CLASS(snd_soc_dapm_basic, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h: In function ‘__bpf_trace_snd_soc_dapm_widget’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:95:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 95 | DECLARE_EVENT_CLASS(snd_soc_dapm_widget, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:95:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 95 | DECLARE_EVENT_CLASS(snd_soc_dapm_widget, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h: In function ‘__bpf_trace_snd_soc_dapm_walk_done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:139:1: note: in expansion of macro ‘TRACE_EVENT’ 139 | TRACE_EVENT(snd_soc_dapm_walk_done, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:139:1: note: in expansion of macro ‘TRACE_EVENT’ 139 | TRACE_EVENT(snd_soc_dapm_walk_done, | ^~~~~~~~~~~ ../include/trace/events/asoc.h: In function ‘__bpf_trace_snd_soc_dapm_path’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:164:1: note: in expansion of macro ‘TRACE_EVENT’ 164 | TRACE_EVENT(snd_soc_dapm_path, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:164:1: note: in expansion of macro ‘TRACE_EVENT’ 164 | TRACE_EVENT(snd_soc_dapm_path, | ^~~~~~~~~~~ ../include/trace/events/asoc.h: In function ‘__bpf_trace_snd_soc_dapm_connected’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:198:1: note: in expansion of macro ‘TRACE_EVENT’ 198 | TRACE_EVENT(snd_soc_dapm_connected, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:198:1: note: in expansion of macro ‘TRACE_EVENT’ 198 | TRACE_EVENT(snd_soc_dapm_connected, | ^~~~~~~~~~~ ../include/trace/events/asoc.h: In function ‘__bpf_trace_snd_soc_jack_irq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ 218 | TRACE_EVENT(snd_soc_jack_irq, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ 218 | TRACE_EVENT(snd_soc_jack_irq, | ^~~~~~~~~~~ ../include/trace/events/asoc.h: In function ‘__bpf_trace_snd_soc_jack_report’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:235:1: note: in expansion of macro ‘TRACE_EVENT’ 235 | TRACE_EVENT(snd_soc_jack_report, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:235:1: note: in expansion of macro ‘TRACE_EVENT’ 235 | TRACE_EVENT(snd_soc_jack_report, | ^~~~~~~~~~~ ../include/trace/events/asoc.h: In function ‘__bpf_trace_snd_soc_jack_notify’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:257:1: note: in expansion of macro ‘TRACE_EVENT’ 257 | TRACE_EVENT(snd_soc_jack_notify, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:257:1: note: in expansion of macro ‘TRACE_EVENT’ 257 | TRACE_EVENT(snd_soc_jack_notify, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: sound/soc/soc-core.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/notifier.h:69, from ../kernel/notifier.c:11: ../include/trace/events/notifier.h: In function ‘trace_event_raw_event_notifier_info’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/notifier.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(notifier_info, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/notifier.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(notifier_info, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/notifier.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(notifier_info, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/notifier.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(notifier_info, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/notifier.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(notifier_info, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/notifier.h: In function ‘__bpf_trace_notifier_info’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/notifier.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(notifier_info, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/notifier.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(notifier_info, | ^~~~~~~~~~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:244: kernel/notifier.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/dsa/mv88e6xxx/trace.h:96, from ../drivers/net/dsa/mv88e6xxx/trace.c:6: ../drivers/net/dsa/mv88e6xxx/./trace.h: In function ‘trace_event_raw_event_mv88e6xxx_atu_violation’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/dsa/mv88e6xxx/./trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(mv88e6xxx_atu_violation, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/dsa/mv88e6xxx/./trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(mv88e6xxx_atu_violation, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/dsa/mv88e6xxx/./trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(mv88e6xxx_atu_violation, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/dsa/mv88e6xxx/./trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(mv88e6xxx_atu_violation, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/dsa/mv88e6xxx/./trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(mv88e6xxx_atu_violation, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/dsa/mv88e6xxx/./trace.h: In function ‘trace_event_raw_event_mv88e6xxx_vtu_violation’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/dsa/mv88e6xxx/./trace.h:58:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 58 | DECLARE_EVENT_CLASS(mv88e6xxx_vtu_violation, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/dsa/mv88e6xxx/./trace.h:58:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 58 | DECLARE_EVENT_CLASS(mv88e6xxx_vtu_violation, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/dsa/mv88e6xxx/./trace.h: In function ‘__bpf_trace_mv88e6xxx_atu_violation’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/dsa/mv88e6xxx/./trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(mv88e6xxx_atu_violation, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/dsa/mv88e6xxx/./trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(mv88e6xxx_atu_violation, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/dsa/mv88e6xxx/./trace.h: In function ‘__bpf_trace_mv88e6xxx_vtu_violation’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/dsa/mv88e6xxx/./trace.h:58:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 58 | DECLARE_EVENT_CLASS(mv88e6xxx_vtu_violation, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/dsa/mv88e6xxx/./trace.h:58:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 58 | DECLARE_EVENT_CLASS(mv88e6xxx_vtu_violation, | ^~~~~~~~~~~~~~~~~~~ make[7]: *** [../scripts/Makefile.build:244: drivers/net/dsa/mv88e6xxx/trace.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/percpu.h:137, from ../mm/percpu.c:97: ../include/trace/events/percpu.h: In function ‘trace_event_raw_event_percpu_alloc_percpu’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(percpu_alloc_percpu, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(percpu_alloc_percpu, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(percpu_alloc_percpu, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(percpu_alloc_percpu, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(percpu_alloc_percpu, | ^~~~~~~~~~~ ../include/trace/events/percpu.h: In function ‘trace_event_raw_event_percpu_free_percpu’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:54:1: note: in expansion of macro ‘TRACE_EVENT’ 54 | TRACE_EVENT(percpu_free_percpu, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:54:1: note: in expansion of macro ‘TRACE_EVENT’ 54 | TRACE_EVENT(percpu_free_percpu, | ^~~~~~~~~~~ ../include/trace/events/percpu.h: In function ‘trace_event_raw_event_percpu_alloc_percpu_fail’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ 76 | TRACE_EVENT(percpu_alloc_percpu_fail, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ 76 | TRACE_EVENT(percpu_alloc_percpu_fail, | ^~~~~~~~~~~ ../include/trace/events/percpu.h: In function ‘trace_event_raw_event_percpu_create_chunk’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ 101 | TRACE_EVENT(percpu_create_chunk, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ 101 | TRACE_EVENT(percpu_create_chunk, | ^~~~~~~~~~~ ../include/trace/events/percpu.h: In function ‘trace_event_raw_event_percpu_destroy_chunk’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ 118 | TRACE_EVENT(percpu_destroy_chunk, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ 118 | TRACE_EVENT(percpu_destroy_chunk, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/percpu.h: In function ‘__bpf_trace_percpu_alloc_percpu’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(percpu_alloc_percpu, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(percpu_alloc_percpu, | ^~~~~~~~~~~ ../include/trace/events/percpu.h: In function ‘__bpf_trace_percpu_free_percpu’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:54:1: note: in expansion of macro ‘TRACE_EVENT’ 54 | TRACE_EVENT(percpu_free_percpu, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:54:1: note: in expansion of macro ‘TRACE_EVENT’ 54 | TRACE_EVENT(percpu_free_percpu, | ^~~~~~~~~~~ ../include/trace/events/percpu.h: In function ‘__bpf_trace_percpu_alloc_percpu_fail’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ 76 | TRACE_EVENT(percpu_alloc_percpu_fail, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ 76 | TRACE_EVENT(percpu_alloc_percpu_fail, | ^~~~~~~~~~~ ../include/trace/events/percpu.h: In function ‘__bpf_trace_percpu_create_chunk’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ 101 | TRACE_EVENT(percpu_create_chunk, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ 101 | TRACE_EVENT(percpu_create_chunk, | ^~~~~~~~~~~ ../include/trace/events/percpu.h: In function ‘__bpf_trace_percpu_destroy_chunk’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ 118 | TRACE_EVENT(percpu_destroy_chunk, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ 118 | TRACE_EVENT(percpu_destroy_chunk, | ^~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:244: mm/percpu.o] Error 1 make[6]: *** [../scripts/Makefile.build:485: drivers/net/dsa/mv88e6xxx] Error 2 make[5]: *** [../scripts/Makefile.build:485: drivers/net/dsa] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/cxl/core/trace.h:737, from ../drivers/cxl/core/trace.c:8: ../drivers/cxl/core/./trace.h: In function ‘trace_event_raw_event_cxl_aer_uncorrectable_error’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:51:1: note: in expansion of macro ‘TRACE_EVENT’ 51 | TRACE_EVENT(cxl_aer_uncorrectable_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:51:1: note: in expansion of macro ‘TRACE_EVENT’ 51 | TRACE_EVENT(cxl_aer_uncorrectable_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:51:1: note: in expansion of macro ‘TRACE_EVENT’ 51 | TRACE_EVENT(cxl_aer_uncorrectable_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:51:1: note: in expansion of macro ‘TRACE_EVENT’ 51 | TRACE_EVENT(cxl_aer_uncorrectable_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:51:1: note: in expansion of macro ‘TRACE_EVENT’ 51 | TRACE_EVENT(cxl_aer_uncorrectable_error, | ^~~~~~~~~~~ ../drivers/cxl/core/./trace.h: In function ‘trace_event_raw_event_cxl_aer_correctable_error’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ 99 | TRACE_EVENT(cxl_aer_correctable_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ 99 | TRACE_EVENT(cxl_aer_correctable_error, | ^~~~~~~~~~~ ../drivers/cxl/core/./trace.h: In function ‘trace_event_raw_event_cxl_overflow’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:127:1: note: in expansion of macro ‘TRACE_EVENT’ 127 | TRACE_EVENT(cxl_overflow, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:127:1: note: in expansion of macro ‘TRACE_EVENT’ 127 | TRACE_EVENT(cxl_overflow, | ^~~~~~~~~~~ ../drivers/cxl/core/./trace.h: In function ‘trace_event_raw_event_cxl_generic_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:225:1: note: in expansion of macro ‘TRACE_EVENT’ 225 | TRACE_EVENT(cxl_generic_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:225:1: note: in expansion of macro ‘TRACE_EVENT’ 225 | TRACE_EVENT(cxl_generic_event, | ^~~~~~~~~~~ ../drivers/cxl/core/./trace.h: In function ‘trace_event_raw_event_cxl_general_media’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ 316 | TRACE_EVENT(cxl_general_media, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ 316 | TRACE_EVENT(cxl_general_media, | ^~~~~~~~~~~ ../drivers/cxl/core/./trace.h: In function ‘trace_event_raw_event_cxl_dram’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:413:1: note: in expansion of macro ‘TRACE_EVENT’ 413 | TRACE_EVENT(cxl_dram, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:413:1: note: in expansion of macro ‘TRACE_EVENT’ 413 | TRACE_EVENT(cxl_dram, | ^~~~~~~~~~~ ../drivers/cxl/core/./trace.h: In function ‘trace_event_raw_event_cxl_memory_module’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:576:1: note: in expansion of macro ‘TRACE_EVENT’ 576 | TRACE_EVENT(cxl_memory_module, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:576:1: note: in expansion of macro ‘TRACE_EVENT’ 576 | TRACE_EVENT(cxl_memory_module, | ^~~~~~~~~~~ ../drivers/cxl/core/./trace.h: In function ‘trace_event_raw_event_cxl_poison’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:671:1: note: in expansion of macro ‘TRACE_EVENT’ 671 | TRACE_EVENT(cxl_poison, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:671:1: note: in expansion of macro ‘TRACE_EVENT’ 671 | TRACE_EVENT(cxl_poison, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/cxl/core/./trace.h: In function ‘__bpf_trace_cxl_aer_uncorrectable_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:51:1: note: in expansion of macro ‘TRACE_EVENT’ 51 | TRACE_EVENT(cxl_aer_uncorrectable_error, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:51:1: note: in expansion of macro ‘TRACE_EVENT’ 51 | TRACE_EVENT(cxl_aer_uncorrectable_error, | ^~~~~~~~~~~ ../drivers/cxl/core/./trace.h: In function ‘__bpf_trace_cxl_aer_correctable_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ 99 | TRACE_EVENT(cxl_aer_correctable_error, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ 99 | TRACE_EVENT(cxl_aer_correctable_error, | ^~~~~~~~~~~ ../drivers/cxl/core/./trace.h: In function ‘__bpf_trace_cxl_overflow’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:127:1: note: in expansion of macro ‘TRACE_EVENT’ 127 | TRACE_EVENT(cxl_overflow, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:127:1: note: in expansion of macro ‘TRACE_EVENT’ 127 | TRACE_EVENT(cxl_overflow, | ^~~~~~~~~~~ ../drivers/cxl/core/./trace.h: In function ‘__bpf_trace_cxl_generic_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:225:1: note: in expansion of macro ‘TRACE_EVENT’ 225 | TRACE_EVENT(cxl_generic_event, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:225:1: note: in expansion of macro ‘TRACE_EVENT’ 225 | TRACE_EVENT(cxl_generic_event, | ^~~~~~~~~~~ ../drivers/cxl/core/./trace.h: In function ‘__bpf_trace_cxl_general_media’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ 316 | TRACE_EVENT(cxl_general_media, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ 316 | TRACE_EVENT(cxl_general_media, | ^~~~~~~~~~~ ../drivers/cxl/core/./trace.h: In function ‘__bpf_trace_cxl_dram’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:413:1: note: in expansion of macro ‘TRACE_EVENT’ 413 | TRACE_EVENT(cxl_dram, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:413:1: note: in expansion of macro ‘TRACE_EVENT’ 413 | TRACE_EVENT(cxl_dram, | ^~~~~~~~~~~ ../drivers/cxl/core/./trace.h: In function ‘__bpf_trace_cxl_memory_module’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:576:1: note: in expansion of macro ‘TRACE_EVENT’ 576 | TRACE_EVENT(cxl_memory_module, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:576:1: note: in expansion of macro ‘TRACE_EVENT’ 576 | TRACE_EVENT(cxl_memory_module, | ^~~~~~~~~~~ ../drivers/cxl/core/./trace.h: In function ‘__bpf_trace_cxl_poison’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:671:1: note: in expansion of macro ‘TRACE_EVENT’ 671 | TRACE_EVENT(cxl_poison, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:671:1: note: in expansion of macro ‘TRACE_EVENT’ 671 | TRACE_EVENT(cxl_poison, | ^~~~~~~~~~~ make[6]: *** [../scripts/Makefile.build:244: drivers/cxl/core/trace.o] Error 1 make[5]: *** [../scripts/Makefile.build:485: drivers/cxl/core] Error 2 make[4]: *** [../scripts/Makefile.build:485: drivers/cxl] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/nvme/host/trace.h:172, from ../drivers/nvme/host/core.c:31: ../drivers/nvme/host/./trace.h: In function ‘trace_event_raw_event_nvme_setup_cmd’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/host/./trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ 47 | TRACE_EVENT(nvme_setup_cmd, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/host/./trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ 47 | TRACE_EVENT(nvme_setup_cmd, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/host/./trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ 47 | TRACE_EVENT(nvme_setup_cmd, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/host/./trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ 47 | TRACE_EVENT(nvme_setup_cmd, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/host/./trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ 47 | TRACE_EVENT(nvme_setup_cmd, | ^~~~~~~~~~~ ../drivers/nvme/host/./trace.h: In function ‘trace_event_raw_event_nvme_complete_rq’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/host/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ 85 | TRACE_EVENT(nvme_complete_rq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/host/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ 85 | TRACE_EVENT(nvme_complete_rq, | ^~~~~~~~~~~ ../drivers/nvme/host/./trace.h: In function ‘trace_event_raw_event_nvme_async_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/host/./trace.h:117:1: note: in expansion of macro ‘TRACE_EVENT’ 117 | TRACE_EVENT(nvme_async_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/host/./trace.h:117:1: note: in expansion of macro ‘TRACE_EVENT’ 117 | TRACE_EVENT(nvme_async_event, | ^~~~~~~~~~~ ../drivers/nvme/host/./trace.h: In function ‘trace_event_raw_event_nvme_sq’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/host/./trace.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ 141 | TRACE_EVENT(nvme_sq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/host/./trace.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ 141 | TRACE_EVENT(nvme_sq, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/nvme/host/./trace.h: In function ‘__bpf_trace_nvme_setup_cmd’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/host/./trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ 47 | TRACE_EVENT(nvme_setup_cmd, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/host/./trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ 47 | TRACE_EVENT(nvme_setup_cmd, | ^~~~~~~~~~~ ../drivers/nvme/host/./trace.h: In function ‘__bpf_trace_nvme_complete_rq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/host/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ 85 | TRACE_EVENT(nvme_complete_rq, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/host/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ 85 | TRACE_EVENT(nvme_complete_rq, | ^~~~~~~~~~~ ../drivers/nvme/host/./trace.h: In function ‘__bpf_trace_nvme_async_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/host/./trace.h:117:1: note: in expansion of macro ‘TRACE_EVENT’ 117 | TRACE_EVENT(nvme_async_event, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/host/./trace.h:117:1: note: in expansion of macro ‘TRACE_EVENT’ 117 | TRACE_EVENT(nvme_async_event, | ^~~~~~~~~~~ ../drivers/nvme/host/./trace.h: In function ‘__bpf_trace_nvme_sq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/host/./trace.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ 141 | TRACE_EVENT(nvme_sq, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/host/./trace.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ 141 | TRACE_EVENT(nvme_sq, | ^~~~~~~~~~~ make[6]: *** [../scripts/Makefile.build:244: drivers/nvme/host/core.o] Error 1 make[5]: *** [../scripts/Makefile.build:485: drivers/nvme/host] Error 2 make[4]: *** [../scripts/Makefile.build:485: drivers/nvme] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/block.h:609, from ../block/blk-core.c:45: ../include/trace/events/block.h: In function ‘trace_event_raw_event_block_buffer’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(block_buffer, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(block_buffer, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(block_buffer, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(block_buffer, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(block_buffer, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h: In function ‘trace_event_raw_event_block_rq_requeue’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(block_rq_requeue, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(block_rq_requeue, | ^~~~~~~~~~~ ../include/trace/events/block.h: In function ‘trace_event_raw_event_block_rq_completion’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:118:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 118 | DECLARE_EVENT_CLASS(block_rq_completion, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:118:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 118 | DECLARE_EVENT_CLASS(block_rq_completion, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h: In function ‘trace_event_raw_event_block_rq’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:190:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 190 | DECLARE_EVENT_CLASS(block_rq, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:190:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 190 | DECLARE_EVENT_CLASS(block_rq, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h: In function ‘trace_event_raw_event_block_bio_complete’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ 307 | TRACE_EVENT(block_bio_complete, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ 307 | TRACE_EVENT(block_bio_complete, | ^~~~~~~~~~~ ../include/trace/events/block.h: In function ‘trace_event_raw_event_block_bio’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:335:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 335 | DECLARE_EVENT_CLASS(block_bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:335:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 335 | DECLARE_EVENT_CLASS(block_bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h: In function ‘trace_event_raw_event_block_plug’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:430:1: note: in expansion of macro ‘TRACE_EVENT’ 430 | TRACE_EVENT(block_plug, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:430:1: note: in expansion of macro ‘TRACE_EVENT’ 430 | TRACE_EVENT(block_plug, | ^~~~~~~~~~~ ../include/trace/events/block.h: In function ‘trace_event_raw_event_block_unplug’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:447:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 447 | DECLARE_EVENT_CLASS(block_unplug, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:447:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 447 | DECLARE_EVENT_CLASS(block_unplug, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h: In function ‘trace_event_raw_event_block_split’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:492:1: note: in expansion of macro ‘TRACE_EVENT’ 492 | TRACE_EVENT(block_split, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:492:1: note: in expansion of macro ‘TRACE_EVENT’ 492 | TRACE_EVENT(block_split, | ^~~~~~~~~~~ ../include/trace/events/block.h: In function ‘trace_event_raw_event_block_bio_remap’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:530:1: note: in expansion of macro ‘TRACE_EVENT’ 530 | TRACE_EVENT(block_bio_remap, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:530:1: note: in expansion of macro ‘TRACE_EVENT’ 530 | TRACE_EVENT(block_bio_remap, | ^~~~~~~~~~~ ../include/trace/events/block.h: In function ‘trace_event_raw_event_block_rq_remap’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:572:1: note: in expansion of macro ‘TRACE_EVENT’ 572 | TRACE_EVENT(block_rq_remap, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:572:1: note: in expansion of macro ‘TRACE_EVENT’ 572 | TRACE_EVENT(block_rq_remap, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/block.h: In function ‘__bpf_trace_block_buffer’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(block_buffer, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(block_buffer, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h: In function ‘__bpf_trace_block_rq_requeue’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(block_rq_requeue, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(block_rq_requeue, | ^~~~~~~~~~~ ../include/trace/events/block.h: In function ‘__bpf_trace_block_rq_completion’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:118:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 118 | DECLARE_EVENT_CLASS(block_rq_completion, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:118:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 118 | DECLARE_EVENT_CLASS(block_rq_completion, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h: In function ‘__bpf_trace_block_rq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:190:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 190 | DECLARE_EVENT_CLASS(block_rq, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:190:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 190 | DECLARE_EVENT_CLASS(block_rq, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h: In function ‘__bpf_trace_block_bio_complete’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ 307 | TRACE_EVENT(block_bio_complete, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ 307 | TRACE_EVENT(block_bio_complete, | ^~~~~~~~~~~ ../include/trace/events/block.h: In function ‘__bpf_trace_block_bio’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:335:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 335 | DECLARE_EVENT_CLASS(block_bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:335:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 335 | DECLARE_EVENT_CLASS(block_bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h: In function ‘__bpf_trace_block_plug’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:430:1: note: in expansion of macro ‘TRACE_EVENT’ 430 | TRACE_EVENT(block_plug, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:430:1: note: in expansion of macro ‘TRACE_EVENT’ 430 | TRACE_EVENT(block_plug, | ^~~~~~~~~~~ ../include/trace/events/block.h: In function ‘__bpf_trace_block_unplug’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:447:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 447 | DECLARE_EVENT_CLASS(block_unplug, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:447:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 447 | DECLARE_EVENT_CLASS(block_unplug, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h: In function ‘__bpf_trace_block_split’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:492:1: note: in expansion of macro ‘TRACE_EVENT’ 492 | TRACE_EVENT(block_split, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:492:1: note: in expansion of macro ‘TRACE_EVENT’ 492 | TRACE_EVENT(block_split, | ^~~~~~~~~~~ ../include/trace/events/block.h: In function ‘__bpf_trace_block_bio_remap’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:530:1: note: in expansion of macro ‘TRACE_EVENT’ 530 | TRACE_EVENT(block_bio_remap, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:530:1: note: in expansion of macro ‘TRACE_EVENT’ 530 | TRACE_EVENT(block_bio_remap, | ^~~~~~~~~~~ ../include/trace/events/block.h: In function ‘__bpf_trace_block_rq_remap’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:572:1: note: in expansion of macro ‘TRACE_EVENT’ 572 | TRACE_EVENT(block_rq_remap, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:572:1: note: in expansion of macro ‘TRACE_EVENT’ 572 | TRACE_EVENT(block_rq_remap, | ^~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:244: block/blk-core.o] Error 1 make[4]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../arch/x86/include/asm/trace/irq_vectors.h:383, from ../arch/x86/kernel/irq.c:29: ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘trace_event_raw_event_x86_irq_vector’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:13:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 13 | DECLARE_EVENT_CLASS(x86_irq_vector, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:13:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 13 | DECLARE_EVENT_CLASS(x86_irq_vector, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:13:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 13 | DECLARE_EVENT_CLASS(x86_irq_vector, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:13:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 13 | DECLARE_EVENT_CLASS(x86_irq_vector, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:13:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 13 | DECLARE_EVENT_CLASS(x86_irq_vector, | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘trace_event_raw_event_vector_config’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:126:1: note: in expansion of macro ‘TRACE_EVENT’ 126 | TRACE_EVENT(vector_config, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:126:1: note: in expansion of macro ‘TRACE_EVENT’ 126 | TRACE_EVENT(vector_config, | ^~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘trace_event_raw_event_vector_mod’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:152:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 152 | DECLARE_EVENT_CLASS(vector_mod, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:152:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 152 | DECLARE_EVENT_CLASS(vector_mod, | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘trace_event_raw_event_vector_reserve’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:192:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 192 | DECLARE_EVENT_CLASS(vector_reserve, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:192:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 192 | DECLARE_EVENT_CLASS(vector_reserve, | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘trace_event_raw_event_vector_alloc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:219:1: note: in expansion of macro ‘TRACE_EVENT’ 219 | TRACE_EVENT(vector_alloc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:219:1: note: in expansion of macro ‘TRACE_EVENT’ 219 | TRACE_EVENT(vector_alloc, | ^~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘trace_event_raw_event_vector_alloc_managed’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:245:1: note: in expansion of macro ‘TRACE_EVENT’ 245 | TRACE_EVENT(vector_alloc_managed, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:245:1: note: in expansion of macro ‘TRACE_EVENT’ 245 | TRACE_EVENT(vector_alloc_managed, | ^~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘trace_event_raw_event_vector_activate’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:268:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 268 | DECLARE_EVENT_CLASS(vector_activate, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:268:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 268 | DECLARE_EVENT_CLASS(vector_activate, | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘trace_event_raw_event_vector_teardown’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:303:1: note: in expansion of macro ‘TRACE_EVENT’ 303 | TRACE_EVENT(vector_teardown, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:303:1: note: in expansion of macro ‘TRACE_EVENT’ 303 | TRACE_EVENT(vector_teardown, | ^~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘trace_event_raw_event_vector_setup’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:325:1: note: in expansion of macro ‘TRACE_EVENT’ 325 | TRACE_EVENT(vector_setup, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:325:1: note: in expansion of macro ‘TRACE_EVENT’ 325 | TRACE_EVENT(vector_setup, | ^~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘trace_event_raw_event_vector_free_moved’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:347:1: note: in expansion of macro ‘TRACE_EVENT’ 347 | TRACE_EVENT(vector_free_moved, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:347:1: note: in expansion of macro ‘TRACE_EVENT’ 347 | TRACE_EVENT(vector_free_moved, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘__bpf_trace_x86_irq_vector’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:13:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 13 | DECLARE_EVENT_CLASS(x86_irq_vector, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:13:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 13 | DECLARE_EVENT_CLASS(x86_irq_vector, | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘__bpf_trace_vector_config’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:126:1: note: in expansion of macro ‘TRACE_EVENT’ 126 | TRACE_EVENT(vector_config, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:126:1: note: in expansion of macro ‘TRACE_EVENT’ 126 | TRACE_EVENT(vector_config, | ^~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘__bpf_trace_vector_mod’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:152:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 152 | DECLARE_EVENT_CLASS(vector_mod, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:152:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 152 | DECLARE_EVENT_CLASS(vector_mod, | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘__bpf_trace_vector_reserve’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:192:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 192 | DECLARE_EVENT_CLASS(vector_reserve, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:192:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 192 | DECLARE_EVENT_CLASS(vector_reserve, | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘__bpf_trace_vector_alloc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:219:1: note: in expansion of macro ‘TRACE_EVENT’ 219 | TRACE_EVENT(vector_alloc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:219:1: note: in expansion of macro ‘TRACE_EVENT’ 219 | TRACE_EVENT(vector_alloc, | ^~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘__bpf_trace_vector_alloc_managed’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:245:1: note: in expansion of macro ‘TRACE_EVENT’ 245 | TRACE_EVENT(vector_alloc_managed, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:245:1: note: in expansion of macro ‘TRACE_EVENT’ 245 | TRACE_EVENT(vector_alloc_managed, | ^~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘__bpf_trace_vector_activate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:268:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 268 | DECLARE_EVENT_CLASS(vector_activate, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:268:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 268 | DECLARE_EVENT_CLASS(vector_activate, | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘__bpf_trace_vector_teardown’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:303:1: note: in expansion of macro ‘TRACE_EVENT’ 303 | TRACE_EVENT(vector_teardown, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:303:1: note: in expansion of macro ‘TRACE_EVENT’ 303 | TRACE_EVENT(vector_teardown, | ^~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘__bpf_trace_vector_setup’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:325:1: note: in expansion of macro ‘TRACE_EVENT’ 325 | TRACE_EVENT(vector_setup, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:325:1: note: in expansion of macro ‘TRACE_EVENT’ 325 | TRACE_EVENT(vector_setup, | ^~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘__bpf_trace_vector_free_moved’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:347:1: note: in expansion of macro ‘TRACE_EVENT’ 347 | TRACE_EVENT(vector_free_moved, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:347:1: note: in expansion of macro ‘TRACE_EVENT’ 347 | TRACE_EVENT(vector_free_moved, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: arch/x86/kernel/irq.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: arch/x86/kernel] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/intel-sst.h:156, from ../sound/soc/intel/common/sst-dsp.c:20: ../include/trace/events/intel-sst.h: In function ‘trace_event_raw_event_sst_ipc_msg’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/intel-sst.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 19 | DECLARE_EVENT_CLASS(sst_ipc_msg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/intel-sst.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 19 | DECLARE_EVENT_CLASS(sst_ipc_msg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/intel-sst.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 19 | DECLARE_EVENT_CLASS(sst_ipc_msg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/intel-sst.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 19 | DECLARE_EVENT_CLASS(sst_ipc_msg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/intel-sst.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 19 | DECLARE_EVENT_CLASS(sst_ipc_msg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/intel-sst.h: In function ‘trace_event_raw_event_sst_ipc_mailbox’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/intel-sst.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 52 | DECLARE_EVENT_CLASS(sst_ipc_mailbox, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/intel-sst.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 52 | DECLARE_EVENT_CLASS(sst_ipc_mailbox, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/intel-sst.h: In function ‘trace_event_raw_event_sst_ipc_mailbox_info’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/intel-sst.h:104:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 104 | DECLARE_EVENT_CLASS(sst_ipc_mailbox_info, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/intel-sst.h:104:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 104 | DECLARE_EVENT_CLASS(sst_ipc_mailbox_info, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/intel-sst.h: In function ‘__bpf_trace_sst_ipc_msg’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/intel-sst.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 19 | DECLARE_EVENT_CLASS(sst_ipc_msg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/intel-sst.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 19 | DECLARE_EVENT_CLASS(sst_ipc_msg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/intel-sst.h: In function ‘__bpf_trace_sst_ipc_mailbox’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/intel-sst.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 52 | DECLARE_EVENT_CLASS(sst_ipc_mailbox, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/intel-sst.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 52 | DECLARE_EVENT_CLASS(sst_ipc_mailbox, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/intel-sst.h: In function ‘__bpf_trace_sst_ipc_mailbox_info’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/intel-sst.h:104:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 104 | DECLARE_EVENT_CLASS(sst_ipc_mailbox_info, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/intel-sst.h:104:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 104 | DECLARE_EVENT_CLASS(sst_ipc_mailbox_info, | ^~~~~~~~~~~~~~~~~~~ make[7]: *** [../scripts/Makefile.build:244: sound/soc/intel/common/sst-dsp.o] Error 1 make[6]: *** [../scripts/Makefile.build:485: sound/soc/intel/common] Error 2 make[6]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/workqueue.h:132, from ../kernel/workqueue.c:533: ../include/trace/events/workqueue.h: In function ‘trace_event_raw_event_workqueue_queue_work’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/workqueue.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ 23 | TRACE_EVENT(workqueue_queue_work, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/workqueue.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ 23 | TRACE_EVENT(workqueue_queue_work, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/workqueue.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ 23 | TRACE_EVENT(workqueue_queue_work, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/workqueue.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ 23 | TRACE_EVENT(workqueue_queue_work, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/workqueue.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ 23 | TRACE_EVENT(workqueue_queue_work, | ^~~~~~~~~~~ ../include/trace/events/workqueue.h: In function ‘trace_event_raw_event_workqueue_activate_work’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/workqueue.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(workqueue_activate_work, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/workqueue.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(workqueue_activate_work, | ^~~~~~~~~~~ ../include/trace/events/workqueue.h: In function ‘trace_event_raw_event_workqueue_execute_start’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/workqueue.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ 84 | TRACE_EVENT(workqueue_execute_start, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/workqueue.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ 84 | TRACE_EVENT(workqueue_execute_start, | ^~~~~~~~~~~ ../include/trace/events/workqueue.h: In function ‘trace_event_raw_event_workqueue_execute_end’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/workqueue.h:110:1: note: in expansion of macro ‘TRACE_EVENT’ 110 | TRACE_EVENT(workqueue_execute_end, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/workqueue.h:110:1: note: in expansion of macro ‘TRACE_EVENT’ 110 | TRACE_EVENT(workqueue_execute_end, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/workqueue.h: In function ‘__bpf_trace_workqueue_queue_work’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/workqueue.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ 23 | TRACE_EVENT(workqueue_queue_work, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/workqueue.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ 23 | TRACE_EVENT(workqueue_queue_work, | ^~~~~~~~~~~ ../include/trace/events/workqueue.h: In function ‘__bpf_trace_workqueue_activate_work’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/workqueue.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(workqueue_activate_work, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/workqueue.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(workqueue_activate_work, | ^~~~~~~~~~~ ../include/trace/events/workqueue.h: In function ‘__bpf_trace_workqueue_execute_start’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/workqueue.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ 84 | TRACE_EVENT(workqueue_execute_start, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/workqueue.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ 84 | TRACE_EVENT(workqueue_execute_start, | ^~~~~~~~~~~ ../include/trace/events/workqueue.h: In function ‘__bpf_trace_workqueue_execute_end’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/workqueue.h:110:1: note: in expansion of macro ‘TRACE_EVENT’ 110 | TRACE_EVENT(workqueue_execute_end, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/workqueue.h:110:1: note: in expansion of macro ‘TRACE_EVENT’ 110 | TRACE_EVENT(workqueue_execute_end, | ^~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:244: kernel/workqueue.o] Error 1 make[3]: *** [../scripts/Makefile.build:485: kernel] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/wireless/ath/trace.h:68, from ../drivers/net/wireless/ath/trace.c:20: ../drivers/net/wireless/ath/./trace.h: In function ‘trace_event_raw_event_ath_log’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ 33 | TRACE_EVENT(ath_log, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ 33 | TRACE_EVENT(ath_log, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ 33 | TRACE_EVENT(ath_log, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ 33 | TRACE_EVENT(ath_log, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ 33 | TRACE_EVENT(ath_log, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/wireless/ath/./trace.h: In function ‘__bpf_trace_ath_log’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ 33 | TRACE_EVENT(ath_log, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ 33 | TRACE_EVENT(ath_log, | ^~~~~~~~~~~ make[7]: *** [../scripts/Makefile.build:244: drivers/net/wireless/ath/trace.o] Error 1 make[7]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../sound/soc/intel/catpt/trace.h:83, from ../sound/soc/intel/catpt/device.c:29: ../sound/soc/intel/catpt/./trace.h: In function ‘trace_event_raw_event_catpt_ipc_msg’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/catpt/./trace.h:17:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 17 | DECLARE_EVENT_CLASS(catpt_ipc_msg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/catpt/./trace.h:17:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 17 | DECLARE_EVENT_CLASS(catpt_ipc_msg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/catpt/./trace.h:17:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 17 | DECLARE_EVENT_CLASS(catpt_ipc_msg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/catpt/./trace.h:17:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 17 | DECLARE_EVENT_CLASS(catpt_ipc_msg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/catpt/./trace.h:17:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 17 | DECLARE_EVENT_CLASS(catpt_ipc_msg, | ^~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/catpt/./trace.h: In function ‘trace_event_raw_event_catpt_ipc_payload’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../sound/soc/intel/catpt/./trace.h:54:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 54 | TRACE_EVENT_CONDITION(catpt_ipc_payload, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../sound/soc/intel/catpt/./trace.h:54:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 54 | TRACE_EVENT_CONDITION(catpt_ipc_payload, | ^~~~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../sound/soc/intel/catpt/./trace.h: In function ‘__bpf_trace_catpt_ipc_msg’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/catpt/./trace.h:17:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 17 | DECLARE_EVENT_CLASS(catpt_ipc_msg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/catpt/./trace.h:17:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 17 | DECLARE_EVENT_CLASS(catpt_ipc_msg, | ^~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/catpt/./trace.h: In function ‘__bpf_trace_catpt_ipc_payload’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../sound/soc/intel/catpt/./trace.h:54:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 54 | TRACE_EVENT_CONDITION(catpt_ipc_payload, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../sound/soc/intel/catpt/./trace.h:54:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 54 | TRACE_EVENT_CONDITION(catpt_ipc_payload, | ^~~~~~~~~~~~~~~~~~~~~ make[7]: *** [../scripts/Makefile.build:244: sound/soc/intel/catpt/device.o] Error 1 make[6]: *** [../scripts/Makefile.build:485: sound/soc/intel/catpt] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/iocost.h:225, from ../block/blk-iocost.c:751: ../include/trace/events/iocost.h: In function ‘trace_event_raw_event_iocost_iocg_state’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(iocost_iocg_state, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(iocost_iocg_state, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(iocost_iocg_state, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(iocost_iocg_state, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(iocost_iocg_state, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h: In function ‘trace_event_raw_event_iocg_inuse_update’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h:76:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 76 | DECLARE_EVENT_CLASS(iocg_inuse_update, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h:76:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 76 | DECLARE_EVENT_CLASS(iocg_inuse_update, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h: In function ‘trace_event_raw_event_iocost_ioc_vrate_adj’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h:142:1: note: in expansion of macro ‘TRACE_EVENT’ 142 | TRACE_EVENT(iocost_ioc_vrate_adj, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h:142:1: note: in expansion of macro ‘TRACE_EVENT’ 142 | TRACE_EVENT(iocost_ioc_vrate_adj, | ^~~~~~~~~~~ ../include/trace/events/iocost.h: In function ‘trace_event_raw_event_iocost_iocg_forgive_debt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h:181:1: note: in expansion of macro ‘TRACE_EVENT’ 181 | TRACE_EVENT(iocost_iocg_forgive_debt, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h:181:1: note: in expansion of macro ‘TRACE_EVENT’ 181 | TRACE_EVENT(iocost_iocg_forgive_debt, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/iocost.h: In function ‘__bpf_trace_iocost_iocg_state’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(iocost_iocg_state, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(iocost_iocg_state, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h: In function ‘__bpf_trace_iocg_inuse_update’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h:76:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 76 | DECLARE_EVENT_CLASS(iocg_inuse_update, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h:76:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 76 | DECLARE_EVENT_CLASS(iocg_inuse_update, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h: In function ‘__bpf_trace_iocost_ioc_vrate_adj’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h:142:1: note: in expansion of macro ‘TRACE_EVENT’ 142 | TRACE_EVENT(iocost_ioc_vrate_adj, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h:142:1: note: in expansion of macro ‘TRACE_EVENT’ 142 | TRACE_EVENT(iocost_ioc_vrate_adj, | ^~~~~~~~~~~ ../include/trace/events/iocost.h: In function ‘__bpf_trace_iocost_iocg_forgive_debt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h:181:1: note: in expansion of macro ‘TRACE_EVENT’ 181 | TRACE_EVENT(iocost_iocg_forgive_debt, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h:181:1: note: in expansion of macro ‘TRACE_EVENT’ 181 | TRACE_EVENT(iocost_iocg_forgive_debt, | ^~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:244: block/blk-iocost.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/spi.h:239, from ../drivers/spi/spi.c:39: ../include/trace/events/spi.h: In function ‘trace_event_raw_event_spi_controller’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(spi_controller, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(spi_controller, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(spi_controller, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(spi_controller, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(spi_controller, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h: In function ‘trace_event_raw_event_spi_setup’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:45:1: note: in expansion of macro ‘TRACE_EVENT’ 45 | TRACE_EVENT(spi_setup, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:45:1: note: in expansion of macro ‘TRACE_EVENT’ 45 | TRACE_EVENT(spi_setup, | ^~~~~~~~~~~ ../include/trace/events/spi.h: In function ‘trace_event_raw_event_spi_set_cs’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:78:1: note: in expansion of macro ‘TRACE_EVENT’ 78 | TRACE_EVENT(spi_set_cs, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:78:1: note: in expansion of macro ‘TRACE_EVENT’ 78 | TRACE_EVENT(spi_set_cs, | ^~~~~~~~~~~ ../include/trace/events/spi.h: In function ‘trace_event_raw_event_spi_message’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:102:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 102 | DECLARE_EVENT_CLASS(spi_message, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:102:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 102 | DECLARE_EVENT_CLASS(spi_message, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h: In function ‘trace_event_raw_event_spi_message_done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ 141 | TRACE_EVENT(spi_message_done, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ 141 | TRACE_EVENT(spi_message_done, | ^~~~~~~~~~~ ../include/trace/events/spi.h: In function ‘trace_event_raw_event_spi_transfer’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:179:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 179 | DECLARE_EVENT_CLASS(spi_transfer, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:179:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 179 | DECLARE_EVENT_CLASS(spi_transfer, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/spi.h: In function ‘__bpf_trace_spi_controller’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(spi_controller, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(spi_controller, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h: In function ‘__bpf_trace_spi_setup’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:45:1: note: in expansion of macro ‘TRACE_EVENT’ 45 | TRACE_EVENT(spi_setup, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:45:1: note: in expansion of macro ‘TRACE_EVENT’ 45 | TRACE_EVENT(spi_setup, | ^~~~~~~~~~~ ../include/trace/events/spi.h: In function ‘__bpf_trace_spi_set_cs’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:78:1: note: in expansion of macro ‘TRACE_EVENT’ 78 | TRACE_EVENT(spi_set_cs, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:78:1: note: in expansion of macro ‘TRACE_EVENT’ 78 | TRACE_EVENT(spi_set_cs, | ^~~~~~~~~~~ ../include/trace/events/spi.h: In function ‘__bpf_trace_spi_message’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:102:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 102 | DECLARE_EVENT_CLASS(spi_message, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:102:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 102 | DECLARE_EVENT_CLASS(spi_message, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h: In function ‘__bpf_trace_spi_message_done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ 141 | TRACE_EVENT(spi_message_done, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ 141 | TRACE_EVENT(spi_message_done, | ^~~~~~~~~~~ ../include/trace/events/spi.h: In function ‘__bpf_trace_spi_transfer’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:179:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 179 | DECLARE_EVENT_CLASS(spi_transfer, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:179:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 179 | DECLARE_EVENT_CLASS(spi_transfer, | ^~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: drivers/spi/spi.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: drivers/spi] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/firewire_ohci.h:101, from ../drivers/firewire/ohci.c:51: ../include/trace/events/firewire_ohci.h: In function ‘trace_event_raw_event_irqs’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire_ohci.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(irqs, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire_ohci.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(irqs, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire_ohci.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(irqs, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire_ohci.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(irqs, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire_ohci.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(irqs, | ^~~~~~~~~~~ ../include/trace/events/firewire_ohci.h: In function ‘trace_event_raw_event_self_id_complete’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire_ohci.h:61:1: note: in expansion of macro ‘TRACE_EVENT’ 61 | TRACE_EVENT(self_id_complete, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire_ohci.h:61:1: note: in expansion of macro ‘TRACE_EVENT’ 61 | TRACE_EVENT(self_id_complete, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/firewire_ohci.h: In function ‘__bpf_trace_irqs’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire_ohci.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(irqs, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire_ohci.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(irqs, | ^~~~~~~~~~~ ../include/trace/events/firewire_ohci.h: In function ‘__bpf_trace_self_id_complete’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire_ohci.h:61:1: note: in expansion of macro ‘TRACE_EVENT’ 61 | TRACE_EVENT(self_id_complete, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire_ohci.h:61:1: note: in expansion of macro ‘TRACE_EVENT’ 61 | TRACE_EVENT(self_id_complete, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: drivers/firewire/ohci.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../sound/soc/intel/avs/trace.h:154, from ../sound/soc/intel/avs/trace.c:12: ../sound/soc/intel/avs/./trace.h: In function ‘trace_event_raw_event_avs_dsp_core_op’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(avs_dsp_core_op, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(avs_dsp_core_op, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(avs_dsp_core_op, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(avs_dsp_core_op, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(avs_dsp_core_op, | ^~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h: In function ‘trace_event_raw_event_avs_ipc_msg_hdr’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h:59:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 59 | DECLARE_EVENT_CLASS(avs_ipc_msg_hdr, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h:59:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 59 | DECLARE_EVENT_CLASS(avs_ipc_msg_hdr, | ^~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h: In function ‘trace_event_raw_event_avs_ipc_msg_payload’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h:96:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 96 | TRACE_EVENT_CONDITION(avs_ipc_msg_payload, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h:96:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 96 | TRACE_EVENT_CONDITION(avs_ipc_msg_payload, | ^~~~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h: In function ‘trace_event_raw_event_avs_d0ix’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h:125:1: note: in expansion of macro ‘TRACE_EVENT’ 125 | TRACE_EVENT(avs_d0ix, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h:125:1: note: in expansion of macro ‘TRACE_EVENT’ 125 | TRACE_EVENT(avs_d0ix, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../sound/soc/intel/avs/./trace.h: In function ‘__bpf_trace_avs_dsp_core_op’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(avs_dsp_core_op, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(avs_dsp_core_op, | ^~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h: In function ‘__bpf_trace_avs_ipc_msg_hdr’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h:59:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 59 | DECLARE_EVENT_CLASS(avs_ipc_msg_hdr, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h:59:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 59 | DECLARE_EVENT_CLASS(avs_ipc_msg_hdr, | ^~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h: In function ‘__bpf_trace_avs_ipc_msg_payload’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h:96:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 96 | TRACE_EVENT_CONDITION(avs_ipc_msg_payload, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h:96:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 96 | TRACE_EVENT_CONDITION(avs_ipc_msg_payload, | ^~~~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h: In function ‘__bpf_trace_avs_d0ix’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h:125:1: note: in expansion of macro ‘TRACE_EVENT’ 125 | TRACE_EVENT(avs_d0ix, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h:125:1: note: in expansion of macro ‘TRACE_EVENT’ 125 | TRACE_EVENT(avs_d0ix, | ^~~~~~~~~~~ make[7]: *** [../scripts/Makefile.build:244: sound/soc/intel/avs/trace.o] Error 1 make[6]: *** [../scripts/Makefile.build:485: sound/soc/intel/avs] Error 2 make[5]: *** [../scripts/Makefile.build:485: sound/soc/intel] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/wbt.h:158, from ../block/blk-wbt.c:35: ../include/trace/events/wbt.h: In function ‘trace_event_raw_event_wbt_stat’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/wbt.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(wbt_stat, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/wbt.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(wbt_stat, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/wbt.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(wbt_stat, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/wbt.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(wbt_stat, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/wbt.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(wbt_stat, | ^~~~~~~~~~~ ../include/trace/events/wbt.h: In function ‘trace_event_raw_event_wbt_lat’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/wbt.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(wbt_lat, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/wbt.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(wbt_lat, | ^~~~~~~~~~~ ../include/trace/events/wbt.h: In function ‘trace_event_raw_event_wbt_step’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/wbt.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(wbt_step, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/wbt.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(wbt_step, | ^~~~~~~~~~~ ../include/trace/events/wbt.h: In function ‘trace_event_raw_event_wbt_timer’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/wbt.h:129:1: note: in expansion of macro ‘TRACE_EVENT’ 129 | TRACE_EVENT(wbt_timer, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/wbt.h:129:1: note: in expansion of macro ‘TRACE_EVENT’ 129 | TRACE_EVENT(wbt_timer, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/wbt.h: In function ‘__bpf_trace_wbt_stat’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/wbt.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(wbt_stat, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/wbt.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(wbt_stat, | ^~~~~~~~~~~ ../include/trace/events/wbt.h: In function ‘__bpf_trace_wbt_lat’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/wbt.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(wbt_lat, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/wbt.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(wbt_lat, | ^~~~~~~~~~~ ../include/trace/events/wbt.h: In function ‘__bpf_trace_wbt_step’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/wbt.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(wbt_step, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/wbt.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(wbt_step, | ^~~~~~~~~~~ ../include/trace/events/wbt.h: In function ‘__bpf_trace_wbt_timer’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/wbt.h:129:1: note: in expansion of macro ‘TRACE_EVENT’ 129 | TRACE_EVENT(wbt_timer, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/wbt.h:129:1: note: in expansion of macro ‘TRACE_EVENT’ 129 | TRACE_EVENT(wbt_timer, | ^~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:244: block/blk-wbt.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/tracepoint.h:140, from ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/tracepoint.c:12: ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘trace_event_raw_event_brcmf_err’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(brcmf_err, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(brcmf_err, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(brcmf_err, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(brcmf_err, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(brcmf_err, | ^~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘trace_event_raw_event_brcmf_dbg’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(brcmf_dbg, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(brcmf_dbg, | ^~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘trace_event_raw_event_brcmf_hexdump’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(brcmf_hexdump, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(brcmf_hexdump, | ^~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘trace_event_raw_event_brcmf_bcdchdr’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:82:1: note: in expansion of macro ‘TRACE_EVENT’ 82 | TRACE_EVENT(brcmf_bcdchdr, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:82:1: note: in expansion of macro ‘TRACE_EVENT’ 82 | TRACE_EVENT(brcmf_bcdchdr, | ^~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘trace_event_raw_event_brcmf_sdpcm_hdr’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ 113 | TRACE_EVENT(brcmf_sdpcm_hdr, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ 113 | TRACE_EVENT(brcmf_sdpcm_hdr, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘__bpf_trace_brcmf_err’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(brcmf_err, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(brcmf_err, | ^~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘__bpf_trace_brcmf_dbg’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(brcmf_dbg, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(brcmf_dbg, | ^~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘__bpf_trace_brcmf_hexdump’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(brcmf_hexdump, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(brcmf_hexdump, | ^~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘__bpf_trace_brcmf_bcdchdr’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:82:1: note: in expansion of macro ‘TRACE_EVENT’ 82 | TRACE_EVENT(brcmf_bcdchdr, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:82:1: note: in expansion of macro ‘TRACE_EVENT’ 82 | TRACE_EVENT(brcmf_bcdchdr, | ^~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘__bpf_trace_brcmf_sdpcm_hdr’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ 113 | TRACE_EVENT(brcmf_sdpcm_hdr, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ 113 | TRACE_EVENT(brcmf_sdpcm_hdr, | ^~~~~~~~~~~ make[9]: *** [../scripts/Makefile.build:244: drivers/net/wireless/broadcom/brcm80211/brcmfmac/tracepoint.o] Error 1 make[8]: *** [../scripts/Makefile.build:485: drivers/net/wireless/broadcom/brcm80211/brcmfmac] Error 2 make[8]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/kyber.h:95, from ../block/kyber-iosched.c:23: ../include/trace/events/kyber.h: In function ‘trace_event_raw_event_kyber_latency’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kyber.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(kyber_latency, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kyber.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(kyber_latency, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kyber.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(kyber_latency, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kyber.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(kyber_latency, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kyber.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(kyber_latency, | ^~~~~~~~~~~ ../include/trace/events/kyber.h: In function ‘trace_event_raw_event_kyber_adjust’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kyber.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ 48 | TRACE_EVENT(kyber_adjust, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kyber.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ 48 | TRACE_EVENT(kyber_adjust, | ^~~~~~~~~~~ ../include/trace/events/kyber.h: In function ‘trace_event_raw_event_kyber_throttled’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kyber.h:71:1: note: in expansion of macro ‘TRACE_EVENT’ 71 | TRACE_EVENT(kyber_throttled, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kyber.h:71:1: note: in expansion of macro ‘TRACE_EVENT’ 71 | TRACE_EVENT(kyber_throttled, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/kyber.h: In function ‘__bpf_trace_kyber_latency’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kyber.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(kyber_latency, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kyber.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(kyber_latency, | ^~~~~~~~~~~ ../include/trace/events/kyber.h: In function ‘__bpf_trace_kyber_adjust’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kyber.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ 48 | TRACE_EVENT(kyber_adjust, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kyber.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ 48 | TRACE_EVENT(kyber_adjust, | ^~~~~~~~~~~ ../include/trace/events/kyber.h: In function ‘__bpf_trace_kyber_throttled’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kyber.h:71:1: note: in expansion of macro ‘TRACE_EVENT’ 71 | TRACE_EVENT(kyber_throttled, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kyber.h:71:1: note: in expansion of macro ‘TRACE_EVENT’ 71 | TRACE_EVENT(kyber_throttled, | ^~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:244: block/kyber-iosched.o] Error 1 make[3]: *** [../scripts/Makefile.build:485: block] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/wireless/ath/ath5k/trace.h:105, from ../drivers/net/wireless/ath/ath5k/base.c:73: ../drivers/net/wireless/ath/ath5k/./trace.h: In function ‘trace_event_raw_event_ath5k_rx’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath5k/./trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(ath5k_rx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath5k/./trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(ath5k_rx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath5k/./trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(ath5k_rx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath5k/./trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(ath5k_rx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath5k/./trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(ath5k_rx, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath5k/./trace.h: In function ‘trace_event_raw_event_ath5k_tx’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath5k/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ 39 | TRACE_EVENT(ath5k_tx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath5k/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ 39 | TRACE_EVENT(ath5k_tx, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath5k/./trace.h: In function ‘trace_event_raw_event_ath5k_tx_complete’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath5k/./trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ 65 | TRACE_EVENT(ath5k_tx_complete, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath5k/./trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ 65 | TRACE_EVENT(ath5k_tx_complete, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/wireless/ath/ath5k/./trace.h: In function ‘__bpf_trace_ath5k_rx’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath5k/./trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(ath5k_rx, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath5k/./trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(ath5k_rx, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath5k/./trace.h: In function ‘__bpf_trace_ath5k_tx’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath5k/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ 39 | TRACE_EVENT(ath5k_tx, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath5k/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ 39 | TRACE_EVENT(ath5k_tx, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath5k/./trace.h: In function ‘__bpf_trace_ath5k_tx_complete’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath5k/./trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ 65 | TRACE_EVENT(ath5k_tx_complete, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath5k/./trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ 65 | TRACE_EVENT(ath5k_tx_complete, | ^~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/ath/ath5k/base.o] Error 1 make[7]: *** [../scripts/Makefile.build:485: drivers/net/wireless/ath/ath5k] Error 2 In file included from ../include/trace/define_trace.h:108, from ../net/dsa/trace.h:447, from ../net/dsa/trace.c:6: ../net/dsa/./trace.h: In function ‘trace_event_raw_event_dsa_port_addr_op_hw’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(dsa_port_addr_op_hw, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(dsa_port_addr_op_hw, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(dsa_port_addr_op_hw, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(dsa_port_addr_op_hw, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(dsa_port_addr_op_hw, | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘trace_event_raw_event_dsa_port_addr_op_refcount’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:83:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 83 | DECLARE_EVENT_CLASS(dsa_port_addr_op_refcount, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:83:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 83 | DECLARE_EVENT_CLASS(dsa_port_addr_op_refcount, | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘trace_event_raw_event_dsa_port_addr_del_not_found’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:143:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 143 | DECLARE_EVENT_CLASS(dsa_port_addr_del_not_found, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:143:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 143 | DECLARE_EVENT_CLASS(dsa_port_addr_del_not_found, | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘trace_event_raw_event_dsa_lag_fdb_add_hw’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:186:1: note: in expansion of macro ‘TRACE_EVENT’ 186 | TRACE_EVENT(dsa_lag_fdb_add_hw, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:186:1: note: in expansion of macro ‘TRACE_EVENT’ 186 | TRACE_EVENT(dsa_lag_fdb_add_hw, | ^~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘trace_event_raw_event_dsa_lag_fdb_add_bump’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ 214 | TRACE_EVENT(dsa_lag_fdb_add_bump, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ 214 | TRACE_EVENT(dsa_lag_fdb_add_bump, | ^~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘trace_event_raw_event_dsa_lag_fdb_del_hw’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:242:1: note: in expansion of macro ‘TRACE_EVENT’ 242 | TRACE_EVENT(dsa_lag_fdb_del_hw, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:242:1: note: in expansion of macro ‘TRACE_EVENT’ 242 | TRACE_EVENT(dsa_lag_fdb_del_hw, | ^~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘trace_event_raw_event_dsa_lag_fdb_del_drop’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:270:1: note: in expansion of macro ‘TRACE_EVENT’ 270 | TRACE_EVENT(dsa_lag_fdb_del_drop, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:270:1: note: in expansion of macro ‘TRACE_EVENT’ 270 | TRACE_EVENT(dsa_lag_fdb_del_drop, | ^~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘trace_event_raw_event_dsa_lag_fdb_del_not_found’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ 298 | TRACE_EVENT(dsa_lag_fdb_del_not_found, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ 298 | TRACE_EVENT(dsa_lag_fdb_del_not_found, | ^~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘trace_event_raw_event_dsa_vlan_op_hw’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:323:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 323 | DECLARE_EVENT_CLASS(dsa_vlan_op_hw, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:323:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 323 | DECLARE_EVENT_CLASS(dsa_vlan_op_hw, | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘trace_event_raw_event_dsa_vlan_op_refcount’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:367:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 367 | DECLARE_EVENT_CLASS(dsa_vlan_op_refcount, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:367:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 367 | DECLARE_EVENT_CLASS(dsa_vlan_op_refcount, | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘trace_event_raw_event_dsa_vlan_del_not_found’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ 414 | TRACE_EVENT(dsa_vlan_del_not_found, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ 414 | TRACE_EVENT(dsa_vlan_del_not_found, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../net/dsa/./trace.h: In function ‘__bpf_trace_dsa_port_addr_op_hw’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(dsa_port_addr_op_hw, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(dsa_port_addr_op_hw, | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘__bpf_trace_dsa_port_addr_op_refcount’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:83:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 83 | DECLARE_EVENT_CLASS(dsa_port_addr_op_refcount, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:83:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 83 | DECLARE_EVENT_CLASS(dsa_port_addr_op_refcount, | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘__bpf_trace_dsa_port_addr_del_not_found’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:143:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 143 | DECLARE_EVENT_CLASS(dsa_port_addr_del_not_found, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:143:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 143 | DECLARE_EVENT_CLASS(dsa_port_addr_del_not_found, | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘__bpf_trace_dsa_lag_fdb_add_hw’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:186:1: note: in expansion of macro ‘TRACE_EVENT’ 186 | TRACE_EVENT(dsa_lag_fdb_add_hw, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:186:1: note: in expansion of macro ‘TRACE_EVENT’ 186 | TRACE_EVENT(dsa_lag_fdb_add_hw, | ^~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘__bpf_trace_dsa_lag_fdb_add_bump’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ 214 | TRACE_EVENT(dsa_lag_fdb_add_bump, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ 214 | TRACE_EVENT(dsa_lag_fdb_add_bump, | ^~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘__bpf_trace_dsa_lag_fdb_del_hw’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:242:1: note: in expansion of macro ‘TRACE_EVENT’ 242 | TRACE_EVENT(dsa_lag_fdb_del_hw, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:242:1: note: in expansion of macro ‘TRACE_EVENT’ 242 | TRACE_EVENT(dsa_lag_fdb_del_hw, | ^~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘__bpf_trace_dsa_lag_fdb_del_drop’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:270:1: note: in expansion of macro ‘TRACE_EVENT’ 270 | TRACE_EVENT(dsa_lag_fdb_del_drop, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:270:1: note: in expansion of macro ‘TRACE_EVENT’ 270 | TRACE_EVENT(dsa_lag_fdb_del_drop, | ^~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘__bpf_trace_dsa_lag_fdb_del_not_found’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ 298 | TRACE_EVENT(dsa_lag_fdb_del_not_found, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ 298 | TRACE_EVENT(dsa_lag_fdb_del_not_found, | ^~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘__bpf_trace_dsa_vlan_op_hw’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:323:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 323 | DECLARE_EVENT_CLASS(dsa_vlan_op_hw, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:323:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 323 | DECLARE_EVENT_CLASS(dsa_vlan_op_hw, | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘__bpf_trace_dsa_vlan_op_refcount’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:367:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 367 | DECLARE_EVENT_CLASS(dsa_vlan_op_refcount, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:367:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 367 | DECLARE_EVENT_CLASS(dsa_vlan_op_refcount, | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘__bpf_trace_dsa_vlan_del_not_found’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ 414 | TRACE_EVENT(dsa_vlan_del_not_found, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ 414 | TRACE_EVENT(dsa_vlan_del_not_found, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: net/dsa/trace.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: net/dsa] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/compaction.h:356, from ../mm/compaction.c:64: ../include/trace/events/compaction.h: In function ‘trace_event_raw_event_mm_compaction_isolate_template’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(mm_compaction_isolate_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(mm_compaction_isolate_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(mm_compaction_isolate_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(mm_compaction_isolate_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(mm_compaction_isolate_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h: In function ‘trace_event_raw_event_mm_compaction_migratepages’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:79:1: note: in expansion of macro ‘TRACE_EVENT’ 79 | TRACE_EVENT(mm_compaction_migratepages, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:79:1: note: in expansion of macro ‘TRACE_EVENT’ 79 | TRACE_EVENT(mm_compaction_migratepages, | ^~~~~~~~~~~ ../include/trace/events/compaction.h: In function ‘trace_event_raw_event_mm_compaction_begin’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ 101 | TRACE_EVENT(mm_compaction_begin, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ 101 | TRACE_EVENT(mm_compaction_begin, | ^~~~~~~~~~~ ../include/trace/events/compaction.h: In function ‘trace_event_raw_event_mm_compaction_end’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:131:1: note: in expansion of macro ‘TRACE_EVENT’ 131 | TRACE_EVENT(mm_compaction_end, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:131:1: note: in expansion of macro ‘TRACE_EVENT’ 131 | TRACE_EVENT(mm_compaction_end, | ^~~~~~~~~~~ ../include/trace/events/compaction.h: In function ‘trace_event_raw_event_mm_compaction_try_to_compact_pages’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:165:1: note: in expansion of macro ‘TRACE_EVENT’ 165 | TRACE_EVENT(mm_compaction_try_to_compact_pages, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:165:1: note: in expansion of macro ‘TRACE_EVENT’ 165 | TRACE_EVENT(mm_compaction_try_to_compact_pages, | ^~~~~~~~~~~ ../include/trace/events/compaction.h: In function ‘trace_event_raw_event_mm_compaction_suitable_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:192:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 192 | DECLARE_EVENT_CLASS(mm_compaction_suitable_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:192:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 192 | DECLARE_EVENT_CLASS(mm_compaction_suitable_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h: In function ‘trace_event_raw_event_mm_compaction_defer_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:239:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 239 | DECLARE_EVENT_CLASS(mm_compaction_defer_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:239:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 239 | DECLARE_EVENT_CLASS(mm_compaction_defer_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h: In function ‘trace_event_raw_event_mm_compaction_kcompactd_sleep’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:293:1: note: in expansion of macro ‘TRACE_EVENT’ 293 | TRACE_EVENT(mm_compaction_kcompactd_sleep, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:293:1: note: in expansion of macro ‘TRACE_EVENT’ 293 | TRACE_EVENT(mm_compaction_kcompactd_sleep, | ^~~~~~~~~~~ ../include/trace/events/compaction.h: In function ‘trace_event_raw_event_kcompactd_wake_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:310:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 310 | DECLARE_EVENT_CLASS(kcompactd_wake_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:310:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 310 | DECLARE_EVENT_CLASS(kcompactd_wake_template, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/compaction.h: In function ‘__bpf_trace_mm_compaction_isolate_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(mm_compaction_isolate_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(mm_compaction_isolate_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h: In function ‘__bpf_trace_mm_compaction_migratepages’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:79:1: note: in expansion of macro ‘TRACE_EVENT’ 79 | TRACE_EVENT(mm_compaction_migratepages, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:79:1: note: in expansion of macro ‘TRACE_EVENT’ 79 | TRACE_EVENT(mm_compaction_migratepages, | ^~~~~~~~~~~ ../include/trace/events/compaction.h: In function ‘__bpf_trace_mm_compaction_begin’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ 101 | TRACE_EVENT(mm_compaction_begin, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ 101 | TRACE_EVENT(mm_compaction_begin, | ^~~~~~~~~~~ ../include/trace/events/compaction.h: In function ‘__bpf_trace_mm_compaction_end’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:131:1: note: in expansion of macro ‘TRACE_EVENT’ 131 | TRACE_EVENT(mm_compaction_end, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:131:1: note: in expansion of macro ‘TRACE_EVENT’ 131 | TRACE_EVENT(mm_compaction_end, | ^~~~~~~~~~~ ../include/trace/events/compaction.h: In function ‘__bpf_trace_mm_compaction_try_to_compact_pages’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:165:1: note: in expansion of macro ‘TRACE_EVENT’ 165 | TRACE_EVENT(mm_compaction_try_to_compact_pages, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:165:1: note: in expansion of macro ‘TRACE_EVENT’ 165 | TRACE_EVENT(mm_compaction_try_to_compact_pages, | ^~~~~~~~~~~ ../include/trace/events/compaction.h: In function ‘__bpf_trace_mm_compaction_suitable_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:192:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 192 | DECLARE_EVENT_CLASS(mm_compaction_suitable_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:192:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 192 | DECLARE_EVENT_CLASS(mm_compaction_suitable_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h: In function ‘__bpf_trace_mm_compaction_defer_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:239:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 239 | DECLARE_EVENT_CLASS(mm_compaction_defer_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:239:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 239 | DECLARE_EVENT_CLASS(mm_compaction_defer_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h: In function ‘__bpf_trace_mm_compaction_kcompactd_sleep’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:293:1: note: in expansion of macro ‘TRACE_EVENT’ 293 | TRACE_EVENT(mm_compaction_kcompactd_sleep, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:293:1: note: in expansion of macro ‘TRACE_EVENT’ 293 | TRACE_EVENT(mm_compaction_kcompactd_sleep, | ^~~~~~~~~~~ ../include/trace/events/compaction.h: In function ‘__bpf_trace_kcompactd_wake_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:310:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 310 | DECLARE_EVENT_CLASS(kcompactd_wake_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:310:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 310 | DECLARE_EVENT_CLASS(kcompactd_wake_template, | ^~~~~~~~~~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:244: mm/compaction.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/vmscan.h:496, from ../mm/vmscan.c:71: ../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_vmscan_kswapd_sleep’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(mm_vmscan_kswapd_sleep, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(mm_vmscan_kswapd_sleep, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(mm_vmscan_kswapd_sleep, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(mm_vmscan_kswapd_sleep, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(mm_vmscan_kswapd_sleep, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_vmscan_kswapd_wake’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(mm_vmscan_kswapd_wake, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(mm_vmscan_kswapd_wake, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_vmscan_wakeup_kswapd’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(mm_vmscan_wakeup_kswapd, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(mm_vmscan_wakeup_kswapd, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_vmscan_direct_reclaim_begin_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:115:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 115 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:115:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 115 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_vmscan_direct_reclaim_end_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 159 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_end_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 159 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_end_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_shrink_slab_start’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:199:1: note: in expansion of macro ‘TRACE_EVENT’ 199 | TRACE_EVENT(mm_shrink_slab_start, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:199:1: note: in expansion of macro ‘TRACE_EVENT’ 199 | TRACE_EVENT(mm_shrink_slab_start, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_shrink_slab_end’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:244:1: note: in expansion of macro ‘TRACE_EVENT’ 244 | TRACE_EVENT(mm_shrink_slab_end, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:244:1: note: in expansion of macro ‘TRACE_EVENT’ 244 | TRACE_EVENT(mm_shrink_slab_end, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_vmscan_lru_isolate’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:281:1: note: in expansion of macro ‘TRACE_EVENT’ 281 | TRACE_EVENT(mm_vmscan_lru_isolate, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:281:1: note: in expansion of macro ‘TRACE_EVENT’ 281 | TRACE_EVENT(mm_vmscan_lru_isolate, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_vmscan_write_folio’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ 326 | TRACE_EVENT(mm_vmscan_write_folio, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ 326 | TRACE_EVENT(mm_vmscan_write_folio, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_vmscan_lru_shrink_inactive’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:349:1: note: in expansion of macro ‘TRACE_EVENT’ 349 | TRACE_EVENT(mm_vmscan_lru_shrink_inactive, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:349:1: note: in expansion of macro ‘TRACE_EVENT’ 349 | TRACE_EVENT(mm_vmscan_lru_shrink_inactive, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_vmscan_lru_shrink_active’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:400:1: note: in expansion of macro ‘TRACE_EVENT’ 400 | TRACE_EVENT(mm_vmscan_lru_shrink_active, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:400:1: note: in expansion of macro ‘TRACE_EVENT’ 400 | TRACE_EVENT(mm_vmscan_lru_shrink_active, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_vmscan_node_reclaim_begin’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ 436 | TRACE_EVENT(mm_vmscan_node_reclaim_begin, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ 436 | TRACE_EVENT(mm_vmscan_node_reclaim_begin, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_vmscan_throttled’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:467:1: note: in expansion of macro ‘TRACE_EVENT’ 467 | TRACE_EVENT(mm_vmscan_throttled, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:467:1: note: in expansion of macro ‘TRACE_EVENT’ 467 | TRACE_EVENT(mm_vmscan_throttled, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_vmscan_kswapd_sleep’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(mm_vmscan_kswapd_sleep, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(mm_vmscan_kswapd_sleep, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_vmscan_kswapd_wake’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(mm_vmscan_kswapd_wake, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(mm_vmscan_kswapd_wake, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_vmscan_wakeup_kswapd’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(mm_vmscan_wakeup_kswapd, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(mm_vmscan_wakeup_kswapd, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_vmscan_direct_reclaim_begin_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:115:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 115 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:115:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 115 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_vmscan_direct_reclaim_end_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 159 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_end_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 159 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_end_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_shrink_slab_start’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:199:1: note: in expansion of macro ‘TRACE_EVENT’ 199 | TRACE_EVENT(mm_shrink_slab_start, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:199:1: note: in expansion of macro ‘TRACE_EVENT’ 199 | TRACE_EVENT(mm_shrink_slab_start, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_shrink_slab_end’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:244:1: note: in expansion of macro ‘TRACE_EVENT’ 244 | TRACE_EVENT(mm_shrink_slab_end, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:244:1: note: in expansion of macro ‘TRACE_EVENT’ 244 | TRACE_EVENT(mm_shrink_slab_end, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_vmscan_lru_isolate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:281:1: note: in expansion of macro ‘TRACE_EVENT’ 281 | TRACE_EVENT(mm_vmscan_lru_isolate, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:281:1: note: in expansion of macro ‘TRACE_EVENT’ 281 | TRACE_EVENT(mm_vmscan_lru_isolate, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_vmscan_write_folio’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ 326 | TRACE_EVENT(mm_vmscan_write_folio, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ 326 | TRACE_EVENT(mm_vmscan_write_folio, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_vmscan_lru_shrink_inactive’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:349:1: note: in expansion of macro ‘TRACE_EVENT’ 349 | TRACE_EVENT(mm_vmscan_lru_shrink_inactive, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:349:1: note: in expansion of macro ‘TRACE_EVENT’ 349 | TRACE_EVENT(mm_vmscan_lru_shrink_inactive, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_vmscan_lru_shrink_active’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:400:1: note: in expansion of macro ‘TRACE_EVENT’ 400 | TRACE_EVENT(mm_vmscan_lru_shrink_active, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:400:1: note: in expansion of macro ‘TRACE_EVENT’ 400 | TRACE_EVENT(mm_vmscan_lru_shrink_active, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_vmscan_node_reclaim_begin’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ 436 | TRACE_EVENT(mm_vmscan_node_reclaim_begin, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ 436 | TRACE_EVENT(mm_vmscan_node_reclaim_begin, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_vmscan_throttled’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:467:1: note: in expansion of macro ‘TRACE_EVENT’ 467 | TRACE_EVENT(mm_vmscan_throttled, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:467:1: note: in expansion of macro ‘TRACE_EVENT’ 467 | TRACE_EVENT(mm_vmscan_throttled, | ^~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:244: mm/vmscan.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/filelock.h:244, from ../fs/locks.c:68: ../include/trace/events/filelock.h: In function ‘trace_event_raw_event_locks_get_lock_context’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(locks_get_lock_context, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(locks_get_lock_context, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(locks_get_lock_context, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(locks_get_lock_context, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(locks_get_lock_context, | ^~~~~~~~~~~ ../include/trace/events/filelock.h: In function ‘trace_event_raw_event_filelock_lock’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 62 | DECLARE_EVENT_CLASS(filelock_lock, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 62 | DECLARE_EVENT_CLASS(filelock_lock, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h: In function ‘trace_event_raw_event_filelock_lease’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:119:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 119 | DECLARE_EVENT_CLASS(filelock_lease, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:119:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 119 | DECLARE_EVENT_CLASS(filelock_lease, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h: In function ‘trace_event_raw_event_generic_add_lease’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:171:1: note: in expansion of macro ‘TRACE_EVENT’ 171 | TRACE_EVENT(generic_add_lease, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:171:1: note: in expansion of macro ‘TRACE_EVENT’ 171 | TRACE_EVENT(generic_add_lease, | ^~~~~~~~~~~ ../include/trace/events/filelock.h: In function ‘trace_event_raw_event_leases_conflict’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:206:1: note: in expansion of macro ‘TRACE_EVENT’ 206 | TRACE_EVENT(leases_conflict, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:206:1: note: in expansion of macro ‘TRACE_EVENT’ 206 | TRACE_EVENT(leases_conflict, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/filelock.h: In function ‘__bpf_trace_locks_get_lock_context’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(locks_get_lock_context, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(locks_get_lock_context, | ^~~~~~~~~~~ ../include/trace/events/filelock.h: In function ‘__bpf_trace_filelock_lock’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 62 | DECLARE_EVENT_CLASS(filelock_lock, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 62 | DECLARE_EVENT_CLASS(filelock_lock, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h: In function ‘__bpf_trace_filelock_lease’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:119:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 119 | DECLARE_EVENT_CLASS(filelock_lease, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:119:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 119 | DECLARE_EVENT_CLASS(filelock_lease, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h: In function ‘__bpf_trace_generic_add_lease’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:171:1: note: in expansion of macro ‘TRACE_EVENT’ 171 | TRACE_EVENT(generic_add_lease, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:171:1: note: in expansion of macro ‘TRACE_EVENT’ 171 | TRACE_EVENT(generic_add_lease, | ^~~~~~~~~~~ ../include/trace/events/filelock.h: In function ‘__bpf_trace_leases_conflict’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:206:1: note: in expansion of macro ‘TRACE_EVENT’ 206 | TRACE_EVENT(leases_conflict, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:206:1: note: in expansion of macro ‘TRACE_EVENT’ 206 | TRACE_EVENT(leases_conflict, | ^~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:244: fs/locks.o] Error 1 make[4]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/iscsi.h:107, from ../drivers/scsi/scsi_transport_iscsi.c:30: ../include/trace/events/iscsi.h: In function ‘trace_event_raw_event_iscsi_log_msg’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iscsi.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(iscsi_log_msg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iscsi.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(iscsi_log_msg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iscsi.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(iscsi_log_msg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iscsi.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(iscsi_log_msg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iscsi.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(iscsi_log_msg, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/iscsi.h: In function ‘__bpf_trace_iscsi_log_msg’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iscsi.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(iscsi_log_msg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iscsi.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(iscsi_log_msg, | ^~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: drivers/scsi/scsi_transport_iscsi.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: drivers/scsi] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/ethernet/freescale/dpaa/dpaa_eth_trace.h:115, from ../drivers/net/ethernet/freescale/dpaa/dpaa_eth.c:45: ../drivers/net/ethernet/freescale/dpaa/./dpaa_eth_trace.h: In function ‘trace_event_raw_event_dpaa_eth_fd’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa/./dpaa_eth_trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(dpaa_eth_fd, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa/./dpaa_eth_trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(dpaa_eth_fd, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa/./dpaa_eth_trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(dpaa_eth_fd, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa/./dpaa_eth_trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(dpaa_eth_fd, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa/./dpaa_eth_trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(dpaa_eth_fd, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/ethernet/freescale/dpaa/./dpaa_eth_trace.h: In function ‘__bpf_trace_dpaa_eth_fd’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa/./dpaa_eth_trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(dpaa_eth_fd, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa/./dpaa_eth_trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(dpaa_eth_fd, | ^~~~~~~~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/freescale/dpaa/dpaa_eth.o] Error 1 make[7]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/freescale/dpaa] Error 2 make[7]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../drivers/net/wireless/mediatek/mt76/trace.h:111, from ../drivers/net/wireless/mediatek/mt76/trace.c:10: ../drivers/net/wireless/mediatek/mt76/./trace.h: In function ‘trace_event_raw_event_dev_reg_evt’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./trace.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 32 | DECLARE_EVENT_CLASS(dev_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./trace.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 32 | DECLARE_EVENT_CLASS(dev_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./trace.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 32 | DECLARE_EVENT_CLASS(dev_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./trace.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 32 | DECLARE_EVENT_CLASS(dev_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./trace.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 32 | DECLARE_EVENT_CLASS(dev_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./trace.h: In function ‘trace_event_raw_event_dev_irq’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./trace.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(dev_irq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./trace.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(dev_irq, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./trace.h: In function ‘trace_event_raw_event_dev_txid_evt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./trace.h:82:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 82 | DECLARE_EVENT_CLASS(dev_txid_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./trace.h:82:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 82 | DECLARE_EVENT_CLASS(dev_txid_evt, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/wireless/mediatek/mt76/./trace.h: In function ‘__bpf_trace_dev_reg_evt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./trace.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 32 | DECLARE_EVENT_CLASS(dev_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./trace.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 32 | DECLARE_EVENT_CLASS(dev_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./trace.h: In function ‘__bpf_trace_dev_irq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./trace.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(dev_irq, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./trace.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(dev_irq, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./trace.h: In function ‘__bpf_trace_dev_txid_evt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./trace.h:82:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 82 | DECLARE_EVENT_CLASS(dev_txid_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./trace.h:82:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 82 | DECLARE_EVENT_CLASS(dev_txid_evt, | ^~~~~~~~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/mediatek/mt76/trace.o] Error 1 make[8]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/writeback.h:861, from ../fs/fs-writeback.c:81: ../include/trace/events/writeback.h: In function ‘trace_event_raw_event_writeback_folio_template’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:55:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 55 | DECLARE_EVENT_CLASS(writeback_folio_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:55:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 55 | DECLARE_EVENT_CLASS(writeback_folio_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:55:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 55 | DECLARE_EVENT_CLASS(writeback_folio_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:55:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 55 | DECLARE_EVENT_CLASS(writeback_folio_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:55:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 55 | DECLARE_EVENT_CLASS(writeback_folio_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘trace_event_raw_event_writeback_dirty_inode_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:96:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 96 | DECLARE_EVENT_CLASS(writeback_dirty_inode_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:96:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 96 | DECLARE_EVENT_CLASS(writeback_dirty_inode_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘trace_event_raw_event_inode_foreign_history’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ 179 | TRACE_EVENT(inode_foreign_history, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ 179 | TRACE_EVENT(inode_foreign_history, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘trace_event_raw_event_inode_switch_wbs’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:208:1: note: in expansion of macro ‘TRACE_EVENT’ 208 | TRACE_EVENT(inode_switch_wbs, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:208:1: note: in expansion of macro ‘TRACE_EVENT’ 208 | TRACE_EVENT(inode_switch_wbs, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘trace_event_raw_event_track_foreign_dirty’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:237:1: note: in expansion of macro ‘TRACE_EVENT’ 237 | TRACE_EVENT(track_foreign_dirty, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:237:1: note: in expansion of macro ‘TRACE_EVENT’ 237 | TRACE_EVENT(track_foreign_dirty, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘trace_event_raw_event_flush_foreign’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ 274 | TRACE_EVENT(flush_foreign, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ 274 | TRACE_EVENT(flush_foreign, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘trace_event_raw_event_writeback_write_inode_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:304:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 304 | DECLARE_EVENT_CLASS(writeback_write_inode_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:304:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 304 | DECLARE_EVENT_CLASS(writeback_write_inode_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘trace_event_raw_event_writeback_work_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:347:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 347 | DECLARE_EVENT_CLASS(writeback_work_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:347:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 347 | DECLARE_EVENT_CLASS(writeback_work_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘trace_event_raw_event_writeback_pages_written’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:395:1: note: in expansion of macro ‘TRACE_EVENT’ 395 | TRACE_EVENT(writeback_pages_written, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:395:1: note: in expansion of macro ‘TRACE_EVENT’ 395 | TRACE_EVENT(writeback_pages_written, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘trace_event_raw_event_writeback_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:407:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 407 | DECLARE_EVENT_CLASS(writeback_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:407:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 407 | DECLARE_EVENT_CLASS(writeback_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘trace_event_raw_event_writeback_bdi_register’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:430:1: note: in expansion of macro ‘TRACE_EVENT’ 430 | TRACE_EVENT(writeback_bdi_register, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:430:1: note: in expansion of macro ‘TRACE_EVENT’ 430 | TRACE_EVENT(writeback_bdi_register, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘trace_event_raw_event_wbc_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:444:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 444 | DECLARE_EVENT_CLASS(wbc_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:444:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 444 | DECLARE_EVENT_CLASS(wbc_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘trace_event_raw_event_writeback_queue_io’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:498:1: note: in expansion of macro ‘TRACE_EVENT’ 498 | TRACE_EVENT(writeback_queue_io, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:498:1: note: in expansion of macro ‘TRACE_EVENT’ 498 | TRACE_EVENT(writeback_queue_io, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘trace_event_raw_event_global_dirty_state’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:530:1: note: in expansion of macro ‘TRACE_EVENT’ 530 | TRACE_EVENT(global_dirty_state, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:530:1: note: in expansion of macro ‘TRACE_EVENT’ 530 | TRACE_EVENT(global_dirty_state, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘trace_event_raw_event_bdi_dirty_ratelimit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:575:1: note: in expansion of macro ‘TRACE_EVENT’ 575 | TRACE_EVENT(bdi_dirty_ratelimit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:575:1: note: in expansion of macro ‘TRACE_EVENT’ 575 | TRACE_EVENT(bdi_dirty_ratelimit, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘trace_event_raw_event_balance_dirty_pages’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:621:1: note: in expansion of macro ‘TRACE_EVENT’ 621 | TRACE_EVENT(balance_dirty_pages, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:621:1: note: in expansion of macro ‘TRACE_EVENT’ 621 | TRACE_EVENT(balance_dirty_pages, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘trace_event_raw_event_writeback_sb_inodes_requeue’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:706:1: note: in expansion of macro ‘TRACE_EVENT’ 706 | TRACE_EVENT(writeback_sb_inodes_requeue, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:706:1: note: in expansion of macro ‘TRACE_EVENT’ 706 | TRACE_EVENT(writeback_sb_inodes_requeue, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘trace_event_raw_event_writeback_single_inode_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:738:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 738 | DECLARE_EVENT_CLASS(writeback_single_inode_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:738:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 738 | DECLARE_EVENT_CLASS(writeback_single_inode_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘trace_event_raw_event_writeback_inode_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:798:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 798 | DECLARE_EVENT_CLASS(writeback_inode_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:798:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 798 | DECLARE_EVENT_CLASS(writeback_inode_template, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/writeback.h: In function ‘__bpf_trace_writeback_folio_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:55:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 55 | DECLARE_EVENT_CLASS(writeback_folio_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:55:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 55 | DECLARE_EVENT_CLASS(writeback_folio_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘__bpf_trace_writeback_dirty_inode_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:96:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 96 | DECLARE_EVENT_CLASS(writeback_dirty_inode_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:96:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 96 | DECLARE_EVENT_CLASS(writeback_dirty_inode_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘__bpf_trace_inode_foreign_history’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ 179 | TRACE_EVENT(inode_foreign_history, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ 179 | TRACE_EVENT(inode_foreign_history, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘__bpf_trace_inode_switch_wbs’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:208:1: note: in expansion of macro ‘TRACE_EVENT’ 208 | TRACE_EVENT(inode_switch_wbs, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:208:1: note: in expansion of macro ‘TRACE_EVENT’ 208 | TRACE_EVENT(inode_switch_wbs, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘__bpf_trace_track_foreign_dirty’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:237:1: note: in expansion of macro ‘TRACE_EVENT’ 237 | TRACE_EVENT(track_foreign_dirty, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:237:1: note: in expansion of macro ‘TRACE_EVENT’ 237 | TRACE_EVENT(track_foreign_dirty, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘__bpf_trace_flush_foreign’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ 274 | TRACE_EVENT(flush_foreign, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ 274 | TRACE_EVENT(flush_foreign, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘__bpf_trace_writeback_write_inode_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:304:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 304 | DECLARE_EVENT_CLASS(writeback_write_inode_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:304:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 304 | DECLARE_EVENT_CLASS(writeback_write_inode_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘__bpf_trace_writeback_work_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:347:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 347 | DECLARE_EVENT_CLASS(writeback_work_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:347:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 347 | DECLARE_EVENT_CLASS(writeback_work_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘__bpf_trace_writeback_pages_written’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:395:1: note: in expansion of macro ‘TRACE_EVENT’ 395 | TRACE_EVENT(writeback_pages_written, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:395:1: note: in expansion of macro ‘TRACE_EVENT’ 395 | TRACE_EVENT(writeback_pages_written, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘__bpf_trace_writeback_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:407:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 407 | DECLARE_EVENT_CLASS(writeback_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:407:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 407 | DECLARE_EVENT_CLASS(writeback_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘__bpf_trace_writeback_bdi_register’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:430:1: note: in expansion of macro ‘TRACE_EVENT’ 430 | TRACE_EVENT(writeback_bdi_register, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:430:1: note: in expansion of macro ‘TRACE_EVENT’ 430 | TRACE_EVENT(writeback_bdi_register, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘__bpf_trace_wbc_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:444:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 444 | DECLARE_EVENT_CLASS(wbc_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:444:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 444 | DECLARE_EVENT_CLASS(wbc_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘__bpf_trace_writeback_queue_io’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:498:1: note: in expansion of macro ‘TRACE_EVENT’ 498 | TRACE_EVENT(writeback_queue_io, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:498:1: note: in expansion of macro ‘TRACE_EVENT’ 498 | TRACE_EVENT(writeback_queue_io, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘__bpf_trace_global_dirty_state’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:530:1: note: in expansion of macro ‘TRACE_EVENT’ 530 | TRACE_EVENT(global_dirty_state, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:530:1: note: in expansion of macro ‘TRACE_EVENT’ 530 | TRACE_EVENT(global_dirty_state, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘__bpf_trace_bdi_dirty_ratelimit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:575:1: note: in expansion of macro ‘TRACE_EVENT’ 575 | TRACE_EVENT(bdi_dirty_ratelimit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:575:1: note: in expansion of macro ‘TRACE_EVENT’ 575 | TRACE_EVENT(bdi_dirty_ratelimit, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘__bpf_trace_balance_dirty_pages’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:621:1: note: in expansion of macro ‘TRACE_EVENT’ 621 | TRACE_EVENT(balance_dirty_pages, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:621:1: note: in expansion of macro ‘TRACE_EVENT’ 621 | TRACE_EVENT(balance_dirty_pages, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘__bpf_trace_writeback_sb_inodes_requeue’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:706:1: note: in expansion of macro ‘TRACE_EVENT’ 706 | TRACE_EVENT(writeback_sb_inodes_requeue, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:706:1: note: in expansion of macro ‘TRACE_EVENT’ 706 | TRACE_EVENT(writeback_sb_inodes_requeue, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘__bpf_trace_writeback_single_inode_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:738:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 738 | DECLARE_EVENT_CLASS(writeback_single_inode_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:738:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 738 | DECLARE_EVENT_CLASS(writeback_single_inode_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘__bpf_trace_writeback_inode_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:798:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 798 | DECLARE_EVENT_CLASS(writeback_inode_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:798:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 798 | DECLARE_EVENT_CLASS(writeback_inode_template, | ^~~~~~~~~~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:244: fs/fs-writeback.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/kmem.h:415, from ../mm/slab_common.c:36: ../include/trace/events/kmem.h: In function ‘trace_event_raw_event_kmem_cache_alloc’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(kmem_cache_alloc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(kmem_cache_alloc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(kmem_cache_alloc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(kmem_cache_alloc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(kmem_cache_alloc, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘trace_event_raw_event_kmalloc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:54:1: note: in expansion of macro ‘TRACE_EVENT’ 54 | TRACE_EVENT(kmalloc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:54:1: note: in expansion of macro ‘TRACE_EVENT’ 54 | TRACE_EVENT(kmalloc, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘trace_event_raw_event_kfree’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(kfree, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(kfree, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘trace_event_raw_event_kmem_cache_free’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:114:1: note: in expansion of macro ‘TRACE_EVENT’ 114 | TRACE_EVENT(kmem_cache_free, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:114:1: note: in expansion of macro ‘TRACE_EVENT’ 114 | TRACE_EVENT(kmem_cache_free, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘trace_event_raw_event_mm_page_free’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ 136 | TRACE_EVENT(mm_page_free, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ 136 | TRACE_EVENT(mm_page_free, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘trace_event_raw_event_mm_page_free_batched’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(mm_page_free_batched, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(mm_page_free_batched, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘trace_event_raw_event_mm_page_alloc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ 177 | TRACE_EVENT(mm_page_alloc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ 177 | TRACE_EVENT(mm_page_alloc, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘trace_event_raw_event_mm_page’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:206:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 206 | DECLARE_EVENT_CLASS(mm_page, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:206:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 206 | DECLARE_EVENT_CLASS(mm_page, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘trace_event_raw_event_mm_page_pcpu_drain’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ 243 | TRACE_EVENT(mm_page_pcpu_drain, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ 243 | TRACE_EVENT(mm_page_pcpu_drain, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘trace_event_raw_event_mm_page_alloc_extfrag’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:266:1: note: in expansion of macro ‘TRACE_EVENT’ 266 | TRACE_EVENT(mm_page_alloc_extfrag, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:266:1: note: in expansion of macro ‘TRACE_EVENT’ 266 | TRACE_EVENT(mm_page_alloc_extfrag, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘trace_event_raw_event_mm_alloc_contig_migrate_range_info’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ 307 | TRACE_EVENT(mm_alloc_contig_migrate_range_info, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ 307 | TRACE_EVENT(mm_alloc_contig_migrate_range_info, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘trace_event_raw_event_rss_stat’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:384:1: note: in expansion of macro ‘TRACE_EVENT’ 384 | TRACE_EVENT(rss_stat, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:384:1: note: in expansion of macro ‘TRACE_EVENT’ 384 | TRACE_EVENT(rss_stat, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/kmem.h: In function ‘__bpf_trace_kmem_cache_alloc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(kmem_cache_alloc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(kmem_cache_alloc, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘__bpf_trace_kmalloc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:54:1: note: in expansion of macro ‘TRACE_EVENT’ 54 | TRACE_EVENT(kmalloc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:54:1: note: in expansion of macro ‘TRACE_EVENT’ 54 | TRACE_EVENT(kmalloc, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘__bpf_trace_kfree’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(kfree, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(kfree, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘__bpf_trace_kmem_cache_free’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:114:1: note: in expansion of macro ‘TRACE_EVENT’ 114 | TRACE_EVENT(kmem_cache_free, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:114:1: note: in expansion of macro ‘TRACE_EVENT’ 114 | TRACE_EVENT(kmem_cache_free, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘__bpf_trace_mm_page_free’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ 136 | TRACE_EVENT(mm_page_free, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ 136 | TRACE_EVENT(mm_page_free, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘__bpf_trace_mm_page_free_batched’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(mm_page_free_batched, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(mm_page_free_batched, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘__bpf_trace_mm_page_alloc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ 177 | TRACE_EVENT(mm_page_alloc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ 177 | TRACE_EVENT(mm_page_alloc, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘__bpf_trace_mm_page’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:206:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 206 | DECLARE_EVENT_CLASS(mm_page, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:206:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 206 | DECLARE_EVENT_CLASS(mm_page, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘__bpf_trace_mm_page_pcpu_drain’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ 243 | TRACE_EVENT(mm_page_pcpu_drain, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ 243 | TRACE_EVENT(mm_page_pcpu_drain, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘__bpf_trace_mm_page_alloc_extfrag’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:266:1: note: in expansion of macro ‘TRACE_EVENT’ 266 | TRACE_EVENT(mm_page_alloc_extfrag, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:266:1: note: in expansion of macro ‘TRACE_EVENT’ 266 | TRACE_EVENT(mm_page_alloc_extfrag, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘__bpf_trace_mm_alloc_contig_migrate_range_info’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ 307 | TRACE_EVENT(mm_alloc_contig_migrate_range_info, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ 307 | TRACE_EVENT(mm_alloc_contig_migrate_range_info, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘__bpf_trace_rss_stat’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:384:1: note: in expansion of macro ‘TRACE_EVENT’ 384 | TRACE_EVENT(rss_stat, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:384:1: note: in expansion of macro ‘TRACE_EVENT’ 384 | TRACE_EVENT(rss_stat, | ^~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:244: mm/slab_common.o] Error 1 make[3]: *** [../scripts/Makefile.build:485: mm] Error 2 In file included from ../include/trace/define_trace.h:108, from ../fs/ext2/trace.h:94, from ../fs/ext2/trace.c:6: ../fs/ext2/./trace.h: In function ‘trace_event_raw_event_ext2_dio_class’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ext2/./trace.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(ext2_dio_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ext2/./trace.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(ext2_dio_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ext2/./trace.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(ext2_dio_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ext2/./trace.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(ext2_dio_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ext2/./trace.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(ext2_dio_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/ext2/./trace.h: In function ‘trace_event_raw_event_ext2_dio_write_endio’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ext2/./trace.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ 55 | TRACE_EVENT(ext2_dio_write_endio, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ext2/./trace.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ 55 | TRACE_EVENT(ext2_dio_write_endio, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../fs/ext2/./trace.h: In function ‘__bpf_trace_ext2_dio_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ext2/./trace.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(ext2_dio_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ext2/./trace.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(ext2_dio_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/ext2/./trace.h: In function ‘__bpf_trace_ext2_dio_write_endio’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ext2/./trace.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ 55 | TRACE_EVENT(ext2_dio_write_endio, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ext2/./trace.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ 55 | TRACE_EVENT(ext2_dio_write_endio, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: fs/ext2/trace.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: fs/ext2] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_brcmsmac.h:100, from ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_events.h:36, from ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_events.c:22: ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h: In function ‘trace_event_raw_event_brcms_timer’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:29:1: note: in expansion of macro ‘TRACE_EVENT’ 29 | TRACE_EVENT(brcms_timer, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:29:1: note: in expansion of macro ‘TRACE_EVENT’ 29 | TRACE_EVENT(brcms_timer, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:29:1: note: in expansion of macro ‘TRACE_EVENT’ 29 | TRACE_EVENT(brcms_timer, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:29:1: note: in expansion of macro ‘TRACE_EVENT’ 29 | TRACE_EVENT(brcms_timer, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:29:1: note: in expansion of macro ‘TRACE_EVENT’ 29 | TRACE_EVENT(brcms_timer, | ^~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h: In function ‘trace_event_raw_event_brcms_dpc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ 58 | TRACE_EVENT(brcms_dpc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ 58 | TRACE_EVENT(brcms_dpc, | ^~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h: In function ‘trace_event_raw_event_brcms_macintstatus’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ 73 | TRACE_EVENT(brcms_macintstatus, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ 73 | TRACE_EVENT(brcms_macintstatus, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h: In function ‘__bpf_trace_brcms_timer’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:29:1: note: in expansion of macro ‘TRACE_EVENT’ 29 | TRACE_EVENT(brcms_timer, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:29:1: note: in expansion of macro ‘TRACE_EVENT’ 29 | TRACE_EVENT(brcms_timer, | ^~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h: In function ‘__bpf_trace_brcms_dpc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ 58 | TRACE_EVENT(brcms_dpc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ 58 | TRACE_EVENT(brcms_dpc, | ^~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h: In function ‘__bpf_trace_brcms_macintstatus’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ 73 | TRACE_EVENT(brcms_macintstatus, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ 73 | TRACE_EVENT(brcms_macintstatus, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:108, from ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_brcmsmac_tx.h:108, from ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_events.h:37: ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h: In function ‘trace_event_raw_event_brcms_txdesc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:25:1: note: in expansion of macro ‘TRACE_EVENT’ 25 | TRACE_EVENT(brcms_txdesc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:25:1: note: in expansion of macro ‘TRACE_EVENT’ 25 | TRACE_EVENT(brcms_txdesc, | ^~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h: In function ‘trace_event_raw_event_brcms_txstatus’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:40:1: note: in expansion of macro ‘TRACE_EVENT’ 40 | TRACE_EVENT(brcms_txstatus, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:40:1: note: in expansion of macro ‘TRACE_EVENT’ 40 | TRACE_EVENT(brcms_txstatus, | ^~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h: In function ‘trace_event_raw_event_brcms_ampdu_session’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ 73 | TRACE_EVENT(brcms_ampdu_session, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ 73 | TRACE_EVENT(brcms_ampdu_session, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h: In function ‘__bpf_trace_brcms_txdesc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:25:1: note: in expansion of macro ‘TRACE_EVENT’ 25 | TRACE_EVENT(brcms_txdesc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:25:1: note: in expansion of macro ‘TRACE_EVENT’ 25 | TRACE_EVENT(brcms_txdesc, | ^~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h: In function ‘__bpf_trace_brcms_txstatus’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:40:1: note: in expansion of macro ‘TRACE_EVENT’ 40 | TRACE_EVENT(brcms_txstatus, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:40:1: note: in expansion of macro ‘TRACE_EVENT’ 40 | TRACE_EVENT(brcms_txstatus, | ^~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h: In function ‘__bpf_trace_brcms_ampdu_session’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ 73 | TRACE_EVENT(brcms_ampdu_session, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ 73 | TRACE_EVENT(brcms_ampdu_session, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:108, from ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_brcmsmac_msg.h:90, from ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_events.h:38: ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h: In function ‘trace_event_raw_event_brcms_msg_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 32 | DECLARE_EVENT_CLASS(brcms_msg_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 32 | DECLARE_EVENT_CLASS(brcms_msg_event, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h: In function ‘trace_event_raw_event_brcms_dbg’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ 64 | TRACE_EVENT(brcms_dbg, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ 64 | TRACE_EVENT(brcms_dbg, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h: In function ‘__bpf_trace_brcms_msg_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 32 | DECLARE_EVENT_CLASS(brcms_msg_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 32 | DECLARE_EVENT_CLASS(brcms_msg_event, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h: In function ‘__bpf_trace_brcms_dbg’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ 64 | TRACE_EVENT(brcms_dbg, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ 64 | TRACE_EVENT(brcms_dbg, | ^~~~~~~~~~~ make[9]: *** [../scripts/Makefile.build:244: drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_events.o] Error 1 make[8]: *** [../scripts/Makefile.build:485: drivers/net/wireless/broadcom/brcm80211/brcmsmac] Error 2 make[7]: *** [../scripts/Makefile.build:485: drivers/net/wireless/broadcom/brcm80211] Error 2 make[6]: *** [../scripts/Makefile.build:485: drivers/net/wireless/broadcom] Error 2 make[6]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../drivers/net/ethernet/fungible/funeth/funeth_trace.h:117, from ../drivers/net/ethernet/fungible/funeth/funeth_rx.c:15: ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h: In function ‘trace_event_raw_event_funeth_tx’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(funeth_tx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(funeth_tx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(funeth_tx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(funeth_tx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(funeth_tx, | ^~~~~~~~~~~ ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h: In function ‘trace_event_raw_event_funeth_tx_free’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ 43 | TRACE_EVENT(funeth_tx_free, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ 43 | TRACE_EVENT(funeth_tx_free, | ^~~~~~~~~~~ ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h: In function ‘trace_event_raw_event_funeth_rx’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ 73 | TRACE_EVENT(funeth_rx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ 73 | TRACE_EVENT(funeth_rx, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h: In function ‘__bpf_trace_funeth_tx’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(funeth_tx, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(funeth_tx, | ^~~~~~~~~~~ ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h: In function ‘__bpf_trace_funeth_tx_free’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ 43 | TRACE_EVENT(funeth_tx_free, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ 43 | TRACE_EVENT(funeth_tx_free, | ^~~~~~~~~~~ ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h: In function ‘__bpf_trace_funeth_rx’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ 73 | TRACE_EVENT(funeth_rx, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ 73 | TRACE_EVENT(funeth_rx, | ^~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/fungible/funeth/funeth_rx.o] Error 1 make[7]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/fungible/funeth] Error 2 make[6]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/fungible] Error 2 make[6]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../fs/iomap/trace.h:313, from ../fs/iomap/trace.c:13: ../fs/iomap/./trace.h: In function ‘trace_event_raw_event_iomap_readpage_class’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(iomap_readpage_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(iomap_readpage_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(iomap_readpage_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(iomap_readpage_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(iomap_readpage_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h: In function ‘trace_event_raw_event_iomap_range_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:53:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 53 | DECLARE_EVENT_CLASS(iomap_range_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:53:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 53 | DECLARE_EVENT_CLASS(iomap_range_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h: In function ‘trace_event_raw_event_iomap_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:116:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 116 | DECLARE_EVENT_CLASS(iomap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:116:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 116 | DECLARE_EVENT_CLASS(iomap_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h: In function ‘trace_event_raw_event_iomap_writepage_map’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(iomap_writepage_map, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(iomap_writepage_map, | ^~~~~~~~~~~ ../fs/iomap/./trace.h: In function ‘trace_event_raw_event_iomap_iter’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:200:1: note: in expansion of macro ‘TRACE_EVENT’ 200 | TRACE_EVENT(iomap_iter, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:200:1: note: in expansion of macro ‘TRACE_EVENT’ 200 | TRACE_EVENT(iomap_iter, | ^~~~~~~~~~~ ../fs/iomap/./trace.h: In function ‘trace_event_raw_event_iomap_dio_rw_begin’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ 236 | TRACE_EVENT(iomap_dio_rw_begin, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ 236 | TRACE_EVENT(iomap_dio_rw_begin, | ^~~~~~~~~~~ ../fs/iomap/./trace.h: In function ‘trace_event_raw_event_iomap_dio_complete’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ 274 | TRACE_EVENT(iomap_dio_complete, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ 274 | TRACE_EVENT(iomap_dio_complete, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../fs/iomap/./trace.h: In function ‘__bpf_trace_iomap_readpage_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(iomap_readpage_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(iomap_readpage_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h: In function ‘__bpf_trace_iomap_range_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:53:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 53 | DECLARE_EVENT_CLASS(iomap_range_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:53:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 53 | DECLARE_EVENT_CLASS(iomap_range_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h: In function ‘__bpf_trace_iomap_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:116:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 116 | DECLARE_EVENT_CLASS(iomap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:116:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 116 | DECLARE_EVENT_CLASS(iomap_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h: In function ‘__bpf_trace_iomap_writepage_map’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(iomap_writepage_map, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(iomap_writepage_map, | ^~~~~~~~~~~ ../fs/iomap/./trace.h: In function ‘__bpf_trace_iomap_iter’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:200:1: note: in expansion of macro ‘TRACE_EVENT’ 200 | TRACE_EVENT(iomap_iter, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:200:1: note: in expansion of macro ‘TRACE_EVENT’ 200 | TRACE_EVENT(iomap_iter, | ^~~~~~~~~~~ ../fs/iomap/./trace.h: In function ‘__bpf_trace_iomap_dio_rw_begin’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ 236 | TRACE_EVENT(iomap_dio_rw_begin, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ 236 | TRACE_EVENT(iomap_dio_rw_begin, | ^~~~~~~~~~~ ../fs/iomap/./trace.h: In function ‘__bpf_trace_iomap_dio_complete’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ 274 | TRACE_EVENT(iomap_dio_complete, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ 274 | TRACE_EVENT(iomap_dio_complete, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: fs/iomap/trace.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: fs/iomap] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/ethernet/intel/e1000e/e1000e_trace.h:42, from ../drivers/net/ethernet/intel/e1000e/netdev.c:31: ../drivers/net/ethernet/intel/e1000e/./e1000e_trace.h: In function ‘trace_event_raw_event_e1000e_trace_mac_register’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/e1000e/./e1000e_trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(e1000e_trace_mac_register, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/e1000e/./e1000e_trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(e1000e_trace_mac_register, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/e1000e/./e1000e_trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(e1000e_trace_mac_register, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/e1000e/./e1000e_trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(e1000e_trace_mac_register, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/e1000e/./e1000e_trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(e1000e_trace_mac_register, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/ethernet/intel/e1000e/./e1000e_trace.h: In function ‘__bpf_trace_e1000e_trace_mac_register’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/e1000e/./e1000e_trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(e1000e_trace_mac_register, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/e1000e/./e1000e_trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(e1000e_trace_mac_register, | ^~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/intel/e1000e/netdev.o] Error 1 make[7]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/intel/e1000e] Error 2 make[7]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../drivers/net/wireless/mediatek/mt76/mt792x_trace.h:51, from ../drivers/net/wireless/mediatek/mt76/mt792x_trace.c:10: ../drivers/net/wireless/mediatek/mt76/./mt792x_trace.h: In function ‘trace_event_raw_event_lp_event’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt792x_trace.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ 23 | TRACE_EVENT(lp_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt792x_trace.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ 23 | TRACE_EVENT(lp_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt792x_trace.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ 23 | TRACE_EVENT(lp_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt792x_trace.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ 23 | TRACE_EVENT(lp_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt792x_trace.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ 23 | TRACE_EVENT(lp_event, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/wireless/mediatek/mt76/./mt792x_trace.h: In function ‘__bpf_trace_lp_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt792x_trace.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ 23 | TRACE_EVENT(lp_event, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt792x_trace.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ 23 | TRACE_EVENT(lp_event, | ^~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/mediatek/mt76/mt792x_trace.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/wireless/mediatek/mt76/usb_trace.h:86, from ../drivers/net/wireless/mediatek/mt76/usb_trace.c:10: ../drivers/net/wireless/mediatek/mt76/./usb_trace.h: In function ‘trace_event_raw_event_dev_reg_evt’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./usb_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(dev_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./usb_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(dev_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./usb_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(dev_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./usb_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(dev_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./usb_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(dev_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./usb_trace.h: In function ‘trace_event_raw_event_urb_transfer’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./usb_trace.h:54:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 54 | DECLARE_EVENT_CLASS(urb_transfer, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./usb_trace.h:54:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 54 | DECLARE_EVENT_CLASS(urb_transfer, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/wireless/mediatek/mt76/./usb_trace.h: In function ‘__bpf_trace_dev_reg_evt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./usb_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(dev_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./usb_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(dev_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./usb_trace.h: In function ‘__bpf_trace_urb_transfer’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./usb_trace.h:54:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 54 | DECLARE_EVENT_CLASS(urb_transfer, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./usb_trace.h:54:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 54 | DECLARE_EVENT_CLASS(urb_transfer, | ^~~~~~~~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/mediatek/mt76/usb_trace.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/sof.h:121, from ../sound/soc/sof/core.c:20: ../include/trace/events/sof.h: In function ‘trace_event_raw_event_sof_widget_template’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(sof_widget_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(sof_widget_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(sof_widget_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(sof_widget_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(sof_widget_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h: In function ‘trace_event_raw_event_sof_ipc3_period_elapsed_position’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ 42 | TRACE_EVENT(sof_ipc3_period_elapsed_position, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ 42 | TRACE_EVENT(sof_ipc3_period_elapsed_position, | ^~~~~~~~~~~ ../include/trace/events/sof.h: In function ‘trace_event_raw_event_sof_pcm_pointer_position’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ 62 | TRACE_EVENT(sof_pcm_pointer_position, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ 62 | TRACE_EVENT(sof_pcm_pointer_position, | ^~~~~~~~~~~ ../include/trace/events/sof.h: In function ‘trace_event_raw_event_sof_stream_position_ipc_rx’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(sof_stream_position_ipc_rx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(sof_stream_position_ipc_rx, | ^~~~~~~~~~~ ../include/trace/events/sof.h: In function ‘trace_event_raw_event_sof_ipc4_fw_config’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ 101 | TRACE_EVENT(sof_ipc4_fw_config, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ 101 | TRACE_EVENT(sof_ipc4_fw_config, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/sof.h: In function ‘__bpf_trace_sof_widget_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(sof_widget_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(sof_widget_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h: In function ‘__bpf_trace_sof_ipc3_period_elapsed_position’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ 42 | TRACE_EVENT(sof_ipc3_period_elapsed_position, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ 42 | TRACE_EVENT(sof_ipc3_period_elapsed_position, | ^~~~~~~~~~~ ../include/trace/events/sof.h: In function ‘__bpf_trace_sof_pcm_pointer_position’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ 62 | TRACE_EVENT(sof_pcm_pointer_position, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ 62 | TRACE_EVENT(sof_pcm_pointer_position, | ^~~~~~~~~~~ ../include/trace/events/sof.h: In function ‘__bpf_trace_sof_stream_position_ipc_rx’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(sof_stream_position_ipc_rx, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(sof_stream_position_ipc_rx, | ^~~~~~~~~~~ ../include/trace/events/sof.h: In function ‘__bpf_trace_sof_ipc4_fw_config’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ 101 | TRACE_EVENT(sof_ipc4_fw_config, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ 101 | TRACE_EVENT(sof_ipc4_fw_config, | ^~~~~~~~~~~ make[6]: *** [../scripts/Makefile.build:244: sound/soc/sof/core.o] Error 1 make[6]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../drivers/net/wireless/mediatek/mt76/mt76x02_trace.h:87, from ../drivers/net/wireless/mediatek/mt76/mt76x02_trace.c:10: ../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h: In function ‘trace_event_raw_event_dev_evt’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:26:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 26 | DECLARE_EVENT_CLASS(dev_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:26:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 26 | DECLARE_EVENT_CLASS(dev_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:26:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 26 | DECLARE_EVENT_CLASS(dev_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:26:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 26 | DECLARE_EVENT_CLASS(dev_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:26:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 26 | DECLARE_EVENT_CLASS(dev_evt, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h: In function ‘trace_event_raw_event_mac_txstat_fetch’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ 43 | TRACE_EVENT(mac_txstat_fetch, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ 43 | TRACE_EVENT(mac_txstat_fetch, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h: In function ‘__bpf_trace_dev_evt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:26:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 26 | DECLARE_EVENT_CLASS(dev_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:26:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 26 | DECLARE_EVENT_CLASS(dev_evt, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h: In function ‘__bpf_trace_mac_txstat_fetch’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ 43 | TRACE_EVENT(mac_txstat_fetch, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ 43 | TRACE_EVENT(mac_txstat_fetch, | ^~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/mediatek/mt76/mt76x02_trace.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/ethernet/freescale/dpaa2/dpaa2-eth-trace.h:197, from ../drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c:29: ../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h: In function ‘trace_event_raw_event_dpaa2_eth_fd’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(dpaa2_eth_fd, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(dpaa2_eth_fd, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(dpaa2_eth_fd, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(dpaa2_eth_fd, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(dpaa2_eth_fd, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h: In function ‘trace_event_raw_event_dpaa2_eth_buf’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 109 | DECLARE_EVENT_CLASS(dpaa2_eth_buf, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 109 | DECLARE_EVENT_CLASS(dpaa2_eth_buf, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h: In function ‘__bpf_trace_dpaa2_eth_fd’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(dpaa2_eth_fd, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(dpaa2_eth_fd, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h: In function ‘__bpf_trace_dpaa2_eth_buf’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 109 | DECLARE_EVENT_CLASS(dpaa2_eth_buf, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 109 | DECLARE_EVENT_CLASS(dpaa2_eth_buf, | ^~~~~~~~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.o] Error 1 make[7]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/freescale/dpaa2] Error 2 make[6]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/freescale] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/wireless/mediatek/mt76/mt7615/mt7615_trace.h:56, from ../drivers/net/wireless/mediatek/mt76/mt7615/trace.c:10: ../drivers/net/wireless/mediatek/mt76/mt7615/./mt7615_trace.h: In function ‘trace_event_raw_event_dev_token’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/mt7615/./mt7615_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(dev_token, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/mt7615/./mt7615_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(dev_token, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/mt7615/./mt7615_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(dev_token, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/mt7615/./mt7615_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(dev_token, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/mt7615/./mt7615_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(dev_token, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/wireless/mediatek/mt76/mt7615/./mt7615_trace.h: In function ‘__bpf_trace_dev_token’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/mt7615/./mt7615_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(dev_token, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/mt7615/./mt7615_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(dev_token, | ^~~~~~~~~~~~~~~~~~~ make[9]: *** [../scripts/Makefile.build:244: drivers/net/wireless/mediatek/mt76/mt7615/trace.o] Error 1 make[8]: *** [../scripts/Makefile.build:485: drivers/net/wireless/mediatek/mt76/mt7615] Error 2 make[7]: *** [../scripts/Makefile.build:485: drivers/net/wireless/mediatek/mt76] Error 2 make[7]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_trace.h:137, from ../drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_mbx.c:9: ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h: In function ‘trace_event_raw_event_hclge_vf_mbx_get’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(hclge_vf_mbx_get, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(hclge_vf_mbx_get, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(hclge_vf_mbx_get, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(hclge_vf_mbx_get, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(hclge_vf_mbx_get, | ^~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h: In function ‘trace_event_raw_event_hclge_vf_mbx_send’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ 47 | TRACE_EVENT(hclge_vf_mbx_send, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ 47 | TRACE_EVENT(hclge_vf_mbx_send, | ^~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h: In function ‘trace_event_raw_event_hclge_vf_cmd_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:80:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 80 | DECLARE_EVENT_CLASS(hclge_vf_cmd_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:80:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 80 | DECLARE_EVENT_CLASS(hclge_vf_cmd_template, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h: In function ‘__bpf_trace_hclge_vf_mbx_get’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(hclge_vf_mbx_get, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(hclge_vf_mbx_get, | ^~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h: In function ‘__bpf_trace_hclge_vf_mbx_send’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ 47 | TRACE_EVENT(hclge_vf_mbx_send, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ 47 | TRACE_EVENT(hclge_vf_mbx_send, | ^~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h: In function ‘__bpf_trace_hclge_vf_cmd_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:80:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 80 | DECLARE_EVENT_CLASS(hclge_vf_cmd_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:80:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 80 | DECLARE_EVENT_CLASS(hclge_vf_cmd_template, | ^~~~~~~~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_mbx.o] Error 1 make[8]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../drivers/net/wireless/ath/ath12k/trace.h:179, from ../drivers/net/wireless/ath/ath12k/trace.c:10: ../drivers/net/wireless/ath/ath12k/./trace.h: In function ‘trace_event_raw_event_ath12k_htt_pktlog’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ 24 | TRACE_EVENT(ath12k_htt_pktlog, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ 24 | TRACE_EVENT(ath12k_htt_pktlog, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ 24 | TRACE_EVENT(ath12k_htt_pktlog, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ 24 | TRACE_EVENT(ath12k_htt_pktlog, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ 24 | TRACE_EVENT(ath12k_htt_pktlog, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h: In function ‘trace_event_raw_event_ath12k_htt_ppdu_stats’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ 55 | TRACE_EVENT(ath12k_htt_ppdu_stats, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ 55 | TRACE_EVENT(ath12k_htt_ppdu_stats, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h: In function ‘trace_event_raw_event_ath12k_htt_rxdesc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ 98 | TRACE_EVENT(ath12k_htt_rxdesc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ 98 | TRACE_EVENT(ath12k_htt_rxdesc, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h: In function ‘trace_event_raw_event_ath12k_wmi_diag’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h:143:1: note: in expansion of macro ‘TRACE_EVENT’ 143 | TRACE_EVENT(ath12k_wmi_diag, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h:143:1: note: in expansion of macro ‘TRACE_EVENT’ 143 | TRACE_EVENT(ath12k_wmi_diag, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/wireless/ath/ath12k/./trace.h: In function ‘__bpf_trace_ath12k_htt_pktlog’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ 24 | TRACE_EVENT(ath12k_htt_pktlog, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ 24 | TRACE_EVENT(ath12k_htt_pktlog, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h: In function ‘__bpf_trace_ath12k_htt_ppdu_stats’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ 55 | TRACE_EVENT(ath12k_htt_ppdu_stats, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ 55 | TRACE_EVENT(ath12k_htt_ppdu_stats, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h: In function ‘__bpf_trace_ath12k_htt_rxdesc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ 98 | TRACE_EVENT(ath12k_htt_rxdesc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ 98 | TRACE_EVENT(ath12k_htt_rxdesc, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h: In function ‘__bpf_trace_ath12k_wmi_diag’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h:143:1: note: in expansion of macro ‘TRACE_EVENT’ 143 | TRACE_EVENT(ath12k_wmi_diag, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h:143:1: note: in expansion of macro ‘TRACE_EVENT’ 143 | TRACE_EVENT(ath12k_wmi_diag, | ^~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/ath/ath12k/trace.o] Error 1 make[7]: *** [../scripts/Makefile.build:485: drivers/net/wireless/ath/ath12k] Error 2 In file included from ../include/trace/define_trace.h:108, from ../fs/lockd/trace.h:106, from ../fs/lockd/trace.c:3: ../fs/lockd/./trace.h: In function ‘trace_event_raw_event_nlmclnt_lock_event’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/lockd/./trace.h:48:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 48 | DECLARE_EVENT_CLASS(nlmclnt_lock_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/lockd/./trace.h:48:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 48 | DECLARE_EVENT_CLASS(nlmclnt_lock_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/lockd/./trace.h:48:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 48 | DECLARE_EVENT_CLASS(nlmclnt_lock_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/lockd/./trace.h:48:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 48 | DECLARE_EVENT_CLASS(nlmclnt_lock_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/lockd/./trace.h:48:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 48 | DECLARE_EVENT_CLASS(nlmclnt_lock_event, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../fs/lockd/./trace.h: In function ‘__bpf_trace_nlmclnt_lock_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/lockd/./trace.h:48:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 48 | DECLARE_EVENT_CLASS(nlmclnt_lock_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/lockd/./trace.h:48:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 48 | DECLARE_EVENT_CLASS(nlmclnt_lock_event, | ^~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: fs/lockd/trace.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: fs/lockd] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/xen.h:459, from ../arch/x86/xen/trace.c:21: ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_mc__batch’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(xen_mc__batch, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(xen_mc__batch, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(xen_mc__batch, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(xen_mc__batch, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(xen_mc__batch, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_mc_entry’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(xen_mc_entry, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(xen_mc_entry, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_mc_entry_alloc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ 55 | TRACE_EVENT(xen_mc_entry_alloc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ 55 | TRACE_EVENT(xen_mc_entry_alloc, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_mc_callback’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ 65 | TRACE_EVENT(xen_mc_callback, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ 65 | TRACE_EVENT(xen_mc_callback, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_mc_flush_reason’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ 84 | TRACE_EVENT(xen_mc_flush_reason, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ 84 | TRACE_EVENT(xen_mc_flush_reason, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_mc_flush’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ 98 | TRACE_EVENT(xen_mc_flush, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ 98 | TRACE_EVENT(xen_mc_flush, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_mc_extend_args’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ 113 | TRACE_EVENT(xen_mc_extend_args, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ 113 | TRACE_EVENT(xen_mc_extend_args, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_mmu__set_pte’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:134:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 134 | DECLARE_EVENT_CLASS(xen_mmu__set_pte, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:134:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 134 | DECLARE_EVENT_CLASS(xen_mmu__set_pte, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_mmu_set_pmd’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(xen_mmu_set_pmd, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(xen_mmu_set_pmd, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_mmu_pte_clear’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:176:1: note: in expansion of macro ‘TRACE_EVENT’ 176 | TRACE_EVENT(xen_mmu_pte_clear, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:176:1: note: in expansion of macro ‘TRACE_EVENT’ 176 | TRACE_EVENT(xen_mmu_pte_clear, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_mmu_pmd_clear’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:191:1: note: in expansion of macro ‘TRACE_EVENT’ 191 | TRACE_EVENT(xen_mmu_pmd_clear, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:191:1: note: in expansion of macro ‘TRACE_EVENT’ 191 | TRACE_EVENT(xen_mmu_pmd_clear, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_mmu_set_pud’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:241:1: note: in expansion of macro ‘TRACE_EVENT’ 241 | TRACE_EVENT(xen_mmu_set_pud, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:241:1: note: in expansion of macro ‘TRACE_EVENT’ 241 | TRACE_EVENT(xen_mmu_set_pud, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_mmu_ptep_modify_prot’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:258:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 258 | DECLARE_EVENT_CLASS(xen_mmu_ptep_modify_prot, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:258:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 258 | DECLARE_EVENT_CLASS(xen_mmu_ptep_modify_prot, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_mmu_alloc_ptpage’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ 286 | TRACE_EVENT(xen_mmu_alloc_ptpage, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ 286 | TRACE_EVENT(xen_mmu_alloc_ptpage, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_mmu_release_ptpage’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:304:1: note: in expansion of macro ‘TRACE_EVENT’ 304 | TRACE_EVENT(xen_mmu_release_ptpage, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:304:1: note: in expansion of macro ‘TRACE_EVENT’ 304 | TRACE_EVENT(xen_mmu_release_ptpage, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_mmu_pgd’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:320:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 320 | DECLARE_EVENT_CLASS(xen_mmu_pgd, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:320:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 320 | DECLARE_EVENT_CLASS(xen_mmu_pgd, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_mmu_flush_tlb_one_user’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:339:1: note: in expansion of macro ‘TRACE_EVENT’ 339 | TRACE_EVENT(xen_mmu_flush_tlb_one_user, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:339:1: note: in expansion of macro ‘TRACE_EVENT’ 339 | TRACE_EVENT(xen_mmu_flush_tlb_one_user, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_mmu_flush_tlb_multi’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:349:1: note: in expansion of macro ‘TRACE_EVENT’ 349 | TRACE_EVENT(xen_mmu_flush_tlb_multi, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:349:1: note: in expansion of macro ‘TRACE_EVENT’ 349 | TRACE_EVENT(xen_mmu_flush_tlb_multi, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_mmu_write_cr3’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:367:1: note: in expansion of macro ‘TRACE_EVENT’ 367 | TRACE_EVENT(xen_mmu_write_cr3, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:367:1: note: in expansion of macro ‘TRACE_EVENT’ 367 | TRACE_EVENT(xen_mmu_write_cr3, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_cpu_write_ldt_entry’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:382:1: note: in expansion of macro ‘TRACE_EVENT’ 382 | TRACE_EVENT(xen_cpu_write_ldt_entry, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:382:1: note: in expansion of macro ‘TRACE_EVENT’ 382 | TRACE_EVENT(xen_cpu_write_ldt_entry, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_cpu_write_idt_entry’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:399:1: note: in expansion of macro ‘TRACE_EVENT’ 399 | TRACE_EVENT(xen_cpu_write_idt_entry, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:399:1: note: in expansion of macro ‘TRACE_EVENT’ 399 | TRACE_EVENT(xen_cpu_write_idt_entry, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_cpu_load_idt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:413:1: note: in expansion of macro ‘TRACE_EVENT’ 413 | TRACE_EVENT(xen_cpu_load_idt, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:413:1: note: in expansion of macro ‘TRACE_EVENT’ 413 | TRACE_EVENT(xen_cpu_load_idt, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_cpu_write_gdt_entry’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:423:1: note: in expansion of macro ‘TRACE_EVENT’ 423 | TRACE_EVENT(xen_cpu_write_gdt_entry, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:423:1: note: in expansion of macro ‘TRACE_EVENT’ 423 | TRACE_EVENT(xen_cpu_write_gdt_entry, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_cpu_set_ldt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:442:1: note: in expansion of macro ‘TRACE_EVENT’ 442 | TRACE_EVENT(xen_cpu_set_ldt, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:442:1: note: in expansion of macro ‘TRACE_EVENT’ 442 | TRACE_EVENT(xen_cpu_set_ldt, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_mc__batch’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(xen_mc__batch, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(xen_mc__batch, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_mc_entry’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(xen_mc_entry, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(xen_mc_entry, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_mc_entry_alloc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ 55 | TRACE_EVENT(xen_mc_entry_alloc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ 55 | TRACE_EVENT(xen_mc_entry_alloc, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_mc_callback’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ 65 | TRACE_EVENT(xen_mc_callback, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ 65 | TRACE_EVENT(xen_mc_callback, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_mc_flush_reason’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ 84 | TRACE_EVENT(xen_mc_flush_reason, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ 84 | TRACE_EVENT(xen_mc_flush_reason, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_mc_flush’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ 98 | TRACE_EVENT(xen_mc_flush, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ 98 | TRACE_EVENT(xen_mc_flush, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_mc_extend_args’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ 113 | TRACE_EVENT(xen_mc_extend_args, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ 113 | TRACE_EVENT(xen_mc_extend_args, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_mmu__set_pte’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:134:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 134 | DECLARE_EVENT_CLASS(xen_mmu__set_pte, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:134:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 134 | DECLARE_EVENT_CLASS(xen_mmu__set_pte, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_mmu_set_pmd’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(xen_mmu_set_pmd, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(xen_mmu_set_pmd, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_mmu_pte_clear’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:176:1: note: in expansion of macro ‘TRACE_EVENT’ 176 | TRACE_EVENT(xen_mmu_pte_clear, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:176:1: note: in expansion of macro ‘TRACE_EVENT’ 176 | TRACE_EVENT(xen_mmu_pte_clear, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_mmu_pmd_clear’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:191:1: note: in expansion of macro ‘TRACE_EVENT’ 191 | TRACE_EVENT(xen_mmu_pmd_clear, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:191:1: note: in expansion of macro ‘TRACE_EVENT’ 191 | TRACE_EVENT(xen_mmu_pmd_clear, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_mmu_set_pud’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:241:1: note: in expansion of macro ‘TRACE_EVENT’ 241 | TRACE_EVENT(xen_mmu_set_pud, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:241:1: note: in expansion of macro ‘TRACE_EVENT’ 241 | TRACE_EVENT(xen_mmu_set_pud, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_mmu_ptep_modify_prot’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:258:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 258 | DECLARE_EVENT_CLASS(xen_mmu_ptep_modify_prot, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:258:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 258 | DECLARE_EVENT_CLASS(xen_mmu_ptep_modify_prot, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_mmu_alloc_ptpage’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ 286 | TRACE_EVENT(xen_mmu_alloc_ptpage, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ 286 | TRACE_EVENT(xen_mmu_alloc_ptpage, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_mmu_release_ptpage’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:304:1: note: in expansion of macro ‘TRACE_EVENT’ 304 | TRACE_EVENT(xen_mmu_release_ptpage, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:304:1: note: in expansion of macro ‘TRACE_EVENT’ 304 | TRACE_EVENT(xen_mmu_release_ptpage, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_mmu_pgd’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:320:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 320 | DECLARE_EVENT_CLASS(xen_mmu_pgd, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:320:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 320 | DECLARE_EVENT_CLASS(xen_mmu_pgd, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_mmu_flush_tlb_one_user’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:339:1: note: in expansion of macro ‘TRACE_EVENT’ 339 | TRACE_EVENT(xen_mmu_flush_tlb_one_user, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:339:1: note: in expansion of macro ‘TRACE_EVENT’ 339 | TRACE_EVENT(xen_mmu_flush_tlb_one_user, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_mmu_flush_tlb_multi’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:349:1: note: in expansion of macro ‘TRACE_EVENT’ 349 | TRACE_EVENT(xen_mmu_flush_tlb_multi, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:349:1: note: in expansion of macro ‘TRACE_EVENT’ 349 | TRACE_EVENT(xen_mmu_flush_tlb_multi, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_mmu_write_cr3’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:367:1: note: in expansion of macro ‘TRACE_EVENT’ 367 | TRACE_EVENT(xen_mmu_write_cr3, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:367:1: note: in expansion of macro ‘TRACE_EVENT’ 367 | TRACE_EVENT(xen_mmu_write_cr3, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_cpu_write_ldt_entry’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:382:1: note: in expansion of macro ‘TRACE_EVENT’ 382 | TRACE_EVENT(xen_cpu_write_ldt_entry, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:382:1: note: in expansion of macro ‘TRACE_EVENT’ 382 | TRACE_EVENT(xen_cpu_write_ldt_entry, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_cpu_write_idt_entry’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:399:1: note: in expansion of macro ‘TRACE_EVENT’ 399 | TRACE_EVENT(xen_cpu_write_idt_entry, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:399:1: note: in expansion of macro ‘TRACE_EVENT’ 399 | TRACE_EVENT(xen_cpu_write_idt_entry, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_cpu_load_idt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:413:1: note: in expansion of macro ‘TRACE_EVENT’ 413 | TRACE_EVENT(xen_cpu_load_idt, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:413:1: note: in expansion of macro ‘TRACE_EVENT’ 413 | TRACE_EVENT(xen_cpu_load_idt, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_cpu_write_gdt_entry’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:423:1: note: in expansion of macro ‘TRACE_EVENT’ 423 | TRACE_EVENT(xen_cpu_write_gdt_entry, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:423:1: note: in expansion of macro ‘TRACE_EVENT’ 423 | TRACE_EVENT(xen_cpu_write_gdt_entry, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_cpu_set_ldt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:442:1: note: in expansion of macro ‘TRACE_EVENT’ 442 | TRACE_EVENT(xen_cpu_set_ldt, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:442:1: note: in expansion of macro ‘TRACE_EVENT’ 442 | TRACE_EVENT(xen_cpu_set_ldt, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: arch/x86/xen/trace.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: arch/x86/xen] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/kvm.h:495, from ../arch/x86/kvm/../../../virt/kvm/kvm_main.c:65: ../include/trace/events/kvm.h: In function ‘trace_event_raw_event_kvm_userspace_exit’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:22:1: note: in expansion of macro ‘TRACE_EVENT’ 22 | TRACE_EVENT(kvm_userspace_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:22:1: note: in expansion of macro ‘TRACE_EVENT’ 22 | TRACE_EVENT(kvm_userspace_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:22:1: note: in expansion of macro ‘TRACE_EVENT’ 22 | TRACE_EVENT(kvm_userspace_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:22:1: note: in expansion of macro ‘TRACE_EVENT’ 22 | TRACE_EVENT(kvm_userspace_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:22:1: note: in expansion of macro ‘TRACE_EVENT’ 22 | TRACE_EVENT(kvm_userspace_exit, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘trace_event_raw_event_kvm_vcpu_wakeup’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ 43 | TRACE_EVENT(kvm_vcpu_wakeup, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ 43 | TRACE_EVENT(kvm_vcpu_wakeup, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘trace_event_raw_event_kvm_set_irq’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(kvm_set_irq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(kvm_set_irq, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘trace_event_raw_event_kvm_ioapic_set_irq’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ 98 | TRACE_EVENT(kvm_ioapic_set_irq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ 98 | TRACE_EVENT(kvm_ioapic_set_irq, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘trace_event_raw_event_kvm_ioapic_delayed_eoi_inj’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:123:1: note: in expansion of macro ‘TRACE_EVENT’ 123 | TRACE_EVENT(kvm_ioapic_delayed_eoi_inj, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:123:1: note: in expansion of macro ‘TRACE_EVENT’ 123 | TRACE_EVENT(kvm_ioapic_delayed_eoi_inj, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘trace_event_raw_event_kvm_msi_set_irq’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:143:1: note: in expansion of macro ‘TRACE_EVENT’ 143 | TRACE_EVENT(kvm_msi_set_irq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:143:1: note: in expansion of macro ‘TRACE_EVENT’ 143 | TRACE_EVENT(kvm_msi_set_irq, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘trace_event_raw_event_kvm_ack_irq’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:183:1: note: in expansion of macro ‘TRACE_EVENT’ 183 | TRACE_EVENT(kvm_ack_irq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:183:1: note: in expansion of macro ‘TRACE_EVENT’ 183 | TRACE_EVENT(kvm_ack_irq, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘trace_event_raw_event_kvm_mmio’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:213:1: note: in expansion of macro ‘TRACE_EVENT’ 213 | TRACE_EVENT(kvm_mmio, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:213:1: note: in expansion of macro ‘TRACE_EVENT’ 213 | TRACE_EVENT(kvm_mmio, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘trace_event_raw_event_kvm_fpu’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ 243 | TRACE_EVENT(kvm_fpu, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ 243 | TRACE_EVENT(kvm_fpu, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘trace_event_raw_event_kvm_async_get_page_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:259:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 259 | DECLARE_EVENT_CLASS(kvm_async_get_page_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:259:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 259 | DECLARE_EVENT_CLASS(kvm_async_get_page_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘trace_event_raw_event_kvm_async_pf_nopresent_ready’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:292:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 292 | DECLARE_EVENT_CLASS(kvm_async_pf_nopresent_ready, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:292:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 292 | DECLARE_EVENT_CLASS(kvm_async_pf_nopresent_ready, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘trace_event_raw_event_kvm_async_pf_completed’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ 326 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ 326 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘trace_event_raw_event_kvm_halt_poll_ns’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:347:1: note: in expansion of macro ‘TRACE_EVENT’ 347 | TRACE_EVENT(kvm_halt_poll_ns, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:347:1: note: in expansion of macro ‘TRACE_EVENT’ 347 | TRACE_EVENT(kvm_halt_poll_ns, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘trace_event_raw_event_kvm_dirty_ring_push’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:378:1: note: in expansion of macro ‘TRACE_EVENT’ 378 | TRACE_EVENT(kvm_dirty_ring_push, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:378:1: note: in expansion of macro ‘TRACE_EVENT’ 378 | TRACE_EVENT(kvm_dirty_ring_push, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘trace_event_raw_event_kvm_dirty_ring_reset’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:405:1: note: in expansion of macro ‘TRACE_EVENT’ 405 | TRACE_EVENT(kvm_dirty_ring_reset, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:405:1: note: in expansion of macro ‘TRACE_EVENT’ 405 | TRACE_EVENT(kvm_dirty_ring_reset, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘trace_event_raw_event_kvm_dirty_ring_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:426:1: note: in expansion of macro ‘TRACE_EVENT’ 426 | TRACE_EVENT(kvm_dirty_ring_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:426:1: note: in expansion of macro ‘TRACE_EVENT’ 426 | TRACE_EVENT(kvm_dirty_ring_exit, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘trace_event_raw_event_kvm_unmap_hva_range’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:441:1: note: in expansion of macro ‘TRACE_EVENT’ 441 | TRACE_EVENT(kvm_unmap_hva_range, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:441:1: note: in expansion of macro ‘TRACE_EVENT’ 441 | TRACE_EVENT(kvm_unmap_hva_range, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘trace_event_raw_event_kvm_age_hva’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:459:1: note: in expansion of macro ‘TRACE_EVENT’ 459 | TRACE_EVENT(kvm_age_hva, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:459:1: note: in expansion of macro ‘TRACE_EVENT’ 459 | TRACE_EVENT(kvm_age_hva, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘trace_event_raw_event_kvm_test_age_hva’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:477:1: note: in expansion of macro ‘TRACE_EVENT’ 477 | TRACE_EVENT(kvm_test_age_hva, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:477:1: note: in expansion of macro ‘TRACE_EVENT’ 477 | TRACE_EVENT(kvm_test_age_hva, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/kvm.h: In function ‘__bpf_trace_kvm_userspace_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:22:1: note: in expansion of macro ‘TRACE_EVENT’ 22 | TRACE_EVENT(kvm_userspace_exit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:22:1: note: in expansion of macro ‘TRACE_EVENT’ 22 | TRACE_EVENT(kvm_userspace_exit, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘__bpf_trace_kvm_vcpu_wakeup’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ 43 | TRACE_EVENT(kvm_vcpu_wakeup, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ 43 | TRACE_EVENT(kvm_vcpu_wakeup, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘__bpf_trace_kvm_set_irq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(kvm_set_irq, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(kvm_set_irq, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘__bpf_trace_kvm_ioapic_set_irq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ 98 | TRACE_EVENT(kvm_ioapic_set_irq, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ 98 | TRACE_EVENT(kvm_ioapic_set_irq, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘__bpf_trace_kvm_ioapic_delayed_eoi_inj’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:123:1: note: in expansion of macro ‘TRACE_EVENT’ 123 | TRACE_EVENT(kvm_ioapic_delayed_eoi_inj, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:123:1: note: in expansion of macro ‘TRACE_EVENT’ 123 | TRACE_EVENT(kvm_ioapic_delayed_eoi_inj, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘__bpf_trace_kvm_msi_set_irq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:143:1: note: in expansion of macro ‘TRACE_EVENT’ 143 | TRACE_EVENT(kvm_msi_set_irq, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:143:1: note: in expansion of macro ‘TRACE_EVENT’ 143 | TRACE_EVENT(kvm_msi_set_irq, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘__bpf_trace_kvm_ack_irq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:183:1: note: in expansion of macro ‘TRACE_EVENT’ 183 | TRACE_EVENT(kvm_ack_irq, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:183:1: note: in expansion of macro ‘TRACE_EVENT’ 183 | TRACE_EVENT(kvm_ack_irq, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘__bpf_trace_kvm_mmio’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:213:1: note: in expansion of macro ‘TRACE_EVENT’ 213 | TRACE_EVENT(kvm_mmio, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:213:1: note: in expansion of macro ‘TRACE_EVENT’ 213 | TRACE_EVENT(kvm_mmio, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘__bpf_trace_kvm_fpu’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ 243 | TRACE_EVENT(kvm_fpu, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ 243 | TRACE_EVENT(kvm_fpu, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘__bpf_trace_kvm_async_get_page_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:259:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 259 | DECLARE_EVENT_CLASS(kvm_async_get_page_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:259:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 259 | DECLARE_EVENT_CLASS(kvm_async_get_page_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘__bpf_trace_kvm_async_pf_nopresent_ready’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:292:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 292 | DECLARE_EVENT_CLASS(kvm_async_pf_nopresent_ready, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:292:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 292 | DECLARE_EVENT_CLASS(kvm_async_pf_nopresent_ready, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘__bpf_trace_kvm_async_pf_completed’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ 326 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ 326 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘__bpf_trace_kvm_halt_poll_ns’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:347:1: note: in expansion of macro ‘TRACE_EVENT’ 347 | TRACE_EVENT(kvm_halt_poll_ns, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:347:1: note: in expansion of macro ‘TRACE_EVENT’ 347 | TRACE_EVENT(kvm_halt_poll_ns, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘__bpf_trace_kvm_dirty_ring_push’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:378:1: note: in expansion of macro ‘TRACE_EVENT’ 378 | TRACE_EVENT(kvm_dirty_ring_push, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:378:1: note: in expansion of macro ‘TRACE_EVENT’ 378 | TRACE_EVENT(kvm_dirty_ring_push, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘__bpf_trace_kvm_dirty_ring_reset’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:405:1: note: in expansion of macro ‘TRACE_EVENT’ 405 | TRACE_EVENT(kvm_dirty_ring_reset, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:405:1: note: in expansion of macro ‘TRACE_EVENT’ 405 | TRACE_EVENT(kvm_dirty_ring_reset, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘__bpf_trace_kvm_dirty_ring_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:426:1: note: in expansion of macro ‘TRACE_EVENT’ 426 | TRACE_EVENT(kvm_dirty_ring_exit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:426:1: note: in expansion of macro ‘TRACE_EVENT’ 426 | TRACE_EVENT(kvm_dirty_ring_exit, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘__bpf_trace_kvm_unmap_hva_range’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:441:1: note: in expansion of macro ‘TRACE_EVENT’ 441 | TRACE_EVENT(kvm_unmap_hva_range, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:441:1: note: in expansion of macro ‘TRACE_EVENT’ 441 | TRACE_EVENT(kvm_unmap_hva_range, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘__bpf_trace_kvm_age_hva’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:459:1: note: in expansion of macro ‘TRACE_EVENT’ 459 | TRACE_EVENT(kvm_age_hva, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:459:1: note: in expansion of macro ‘TRACE_EVENT’ 459 | TRACE_EVENT(kvm_age_hva, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘__bpf_trace_kvm_test_age_hva’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:477:1: note: in expansion of macro ‘TRACE_EVENT’ 477 | TRACE_EVENT(kvm_test_age_hva, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:477:1: note: in expansion of macro ‘TRACE_EVENT’ 477 | TRACE_EVENT(kvm_test_age_hva, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: arch/x86/kvm/../../../virt/kvm/kvm_main.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/io_uring.h:683, from ../io_uring/io_uring.c:76: ../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_create’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ 27 | TRACE_EVENT(io_uring_create, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ 27 | TRACE_EVENT(io_uring_create, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ 27 | TRACE_EVENT(io_uring_create, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ 27 | TRACE_EVENT(io_uring_create, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ 27 | TRACE_EVENT(io_uring_create, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_register’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ 69 | TRACE_EVENT(io_uring_register, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ 69 | TRACE_EVENT(io_uring_register, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_file_get’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ 108 | TRACE_EVENT(io_uring_file_get, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ 108 | TRACE_EVENT(io_uring_file_get, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_queue_async_work’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:140:1: note: in expansion of macro ‘TRACE_EVENT’ 140 | TRACE_EVENT(io_uring_queue_async_work, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:140:1: note: in expansion of macro ‘TRACE_EVENT’ 140 | TRACE_EVENT(io_uring_queue_async_work, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_defer’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:184:1: note: in expansion of macro ‘TRACE_EVENT’ 184 | TRACE_EVENT(io_uring_defer, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:184:1: note: in expansion of macro ‘TRACE_EVENT’ 184 | TRACE_EVENT(io_uring_defer, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_link’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:223:1: note: in expansion of macro ‘TRACE_EVENT’ 223 | TRACE_EVENT(io_uring_link, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:223:1: note: in expansion of macro ‘TRACE_EVENT’ 223 | TRACE_EVENT(io_uring_link, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_cqring_wait’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ 255 | TRACE_EVENT(io_uring_cqring_wait, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ 255 | TRACE_EVENT(io_uring_cqring_wait, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_fail_link’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:283:1: note: in expansion of macro ‘TRACE_EVENT’ 283 | TRACE_EVENT(io_uring_fail_link, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:283:1: note: in expansion of macro ‘TRACE_EVENT’ 283 | TRACE_EVENT(io_uring_fail_link, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_complete’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ 326 | TRACE_EVENT(io_uring_complete, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ 326 | TRACE_EVENT(io_uring_complete, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_submit_req’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:370:1: note: in expansion of macro ‘TRACE_EVENT’ 370 | TRACE_EVENT(io_uring_submit_req, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:370:1: note: in expansion of macro ‘TRACE_EVENT’ 370 | TRACE_EVENT(io_uring_submit_req, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_poll_arm’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ 414 | TRACE_EVENT(io_uring_poll_arm, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ 414 | TRACE_EVENT(io_uring_poll_arm, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_task_add’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:455:1: note: in expansion of macro ‘TRACE_EVENT’ 455 | TRACE_EVENT(io_uring_task_add, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:455:1: note: in expansion of macro ‘TRACE_EVENT’ 455 | TRACE_EVENT(io_uring_task_add, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_req_failed’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:496:1: note: in expansion of macro ‘TRACE_EVENT’ 496 | TRACE_EVENT(io_uring_req_failed, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:496:1: note: in expansion of macro ‘TRACE_EVENT’ 496 | TRACE_EVENT(io_uring_req_failed, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_cqe_overflow’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:571:1: note: in expansion of macro ‘TRACE_EVENT’ 571 | TRACE_EVENT(io_uring_cqe_overflow, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:571:1: note: in expansion of macro ‘TRACE_EVENT’ 571 | TRACE_EVENT(io_uring_cqe_overflow, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_task_work_run’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:607:1: note: in expansion of macro ‘TRACE_EVENT’ 607 | TRACE_EVENT(io_uring_task_work_run, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:607:1: note: in expansion of macro ‘TRACE_EVENT’ 607 | TRACE_EVENT(io_uring_task_work_run, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_short_write’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:626:1: note: in expansion of macro ‘TRACE_EVENT’ 626 | TRACE_EVENT(io_uring_short_write, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:626:1: note: in expansion of macro ‘TRACE_EVENT’ 626 | TRACE_EVENT(io_uring_short_write, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_local_work_run’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:659:1: note: in expansion of macro ‘TRACE_EVENT’ 659 | TRACE_EVENT(io_uring_local_work_run, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:659:1: note: in expansion of macro ‘TRACE_EVENT’ 659 | TRACE_EVENT(io_uring_local_work_run, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_create’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ 27 | TRACE_EVENT(io_uring_create, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ 27 | TRACE_EVENT(io_uring_create, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_register’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ 69 | TRACE_EVENT(io_uring_register, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ 69 | TRACE_EVENT(io_uring_register, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_file_get’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ 108 | TRACE_EVENT(io_uring_file_get, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ 108 | TRACE_EVENT(io_uring_file_get, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_queue_async_work’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:140:1: note: in expansion of macro ‘TRACE_EVENT’ 140 | TRACE_EVENT(io_uring_queue_async_work, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:140:1: note: in expansion of macro ‘TRACE_EVENT’ 140 | TRACE_EVENT(io_uring_queue_async_work, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_defer’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:184:1: note: in expansion of macro ‘TRACE_EVENT’ 184 | TRACE_EVENT(io_uring_defer, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:184:1: note: in expansion of macro ‘TRACE_EVENT’ 184 | TRACE_EVENT(io_uring_defer, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_link’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:223:1: note: in expansion of macro ‘TRACE_EVENT’ 223 | TRACE_EVENT(io_uring_link, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:223:1: note: in expansion of macro ‘TRACE_EVENT’ 223 | TRACE_EVENT(io_uring_link, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_cqring_wait’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ 255 | TRACE_EVENT(io_uring_cqring_wait, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ 255 | TRACE_EVENT(io_uring_cqring_wait, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_fail_link’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:283:1: note: in expansion of macro ‘TRACE_EVENT’ 283 | TRACE_EVENT(io_uring_fail_link, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:283:1: note: in expansion of macro ‘TRACE_EVENT’ 283 | TRACE_EVENT(io_uring_fail_link, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_complete’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ 326 | TRACE_EVENT(io_uring_complete, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ 326 | TRACE_EVENT(io_uring_complete, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_submit_req’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:370:1: note: in expansion of macro ‘TRACE_EVENT’ 370 | TRACE_EVENT(io_uring_submit_req, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:370:1: note: in expansion of macro ‘TRACE_EVENT’ 370 | TRACE_EVENT(io_uring_submit_req, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_poll_arm’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ 414 | TRACE_EVENT(io_uring_poll_arm, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ 414 | TRACE_EVENT(io_uring_poll_arm, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_task_add’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:455:1: note: in expansion of macro ‘TRACE_EVENT’ 455 | TRACE_EVENT(io_uring_task_add, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:455:1: note: in expansion of macro ‘TRACE_EVENT’ 455 | TRACE_EVENT(io_uring_task_add, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_req_failed’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:496:1: note: in expansion of macro ‘TRACE_EVENT’ 496 | TRACE_EVENT(io_uring_req_failed, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:496:1: note: in expansion of macro ‘TRACE_EVENT’ 496 | TRACE_EVENT(io_uring_req_failed, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_cqe_overflow’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:571:1: note: in expansion of macro ‘TRACE_EVENT’ 571 | TRACE_EVENT(io_uring_cqe_overflow, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:571:1: note: in expansion of macro ‘TRACE_EVENT’ 571 | TRACE_EVENT(io_uring_cqe_overflow, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_task_work_run’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:607:1: note: in expansion of macro ‘TRACE_EVENT’ 607 | TRACE_EVENT(io_uring_task_work_run, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:607:1: note: in expansion of macro ‘TRACE_EVENT’ 607 | TRACE_EVENT(io_uring_task_work_run, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_short_write’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:626:1: note: in expansion of macro ‘TRACE_EVENT’ 626 | TRACE_EVENT(io_uring_short_write, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:626:1: note: in expansion of macro ‘TRACE_EVENT’ 626 | TRACE_EVENT(io_uring_short_write, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_local_work_run’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:659:1: note: in expansion of macro ‘TRACE_EVENT’ 659 | TRACE_EVENT(io_uring_local_work_run, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:659:1: note: in expansion of macro ‘TRACE_EVENT’ 659 | TRACE_EVENT(io_uring_local_work_run, | ^~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:244: io_uring/io_uring.o] Error 1 make[3]: *** [../scripts/Makefile.build:485: io_uring] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/mlxsw.h:119, from ../drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_atcam.c:11: ../include/trace/events/mlxsw.h: In function ‘trace_event_raw_event_mlxsw_sp_acl_atcam_entry_add_ctcam_spill’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(mlxsw_sp_acl_atcam_entry_add_ctcam_spill, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(mlxsw_sp_acl_atcam_entry_add_ctcam_spill, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(mlxsw_sp_acl_atcam_entry_add_ctcam_spill, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(mlxsw_sp_acl_atcam_entry_add_ctcam_spill, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(mlxsw_sp_acl_atcam_entry_add_ctcam_spill, | ^~~~~~~~~~~ ../include/trace/events/mlxsw.h: In function ‘trace_event_raw_event_mlxsw_sp_acl_tcam_vregion_rehash’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_rehash, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_rehash, | ^~~~~~~~~~~ ../include/trace/events/mlxsw.h: In function ‘trace_event_raw_event_mlxsw_sp_acl_tcam_vregion_migrate’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:56:1: note: in expansion of macro ‘TRACE_EVENT’ 56 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_migrate, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:56:1: note: in expansion of macro ‘TRACE_EVENT’ 56 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_migrate, | ^~~~~~~~~~~ ../include/trace/events/mlxsw.h: In function ‘trace_event_raw_event_mlxsw_sp_acl_tcam_vregion_migrate_end’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ 76 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_migrate_end, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ 76 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_migrate_end, | ^~~~~~~~~~~ ../include/trace/events/mlxsw.h: In function ‘trace_event_raw_event_mlxsw_sp_acl_tcam_vregion_rehash_rollback_failed’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ 96 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_rehash_rollback_failed, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ 96 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_rehash_rollback_failed, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/mlxsw.h: In function ‘__bpf_trace_mlxsw_sp_acl_atcam_entry_add_ctcam_spill’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(mlxsw_sp_acl_atcam_entry_add_ctcam_spill, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(mlxsw_sp_acl_atcam_entry_add_ctcam_spill, | ^~~~~~~~~~~ ../include/trace/events/mlxsw.h: In function ‘__bpf_trace_mlxsw_sp_acl_tcam_vregion_rehash’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_rehash, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_rehash, | ^~~~~~~~~~~ ../include/trace/events/mlxsw.h: In function ‘__bpf_trace_mlxsw_sp_acl_tcam_vregion_migrate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:56:1: note: in expansion of macro ‘TRACE_EVENT’ 56 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_migrate, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:56:1: note: in expansion of macro ‘TRACE_EVENT’ 56 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_migrate, | ^~~~~~~~~~~ ../include/trace/events/mlxsw.h: In function ‘__bpf_trace_mlxsw_sp_acl_tcam_vregion_migrate_end’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ 76 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_migrate_end, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ 76 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_migrate_end, | ^~~~~~~~~~~ ../include/trace/events/mlxsw.h: In function ‘__bpf_trace_mlxsw_sp_acl_tcam_vregion_rehash_rollback_failed’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ 96 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_rehash_rollback_failed, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ 96 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_rehash_rollback_failed, | ^~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_atcam.o] Error 1 make[7]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/mellanox/mlxsw] Error 2 make[7]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../drivers/net/ethernet/mellanox/mlx5/core/diag/cmd_tracepoint.h:45, from ../drivers/net/ethernet/mellanox/mlx5/core/cmd.c:48: ../drivers/net/ethernet/mellanox/mlx5/core/./diag/cmd_tracepoint.h: In function ‘trace_event_raw_event_mlx5_cmd’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/cmd_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(mlx5_cmd, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/cmd_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(mlx5_cmd, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/cmd_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(mlx5_cmd, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/cmd_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(mlx5_cmd, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/cmd_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(mlx5_cmd, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/ethernet/mellanox/mlx5/core/./diag/cmd_tracepoint.h: In function ‘__bpf_trace_mlx5_cmd’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/cmd_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(mlx5_cmd, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/cmd_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(mlx5_cmd, | ^~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/mellanox/mlx5/core/cmd.o] Error 1 make[8]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer_tracepoint.h:78, from ../drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c:35: ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fw_tracer_tracepoint.h: In function ‘trace_event_raw_event_mlx5_fw’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fw_tracer_tracepoint.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ 43 | TRACE_EVENT(mlx5_fw, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fw_tracer_tracepoint.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ 43 | TRACE_EVENT(mlx5_fw, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fw_tracer_tracepoint.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ 43 | TRACE_EVENT(mlx5_fw, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fw_tracer_tracepoint.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ 43 | TRACE_EVENT(mlx5_fw, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fw_tracer_tracepoint.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ 43 | TRACE_EVENT(mlx5_fw, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fw_tracer_tracepoint.h: In function ‘__bpf_trace_mlx5_fw’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fw_tracer_tracepoint.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ 43 | TRACE_EVENT(mlx5_fw, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fw_tracer_tracepoint.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ 43 | TRACE_EVENT(mlx5_fw, | ^~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/ethernet/intel/iavf/iavf_trace.h:209, from ../drivers/net/ethernet/intel/iavf/iavf_main.c:13: ../drivers/net/ethernet/intel/iavf/./iavf_trace.h: In function ‘trace_event_raw_event_iavf_tx_template’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/iavf/./iavf_trace.h:59:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 59 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/iavf/./iavf_trace.h:59:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 59 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/iavf/./iavf_trace.h:59:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 59 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/iavf/./iavf_trace.h:59:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 59 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/iavf/./iavf_trace.h:59:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 59 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/iavf/./iavf_trace.h: In function ‘trace_event_raw_event_iavf_rx_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/iavf/./iavf_trace.h:111:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 111 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/iavf/./iavf_trace.h:111:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 111 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/iavf/./iavf_trace.h: In function ‘trace_event_raw_event_iavf_xmit_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/iavf/./iavf_trace.h:156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 156 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/iavf/./iavf_trace.h:156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 156 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/ethernet/intel/iavf/./iavf_trace.h: In function ‘__bpf_trace_iavf_tx_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/iavf/./iavf_trace.h:59:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 59 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/iavf/./iavf_trace.h:59:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 59 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/iavf/./iavf_trace.h: In function ‘__bpf_trace_iavf_rx_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/iavf/./iavf_trace.h:111:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 111 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/iavf/./iavf_trace.h:111:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 111 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/iavf/./iavf_trace.h: In function ‘__bpf_trace_iavf_xmit_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/iavf/./iavf_trace.h:156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 156 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/iavf/./iavf_trace.h:156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 156 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/intel/iavf/iavf_main.o] Error 1 make[7]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/intel/iavf] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/wireless/ath/ath6kl/trace.h:327, from ../drivers/net/wireless/ath/ath6kl/trace.c:20: ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘trace_event_raw_event_ath6kl_wmi_cmd’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ 39 | TRACE_EVENT(ath6kl_wmi_cmd, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ 39 | TRACE_EVENT(ath6kl_wmi_cmd, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ 39 | TRACE_EVENT(ath6kl_wmi_cmd, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ 39 | TRACE_EVENT(ath6kl_wmi_cmd, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ 39 | TRACE_EVENT(ath6kl_wmi_cmd, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘trace_event_raw_event_ath6kl_wmi_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ 62 | TRACE_EVENT(ath6kl_wmi_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ 62 | TRACE_EVENT(ath6kl_wmi_event, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘trace_event_raw_event_ath6kl_sdio’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ 85 | TRACE_EVENT(ath6kl_sdio, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ 85 | TRACE_EVENT(ath6kl_sdio, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘trace_event_raw_event_ath6kl_sdio_scat’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:120:1: note: in expansion of macro ‘TRACE_EVENT’ 120 | TRACE_EVENT(ath6kl_sdio_scat, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:120:1: note: in expansion of macro ‘TRACE_EVENT’ 120 | TRACE_EVENT(ath6kl_sdio_scat, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘trace_event_raw_event_ath6kl_sdio_irq’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:174:1: note: in expansion of macro ‘TRACE_EVENT’ 174 | TRACE_EVENT(ath6kl_sdio_irq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:174:1: note: in expansion of macro ‘TRACE_EVENT’ 174 | TRACE_EVENT(ath6kl_sdio_irq, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘trace_event_raw_event_ath6kl_htc_rx’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:194:1: note: in expansion of macro ‘TRACE_EVENT’ 194 | TRACE_EVENT(ath6kl_htc_rx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:194:1: note: in expansion of macro ‘TRACE_EVENT’ 194 | TRACE_EVENT(ath6kl_htc_rx, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘trace_event_raw_event_ath6kl_htc_tx’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:222:1: note: in expansion of macro ‘TRACE_EVENT’ 222 | TRACE_EVENT(ath6kl_htc_tx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:222:1: note: in expansion of macro ‘TRACE_EVENT’ 222 | TRACE_EVENT(ath6kl_htc_tx, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘trace_event_raw_event_ath6kl_log_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:252:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 252 | DECLARE_EVENT_CLASS(ath6kl_log_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:252:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 252 | DECLARE_EVENT_CLASS(ath6kl_log_event, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘trace_event_raw_event_ath6kl_log_dbg’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:279:1: note: in expansion of macro ‘TRACE_EVENT’ 279 | TRACE_EVENT(ath6kl_log_dbg, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:279:1: note: in expansion of macro ‘TRACE_EVENT’ 279 | TRACE_EVENT(ath6kl_log_dbg, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘trace_event_raw_event_ath6kl_log_dbg_dump’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:293:1: note: in expansion of macro ‘TRACE_EVENT’ 293 | TRACE_EVENT(ath6kl_log_dbg_dump, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:293:1: note: in expansion of macro ‘TRACE_EVENT’ 293 | TRACE_EVENT(ath6kl_log_dbg_dump, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘__bpf_trace_ath6kl_wmi_cmd’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ 39 | TRACE_EVENT(ath6kl_wmi_cmd, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ 39 | TRACE_EVENT(ath6kl_wmi_cmd, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘__bpf_trace_ath6kl_wmi_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ 62 | TRACE_EVENT(ath6kl_wmi_event, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ 62 | TRACE_EVENT(ath6kl_wmi_event, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘__bpf_trace_ath6kl_sdio’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ 85 | TRACE_EVENT(ath6kl_sdio, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ 85 | TRACE_EVENT(ath6kl_sdio, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘__bpf_trace_ath6kl_sdio_scat’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:120:1: note: in expansion of macro ‘TRACE_EVENT’ 120 | TRACE_EVENT(ath6kl_sdio_scat, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:120:1: note: in expansion of macro ‘TRACE_EVENT’ 120 | TRACE_EVENT(ath6kl_sdio_scat, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘__bpf_trace_ath6kl_sdio_irq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:174:1: note: in expansion of macro ‘TRACE_EVENT’ 174 | TRACE_EVENT(ath6kl_sdio_irq, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:174:1: note: in expansion of macro ‘TRACE_EVENT’ 174 | TRACE_EVENT(ath6kl_sdio_irq, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘__bpf_trace_ath6kl_htc_rx’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:194:1: note: in expansion of macro ‘TRACE_EVENT’ 194 | TRACE_EVENT(ath6kl_htc_rx, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:194:1: note: in expansion of macro ‘TRACE_EVENT’ 194 | TRACE_EVENT(ath6kl_htc_rx, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘__bpf_trace_ath6kl_htc_tx’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:222:1: note: in expansion of macro ‘TRACE_EVENT’ 222 | TRACE_EVENT(ath6kl_htc_tx, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:222:1: note: in expansion of macro ‘TRACE_EVENT’ 222 | TRACE_EVENT(ath6kl_htc_tx, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘__bpf_trace_ath6kl_log_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:252:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 252 | DECLARE_EVENT_CLASS(ath6kl_log_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:252:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 252 | DECLARE_EVENT_CLASS(ath6kl_log_event, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘__bpf_trace_ath6kl_log_dbg’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:279:1: note: in expansion of macro ‘TRACE_EVENT’ 279 | TRACE_EVENT(ath6kl_log_dbg, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:279:1: note: in expansion of macro ‘TRACE_EVENT’ 279 | TRACE_EVENT(ath6kl_log_dbg, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘__bpf_trace_ath6kl_log_dbg_dump’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:293:1: note: in expansion of macro ‘TRACE_EVENT’ 293 | TRACE_EVENT(ath6kl_log_dbg_dump, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:293:1: note: in expansion of macro ‘TRACE_EVENT’ 293 | TRACE_EVENT(ath6kl_log_dbg_dump, | ^~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/ath/ath6kl/trace.o] Error 1 make[7]: *** [../scripts/Makefile.build:485: drivers/net/wireless/ath/ath6kl] Error 2 In file included from ../include/trace/define_trace.h:108, from ../fs/zonefs/trace.h:106, from ../fs/zonefs/super.c:29: ../fs/zonefs/./trace.h: In function ‘trace_event_raw_event_zonefs_zone_mgmt’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/zonefs/./trace.h:22:1: note: in expansion of macro ‘TRACE_EVENT’ 22 | TRACE_EVENT(zonefs_zone_mgmt, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/zonefs/./trace.h:22:1: note: in expansion of macro ‘TRACE_EVENT’ 22 | TRACE_EVENT(zonefs_zone_mgmt, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/zonefs/./trace.h:22:1: note: in expansion of macro ‘TRACE_EVENT’ 22 | TRACE_EVENT(zonefs_zone_mgmt, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/zonefs/./trace.h:22:1: note: in expansion of macro ‘TRACE_EVENT’ 22 | TRACE_EVENT(zonefs_zone_mgmt, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/zonefs/./trace.h:22:1: note: in expansion of macro ‘TRACE_EVENT’ 22 | TRACE_EVENT(zonefs_zone_mgmt, | ^~~~~~~~~~~ ../fs/zonefs/./trace.h: In function ‘trace_event_raw_event_zonefs_file_dio_append’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/zonefs/./trace.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ 48 | TRACE_EVENT(zonefs_file_dio_append, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/zonefs/./trace.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ 48 | TRACE_EVENT(zonefs_file_dio_append, | ^~~~~~~~~~~ ../fs/zonefs/./trace.h: In function ‘trace_event_raw_event_zonefs_iomap_begin’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/zonefs/./trace.h:75:1: note: in expansion of macro ‘TRACE_EVENT’ 75 | TRACE_EVENT(zonefs_iomap_begin, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/zonefs/./trace.h:75:1: note: in expansion of macro ‘TRACE_EVENT’ 75 | TRACE_EVENT(zonefs_iomap_begin, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../fs/zonefs/./trace.h: In function ‘__bpf_trace_zonefs_zone_mgmt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/zonefs/./trace.h:22:1: note: in expansion of macro ‘TRACE_EVENT’ 22 | TRACE_EVENT(zonefs_zone_mgmt, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/zonefs/./trace.h:22:1: note: in expansion of macro ‘TRACE_EVENT’ 22 | TRACE_EVENT(zonefs_zone_mgmt, | ^~~~~~~~~~~ ../fs/zonefs/./trace.h: In function ‘__bpf_trace_zonefs_file_dio_append’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/zonefs/./trace.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ 48 | TRACE_EVENT(zonefs_file_dio_append, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/zonefs/./trace.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ 48 | TRACE_EVENT(zonefs_file_dio_append, | ^~~~~~~~~~~ ../fs/zonefs/./trace.h: In function ‘__bpf_trace_zonefs_iomap_begin’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/zonefs/./trace.h:75:1: note: in expansion of macro ‘TRACE_EVENT’ 75 | TRACE_EVENT(zonefs_iomap_begin, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/zonefs/./trace.h:75:1: note: in expansion of macro ‘TRACE_EVENT’ 75 | TRACE_EVENT(zonefs_iomap_begin, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: fs/zonefs/super.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: fs/zonefs] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/wireless/silabs/wfx/traces.h:496, from ../drivers/net/wireless/silabs/wfx/debug.c:20: ../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘trace_event_raw_event_hif_data’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 159 | DECLARE_EVENT_CLASS(hif_data, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 159 | DECLARE_EVENT_CLASS(hif_data, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 159 | DECLARE_EVENT_CLASS(hif_data, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 159 | DECLARE_EVENT_CLASS(hif_data, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 159 | DECLARE_EVENT_CLASS(hif_data, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘trace_event_raw_event_io_data’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:236:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 236 | DECLARE_EVENT_CLASS(io_data, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:236:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 236 | DECLARE_EVENT_CLASS(io_data, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘trace_event_raw_event_io_data32’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:279:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 279 | DECLARE_EVENT_CLASS(io_data32, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:279:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 279 | DECLARE_EVENT_CLASS(io_data32, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘trace_event_raw_event_piggyback’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:314:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 314 | DECLARE_EVENT_CLASS(piggyback, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:314:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 314 | DECLARE_EVENT_CLASS(piggyback, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘trace_event_raw_event_bh_stats’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:335:1: note: in expansion of macro ‘TRACE_EVENT’ 335 | TRACE_EVENT(bh_stats, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:335:1: note: in expansion of macro ‘TRACE_EVENT’ 335 | TRACE_EVENT(bh_stats, | ^~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘trace_event_raw_event_tx_stats’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:363:1: note: in expansion of macro ‘TRACE_EVENT’ 363 | TRACE_EVENT(tx_stats, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:363:1: note: in expansion of macro ‘TRACE_EVENT’ 363 | TRACE_EVENT(tx_stats, | ^~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘trace_event_raw_event_queues_stats’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:437:1: note: in expansion of macro ‘TRACE_EVENT’ 437 | TRACE_EVENT(queues_stats, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:437:1: note: in expansion of macro ‘TRACE_EVENT’ 437 | TRACE_EVENT(queues_stats, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘__bpf_trace_hif_data’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 159 | DECLARE_EVENT_CLASS(hif_data, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 159 | DECLARE_EVENT_CLASS(hif_data, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘__bpf_trace_io_data’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:236:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 236 | DECLARE_EVENT_CLASS(io_data, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:236:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 236 | DECLARE_EVENT_CLASS(io_data, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘__bpf_trace_io_data32’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:279:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 279 | DECLARE_EVENT_CLASS(io_data32, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:279:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 279 | DECLARE_EVENT_CLASS(io_data32, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘__bpf_trace_piggyback’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:314:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 314 | DECLARE_EVENT_CLASS(piggyback, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:314:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 314 | DECLARE_EVENT_CLASS(piggyback, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘__bpf_trace_bh_stats’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:335:1: note: in expansion of macro ‘TRACE_EVENT’ 335 | TRACE_EVENT(bh_stats, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:335:1: note: in expansion of macro ‘TRACE_EVENT’ 335 | TRACE_EVENT(bh_stats, | ^~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘__bpf_trace_tx_stats’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:363:1: note: in expansion of macro ‘TRACE_EVENT’ 363 | TRACE_EVENT(tx_stats, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:363:1: note: in expansion of macro ‘TRACE_EVENT’ 363 | TRACE_EVENT(tx_stats, | ^~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘__bpf_trace_queues_stats’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:437:1: note: in expansion of macro ‘TRACE_EVENT’ 437 | TRACE_EVENT(queues_stats, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:437:1: note: in expansion of macro ‘TRACE_EVENT’ 437 | TRACE_EVENT(queues_stats, | ^~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/silabs/wfx/debug.o] Error 1 make[7]: *** [../scripts/Makefile.build:485: drivers/net/wireless/silabs/wfx] Error 2 make[6]: *** [../scripts/Makefile.build:485: drivers/net/wireless/silabs] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/sof_intel.h:148, from ../sound/soc/sof/intel/tracepoints.c:3: ../include/trace/events/sof_intel.h: In function ‘trace_event_raw_event_sof_intel_hda_irq’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(sof_intel_hda_irq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(sof_intel_hda_irq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(sof_intel_hda_irq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(sof_intel_hda_irq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(sof_intel_hda_irq, | ^~~~~~~~~~~ ../include/trace/events/sof_intel.h: In function ‘trace_event_raw_event_sof_intel_ipc_firmware_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 32 | DECLARE_EVENT_CLASS(sof_intel_ipc_firmware_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 32 | DECLARE_EVENT_CLASS(sof_intel_ipc_firmware_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h: In function ‘trace_event_raw_event_sof_intel_D0I3C_updated’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(sof_intel_D0I3C_updated, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(sof_intel_D0I3C_updated, | ^~~~~~~~~~~ ../include/trace/events/sof_intel.h: In function ‘trace_event_raw_event_sof_intel_hda_irq_ipc_check’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:74:1: note: in expansion of macro ‘TRACE_EVENT’ 74 | TRACE_EVENT(sof_intel_hda_irq_ipc_check, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:74:1: note: in expansion of macro ‘TRACE_EVENT’ 74 | TRACE_EVENT(sof_intel_hda_irq_ipc_check, | ^~~~~~~~~~~ ../include/trace/events/sof_intel.h: In function ‘trace_event_raw_event_sof_intel_hda_dsp_pcm’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(sof_intel_hda_dsp_pcm, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(sof_intel_hda_dsp_pcm, | ^~~~~~~~~~~ ../include/trace/events/sof_intel.h: In function ‘trace_event_raw_event_sof_intel_hda_dsp_stream_status’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ 113 | TRACE_EVENT(sof_intel_hda_dsp_stream_status, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ 113 | TRACE_EVENT(sof_intel_hda_dsp_stream_status, | ^~~~~~~~~~~ ../include/trace/events/sof_intel.h: In function ‘trace_event_raw_event_sof_intel_hda_dsp_check_stream_irq’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:130:1: note: in expansion of macro ‘TRACE_EVENT’ 130 | TRACE_EVENT(sof_intel_hda_dsp_check_stream_irq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:130:1: note: in expansion of macro ‘TRACE_EVENT’ 130 | TRACE_EVENT(sof_intel_hda_dsp_check_stream_irq, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/sof_intel.h: In function ‘__bpf_trace_sof_intel_hda_irq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(sof_intel_hda_irq, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(sof_intel_hda_irq, | ^~~~~~~~~~~ ../include/trace/events/sof_intel.h: In function ‘__bpf_trace_sof_intel_ipc_firmware_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 32 | DECLARE_EVENT_CLASS(sof_intel_ipc_firmware_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 32 | DECLARE_EVENT_CLASS(sof_intel_ipc_firmware_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h: In function ‘__bpf_trace_sof_intel_D0I3C_updated’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(sof_intel_D0I3C_updated, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(sof_intel_D0I3C_updated, | ^~~~~~~~~~~ ../include/trace/events/sof_intel.h: In function ‘__bpf_trace_sof_intel_hda_irq_ipc_check’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:74:1: note: in expansion of macro ‘TRACE_EVENT’ 74 | TRACE_EVENT(sof_intel_hda_irq_ipc_check, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:74:1: note: in expansion of macro ‘TRACE_EVENT’ 74 | TRACE_EVENT(sof_intel_hda_irq_ipc_check, | ^~~~~~~~~~~ ../include/trace/events/sof_intel.h: In function ‘__bpf_trace_sof_intel_hda_dsp_pcm’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(sof_intel_hda_dsp_pcm, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(sof_intel_hda_dsp_pcm, | ^~~~~~~~~~~ ../include/trace/events/sof_intel.h: In function ‘__bpf_trace_sof_intel_hda_dsp_stream_status’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ 113 | TRACE_EVENT(sof_intel_hda_dsp_stream_status, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ 113 | TRACE_EVENT(sof_intel_hda_dsp_stream_status, | ^~~~~~~~~~~ ../include/trace/events/sof_intel.h: In function ‘__bpf_trace_sof_intel_hda_dsp_check_stream_irq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:130:1: note: in expansion of macro ‘TRACE_EVENT’ 130 | TRACE_EVENT(sof_intel_hda_dsp_check_stream_irq, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:130:1: note: in expansion of macro ‘TRACE_EVENT’ 130 | TRACE_EVENT(sof_intel_hda_dsp_check_stream_irq, | ^~~~~~~~~~~ make[7]: *** [../scripts/Makefile.build:244: sound/soc/sof/intel/tracepoints.o] Error 1 make[6]: *** [../scripts/Makefile.build:485: sound/soc/sof/intel] Error 2 make[5]: *** [../scripts/Makefile.build:485: sound/soc/sof] Error 2 make[4]: *** [../scripts/Makefile.build:485: sound/soc] Error 2 make[3]: *** [../scripts/Makefile.build:485: sound] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/wireless/ath/wil6210/trace.h:285, from ../drivers/net/wireless/ath/wil6210/trace.c:9: ../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘trace_event_raw_event_wil6210_wmi’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(wil6210_wmi, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(wil6210_wmi, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(wil6210_wmi, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(wil6210_wmi, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(wil6210_wmi, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘trace_event_raw_event_wil6210_log_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:69:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 69 | DECLARE_EVENT_CLASS(wil6210_log_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:69:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 69 | DECLARE_EVENT_CLASS(wil6210_log_event, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘trace_event_raw_event_wil6210_irq_pseudo’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ 101 | TRACE_EVENT(wil6210_irq_pseudo, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ 101 | TRACE_EVENT(wil6210_irq_pseudo, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘trace_event_raw_event_wil6210_irq’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 114 | DECLARE_EVENT_CLASS(wil6210_irq, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 114 | DECLARE_EVENT_CLASS(wil6210_irq, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘trace_event_raw_event_wil6210_rx’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ 146 | TRACE_EVENT(wil6210_rx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ 146 | TRACE_EVENT(wil6210_rx, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘trace_event_raw_event_wil6210_rx_status’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ 177 | TRACE_EVENT(wil6210_rx_status, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ 177 | TRACE_EVENT(wil6210_rx_status, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘trace_event_raw_event_wil6210_tx’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ 211 | TRACE_EVENT(wil6210_tx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ 211 | TRACE_EVENT(wil6210_tx, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘trace_event_raw_event_wil6210_tx_done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:230:1: note: in expansion of macro ‘TRACE_EVENT’ 230 | TRACE_EVENT(wil6210_tx_done, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:230:1: note: in expansion of macro ‘TRACE_EVENT’ 230 | TRACE_EVENT(wil6210_tx_done, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘trace_event_raw_event_wil6210_tx_status’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:250:1: note: in expansion of macro ‘TRACE_EVENT’ 250 | TRACE_EVENT(wil6210_tx_status, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:250:1: note: in expansion of macro ‘TRACE_EVENT’ 250 | TRACE_EVENT(wil6210_tx_status, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘__bpf_trace_wil6210_wmi’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(wil6210_wmi, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(wil6210_wmi, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘__bpf_trace_wil6210_log_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:69:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 69 | DECLARE_EVENT_CLASS(wil6210_log_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:69:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 69 | DECLARE_EVENT_CLASS(wil6210_log_event, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘__bpf_trace_wil6210_irq_pseudo’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ 101 | TRACE_EVENT(wil6210_irq_pseudo, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ 101 | TRACE_EVENT(wil6210_irq_pseudo, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘__bpf_trace_wil6210_irq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 114 | DECLARE_EVENT_CLASS(wil6210_irq, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 114 | DECLARE_EVENT_CLASS(wil6210_irq, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘__bpf_trace_wil6210_rx’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ 146 | TRACE_EVENT(wil6210_rx, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ 146 | TRACE_EVENT(wil6210_rx, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘__bpf_trace_wil6210_rx_status’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ 177 | TRACE_EVENT(wil6210_rx_status, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ 177 | TRACE_EVENT(wil6210_rx_status, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘__bpf_trace_wil6210_tx’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ 211 | TRACE_EVENT(wil6210_tx, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ 211 | TRACE_EVENT(wil6210_tx, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘__bpf_trace_wil6210_tx_done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:230:1: note: in expansion of macro ‘TRACE_EVENT’ 230 | TRACE_EVENT(wil6210_tx_done, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:230:1: note: in expansion of macro ‘TRACE_EVENT’ 230 | TRACE_EVENT(wil6210_tx_done, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘__bpf_trace_wil6210_tx_status’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:250:1: note: in expansion of macro ‘TRACE_EVENT’ 250 | TRACE_EVENT(wil6210_tx_status, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:250:1: note: in expansion of macro ‘TRACE_EVENT’ 250 | TRACE_EVENT(wil6210_tx_status, | ^~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/ath/wil6210/trace.o] Error 1 make[7]: *** [../scripts/Makefile.build:485: drivers/net/wireless/ath/wil6210] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/erofs.h:235, from ../fs/erofs/super.c:16: ../include/trace/events/erofs.h: In function ‘trace_event_raw_event_erofs_lookup’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/erofs.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ 34 | TRACE_EVENT(erofs_lookup, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/erofs.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ 34 | TRACE_EVENT(erofs_lookup, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/erofs.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ 34 | TRACE_EVENT(erofs_lookup, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/erofs.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ 34 | TRACE_EVENT(erofs_lookup, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/erofs.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ 34 | TRACE_EVENT(erofs_lookup, | ^~~~~~~~~~~ ../include/trace/events/erofs.h: In function ‘trace_event_raw_event_erofs_fill_inode’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/erofs.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ 60 | TRACE_EVENT(erofs_fill_inode, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/erofs.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ 60 | TRACE_EVENT(erofs_fill_inode, | ^~~~~~~~~~~ ../include/trace/events/erofs.h: In function ‘trace_event_raw_event_erofs_read_folio’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/erofs.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(erofs_read_folio, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/erofs.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(erofs_read_folio, | ^~~~~~~~~~~ ../include/trace/events/erofs.h: In function ‘trace_event_raw_event_erofs_readpages’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/erofs.h:116:1: note: in expansion of macro ‘TRACE_EVENT’ 116 | TRACE_EVENT(erofs_readpages, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/erofs.h:116:1: note: in expansion of macro ‘TRACE_EVENT’ 116 | TRACE_EVENT(erofs_readpages, | ^~~~~~~~~~~ ../include/trace/events/erofs.h: In function ‘trace_event_raw_event_erofs_map_blocks_enter’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/erofs.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ 146 | TRACE_EVENT(erofs_map_blocks_enter, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/erofs.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ 146 | TRACE_EVENT(erofs_map_blocks_enter, | ^~~~~~~~~~~ ../include/trace/events/erofs.h: In function ‘trace_event_raw_event_erofs_map_blocks_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/erofs.h:175:1: note: in expansion of macro ‘TRACE_EVENT’ 175 | TRACE_EVENT(erofs_map_blocks_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/erofs.h:175:1: note: in expansion of macro ‘TRACE_EVENT’ 175 | TRACE_EVENT(erofs_map_blocks_exit, | ^~~~~~~~~~~ ../include/trace/events/erofs.h: In function ‘trace_event_raw_event_erofs_destroy_inode’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/erofs.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ 214 | TRACE_EVENT(erofs_destroy_inode, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/erofs.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ 214 | TRACE_EVENT(erofs_destroy_inode, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/erofs.h: In function ‘__bpf_trace_erofs_lookup’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/erofs.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ 34 | TRACE_EVENT(erofs_lookup, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/erofs.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ 34 | TRACE_EVENT(erofs_lookup, | ^~~~~~~~~~~ ../include/trace/events/erofs.h: In function ‘__bpf_trace_erofs_fill_inode’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/erofs.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ 60 | TRACE_EVENT(erofs_fill_inode, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/erofs.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ 60 | TRACE_EVENT(erofs_fill_inode, | ^~~~~~~~~~~ ../include/trace/events/erofs.h: In function ‘__bpf_trace_erofs_read_folio’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/erofs.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(erofs_read_folio, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/erofs.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(erofs_read_folio, | ^~~~~~~~~~~ ../include/trace/events/erofs.h: In function ‘__bpf_trace_erofs_readpages’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/erofs.h:116:1: note: in expansion of macro ‘TRACE_EVENT’ 116 | TRACE_EVENT(erofs_readpages, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/erofs.h:116:1: note: in expansion of macro ‘TRACE_EVENT’ 116 | TRACE_EVENT(erofs_readpages, | ^~~~~~~~~~~ ../include/trace/events/erofs.h: In function ‘__bpf_trace_erofs_map_blocks_enter’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/erofs.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ 146 | TRACE_EVENT(erofs_map_blocks_enter, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/erofs.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ 146 | TRACE_EVENT(erofs_map_blocks_enter, | ^~~~~~~~~~~ ../include/trace/events/erofs.h: In function ‘__bpf_trace_erofs_map_blocks_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/erofs.h:175:1: note: in expansion of macro ‘TRACE_EVENT’ 175 | TRACE_EVENT(erofs_map_blocks_exit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/erofs.h:175:1: note: in expansion of macro ‘TRACE_EVENT’ 175 | TRACE_EVENT(erofs_map_blocks_exit, | ^~~~~~~~~~~ ../include/trace/events/erofs.h: In function ‘__bpf_trace_erofs_destroy_inode’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/erofs.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ 214 | TRACE_EVENT(erofs_destroy_inode, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/erofs.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ 214 | TRACE_EVENT(erofs_destroy_inode, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: fs/erofs/super.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: fs/erofs] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_trace.h:181, from ../drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c:10: ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h: In function ‘trace_event_raw_event_hclge_pf_mbx_get’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(hclge_pf_mbx_get, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(hclge_pf_mbx_get, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(hclge_pf_mbx_get, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(hclge_pf_mbx_get, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(hclge_pf_mbx_get, | ^~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h: In function ‘trace_event_raw_event_hclge_pf_mbx_send’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(hclge_pf_mbx_send, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(hclge_pf_mbx_send, | ^~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h: In function ‘trace_event_raw_event_hclge_pf_cmd_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:81:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 81 | DECLARE_EVENT_CLASS(hclge_pf_cmd_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:81:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 81 | DECLARE_EVENT_CLASS(hclge_pf_cmd_template, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h: In function ‘trace_event_raw_event_hclge_pf_special_cmd_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 132 | DECLARE_EVENT_CLASS(hclge_pf_special_cmd_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 132 | DECLARE_EVENT_CLASS(hclge_pf_special_cmd_template, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h: In function ‘__bpf_trace_hclge_pf_mbx_get’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(hclge_pf_mbx_get, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(hclge_pf_mbx_get, | ^~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h: In function ‘__bpf_trace_hclge_pf_mbx_send’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(hclge_pf_mbx_send, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(hclge_pf_mbx_send, | ^~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h: In function ‘__bpf_trace_hclge_pf_cmd_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:81:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 81 | DECLARE_EVENT_CLASS(hclge_pf_cmd_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:81:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 81 | DECLARE_EVENT_CLASS(hclge_pf_cmd_template, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h: In function ‘__bpf_trace_hclge_pf_special_cmd_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 132 | DECLARE_EVENT_CLASS(hclge_pf_special_cmd_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 132 | DECLARE_EVENT_CLASS(hclge_pf_special_cmd_template, | ^~~~~~~~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.o] Error 1 make[7]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/hisilicon/hns3] Error 2 make[6]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/hisilicon] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h:58, from ../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/dev.c:13: ../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h: In function ‘trace_event_raw_event_mlx5_sf_dev_template’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(mlx5_sf_dev_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(mlx5_sf_dev_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(mlx5_sf_dev_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(mlx5_sf_dev_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(mlx5_sf_dev_template, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h: In function ‘__bpf_trace_mlx5_sf_dev_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(mlx5_sf_dev_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(mlx5_sf_dev_template, | ^~~~~~~~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/mellanox/mlx5/core/sf/dev/dev.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/fscache.h:507, from ../fs/netfs/fscache_main.c:13: ../include/trace/events/fscache.h: In function ‘trace_event_raw_event_fscache_cache’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ 211 | TRACE_EVENT(fscache_cache, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ 211 | TRACE_EVENT(fscache_cache, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ 211 | TRACE_EVENT(fscache_cache, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ 211 | TRACE_EVENT(fscache_cache, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ 211 | TRACE_EVENT(fscache_cache, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘trace_event_raw_event_fscache_volume’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ 236 | TRACE_EVENT(fscache_volume, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ 236 | TRACE_EVENT(fscache_volume, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘trace_event_raw_event_fscache_cookie’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:261:1: note: in expansion of macro ‘TRACE_EVENT’ 261 | TRACE_EVENT(fscache_cookie, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:261:1: note: in expansion of macro ‘TRACE_EVENT’ 261 | TRACE_EVENT(fscache_cookie, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘trace_event_raw_event_fscache_active’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ 286 | TRACE_EVENT(fscache_active, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ 286 | TRACE_EVENT(fscache_active, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘trace_event_raw_event_fscache_access_cache’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ 319 | TRACE_EVENT(fscache_access_cache, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ 319 | TRACE_EVENT(fscache_access_cache, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘trace_event_raw_event_fscache_access_volume’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:348:1: note: in expansion of macro ‘TRACE_EVENT’ 348 | TRACE_EVENT(fscache_access_volume, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:348:1: note: in expansion of macro ‘TRACE_EVENT’ 348 | TRACE_EVENT(fscache_access_volume, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘trace_event_raw_event_fscache_access’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:381:1: note: in expansion of macro ‘TRACE_EVENT’ 381 | TRACE_EVENT(fscache_access, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:381:1: note: in expansion of macro ‘TRACE_EVENT’ 381 | TRACE_EVENT(fscache_access, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘trace_event_raw_event_fscache_acquire’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ 410 | TRACE_EVENT(fscache_acquire, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ 410 | TRACE_EVENT(fscache_acquire, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘trace_event_raw_event_fscache_relinquish’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:434:1: note: in expansion of macro ‘TRACE_EVENT’ 434 | TRACE_EVENT(fscache_relinquish, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:434:1: note: in expansion of macro ‘TRACE_EVENT’ 434 | TRACE_EVENT(fscache_relinquish, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘trace_event_raw_event_fscache_invalidate’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:462:1: note: in expansion of macro ‘TRACE_EVENT’ 462 | TRACE_EVENT(fscache_invalidate, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:462:1: note: in expansion of macro ‘TRACE_EVENT’ 462 | TRACE_EVENT(fscache_invalidate, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘trace_event_raw_event_fscache_resize’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:481:1: note: in expansion of macro ‘TRACE_EVENT’ 481 | TRACE_EVENT(fscache_resize, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:481:1: note: in expansion of macro ‘TRACE_EVENT’ 481 | TRACE_EVENT(fscache_resize, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/fscache.h: In function ‘__bpf_trace_fscache_cache’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ 211 | TRACE_EVENT(fscache_cache, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ 211 | TRACE_EVENT(fscache_cache, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘__bpf_trace_fscache_volume’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ 236 | TRACE_EVENT(fscache_volume, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ 236 | TRACE_EVENT(fscache_volume, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘__bpf_trace_fscache_cookie’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:261:1: note: in expansion of macro ‘TRACE_EVENT’ 261 | TRACE_EVENT(fscache_cookie, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:261:1: note: in expansion of macro ‘TRACE_EVENT’ 261 | TRACE_EVENT(fscache_cookie, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘__bpf_trace_fscache_active’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ 286 | TRACE_EVENT(fscache_active, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ 286 | TRACE_EVENT(fscache_active, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘__bpf_trace_fscache_access_cache’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ 319 | TRACE_EVENT(fscache_access_cache, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ 319 | TRACE_EVENT(fscache_access_cache, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘__bpf_trace_fscache_access_volume’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:348:1: note: in expansion of macro ‘TRACE_EVENT’ 348 | TRACE_EVENT(fscache_access_volume, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:348:1: note: in expansion of macro ‘TRACE_EVENT’ 348 | TRACE_EVENT(fscache_access_volume, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘__bpf_trace_fscache_access’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:381:1: note: in expansion of macro ‘TRACE_EVENT’ 381 | TRACE_EVENT(fscache_access, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:381:1: note: in expansion of macro ‘TRACE_EVENT’ 381 | TRACE_EVENT(fscache_access, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘__bpf_trace_fscache_acquire’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ 410 | TRACE_EVENT(fscache_acquire, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ 410 | TRACE_EVENT(fscache_acquire, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘__bpf_trace_fscache_relinquish’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:434:1: note: in expansion of macro ‘TRACE_EVENT’ 434 | TRACE_EVENT(fscache_relinquish, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:434:1: note: in expansion of macro ‘TRACE_EVENT’ 434 | TRACE_EVENT(fscache_relinquish, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘__bpf_trace_fscache_invalidate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:462:1: note: in expansion of macro ‘TRACE_EVENT’ 462 | TRACE_EVENT(fscache_invalidate, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:462:1: note: in expansion of macro ‘TRACE_EVENT’ 462 | TRACE_EVENT(fscache_invalidate, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘__bpf_trace_fscache_resize’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:481:1: note: in expansion of macro ‘TRACE_EVENT’ 481 | TRACE_EVENT(fscache_resize, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:481:1: note: in expansion of macro ‘TRACE_EVENT’ 481 | TRACE_EVENT(fscache_resize, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: fs/netfs/fscache_main.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../drivers/net/ethernet/intel/i40e/i40e_trace.h:258, from ../drivers/net/ethernet/intel/i40e/i40e_main.c:25: ../drivers/net/ethernet/intel/i40e/./i40e_trace.h: In function ‘trace_event_raw_event_i40e_napi_poll’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ 60 | TRACE_EVENT(i40e_napi_poll, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ 60 | TRACE_EVENT(i40e_napi_poll, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ 60 | TRACE_EVENT(i40e_napi_poll, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ 60 | TRACE_EVENT(i40e_napi_poll, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ 60 | TRACE_EVENT(i40e_napi_poll, | ^~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h: In function ‘trace_event_raw_event_i40e_tx_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h:108:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 108 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h:108:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 108 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h: In function ‘trace_event_raw_event_i40e_rx_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h:160:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 160 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h:160:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 160 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h: In function ‘trace_event_raw_event_i40e_xmit_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h:205:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 205 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h:205:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 205 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/ethernet/intel/i40e/./i40e_trace.h: In function ‘__bpf_trace_i40e_napi_poll’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ 60 | TRACE_EVENT(i40e_napi_poll, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ 60 | TRACE_EVENT(i40e_napi_poll, | ^~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h: In function ‘__bpf_trace_i40e_tx_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h:108:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 108 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h:108:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 108 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h: In function ‘__bpf_trace_i40e_rx_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h:160:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 160 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h:160:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 160 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h: In function ‘__bpf_trace_i40e_xmit_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h:205:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 205 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h:205:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 205 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/intel/i40e/i40e_main.o] Error 1 make[7]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/intel/i40e] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/firewire.h:912, from ../drivers/firewire/core-trace.c:10: ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_async_outbound_initiate_template’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:39:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 39 | DECLARE_EVENT_CLASS(async_outbound_initiate_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:39:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 39 | DECLARE_EVENT_CLASS(async_outbound_initiate_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:39:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 39 | DECLARE_EVENT_CLASS(async_outbound_initiate_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:39:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 39 | DECLARE_EVENT_CLASS(async_outbound_initiate_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:39:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 39 | DECLARE_EVENT_CLASS(async_outbound_initiate_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_async_outbound_complete_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:77:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 77 | DECLARE_EVENT_CLASS(async_outbound_complete_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:77:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 77 | DECLARE_EVENT_CLASS(async_outbound_complete_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_async_inbound_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:108:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 108 | DECLARE_EVENT_CLASS(async_inbound_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:108:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 108 | DECLARE_EVENT_CLASS(async_inbound_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_async_phy_outbound_initiate’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ 220 | TRACE_EVENT(async_phy_outbound_initiate, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ 220 | TRACE_EVENT(async_phy_outbound_initiate, | ^~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_async_phy_outbound_complete’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:247:1: note: in expansion of macro ‘TRACE_EVENT’ 247 | TRACE_EVENT(async_phy_outbound_complete, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:247:1: note: in expansion of macro ‘TRACE_EVENT’ 247 | TRACE_EVENT(async_phy_outbound_complete, | ^~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_async_phy_inbound’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ 274 | TRACE_EVENT(async_phy_inbound, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ 274 | TRACE_EVENT(async_phy_inbound, | ^~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_bus_reset_arrange_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:306:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 306 | DECLARE_EVENT_CLASS(bus_reset_arrange_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:306:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 306 | DECLARE_EVENT_CLASS(bus_reset_arrange_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_bus_reset_handle’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:342:1: note: in expansion of macro ‘TRACE_EVENT’ 342 | TRACE_EVENT(bus_reset_handle, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:342:1: note: in expansion of macro ‘TRACE_EVENT’ 342 | TRACE_EVENT(bus_reset_handle, | ^~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_self_id_sequence’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:395:1: note: in expansion of macro ‘TRACE_EVENT’ 395 | TRACE_EVENT(self_id_sequence, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:395:1: note: in expansion of macro ‘TRACE_EVENT’ 395 | TRACE_EVENT(self_id_sequence, | ^~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_isoc_outbound_allocate’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:445:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 445 | TRACE_EVENT_CONDITION(isoc_outbound_allocate, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:445:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 445 | TRACE_EVENT_CONDITION(isoc_outbound_allocate, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_isoc_inbound_single_allocate’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:470:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 470 | TRACE_EVENT_CONDITION(isoc_inbound_single_allocate, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:470:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 470 | TRACE_EVENT_CONDITION(isoc_inbound_single_allocate, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_isoc_inbound_multiple_allocate’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:495:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 495 | TRACE_EVENT_CONDITION(isoc_inbound_multiple_allocate, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:495:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 495 | TRACE_EVENT_CONDITION(isoc_inbound_multiple_allocate, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_isoc_destroy_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:514:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 514 | DECLARE_EVENT_CLASS(isoc_destroy_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:514:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 514 | DECLARE_EVENT_CLASS(isoc_destroy_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_isoc_inbound_multiple_channels’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:550:1: note: in expansion of macro ‘TRACE_EVENT’ 550 | TRACE_EVENT(isoc_inbound_multiple_channels, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:550:1: note: in expansion of macro ‘TRACE_EVENT’ 550 | TRACE_EVENT(isoc_inbound_multiple_channels, | ^~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_isoc_outbound_start’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:571:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 571 | TRACE_EVENT_CONDITION(isoc_outbound_start, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:571:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 571 | TRACE_EVENT_CONDITION(isoc_outbound_start, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_isoc_inbound_start_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:596:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 596 | DECLARE_EVENT_CLASS(isoc_inbound_start_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:596:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 596 | DECLARE_EVENT_CLASS(isoc_inbound_start_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_isoc_stop_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:643:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 643 | DECLARE_EVENT_CLASS(isoc_stop_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:643:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 643 | DECLARE_EVENT_CLASS(isoc_stop_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_isoc_flush_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:679:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 679 | DECLARE_EVENT_CLASS(isoc_flush_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:679:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 679 | DECLARE_EVENT_CLASS(isoc_flush_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_isoc_flush_completions_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:715:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 715 | DECLARE_EVENT_CLASS(isoc_flush_completions_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:715:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 715 | DECLARE_EVENT_CLASS(isoc_flush_completions_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_isoc_outbound_queue’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:776:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 776 | TRACE_EVENT_CONDITION(isoc_outbound_queue, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:776:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 776 | TRACE_EVENT_CONDITION(isoc_outbound_queue, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_isoc_inbound_single_queue’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:796:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 796 | TRACE_EVENT_CONDITION(isoc_inbound_single_queue, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:796:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 796 | TRACE_EVENT_CONDITION(isoc_inbound_single_queue, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_isoc_inbound_multiple_queue’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:812:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 812 | TRACE_EVENT_CONDITION(isoc_inbound_multiple_queue, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:812:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 812 | TRACE_EVENT_CONDITION(isoc_inbound_multiple_queue, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_isoc_single_completions_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:844:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 844 | DECLARE_EVENT_CLASS(isoc_single_completions_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:844:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 844 | DECLARE_EVENT_CLASS(isoc_single_completions_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_isoc_inbound_multiple_completions’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:884:1: note: in expansion of macro ‘TRACE_EVENT’ 884 | TRACE_EVENT(isoc_inbound_multiple_completions, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:884:1: note: in expansion of macro ‘TRACE_EVENT’ 884 | TRACE_EVENT(isoc_inbound_multiple_completions, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/firewire.h: In function ‘__bpf_trace_async_outbound_initiate_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:39:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 39 | DECLARE_EVENT_CLASS(async_outbound_initiate_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:39:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 39 | DECLARE_EVENT_CLASS(async_outbound_initiate_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘__bpf_trace_async_outbound_complete_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:77:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 77 | DECLARE_EVENT_CLASS(async_outbound_complete_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:77:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 77 | DECLARE_EVENT_CLASS(async_outbound_complete_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘__bpf_trace_async_inbound_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:108:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 108 | DECLARE_EVENT_CLASS(async_inbound_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:108:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 108 | DECLARE_EVENT_CLASS(async_inbound_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘__bpf_trace_async_phy_outbound_initiate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ 220 | TRACE_EVENT(async_phy_outbound_initiate, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ 220 | TRACE_EVENT(async_phy_outbound_initiate, | ^~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘__bpf_trace_async_phy_outbound_complete’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:247:1: note: in expansion of macro ‘TRACE_EVENT’ 247 | TRACE_EVENT(async_phy_outbound_complete, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:247:1: note: in expansion of macro ‘TRACE_EVENT’ 247 | TRACE_EVENT(async_phy_outbound_complete, | ^~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘__bpf_trace_async_phy_inbound’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ 274 | TRACE_EVENT(async_phy_inbound, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ 274 | TRACE_EVENT(async_phy_inbound, | ^~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘__bpf_trace_bus_reset_arrange_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:306:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 306 | DECLARE_EVENT_CLASS(bus_reset_arrange_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:306:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 306 | DECLARE_EVENT_CLASS(bus_reset_arrange_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘__bpf_trace_bus_reset_handle’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:342:1: note: in expansion of macro ‘TRACE_EVENT’ 342 | TRACE_EVENT(bus_reset_handle, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:342:1: note: in expansion of macro ‘TRACE_EVENT’ 342 | TRACE_EVENT(bus_reset_handle, | ^~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘__bpf_trace_self_id_sequence’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:395:1: note: in expansion of macro ‘TRACE_EVENT’ 395 | TRACE_EVENT(self_id_sequence, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:395:1: note: in expansion of macro ‘TRACE_EVENT’ 395 | TRACE_EVENT(self_id_sequence, | ^~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘__bpf_trace_isoc_outbound_allocate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:445:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 445 | TRACE_EVENT_CONDITION(isoc_outbound_allocate, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:445:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 445 | TRACE_EVENT_CONDITION(isoc_outbound_allocate, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘__bpf_trace_isoc_inbound_single_allocate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:470:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 470 | TRACE_EVENT_CONDITION(isoc_inbound_single_allocate, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:470:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 470 | TRACE_EVENT_CONDITION(isoc_inbound_single_allocate, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘__bpf_trace_isoc_inbound_multiple_allocate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:495:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 495 | TRACE_EVENT_CONDITION(isoc_inbound_multiple_allocate, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:495:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 495 | TRACE_EVENT_CONDITION(isoc_inbound_multiple_allocate, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘__bpf_trace_isoc_destroy_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:514:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 514 | DECLARE_EVENT_CLASS(isoc_destroy_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:514:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 514 | DECLARE_EVENT_CLASS(isoc_destroy_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘__bpf_trace_isoc_inbound_multiple_channels’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:550:1: note: in expansion of macro ‘TRACE_EVENT’ 550 | TRACE_EVENT(isoc_inbound_multiple_channels, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:550:1: note: in expansion of macro ‘TRACE_EVENT’ 550 | TRACE_EVENT(isoc_inbound_multiple_channels, | ^~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘__bpf_trace_isoc_outbound_start’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:571:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 571 | TRACE_EVENT_CONDITION(isoc_outbound_start, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:571:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 571 | TRACE_EVENT_CONDITION(isoc_outbound_start, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘__bpf_trace_isoc_inbound_start_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:596:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 596 | DECLARE_EVENT_CLASS(isoc_inbound_start_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:596:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 596 | DECLARE_EVENT_CLASS(isoc_inbound_start_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘__bpf_trace_isoc_stop_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:643:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 643 | DECLARE_EVENT_CLASS(isoc_stop_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:643:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 643 | DECLARE_EVENT_CLASS(isoc_stop_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘__bpf_trace_isoc_flush_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:679:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 679 | DECLARE_EVENT_CLASS(isoc_flush_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:679:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 679 | DECLARE_EVENT_CLASS(isoc_flush_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘__bpf_trace_isoc_flush_completions_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:715:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 715 | DECLARE_EVENT_CLASS(isoc_flush_completions_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:715:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 715 | DECLARE_EVENT_CLASS(isoc_flush_completions_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘__bpf_trace_isoc_outbound_queue’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:776:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 776 | TRACE_EVENT_CONDITION(isoc_outbound_queue, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:776:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 776 | TRACE_EVENT_CONDITION(isoc_outbound_queue, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘__bpf_trace_isoc_inbound_single_queue’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:796:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 796 | TRACE_EVENT_CONDITION(isoc_inbound_single_queue, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:796:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 796 | TRACE_EVENT_CONDITION(isoc_inbound_single_queue, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘__bpf_trace_isoc_inbound_multiple_queue’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:812:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 812 | TRACE_EVENT_CONDITION(isoc_inbound_multiple_queue, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:812:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 812 | TRACE_EVENT_CONDITION(isoc_inbound_multiple_queue, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘__bpf_trace_isoc_single_completions_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:844:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 844 | DECLARE_EVENT_CLASS(isoc_single_completions_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:844:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 844 | DECLARE_EVENT_CLASS(isoc_single_completions_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘__bpf_trace_isoc_inbound_multiple_completions’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:884:1: note: in expansion of macro ‘TRACE_EVENT’ 884 | TRACE_EVENT(isoc_inbound_multiple_completions, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:884:1: note: in expansion of macro ‘TRACE_EVENT’ 884 | TRACE_EVENT(isoc_inbound_multiple_completions, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: drivers/firewire/core-trace.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: drivers/firewire] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/ethernet/mellanox/mlx5/core/diag/en_rep_tracepoint.h:54, from ../drivers/net/ethernet/mellanox/mlx5/core/en_rep.c:58: ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_rep_tracepoint.h: In function ‘trace_event_raw_event_mlx5e_rep_neigh_update’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_rep_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5e_rep_neigh_update, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_rep_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5e_rep_neigh_update, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_rep_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5e_rep_neigh_update, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_rep_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5e_rep_neigh_update, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_rep_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5e_rep_neigh_update, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_rep_tracepoint.h: In function ‘__bpf_trace_mlx5e_rep_neigh_update’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_rep_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5e_rep_neigh_update, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_rep_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5e_rep_neigh_update, | ^~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/mellanox/mlx5/core/en_rep.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/nilfs2.h:229, from ../fs/nilfs2/segment.c:78: ../include/trace/events/nilfs2.h: In function ‘trace_event_raw_event_nilfs2_collection_stage_transition’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:25:1: note: in expansion of macro ‘TRACE_EVENT’ 25 | TRACE_EVENT(nilfs2_collection_stage_transition, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:25:1: note: in expansion of macro ‘TRACE_EVENT’ 25 | TRACE_EVENT(nilfs2_collection_stage_transition, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:25:1: note: in expansion of macro ‘TRACE_EVENT’ 25 | TRACE_EVENT(nilfs2_collection_stage_transition, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:25:1: note: in expansion of macro ‘TRACE_EVENT’ 25 | TRACE_EVENT(nilfs2_collection_stage_transition, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:25:1: note: in expansion of macro ‘TRACE_EVENT’ 25 | TRACE_EVENT(nilfs2_collection_stage_transition, | ^~~~~~~~~~~ ../include/trace/events/nilfs2.h: In function ‘trace_event_raw_event_nilfs2_transaction_transition’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(nilfs2_transaction_transition, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(nilfs2_transaction_transition, | ^~~~~~~~~~~ ../include/trace/events/nilfs2.h: In function ‘trace_event_raw_event_nilfs2_segment_usage_check’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ 99 | TRACE_EVENT(nilfs2_segment_usage_check, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ 99 | TRACE_EVENT(nilfs2_segment_usage_check, | ^~~~~~~~~~~ ../include/trace/events/nilfs2.h: In function ‘trace_event_raw_event_nilfs2_segment_usage_allocated’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:124:1: note: in expansion of macro ‘TRACE_EVENT’ 124 | TRACE_EVENT(nilfs2_segment_usage_allocated, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:124:1: note: in expansion of macro ‘TRACE_EVENT’ 124 | TRACE_EVENT(nilfs2_segment_usage_allocated, | ^~~~~~~~~~~ ../include/trace/events/nilfs2.h: In function ‘trace_event_raw_event_nilfs2_segment_usage_freed’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:145:1: note: in expansion of macro ‘TRACE_EVENT’ 145 | TRACE_EVENT(nilfs2_segment_usage_freed, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:145:1: note: in expansion of macro ‘TRACE_EVENT’ 145 | TRACE_EVENT(nilfs2_segment_usage_freed, | ^~~~~~~~~~~ ../include/trace/events/nilfs2.h: In function ‘trace_event_raw_event_nilfs2_mdt_insert_new_block’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:166:1: note: in expansion of macro ‘TRACE_EVENT’ 166 | TRACE_EVENT(nilfs2_mdt_insert_new_block, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:166:1: note: in expansion of macro ‘TRACE_EVENT’ 166 | TRACE_EVENT(nilfs2_mdt_insert_new_block, | ^~~~~~~~~~~ ../include/trace/events/nilfs2.h: In function ‘trace_event_raw_event_nilfs2_mdt_submit_block’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:191:1: note: in expansion of macro ‘TRACE_EVENT’ 191 | TRACE_EVENT(nilfs2_mdt_submit_block, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:191:1: note: in expansion of macro ‘TRACE_EVENT’ 191 | TRACE_EVENT(nilfs2_mdt_submit_block, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/nilfs2.h: In function ‘__bpf_trace_nilfs2_collection_stage_transition’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:25:1: note: in expansion of macro ‘TRACE_EVENT’ 25 | TRACE_EVENT(nilfs2_collection_stage_transition, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:25:1: note: in expansion of macro ‘TRACE_EVENT’ 25 | TRACE_EVENT(nilfs2_collection_stage_transition, | ^~~~~~~~~~~ ../include/trace/events/nilfs2.h: In function ‘__bpf_trace_nilfs2_transaction_transition’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(nilfs2_transaction_transition, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(nilfs2_transaction_transition, | ^~~~~~~~~~~ ../include/trace/events/nilfs2.h: In function ‘__bpf_trace_nilfs2_segment_usage_check’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ 99 | TRACE_EVENT(nilfs2_segment_usage_check, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ 99 | TRACE_EVENT(nilfs2_segment_usage_check, | ^~~~~~~~~~~ ../include/trace/events/nilfs2.h: In function ‘__bpf_trace_nilfs2_segment_usage_allocated’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:124:1: note: in expansion of macro ‘TRACE_EVENT’ 124 | TRACE_EVENT(nilfs2_segment_usage_allocated, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:124:1: note: in expansion of macro ‘TRACE_EVENT’ 124 | TRACE_EVENT(nilfs2_segment_usage_allocated, | ^~~~~~~~~~~ ../include/trace/events/nilfs2.h: In function ‘__bpf_trace_nilfs2_segment_usage_freed’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:145:1: note: in expansion of macro ‘TRACE_EVENT’ 145 | TRACE_EVENT(nilfs2_segment_usage_freed, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:145:1: note: in expansion of macro ‘TRACE_EVENT’ 145 | TRACE_EVENT(nilfs2_segment_usage_freed, | ^~~~~~~~~~~ ../include/trace/events/nilfs2.h: In function ‘__bpf_trace_nilfs2_mdt_insert_new_block’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:166:1: note: in expansion of macro ‘TRACE_EVENT’ 166 | TRACE_EVENT(nilfs2_mdt_insert_new_block, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:166:1: note: in expansion of macro ‘TRACE_EVENT’ 166 | TRACE_EVENT(nilfs2_mdt_insert_new_block, | ^~~~~~~~~~~ ../include/trace/events/nilfs2.h: In function ‘__bpf_trace_nilfs2_mdt_submit_block’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:191:1: note: in expansion of macro ‘TRACE_EVENT’ 191 | TRACE_EVENT(nilfs2_mdt_submit_block, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:191:1: note: in expansion of macro ‘TRACE_EVENT’ 191 | TRACE_EVENT(nilfs2_mdt_submit_block, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: fs/nilfs2/segment.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: fs/nilfs2] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h:40, from ../drivers/net/ethernet/mellanox/mlx5/core/sf/vhca_event.c:10: ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h: In function ‘trace_event_raw_event_mlx5_sf_vhca_event’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5_sf_vhca_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5_sf_vhca_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5_sf_vhca_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5_sf_vhca_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5_sf_vhca_event, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h: In function ‘__bpf_trace_mlx5_sf_vhca_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5_sf_vhca_event, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5_sf_vhca_event, | ^~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/mellanox/mlx5/core/sf/vhca_event.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/ethernet/mellanox/mlx5/core/diag/en_tc_tracepoint.h:114, from ../drivers/net/ethernet/mellanox/mlx5/core/diag/en_tc_tracepoint.c:5: ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h: In function ‘trace_event_raw_event_mlx5e_flower_template’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 25 | DECLARE_EVENT_CLASS(mlx5e_flower_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 25 | DECLARE_EVENT_CLASS(mlx5e_flower_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 25 | DECLARE_EVENT_CLASS(mlx5e_flower_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 25 | DECLARE_EVENT_CLASS(mlx5e_flower_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 25 | DECLARE_EVENT_CLASS(mlx5e_flower_template, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h: In function ‘trace_event_raw_event_mlx5e_stats_flower’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ 58 | TRACE_EVENT(mlx5e_stats_flower, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ 58 | TRACE_EVENT(mlx5e_stats_flower, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h: In function ‘trace_event_raw_event_mlx5e_tc_update_neigh_used_value’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ 77 | TRACE_EVENT(mlx5e_tc_update_neigh_used_value, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ 77 | TRACE_EVENT(mlx5e_tc_update_neigh_used_value, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h: In function ‘__bpf_trace_mlx5e_flower_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 25 | DECLARE_EVENT_CLASS(mlx5e_flower_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 25 | DECLARE_EVENT_CLASS(mlx5e_flower_template, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h: In function ‘__bpf_trace_mlx5e_stats_flower’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ 58 | TRACE_EVENT(mlx5e_stats_flower, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ 58 | TRACE_EVENT(mlx5e_stats_flower, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h: In function ‘__bpf_trace_mlx5e_tc_update_neigh_used_value’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ 77 | TRACE_EVENT(mlx5e_tc_update_neigh_used_value, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ 77 | TRACE_EVENT(mlx5e_tc_update_neigh_used_value, | ^~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/mellanox/mlx5/core/diag/en_tc_tracepoint.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/wireless/ath/ath11k/trace.h:346, from ../drivers/net/wireless/ath/ath11k/trace.c:9: ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘trace_event_raw_event_ath11k_htt_pktlog’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(ath11k_htt_pktlog, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(ath11k_htt_pktlog, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(ath11k_htt_pktlog, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(ath11k_htt_pktlog, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(ath11k_htt_pktlog, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘trace_event_raw_event_ath11k_htt_ppdu_stats’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:67:1: note: in expansion of macro ‘TRACE_EVENT’ 67 | TRACE_EVENT(ath11k_htt_ppdu_stats, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:67:1: note: in expansion of macro ‘TRACE_EVENT’ 67 | TRACE_EVENT(ath11k_htt_ppdu_stats, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘trace_event_raw_event_ath11k_htt_rxdesc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(ath11k_htt_rxdesc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(ath11k_htt_rxdesc, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘trace_event_raw_event_ath11k_log_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:124:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 124 | DECLARE_EVENT_CLASS(ath11k_log_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:124:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 124 | DECLARE_EVENT_CLASS(ath11k_log_event, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘trace_event_raw_event_ath11k_wmi_cmd’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:160:1: note: in expansion of macro ‘TRACE_EVENT’ 160 | TRACE_EVENT(ath11k_wmi_cmd, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:160:1: note: in expansion of macro ‘TRACE_EVENT’ 160 | TRACE_EVENT(ath11k_wmi_cmd, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘trace_event_raw_event_ath11k_wmi_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:190:1: note: in expansion of macro ‘TRACE_EVENT’ 190 | TRACE_EVENT(ath11k_wmi_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:190:1: note: in expansion of macro ‘TRACE_EVENT’ 190 | TRACE_EVENT(ath11k_wmi_event, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘trace_event_raw_event_ath11k_log_dbg’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ 220 | TRACE_EVENT(ath11k_log_dbg, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ 220 | TRACE_EVENT(ath11k_log_dbg, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘trace_event_raw_event_ath11k_log_dbg_dump’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:249:1: note: in expansion of macro ‘TRACE_EVENT’ 249 | TRACE_EVENT(ath11k_log_dbg_dump, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:249:1: note: in expansion of macro ‘TRACE_EVENT’ 249 | TRACE_EVENT(ath11k_log_dbg_dump, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘trace_event_raw_event_ath11k_wmi_diag’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:282:1: note: in expansion of macro ‘TRACE_EVENT’ 282 | TRACE_EVENT(ath11k_wmi_diag, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:282:1: note: in expansion of macro ‘TRACE_EVENT’ 282 | TRACE_EVENT(ath11k_wmi_diag, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘trace_event_raw_event_ath11k_ps_timekeeper’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:309:1: note: in expansion of macro ‘TRACE_EVENT’ 309 | TRACE_EVENT(ath11k_ps_timekeeper, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:309:1: note: in expansion of macro ‘TRACE_EVENT’ 309 | TRACE_EVENT(ath11k_ps_timekeeper, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘__bpf_trace_ath11k_htt_pktlog’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(ath11k_htt_pktlog, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(ath11k_htt_pktlog, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘__bpf_trace_ath11k_htt_ppdu_stats’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:67:1: note: in expansion of macro ‘TRACE_EVENT’ 67 | TRACE_EVENT(ath11k_htt_ppdu_stats, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:67:1: note: in expansion of macro ‘TRACE_EVENT’ 67 | TRACE_EVENT(ath11k_htt_ppdu_stats, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘__bpf_trace_ath11k_htt_rxdesc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(ath11k_htt_rxdesc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(ath11k_htt_rxdesc, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘__bpf_trace_ath11k_log_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:124:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 124 | DECLARE_EVENT_CLASS(ath11k_log_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:124:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 124 | DECLARE_EVENT_CLASS(ath11k_log_event, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘__bpf_trace_ath11k_wmi_cmd’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:160:1: note: in expansion of macro ‘TRACE_EVENT’ 160 | TRACE_EVENT(ath11k_wmi_cmd, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:160:1: note: in expansion of macro ‘TRACE_EVENT’ 160 | TRACE_EVENT(ath11k_wmi_cmd, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘__bpf_trace_ath11k_wmi_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:190:1: note: in expansion of macro ‘TRACE_EVENT’ 190 | TRACE_EVENT(ath11k_wmi_event, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:190:1: note: in expansion of macro ‘TRACE_EVENT’ 190 | TRACE_EVENT(ath11k_wmi_event, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘__bpf_trace_ath11k_log_dbg’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ 220 | TRACE_EVENT(ath11k_log_dbg, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ 220 | TRACE_EVENT(ath11k_log_dbg, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘__bpf_trace_ath11k_log_dbg_dump’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:249:1: note: in expansion of macro ‘TRACE_EVENT’ 249 | TRACE_EVENT(ath11k_log_dbg_dump, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:249:1: note: in expansion of macro ‘TRACE_EVENT’ 249 | TRACE_EVENT(ath11k_log_dbg_dump, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘__bpf_trace_ath11k_wmi_diag’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:282:1: note: in expansion of macro ‘TRACE_EVENT’ 282 | TRACE_EVENT(ath11k_wmi_diag, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:282:1: note: in expansion of macro ‘TRACE_EVENT’ 282 | TRACE_EVENT(ath11k_wmi_diag, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘__bpf_trace_ath11k_ps_timekeeper’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:309:1: note: in expansion of macro ‘TRACE_EVENT’ 309 | TRACE_EVENT(ath11k_ps_timekeeper, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:309:1: note: in expansion of macro ‘TRACE_EVENT’ 309 | TRACE_EVENT(ath11k_ps_timekeeper, | ^~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/ath/ath11k/trace.o] Error 1 make[7]: *** [../scripts/Makefile.build:485: drivers/net/wireless/ath/ath11k] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/dlm.h:674, from ../fs/dlm/main.c:23: ../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_lock_start’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ 93 | TRACE_EVENT(dlm_lock_start, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ 93 | TRACE_EVENT(dlm_lock_start, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ 93 | TRACE_EVENT(dlm_lock_start, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ 93 | TRACE_EVENT(dlm_lock_start, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ 93 | TRACE_EVENT(dlm_lock_start, | ^~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_lock_end’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:135:1: note: in expansion of macro ‘TRACE_EVENT’ 135 | TRACE_EVENT(dlm_lock_end, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:135:1: note: in expansion of macro ‘TRACE_EVENT’ 135 | TRACE_EVENT(dlm_lock_end, | ^~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_bast’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:190:1: note: in expansion of macro ‘TRACE_EVENT’ 190 | TRACE_EVENT(dlm_bast, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:190:1: note: in expansion of macro ‘TRACE_EVENT’ 190 | TRACE_EVENT(dlm_bast, | ^~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_ast’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:221:1: note: in expansion of macro ‘TRACE_EVENT’ 221 | TRACE_EVENT(dlm_ast, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:221:1: note: in expansion of macro ‘TRACE_EVENT’ 221 | TRACE_EVENT(dlm_ast, | ^~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_unlock_start’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ 255 | TRACE_EVENT(dlm_unlock_start, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ 255 | TRACE_EVENT(dlm_unlock_start, | ^~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_unlock_end’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:290:1: note: in expansion of macro ‘TRACE_EVENT’ 290 | TRACE_EVENT(dlm_unlock_end, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:290:1: note: in expansion of macro ‘TRACE_EVENT’ 290 | TRACE_EVENT(dlm_unlock_end, | ^~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_rcom_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:328:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 328 | DECLARE_EVENT_CLASS(dlm_rcom_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:328:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 328 | DECLARE_EVENT_CLASS(dlm_rcom_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_send_message’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:391:1: note: in expansion of macro ‘TRACE_EVENT’ 391 | TRACE_EVENT(dlm_send_message, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:391:1: note: in expansion of macro ‘TRACE_EVENT’ 391 | TRACE_EVENT(dlm_send_message, | ^~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_recv_message’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:489:1: note: in expansion of macro ‘TRACE_EVENT’ 489 | TRACE_EVENT(dlm_recv_message, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:489:1: note: in expansion of macro ‘TRACE_EVENT’ 489 | TRACE_EVENT(dlm_recv_message, | ^~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_plock_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:581:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 581 | DECLARE_EVENT_CLASS(dlm_plock_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:581:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 581 | DECLARE_EVENT_CLASS(dlm_plock_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_send’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:631:1: note: in expansion of macro ‘TRACE_EVENT’ 631 | TRACE_EVENT(dlm_send, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:631:1: note: in expansion of macro ‘TRACE_EVENT’ 631 | TRACE_EVENT(dlm_send, | ^~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_recv’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:651:1: note: in expansion of macro ‘TRACE_EVENT’ 651 | TRACE_EVENT(dlm_recv, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:651:1: note: in expansion of macro ‘TRACE_EVENT’ 651 | TRACE_EVENT(dlm_recv, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_lock_start’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ 93 | TRACE_EVENT(dlm_lock_start, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ 93 | TRACE_EVENT(dlm_lock_start, | ^~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_lock_end’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:135:1: note: in expansion of macro ‘TRACE_EVENT’ 135 | TRACE_EVENT(dlm_lock_end, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:135:1: note: in expansion of macro ‘TRACE_EVENT’ 135 | TRACE_EVENT(dlm_lock_end, | ^~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_bast’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:190:1: note: in expansion of macro ‘TRACE_EVENT’ 190 | TRACE_EVENT(dlm_bast, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:190:1: note: in expansion of macro ‘TRACE_EVENT’ 190 | TRACE_EVENT(dlm_bast, | ^~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_ast’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:221:1: note: in expansion of macro ‘TRACE_EVENT’ 221 | TRACE_EVENT(dlm_ast, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:221:1: note: in expansion of macro ‘TRACE_EVENT’ 221 | TRACE_EVENT(dlm_ast, | ^~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_unlock_start’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ 255 | TRACE_EVENT(dlm_unlock_start, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ 255 | TRACE_EVENT(dlm_unlock_start, | ^~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_unlock_end’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:290:1: note: in expansion of macro ‘TRACE_EVENT’ 290 | TRACE_EVENT(dlm_unlock_end, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:290:1: note: in expansion of macro ‘TRACE_EVENT’ 290 | TRACE_EVENT(dlm_unlock_end, | ^~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_rcom_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:328:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 328 | DECLARE_EVENT_CLASS(dlm_rcom_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:328:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 328 | DECLARE_EVENT_CLASS(dlm_rcom_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_send_message’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:391:1: note: in expansion of macro ‘TRACE_EVENT’ 391 | TRACE_EVENT(dlm_send_message, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:391:1: note: in expansion of macro ‘TRACE_EVENT’ 391 | TRACE_EVENT(dlm_send_message, | ^~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_recv_message’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:489:1: note: in expansion of macro ‘TRACE_EVENT’ 489 | TRACE_EVENT(dlm_recv_message, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:489:1: note: in expansion of macro ‘TRACE_EVENT’ 489 | TRACE_EVENT(dlm_recv_message, | ^~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_plock_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:581:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 581 | DECLARE_EVENT_CLASS(dlm_plock_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:581:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 581 | DECLARE_EVENT_CLASS(dlm_plock_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_send’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:631:1: note: in expansion of macro ‘TRACE_EVENT’ 631 | TRACE_EVENT(dlm_send, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:631:1: note: in expansion of macro ‘TRACE_EVENT’ 631 | TRACE_EVENT(dlm_send, | ^~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_recv’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:651:1: note: in expansion of macro ‘TRACE_EVENT’ 651 | TRACE_EVENT(dlm_recv, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:651:1: note: in expansion of macro ‘TRACE_EVENT’ 651 | TRACE_EVENT(dlm_recv, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: fs/dlm/main.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: fs/dlm] Error 2 In file included from ../include/trace/define_trace.h:108, from ../arch/x86/kvm/mmu/mmutrace.h:451, from ../arch/x86/kvm/mmu/mmu.c:193: ../arch/x86/kvm/mmu/mmutrace.h: In function ‘trace_event_raw_event_kvm_mmu_pagetable_walk’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:67:1: note: in expansion of macro ‘TRACE_EVENT’ 67 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:67:1: note: in expansion of macro ‘TRACE_EVENT’ 67 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:67:1: note: in expansion of macro ‘TRACE_EVENT’ 67 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:67:1: note: in expansion of macro ‘TRACE_EVENT’ 67 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:67:1: note: in expansion of macro ‘TRACE_EVENT’ 67 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘trace_event_raw_event_kvm_mmu_paging_element’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:88:1: note: in expansion of macro ‘TRACE_EVENT’ 88 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:88:1: note: in expansion of macro ‘TRACE_EVENT’ 88 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘trace_event_raw_event_kvm_mmu_set_bit_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:106:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 106 | DECLARE_EVENT_CLASS(kvm_mmu_set_bit_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:106:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 106 | DECLARE_EVENT_CLASS(kvm_mmu_set_bit_class, | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘trace_event_raw_event_kvm_mmu_walker_error’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:140:1: note: in expansion of macro ‘TRACE_EVENT’ 140 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:140:1: note: in expansion of macro ‘TRACE_EVENT’ 140 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘trace_event_raw_event_kvm_mmu_get_page’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:157:1: note: in expansion of macro ‘TRACE_EVENT’ 157 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:157:1: note: in expansion of macro ‘TRACE_EVENT’ 157 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘trace_event_raw_event_kvm_mmu_page_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:176:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 176 | DECLARE_EVENT_CLASS(kvm_mmu_page_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:176:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 176 | DECLARE_EVENT_CLASS(kvm_mmu_page_class, | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘trace_event_raw_event_mark_mmio_spte’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:210:1: note: in expansion of macro ‘TRACE_EVENT’ 210 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:210:1: note: in expansion of macro ‘TRACE_EVENT’ 210 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘trace_event_raw_event_handle_mmio_page_fault’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:233:1: note: in expansion of macro ‘TRACE_EVENT’ 233 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:233:1: note: in expansion of macro ‘TRACE_EVENT’ 233 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘trace_event_raw_event_fast_page_fault’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:254:1: note: in expansion of macro ‘TRACE_EVENT’ 254 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:254:1: note: in expansion of macro ‘TRACE_EVENT’ 254 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘trace_event_raw_event_kvm_mmu_zap_all_fast’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:289:1: note: in expansion of macro ‘TRACE_EVENT’ 289 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:289:1: note: in expansion of macro ‘TRACE_EVENT’ 289 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘trace_event_raw_event_check_mmio_spte’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:310:1: note: in expansion of macro ‘TRACE_EVENT’ 310 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:310:1: note: in expansion of macro ‘TRACE_EVENT’ 310 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘trace_event_raw_event_kvm_mmu_set_spte’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:333:1: note: in expansion of macro ‘TRACE_EVENT’ 333 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:333:1: note: in expansion of macro ‘TRACE_EVENT’ 333 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘trace_event_raw_event_kvm_mmu_spte_requested’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:369:1: note: in expansion of macro ‘TRACE_EVENT’ 369 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:369:1: note: in expansion of macro ‘TRACE_EVENT’ 369 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘trace_event_raw_event_kvm_tdp_mmu_spte_changed’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:391:1: note: in expansion of macro ‘TRACE_EVENT’ 391 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:391:1: note: in expansion of macro ‘TRACE_EVENT’ 391 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘trace_event_raw_event_kvm_mmu_split_huge_page’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:420:1: note: in expansion of macro ‘TRACE_EVENT’ 420 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:420:1: note: in expansion of macro ‘TRACE_EVENT’ 420 | TRACE_EVENT( | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../arch/x86/kvm/mmu/mmutrace.h: In function ‘__bpf_trace_kvm_mmu_pagetable_walk’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:67:1: note: in expansion of macro ‘TRACE_EVENT’ 67 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:67:1: note: in expansion of macro ‘TRACE_EVENT’ 67 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘__bpf_trace_kvm_mmu_paging_element’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:88:1: note: in expansion of macro ‘TRACE_EVENT’ 88 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:88:1: note: in expansion of macro ‘TRACE_EVENT’ 88 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘__bpf_trace_kvm_mmu_set_bit_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:106:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 106 | DECLARE_EVENT_CLASS(kvm_mmu_set_bit_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:106:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 106 | DECLARE_EVENT_CLASS(kvm_mmu_set_bit_class, | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘__bpf_trace_kvm_mmu_walker_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:140:1: note: in expansion of macro ‘TRACE_EVENT’ 140 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:140:1: note: in expansion of macro ‘TRACE_EVENT’ 140 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘__bpf_trace_kvm_mmu_get_page’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:157:1: note: in expansion of macro ‘TRACE_EVENT’ 157 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:157:1: note: in expansion of macro ‘TRACE_EVENT’ 157 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘__bpf_trace_kvm_mmu_page_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:176:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 176 | DECLARE_EVENT_CLASS(kvm_mmu_page_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:176:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 176 | DECLARE_EVENT_CLASS(kvm_mmu_page_class, | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘__bpf_trace_mark_mmio_spte’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:210:1: note: in expansion of macro ‘TRACE_EVENT’ 210 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:210:1: note: in expansion of macro ‘TRACE_EVENT’ 210 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘__bpf_trace_handle_mmio_page_fault’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:233:1: note: in expansion of macro ‘TRACE_EVENT’ 233 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:233:1: note: in expansion of macro ‘TRACE_EVENT’ 233 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘__bpf_trace_fast_page_fault’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:254:1: note: in expansion of macro ‘TRACE_EVENT’ 254 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:254:1: note: in expansion of macro ‘TRACE_EVENT’ 254 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘__bpf_trace_kvm_mmu_zap_all_fast’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:289:1: note: in expansion of macro ‘TRACE_EVENT’ 289 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:289:1: note: in expansion of macro ‘TRACE_EVENT’ 289 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘__bpf_trace_check_mmio_spte’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:310:1: note: in expansion of macro ‘TRACE_EVENT’ 310 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:310:1: note: in expansion of macro ‘TRACE_EVENT’ 310 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘__bpf_trace_kvm_mmu_set_spte’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:333:1: note: in expansion of macro ‘TRACE_EVENT’ 333 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:333:1: note: in expansion of macro ‘TRACE_EVENT’ 333 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘__bpf_trace_kvm_mmu_spte_requested’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:369:1: note: in expansion of macro ‘TRACE_EVENT’ 369 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:369:1: note: in expansion of macro ‘TRACE_EVENT’ 369 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘__bpf_trace_kvm_tdp_mmu_spte_changed’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:391:1: note: in expansion of macro ‘TRACE_EVENT’ 391 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:391:1: note: in expansion of macro ‘TRACE_EVENT’ 391 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘__bpf_trace_kvm_mmu_split_huge_page’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:420:1: note: in expansion of macro ‘TRACE_EVENT’ 420 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:420:1: note: in expansion of macro ‘TRACE_EVENT’ 420 | TRACE_EVENT( | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: arch/x86/kvm/mmu/mmu.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/wireless/mediatek/mt7601u/trace.h:392, from ../drivers/net/wireless/mediatek/mt7601u/trace.c:11: ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_dev_reg_evtu’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(dev_reg_evtu, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(dev_reg_evtu, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(dev_reg_evtu, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(dev_reg_evtu, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(dev_reg_evtu, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_mt_submit_urb’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:56:1: note: in expansion of macro ‘TRACE_EVENT’ 56 | TRACE_EVENT(mt_submit_urb, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:56:1: note: in expansion of macro ‘TRACE_EVENT’ 56 | TRACE_EVENT(mt_submit_urb, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_mt_mcu_msg_send’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:78:1: note: in expansion of macro ‘TRACE_EVENT’ 78 | TRACE_EVENT(mt_mcu_msg_send, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:78:1: note: in expansion of macro ‘TRACE_EVENT’ 78 | TRACE_EVENT(mt_mcu_msg_send, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_mt_vend_req’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ 98 | TRACE_EVENT(mt_vend_req, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ 98 | TRACE_EVENT(mt_vend_req, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_ee_read’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:126:1: note: in expansion of macro ‘TRACE_EVENT’ 126 | TRACE_EVENT(ee_read, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:126:1: note: in expansion of macro ‘TRACE_EVENT’ 126 | TRACE_EVENT(ee_read, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_dev_rf_reg_evt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:141:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 141 | DECLARE_EVENT_CLASS(dev_rf_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:141:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 141 | DECLARE_EVENT_CLASS(dev_rf_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_dev_bbp_reg_evt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 171 | DECLARE_EVENT_CLASS(dev_bbp_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 171 | DECLARE_EVENT_CLASS(dev_bbp_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_dev_simple_evt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:199:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 199 | DECLARE_EVENT_CLASS(dev_simple_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:199:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 199 | DECLARE_EVENT_CLASS(dev_simple_evt, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_freq_cal_offset’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:230:1: note: in expansion of macro ‘TRACE_EVENT’ 230 | TRACE_EVENT(freq_cal_offset, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:230:1: note: in expansion of macro ‘TRACE_EVENT’ 230 | TRACE_EVENT(freq_cal_offset, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_mt_rx’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:247:1: note: in expansion of macro ‘TRACE_EVENT’ 247 | TRACE_EVENT(mt_rx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:247:1: note: in expansion of macro ‘TRACE_EVENT’ 247 | TRACE_EVENT(mt_rx, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_mt_tx’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:277:1: note: in expansion of macro ‘TRACE_EVENT’ 277 | TRACE_EVENT(mt_tx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:277:1: note: in expansion of macro ‘TRACE_EVENT’ 277 | TRACE_EVENT(mt_tx, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_mt_tx_dma_done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:302:1: note: in expansion of macro ‘TRACE_EVENT’ 302 | TRACE_EVENT(mt_tx_dma_done, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:302:1: note: in expansion of macro ‘TRACE_EVENT’ 302 | TRACE_EVENT(mt_tx_dma_done, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_mt_tx_status_cleaned’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ 316 | TRACE_EVENT(mt_tx_status_cleaned, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ 316 | TRACE_EVENT(mt_tx_status_cleaned, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_mt_tx_status’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:330:1: note: in expansion of macro ‘TRACE_EVENT’ 330 | TRACE_EVENT(mt_tx_status, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:330:1: note: in expansion of macro ‘TRACE_EVENT’ 330 | TRACE_EVENT(mt_tx_status, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_mt_rx_dma_aggr’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:346:1: note: in expansion of macro ‘TRACE_EVENT’ 346 | TRACE_EVENT(mt_rx_dma_aggr, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:346:1: note: in expansion of macro ‘TRACE_EVENT’ 346 | TRACE_EVENT(mt_rx_dma_aggr, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_set_shared_key’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:368:1: note: in expansion of macro ‘TRACE_EVENT’ 368 | TRACE_EVENT(set_shared_key, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:368:1: note: in expansion of macro ‘TRACE_EVENT’ 368 | TRACE_EVENT(set_shared_key, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_dev_reg_evtu’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(dev_reg_evtu, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(dev_reg_evtu, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_mt_submit_urb’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:56:1: note: in expansion of macro ‘TRACE_EVENT’ 56 | TRACE_EVENT(mt_submit_urb, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:56:1: note: in expansion of macro ‘TRACE_EVENT’ 56 | TRACE_EVENT(mt_submit_urb, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_mt_mcu_msg_send’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:78:1: note: in expansion of macro ‘TRACE_EVENT’ 78 | TRACE_EVENT(mt_mcu_msg_send, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:78:1: note: in expansion of macro ‘TRACE_EVENT’ 78 | TRACE_EVENT(mt_mcu_msg_send, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_mt_vend_req’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ 98 | TRACE_EVENT(mt_vend_req, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ 98 | TRACE_EVENT(mt_vend_req, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_ee_read’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:126:1: note: in expansion of macro ‘TRACE_EVENT’ 126 | TRACE_EVENT(ee_read, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:126:1: note: in expansion of macro ‘TRACE_EVENT’ 126 | TRACE_EVENT(ee_read, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_dev_rf_reg_evt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:141:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 141 | DECLARE_EVENT_CLASS(dev_rf_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:141:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 141 | DECLARE_EVENT_CLASS(dev_rf_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_dev_bbp_reg_evt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 171 | DECLARE_EVENT_CLASS(dev_bbp_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 171 | DECLARE_EVENT_CLASS(dev_bbp_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_dev_simple_evt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:199:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 199 | DECLARE_EVENT_CLASS(dev_simple_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:199:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 199 | DECLARE_EVENT_CLASS(dev_simple_evt, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_freq_cal_offset’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:230:1: note: in expansion of macro ‘TRACE_EVENT’ 230 | TRACE_EVENT(freq_cal_offset, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:230:1: note: in expansion of macro ‘TRACE_EVENT’ 230 | TRACE_EVENT(freq_cal_offset, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_mt_rx’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:247:1: note: in expansion of macro ‘TRACE_EVENT’ 247 | TRACE_EVENT(mt_rx, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:247:1: note: in expansion of macro ‘TRACE_EVENT’ 247 | TRACE_EVENT(mt_rx, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_mt_tx’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:277:1: note: in expansion of macro ‘TRACE_EVENT’ 277 | TRACE_EVENT(mt_tx, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:277:1: note: in expansion of macro ‘TRACE_EVENT’ 277 | TRACE_EVENT(mt_tx, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_mt_tx_dma_done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:302:1: note: in expansion of macro ‘TRACE_EVENT’ 302 | TRACE_EVENT(mt_tx_dma_done, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:302:1: note: in expansion of macro ‘TRACE_EVENT’ 302 | TRACE_EVENT(mt_tx_dma_done, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_mt_tx_status_cleaned’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ 316 | TRACE_EVENT(mt_tx_status_cleaned, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ 316 | TRACE_EVENT(mt_tx_status_cleaned, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_mt_tx_status’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:330:1: note: in expansion of macro ‘TRACE_EVENT’ 330 | TRACE_EVENT(mt_tx_status, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:330:1: note: in expansion of macro ‘TRACE_EVENT’ 330 | TRACE_EVENT(mt_tx_status, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_mt_rx_dma_aggr’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:346:1: note: in expansion of macro ‘TRACE_EVENT’ 346 | TRACE_EVENT(mt_rx_dma_aggr, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:346:1: note: in expansion of macro ‘TRACE_EVENT’ 346 | TRACE_EVENT(mt_rx_dma_aggr, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_set_shared_key’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:368:1: note: in expansion of macro ‘TRACE_EVENT’ 368 | TRACE_EVENT(set_shared_key, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:368:1: note: in expansion of macro ‘TRACE_EVENT’ 368 | TRACE_EVENT(set_shared_key, | ^~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/mediatek/mt7601u/trace.o] Error 1 make[7]: *** [../scripts/Makefile.build:485: drivers/net/wireless/mediatek/mt7601u] Error 2 make[6]: *** [../scripts/Makefile.build:485: drivers/net/wireless/mediatek] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/jbd2.h:497, from ../fs/jbd2/journal.c:46: ../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_checkpoint’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(jbd2_checkpoint, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(jbd2_checkpoint, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(jbd2_checkpoint, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(jbd2_checkpoint, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(jbd2_checkpoint, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_commit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:34:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 34 | DECLARE_EVENT_CLASS(jbd2_commit, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:34:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 34 | DECLARE_EVENT_CLASS(jbd2_commit, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_end_commit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:92:1: note: in expansion of macro ‘TRACE_EVENT’ 92 | TRACE_EVENT(jbd2_end_commit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:92:1: note: in expansion of macro ‘TRACE_EVENT’ 92 | TRACE_EVENT(jbd2_end_commit, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_submit_inode_data’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:116:1: note: in expansion of macro ‘TRACE_EVENT’ 116 | TRACE_EVENT(jbd2_submit_inode_data, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:116:1: note: in expansion of macro ‘TRACE_EVENT’ 116 | TRACE_EVENT(jbd2_submit_inode_data, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_handle_start_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:136:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 136 | DECLARE_EVENT_CLASS(jbd2_handle_start_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:136:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 136 | DECLARE_EVENT_CLASS(jbd2_handle_start_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_handle_extend’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:178:1: note: in expansion of macro ‘TRACE_EVENT’ 178 | TRACE_EVENT(jbd2_handle_extend, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:178:1: note: in expansion of macro ‘TRACE_EVENT’ 178 | TRACE_EVENT(jbd2_handle_extend, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_handle_stats’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:210:1: note: in expansion of macro ‘TRACE_EVENT’ 210 | TRACE_EVENT(jbd2_handle_stats, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:210:1: note: in expansion of macro ‘TRACE_EVENT’ 210 | TRACE_EVENT(jbd2_handle_stats, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_run_stats’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:248:1: note: in expansion of macro ‘TRACE_EVENT’ 248 | TRACE_EVENT(jbd2_run_stats, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:248:1: note: in expansion of macro ‘TRACE_EVENT’ 248 | TRACE_EVENT(jbd2_run_stats, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_checkpoint_stats’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:296:1: note: in expansion of macro ‘TRACE_EVENT’ 296 | TRACE_EVENT(jbd2_checkpoint_stats, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:296:1: note: in expansion of macro ‘TRACE_EVENT’ 296 | TRACE_EVENT(jbd2_checkpoint_stats, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_update_log_tail’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:327:1: note: in expansion of macro ‘TRACE_EVENT’ 327 | TRACE_EVENT(jbd2_update_log_tail, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:327:1: note: in expansion of macro ‘TRACE_EVENT’ 327 | TRACE_EVENT(jbd2_update_log_tail, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_write_superblock’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:356:1: note: in expansion of macro ‘TRACE_EVENT’ 356 | TRACE_EVENT(jbd2_write_superblock, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:356:1: note: in expansion of macro ‘TRACE_EVENT’ 356 | TRACE_EVENT(jbd2_write_superblock, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_lock_buffer_stall’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:376:1: note: in expansion of macro ‘TRACE_EVENT’ 376 | TRACE_EVENT(jbd2_lock_buffer_stall, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:376:1: note: in expansion of macro ‘TRACE_EVENT’ 376 | TRACE_EVENT(jbd2_lock_buffer_stall, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_journal_shrink’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:397:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 397 | DECLARE_EVENT_CLASS(jbd2_journal_shrink, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:397:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 397 | DECLARE_EVENT_CLASS(jbd2_journal_shrink, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_shrink_scan_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:435:1: note: in expansion of macro ‘TRACE_EVENT’ 435 | TRACE_EVENT(jbd2_shrink_scan_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:435:1: note: in expansion of macro ‘TRACE_EVENT’ 435 | TRACE_EVENT(jbd2_shrink_scan_exit, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_shrink_checkpoint_list’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:462:1: note: in expansion of macro ‘TRACE_EVENT’ 462 | TRACE_EVENT(jbd2_shrink_checkpoint_list, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:462:1: note: in expansion of macro ‘TRACE_EVENT’ 462 | TRACE_EVENT(jbd2_shrink_checkpoint_list, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/jbd2.h: In function ‘__bpf_trace_jbd2_checkpoint’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(jbd2_checkpoint, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(jbd2_checkpoint, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘__bpf_trace_jbd2_commit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:34:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 34 | DECLARE_EVENT_CLASS(jbd2_commit, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:34:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 34 | DECLARE_EVENT_CLASS(jbd2_commit, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘__bpf_trace_jbd2_end_commit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:92:1: note: in expansion of macro ‘TRACE_EVENT’ 92 | TRACE_EVENT(jbd2_end_commit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:92:1: note: in expansion of macro ‘TRACE_EVENT’ 92 | TRACE_EVENT(jbd2_end_commit, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘__bpf_trace_jbd2_submit_inode_data’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:116:1: note: in expansion of macro ‘TRACE_EVENT’ 116 | TRACE_EVENT(jbd2_submit_inode_data, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:116:1: note: in expansion of macro ‘TRACE_EVENT’ 116 | TRACE_EVENT(jbd2_submit_inode_data, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘__bpf_trace_jbd2_handle_start_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:136:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 136 | DECLARE_EVENT_CLASS(jbd2_handle_start_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:136:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 136 | DECLARE_EVENT_CLASS(jbd2_handle_start_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘__bpf_trace_jbd2_handle_extend’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:178:1: note: in expansion of macro ‘TRACE_EVENT’ 178 | TRACE_EVENT(jbd2_handle_extend, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:178:1: note: in expansion of macro ‘TRACE_EVENT’ 178 | TRACE_EVENT(jbd2_handle_extend, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘__bpf_trace_jbd2_handle_stats’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:210:1: note: in expansion of macro ‘TRACE_EVENT’ 210 | TRACE_EVENT(jbd2_handle_stats, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:210:1: note: in expansion of macro ‘TRACE_EVENT’ 210 | TRACE_EVENT(jbd2_handle_stats, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘__bpf_trace_jbd2_run_stats’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:248:1: note: in expansion of macro ‘TRACE_EVENT’ 248 | TRACE_EVENT(jbd2_run_stats, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:248:1: note: in expansion of macro ‘TRACE_EVENT’ 248 | TRACE_EVENT(jbd2_run_stats, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘__bpf_trace_jbd2_checkpoint_stats’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:296:1: note: in expansion of macro ‘TRACE_EVENT’ 296 | TRACE_EVENT(jbd2_checkpoint_stats, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:296:1: note: in expansion of macro ‘TRACE_EVENT’ 296 | TRACE_EVENT(jbd2_checkpoint_stats, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘__bpf_trace_jbd2_update_log_tail’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:327:1: note: in expansion of macro ‘TRACE_EVENT’ 327 | TRACE_EVENT(jbd2_update_log_tail, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:327:1: note: in expansion of macro ‘TRACE_EVENT’ 327 | TRACE_EVENT(jbd2_update_log_tail, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘__bpf_trace_jbd2_write_superblock’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:356:1: note: in expansion of macro ‘TRACE_EVENT’ 356 | TRACE_EVENT(jbd2_write_superblock, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:356:1: note: in expansion of macro ‘TRACE_EVENT’ 356 | TRACE_EVENT(jbd2_write_superblock, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘__bpf_trace_jbd2_lock_buffer_stall’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:376:1: note: in expansion of macro ‘TRACE_EVENT’ 376 | TRACE_EVENT(jbd2_lock_buffer_stall, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:376:1: note: in expansion of macro ‘TRACE_EVENT’ 376 | TRACE_EVENT(jbd2_lock_buffer_stall, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘__bpf_trace_jbd2_journal_shrink’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:397:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 397 | DECLARE_EVENT_CLASS(jbd2_journal_shrink, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:397:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 397 | DECLARE_EVENT_CLASS(jbd2_journal_shrink, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘__bpf_trace_jbd2_shrink_scan_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:435:1: note: in expansion of macro ‘TRACE_EVENT’ 435 | TRACE_EVENT(jbd2_shrink_scan_exit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:435:1: note: in expansion of macro ‘TRACE_EVENT’ 435 | TRACE_EVENT(jbd2_shrink_scan_exit, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘__bpf_trace_jbd2_shrink_checkpoint_list’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:462:1: note: in expansion of macro ‘TRACE_EVENT’ 462 | TRACE_EVENT(jbd2_shrink_checkpoint_list, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:462:1: note: in expansion of macro ‘TRACE_EVENT’ 462 | TRACE_EVENT(jbd2_shrink_checkpoint_list, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: fs/jbd2/journal.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: fs/jbd2] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:123, from ../drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c:9: ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h: In function ‘trace_event_raw_event_mlx5_esw_vport_qos_destroy’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(mlx5_esw_vport_qos_destroy, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(mlx5_esw_vport_qos_destroy, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(mlx5_esw_vport_qos_destroy, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(mlx5_esw_vport_qos_destroy, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(mlx5_esw_vport_qos_destroy, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h: In function ‘trace_event_raw_event_mlx5_esw_vport_qos_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(mlx5_esw_vport_qos_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(mlx5_esw_vport_qos_template, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h: In function ‘trace_event_raw_event_mlx5_esw_group_qos_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 62 | DECLARE_EVENT_CLASS(mlx5_esw_group_qos_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 62 | DECLARE_EVENT_CLASS(mlx5_esw_group_qos_template, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h: In function ‘trace_event_raw_event_mlx5_esw_group_qos_config’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(mlx5_esw_group_qos_config, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(mlx5_esw_group_qos_config, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h: In function ‘__bpf_trace_mlx5_esw_vport_qos_destroy’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(mlx5_esw_vport_qos_destroy, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(mlx5_esw_vport_qos_destroy, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h: In function ‘__bpf_trace_mlx5_esw_vport_qos_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(mlx5_esw_vport_qos_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(mlx5_esw_vport_qos_template, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h: In function ‘__bpf_trace_mlx5_esw_group_qos_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 62 | DECLARE_EVENT_CLASS(mlx5_esw_group_qos_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 62 | DECLARE_EVENT_CLASS(mlx5_esw_group_qos_template, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h: In function ‘__bpf_trace_mlx5_esw_group_qos_config’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(mlx5_esw_group_qos_config, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(mlx5_esw_group_qos_config, | ^~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/mellanox/mlx5/core/esw/qos.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/netfs.h:689, from ../fs/netfs/main.c:15: ../include/trace/events/netfs.h: In function ‘trace_event_raw_event_netfs_read’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ 220 | TRACE_EVENT(netfs_read, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ 220 | TRACE_EVENT(netfs_read, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ 220 | TRACE_EVENT(netfs_read, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ 220 | TRACE_EVENT(netfs_read, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ 220 | TRACE_EVENT(netfs_read, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘trace_event_raw_event_netfs_rreq’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:253:1: note: in expansion of macro ‘TRACE_EVENT’ 253 | TRACE_EVENT(netfs_rreq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:253:1: note: in expansion of macro ‘TRACE_EVENT’ 253 | TRACE_EVENT(netfs_rreq, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘trace_event_raw_event_netfs_sreq’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:280:1: note: in expansion of macro ‘TRACE_EVENT’ 280 | TRACE_EVENT(netfs_sreq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:280:1: note: in expansion of macro ‘TRACE_EVENT’ 280 | TRACE_EVENT(netfs_sreq, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘trace_event_raw_event_netfs_failure’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ 319 | TRACE_EVENT(netfs_failure, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ 319 | TRACE_EVENT(netfs_failure, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘trace_event_raw_event_netfs_rreq_ref’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:359:1: note: in expansion of macro ‘TRACE_EVENT’ 359 | TRACE_EVENT(netfs_rreq_ref, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:359:1: note: in expansion of macro ‘TRACE_EVENT’ 359 | TRACE_EVENT(netfs_rreq_ref, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘trace_event_raw_event_netfs_sreq_ref’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:383:1: note: in expansion of macro ‘TRACE_EVENT’ 383 | TRACE_EVENT(netfs_sreq_ref, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:383:1: note: in expansion of macro ‘TRACE_EVENT’ 383 | TRACE_EVENT(netfs_sreq_ref, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘trace_event_raw_event_netfs_folio’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ 410 | TRACE_EVENT(netfs_folio, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ 410 | TRACE_EVENT(netfs_folio, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘trace_event_raw_event_netfs_write_iter’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:434:1: note: in expansion of macro ‘TRACE_EVENT’ 434 | TRACE_EVENT(netfs_write_iter, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:434:1: note: in expansion of macro ‘TRACE_EVENT’ 434 | TRACE_EVENT(netfs_write_iter, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘trace_event_raw_event_netfs_write’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:457:1: note: in expansion of macro ‘TRACE_EVENT’ 457 | TRACE_EVENT(netfs_write, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:457:1: note: in expansion of macro ‘TRACE_EVENT’ 457 | TRACE_EVENT(netfs_write, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘trace_event_raw_event_netfs_collect’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:491:1: note: in expansion of macro ‘TRACE_EVENT’ 491 | TRACE_EVENT(netfs_collect, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:491:1: note: in expansion of macro ‘TRACE_EVENT’ 491 | TRACE_EVENT(netfs_collect, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘trace_event_raw_event_netfs_collect_contig’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:516:1: note: in expansion of macro ‘TRACE_EVENT’ 516 | TRACE_EVENT(netfs_collect_contig, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:516:1: note: in expansion of macro ‘TRACE_EVENT’ 516 | TRACE_EVENT(netfs_collect_contig, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘trace_event_raw_event_netfs_collect_sreq’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:543:1: note: in expansion of macro ‘TRACE_EVENT’ 543 | TRACE_EVENT(netfs_collect_sreq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:543:1: note: in expansion of macro ‘TRACE_EVENT’ 543 | TRACE_EVENT(netfs_collect_sreq, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘trace_event_raw_event_netfs_collect_folio’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:572:1: note: in expansion of macro ‘TRACE_EVENT’ 572 | TRACE_EVENT(netfs_collect_folio, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:572:1: note: in expansion of macro ‘TRACE_EVENT’ 572 | TRACE_EVENT(netfs_collect_folio, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘trace_event_raw_event_netfs_collect_state’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:602:1: note: in expansion of macro ‘TRACE_EVENT’ 602 | TRACE_EVENT(netfs_collect_state, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:602:1: note: in expansion of macro ‘TRACE_EVENT’ 602 | TRACE_EVENT(netfs_collect_state, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘trace_event_raw_event_netfs_collect_gap’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:631:1: note: in expansion of macro ‘TRACE_EVENT’ 631 | TRACE_EVENT(netfs_collect_gap, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:631:1: note: in expansion of macro ‘TRACE_EVENT’ 631 | TRACE_EVENT(netfs_collect_gap, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘trace_event_raw_event_netfs_collect_stream’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:659:1: note: in expansion of macro ‘TRACE_EVENT’ 659 | TRACE_EVENT(netfs_collect_stream, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:659:1: note: in expansion of macro ‘TRACE_EVENT’ 659 | TRACE_EVENT(netfs_collect_stream, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_read’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ 220 | TRACE_EVENT(netfs_read, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ 220 | TRACE_EVENT(netfs_read, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_rreq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:253:1: note: in expansion of macro ‘TRACE_EVENT’ 253 | TRACE_EVENT(netfs_rreq, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:253:1: note: in expansion of macro ‘TRACE_EVENT’ 253 | TRACE_EVENT(netfs_rreq, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_sreq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:280:1: note: in expansion of macro ‘TRACE_EVENT’ 280 | TRACE_EVENT(netfs_sreq, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:280:1: note: in expansion of macro ‘TRACE_EVENT’ 280 | TRACE_EVENT(netfs_sreq, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_failure’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ 319 | TRACE_EVENT(netfs_failure, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ 319 | TRACE_EVENT(netfs_failure, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_rreq_ref’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:359:1: note: in expansion of macro ‘TRACE_EVENT’ 359 | TRACE_EVENT(netfs_rreq_ref, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:359:1: note: in expansion of macro ‘TRACE_EVENT’ 359 | TRACE_EVENT(netfs_rreq_ref, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_sreq_ref’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:383:1: note: in expansion of macro ‘TRACE_EVENT’ 383 | TRACE_EVENT(netfs_sreq_ref, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:383:1: note: in expansion of macro ‘TRACE_EVENT’ 383 | TRACE_EVENT(netfs_sreq_ref, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_folio’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ 410 | TRACE_EVENT(netfs_folio, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ 410 | TRACE_EVENT(netfs_folio, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_write_iter’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:434:1: note: in expansion of macro ‘TRACE_EVENT’ 434 | TRACE_EVENT(netfs_write_iter, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:434:1: note: in expansion of macro ‘TRACE_EVENT’ 434 | TRACE_EVENT(netfs_write_iter, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_write’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:457:1: note: in expansion of macro ‘TRACE_EVENT’ 457 | TRACE_EVENT(netfs_write, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:457:1: note: in expansion of macro ‘TRACE_EVENT’ 457 | TRACE_EVENT(netfs_write, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_collect’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:491:1: note: in expansion of macro ‘TRACE_EVENT’ 491 | TRACE_EVENT(netfs_collect, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:491:1: note: in expansion of macro ‘TRACE_EVENT’ 491 | TRACE_EVENT(netfs_collect, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_collect_contig’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:516:1: note: in expansion of macro ‘TRACE_EVENT’ 516 | TRACE_EVENT(netfs_collect_contig, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:516:1: note: in expansion of macro ‘TRACE_EVENT’ 516 | TRACE_EVENT(netfs_collect_contig, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_collect_sreq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:543:1: note: in expansion of macro ‘TRACE_EVENT’ 543 | TRACE_EVENT(netfs_collect_sreq, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:543:1: note: in expansion of macro ‘TRACE_EVENT’ 543 | TRACE_EVENT(netfs_collect_sreq, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_collect_folio’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:572:1: note: in expansion of macro ‘TRACE_EVENT’ 572 | TRACE_EVENT(netfs_collect_folio, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:572:1: note: in expansion of macro ‘TRACE_EVENT’ 572 | TRACE_EVENT(netfs_collect_folio, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_collect_state’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:602:1: note: in expansion of macro ‘TRACE_EVENT’ 602 | TRACE_EVENT(netfs_collect_state, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:602:1: note: in expansion of macro ‘TRACE_EVENT’ 602 | TRACE_EVENT(netfs_collect_state, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_collect_gap’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:631:1: note: in expansion of macro ‘TRACE_EVENT’ 631 | TRACE_EVENT(netfs_collect_gap, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:631:1: note: in expansion of macro ‘TRACE_EVENT’ 631 | TRACE_EVENT(netfs_collect_gap, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_collect_stream’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:659:1: note: in expansion of macro ‘TRACE_EVENT’ 659 | TRACE_EVENT(netfs_collect_stream, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:659:1: note: in expansion of macro ‘TRACE_EVENT’ 659 | TRACE_EVENT(netfs_collect_stream, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: fs/netfs/main.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: fs/netfs] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.h:323, from ../drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.c:35: ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘trace_event_raw_event_mlx5_fs_add_ft’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ 64 | TRACE_EVENT(mlx5_fs_add_ft, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ 64 | TRACE_EVENT(mlx5_fs_add_ft, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ 64 | TRACE_EVENT(mlx5_fs_add_ft, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ 64 | TRACE_EVENT(mlx5_fs_add_ft, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ 64 | TRACE_EVENT(mlx5_fs_add_ft, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘trace_event_raw_event_mlx5_fs_del_ft’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(mlx5_fs_del_ft, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(mlx5_fs_del_ft, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘trace_event_raw_event_mlx5_fs_add_fg’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ 99 | TRACE_EVENT(mlx5_fs_add_fg, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ 99 | TRACE_EVENT(mlx5_fs_add_fg, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘trace_event_raw_event_mlx5_fs_del_fg’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:150:1: note: in expansion of macro ‘TRACE_EVENT’ 150 | TRACE_EVENT(mlx5_fs_del_fg, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:150:1: note: in expansion of macro ‘TRACE_EVENT’ 150 | TRACE_EVENT(mlx5_fs_del_fg, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘trace_event_raw_event_mlx5_fs_set_fte’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:180:1: note: in expansion of macro ‘TRACE_EVENT’ 180 | TRACE_EVENT(mlx5_fs_set_fte, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:180:1: note: in expansion of macro ‘TRACE_EVENT’ 180 | TRACE_EVENT(mlx5_fs_set_fte, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘trace_event_raw_event_mlx5_fs_del_fte’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:257:1: note: in expansion of macro ‘TRACE_EVENT’ 257 | TRACE_EVENT(mlx5_fs_del_fte, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:257:1: note: in expansion of macro ‘TRACE_EVENT’ 257 | TRACE_EVENT(mlx5_fs_del_fte, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘trace_event_raw_event_mlx5_fs_add_rule’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:273:1: note: in expansion of macro ‘TRACE_EVENT’ 273 | TRACE_EVENT(mlx5_fs_add_rule, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:273:1: note: in expansion of macro ‘TRACE_EVENT’ 273 | TRACE_EVENT(mlx5_fs_add_rule, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘trace_event_raw_event_mlx5_fs_del_rule’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:303:1: note: in expansion of macro ‘TRACE_EVENT’ 303 | TRACE_EVENT(mlx5_fs_del_rule, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:303:1: note: in expansion of macro ‘TRACE_EVENT’ 303 | TRACE_EVENT(mlx5_fs_del_rule, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘__bpf_trace_mlx5_fs_add_ft’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ 64 | TRACE_EVENT(mlx5_fs_add_ft, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ 64 | TRACE_EVENT(mlx5_fs_add_ft, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘__bpf_trace_mlx5_fs_del_ft’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(mlx5_fs_del_ft, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(mlx5_fs_del_ft, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘__bpf_trace_mlx5_fs_add_fg’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ 99 | TRACE_EVENT(mlx5_fs_add_fg, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ 99 | TRACE_EVENT(mlx5_fs_add_fg, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘__bpf_trace_mlx5_fs_del_fg’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:150:1: note: in expansion of macro ‘TRACE_EVENT’ 150 | TRACE_EVENT(mlx5_fs_del_fg, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:150:1: note: in expansion of macro ‘TRACE_EVENT’ 150 | TRACE_EVENT(mlx5_fs_del_fg, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘__bpf_trace_mlx5_fs_set_fte’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:180:1: note: in expansion of macro ‘TRACE_EVENT’ 180 | TRACE_EVENT(mlx5_fs_set_fte, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:180:1: note: in expansion of macro ‘TRACE_EVENT’ 180 | TRACE_EVENT(mlx5_fs_set_fte, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘__bpf_trace_mlx5_fs_del_fte’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:257:1: note: in expansion of macro ‘TRACE_EVENT’ 257 | TRACE_EVENT(mlx5_fs_del_fte, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:257:1: note: in expansion of macro ‘TRACE_EVENT’ 257 | TRACE_EVENT(mlx5_fs_del_fte, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘__bpf_trace_mlx5_fs_add_rule’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:273:1: note: in expansion of macro ‘TRACE_EVENT’ 273 | TRACE_EVENT(mlx5_fs_add_rule, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:273:1: note: in expansion of macro ‘TRACE_EVENT’ 273 | TRACE_EVENT(mlx5_fs_add_rule, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘__bpf_trace_mlx5_fs_del_rule’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:303:1: note: in expansion of macro ‘TRACE_EVENT’ 303 | TRACE_EVENT(mlx5_fs_del_rule, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:303:1: note: in expansion of macro ‘TRACE_EVENT’ 303 | TRACE_EVENT(mlx5_fs_del_rule, | ^~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:155, from ../drivers/net/ethernet/mellanox/mlx5/core/esw/bridge.c:14: ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h: In function ‘trace_event_raw_event_mlx5_esw_bridge_fdb_template’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:13:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 13 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_fdb_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:13:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 13 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_fdb_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:13:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 13 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_fdb_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:13:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 13 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_fdb_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:13:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 13 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_fdb_template, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h: In function ‘trace_event_raw_event_mlx5_esw_bridge_vlan_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:56:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 56 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_vlan_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:56:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 56 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_vlan_template, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h: In function ‘trace_event_raw_event_mlx5_esw_bridge_port_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:83:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 83 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_port_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:83:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 83 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_port_template, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h: In function ‘trace_event_raw_event_mlx5_esw_bridge_mdb_port_change_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:113:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 113 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_mdb_port_change_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:113:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 113 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_mdb_port_change_template, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h: In function ‘__bpf_trace_mlx5_esw_bridge_fdb_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:13:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 13 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_fdb_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:13:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 13 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_fdb_template, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h: In function ‘__bpf_trace_mlx5_esw_bridge_vlan_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:56:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 56 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_vlan_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:56:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 56 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_vlan_template, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h: In function ‘__bpf_trace_mlx5_esw_bridge_port_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:83:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 83 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_port_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:83:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 83 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_port_template, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h: In function ‘__bpf_trace_mlx5_esw_bridge_mdb_port_change_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:113:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 113 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_mdb_port_change_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:113:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 113 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_mdb_port_change_template, | ^~~~~~~~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/mellanox/mlx5/core/esw/bridge.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../fs/gfs2/trace_gfs2.h:641, from ../fs/gfs2/glock.c:52: ../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_glock_state_change’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:90:1: note: in expansion of macro ‘TRACE_EVENT’ 90 | TRACE_EVENT(gfs2_glock_state_change, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:90:1: note: in expansion of macro ‘TRACE_EVENT’ 90 | TRACE_EVENT(gfs2_glock_state_change, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:90:1: note: in expansion of macro ‘TRACE_EVENT’ 90 | TRACE_EVENT(gfs2_glock_state_change, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:90:1: note: in expansion of macro ‘TRACE_EVENT’ 90 | TRACE_EVENT(gfs2_glock_state_change, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:90:1: note: in expansion of macro ‘TRACE_EVENT’ 90 | TRACE_EVENT(gfs2_glock_state_change, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_glock_put’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:129:1: note: in expansion of macro ‘TRACE_EVENT’ 129 | TRACE_EVENT(gfs2_glock_put, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:129:1: note: in expansion of macro ‘TRACE_EVENT’ 129 | TRACE_EVENT(gfs2_glock_put, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_demote_rq’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:161:1: note: in expansion of macro ‘TRACE_EVENT’ 161 | TRACE_EVENT(gfs2_demote_rq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:161:1: note: in expansion of macro ‘TRACE_EVENT’ 161 | TRACE_EVENT(gfs2_demote_rq, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_promote’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:198:1: note: in expansion of macro ‘TRACE_EVENT’ 198 | TRACE_EVENT(gfs2_promote, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:198:1: note: in expansion of macro ‘TRACE_EVENT’ 198 | TRACE_EVENT(gfs2_promote, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_glock_queue’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:225:1: note: in expansion of macro ‘TRACE_EVENT’ 225 | TRACE_EVENT(gfs2_glock_queue, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:225:1: note: in expansion of macro ‘TRACE_EVENT’ 225 | TRACE_EVENT(gfs2_glock_queue, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_glock_lock_time’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ 255 | TRACE_EVENT(gfs2_glock_lock_time, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ 255 | TRACE_EVENT(gfs2_glock_lock_time, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_pin’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ 319 | TRACE_EVENT(gfs2_pin, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ 319 | TRACE_EVENT(gfs2_pin, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_log_flush’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:350:1: note: in expansion of macro ‘TRACE_EVENT’ 350 | TRACE_EVENT(gfs2_log_flush, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:350:1: note: in expansion of macro ‘TRACE_EVENT’ 350 | TRACE_EVENT(gfs2_log_flush, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_log_blocks’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:378:1: note: in expansion of macro ‘TRACE_EVENT’ 378 | TRACE_EVENT(gfs2_log_blocks, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:378:1: note: in expansion of macro ‘TRACE_EVENT’ 378 | TRACE_EVENT(gfs2_log_blocks, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_ail_flush’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:401:1: note: in expansion of macro ‘TRACE_EVENT’ 401 | TRACE_EVENT(gfs2_ail_flush, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:401:1: note: in expansion of macro ‘TRACE_EVENT’ 401 | TRACE_EVENT(gfs2_ail_flush, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_bmap’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ 436 | TRACE_EVENT(gfs2_bmap, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ 436 | TRACE_EVENT(gfs2_bmap, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_iomap_start’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:475:1: note: in expansion of macro ‘TRACE_EVENT’ 475 | TRACE_EVENT(gfs2_iomap_start, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:475:1: note: in expansion of macro ‘TRACE_EVENT’ 475 | TRACE_EVENT(gfs2_iomap_start, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_iomap_end’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:505:1: note: in expansion of macro ‘TRACE_EVENT’ 505 | TRACE_EVENT(gfs2_iomap_end, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:505:1: note: in expansion of macro ‘TRACE_EVENT’ 505 | TRACE_EVENT(gfs2_iomap_end, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_block_alloc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:545:1: note: in expansion of macro ‘TRACE_EVENT’ 545 | TRACE_EVENT(gfs2_block_alloc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:545:1: note: in expansion of macro ‘TRACE_EVENT’ 545 | TRACE_EVENT(gfs2_block_alloc, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_rs’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:589:1: note: in expansion of macro ‘TRACE_EVENT’ 589 | TRACE_EVENT(gfs2_rs, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:589:1: note: in expansion of macro ‘TRACE_EVENT’ 589 | TRACE_EVENT(gfs2_rs, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_glock_state_change’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:90:1: note: in expansion of macro ‘TRACE_EVENT’ 90 | TRACE_EVENT(gfs2_glock_state_change, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:90:1: note: in expansion of macro ‘TRACE_EVENT’ 90 | TRACE_EVENT(gfs2_glock_state_change, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_glock_put’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:129:1: note: in expansion of macro ‘TRACE_EVENT’ 129 | TRACE_EVENT(gfs2_glock_put, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:129:1: note: in expansion of macro ‘TRACE_EVENT’ 129 | TRACE_EVENT(gfs2_glock_put, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_demote_rq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:161:1: note: in expansion of macro ‘TRACE_EVENT’ 161 | TRACE_EVENT(gfs2_demote_rq, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:161:1: note: in expansion of macro ‘TRACE_EVENT’ 161 | TRACE_EVENT(gfs2_demote_rq, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_promote’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:198:1: note: in expansion of macro ‘TRACE_EVENT’ 198 | TRACE_EVENT(gfs2_promote, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:198:1: note: in expansion of macro ‘TRACE_EVENT’ 198 | TRACE_EVENT(gfs2_promote, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_glock_queue’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:225:1: note: in expansion of macro ‘TRACE_EVENT’ 225 | TRACE_EVENT(gfs2_glock_queue, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:225:1: note: in expansion of macro ‘TRACE_EVENT’ 225 | TRACE_EVENT(gfs2_glock_queue, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_glock_lock_time’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ 255 | TRACE_EVENT(gfs2_glock_lock_time, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ 255 | TRACE_EVENT(gfs2_glock_lock_time, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_pin’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ 319 | TRACE_EVENT(gfs2_pin, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ 319 | TRACE_EVENT(gfs2_pin, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_log_flush’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:350:1: note: in expansion of macro ‘TRACE_EVENT’ 350 | TRACE_EVENT(gfs2_log_flush, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:350:1: note: in expansion of macro ‘TRACE_EVENT’ 350 | TRACE_EVENT(gfs2_log_flush, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_log_blocks’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:378:1: note: in expansion of macro ‘TRACE_EVENT’ 378 | TRACE_EVENT(gfs2_log_blocks, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:378:1: note: in expansion of macro ‘TRACE_EVENT’ 378 | TRACE_EVENT(gfs2_log_blocks, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_ail_flush’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:401:1: note: in expansion of macro ‘TRACE_EVENT’ 401 | TRACE_EVENT(gfs2_ail_flush, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:401:1: note: in expansion of macro ‘TRACE_EVENT’ 401 | TRACE_EVENT(gfs2_ail_flush, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_bmap’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ 436 | TRACE_EVENT(gfs2_bmap, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ 436 | TRACE_EVENT(gfs2_bmap, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_iomap_start’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:475:1: note: in expansion of macro ‘TRACE_EVENT’ 475 | TRACE_EVENT(gfs2_iomap_start, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:475:1: note: in expansion of macro ‘TRACE_EVENT’ 475 | TRACE_EVENT(gfs2_iomap_start, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_iomap_end’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:505:1: note: in expansion of macro ‘TRACE_EVENT’ 505 | TRACE_EVENT(gfs2_iomap_end, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:505:1: note: in expansion of macro ‘TRACE_EVENT’ 505 | TRACE_EVENT(gfs2_iomap_end, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_block_alloc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:545:1: note: in expansion of macro ‘TRACE_EVENT’ 545 | TRACE_EVENT(gfs2_block_alloc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:545:1: note: in expansion of macro ‘TRACE_EVENT’ 545 | TRACE_EVENT(gfs2_block_alloc, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_rs’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:589:1: note: in expansion of macro ‘TRACE_EVENT’ 589 | TRACE_EVENT(gfs2_rs, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:589:1: note: in expansion of macro ‘TRACE_EVENT’ 589 | TRACE_EVENT(gfs2_rs, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: fs/gfs2/glock.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: fs/gfs2] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/wireless/ath/ath10k/trace.h:531, from ../drivers/net/wireless/ath/ath10k/trace.c:9: ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘trace_event_raw_event_ath10k_log_event’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:49:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 49 | DECLARE_EVENT_CLASS(ath10k_log_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:49:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 49 | DECLARE_EVENT_CLASS(ath10k_log_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:49:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 49 | DECLARE_EVENT_CLASS(ath10k_log_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:49:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 49 | DECLARE_EVENT_CLASS(ath10k_log_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:49:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 49 | DECLARE_EVENT_CLASS(ath10k_log_event, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘trace_event_raw_event_ath10k_log_dbg’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ 85 | TRACE_EVENT(ath10k_log_dbg, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ 85 | TRACE_EVENT(ath10k_log_dbg, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘trace_event_raw_event_ath10k_log_dbg_dump’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ 108 | TRACE_EVENT(ath10k_log_dbg_dump, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ 108 | TRACE_EVENT(ath10k_log_dbg_dump, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘trace_event_raw_event_ath10k_wmi_cmd’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ 141 | TRACE_EVENT(ath10k_wmi_cmd, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ 141 | TRACE_EVENT(ath10k_wmi_cmd, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘trace_event_raw_event_ath10k_wmi_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:171:1: note: in expansion of macro ‘TRACE_EVENT’ 171 | TRACE_EVENT(ath10k_wmi_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:171:1: note: in expansion of macro ‘TRACE_EVENT’ 171 | TRACE_EVENT(ath10k_wmi_event, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘trace_event_raw_event_ath10k_htt_stats’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:201:1: note: in expansion of macro ‘TRACE_EVENT’ 201 | TRACE_EVENT(ath10k_htt_stats, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:201:1: note: in expansion of macro ‘TRACE_EVENT’ 201 | TRACE_EVENT(ath10k_htt_stats, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘trace_event_raw_event_ath10k_wmi_dbglog’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:228:1: note: in expansion of macro ‘TRACE_EVENT’ 228 | TRACE_EVENT(ath10k_wmi_dbglog, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:228:1: note: in expansion of macro ‘TRACE_EVENT’ 228 | TRACE_EVENT(ath10k_wmi_dbglog, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘trace_event_raw_event_ath10k_htt_pktlog’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:258:1: note: in expansion of macro ‘TRACE_EVENT’ 258 | TRACE_EVENT(ath10k_htt_pktlog, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:258:1: note: in expansion of macro ‘TRACE_EVENT’ 258 | TRACE_EVENT(ath10k_htt_pktlog, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘trace_event_raw_event_ath10k_htt_tx’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:288:1: note: in expansion of macro ‘TRACE_EVENT’ 288 | TRACE_EVENT(ath10k_htt_tx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:288:1: note: in expansion of macro ‘TRACE_EVENT’ 288 | TRACE_EVENT(ath10k_htt_tx, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘trace_event_raw_event_ath10k_txrx_tx_unref’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:323:1: note: in expansion of macro ‘TRACE_EVENT’ 323 | TRACE_EVENT(ath10k_txrx_tx_unref, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:323:1: note: in expansion of macro ‘TRACE_EVENT’ 323 | TRACE_EVENT(ath10k_txrx_tx_unref, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘trace_event_raw_event_ath10k_hdr_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:348:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 348 | DECLARE_EVENT_CLASS(ath10k_hdr_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:348:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 348 | DECLARE_EVENT_CLASS(ath10k_hdr_event, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘trace_event_raw_event_ath10k_payload_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 375 | DECLARE_EVENT_CLASS(ath10k_payload_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 375 | DECLARE_EVENT_CLASS(ath10k_payload_event, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘trace_event_raw_event_ath10k_htt_rx_desc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:424:1: note: in expansion of macro ‘TRACE_EVENT’ 424 | TRACE_EVENT(ath10k_htt_rx_desc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:424:1: note: in expansion of macro ‘TRACE_EVENT’ 424 | TRACE_EVENT(ath10k_htt_rx_desc, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘trace_event_raw_event_ath10k_wmi_diag_container’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:454:1: note: in expansion of macro ‘TRACE_EVENT’ 454 | TRACE_EVENT(ath10k_wmi_diag_container, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:454:1: note: in expansion of macro ‘TRACE_EVENT’ 454 | TRACE_EVENT(ath10k_wmi_diag_container, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘trace_event_raw_event_ath10k_wmi_diag’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:495:1: note: in expansion of macro ‘TRACE_EVENT’ 495 | TRACE_EVENT(ath10k_wmi_diag, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:495:1: note: in expansion of macro ‘TRACE_EVENT’ 495 | TRACE_EVENT(ath10k_wmi_diag, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘__bpf_trace_ath10k_log_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:49:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 49 | DECLARE_EVENT_CLASS(ath10k_log_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:49:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 49 | DECLARE_EVENT_CLASS(ath10k_log_event, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘__bpf_trace_ath10k_log_dbg’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ 85 | TRACE_EVENT(ath10k_log_dbg, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ 85 | TRACE_EVENT(ath10k_log_dbg, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘__bpf_trace_ath10k_log_dbg_dump’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ 108 | TRACE_EVENT(ath10k_log_dbg_dump, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ 108 | TRACE_EVENT(ath10k_log_dbg_dump, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘__bpf_trace_ath10k_wmi_cmd’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ 141 | TRACE_EVENT(ath10k_wmi_cmd, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ 141 | TRACE_EVENT(ath10k_wmi_cmd, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘__bpf_trace_ath10k_wmi_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:171:1: note: in expansion of macro ‘TRACE_EVENT’ 171 | TRACE_EVENT(ath10k_wmi_event, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:171:1: note: in expansion of macro ‘TRACE_EVENT’ 171 | TRACE_EVENT(ath10k_wmi_event, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘__bpf_trace_ath10k_htt_stats’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:201:1: note: in expansion of macro ‘TRACE_EVENT’ 201 | TRACE_EVENT(ath10k_htt_stats, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:201:1: note: in expansion of macro ‘TRACE_EVENT’ 201 | TRACE_EVENT(ath10k_htt_stats, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘__bpf_trace_ath10k_wmi_dbglog’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:228:1: note: in expansion of macro ‘TRACE_EVENT’ 228 | TRACE_EVENT(ath10k_wmi_dbglog, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:228:1: note: in expansion of macro ‘TRACE_EVENT’ 228 | TRACE_EVENT(ath10k_wmi_dbglog, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘__bpf_trace_ath10k_htt_pktlog’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:258:1: note: in expansion of macro ‘TRACE_EVENT’ 258 | TRACE_EVENT(ath10k_htt_pktlog, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:258:1: note: in expansion of macro ‘TRACE_EVENT’ 258 | TRACE_EVENT(ath10k_htt_pktlog, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘__bpf_trace_ath10k_htt_tx’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:288:1: note: in expansion of macro ‘TRACE_EVENT’ 288 | TRACE_EVENT(ath10k_htt_tx, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:288:1: note: in expansion of macro ‘TRACE_EVENT’ 288 | TRACE_EVENT(ath10k_htt_tx, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘__bpf_trace_ath10k_txrx_tx_unref’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:323:1: note: in expansion of macro ‘TRACE_EVENT’ 323 | TRACE_EVENT(ath10k_txrx_tx_unref, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:323:1: note: in expansion of macro ‘TRACE_EVENT’ 323 | TRACE_EVENT(ath10k_txrx_tx_unref, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘__bpf_trace_ath10k_hdr_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:348:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 348 | DECLARE_EVENT_CLASS(ath10k_hdr_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:348:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 348 | DECLARE_EVENT_CLASS(ath10k_hdr_event, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘__bpf_trace_ath10k_payload_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 375 | DECLARE_EVENT_CLASS(ath10k_payload_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 375 | DECLARE_EVENT_CLASS(ath10k_payload_event, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘__bpf_trace_ath10k_htt_rx_desc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:424:1: note: in expansion of macro ‘TRACE_EVENT’ 424 | TRACE_EVENT(ath10k_htt_rx_desc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:424:1: note: in expansion of macro ‘TRACE_EVENT’ 424 | TRACE_EVENT(ath10k_htt_rx_desc, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘__bpf_trace_ath10k_wmi_diag_container’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:454:1: note: in expansion of macro ‘TRACE_EVENT’ 454 | TRACE_EVENT(ath10k_wmi_diag_container, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:454:1: note: in expansion of macro ‘TRACE_EVENT’ 454 | TRACE_EVENT(ath10k_wmi_diag_container, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘__bpf_trace_ath10k_wmi_diag’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:495:1: note: in expansion of macro ‘TRACE_EVENT’ 495 | TRACE_EVENT(ath10k_wmi_diag, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:495:1: note: in expansion of macro ‘TRACE_EVENT’ 495 | TRACE_EVENT(ath10k_wmi_diag, | ^~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/ath/ath10k/trace.o] Error 1 make[7]: *** [../scripts/Makefile.build:485: drivers/net/wireless/ath/ath10k] Error 2 make[6]: *** [../scripts/Makefile.build:485: drivers/net/wireless/ath] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/ethernet/intel/ice/ice_trace.h:364, from ../drivers/net/ethernet/intel/ice/ice_main.c:24: ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘trace_event_raw_event_ice_rx_dim_template’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:63:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 63 | DECLARE_EVENT_CLASS(ice_rx_dim_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:63:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 63 | DECLARE_EVENT_CLASS(ice_rx_dim_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:63:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 63 | DECLARE_EVENT_CLASS(ice_rx_dim_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:63:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 63 | DECLARE_EVENT_CLASS(ice_rx_dim_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:63:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 63 | DECLARE_EVENT_CLASS(ice_rx_dim_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘trace_event_raw_event_ice_tx_dim_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:90:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 90 | DECLARE_EVENT_CLASS(ice_tx_dim_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:90:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 90 | DECLARE_EVENT_CLASS(ice_tx_dim_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘trace_event_raw_event_ice_tx_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:118:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 118 | DECLARE_EVENT_CLASS(ice_tx_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:118:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 118 | DECLARE_EVENT_CLASS(ice_tx_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘trace_event_raw_event_ice_rx_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 148 | DECLARE_EVENT_CLASS(ice_rx_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 148 | DECLARE_EVENT_CLASS(ice_rx_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘trace_event_raw_event_ice_rx_indicate_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:169:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 169 | DECLARE_EVENT_CLASS(ice_rx_indicate_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:169:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 169 | DECLARE_EVENT_CLASS(ice_rx_indicate_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘trace_event_raw_event_ice_xmit_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:195:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 195 | DECLARE_EVENT_CLASS(ice_xmit_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:195:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 195 | DECLARE_EVENT_CLASS(ice_xmit_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘trace_event_raw_event_ice_tx_tstamp_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:220:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 220 | DECLARE_EVENT_CLASS(ice_tx_tstamp_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:220:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 220 | DECLARE_EVENT_CLASS(ice_tx_tstamp_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘trace_event_raw_event_ice_esw_br_fdb_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:244:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 244 | DECLARE_EVENT_CLASS(ice_esw_br_fdb_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:244:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 244 | DECLARE_EVENT_CLASS(ice_esw_br_fdb_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘trace_event_raw_event_ice_esw_br_vlan_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:276:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 276 | DECLARE_EVENT_CLASS(ice_esw_br_vlan_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:276:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 276 | DECLARE_EVENT_CLASS(ice_esw_br_vlan_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘trace_event_raw_event_ice_esw_br_port_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:302:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 302 | DECLARE_EVENT_CLASS(ice_esw_br_port_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:302:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 302 | DECLARE_EVENT_CLASS(ice_esw_br_port_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘trace_event_raw_event_ice_switch_stats_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:333:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 333 | DECLARE_EVENT_CLASS(ice_switch_stats_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:333:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 333 | DECLARE_EVENT_CLASS(ice_switch_stats_template, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘__bpf_trace_ice_rx_dim_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:63:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 63 | DECLARE_EVENT_CLASS(ice_rx_dim_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:63:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 63 | DECLARE_EVENT_CLASS(ice_rx_dim_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘__bpf_trace_ice_tx_dim_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:90:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 90 | DECLARE_EVENT_CLASS(ice_tx_dim_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:90:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 90 | DECLARE_EVENT_CLASS(ice_tx_dim_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘__bpf_trace_ice_tx_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:118:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 118 | DECLARE_EVENT_CLASS(ice_tx_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:118:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 118 | DECLARE_EVENT_CLASS(ice_tx_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘__bpf_trace_ice_rx_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 148 | DECLARE_EVENT_CLASS(ice_rx_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 148 | DECLARE_EVENT_CLASS(ice_rx_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘__bpf_trace_ice_rx_indicate_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:169:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 169 | DECLARE_EVENT_CLASS(ice_rx_indicate_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:169:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 169 | DECLARE_EVENT_CLASS(ice_rx_indicate_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘__bpf_trace_ice_xmit_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:195:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 195 | DECLARE_EVENT_CLASS(ice_xmit_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:195:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 195 | DECLARE_EVENT_CLASS(ice_xmit_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘__bpf_trace_ice_tx_tstamp_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:220:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 220 | DECLARE_EVENT_CLASS(ice_tx_tstamp_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:220:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 220 | DECLARE_EVENT_CLASS(ice_tx_tstamp_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘__bpf_trace_ice_esw_br_fdb_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:244:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 244 | DECLARE_EVENT_CLASS(ice_esw_br_fdb_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:244:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 244 | DECLARE_EVENT_CLASS(ice_esw_br_fdb_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘__bpf_trace_ice_esw_br_vlan_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:276:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 276 | DECLARE_EVENT_CLASS(ice_esw_br_vlan_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:276:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 276 | DECLARE_EVENT_CLASS(ice_esw_br_vlan_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘__bpf_trace_ice_esw_br_port_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:302:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 302 | DECLARE_EVENT_CLASS(ice_esw_br_port_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:302:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 302 | DECLARE_EVENT_CLASS(ice_esw_br_port_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘__bpf_trace_ice_switch_stats_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:333:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 333 | DECLARE_EVENT_CLASS(ice_switch_stats_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:333:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 333 | DECLARE_EVENT_CLASS(ice_switch_stats_template, | ^~~~~~~~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/intel/ice/ice_main.o] Error 1 make[7]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/intel/ice] Error 2 make[6]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/intel] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:173, from ../drivers/net/ethernet/mellanox/mlx5/core/sf/devlink.c:12: ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘trace_event_raw_event_mlx5_sf_add’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5_sf_add, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5_sf_add, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5_sf_add, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5_sf_add, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5_sf_add, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘trace_event_raw_event_mlx5_sf_free’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(mlx5_sf_free, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(mlx5_sf_free, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘trace_event_raw_event_mlx5_sf_hwc_alloc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(mlx5_sf_hwc_alloc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(mlx5_sf_hwc_alloc, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘trace_event_raw_event_mlx5_sf_hwc_free’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ 80 | TRACE_EVENT(mlx5_sf_hwc_free, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ 80 | TRACE_EVENT(mlx5_sf_hwc_free, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘trace_event_raw_event_mlx5_sf_hwc_deferred_free’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ 93 | TRACE_EVENT(mlx5_sf_hwc_deferred_free, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ 93 | TRACE_EVENT(mlx5_sf_hwc_deferred_free, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘trace_event_raw_event_mlx5_sf_state_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:106:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 106 | DECLARE_EVENT_CLASS(mlx5_sf_state_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:106:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 106 | DECLARE_EVENT_CLASS(mlx5_sf_state_template, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘trace_event_raw_event_mlx5_sf_update_state’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:142:1: note: in expansion of macro ‘TRACE_EVENT’ 142 | TRACE_EVENT(mlx5_sf_update_state, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:142:1: note: in expansion of macro ‘TRACE_EVENT’ 142 | TRACE_EVENT(mlx5_sf_update_state, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘__bpf_trace_mlx5_sf_add’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5_sf_add, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5_sf_add, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘__bpf_trace_mlx5_sf_free’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(mlx5_sf_free, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(mlx5_sf_free, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘__bpf_trace_mlx5_sf_hwc_alloc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(mlx5_sf_hwc_alloc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(mlx5_sf_hwc_alloc, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘__bpf_trace_mlx5_sf_hwc_free’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ 80 | TRACE_EVENT(mlx5_sf_hwc_free, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ 80 | TRACE_EVENT(mlx5_sf_hwc_free, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘__bpf_trace_mlx5_sf_hwc_deferred_free’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ 93 | TRACE_EVENT(mlx5_sf_hwc_deferred_free, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ 93 | TRACE_EVENT(mlx5_sf_hwc_deferred_free, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘__bpf_trace_mlx5_sf_state_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:106:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 106 | DECLARE_EVENT_CLASS(mlx5_sf_state_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:106:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 106 | DECLARE_EVENT_CLASS(mlx5_sf_state_template, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘__bpf_trace_mlx5_sf_update_state’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:142:1: note: in expansion of macro ‘TRACE_EVENT’ 142 | TRACE_EVENT(mlx5_sf_update_state, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:142:1: note: in expansion of macro ‘TRACE_EVENT’ 142 | TRACE_EVENT(mlx5_sf_update_state, | ^~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/mellanox/mlx5/core/sf/devlink.o] Error 1 make[7]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/mellanox/mlx5/core] Error 2 make[6]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/mellanox] Error 2 make[5]: *** [../scripts/Makefile.build:485: drivers/net/ethernet] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/wireless/intel/iwlwifi/iwl-devtrace-io.h:194, from ../drivers/net/wireless/intel/iwlwifi/iwl-devtrace.h:92, from ../drivers/net/wireless/intel/iwlwifi/iwl-devtrace.c:18: ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘trace_event_raw_event_iwlwifi_dev_ioread32’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(iwlwifi_dev_ioread32, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(iwlwifi_dev_ioread32, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(iwlwifi_dev_ioread32, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(iwlwifi_dev_ioread32, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(iwlwifi_dev_ioread32, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘trace_event_raw_event_iwlwifi_dev_iowrite8’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ 34 | TRACE_EVENT(iwlwifi_dev_iowrite8, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ 34 | TRACE_EVENT(iwlwifi_dev_iowrite8, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘trace_event_raw_event_iwlwifi_dev_iowrite32’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:51:1: note: in expansion of macro ‘TRACE_EVENT’ 51 | TRACE_EVENT(iwlwifi_dev_iowrite32, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:51:1: note: in expansion of macro ‘TRACE_EVENT’ 51 | TRACE_EVENT(iwlwifi_dev_iowrite32, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘trace_event_raw_event_iwlwifi_dev_iowrite64’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ 68 | TRACE_EVENT(iwlwifi_dev_iowrite64, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ 68 | TRACE_EVENT(iwlwifi_dev_iowrite64, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘trace_event_raw_event_iwlwifi_dev_iowrite_prph32’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ 85 | TRACE_EVENT(iwlwifi_dev_iowrite_prph32, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ 85 | TRACE_EVENT(iwlwifi_dev_iowrite_prph32, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘trace_event_raw_event_iwlwifi_dev_iowrite_prph64’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:102:1: note: in expansion of macro ‘TRACE_EVENT’ 102 | TRACE_EVENT(iwlwifi_dev_iowrite_prph64, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:102:1: note: in expansion of macro ‘TRACE_EVENT’ 102 | TRACE_EVENT(iwlwifi_dev_iowrite_prph64, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘trace_event_raw_event_iwlwifi_dev_ioread_prph32’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:119:1: note: in expansion of macro ‘TRACE_EVENT’ 119 | TRACE_EVENT(iwlwifi_dev_ioread_prph32, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:119:1: note: in expansion of macro ‘TRACE_EVENT’ 119 | TRACE_EVENT(iwlwifi_dev_ioread_prph32, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘trace_event_raw_event_iwlwifi_dev_irq’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ 136 | TRACE_EVENT(iwlwifi_dev_irq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ 136 | TRACE_EVENT(iwlwifi_dev_irq, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘trace_event_raw_event_iwlwifi_dev_irq_msix’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:149:1: note: in expansion of macro ‘TRACE_EVENT’ 149 | TRACE_EVENT(iwlwifi_dev_irq_msix, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:149:1: note: in expansion of macro ‘TRACE_EVENT’ 149 | TRACE_EVENT(iwlwifi_dev_irq_msix, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘trace_event_raw_event_iwlwifi_dev_ict_read’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:172:1: note: in expansion of macro ‘TRACE_EVENT’ 172 | TRACE_EVENT(iwlwifi_dev_ict_read, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:172:1: note: in expansion of macro ‘TRACE_EVENT’ 172 | TRACE_EVENT(iwlwifi_dev_ict_read, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘__bpf_trace_iwlwifi_dev_ioread32’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(iwlwifi_dev_ioread32, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(iwlwifi_dev_ioread32, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘__bpf_trace_iwlwifi_dev_iowrite8’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ 34 | TRACE_EVENT(iwlwifi_dev_iowrite8, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ 34 | TRACE_EVENT(iwlwifi_dev_iowrite8, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘__bpf_trace_iwlwifi_dev_iowrite32’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:51:1: note: in expansion of macro ‘TRACE_EVENT’ 51 | TRACE_EVENT(iwlwifi_dev_iowrite32, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:51:1: note: in expansion of macro ‘TRACE_EVENT’ 51 | TRACE_EVENT(iwlwifi_dev_iowrite32, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘__bpf_trace_iwlwifi_dev_iowrite64’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ 68 | TRACE_EVENT(iwlwifi_dev_iowrite64, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ 68 | TRACE_EVENT(iwlwifi_dev_iowrite64, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘__bpf_trace_iwlwifi_dev_iowrite_prph32’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ 85 | TRACE_EVENT(iwlwifi_dev_iowrite_prph32, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ 85 | TRACE_EVENT(iwlwifi_dev_iowrite_prph32, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘__bpf_trace_iwlwifi_dev_iowrite_prph64’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:102:1: note: in expansion of macro ‘TRACE_EVENT’ 102 | TRACE_EVENT(iwlwifi_dev_iowrite_prph64, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:102:1: note: in expansion of macro ‘TRACE_EVENT’ 102 | TRACE_EVENT(iwlwifi_dev_iowrite_prph64, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘__bpf_trace_iwlwifi_dev_ioread_prph32’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:119:1: note: in expansion of macro ‘TRACE_EVENT’ 119 | TRACE_EVENT(iwlwifi_dev_ioread_prph32, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:119:1: note: in expansion of macro ‘TRACE_EVENT’ 119 | TRACE_EVENT(iwlwifi_dev_ioread_prph32, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘__bpf_trace_iwlwifi_dev_irq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ 136 | TRACE_EVENT(iwlwifi_dev_irq, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ 136 | TRACE_EVENT(iwlwifi_dev_irq, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘__bpf_trace_iwlwifi_dev_irq_msix’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:149:1: note: in expansion of macro ‘TRACE_EVENT’ 149 | TRACE_EVENT(iwlwifi_dev_irq_msix, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:149:1: note: in expansion of macro ‘TRACE_EVENT’ 149 | TRACE_EVENT(iwlwifi_dev_irq_msix, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘__bpf_trace_iwlwifi_dev_ict_read’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:172:1: note: in expansion of macro ‘TRACE_EVENT’ 172 | TRACE_EVENT(iwlwifi_dev_ict_read, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:172:1: note: in expansion of macro ‘TRACE_EVENT’ 172 | TRACE_EVENT(iwlwifi_dev_ict_read, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:108, from ../drivers/net/wireless/intel/iwlwifi/iwl-devtrace-ucode.h:61, from ../drivers/net/wireless/intel/iwlwifi/iwl-devtrace.h:93: ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-ucode.h: In function ‘trace_event_raw_event_iwlwifi_dev_ucode_cont_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-ucode.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(iwlwifi_dev_ucode_cont_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-ucode.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(iwlwifi_dev_ucode_cont_event, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-ucode.h: In function ‘trace_event_raw_event_iwlwifi_dev_ucode_wrap_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-ucode.h:35:1: note: in expansion of macro ‘TRACE_EVENT’ 35 | TRACE_EVENT(iwlwifi_dev_ucode_wrap_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-ucode.h:35:1: note: in expansion of macro ‘TRACE_EVENT’ 35 | TRACE_EVENT(iwlwifi_dev_ucode_wrap_event, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-ucode.h: In function ‘__bpf_trace_iwlwifi_dev_ucode_cont_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-ucode.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(iwlwifi_dev_ucode_cont_event, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-ucode.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(iwlwifi_dev_ucode_cont_event, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-ucode.h: In function ‘__bpf_trace_iwlwifi_dev_ucode_wrap_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-ucode.h:35:1: note: in expansion of macro ‘TRACE_EVENT’ 35 | TRACE_EVENT(iwlwifi_dev_ucode_wrap_event, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-ucode.h:35:1: note: in expansion of macro ‘TRACE_EVENT’ 35 | TRACE_EVENT(iwlwifi_dev_ucode_wrap_event, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:108, from ../drivers/net/wireless/intel/iwlwifi/iwl-devtrace-msg.h:71, from ../drivers/net/wireless/intel/iwlwifi/iwl-devtrace.h:94: ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h: In function ‘trace_event_raw_event_iwlwifi_msg_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h:17:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 17 | DECLARE_EVENT_CLASS(iwlwifi_msg_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h:17:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 17 | DECLARE_EVENT_CLASS(iwlwifi_msg_event, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h: In function ‘trace_event_raw_event_iwlwifi_dbg’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(iwlwifi_dbg, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(iwlwifi_dbg, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h: In function ‘__bpf_trace_iwlwifi_msg_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h:17:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 17 | DECLARE_EVENT_CLASS(iwlwifi_msg_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h:17:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 17 | DECLARE_EVENT_CLASS(iwlwifi_msg_event, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h: In function ‘__bpf_trace_iwlwifi_dbg’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(iwlwifi_dbg, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(iwlwifi_dbg, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:108, from ../drivers/net/wireless/intel/iwlwifi/iwl-devtrace-data.h:59, from ../drivers/net/wireless/intel/iwlwifi/iwl-devtrace.h:95: ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-data.h: In function ‘trace_event_raw_event_iwlwifi_dev_tx_tb’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-data.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(iwlwifi_dev_tx_tb, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-data.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(iwlwifi_dev_tx_tb, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-data.h: In function ‘trace_event_raw_event_iwlwifi_dev_rx_data’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-data.h:37:1: note: in expansion of macro ‘TRACE_EVENT’ 37 | TRACE_EVENT(iwlwifi_dev_rx_data, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-data.h:37:1: note: in expansion of macro ‘TRACE_EVENT’ 37 | TRACE_EVENT(iwlwifi_dev_rx_data, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-data.h: In function ‘__bpf_trace_iwlwifi_dev_tx_tb’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-data.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(iwlwifi_dev_tx_tb, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-data.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(iwlwifi_dev_tx_tb, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-data.h: In function ‘__bpf_trace_iwlwifi_dev_rx_data’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-data.h:37:1: note: in expansion of macro ‘TRACE_EVENT’ 37 | TRACE_EVENT(iwlwifi_dev_rx_data, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-data.h:37:1: note: in expansion of macro ‘TRACE_EVENT’ 37 | TRACE_EVENT(iwlwifi_dev_rx_data, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:108, from ../drivers/net/wireless/intel/iwlwifi/iwl-devtrace-iwlwifi.h:137, from ../drivers/net/wireless/intel/iwlwifi/iwl-devtrace.h:96: ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h: In function ‘trace_event_raw_event_iwlwifi_dev_hcmd’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:18:1: note: in expansion of macro ‘TRACE_EVENT’ 18 | TRACE_EVENT(iwlwifi_dev_hcmd, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:18:1: note: in expansion of macro ‘TRACE_EVENT’ 18 | TRACE_EVENT(iwlwifi_dev_hcmd, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h: In function ‘trace_event_raw_event_iwlwifi_dev_rx’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:52:1: note: in expansion of macro ‘TRACE_EVENT’ 52 | TRACE_EVENT(iwlwifi_dev_rx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:52:1: note: in expansion of macro ‘TRACE_EVENT’ 52 | TRACE_EVENT(iwlwifi_dev_rx, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h: In function ‘trace_event_raw_event_iwlwifi_dev_tx’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ 73 | TRACE_EVENT(iwlwifi_dev_tx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ 73 | TRACE_EVENT(iwlwifi_dev_tx, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h: In function ‘trace_event_raw_event_iwlwifi_dev_ucode_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:112:1: note: in expansion of macro ‘TRACE_EVENT’ 112 | TRACE_EVENT(iwlwifi_dev_ucode_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:112:1: note: in expansion of macro ‘TRACE_EVENT’ 112 | TRACE_EVENT(iwlwifi_dev_ucode_event, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h: In function ‘__bpf_trace_iwlwifi_dev_hcmd’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:18:1: note: in expansion of macro ‘TRACE_EVENT’ 18 | TRACE_EVENT(iwlwifi_dev_hcmd, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:18:1: note: in expansion of macro ‘TRACE_EVENT’ 18 | TRACE_EVENT(iwlwifi_dev_hcmd, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h: In function ‘__bpf_trace_iwlwifi_dev_rx’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:52:1: note: in expansion of macro ‘TRACE_EVENT’ 52 | TRACE_EVENT(iwlwifi_dev_rx, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:52:1: note: in expansion of macro ‘TRACE_EVENT’ 52 | TRACE_EVENT(iwlwifi_dev_rx, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h: In function ‘__bpf_trace_iwlwifi_dev_tx’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ 73 | TRACE_EVENT(iwlwifi_dev_tx, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ 73 | TRACE_EVENT(iwlwifi_dev_tx, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h: In function ‘__bpf_trace_iwlwifi_dev_ucode_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:112:1: note: in expansion of macro ‘TRACE_EVENT’ 112 | TRACE_EVENT(iwlwifi_dev_ucode_event, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:112:1: note: in expansion of macro ‘TRACE_EVENT’ 112 | TRACE_EVENT(iwlwifi_dev_ucode_event, | ^~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/intel/iwlwifi/iwl-devtrace.o] Error 1 make[7]: *** [../scripts/Makefile.build:485: drivers/net/wireless/intel/iwlwifi] Error 2 make[6]: *** [../scripts/Makefile.build:485: drivers/net/wireless/intel] Error 2 make[5]: *** [../scripts/Makefile.build:485: drivers/net/wireless] Error 2 make[4]: *** [../scripts/Makefile.build:485: drivers/net] Error 2 make[3]: *** [../scripts/Makefile.build:485: drivers] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/cachefiles.h:860, from ../fs/cachefiles/internal.h:151, from ../fs/cachefiles/main.c:24: ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_ref’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ 216 | TRACE_EVENT(cachefiles_ref, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ 216 | TRACE_EVENT(cachefiles_ref, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ 216 | TRACE_EVENT(cachefiles_ref, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ 216 | TRACE_EVENT(cachefiles_ref, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ 216 | TRACE_EVENT(cachefiles_ref, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_lookup’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:244:1: note: in expansion of macro ‘TRACE_EVENT’ 244 | TRACE_EVENT(cachefiles_lookup, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:244:1: note: in expansion of macro ‘TRACE_EVENT’ 244 | TRACE_EVENT(cachefiles_lookup, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_mkdir’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:270:1: note: in expansion of macro ‘TRACE_EVENT’ 270 | TRACE_EVENT(cachefiles_mkdir, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:270:1: note: in expansion of macro ‘TRACE_EVENT’ 270 | TRACE_EVENT(cachefiles_mkdir, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_tmpfile’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:290:1: note: in expansion of macro ‘TRACE_EVENT’ 290 | TRACE_EVENT(cachefiles_tmpfile, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:290:1: note: in expansion of macro ‘TRACE_EVENT’ 290 | TRACE_EVENT(cachefiles_tmpfile, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_link’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:310:1: note: in expansion of macro ‘TRACE_EVENT’ 310 | TRACE_EVENT(cachefiles_link, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:310:1: note: in expansion of macro ‘TRACE_EVENT’ 310 | TRACE_EVENT(cachefiles_link, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_unlink’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:330:1: note: in expansion of macro ‘TRACE_EVENT’ 330 | TRACE_EVENT(cachefiles_unlink, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:330:1: note: in expansion of macro ‘TRACE_EVENT’ 330 | TRACE_EVENT(cachefiles_unlink, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_rename’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:355:1: note: in expansion of macro ‘TRACE_EVENT’ 355 | TRACE_EVENT(cachefiles_rename, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:355:1: note: in expansion of macro ‘TRACE_EVENT’ 355 | TRACE_EVENT(cachefiles_rename, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_coherency’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:380:1: note: in expansion of macro ‘TRACE_EVENT’ 380 | TRACE_EVENT(cachefiles_coherency, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:380:1: note: in expansion of macro ‘TRACE_EVENT’ 380 | TRACE_EVENT(cachefiles_coherency, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_vol_coherency’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ 410 | TRACE_EVENT(cachefiles_vol_coherency, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ 410 | TRACE_EVENT(cachefiles_vol_coherency, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_prep_read’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ 436 | TRACE_EVENT(cachefiles_prep_read, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ 436 | TRACE_EVENT(cachefiles_prep_read, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_read’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:478:1: note: in expansion of macro ‘TRACE_EVENT’ 478 | TRACE_EVENT(cachefiles_read, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:478:1: note: in expansion of macro ‘TRACE_EVENT’ 478 | TRACE_EVENT(cachefiles_read, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_write’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:507:1: note: in expansion of macro ‘TRACE_EVENT’ 507 | TRACE_EVENT(cachefiles_write, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:507:1: note: in expansion of macro ‘TRACE_EVENT’ 507 | TRACE_EVENT(cachefiles_write, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_trunc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ 536 | TRACE_EVENT(cachefiles_trunc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ 536 | TRACE_EVENT(cachefiles_trunc, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_mark_active’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:566:1: note: in expansion of macro ‘TRACE_EVENT’ 566 | TRACE_EVENT(cachefiles_mark_active, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:566:1: note: in expansion of macro ‘TRACE_EVENT’ 566 | TRACE_EVENT(cachefiles_mark_active, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_mark_failed’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:587:1: note: in expansion of macro ‘TRACE_EVENT’ 587 | TRACE_EVENT(cachefiles_mark_failed, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:587:1: note: in expansion of macro ‘TRACE_EVENT’ 587 | TRACE_EVENT(cachefiles_mark_failed, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_mark_inactive’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:608:1: note: in expansion of macro ‘TRACE_EVENT’ 608 | TRACE_EVENT(cachefiles_mark_inactive, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:608:1: note: in expansion of macro ‘TRACE_EVENT’ 608 | TRACE_EVENT(cachefiles_mark_inactive, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_vfs_error’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:629:1: note: in expansion of macro ‘TRACE_EVENT’ 629 | TRACE_EVENT(cachefiles_vfs_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:629:1: note: in expansion of macro ‘TRACE_EVENT’ 629 | TRACE_EVENT(cachefiles_vfs_error, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_io_error’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:656:1: note: in expansion of macro ‘TRACE_EVENT’ 656 | TRACE_EVENT(cachefiles_io_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:656:1: note: in expansion of macro ‘TRACE_EVENT’ 656 | TRACE_EVENT(cachefiles_io_error, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_ondemand_open’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:683:1: note: in expansion of macro ‘TRACE_EVENT’ 683 | TRACE_EVENT(cachefiles_ondemand_open, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:683:1: note: in expansion of macro ‘TRACE_EVENT’ 683 | TRACE_EVENT(cachefiles_ondemand_open, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_ondemand_copen’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:713:1: note: in expansion of macro ‘TRACE_EVENT’ 713 | TRACE_EVENT(cachefiles_ondemand_copen, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:713:1: note: in expansion of macro ‘TRACE_EVENT’ 713 | TRACE_EVENT(cachefiles_ondemand_copen, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_ondemand_close’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:737:1: note: in expansion of macro ‘TRACE_EVENT’ 737 | TRACE_EVENT(cachefiles_ondemand_close, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:737:1: note: in expansion of macro ‘TRACE_EVENT’ 737 | TRACE_EVENT(cachefiles_ondemand_close, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_ondemand_read’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:760:1: note: in expansion of macro ‘TRACE_EVENT’ 760 | TRACE_EVENT(cachefiles_ondemand_read, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:760:1: note: in expansion of macro ‘TRACE_EVENT’ 760 | TRACE_EVENT(cachefiles_ondemand_read, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_ondemand_cread’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:790:1: note: in expansion of macro ‘TRACE_EVENT’ 790 | TRACE_EVENT(cachefiles_ondemand_cread, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:790:1: note: in expansion of macro ‘TRACE_EVENT’ 790 | TRACE_EVENT(cachefiles_ondemand_cread, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_ondemand_fd_write’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ 810 | TRACE_EVENT(cachefiles_ondemand_fd_write, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ 810 | TRACE_EVENT(cachefiles_ondemand_fd_write, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_ondemand_fd_release’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:837:1: note: in expansion of macro ‘TRACE_EVENT’ 837 | TRACE_EVENT(cachefiles_ondemand_fd_release, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:837:1: note: in expansion of macro ‘TRACE_EVENT’ 837 | TRACE_EVENT(cachefiles_ondemand_fd_release, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_ref’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ 216 | TRACE_EVENT(cachefiles_ref, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ 216 | TRACE_EVENT(cachefiles_ref, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_lookup’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:244:1: note: in expansion of macro ‘TRACE_EVENT’ 244 | TRACE_EVENT(cachefiles_lookup, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:244:1: note: in expansion of macro ‘TRACE_EVENT’ 244 | TRACE_EVENT(cachefiles_lookup, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_mkdir’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:270:1: note: in expansion of macro ‘TRACE_EVENT’ 270 | TRACE_EVENT(cachefiles_mkdir, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:270:1: note: in expansion of macro ‘TRACE_EVENT’ 270 | TRACE_EVENT(cachefiles_mkdir, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_tmpfile’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:290:1: note: in expansion of macro ‘TRACE_EVENT’ 290 | TRACE_EVENT(cachefiles_tmpfile, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:290:1: note: in expansion of macro ‘TRACE_EVENT’ 290 | TRACE_EVENT(cachefiles_tmpfile, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_link’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:310:1: note: in expansion of macro ‘TRACE_EVENT’ 310 | TRACE_EVENT(cachefiles_link, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:310:1: note: in expansion of macro ‘TRACE_EVENT’ 310 | TRACE_EVENT(cachefiles_link, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_unlink’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:330:1: note: in expansion of macro ‘TRACE_EVENT’ 330 | TRACE_EVENT(cachefiles_unlink, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:330:1: note: in expansion of macro ‘TRACE_EVENT’ 330 | TRACE_EVENT(cachefiles_unlink, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_rename’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:355:1: note: in expansion of macro ‘TRACE_EVENT’ 355 | TRACE_EVENT(cachefiles_rename, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:355:1: note: in expansion of macro ‘TRACE_EVENT’ 355 | TRACE_EVENT(cachefiles_rename, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_coherency’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:380:1: note: in expansion of macro ‘TRACE_EVENT’ 380 | TRACE_EVENT(cachefiles_coherency, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:380:1: note: in expansion of macro ‘TRACE_EVENT’ 380 | TRACE_EVENT(cachefiles_coherency, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_vol_coherency’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ 410 | TRACE_EVENT(cachefiles_vol_coherency, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ 410 | TRACE_EVENT(cachefiles_vol_coherency, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_prep_read’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ 436 | TRACE_EVENT(cachefiles_prep_read, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ 436 | TRACE_EVENT(cachefiles_prep_read, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_read’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:478:1: note: in expansion of macro ‘TRACE_EVENT’ 478 | TRACE_EVENT(cachefiles_read, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:478:1: note: in expansion of macro ‘TRACE_EVENT’ 478 | TRACE_EVENT(cachefiles_read, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_write’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:507:1: note: in expansion of macro ‘TRACE_EVENT’ 507 | TRACE_EVENT(cachefiles_write, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:507:1: note: in expansion of macro ‘TRACE_EVENT’ 507 | TRACE_EVENT(cachefiles_write, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_trunc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ 536 | TRACE_EVENT(cachefiles_trunc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ 536 | TRACE_EVENT(cachefiles_trunc, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_mark_active’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:566:1: note: in expansion of macro ‘TRACE_EVENT’ 566 | TRACE_EVENT(cachefiles_mark_active, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:566:1: note: in expansion of macro ‘TRACE_EVENT’ 566 | TRACE_EVENT(cachefiles_mark_active, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_mark_failed’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:587:1: note: in expansion of macro ‘TRACE_EVENT’ 587 | TRACE_EVENT(cachefiles_mark_failed, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:587:1: note: in expansion of macro ‘TRACE_EVENT’ 587 | TRACE_EVENT(cachefiles_mark_failed, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_mark_inactive’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:608:1: note: in expansion of macro ‘TRACE_EVENT’ 608 | TRACE_EVENT(cachefiles_mark_inactive, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:608:1: note: in expansion of macro ‘TRACE_EVENT’ 608 | TRACE_EVENT(cachefiles_mark_inactive, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_vfs_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:629:1: note: in expansion of macro ‘TRACE_EVENT’ 629 | TRACE_EVENT(cachefiles_vfs_error, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:629:1: note: in expansion of macro ‘TRACE_EVENT’ 629 | TRACE_EVENT(cachefiles_vfs_error, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_io_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:656:1: note: in expansion of macro ‘TRACE_EVENT’ 656 | TRACE_EVENT(cachefiles_io_error, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:656:1: note: in expansion of macro ‘TRACE_EVENT’ 656 | TRACE_EVENT(cachefiles_io_error, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_ondemand_open’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:683:1: note: in expansion of macro ‘TRACE_EVENT’ 683 | TRACE_EVENT(cachefiles_ondemand_open, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:683:1: note: in expansion of macro ‘TRACE_EVENT’ 683 | TRACE_EVENT(cachefiles_ondemand_open, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_ondemand_copen’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:713:1: note: in expansion of macro ‘TRACE_EVENT’ 713 | TRACE_EVENT(cachefiles_ondemand_copen, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:713:1: note: in expansion of macro ‘TRACE_EVENT’ 713 | TRACE_EVENT(cachefiles_ondemand_copen, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_ondemand_close’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:737:1: note: in expansion of macro ‘TRACE_EVENT’ 737 | TRACE_EVENT(cachefiles_ondemand_close, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:737:1: note: in expansion of macro ‘TRACE_EVENT’ 737 | TRACE_EVENT(cachefiles_ondemand_close, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_ondemand_read’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:760:1: note: in expansion of macro ‘TRACE_EVENT’ 760 | TRACE_EVENT(cachefiles_ondemand_read, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:760:1: note: in expansion of macro ‘TRACE_EVENT’ 760 | TRACE_EVENT(cachefiles_ondemand_read, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_ondemand_cread’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:790:1: note: in expansion of macro ‘TRACE_EVENT’ 790 | TRACE_EVENT(cachefiles_ondemand_cread, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:790:1: note: in expansion of macro ‘TRACE_EVENT’ 790 | TRACE_EVENT(cachefiles_ondemand_cread, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_ondemand_fd_write’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ 810 | TRACE_EVENT(cachefiles_ondemand_fd_write, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ 810 | TRACE_EVENT(cachefiles_ondemand_fd_write, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_ondemand_fd_release’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:837:1: note: in expansion of macro ‘TRACE_EVENT’ 837 | TRACE_EVENT(cachefiles_ondemand_fd_release, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:837:1: note: in expansion of macro ‘TRACE_EVENT’ 837 | TRACE_EVENT(cachefiles_ondemand_fd_release, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: fs/cachefiles/main.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: fs/cachefiles] Error 2 In file included from ../include/trace/define_trace.h:108, from ../fs/smb/client/trace.h:1579, from ../fs/smb/client/trace.c:8: ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_rw_err_class’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:105:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 105 | DECLARE_EVENT_CLASS(smb3_rw_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:105:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 105 | DECLARE_EVENT_CLASS(smb3_rw_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:105:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 105 | DECLARE_EVENT_CLASS(smb3_rw_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:105:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 105 | DECLARE_EVENT_CLASS(smb3_rw_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:105:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 105 | DECLARE_EVENT_CLASS(smb3_rw_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_other_err_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:161:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 161 | DECLARE_EVENT_CLASS(smb3_other_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:161:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 161 | DECLARE_EVENT_CLASS(smb3_other_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_copy_range_err_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:213:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 213 | DECLARE_EVENT_CLASS(smb3_copy_range_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:213:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 213 | DECLARE_EVENT_CLASS(smb3_copy_range_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_copy_range_done_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:267:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 267 | DECLARE_EVENT_CLASS(smb3_copy_range_done_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:267:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 267 | DECLARE_EVENT_CLASS(smb3_copy_range_done_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_rw_done_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:321:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 321 | DECLARE_EVENT_CLASS(smb3_rw_done_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:321:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 321 | DECLARE_EVENT_CLASS(smb3_rw_done_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_other_done_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:374:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 374 | DECLARE_EVENT_CLASS(smb3_other_done_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:374:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 374 | DECLARE_EVENT_CLASS(smb3_other_done_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_eof_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:423:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 423 | DECLARE_EVENT_CLASS(smb3_eof_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:423:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 423 | DECLARE_EVENT_CLASS(smb3_eof_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_fd_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:463:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 463 | DECLARE_EVENT_CLASS(smb3_fd_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:463:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 463 | DECLARE_EVENT_CLASS(smb3_fd_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_fd_err_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:499:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 499 | DECLARE_EVENT_CLASS(smb3_fd_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:499:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 499 | DECLARE_EVENT_CLASS(smb3_fd_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_inf_enter_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:541:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 541 | DECLARE_EVENT_CLASS(smb3_inf_enter_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:541:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 541 | DECLARE_EVENT_CLASS(smb3_inf_enter_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_inf_err_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:585:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 585 | DECLARE_EVENT_CLASS(smb3_inf_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:585:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 585 | DECLARE_EVENT_CLASS(smb3_inf_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_inf_compound_enter_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:633:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 633 | DECLARE_EVENT_CLASS(smb3_inf_compound_enter_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:633:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 633 | DECLARE_EVENT_CLASS(smb3_inf_compound_enter_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_inf_compound_done_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:678:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 678 | DECLARE_EVENT_CLASS(smb3_inf_compound_done_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:678:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 678 | DECLARE_EVENT_CLASS(smb3_inf_compound_done_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_inf_compound_err_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:719:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 719 | DECLARE_EVENT_CLASS(smb3_inf_compound_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:719:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 719 | DECLARE_EVENT_CLASS(smb3_inf_compound_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_cmd_err_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:768:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 768 | DECLARE_EVENT_CLASS(smb3_cmd_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:768:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 768 | DECLARE_EVENT_CLASS(smb3_cmd_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_cmd_done_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:809:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 809 | DECLARE_EVENT_CLASS(smb3_cmd_done_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:809:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 809 | DECLARE_EVENT_CLASS(smb3_cmd_done_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_mid_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:844:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 844 | DECLARE_EVENT_CLASS(smb3_mid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:844:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 844 | DECLARE_EVENT_CLASS(smb3_mid_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_exit_err_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:881:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 881 | DECLARE_EVENT_CLASS(smb3_exit_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:881:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 881 | DECLARE_EVENT_CLASS(smb3_exit_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_sync_err_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:910:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 910 | DECLARE_EVENT_CLASS(smb3_sync_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:910:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 910 | DECLARE_EVENT_CLASS(smb3_sync_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_enter_exit_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:936:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 936 | DECLARE_EVENT_CLASS(smb3_enter_exit_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:936:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 936 | DECLARE_EVENT_CLASS(smb3_enter_exit_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_tcon_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:965:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 965 | DECLARE_EVENT_CLASS(smb3_tcon_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:965:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 965 | DECLARE_EVENT_CLASS(smb3_tcon_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_open_enter_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1007:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1007 | DECLARE_EVENT_CLASS(smb3_open_enter_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1007:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1007 | DECLARE_EVENT_CLASS(smb3_open_enter_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_open_err_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1049:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1049 | DECLARE_EVENT_CLASS(smb3_open_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1049:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1049 | DECLARE_EVENT_CLASS(smb3_open_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_open_done_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1091:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1091 | DECLARE_EVENT_CLASS(smb3_open_done_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1091:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1091 | DECLARE_EVENT_CLASS(smb3_open_done_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_lease_done_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1134:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1134 | DECLARE_EVENT_CLASS(smb3_lease_done_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1134:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1134 | DECLARE_EVENT_CLASS(smb3_lease_done_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_lease_err_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1172:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1172 | DECLARE_EVENT_CLASS(smb3_lease_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1172:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1172 | DECLARE_EVENT_CLASS(smb3_lease_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_connect_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1213:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1213 | DECLARE_EVENT_CLASS(smb3_connect_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1213:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1213 | DECLARE_EVENT_CLASS(smb3_connect_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_connect_err_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1248:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1248 | DECLARE_EVENT_CLASS(smb3_connect_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1248:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1248 | DECLARE_EVENT_CLASS(smb3_connect_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_sess_setup_err_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1284:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1284 | DECLARE_EVENT_CLASS(smb3_sess_setup_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1284:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1284 | DECLARE_EVENT_CLASS(smb3_sess_setup_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_reconnect_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1324:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1324 | DECLARE_EVENT_CLASS(smb3_reconnect_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1324:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1324 | DECLARE_EVENT_CLASS(smb3_reconnect_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_ses_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1355:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1355 | DECLARE_EVENT_CLASS(smb3_ses_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1355:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1355 | DECLARE_EVENT_CLASS(smb3_ses_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_ioctl_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1375 | DECLARE_EVENT_CLASS(smb3_ioctl_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1375 | DECLARE_EVENT_CLASS(smb3_ioctl_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_shutdown_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1403:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1403 | DECLARE_EVENT_CLASS(smb3_shutdown_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1403:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1403 | DECLARE_EVENT_CLASS(smb3_shutdown_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_shutdown_err_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1428:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1428 | DECLARE_EVENT_CLASS(smb3_shutdown_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1428:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1428 | DECLARE_EVENT_CLASS(smb3_shutdown_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_credit_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1456:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1456 | DECLARE_EVENT_CLASS(smb3_credit_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1456:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1456 | DECLARE_EVENT_CLASS(smb3_credit_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_tcon_ref’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1516:1: note: in expansion of macro ‘TRACE_EVENT’ 1516 | TRACE_EVENT(smb3_tcon_ref, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1516:1: note: in expansion of macro ‘TRACE_EVENT’ 1516 | TRACE_EVENT(smb3_tcon_ref, | ^~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_rw_credits’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1536:1: note: in expansion of macro ‘TRACE_EVENT’ 1536 | TRACE_EVENT(smb3_rw_credits, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1536:1: note: in expansion of macro ‘TRACE_EVENT’ 1536 | TRACE_EVENT(smb3_rw_credits, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_rw_err_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:105:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 105 | DECLARE_EVENT_CLASS(smb3_rw_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:105:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 105 | DECLARE_EVENT_CLASS(smb3_rw_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_other_err_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:161:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 161 | DECLARE_EVENT_CLASS(smb3_other_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:161:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 161 | DECLARE_EVENT_CLASS(smb3_other_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_copy_range_err_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:213:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 213 | DECLARE_EVENT_CLASS(smb3_copy_range_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:213:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 213 | DECLARE_EVENT_CLASS(smb3_copy_range_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_copy_range_done_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:267:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 267 | DECLARE_EVENT_CLASS(smb3_copy_range_done_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:267:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 267 | DECLARE_EVENT_CLASS(smb3_copy_range_done_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_rw_done_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:321:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 321 | DECLARE_EVENT_CLASS(smb3_rw_done_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:321:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 321 | DECLARE_EVENT_CLASS(smb3_rw_done_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_other_done_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:374:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 374 | DECLARE_EVENT_CLASS(smb3_other_done_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:374:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 374 | DECLARE_EVENT_CLASS(smb3_other_done_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_eof_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:423:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 423 | DECLARE_EVENT_CLASS(smb3_eof_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:423:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 423 | DECLARE_EVENT_CLASS(smb3_eof_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_fd_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:463:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 463 | DECLARE_EVENT_CLASS(smb3_fd_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:463:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 463 | DECLARE_EVENT_CLASS(smb3_fd_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_fd_err_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:499:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 499 | DECLARE_EVENT_CLASS(smb3_fd_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:499:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 499 | DECLARE_EVENT_CLASS(smb3_fd_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_inf_enter_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:541:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 541 | DECLARE_EVENT_CLASS(smb3_inf_enter_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:541:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 541 | DECLARE_EVENT_CLASS(smb3_inf_enter_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_inf_err_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:585:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 585 | DECLARE_EVENT_CLASS(smb3_inf_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:585:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 585 | DECLARE_EVENT_CLASS(smb3_inf_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_inf_compound_enter_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:633:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 633 | DECLARE_EVENT_CLASS(smb3_inf_compound_enter_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:633:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 633 | DECLARE_EVENT_CLASS(smb3_inf_compound_enter_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_inf_compound_done_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:678:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 678 | DECLARE_EVENT_CLASS(smb3_inf_compound_done_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:678:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 678 | DECLARE_EVENT_CLASS(smb3_inf_compound_done_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_inf_compound_err_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:719:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 719 | DECLARE_EVENT_CLASS(smb3_inf_compound_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:719:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 719 | DECLARE_EVENT_CLASS(smb3_inf_compound_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_cmd_err_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:768:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 768 | DECLARE_EVENT_CLASS(smb3_cmd_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:768:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 768 | DECLARE_EVENT_CLASS(smb3_cmd_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_cmd_done_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:809:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 809 | DECLARE_EVENT_CLASS(smb3_cmd_done_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:809:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 809 | DECLARE_EVENT_CLASS(smb3_cmd_done_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_mid_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:844:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 844 | DECLARE_EVENT_CLASS(smb3_mid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:844:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 844 | DECLARE_EVENT_CLASS(smb3_mid_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_exit_err_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:881:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 881 | DECLARE_EVENT_CLASS(smb3_exit_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:881:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 881 | DECLARE_EVENT_CLASS(smb3_exit_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_sync_err_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:910:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 910 | DECLARE_EVENT_CLASS(smb3_sync_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:910:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 910 | DECLARE_EVENT_CLASS(smb3_sync_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_enter_exit_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:936:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 936 | DECLARE_EVENT_CLASS(smb3_enter_exit_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:936:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 936 | DECLARE_EVENT_CLASS(smb3_enter_exit_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_tcon_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:965:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 965 | DECLARE_EVENT_CLASS(smb3_tcon_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:965:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 965 | DECLARE_EVENT_CLASS(smb3_tcon_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_open_enter_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1007:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1007 | DECLARE_EVENT_CLASS(smb3_open_enter_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1007:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1007 | DECLARE_EVENT_CLASS(smb3_open_enter_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_open_err_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1049:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1049 | DECLARE_EVENT_CLASS(smb3_open_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1049:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1049 | DECLARE_EVENT_CLASS(smb3_open_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_open_done_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1091:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1091 | DECLARE_EVENT_CLASS(smb3_open_done_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1091:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1091 | DECLARE_EVENT_CLASS(smb3_open_done_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_lease_done_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1134:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1134 | DECLARE_EVENT_CLASS(smb3_lease_done_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1134:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1134 | DECLARE_EVENT_CLASS(smb3_lease_done_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_lease_err_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1172:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1172 | DECLARE_EVENT_CLASS(smb3_lease_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1172:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1172 | DECLARE_EVENT_CLASS(smb3_lease_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_connect_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1213:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1213 | DECLARE_EVENT_CLASS(smb3_connect_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1213:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1213 | DECLARE_EVENT_CLASS(smb3_connect_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_connect_err_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1248:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1248 | DECLARE_EVENT_CLASS(smb3_connect_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1248:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1248 | DECLARE_EVENT_CLASS(smb3_connect_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_sess_setup_err_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1284:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1284 | DECLARE_EVENT_CLASS(smb3_sess_setup_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1284:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1284 | DECLARE_EVENT_CLASS(smb3_sess_setup_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_reconnect_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1324:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1324 | DECLARE_EVENT_CLASS(smb3_reconnect_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1324:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1324 | DECLARE_EVENT_CLASS(smb3_reconnect_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_ses_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1355:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1355 | DECLARE_EVENT_CLASS(smb3_ses_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1355:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1355 | DECLARE_EVENT_CLASS(smb3_ses_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_ioctl_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1375 | DECLARE_EVENT_CLASS(smb3_ioctl_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1375 | DECLARE_EVENT_CLASS(smb3_ioctl_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_shutdown_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1403:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1403 | DECLARE_EVENT_CLASS(smb3_shutdown_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1403:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1403 | DECLARE_EVENT_CLASS(smb3_shutdown_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_shutdown_err_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1428:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1428 | DECLARE_EVENT_CLASS(smb3_shutdown_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1428:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1428 | DECLARE_EVENT_CLASS(smb3_shutdown_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_credit_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1456:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1456 | DECLARE_EVENT_CLASS(smb3_credit_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1456:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1456 | DECLARE_EVENT_CLASS(smb3_credit_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_tcon_ref’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1516:1: note: in expansion of macro ‘TRACE_EVENT’ 1516 | TRACE_EVENT(smb3_tcon_ref, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1516:1: note: in expansion of macro ‘TRACE_EVENT’ 1516 | TRACE_EVENT(smb3_tcon_ref, | ^~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_rw_credits’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1536:1: note: in expansion of macro ‘TRACE_EVENT’ 1536 | TRACE_EVENT(smb3_rw_credits, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1536:1: note: in expansion of macro ‘TRACE_EVENT’ 1536 | TRACE_EVENT(smb3_rw_credits, | ^~~~~~~~~~~ make[6]: *** [../scripts/Makefile.build:244: fs/smb/client/trace.o] Error 1 make[5]: *** [../scripts/Makefile.build:485: fs/smb/client] Error 2 make[4]: *** [../scripts/Makefile.build:485: fs/smb] Error 2 In file included from ../include/trace/define_trace.h:108, from ../fs/bcachefs/trace.h:1450, from ../fs/bcachefs/trace.c:18: ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_bpos’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:20:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 20 | DECLARE_EVENT_CLASS(bpos, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:20:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 20 | DECLARE_EVENT_CLASS(bpos, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:20:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 20 | DECLARE_EVENT_CLASS(bpos, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:20:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 20 | DECLARE_EVENT_CLASS(bpos, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:20:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 20 | DECLARE_EVENT_CLASS(bpos, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_fs_str’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 35 | DECLARE_EVENT_CLASS(fs_str, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 35 | DECLARE_EVENT_CLASS(fs_str, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_trans_str’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 52 | DECLARE_EVENT_CLASS(trans_str, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 52 | DECLARE_EVENT_CLASS(trans_str, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_trans_str_nocaller’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:75:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 75 | DECLARE_EVENT_CLASS(trans_str_nocaller, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:75:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 75 | DECLARE_EVENT_CLASS(trans_str_nocaller, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_btree_node_nofs’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:96:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 96 | DECLARE_EVENT_CLASS(btree_node_nofs, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:96:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 96 | DECLARE_EVENT_CLASS(btree_node_nofs, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_btree_node’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:121:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 121 | DECLARE_EVENT_CLASS(btree_node, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:121:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 121 | DECLARE_EVENT_CLASS(btree_node, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_bch_fs’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 148 | DECLARE_EVENT_CLASS(bch_fs, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 148 | DECLARE_EVENT_CLASS(bch_fs, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_btree_trans’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:163:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 163 | DECLARE_EVENT_CLASS(btree_trans, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:163:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 163 | DECLARE_EVENT_CLASS(btree_trans, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_bio’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 180 | DECLARE_EVENT_CLASS(bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 180 | DECLARE_EVENT_CLASS(bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_bch2_sync_fs’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:204:1: note: in expansion of macro ‘TRACE_EVENT’ 204 | TRACE_EVENT(bch2_sync_fs, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:204:1: note: in expansion of macro ‘TRACE_EVENT’ 204 | TRACE_EVENT(bch2_sync_fs, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_bch2_fsync’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:226:1: note: in expansion of macro ‘TRACE_EVENT’ 226 | TRACE_EVENT(bch2_fsync, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:226:1: note: in expansion of macro ‘TRACE_EVENT’ 226 | TRACE_EVENT(bch2_fsync, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_write_super’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:254:1: note: in expansion of macro ‘TRACE_EVENT’ 254 | TRACE_EVENT(write_super, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:254:1: note: in expansion of macro ‘TRACE_EVENT’ 254 | TRACE_EVENT(write_super, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_read_nopromote’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:280:1: note: in expansion of macro ‘TRACE_EVENT’ 280 | TRACE_EVENT(read_nopromote, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:280:1: note: in expansion of macro ‘TRACE_EVENT’ 280 | TRACE_EVENT(read_nopromote, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_journal_reclaim_start’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:341:1: note: in expansion of macro ‘TRACE_EVENT’ 341 | TRACE_EVENT(journal_reclaim_start, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:341:1: note: in expansion of macro ‘TRACE_EVENT’ 341 | TRACE_EVENT(journal_reclaim_start, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_journal_reclaim_finish’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:386:1: note: in expansion of macro ‘TRACE_EVENT’ 386 | TRACE_EVENT(journal_reclaim_finish, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:386:1: note: in expansion of macro ‘TRACE_EVENT’ 386 | TRACE_EVENT(journal_reclaim_finish, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_btree_cache_scan’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ 414 | TRACE_EVENT(btree_cache_scan, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ 414 | TRACE_EVENT(btree_cache_scan, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_btree_node_write’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:466:1: note: in expansion of macro ‘TRACE_EVENT’ 466 | TRACE_EVENT(btree_node_write, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:466:1: note: in expansion of macro ‘TRACE_EVENT’ 466 | TRACE_EVENT(btree_node_write, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_btree_reserve_get_fail’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:496:1: note: in expansion of macro ‘TRACE_EVENT’ 496 | TRACE_EVENT(btree_reserve_get_fail, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:496:1: note: in expansion of macro ‘TRACE_EVENT’ 496 | TRACE_EVENT(btree_reserve_get_fail, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_btree_path_relock_fail’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:549:1: note: in expansion of macro ‘TRACE_EVENT’ 549 | TRACE_EVENT(btree_path_relock_fail, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:549:1: note: in expansion of macro ‘TRACE_EVENT’ 549 | TRACE_EVENT(btree_path_relock_fail, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_btree_path_upgrade_fail’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:616:1: note: in expansion of macro ‘TRACE_EVENT’ 616 | TRACE_EVENT(btree_path_upgrade_fail, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:616:1: note: in expansion of macro ‘TRACE_EVENT’ 616 | TRACE_EVENT(btree_path_upgrade_fail, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_discard_buckets’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:701:1: note: in expansion of macro ‘TRACE_EVENT’ 701 | TRACE_EVENT(discard_buckets, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:701:1: note: in expansion of macro ‘TRACE_EVENT’ 701 | TRACE_EVENT(discard_buckets, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_bucket_invalidate’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:733:1: note: in expansion of macro ‘TRACE_EVENT’ 733 | TRACE_EVENT(bucket_invalidate, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:733:1: note: in expansion of macro ‘TRACE_EVENT’ 733 | TRACE_EVENT(bucket_invalidate, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_bucket_evacuate’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:759:1: note: in expansion of macro ‘TRACE_EVENT’ 759 | TRACE_EVENT(bucket_evacuate, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:759:1: note: in expansion of macro ‘TRACE_EVENT’ 759 | TRACE_EVENT(bucket_evacuate, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_move_data’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ 810 | TRACE_EVENT(move_data, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ 810 | TRACE_EVENT(move_data, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_evacuate_bucket’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:843:1: note: in expansion of macro ‘TRACE_EVENT’ 843 | TRACE_EVENT(evacuate_bucket, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:843:1: note: in expansion of macro ‘TRACE_EVENT’ 843 | TRACE_EVENT(evacuate_bucket, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_copygc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:876:1: note: in expansion of macro ‘TRACE_EVENT’ 876 | TRACE_EVENT(copygc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:876:1: note: in expansion of macro ‘TRACE_EVENT’ 876 | TRACE_EVENT(copygc, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_copygc_wait’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:906:1: note: in expansion of macro ‘TRACE_EVENT’ 906 | TRACE_EVENT(copygc_wait, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:906:1: note: in expansion of macro ‘TRACE_EVENT’ 906 | TRACE_EVENT(copygc_wait, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_transaction_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:930:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 930 | DECLARE_EVENT_CLASS(transaction_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:930:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 930 | DECLARE_EVENT_CLASS(transaction_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_trans_restart_split_race’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:960:1: note: in expansion of macro ‘TRACE_EVENT’ 960 | TRACE_EVENT(trans_restart_split_race, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:960:1: note: in expansion of macro ‘TRACE_EVENT’ 960 | TRACE_EVENT(trans_restart_split_race, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_trans_blocked_journal_reclaim’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:991:1: note: in expansion of macro ‘TRACE_EVENT’ 991 | TRACE_EVENT(trans_blocked_journal_reclaim, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:991:1: note: in expansion of macro ‘TRACE_EVENT’ 991 | TRACE_EVENT(trans_blocked_journal_reclaim, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_trans_restart_journal_preres_get’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1020:1: note: in expansion of macro ‘TRACE_EVENT’ 1020 | TRACE_EVENT(trans_restart_journal_preres_get, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1020:1: note: in expansion of macro ‘TRACE_EVENT’ 1020 | TRACE_EVENT(trans_restart_journal_preres_get, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_transaction_restart_iter’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1068:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1068 | DECLARE_EVENT_CLASS(transaction_restart_iter, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1068:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1068 | DECLARE_EVENT_CLASS(transaction_restart_iter, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_trans_restart_upgrade’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1111:1: note: in expansion of macro ‘TRACE_EVENT’ 1111 | TRACE_EVENT(trans_restart_upgrade, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1111:1: note: in expansion of macro ‘TRACE_EVENT’ 1111 | TRACE_EVENT(trans_restart_upgrade, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_trans_restart_would_deadlock_write’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1237:1: note: in expansion of macro ‘TRACE_EVENT’ 1237 | TRACE_EVENT(trans_restart_would_deadlock_write, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1237:1: note: in expansion of macro ‘TRACE_EVENT’ 1237 | TRACE_EVENT(trans_restart_would_deadlock_write, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_trans_restart_mem_realloced’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1252:1: note: in expansion of macro ‘TRACE_EVENT’ 1252 | TRACE_EVENT(trans_restart_mem_realloced, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1252:1: note: in expansion of macro ‘TRACE_EVENT’ 1252 | TRACE_EVENT(trans_restart_mem_realloced, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_trans_restart_key_cache_key_realloced’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1276:1: note: in expansion of macro ‘TRACE_EVENT’ 1276 | TRACE_EVENT(trans_restart_key_cache_key_realloced, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1276:1: note: in expansion of macro ‘TRACE_EVENT’ 1276 | TRACE_EVENT(trans_restart_key_cache_key_realloced, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_path_downgrade’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1314:1: note: in expansion of macro ‘TRACE_EVENT’ 1314 | TRACE_EVENT(path_downgrade, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1314:1: note: in expansion of macro ‘TRACE_EVENT’ 1314 | TRACE_EVENT(path_downgrade, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_write_buffer_flush’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1356:1: note: in expansion of macro ‘TRACE_EVENT’ 1356 | TRACE_EVENT(write_buffer_flush, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1356:1: note: in expansion of macro ‘TRACE_EVENT’ 1356 | TRACE_EVENT(write_buffer_flush, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_write_buffer_flush_sync’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1378:1: note: in expansion of macro ‘TRACE_EVENT’ 1378 | TRACE_EVENT(write_buffer_flush_sync, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1378:1: note: in expansion of macro ‘TRACE_EVENT’ 1378 | TRACE_EVENT(write_buffer_flush_sync, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_write_buffer_flush_slowpath’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1395:1: note: in expansion of macro ‘TRACE_EVENT’ 1395 | TRACE_EVENT(write_buffer_flush_slowpath, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1395:1: note: in expansion of macro ‘TRACE_EVENT’ 1395 | TRACE_EVENT(write_buffer_flush_slowpath, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_error_downcast’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1422:1: note: in expansion of macro ‘TRACE_EVENT’ 1422 | TRACE_EVENT(error_downcast, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1422:1: note: in expansion of macro ‘TRACE_EVENT’ 1422 | TRACE_EVENT(error_downcast, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_bpos’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:20:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 20 | DECLARE_EVENT_CLASS(bpos, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:20:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 20 | DECLARE_EVENT_CLASS(bpos, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_fs_str’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 35 | DECLARE_EVENT_CLASS(fs_str, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 35 | DECLARE_EVENT_CLASS(fs_str, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_trans_str’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 52 | DECLARE_EVENT_CLASS(trans_str, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 52 | DECLARE_EVENT_CLASS(trans_str, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_trans_str_nocaller’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:75:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 75 | DECLARE_EVENT_CLASS(trans_str_nocaller, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:75:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 75 | DECLARE_EVENT_CLASS(trans_str_nocaller, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_btree_node_nofs’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:96:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 96 | DECLARE_EVENT_CLASS(btree_node_nofs, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:96:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 96 | DECLARE_EVENT_CLASS(btree_node_nofs, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_btree_node’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:121:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 121 | DECLARE_EVENT_CLASS(btree_node, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:121:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 121 | DECLARE_EVENT_CLASS(btree_node, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_bch_fs’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 148 | DECLARE_EVENT_CLASS(bch_fs, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 148 | DECLARE_EVENT_CLASS(bch_fs, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_btree_trans’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:163:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 163 | DECLARE_EVENT_CLASS(btree_trans, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:163:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 163 | DECLARE_EVENT_CLASS(btree_trans, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_bio’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 180 | DECLARE_EVENT_CLASS(bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 180 | DECLARE_EVENT_CLASS(bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_bch2_sync_fs’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:204:1: note: in expansion of macro ‘TRACE_EVENT’ 204 | TRACE_EVENT(bch2_sync_fs, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:204:1: note: in expansion of macro ‘TRACE_EVENT’ 204 | TRACE_EVENT(bch2_sync_fs, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_bch2_fsync’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:226:1: note: in expansion of macro ‘TRACE_EVENT’ 226 | TRACE_EVENT(bch2_fsync, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:226:1: note: in expansion of macro ‘TRACE_EVENT’ 226 | TRACE_EVENT(bch2_fsync, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_write_super’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:254:1: note: in expansion of macro ‘TRACE_EVENT’ 254 | TRACE_EVENT(write_super, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:254:1: note: in expansion of macro ‘TRACE_EVENT’ 254 | TRACE_EVENT(write_super, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_read_nopromote’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:280:1: note: in expansion of macro ‘TRACE_EVENT’ 280 | TRACE_EVENT(read_nopromote, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:280:1: note: in expansion of macro ‘TRACE_EVENT’ 280 | TRACE_EVENT(read_nopromote, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_journal_reclaim_start’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:341:1: note: in expansion of macro ‘TRACE_EVENT’ 341 | TRACE_EVENT(journal_reclaim_start, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:341:1: note: in expansion of macro ‘TRACE_EVENT’ 341 | TRACE_EVENT(journal_reclaim_start, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_journal_reclaim_finish’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:386:1: note: in expansion of macro ‘TRACE_EVENT’ 386 | TRACE_EVENT(journal_reclaim_finish, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:386:1: note: in expansion of macro ‘TRACE_EVENT’ 386 | TRACE_EVENT(journal_reclaim_finish, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_btree_cache_scan’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ 414 | TRACE_EVENT(btree_cache_scan, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ 414 | TRACE_EVENT(btree_cache_scan, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_btree_node_write’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:466:1: note: in expansion of macro ‘TRACE_EVENT’ 466 | TRACE_EVENT(btree_node_write, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:466:1: note: in expansion of macro ‘TRACE_EVENT’ 466 | TRACE_EVENT(btree_node_write, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_btree_reserve_get_fail’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:496:1: note: in expansion of macro ‘TRACE_EVENT’ 496 | TRACE_EVENT(btree_reserve_get_fail, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:496:1: note: in expansion of macro ‘TRACE_EVENT’ 496 | TRACE_EVENT(btree_reserve_get_fail, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_btree_path_relock_fail’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:549:1: note: in expansion of macro ‘TRACE_EVENT’ 549 | TRACE_EVENT(btree_path_relock_fail, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:549:1: note: in expansion of macro ‘TRACE_EVENT’ 549 | TRACE_EVENT(btree_path_relock_fail, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_btree_path_upgrade_fail’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:616:1: note: in expansion of macro ‘TRACE_EVENT’ 616 | TRACE_EVENT(btree_path_upgrade_fail, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:616:1: note: in expansion of macro ‘TRACE_EVENT’ 616 | TRACE_EVENT(btree_path_upgrade_fail, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_discard_buckets’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:701:1: note: in expansion of macro ‘TRACE_EVENT’ 701 | TRACE_EVENT(discard_buckets, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:701:1: note: in expansion of macro ‘TRACE_EVENT’ 701 | TRACE_EVENT(discard_buckets, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_bucket_invalidate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:733:1: note: in expansion of macro ‘TRACE_EVENT’ 733 | TRACE_EVENT(bucket_invalidate, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:733:1: note: in expansion of macro ‘TRACE_EVENT’ 733 | TRACE_EVENT(bucket_invalidate, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_bucket_evacuate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:759:1: note: in expansion of macro ‘TRACE_EVENT’ 759 | TRACE_EVENT(bucket_evacuate, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:759:1: note: in expansion of macro ‘TRACE_EVENT’ 759 | TRACE_EVENT(bucket_evacuate, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_move_data’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ 810 | TRACE_EVENT(move_data, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ 810 | TRACE_EVENT(move_data, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_evacuate_bucket’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:843:1: note: in expansion of macro ‘TRACE_EVENT’ 843 | TRACE_EVENT(evacuate_bucket, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:843:1: note: in expansion of macro ‘TRACE_EVENT’ 843 | TRACE_EVENT(evacuate_bucket, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_copygc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:876:1: note: in expansion of macro ‘TRACE_EVENT’ 876 | TRACE_EVENT(copygc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:876:1: note: in expansion of macro ‘TRACE_EVENT’ 876 | TRACE_EVENT(copygc, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_copygc_wait’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:906:1: note: in expansion of macro ‘TRACE_EVENT’ 906 | TRACE_EVENT(copygc_wait, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:906:1: note: in expansion of macro ‘TRACE_EVENT’ 906 | TRACE_EVENT(copygc_wait, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_transaction_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:930:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 930 | DECLARE_EVENT_CLASS(transaction_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:930:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 930 | DECLARE_EVENT_CLASS(transaction_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_trans_restart_split_race’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:960:1: note: in expansion of macro ‘TRACE_EVENT’ 960 | TRACE_EVENT(trans_restart_split_race, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:960:1: note: in expansion of macro ‘TRACE_EVENT’ 960 | TRACE_EVENT(trans_restart_split_race, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_trans_blocked_journal_reclaim’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:991:1: note: in expansion of macro ‘TRACE_EVENT’ 991 | TRACE_EVENT(trans_blocked_journal_reclaim, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:991:1: note: in expansion of macro ‘TRACE_EVENT’ 991 | TRACE_EVENT(trans_blocked_journal_reclaim, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_trans_restart_journal_preres_get’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1020:1: note: in expansion of macro ‘TRACE_EVENT’ 1020 | TRACE_EVENT(trans_restart_journal_preres_get, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1020:1: note: in expansion of macro ‘TRACE_EVENT’ 1020 | TRACE_EVENT(trans_restart_journal_preres_get, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_transaction_restart_iter’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1068:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1068 | DECLARE_EVENT_CLASS(transaction_restart_iter, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1068:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1068 | DECLARE_EVENT_CLASS(transaction_restart_iter, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_trans_restart_upgrade’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1111:1: note: in expansion of macro ‘TRACE_EVENT’ 1111 | TRACE_EVENT(trans_restart_upgrade, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1111:1: note: in expansion of macro ‘TRACE_EVENT’ 1111 | TRACE_EVENT(trans_restart_upgrade, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_trans_restart_would_deadlock_write’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1237:1: note: in expansion of macro ‘TRACE_EVENT’ 1237 | TRACE_EVENT(trans_restart_would_deadlock_write, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1237:1: note: in expansion of macro ‘TRACE_EVENT’ 1237 | TRACE_EVENT(trans_restart_would_deadlock_write, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_trans_restart_mem_realloced’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1252:1: note: in expansion of macro ‘TRACE_EVENT’ 1252 | TRACE_EVENT(trans_restart_mem_realloced, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1252:1: note: in expansion of macro ‘TRACE_EVENT’ 1252 | TRACE_EVENT(trans_restart_mem_realloced, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_trans_restart_key_cache_key_realloced’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1276:1: note: in expansion of macro ‘TRACE_EVENT’ 1276 | TRACE_EVENT(trans_restart_key_cache_key_realloced, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1276:1: note: in expansion of macro ‘TRACE_EVENT’ 1276 | TRACE_EVENT(trans_restart_key_cache_key_realloced, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_path_downgrade’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1314:1: note: in expansion of macro ‘TRACE_EVENT’ 1314 | TRACE_EVENT(path_downgrade, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1314:1: note: in expansion of macro ‘TRACE_EVENT’ 1314 | TRACE_EVENT(path_downgrade, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_write_buffer_flush’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1356:1: note: in expansion of macro ‘TRACE_EVENT’ 1356 | TRACE_EVENT(write_buffer_flush, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1356:1: note: in expansion of macro ‘TRACE_EVENT’ 1356 | TRACE_EVENT(write_buffer_flush, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_write_buffer_flush_sync’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1378:1: note: in expansion of macro ‘TRACE_EVENT’ 1378 | TRACE_EVENT(write_buffer_flush_sync, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1378:1: note: in expansion of macro ‘TRACE_EVENT’ 1378 | TRACE_EVENT(write_buffer_flush_sync, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_write_buffer_flush_slowpath’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1395:1: note: in expansion of macro ‘TRACE_EVENT’ 1395 | TRACE_EVENT(write_buffer_flush_slowpath, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1395:1: note: in expansion of macro ‘TRACE_EVENT’ 1395 | TRACE_EVENT(write_buffer_flush_slowpath, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_error_downcast’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1422:1: note: in expansion of macro ‘TRACE_EVENT’ 1422 | TRACE_EVENT(error_downcast, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1422:1: note: in expansion of macro ‘TRACE_EVENT’ 1422 | TRACE_EVENT(error_downcast, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: fs/bcachefs/trace.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: fs/bcachefs] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/skb.h:98, from ../net/core/net-traces.c:30: ../include/trace/events/skb.h: In function ‘trace_event_raw_event_kfree_skb’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/skb.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ 24 | TRACE_EVENT(kfree_skb, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/skb.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ 24 | TRACE_EVENT(kfree_skb, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/skb.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ 24 | TRACE_EVENT(kfree_skb, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/skb.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ 24 | TRACE_EVENT(kfree_skb, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/skb.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ 24 | TRACE_EVENT(kfree_skb, | ^~~~~~~~~~~ ../include/trace/events/skb.h: In function ‘trace_event_raw_event_consume_skb’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/skb.h:57:1: note: in expansion of macro ‘TRACE_EVENT’ 57 | TRACE_EVENT(consume_skb, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/skb.h:57:1: note: in expansion of macro ‘TRACE_EVENT’ 57 | TRACE_EVENT(consume_skb, | ^~~~~~~~~~~ ../include/trace/events/skb.h: In function ‘trace_event_raw_event_skb_copy_datagram_iovec’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/skb.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ 76 | TRACE_EVENT(skb_copy_datagram_iovec, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/skb.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ 76 | TRACE_EVENT(skb_copy_datagram_iovec, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/skb.h: In function ‘__bpf_trace_kfree_skb’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/skb.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ 24 | TRACE_EVENT(kfree_skb, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/skb.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ 24 | TRACE_EVENT(kfree_skb, | ^~~~~~~~~~~ ../include/trace/events/skb.h: In function ‘__bpf_trace_consume_skb’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/skb.h:57:1: note: in expansion of macro ‘TRACE_EVENT’ 57 | TRACE_EVENT(consume_skb, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/skb.h:57:1: note: in expansion of macro ‘TRACE_EVENT’ 57 | TRACE_EVENT(consume_skb, | ^~~~~~~~~~~ ../include/trace/events/skb.h: In function ‘__bpf_trace_skb_copy_datagram_iovec’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/skb.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ 76 | TRACE_EVENT(skb_copy_datagram_iovec, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/skb.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ 76 | TRACE_EVENT(skb_copy_datagram_iovec, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/net.h:319, from ../net/core/net-traces.c:31: ../include/trace/events/net.h: In function ‘trace_event_raw_event_net_dev_start_xmit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(net_dev_start_xmit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(net_dev_start_xmit, | ^~~~~~~~~~~ ../include/trace/events/net.h: In function ‘trace_event_raw_event_net_dev_xmit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ 72 | TRACE_EVENT(net_dev_xmit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ 72 | TRACE_EVENT(net_dev_xmit, | ^~~~~~~~~~~ ../include/trace/events/net.h: In function ‘trace_event_raw_event_net_dev_xmit_timeout’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ 99 | TRACE_EVENT(net_dev_xmit_timeout, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ 99 | TRACE_EVENT(net_dev_xmit_timeout, | ^~~~~~~~~~~ ../include/trace/events/net.h: In function ‘trace_event_raw_event_net_dev_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:122:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 122 | DECLARE_EVENT_CLASS(net_dev_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:122:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 122 | DECLARE_EVENT_CLASS(net_dev_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h: In function ‘trace_event_raw_event_net_dev_rx_verbose_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 165 | DECLARE_EVENT_CLASS(net_dev_rx_verbose_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 165 | DECLARE_EVENT_CLASS(net_dev_rx_verbose_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h: In function ‘trace_event_raw_event_net_dev_rx_exit_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:264:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 264 | DECLARE_EVENT_CLASS(net_dev_rx_exit_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:264:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 264 | DECLARE_EVENT_CLASS(net_dev_rx_exit_template, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/net.h: In function ‘__bpf_trace_net_dev_start_xmit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(net_dev_start_xmit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(net_dev_start_xmit, | ^~~~~~~~~~~ ../include/trace/events/net.h: In function ‘__bpf_trace_net_dev_xmit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ 72 | TRACE_EVENT(net_dev_xmit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ 72 | TRACE_EVENT(net_dev_xmit, | ^~~~~~~~~~~ ../include/trace/events/net.h: In function ‘__bpf_trace_net_dev_xmit_timeout’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ 99 | TRACE_EVENT(net_dev_xmit_timeout, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ 99 | TRACE_EVENT(net_dev_xmit_timeout, | ^~~~~~~~~~~ ../include/trace/events/net.h: In function ‘__bpf_trace_net_dev_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:122:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 122 | DECLARE_EVENT_CLASS(net_dev_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:122:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 122 | DECLARE_EVENT_CLASS(net_dev_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h: In function ‘__bpf_trace_net_dev_rx_verbose_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 165 | DECLARE_EVENT_CLASS(net_dev_rx_verbose_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 165 | DECLARE_EVENT_CLASS(net_dev_rx_verbose_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h: In function ‘__bpf_trace_net_dev_rx_exit_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:264:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 264 | DECLARE_EVENT_CLASS(net_dev_rx_exit_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:264:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 264 | DECLARE_EVENT_CLASS(net_dev_rx_exit_template, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/napi.h:77, from ../net/core/net-traces.c:32: ../include/trace/events/napi.h: In function ‘trace_event_raw_event_napi_poll’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/napi.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(napi_poll, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/napi.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(napi_poll, | ^~~~~~~~~~~ ../include/trace/events/napi.h: In function ‘trace_event_raw_event_dql_stall_detected’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/napi.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ 39 | TRACE_EVENT(dql_stall_detected, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/napi.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ 39 | TRACE_EVENT(dql_stall_detected, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/napi.h: In function ‘__bpf_trace_napi_poll’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/napi.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(napi_poll, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/napi.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(napi_poll, | ^~~~~~~~~~~ ../include/trace/events/napi.h: In function ‘__bpf_trace_dql_stall_detected’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/napi.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ 39 | TRACE_EVENT(dql_stall_detected, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/napi.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ 39 | TRACE_EVENT(dql_stall_detected, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/sock.h:313, from ../net/core/net-traces.c:33: ../include/trace/events/sock.h: In function ‘trace_event_raw_event_sock_rcvqueue_full’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ 72 | TRACE_EVENT(sock_rcvqueue_full, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ 72 | TRACE_EVENT(sock_rcvqueue_full, | ^~~~~~~~~~~ ../include/trace/events/sock.h: In function ‘trace_event_raw_event_sock_exceed_buf_limit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(sock_exceed_buf_limit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(sock_exceed_buf_limit, | ^~~~~~~~~~~ ../include/trace/events/sock.h: In function ‘trace_event_raw_event_inet_sock_set_state’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ 141 | TRACE_EVENT(inet_sock_set_state, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ 141 | TRACE_EVENT(inet_sock_set_state, | ^~~~~~~~~~~ ../include/trace/events/sock.h: In function ‘trace_event_raw_event_inet_sk_error_report’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:194:1: note: in expansion of macro ‘TRACE_EVENT’ 194 | TRACE_EVENT(inet_sk_error_report, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:194:1: note: in expansion of macro ‘TRACE_EVENT’ 194 | TRACE_EVENT(inet_sk_error_report, | ^~~~~~~~~~~ ../include/trace/events/sock.h: In function ‘trace_event_raw_event_sk_data_ready’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:241:1: note: in expansion of macro ‘TRACE_EVENT’ 241 | TRACE_EVENT(sk_data_ready, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:241:1: note: in expansion of macro ‘TRACE_EVENT’ 241 | TRACE_EVENT(sk_data_ready, | ^~~~~~~~~~~ ../include/trace/events/sock.h: In function ‘trace_event_raw_event_sock_msg_length’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:268:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 268 | DECLARE_EVENT_CLASS(sock_msg_length, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:268:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 268 | DECLARE_EVENT_CLASS(sock_msg_length, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/sock.h: In function ‘__bpf_trace_sock_rcvqueue_full’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ 72 | TRACE_EVENT(sock_rcvqueue_full, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ 72 | TRACE_EVENT(sock_rcvqueue_full, | ^~~~~~~~~~~ ../include/trace/events/sock.h: In function ‘__bpf_trace_sock_exceed_buf_limit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(sock_exceed_buf_limit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(sock_exceed_buf_limit, | ^~~~~~~~~~~ ../include/trace/events/sock.h: In function ‘__bpf_trace_inet_sock_set_state’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ 141 | TRACE_EVENT(inet_sock_set_state, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ 141 | TRACE_EVENT(inet_sock_set_state, | ^~~~~~~~~~~ ../include/trace/events/sock.h: In function ‘__bpf_trace_inet_sk_error_report’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:194:1: note: in expansion of macro ‘TRACE_EVENT’ 194 | TRACE_EVENT(inet_sk_error_report, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:194:1: note: in expansion of macro ‘TRACE_EVENT’ 194 | TRACE_EVENT(inet_sk_error_report, | ^~~~~~~~~~~ ../include/trace/events/sock.h: In function ‘__bpf_trace_sk_data_ready’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:241:1: note: in expansion of macro ‘TRACE_EVENT’ 241 | TRACE_EVENT(sk_data_ready, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:241:1: note: in expansion of macro ‘TRACE_EVENT’ 241 | TRACE_EVENT(sk_data_ready, | ^~~~~~~~~~~ ../include/trace/events/sock.h: In function ‘__bpf_trace_sock_msg_length’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:268:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 268 | DECLARE_EVENT_CLASS(sock_msg_length, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:268:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 268 | DECLARE_EVENT_CLASS(sock_msg_length, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/udp.h:52, from ../net/core/net-traces.c:34: ../include/trace/events/udp.h: In function ‘trace_event_raw_event_udp_fail_queue_rcv_skb’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/udp.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(udp_fail_queue_rcv_skb, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/udp.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(udp_fail_queue_rcv_skb, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/udp.h: In function ‘__bpf_trace_udp_fail_queue_rcv_skb’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/udp.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(udp_fail_queue_rcv_skb, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/udp.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(udp_fail_queue_rcv_skb, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/tcp.h:734, from ../net/core/net-traces.c:35: ../include/trace/events/tcp.h: In function ‘trace_event_raw_event_tcp_event_sk_skb’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 22 | DECLARE_EVENT_CLASS(tcp_event_sk_skb, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 22 | DECLARE_EVENT_CLASS(tcp_event_sk_skb, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘trace_event_raw_event_tcp_send_reset’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:91:1: note: in expansion of macro ‘TRACE_EVENT’ 91 | TRACE_EVENT(tcp_send_reset, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:91:1: note: in expansion of macro ‘TRACE_EVENT’ 91 | TRACE_EVENT(tcp_send_reset, | ^~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘trace_event_raw_event_tcp_event_sk’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:147:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 147 | DECLARE_EVENT_CLASS(tcp_event_sk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:147:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 147 | DECLARE_EVENT_CLASS(tcp_event_sk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘trace_event_raw_event_tcp_retransmit_synack’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ 216 | TRACE_EVENT(tcp_retransmit_synack, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ 216 | TRACE_EVENT(tcp_retransmit_synack, | ^~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘trace_event_raw_event_tcp_probe’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:264:1: note: in expansion of macro ‘TRACE_EVENT’ 264 | TRACE_EVENT(tcp_probe, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:264:1: note: in expansion of macro ‘TRACE_EVENT’ 264 | TRACE_EVENT(tcp_probe, | ^~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘trace_event_raw_event_tcp_event_skb’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:333:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 333 | DECLARE_EVENT_CLASS(tcp_event_skb, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:333:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 333 | DECLARE_EVENT_CLASS(tcp_event_skb, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘trace_event_raw_event_tcp_cong_state_set’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:366:1: note: in expansion of macro ‘TRACE_EVENT’ 366 | TRACE_EVENT(tcp_cong_state_set, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:366:1: note: in expansion of macro ‘TRACE_EVENT’ 366 | TRACE_EVENT(tcp_cong_state_set, | ^~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘trace_event_raw_event_tcp_hash_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:414:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 414 | DECLARE_EVENT_CLASS(tcp_hash_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:414:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 414 | DECLARE_EVENT_CLASS(tcp_hash_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘trace_event_raw_event_tcp_ao_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:510:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 510 | DECLARE_EVENT_CLASS(tcp_ao_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:510:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 510 | DECLARE_EVENT_CLASS(tcp_ao_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘trace_event_raw_event_tcp_ao_event_sk’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:616:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 616 | DECLARE_EVENT_CLASS(tcp_ao_event_sk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:616:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 616 | DECLARE_EVENT_CLASS(tcp_ao_event_sk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘trace_event_raw_event_tcp_ao_event_sne’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:672:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 672 | DECLARE_EVENT_CLASS(tcp_ao_event_sne, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:672:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 672 | DECLARE_EVENT_CLASS(tcp_ao_event_sne, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/tcp.h: In function ‘__bpf_trace_tcp_event_sk_skb’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 22 | DECLARE_EVENT_CLASS(tcp_event_sk_skb, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 22 | DECLARE_EVENT_CLASS(tcp_event_sk_skb, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘__bpf_trace_tcp_send_reset’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:91:1: note: in expansion of macro ‘TRACE_EVENT’ 91 | TRACE_EVENT(tcp_send_reset, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:91:1: note: in expansion of macro ‘TRACE_EVENT’ 91 | TRACE_EVENT(tcp_send_reset, | ^~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘__bpf_trace_tcp_event_sk’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:147:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 147 | DECLARE_EVENT_CLASS(tcp_event_sk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:147:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 147 | DECLARE_EVENT_CLASS(tcp_event_sk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘__bpf_trace_tcp_retransmit_synack’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ 216 | TRACE_EVENT(tcp_retransmit_synack, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ 216 | TRACE_EVENT(tcp_retransmit_synack, | ^~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘__bpf_trace_tcp_probe’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:264:1: note: in expansion of macro ‘TRACE_EVENT’ 264 | TRACE_EVENT(tcp_probe, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:264:1: note: in expansion of macro ‘TRACE_EVENT’ 264 | TRACE_EVENT(tcp_probe, | ^~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘__bpf_trace_tcp_event_skb’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:333:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 333 | DECLARE_EVENT_CLASS(tcp_event_skb, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:333:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 333 | DECLARE_EVENT_CLASS(tcp_event_skb, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘__bpf_trace_tcp_cong_state_set’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:366:1: note: in expansion of macro ‘TRACE_EVENT’ 366 | TRACE_EVENT(tcp_cong_state_set, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:366:1: note: in expansion of macro ‘TRACE_EVENT’ 366 | TRACE_EVENT(tcp_cong_state_set, | ^~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘__bpf_trace_tcp_hash_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:414:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 414 | DECLARE_EVENT_CLASS(tcp_hash_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:414:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 414 | DECLARE_EVENT_CLASS(tcp_hash_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘__bpf_trace_tcp_ao_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:510:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 510 | DECLARE_EVENT_CLASS(tcp_ao_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:510:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 510 | DECLARE_EVENT_CLASS(tcp_ao_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘__bpf_trace_tcp_ao_event_sk’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:616:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 616 | DECLARE_EVENT_CLASS(tcp_ao_event_sk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:616:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 616 | DECLARE_EVENT_CLASS(tcp_ao_event_sk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘__bpf_trace_tcp_ao_event_sne’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:672:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 672 | DECLARE_EVENT_CLASS(tcp_ao_event_sne, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:672:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 672 | DECLARE_EVENT_CLASS(tcp_ao_event_sne, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/fib.h:102, from ../net/core/net-traces.c:36: ../include/trace/events/fib.h: In function ‘trace_event_raw_event_fib_table_lookup’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fib.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(fib_table_lookup, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fib.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(fib_table_lookup, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/fib.h: In function ‘__bpf_trace_fib_table_lookup’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fib.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(fib_table_lookup, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fib.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(fib_table_lookup, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/qdisc.h:153, from ../net/core/net-traces.c:37: ../include/trace/events/qdisc.h: In function ‘trace_event_raw_event_qdisc_dequeue’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(qdisc_dequeue, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(qdisc_dequeue, | ^~~~~~~~~~~ ../include/trace/events/qdisc.h: In function ‘trace_event_raw_event_qdisc_enqueue’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(qdisc_enqueue, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(qdisc_enqueue, | ^~~~~~~~~~~ ../include/trace/events/qdisc.h: In function ‘trace_event_raw_event_qdisc_reset’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ 77 | TRACE_EVENT(qdisc_reset, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ 77 | TRACE_EVENT(qdisc_reset, | ^~~~~~~~~~~ ../include/trace/events/qdisc.h: In function ‘trace_event_raw_event_qdisc_destroy’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:102:1: note: in expansion of macro ‘TRACE_EVENT’ 102 | TRACE_EVENT(qdisc_destroy, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:102:1: note: in expansion of macro ‘TRACE_EVENT’ 102 | TRACE_EVENT(qdisc_destroy, | ^~~~~~~~~~~ ../include/trace/events/qdisc.h: In function ‘trace_event_raw_event_qdisc_create’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:127:1: note: in expansion of macro ‘TRACE_EVENT’ 127 | TRACE_EVENT(qdisc_create, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:127:1: note: in expansion of macro ‘TRACE_EVENT’ 127 | TRACE_EVENT(qdisc_create, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/qdisc.h: In function ‘__bpf_trace_qdisc_dequeue’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(qdisc_dequeue, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(qdisc_dequeue, | ^~~~~~~~~~~ ../include/trace/events/qdisc.h: In function ‘__bpf_trace_qdisc_enqueue’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(qdisc_enqueue, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(qdisc_enqueue, | ^~~~~~~~~~~ ../include/trace/events/qdisc.h: In function ‘__bpf_trace_qdisc_reset’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ 77 | TRACE_EVENT(qdisc_reset, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ 77 | TRACE_EVENT(qdisc_reset, | ^~~~~~~~~~~ ../include/trace/events/qdisc.h: In function ‘__bpf_trace_qdisc_destroy’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:102:1: note: in expansion of macro ‘TRACE_EVENT’ 102 | TRACE_EVENT(qdisc_destroy, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:102:1: note: in expansion of macro ‘TRACE_EVENT’ 102 | TRACE_EVENT(qdisc_destroy, | ^~~~~~~~~~~ ../include/trace/events/qdisc.h: In function ‘__bpf_trace_qdisc_create’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:127:1: note: in expansion of macro ‘TRACE_EVENT’ 127 | TRACE_EVENT(qdisc_create, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:127:1: note: in expansion of macro ‘TRACE_EVENT’ 127 | TRACE_EVENT(qdisc_create, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/bridge.h:187, from ../net/core/net-traces.c:39: ../include/trace/events/bridge.h: In function ‘trace_event_raw_event_br_fdb_add’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(br_fdb_add, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(br_fdb_add, | ^~~~~~~~~~~ ../include/trace/events/bridge.h: In function ‘trace_event_raw_event_br_fdb_external_learn_add’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ 42 | TRACE_EVENT(br_fdb_external_learn_add, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ 42 | TRACE_EVENT(br_fdb_external_learn_add, | ^~~~~~~~~~~ ../include/trace/events/bridge.h: In function ‘trace_event_raw_event_fdb_delete’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ 69 | TRACE_EVENT(fdb_delete, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ 69 | TRACE_EVENT(fdb_delete, | ^~~~~~~~~~~ ../include/trace/events/bridge.h: In function ‘trace_event_raw_event_br_fdb_update’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:95:1: note: in expansion of macro ‘TRACE_EVENT’ 95 | TRACE_EVENT(br_fdb_update, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:95:1: note: in expansion of macro ‘TRACE_EVENT’ 95 | TRACE_EVENT(br_fdb_update, | ^~~~~~~~~~~ ../include/trace/events/bridge.h: In function ‘trace_event_raw_event_br_mdb_full’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:125:1: note: in expansion of macro ‘TRACE_EVENT’ 125 | TRACE_EVENT(br_mdb_full, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:125:1: note: in expansion of macro ‘TRACE_EVENT’ 125 | TRACE_EVENT(br_mdb_full, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/bridge.h: In function ‘__bpf_trace_br_fdb_add’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(br_fdb_add, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(br_fdb_add, | ^~~~~~~~~~~ ../include/trace/events/bridge.h: In function ‘__bpf_trace_br_fdb_external_learn_add’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ 42 | TRACE_EVENT(br_fdb_external_learn_add, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ 42 | TRACE_EVENT(br_fdb_external_learn_add, | ^~~~~~~~~~~ ../include/trace/events/bridge.h: In function ‘__bpf_trace_fdb_delete’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ 69 | TRACE_EVENT(fdb_delete, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ 69 | TRACE_EVENT(fdb_delete, | ^~~~~~~~~~~ ../include/trace/events/bridge.h: In function ‘__bpf_trace_br_fdb_update’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:95:1: note: in expansion of macro ‘TRACE_EVENT’ 95 | TRACE_EVENT(br_fdb_update, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:95:1: note: in expansion of macro ‘TRACE_EVENT’ 95 | TRACE_EVENT(br_fdb_update, | ^~~~~~~~~~~ ../include/trace/events/bridge.h: In function ‘__bpf_trace_br_mdb_full’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:125:1: note: in expansion of macro ‘TRACE_EVENT’ 125 | TRACE_EVENT(br_mdb_full, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:125:1: note: in expansion of macro ‘TRACE_EVENT’ 125 | TRACE_EVENT(br_mdb_full, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/page_pool.h:119, from ../net/core/net-traces.c:48: ../include/trace/events/page_pool.h: In function ‘trace_event_raw_event_page_pool_release’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/page_pool.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(page_pool_release, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/page_pool.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(page_pool_release, | ^~~~~~~~~~~ ../include/trace/events/page_pool.h: In function ‘trace_event_raw_event_page_pool_state_release’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/page_pool.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ 42 | TRACE_EVENT(page_pool_state_release, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/page_pool.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ 42 | TRACE_EVENT(page_pool_state_release, | ^~~~~~~~~~~ ../include/trace/events/page_pool.h: In function ‘trace_event_raw_event_page_pool_state_hold’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/page_pool.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ 68 | TRACE_EVENT(page_pool_state_hold, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/page_pool.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ 68 | TRACE_EVENT(page_pool_state_hold, | ^~~~~~~~~~~ ../include/trace/events/page_pool.h: In function ‘trace_event_raw_event_page_pool_update_nid’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/page_pool.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(page_pool_update_nid, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/page_pool.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(page_pool_update_nid, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/page_pool.h: In function ‘__bpf_trace_page_pool_release’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/page_pool.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(page_pool_release, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/page_pool.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(page_pool_release, | ^~~~~~~~~~~ ../include/trace/events/page_pool.h: In function ‘__bpf_trace_page_pool_state_release’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/page_pool.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ 42 | TRACE_EVENT(page_pool_state_release, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/page_pool.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ 42 | TRACE_EVENT(page_pool_state_release, | ^~~~~~~~~~~ ../include/trace/events/page_pool.h: In function ‘__bpf_trace_page_pool_state_hold’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/page_pool.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ 68 | TRACE_EVENT(page_pool_state_hold, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/page_pool.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ 68 | TRACE_EVENT(page_pool_state_hold, | ^~~~~~~~~~~ ../include/trace/events/page_pool.h: In function ‘__bpf_trace_page_pool_update_nid’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/page_pool.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(page_pool_update_nid, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/page_pool.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(page_pool_update_nid, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/neigh.h:255, from ../net/core/net-traces.c:51: ../include/trace/events/neigh.h: In function ‘trace_event_raw_event_neigh_create’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/neigh.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ 23 | TRACE_EVENT(neigh_create, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/neigh.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ 23 | TRACE_EVENT(neigh_create, | ^~~~~~~~~~~ ../include/trace/events/neigh.h: In function ‘trace_event_raw_event_neigh_update’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/neigh.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ 72 | TRACE_EVENT(neigh_update, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/neigh.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ 72 | TRACE_EVENT(neigh_update, | ^~~~~~~~~~~ ../include/trace/events/neigh.h: In function ‘trace_event_raw_event_neigh__update’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/neigh.h:156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 156 | DECLARE_EVENT_CLASS(neigh__update, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/neigh.h:156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 156 | DECLARE_EVENT_CLASS(neigh__update, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/neigh.h: In function ‘__bpf_trace_neigh_create’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/neigh.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ 23 | TRACE_EVENT(neigh_create, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/neigh.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ 23 | TRACE_EVENT(neigh_create, | ^~~~~~~~~~~ ../include/trace/events/neigh.h: In function ‘__bpf_trace_neigh_update’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/neigh.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ 72 | TRACE_EVENT(neigh_update, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/neigh.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ 72 | TRACE_EVENT(neigh_update, | ^~~~~~~~~~~ ../include/trace/events/neigh.h: In function ‘__bpf_trace_neigh__update’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/neigh.h:156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 156 | DECLARE_EVENT_CLASS(neigh__update, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/neigh.h:156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 156 | DECLARE_EVENT_CLASS(neigh__update, | ^~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: net/core/net-traces.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: net/core] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/afs.h:1612, from ../fs/afs/internal.h:985, from ../fs/afs/main.c:16: ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_receive_data’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ 536 | TRACE_EVENT(afs_receive_data, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ 536 | TRACE_EVENT(afs_receive_data, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ 536 | TRACE_EVENT(afs_receive_data, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ 536 | TRACE_EVENT(afs_receive_data, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ 536 | TRACE_EVENT(afs_receive_data, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_notify_call’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:569:1: note: in expansion of macro ‘TRACE_EVENT’ 569 | TRACE_EVENT(afs_notify_call, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:569:1: note: in expansion of macro ‘TRACE_EVENT’ 569 | TRACE_EVENT(afs_notify_call, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_cb_call’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:591:1: note: in expansion of macro ‘TRACE_EVENT’ 591 | TRACE_EVENT(afs_cb_call, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:591:1: note: in expansion of macro ‘TRACE_EVENT’ 591 | TRACE_EVENT(afs_cb_call, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_call’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:615:1: note: in expansion of macro ‘TRACE_EVENT’ 615 | TRACE_EVENT(afs_call, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:615:1: note: in expansion of macro ‘TRACE_EVENT’ 615 | TRACE_EVENT(afs_call, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_make_fs_call’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:645:1: note: in expansion of macro ‘TRACE_EVENT’ 645 | TRACE_EVENT(afs_make_fs_call, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:645:1: note: in expansion of macro ‘TRACE_EVENT’ 645 | TRACE_EVENT(afs_make_fs_call, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_make_fs_calli’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:676:1: note: in expansion of macro ‘TRACE_EVENT’ 676 | TRACE_EVENT(afs_make_fs_calli, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:676:1: note: in expansion of macro ‘TRACE_EVENT’ 676 | TRACE_EVENT(afs_make_fs_calli, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_make_fs_call1’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:711:1: note: in expansion of macro ‘TRACE_EVENT’ 711 | TRACE_EVENT(afs_make_fs_call1, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:711:1: note: in expansion of macro ‘TRACE_EVENT’ 711 | TRACE_EVENT(afs_make_fs_call1, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_make_fs_call2’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:748:1: note: in expansion of macro ‘TRACE_EVENT’ 748 | TRACE_EVENT(afs_make_fs_call2, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:748:1: note: in expansion of macro ‘TRACE_EVENT’ 748 | TRACE_EVENT(afs_make_fs_call2, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_make_vl_call’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:790:1: note: in expansion of macro ‘TRACE_EVENT’ 790 | TRACE_EVENT(afs_make_vl_call, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:790:1: note: in expansion of macro ‘TRACE_EVENT’ 790 | TRACE_EVENT(afs_make_vl_call, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_call_done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ 810 | TRACE_EVENT(afs_call_done, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ 810 | TRACE_EVENT(afs_call_done, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_send_data’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:836:1: note: in expansion of macro ‘TRACE_EVENT’ 836 | TRACE_EVENT(afs_send_data, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:836:1: note: in expansion of macro ‘TRACE_EVENT’ 836 | TRACE_EVENT(afs_send_data, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_sent_data’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:860:1: note: in expansion of macro ‘TRACE_EVENT’ 860 | TRACE_EVENT(afs_sent_data, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:860:1: note: in expansion of macro ‘TRACE_EVENT’ 860 | TRACE_EVENT(afs_sent_data, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_dir_check_failed’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:884:1: note: in expansion of macro ‘TRACE_EVENT’ 884 | TRACE_EVENT(afs_dir_check_failed, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:884:1: note: in expansion of macro ‘TRACE_EVENT’ 884 | TRACE_EVENT(afs_dir_check_failed, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_call_state’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:905:1: note: in expansion of macro ‘TRACE_EVENT’ 905 | TRACE_EVENT(afs_call_state, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:905:1: note: in expansion of macro ‘TRACE_EVENT’ 905 | TRACE_EVENT(afs_call_state, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_lookup’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:935:1: note: in expansion of macro ‘TRACE_EVENT’ 935 | TRACE_EVENT(afs_lookup, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:935:1: note: in expansion of macro ‘TRACE_EVENT’ 935 | TRACE_EVENT(afs_lookup, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_edit_dir’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:961:1: note: in expansion of macro ‘TRACE_EVENT’ 961 | TRACE_EVENT(afs_edit_dir, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:961:1: note: in expansion of macro ‘TRACE_EVENT’ 961 | TRACE_EVENT(afs_edit_dir, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_protocol_error’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1009:1: note: in expansion of macro ‘TRACE_EVENT’ 1009 | TRACE_EVENT(afs_protocol_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1009:1: note: in expansion of macro ‘TRACE_EVENT’ 1009 | TRACE_EVENT(afs_protocol_error, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_io_error’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1029:1: note: in expansion of macro ‘TRACE_EVENT’ 1029 | TRACE_EVENT(afs_io_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1029:1: note: in expansion of macro ‘TRACE_EVENT’ 1029 | TRACE_EVENT(afs_io_error, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_file_error’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1051:1: note: in expansion of macro ‘TRACE_EVENT’ 1051 | TRACE_EVENT(afs_file_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1051:1: note: in expansion of macro ‘TRACE_EVENT’ 1051 | TRACE_EVENT(afs_file_error, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_bulkstat_error’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1074:1: note: in expansion of macro ‘TRACE_EVENT’ 1074 | TRACE_EVENT(afs_bulkstat_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1074:1: note: in expansion of macro ‘TRACE_EVENT’ 1074 | TRACE_EVENT(afs_bulkstat_error, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_cm_no_server’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1099:1: note: in expansion of macro ‘TRACE_EVENT’ 1099 | TRACE_EVENT(afs_cm_no_server, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1099:1: note: in expansion of macro ‘TRACE_EVENT’ 1099 | TRACE_EVENT(afs_cm_no_server, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_cm_no_server_u’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1120:1: note: in expansion of macro ‘TRACE_EVENT’ 1120 | TRACE_EVENT(afs_cm_no_server_u, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1120:1: note: in expansion of macro ‘TRACE_EVENT’ 1120 | TRACE_EVENT(afs_cm_no_server_u, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_flock_ev’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1141:1: note: in expansion of macro ‘TRACE_EVENT’ 1141 | TRACE_EVENT(afs_flock_ev, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1141:1: note: in expansion of macro ‘TRACE_EVENT’ 1141 | TRACE_EVENT(afs_flock_ev, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_flock_op’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1171:1: note: in expansion of macro ‘TRACE_EVENT’ 1171 | TRACE_EVENT(afs_flock_op, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1171:1: note: in expansion of macro ‘TRACE_EVENT’ 1171 | TRACE_EVENT(afs_flock_op, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_reload_dir’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1205:1: note: in expansion of macro ‘TRACE_EVENT’ 1205 | TRACE_EVENT(afs_reload_dir, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1205:1: note: in expansion of macro ‘TRACE_EVENT’ 1205 | TRACE_EVENT(afs_reload_dir, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_silly_rename’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1222:1: note: in expansion of macro ‘TRACE_EVENT’ 1222 | TRACE_EVENT(afs_silly_rename, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1222:1: note: in expansion of macro ‘TRACE_EVENT’ 1222 | TRACE_EVENT(afs_silly_rename, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_get_tree’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1242:1: note: in expansion of macro ‘TRACE_EVENT’ 1242 | TRACE_EVENT(afs_get_tree, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1242:1: note: in expansion of macro ‘TRACE_EVENT’ 1242 | TRACE_EVENT(afs_get_tree, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_cb_v_break’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1268:1: note: in expansion of macro ‘TRACE_EVENT’ 1268 | TRACE_EVENT(afs_cb_v_break, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1268:1: note: in expansion of macro ‘TRACE_EVENT’ 1268 | TRACE_EVENT(afs_cb_v_break, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_cb_break’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1292:1: note: in expansion of macro ‘TRACE_EVENT’ 1292 | TRACE_EVENT(afs_cb_break, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1292:1: note: in expansion of macro ‘TRACE_EVENT’ 1292 | TRACE_EVENT(afs_cb_break, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_cb_miss’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1319:1: note: in expansion of macro ‘TRACE_EVENT’ 1319 | TRACE_EVENT(afs_cb_miss, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1319:1: note: in expansion of macro ‘TRACE_EVENT’ 1319 | TRACE_EVENT(afs_cb_miss, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_server’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1339:1: note: in expansion of macro ‘TRACE_EVENT’ 1339 | TRACE_EVENT(afs_server, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1339:1: note: in expansion of macro ‘TRACE_EVENT’ 1339 | TRACE_EVENT(afs_server, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_volume’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1366:1: note: in expansion of macro ‘TRACE_EVENT’ 1366 | TRACE_EVENT(afs_volume, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1366:1: note: in expansion of macro ‘TRACE_EVENT’ 1366 | TRACE_EVENT(afs_volume, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_cell’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1389:1: note: in expansion of macro ‘TRACE_EVENT’ 1389 | TRACE_EVENT(afs_cell, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1389:1: note: in expansion of macro ‘TRACE_EVENT’ 1389 | TRACE_EVENT(afs_cell, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_alist’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1416:1: note: in expansion of macro ‘TRACE_EVENT’ 1416 | TRACE_EVENT(afs_alist, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1416:1: note: in expansion of macro ‘TRACE_EVENT’ 1416 | TRACE_EVENT(afs_alist, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_estate’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1440:1: note: in expansion of macro ‘TRACE_EVENT’ 1440 | TRACE_EVENT(afs_estate, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1440:1: note: in expansion of macro ‘TRACE_EVENT’ 1440 | TRACE_EVENT(afs_estate, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_fs_probe’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1468:1: note: in expansion of macro ‘TRACE_EVENT’ 1468 | TRACE_EVENT(afs_fs_probe, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1468:1: note: in expansion of macro ‘TRACE_EVENT’ 1468 | TRACE_EVENT(afs_fs_probe, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_vl_probe’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1504:1: note: in expansion of macro ‘TRACE_EVENT’ 1504 | TRACE_EVENT(afs_vl_probe, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1504:1: note: in expansion of macro ‘TRACE_EVENT’ 1504 | TRACE_EVENT(afs_vl_probe, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_rotate’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ 1538 | TRACE_EVENT(afs_rotate, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ 1538 | TRACE_EVENT(afs_rotate, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_make_call’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1573:1: note: in expansion of macro ‘TRACE_EVENT’ 1573 | TRACE_EVENT(afs_make_call, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1573:1: note: in expansion of macro ‘TRACE_EVENT’ 1573 | TRACE_EVENT(afs_make_call, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_receive_data’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ 536 | TRACE_EVENT(afs_receive_data, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ 536 | TRACE_EVENT(afs_receive_data, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_notify_call’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:569:1: note: in expansion of macro ‘TRACE_EVENT’ 569 | TRACE_EVENT(afs_notify_call, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:569:1: note: in expansion of macro ‘TRACE_EVENT’ 569 | TRACE_EVENT(afs_notify_call, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_cb_call’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:591:1: note: in expansion of macro ‘TRACE_EVENT’ 591 | TRACE_EVENT(afs_cb_call, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:591:1: note: in expansion of macro ‘TRACE_EVENT’ 591 | TRACE_EVENT(afs_cb_call, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_call’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:615:1: note: in expansion of macro ‘TRACE_EVENT’ 615 | TRACE_EVENT(afs_call, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:615:1: note: in expansion of macro ‘TRACE_EVENT’ 615 | TRACE_EVENT(afs_call, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_make_fs_call’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:645:1: note: in expansion of macro ‘TRACE_EVENT’ 645 | TRACE_EVENT(afs_make_fs_call, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:645:1: note: in expansion of macro ‘TRACE_EVENT’ 645 | TRACE_EVENT(afs_make_fs_call, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_make_fs_calli’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:676:1: note: in expansion of macro ‘TRACE_EVENT’ 676 | TRACE_EVENT(afs_make_fs_calli, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:676:1: note: in expansion of macro ‘TRACE_EVENT’ 676 | TRACE_EVENT(afs_make_fs_calli, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_make_fs_call1’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:711:1: note: in expansion of macro ‘TRACE_EVENT’ 711 | TRACE_EVENT(afs_make_fs_call1, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:711:1: note: in expansion of macro ‘TRACE_EVENT’ 711 | TRACE_EVENT(afs_make_fs_call1, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_make_fs_call2’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:748:1: note: in expansion of macro ‘TRACE_EVENT’ 748 | TRACE_EVENT(afs_make_fs_call2, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:748:1: note: in expansion of macro ‘TRACE_EVENT’ 748 | TRACE_EVENT(afs_make_fs_call2, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_make_vl_call’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:790:1: note: in expansion of macro ‘TRACE_EVENT’ 790 | TRACE_EVENT(afs_make_vl_call, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:790:1: note: in expansion of macro ‘TRACE_EVENT’ 790 | TRACE_EVENT(afs_make_vl_call, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_call_done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ 810 | TRACE_EVENT(afs_call_done, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ 810 | TRACE_EVENT(afs_call_done, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_send_data’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:836:1: note: in expansion of macro ‘TRACE_EVENT’ 836 | TRACE_EVENT(afs_send_data, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:836:1: note: in expansion of macro ‘TRACE_EVENT’ 836 | TRACE_EVENT(afs_send_data, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_sent_data’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:860:1: note: in expansion of macro ‘TRACE_EVENT’ 860 | TRACE_EVENT(afs_sent_data, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:860:1: note: in expansion of macro ‘TRACE_EVENT’ 860 | TRACE_EVENT(afs_sent_data, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_dir_check_failed’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:884:1: note: in expansion of macro ‘TRACE_EVENT’ 884 | TRACE_EVENT(afs_dir_check_failed, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:884:1: note: in expansion of macro ‘TRACE_EVENT’ 884 | TRACE_EVENT(afs_dir_check_failed, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_call_state’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:905:1: note: in expansion of macro ‘TRACE_EVENT’ 905 | TRACE_EVENT(afs_call_state, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:905:1: note: in expansion of macro ‘TRACE_EVENT’ 905 | TRACE_EVENT(afs_call_state, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_lookup’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:935:1: note: in expansion of macro ‘TRACE_EVENT’ 935 | TRACE_EVENT(afs_lookup, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:935:1: note: in expansion of macro ‘TRACE_EVENT’ 935 | TRACE_EVENT(afs_lookup, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_edit_dir’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:961:1: note: in expansion of macro ‘TRACE_EVENT’ 961 | TRACE_EVENT(afs_edit_dir, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:961:1: note: in expansion of macro ‘TRACE_EVENT’ 961 | TRACE_EVENT(afs_edit_dir, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_protocol_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1009:1: note: in expansion of macro ‘TRACE_EVENT’ 1009 | TRACE_EVENT(afs_protocol_error, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1009:1: note: in expansion of macro ‘TRACE_EVENT’ 1009 | TRACE_EVENT(afs_protocol_error, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_io_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1029:1: note: in expansion of macro ‘TRACE_EVENT’ 1029 | TRACE_EVENT(afs_io_error, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1029:1: note: in expansion of macro ‘TRACE_EVENT’ 1029 | TRACE_EVENT(afs_io_error, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_file_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1051:1: note: in expansion of macro ‘TRACE_EVENT’ 1051 | TRACE_EVENT(afs_file_error, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1051:1: note: in expansion of macro ‘TRACE_EVENT’ 1051 | TRACE_EVENT(afs_file_error, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_bulkstat_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1074:1: note: in expansion of macro ‘TRACE_EVENT’ 1074 | TRACE_EVENT(afs_bulkstat_error, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1074:1: note: in expansion of macro ‘TRACE_EVENT’ 1074 | TRACE_EVENT(afs_bulkstat_error, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_cm_no_server’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1099:1: note: in expansion of macro ‘TRACE_EVENT’ 1099 | TRACE_EVENT(afs_cm_no_server, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1099:1: note: in expansion of macro ‘TRACE_EVENT’ 1099 | TRACE_EVENT(afs_cm_no_server, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_cm_no_server_u’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1120:1: note: in expansion of macro ‘TRACE_EVENT’ 1120 | TRACE_EVENT(afs_cm_no_server_u, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1120:1: note: in expansion of macro ‘TRACE_EVENT’ 1120 | TRACE_EVENT(afs_cm_no_server_u, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_flock_ev’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1141:1: note: in expansion of macro ‘TRACE_EVENT’ 1141 | TRACE_EVENT(afs_flock_ev, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1141:1: note: in expansion of macro ‘TRACE_EVENT’ 1141 | TRACE_EVENT(afs_flock_ev, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_flock_op’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1171:1: note: in expansion of macro ‘TRACE_EVENT’ 1171 | TRACE_EVENT(afs_flock_op, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1171:1: note: in expansion of macro ‘TRACE_EVENT’ 1171 | TRACE_EVENT(afs_flock_op, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_reload_dir’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1205:1: note: in expansion of macro ‘TRACE_EVENT’ 1205 | TRACE_EVENT(afs_reload_dir, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1205:1: note: in expansion of macro ‘TRACE_EVENT’ 1205 | TRACE_EVENT(afs_reload_dir, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_silly_rename’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1222:1: note: in expansion of macro ‘TRACE_EVENT’ 1222 | TRACE_EVENT(afs_silly_rename, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1222:1: note: in expansion of macro ‘TRACE_EVENT’ 1222 | TRACE_EVENT(afs_silly_rename, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_get_tree’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1242:1: note: in expansion of macro ‘TRACE_EVENT’ 1242 | TRACE_EVENT(afs_get_tree, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1242:1: note: in expansion of macro ‘TRACE_EVENT’ 1242 | TRACE_EVENT(afs_get_tree, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_cb_v_break’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1268:1: note: in expansion of macro ‘TRACE_EVENT’ 1268 | TRACE_EVENT(afs_cb_v_break, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1268:1: note: in expansion of macro ‘TRACE_EVENT’ 1268 | TRACE_EVENT(afs_cb_v_break, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_cb_break’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1292:1: note: in expansion of macro ‘TRACE_EVENT’ 1292 | TRACE_EVENT(afs_cb_break, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1292:1: note: in expansion of macro ‘TRACE_EVENT’ 1292 | TRACE_EVENT(afs_cb_break, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_cb_miss’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1319:1: note: in expansion of macro ‘TRACE_EVENT’ 1319 | TRACE_EVENT(afs_cb_miss, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1319:1: note: in expansion of macro ‘TRACE_EVENT’ 1319 | TRACE_EVENT(afs_cb_miss, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_server’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1339:1: note: in expansion of macro ‘TRACE_EVENT’ 1339 | TRACE_EVENT(afs_server, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1339:1: note: in expansion of macro ‘TRACE_EVENT’ 1339 | TRACE_EVENT(afs_server, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_volume’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1366:1: note: in expansion of macro ‘TRACE_EVENT’ 1366 | TRACE_EVENT(afs_volume, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1366:1: note: in expansion of macro ‘TRACE_EVENT’ 1366 | TRACE_EVENT(afs_volume, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_cell’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1389:1: note: in expansion of macro ‘TRACE_EVENT’ 1389 | TRACE_EVENT(afs_cell, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1389:1: note: in expansion of macro ‘TRACE_EVENT’ 1389 | TRACE_EVENT(afs_cell, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_alist’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1416:1: note: in expansion of macro ‘TRACE_EVENT’ 1416 | TRACE_EVENT(afs_alist, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1416:1: note: in expansion of macro ‘TRACE_EVENT’ 1416 | TRACE_EVENT(afs_alist, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_estate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1440:1: note: in expansion of macro ‘TRACE_EVENT’ 1440 | TRACE_EVENT(afs_estate, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1440:1: note: in expansion of macro ‘TRACE_EVENT’ 1440 | TRACE_EVENT(afs_estate, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_fs_probe’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1468:1: note: in expansion of macro ‘TRACE_EVENT’ 1468 | TRACE_EVENT(afs_fs_probe, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1468:1: note: in expansion of macro ‘TRACE_EVENT’ 1468 | TRACE_EVENT(afs_fs_probe, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_vl_probe’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1504:1: note: in expansion of macro ‘TRACE_EVENT’ 1504 | TRACE_EVENT(afs_vl_probe, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1504:1: note: in expansion of macro ‘TRACE_EVENT’ 1504 | TRACE_EVENT(afs_vl_probe, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_rotate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ 1538 | TRACE_EVENT(afs_rotate, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ 1538 | TRACE_EVENT(afs_rotate, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_make_call’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1573:1: note: in expansion of macro ‘TRACE_EVENT’ 1573 | TRACE_EVENT(afs_make_call, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1573:1: note: in expansion of macro ‘TRACE_EVENT’ 1573 | TRACE_EVENT(afs_make_call, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: fs/afs/main.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: fs/afs] Error 2 In file included from ../include/trace/define_trace.h:108, from ../fs/nfs/nfstrace.h:1745, from ../fs/nfs/nfstrace.c:10: ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_inode_event’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:47:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 47 | DECLARE_EVENT_CLASS(nfs_inode_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:47:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 47 | DECLARE_EVENT_CLASS(nfs_inode_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:47:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 47 | DECLARE_EVENT_CLASS(nfs_inode_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:47:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 47 | DECLARE_EVENT_CLASS(nfs_inode_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:47:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 47 | DECLARE_EVENT_CLASS(nfs_inode_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_inode_event_done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:78:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 78 | DECLARE_EVENT_CLASS(nfs_inode_event_done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:78:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 78 | DECLARE_EVENT_CLASS(nfs_inode_event_done, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_access_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:164:1: note: in expansion of macro ‘TRACE_EVENT’ 164 | TRACE_EVENT(nfs_access_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:164:1: note: in expansion of macro ‘TRACE_EVENT’ 164 | TRACE_EVENT(nfs_access_exit, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_update_size_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:224:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 224 | DECLARE_EVENT_CLASS(nfs_update_size_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:224:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 224 | DECLARE_EVENT_CLASS(nfs_update_size_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_inode_range_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:274:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 274 | DECLARE_EVENT_CLASS(nfs_inode_range_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:274:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 274 | DECLARE_EVENT_CLASS(nfs_inode_range_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_readdir_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:324:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 324 | DECLARE_EVENT_CLASS(nfs_readdir_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:324:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 324 | DECLARE_EVENT_CLASS(nfs_readdir_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_lookup_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:390:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 390 | DECLARE_EVENT_CLASS(nfs_lookup_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:390:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 390 | DECLARE_EVENT_CLASS(nfs_lookup_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_lookup_event_done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:435:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 435 | DECLARE_EVENT_CLASS(nfs_lookup_event_done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:435:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 435 | DECLARE_EVENT_CLASS(nfs_lookup_event_done, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_atomic_open_enter’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:493:1: note: in expansion of macro ‘TRACE_EVENT’ 493 | TRACE_EVENT(nfs_atomic_open_enter, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:493:1: note: in expansion of macro ‘TRACE_EVENT’ 493 | TRACE_EVENT(nfs_atomic_open_enter, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_atomic_open_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:529:1: note: in expansion of macro ‘TRACE_EVENT’ 529 | TRACE_EVENT(nfs_atomic_open_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:529:1: note: in expansion of macro ‘TRACE_EVENT’ 529 | TRACE_EVENT(nfs_atomic_open_exit, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_create_enter’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:570:1: note: in expansion of macro ‘TRACE_EVENT’ 570 | TRACE_EVENT(nfs_create_enter, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:570:1: note: in expansion of macro ‘TRACE_EVENT’ 570 | TRACE_EVENT(nfs_create_enter, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_create_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ 603 | TRACE_EVENT(nfs_create_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ 603 | TRACE_EVENT(nfs_create_exit, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_directory_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:640:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 640 | DECLARE_EVENT_CLASS(nfs_directory_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:640:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 640 | DECLARE_EVENT_CLASS(nfs_directory_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_directory_event_done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:676:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 676 | DECLARE_EVENT_CLASS(nfs_directory_event_done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:676:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 676 | DECLARE_EVENT_CLASS(nfs_directory_event_done, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_link_enter’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:730:1: note: in expansion of macro ‘TRACE_EVENT’ 730 | TRACE_EVENT(nfs_link_enter, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:730:1: note: in expansion of macro ‘TRACE_EVENT’ 730 | TRACE_EVENT(nfs_link_enter, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_link_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:763:1: note: in expansion of macro ‘TRACE_EVENT’ 763 | TRACE_EVENT(nfs_link_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:763:1: note: in expansion of macro ‘TRACE_EVENT’ 763 | TRACE_EVENT(nfs_link_exit, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_rename_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:800:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 800 | DECLARE_EVENT_CLASS(nfs_rename_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:800:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 800 | DECLARE_EVENT_CLASS(nfs_rename_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_rename_event_done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:846:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 846 | DECLARE_EVENT_CLASS(nfs_rename_event_done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:846:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 846 | DECLARE_EVENT_CLASS(nfs_rename_event_done, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_sillyrename_unlink’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:904:1: note: in expansion of macro ‘TRACE_EVENT’ 904 | TRACE_EVENT(nfs_sillyrename_unlink, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:904:1: note: in expansion of macro ‘TRACE_EVENT’ 904 | TRACE_EVENT(nfs_sillyrename_unlink, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_folio_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:939:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 939 | DECLARE_EVENT_CLASS(nfs_folio_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:939:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 939 | DECLARE_EVENT_CLASS(nfs_folio_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_folio_event_done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:987:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 987 | DECLARE_EVENT_CLASS(nfs_folio_event_done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:987:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 987 | DECLARE_EVENT_CLASS(nfs_folio_event_done, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_aop_readahead’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1048:1: note: in expansion of macro ‘TRACE_EVENT’ 1048 | TRACE_EVENT(nfs_aop_readahead, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1048:1: note: in expansion of macro ‘TRACE_EVENT’ 1048 | TRACE_EVENT(nfs_aop_readahead, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_aop_readahead_done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1086:1: note: in expansion of macro ‘TRACE_EVENT’ 1086 | TRACE_EVENT(nfs_aop_readahead_done, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1086:1: note: in expansion of macro ‘TRACE_EVENT’ 1086 | TRACE_EVENT(nfs_aop_readahead_done, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_initiate_read’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1125:1: note: in expansion of macro ‘TRACE_EVENT’ 1125 | TRACE_EVENT(nfs_initiate_read, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1125:1: note: in expansion of macro ‘TRACE_EVENT’ 1125 | TRACE_EVENT(nfs_initiate_read, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_readpage_done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1163:1: note: in expansion of macro ‘TRACE_EVENT’ 1163 | TRACE_EVENT(nfs_readpage_done, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1163:1: note: in expansion of macro ‘TRACE_EVENT’ 1163 | TRACE_EVENT(nfs_readpage_done, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_readpage_short’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1209:1: note: in expansion of macro ‘TRACE_EVENT’ 1209 | TRACE_EVENT(nfs_readpage_short, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1209:1: note: in expansion of macro ‘TRACE_EVENT’ 1209 | TRACE_EVENT(nfs_readpage_short, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_pgio_error’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1256:1: note: in expansion of macro ‘TRACE_EVENT’ 1256 | TRACE_EVENT(nfs_pgio_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1256:1: note: in expansion of macro ‘TRACE_EVENT’ 1256 | TRACE_EVENT(nfs_pgio_error, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_initiate_write’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1300:1: note: in expansion of macro ‘TRACE_EVENT’ 1300 | TRACE_EVENT(nfs_initiate_write, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1300:1: note: in expansion of macro ‘TRACE_EVENT’ 1300 | TRACE_EVENT(nfs_initiate_write, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_writeback_done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1341:1: note: in expansion of macro ‘TRACE_EVENT’ 1341 | TRACE_EVENT(nfs_writeback_done, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1341:1: note: in expansion of macro ‘TRACE_EVENT’ 1341 | TRACE_EVENT(nfs_writeback_done, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_page_error_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1395:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1395 | DECLARE_EVENT_CLASS(nfs_page_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1395:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1395 | DECLARE_EVENT_CLASS(nfs_page_error_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_initiate_commit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1446:1: note: in expansion of macro ‘TRACE_EVENT’ 1446 | TRACE_EVENT(nfs_initiate_commit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1446:1: note: in expansion of macro ‘TRACE_EVENT’ 1446 | TRACE_EVENT(nfs_initiate_commit, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_commit_done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1484:1: note: in expansion of macro ‘TRACE_EVENT’ 1484 | TRACE_EVENT(nfs_commit_done, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1484:1: note: in expansion of macro ‘TRACE_EVENT’ 1484 | TRACE_EVENT(nfs_commit_done, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_direct_req_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1539:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1539 | DECLARE_EVENT_CLASS(nfs_direct_req_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1539:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1539 | DECLARE_EVENT_CLASS(nfs_direct_req_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_fh_to_dentry’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1596:1: note: in expansion of macro ‘TRACE_EVENT’ 1596 | TRACE_EVENT(nfs_fh_to_dentry, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1596:1: note: in expansion of macro ‘TRACE_EVENT’ 1596 | TRACE_EVENT(nfs_fh_to_dentry, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_mount_assign’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1629:1: note: in expansion of macro ‘TRACE_EVENT’ 1629 | TRACE_EVENT(nfs_mount_assign, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1629:1: note: in expansion of macro ‘TRACE_EVENT’ 1629 | TRACE_EVENT(nfs_mount_assign, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_mount_option’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1652:1: note: in expansion of macro ‘TRACE_EVENT’ 1652 | TRACE_EVENT(nfs_mount_option, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1652:1: note: in expansion of macro ‘TRACE_EVENT’ 1652 | TRACE_EVENT(nfs_mount_option, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_mount_path’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1670:1: note: in expansion of macro ‘TRACE_EVENT’ 1670 | TRACE_EVENT(nfs_mount_path, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1670:1: note: in expansion of macro ‘TRACE_EVENT’ 1670 | TRACE_EVENT(nfs_mount_path, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_xdr_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1688:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1688 | DECLARE_EVENT_CLASS(nfs_xdr_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1688:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1688 | DECLARE_EVENT_CLASS(nfs_xdr_event, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_inode_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:47:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 47 | DECLARE_EVENT_CLASS(nfs_inode_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:47:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 47 | DECLARE_EVENT_CLASS(nfs_inode_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_inode_event_done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:78:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 78 | DECLARE_EVENT_CLASS(nfs_inode_event_done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:78:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 78 | DECLARE_EVENT_CLASS(nfs_inode_event_done, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_access_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:164:1: note: in expansion of macro ‘TRACE_EVENT’ 164 | TRACE_EVENT(nfs_access_exit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:164:1: note: in expansion of macro ‘TRACE_EVENT’ 164 | TRACE_EVENT(nfs_access_exit, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_update_size_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:224:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 224 | DECLARE_EVENT_CLASS(nfs_update_size_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:224:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 224 | DECLARE_EVENT_CLASS(nfs_update_size_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_inode_range_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:274:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 274 | DECLARE_EVENT_CLASS(nfs_inode_range_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:274:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 274 | DECLARE_EVENT_CLASS(nfs_inode_range_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_readdir_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:324:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 324 | DECLARE_EVENT_CLASS(nfs_readdir_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:324:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 324 | DECLARE_EVENT_CLASS(nfs_readdir_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_lookup_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:390:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 390 | DECLARE_EVENT_CLASS(nfs_lookup_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:390:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 390 | DECLARE_EVENT_CLASS(nfs_lookup_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_lookup_event_done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:435:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 435 | DECLARE_EVENT_CLASS(nfs_lookup_event_done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:435:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 435 | DECLARE_EVENT_CLASS(nfs_lookup_event_done, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_atomic_open_enter’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:493:1: note: in expansion of macro ‘TRACE_EVENT’ 493 | TRACE_EVENT(nfs_atomic_open_enter, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:493:1: note: in expansion of macro ‘TRACE_EVENT’ 493 | TRACE_EVENT(nfs_atomic_open_enter, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_atomic_open_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:529:1: note: in expansion of macro ‘TRACE_EVENT’ 529 | TRACE_EVENT(nfs_atomic_open_exit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:529:1: note: in expansion of macro ‘TRACE_EVENT’ 529 | TRACE_EVENT(nfs_atomic_open_exit, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_create_enter’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:570:1: note: in expansion of macro ‘TRACE_EVENT’ 570 | TRACE_EVENT(nfs_create_enter, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:570:1: note: in expansion of macro ‘TRACE_EVENT’ 570 | TRACE_EVENT(nfs_create_enter, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_create_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ 603 | TRACE_EVENT(nfs_create_exit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ 603 | TRACE_EVENT(nfs_create_exit, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_directory_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:640:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 640 | DECLARE_EVENT_CLASS(nfs_directory_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:640:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 640 | DECLARE_EVENT_CLASS(nfs_directory_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_directory_event_done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:676:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 676 | DECLARE_EVENT_CLASS(nfs_directory_event_done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:676:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 676 | DECLARE_EVENT_CLASS(nfs_directory_event_done, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_link_enter’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:730:1: note: in expansion of macro ‘TRACE_EVENT’ 730 | TRACE_EVENT(nfs_link_enter, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:730:1: note: in expansion of macro ‘TRACE_EVENT’ 730 | TRACE_EVENT(nfs_link_enter, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_link_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:763:1: note: in expansion of macro ‘TRACE_EVENT’ 763 | TRACE_EVENT(nfs_link_exit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:763:1: note: in expansion of macro ‘TRACE_EVENT’ 763 | TRACE_EVENT(nfs_link_exit, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_rename_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:800:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 800 | DECLARE_EVENT_CLASS(nfs_rename_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:800:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 800 | DECLARE_EVENT_CLASS(nfs_rename_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_rename_event_done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:846:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 846 | DECLARE_EVENT_CLASS(nfs_rename_event_done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:846:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 846 | DECLARE_EVENT_CLASS(nfs_rename_event_done, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_sillyrename_unlink’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:904:1: note: in expansion of macro ‘TRACE_EVENT’ 904 | TRACE_EVENT(nfs_sillyrename_unlink, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:904:1: note: in expansion of macro ‘TRACE_EVENT’ 904 | TRACE_EVENT(nfs_sillyrename_unlink, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_folio_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:939:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 939 | DECLARE_EVENT_CLASS(nfs_folio_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:939:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 939 | DECLARE_EVENT_CLASS(nfs_folio_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_folio_event_done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:987:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 987 | DECLARE_EVENT_CLASS(nfs_folio_event_done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:987:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 987 | DECLARE_EVENT_CLASS(nfs_folio_event_done, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_aop_readahead’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1048:1: note: in expansion of macro ‘TRACE_EVENT’ 1048 | TRACE_EVENT(nfs_aop_readahead, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1048:1: note: in expansion of macro ‘TRACE_EVENT’ 1048 | TRACE_EVENT(nfs_aop_readahead, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_aop_readahead_done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1086:1: note: in expansion of macro ‘TRACE_EVENT’ 1086 | TRACE_EVENT(nfs_aop_readahead_done, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1086:1: note: in expansion of macro ‘TRACE_EVENT’ 1086 | TRACE_EVENT(nfs_aop_readahead_done, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_initiate_read’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1125:1: note: in expansion of macro ‘TRACE_EVENT’ 1125 | TRACE_EVENT(nfs_initiate_read, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1125:1: note: in expansion of macro ‘TRACE_EVENT’ 1125 | TRACE_EVENT(nfs_initiate_read, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_readpage_done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1163:1: note: in expansion of macro ‘TRACE_EVENT’ 1163 | TRACE_EVENT(nfs_readpage_done, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1163:1: note: in expansion of macro ‘TRACE_EVENT’ 1163 | TRACE_EVENT(nfs_readpage_done, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_readpage_short’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1209:1: note: in expansion of macro ‘TRACE_EVENT’ 1209 | TRACE_EVENT(nfs_readpage_short, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1209:1: note: in expansion of macro ‘TRACE_EVENT’ 1209 | TRACE_EVENT(nfs_readpage_short, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_pgio_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1256:1: note: in expansion of macro ‘TRACE_EVENT’ 1256 | TRACE_EVENT(nfs_pgio_error, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1256:1: note: in expansion of macro ‘TRACE_EVENT’ 1256 | TRACE_EVENT(nfs_pgio_error, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_initiate_write’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1300:1: note: in expansion of macro ‘TRACE_EVENT’ 1300 | TRACE_EVENT(nfs_initiate_write, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1300:1: note: in expansion of macro ‘TRACE_EVENT’ 1300 | TRACE_EVENT(nfs_initiate_write, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_writeback_done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1341:1: note: in expansion of macro ‘TRACE_EVENT’ 1341 | TRACE_EVENT(nfs_writeback_done, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1341:1: note: in expansion of macro ‘TRACE_EVENT’ 1341 | TRACE_EVENT(nfs_writeback_done, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_page_error_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1395:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1395 | DECLARE_EVENT_CLASS(nfs_page_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1395:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1395 | DECLARE_EVENT_CLASS(nfs_page_error_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_initiate_commit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1446:1: note: in expansion of macro ‘TRACE_EVENT’ 1446 | TRACE_EVENT(nfs_initiate_commit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1446:1: note: in expansion of macro ‘TRACE_EVENT’ 1446 | TRACE_EVENT(nfs_initiate_commit, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_commit_done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1484:1: note: in expansion of macro ‘TRACE_EVENT’ 1484 | TRACE_EVENT(nfs_commit_done, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1484:1: note: in expansion of macro ‘TRACE_EVENT’ 1484 | TRACE_EVENT(nfs_commit_done, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_direct_req_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1539:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1539 | DECLARE_EVENT_CLASS(nfs_direct_req_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1539:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1539 | DECLARE_EVENT_CLASS(nfs_direct_req_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_fh_to_dentry’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1596:1: note: in expansion of macro ‘TRACE_EVENT’ 1596 | TRACE_EVENT(nfs_fh_to_dentry, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1596:1: note: in expansion of macro ‘TRACE_EVENT’ 1596 | TRACE_EVENT(nfs_fh_to_dentry, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_mount_assign’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1629:1: note: in expansion of macro ‘TRACE_EVENT’ 1629 | TRACE_EVENT(nfs_mount_assign, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1629:1: note: in expansion of macro ‘TRACE_EVENT’ 1629 | TRACE_EVENT(nfs_mount_assign, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_mount_option’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1652:1: note: in expansion of macro ‘TRACE_EVENT’ 1652 | TRACE_EVENT(nfs_mount_option, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1652:1: note: in expansion of macro ‘TRACE_EVENT’ 1652 | TRACE_EVENT(nfs_mount_option, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_mount_path’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1670:1: note: in expansion of macro ‘TRACE_EVENT’ 1670 | TRACE_EVENT(nfs_mount_path, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1670:1: note: in expansion of macro ‘TRACE_EVENT’ 1670 | TRACE_EVENT(nfs_mount_path, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_xdr_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1688:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1688 | DECLARE_EVENT_CLASS(nfs_xdr_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1688:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1688 | DECLARE_EVENT_CLASS(nfs_xdr_event, | ^~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: fs/nfs/nfstrace.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/f2fs.h:2410, from ../fs/f2fs/super.c:40: ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs__inode’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:183:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 183 | DECLARE_EVENT_CLASS(f2fs__inode, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:183:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 183 | DECLARE_EVENT_CLASS(f2fs__inode, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:183:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 183 | DECLARE_EVENT_CLASS(f2fs__inode, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:183:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 183 | DECLARE_EVENT_CLASS(f2fs__inode, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:183:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 183 | DECLARE_EVENT_CLASS(f2fs__inode, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs__inode_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:222:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 222 | DECLARE_EVENT_CLASS(f2fs__inode_exit, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:222:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 222 | DECLARE_EVENT_CLASS(f2fs__inode_exit, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_sync_file_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:256:1: note: in expansion of macro ‘TRACE_EVENT’ 256 | TRACE_EVENT(f2fs_sync_file_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:256:1: note: in expansion of macro ‘TRACE_EVENT’ 256 | TRACE_EVENT(f2fs_sync_file_exit, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_sync_fs’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ 286 | TRACE_EVENT(f2fs_sync_fs, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ 286 | TRACE_EVENT(f2fs_sync_fs, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_unlink_enter’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:338:1: note: in expansion of macro ‘TRACE_EVENT’ 338 | TRACE_EVENT(f2fs_unlink_enter, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:338:1: note: in expansion of macro ‘TRACE_EVENT’ 338 | TRACE_EVENT(f2fs_unlink_enter, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_truncate_data_blocks_range’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:389:1: note: in expansion of macro ‘TRACE_EVENT’ 389 | TRACE_EVENT(f2fs_truncate_data_blocks_range, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:389:1: note: in expansion of macro ‘TRACE_EVENT’ 389 | TRACE_EVENT(f2fs_truncate_data_blocks_range, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs__truncate_op’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:418:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 418 | DECLARE_EVENT_CLASS(f2fs__truncate_op, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:418:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 418 | DECLARE_EVENT_CLASS(f2fs__truncate_op, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs__truncate_node’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:476:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 476 | DECLARE_EVENT_CLASS(f2fs__truncate_node, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:476:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 476 | DECLARE_EVENT_CLASS(f2fs__truncate_node, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_truncate_partial_nodes’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:523:1: note: in expansion of macro ‘TRACE_EVENT’ 523 | TRACE_EVENT(f2fs_truncate_partial_nodes, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:523:1: note: in expansion of macro ‘TRACE_EVENT’ 523 | TRACE_EVENT(f2fs_truncate_partial_nodes, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_file_write_iter’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:557:1: note: in expansion of macro ‘TRACE_EVENT’ 557 | TRACE_EVENT(f2fs_file_write_iter, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:557:1: note: in expansion of macro ‘TRACE_EVENT’ 557 | TRACE_EVENT(f2fs_file_write_iter, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_map_blocks’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:588:1: note: in expansion of macro ‘TRACE_EVENT’ 588 | TRACE_EVENT(f2fs_map_blocks, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:588:1: note: in expansion of macro ‘TRACE_EVENT’ 588 | TRACE_EVENT(f2fs_map_blocks, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_background_gc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:638:1: note: in expansion of macro ‘TRACE_EVENT’ 638 | TRACE_EVENT(f2fs_background_gc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:638:1: note: in expansion of macro ‘TRACE_EVENT’ 638 | TRACE_EVENT(f2fs_background_gc, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_gc_begin’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:666:1: note: in expansion of macro ‘TRACE_EVENT’ 666 | TRACE_EVENT(f2fs_gc_begin, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:666:1: note: in expansion of macro ‘TRACE_EVENT’ 666 | TRACE_EVENT(f2fs_gc_begin, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_gc_end’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:723:1: note: in expansion of macro ‘TRACE_EVENT’ 723 | TRACE_EVENT(f2fs_gc_end, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:723:1: note: in expansion of macro ‘TRACE_EVENT’ 723 | TRACE_EVENT(f2fs_gc_end, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_get_victim’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:778:1: note: in expansion of macro ‘TRACE_EVENT’ 778 | TRACE_EVENT(f2fs_get_victim, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:778:1: note: in expansion of macro ‘TRACE_EVENT’ 778 | TRACE_EVENT(f2fs_get_victim, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_lookup_start’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:830:1: note: in expansion of macro ‘TRACE_EVENT’ 830 | TRACE_EVENT(f2fs_lookup_start, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:830:1: note: in expansion of macro ‘TRACE_EVENT’ 830 | TRACE_EVENT(f2fs_lookup_start, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_lookup_end’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:856:1: note: in expansion of macro ‘TRACE_EVENT’ 856 | TRACE_EVENT(f2fs_lookup_end, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:856:1: note: in expansion of macro ‘TRACE_EVENT’ 856 | TRACE_EVENT(f2fs_lookup_end, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_rename_start’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:886:1: note: in expansion of macro ‘TRACE_EVENT’ 886 | TRACE_EVENT(f2fs_rename_start, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:886:1: note: in expansion of macro ‘TRACE_EVENT’ 886 | TRACE_EVENT(f2fs_rename_start, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_rename_end’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:921:1: note: in expansion of macro ‘TRACE_EVENT’ 921 | TRACE_EVENT(f2fs_rename_end, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:921:1: note: in expansion of macro ‘TRACE_EVENT’ 921 | TRACE_EVENT(f2fs_rename_end, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_readdir’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:955:1: note: in expansion of macro ‘TRACE_EVENT’ 955 | TRACE_EVENT(f2fs_readdir, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:955:1: note: in expansion of macro ‘TRACE_EVENT’ 955 | TRACE_EVENT(f2fs_readdir, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_fallocate’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:984:1: note: in expansion of macro ‘TRACE_EVENT’ 984 | TRACE_EVENT(f2fs_fallocate, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:984:1: note: in expansion of macro ‘TRACE_EVENT’ 984 | TRACE_EVENT(f2fs_fallocate, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_direct_IO_enter’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1024:1: note: in expansion of macro ‘TRACE_EVENT’ 1024 | TRACE_EVENT(f2fs_direct_IO_enter, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1024:1: note: in expansion of macro ‘TRACE_EVENT’ 1024 | TRACE_EVENT(f2fs_direct_IO_enter, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_direct_IO_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1059:1: note: in expansion of macro ‘TRACE_EVENT’ 1059 | TRACE_EVENT(f2fs_direct_IO_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1059:1: note: in expansion of macro ‘TRACE_EVENT’ 1059 | TRACE_EVENT(f2fs_direct_IO_exit, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_reserve_new_blocks’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1093:1: note: in expansion of macro ‘TRACE_EVENT’ 1093 | TRACE_EVENT(f2fs_reserve_new_blocks, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1093:1: note: in expansion of macro ‘TRACE_EVENT’ 1093 | TRACE_EVENT(f2fs_reserve_new_blocks, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs__submit_page_bio’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1121:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1121 | DECLARE_EVENT_CLASS(f2fs__submit_page_bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1121:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1121 | DECLARE_EVENT_CLASS(f2fs__submit_page_bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs__bio’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1180 | DECLARE_EVENT_CLASS(f2fs__bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1180 | DECLARE_EVENT_CLASS(f2fs__bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_write_begin’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1251:1: note: in expansion of macro ‘TRACE_EVENT’ 1251 | TRACE_EVENT(f2fs_write_begin, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1251:1: note: in expansion of macro ‘TRACE_EVENT’ 1251 | TRACE_EVENT(f2fs_write_begin, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_write_end’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1277:1: note: in expansion of macro ‘TRACE_EVENT’ 1277 | TRACE_EVENT(f2fs_write_end, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1277:1: note: in expansion of macro ‘TRACE_EVENT’ 1277 | TRACE_EVENT(f2fs_write_end, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs__folio’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1307:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1307 | DECLARE_EVENT_CLASS(f2fs__folio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1307:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1307 | DECLARE_EVENT_CLASS(f2fs__folio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_replace_atomic_write_block’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1372:1: note: in expansion of macro ‘TRACE_EVENT’ 1372 | TRACE_EVENT(f2fs_replace_atomic_write_block, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1372:1: note: in expansion of macro ‘TRACE_EVENT’ 1372 | TRACE_EVENT(f2fs_replace_atomic_write_block, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_mmap’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1409:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1409 | DECLARE_EVENT_CLASS(f2fs_mmap, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1409:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1409 | DECLARE_EVENT_CLASS(f2fs_mmap, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_writepages’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1455:1: note: in expansion of macro ‘TRACE_EVENT’ 1455 | TRACE_EVENT(f2fs_writepages, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1455:1: note: in expansion of macro ‘TRACE_EVENT’ 1455 | TRACE_EVENT(f2fs_writepages, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_readpages’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1519:1: note: in expansion of macro ‘TRACE_EVENT’ 1519 | TRACE_EVENT(f2fs_readpages, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1519:1: note: in expansion of macro ‘TRACE_EVENT’ 1519 | TRACE_EVENT(f2fs_readpages, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_write_checkpoint’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1545:1: note: in expansion of macro ‘TRACE_EVENT’ 1545 | TRACE_EVENT(f2fs_write_checkpoint, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1545:1: note: in expansion of macro ‘TRACE_EVENT’ 1545 | TRACE_EVENT(f2fs_write_checkpoint, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_discard’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1569:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1569 | DECLARE_EVENT_CLASS(f2fs_discard, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1569:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1569 | DECLARE_EVENT_CLASS(f2fs_discard, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_reset_zone’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1614:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1614 | DECLARE_EVENT_CLASS(f2fs_reset_zone, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1614:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1614 | DECLARE_EVENT_CLASS(f2fs_reset_zone, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_issue_flush’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1649:1: note: in expansion of macro ‘TRACE_EVENT’ 1649 | TRACE_EVENT(f2fs_issue_flush, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1649:1: note: in expansion of macro ‘TRACE_EVENT’ 1649 | TRACE_EVENT(f2fs_issue_flush, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_lookup_extent_tree_start’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ 1677 | TRACE_EVENT(f2fs_lookup_extent_tree_start, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ 1677 | TRACE_EVENT(f2fs_lookup_extent_tree_start, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_lookup_read_extent_tree_end’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/f2fs.h:1703:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 1703 | TRACE_EVENT_CONDITION(f2fs_lookup_read_extent_tree_end, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/f2fs.h:1703:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 1703 | TRACE_EVENT_CONDITION(f2fs_lookup_read_extent_tree_end, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_lookup_age_extent_tree_end’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/f2fs.h:1739:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 1739 | TRACE_EVENT_CONDITION(f2fs_lookup_age_extent_tree_end, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/f2fs.h:1739:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 1739 | TRACE_EVENT_CONDITION(f2fs_lookup_age_extent_tree_end, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_update_read_extent_tree_range’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1778:1: note: in expansion of macro ‘TRACE_EVENT’ 1778 | TRACE_EVENT(f2fs_update_read_extent_tree_range, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1778:1: note: in expansion of macro ‘TRACE_EVENT’ 1778 | TRACE_EVENT(f2fs_update_read_extent_tree_range, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_update_age_extent_tree_range’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1813:1: note: in expansion of macro ‘TRACE_EVENT’ 1813 | TRACE_EVENT(f2fs_update_age_extent_tree_range, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1813:1: note: in expansion of macro ‘TRACE_EVENT’ 1813 | TRACE_EVENT(f2fs_update_age_extent_tree_range, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_shrink_extent_tree’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1848:1: note: in expansion of macro ‘TRACE_EVENT’ 1848 | TRACE_EVENT(f2fs_shrink_extent_tree, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1848:1: note: in expansion of macro ‘TRACE_EVENT’ 1848 | TRACE_EVENT(f2fs_shrink_extent_tree, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_destroy_extent_tree’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1876:1: note: in expansion of macro ‘TRACE_EVENT’ 1876 | TRACE_EVENT(f2fs_destroy_extent_tree, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1876:1: note: in expansion of macro ‘TRACE_EVENT’ 1876 | TRACE_EVENT(f2fs_destroy_extent_tree, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_sync_dirty_inodes’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1903:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1903 | DECLARE_EVENT_CLASS(f2fs_sync_dirty_inodes, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1903:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1903 | DECLARE_EVENT_CLASS(f2fs_sync_dirty_inodes, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_shutdown’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1941:1: note: in expansion of macro ‘TRACE_EVENT’ 1941 | TRACE_EVENT(f2fs_shutdown, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1941:1: note: in expansion of macro ‘TRACE_EVENT’ 1941 | TRACE_EVENT(f2fs_shutdown, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_zip_start’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1965:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1965 | DECLARE_EVENT_CLASS(f2fs_zip_start, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1965:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1965 | DECLARE_EVENT_CLASS(f2fs_zip_start, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_zip_end’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1996:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1996 | DECLARE_EVENT_CLASS(f2fs_zip_end, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1996:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1996 | DECLARE_EVENT_CLASS(f2fs_zip_end, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_iostat’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2060:1: note: in expansion of macro ‘TRACE_EVENT’ 2060 | TRACE_EVENT(f2fs_iostat, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2060:1: note: in expansion of macro ‘TRACE_EVENT’ 2060 | TRACE_EVENT(f2fs_iostat, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_iostat_latency’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2163:1: note: in expansion of macro ‘TRACE_EVENT’ 2163 | TRACE_EVENT(f2fs_iostat_latency, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2163:1: note: in expansion of macro ‘TRACE_EVENT’ 2163 | TRACE_EVENT(f2fs_iostat_latency, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_bmap’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2250:1: note: in expansion of macro ‘TRACE_EVENT’ 2250 | TRACE_EVENT(f2fs_bmap, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2250:1: note: in expansion of macro ‘TRACE_EVENT’ 2250 | TRACE_EVENT(f2fs_bmap, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_fiemap’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2276:1: note: in expansion of macro ‘TRACE_EVENT’ 2276 | TRACE_EVENT(f2fs_fiemap, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2276:1: note: in expansion of macro ‘TRACE_EVENT’ 2276 | TRACE_EVENT(f2fs_fiemap, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs__rw_start’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2313:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2313 | DECLARE_EVENT_CLASS(f2fs__rw_start, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2313:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2313 | DECLARE_EVENT_CLASS(f2fs__rw_start, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs__rw_end’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2354 | DECLARE_EVENT_CLASS(f2fs__rw_end, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2354 | DECLARE_EVENT_CLASS(f2fs__rw_end, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs__inode’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:183:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 183 | DECLARE_EVENT_CLASS(f2fs__inode, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:183:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 183 | DECLARE_EVENT_CLASS(f2fs__inode, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs__inode_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:222:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 222 | DECLARE_EVENT_CLASS(f2fs__inode_exit, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:222:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 222 | DECLARE_EVENT_CLASS(f2fs__inode_exit, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_sync_file_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:256:1: note: in expansion of macro ‘TRACE_EVENT’ 256 | TRACE_EVENT(f2fs_sync_file_exit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:256:1: note: in expansion of macro ‘TRACE_EVENT’ 256 | TRACE_EVENT(f2fs_sync_file_exit, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_sync_fs’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ 286 | TRACE_EVENT(f2fs_sync_fs, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ 286 | TRACE_EVENT(f2fs_sync_fs, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_unlink_enter’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:338:1: note: in expansion of macro ‘TRACE_EVENT’ 338 | TRACE_EVENT(f2fs_unlink_enter, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:338:1: note: in expansion of macro ‘TRACE_EVENT’ 338 | TRACE_EVENT(f2fs_unlink_enter, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_truncate_data_blocks_range’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:389:1: note: in expansion of macro ‘TRACE_EVENT’ 389 | TRACE_EVENT(f2fs_truncate_data_blocks_range, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:389:1: note: in expansion of macro ‘TRACE_EVENT’ 389 | TRACE_EVENT(f2fs_truncate_data_blocks_range, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs__truncate_op’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:418:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 418 | DECLARE_EVENT_CLASS(f2fs__truncate_op, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:418:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 418 | DECLARE_EVENT_CLASS(f2fs__truncate_op, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs__truncate_node’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:476:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 476 | DECLARE_EVENT_CLASS(f2fs__truncate_node, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:476:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 476 | DECLARE_EVENT_CLASS(f2fs__truncate_node, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_truncate_partial_nodes’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:523:1: note: in expansion of macro ‘TRACE_EVENT’ 523 | TRACE_EVENT(f2fs_truncate_partial_nodes, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:523:1: note: in expansion of macro ‘TRACE_EVENT’ 523 | TRACE_EVENT(f2fs_truncate_partial_nodes, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_file_write_iter’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:557:1: note: in expansion of macro ‘TRACE_EVENT’ 557 | TRACE_EVENT(f2fs_file_write_iter, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:557:1: note: in expansion of macro ‘TRACE_EVENT’ 557 | TRACE_EVENT(f2fs_file_write_iter, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_map_blocks’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:588:1: note: in expansion of macro ‘TRACE_EVENT’ 588 | TRACE_EVENT(f2fs_map_blocks, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:588:1: note: in expansion of macro ‘TRACE_EVENT’ 588 | TRACE_EVENT(f2fs_map_blocks, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_background_gc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:638:1: note: in expansion of macro ‘TRACE_EVENT’ 638 | TRACE_EVENT(f2fs_background_gc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:638:1: note: in expansion of macro ‘TRACE_EVENT’ 638 | TRACE_EVENT(f2fs_background_gc, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_gc_begin’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:666:1: note: in expansion of macro ‘TRACE_EVENT’ 666 | TRACE_EVENT(f2fs_gc_begin, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:666:1: note: in expansion of macro ‘TRACE_EVENT’ 666 | TRACE_EVENT(f2fs_gc_begin, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_gc_end’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:723:1: note: in expansion of macro ‘TRACE_EVENT’ 723 | TRACE_EVENT(f2fs_gc_end, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:723:1: note: in expansion of macro ‘TRACE_EVENT’ 723 | TRACE_EVENT(f2fs_gc_end, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_get_victim’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:778:1: note: in expansion of macro ‘TRACE_EVENT’ 778 | TRACE_EVENT(f2fs_get_victim, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:778:1: note: in expansion of macro ‘TRACE_EVENT’ 778 | TRACE_EVENT(f2fs_get_victim, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_lookup_start’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:830:1: note: in expansion of macro ‘TRACE_EVENT’ 830 | TRACE_EVENT(f2fs_lookup_start, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:830:1: note: in expansion of macro ‘TRACE_EVENT’ 830 | TRACE_EVENT(f2fs_lookup_start, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_lookup_end’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:856:1: note: in expansion of macro ‘TRACE_EVENT’ 856 | TRACE_EVENT(f2fs_lookup_end, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:856:1: note: in expansion of macro ‘TRACE_EVENT’ 856 | TRACE_EVENT(f2fs_lookup_end, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_rename_start’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:886:1: note: in expansion of macro ‘TRACE_EVENT’ 886 | TRACE_EVENT(f2fs_rename_start, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:886:1: note: in expansion of macro ‘TRACE_EVENT’ 886 | TRACE_EVENT(f2fs_rename_start, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_rename_end’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:921:1: note: in expansion of macro ‘TRACE_EVENT’ 921 | TRACE_EVENT(f2fs_rename_end, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:921:1: note: in expansion of macro ‘TRACE_EVENT’ 921 | TRACE_EVENT(f2fs_rename_end, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_readdir’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:955:1: note: in expansion of macro ‘TRACE_EVENT’ 955 | TRACE_EVENT(f2fs_readdir, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:955:1: note: in expansion of macro ‘TRACE_EVENT’ 955 | TRACE_EVENT(f2fs_readdir, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_fallocate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:984:1: note: in expansion of macro ‘TRACE_EVENT’ 984 | TRACE_EVENT(f2fs_fallocate, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:984:1: note: in expansion of macro ‘TRACE_EVENT’ 984 | TRACE_EVENT(f2fs_fallocate, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_direct_IO_enter’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1024:1: note: in expansion of macro ‘TRACE_EVENT’ 1024 | TRACE_EVENT(f2fs_direct_IO_enter, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1024:1: note: in expansion of macro ‘TRACE_EVENT’ 1024 | TRACE_EVENT(f2fs_direct_IO_enter, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_direct_IO_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1059:1: note: in expansion of macro ‘TRACE_EVENT’ 1059 | TRACE_EVENT(f2fs_direct_IO_exit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1059:1: note: in expansion of macro ‘TRACE_EVENT’ 1059 | TRACE_EVENT(f2fs_direct_IO_exit, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_reserve_new_blocks’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1093:1: note: in expansion of macro ‘TRACE_EVENT’ 1093 | TRACE_EVENT(f2fs_reserve_new_blocks, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1093:1: note: in expansion of macro ‘TRACE_EVENT’ 1093 | TRACE_EVENT(f2fs_reserve_new_blocks, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs__submit_page_bio’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1121:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1121 | DECLARE_EVENT_CLASS(f2fs__submit_page_bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1121:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1121 | DECLARE_EVENT_CLASS(f2fs__submit_page_bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs__bio’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1180 | DECLARE_EVENT_CLASS(f2fs__bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1180 | DECLARE_EVENT_CLASS(f2fs__bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_write_begin’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1251:1: note: in expansion of macro ‘TRACE_EVENT’ 1251 | TRACE_EVENT(f2fs_write_begin, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1251:1: note: in expansion of macro ‘TRACE_EVENT’ 1251 | TRACE_EVENT(f2fs_write_begin, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_write_end’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1277:1: note: in expansion of macro ‘TRACE_EVENT’ 1277 | TRACE_EVENT(f2fs_write_end, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1277:1: note: in expansion of macro ‘TRACE_EVENT’ 1277 | TRACE_EVENT(f2fs_write_end, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs__folio’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1307:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1307 | DECLARE_EVENT_CLASS(f2fs__folio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1307:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1307 | DECLARE_EVENT_CLASS(f2fs__folio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_replace_atomic_write_block’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1372:1: note: in expansion of macro ‘TRACE_EVENT’ 1372 | TRACE_EVENT(f2fs_replace_atomic_write_block, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1372:1: note: in expansion of macro ‘TRACE_EVENT’ 1372 | TRACE_EVENT(f2fs_replace_atomic_write_block, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_mmap’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1409:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1409 | DECLARE_EVENT_CLASS(f2fs_mmap, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1409:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1409 | DECLARE_EVENT_CLASS(f2fs_mmap, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_writepages’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1455:1: note: in expansion of macro ‘TRACE_EVENT’ 1455 | TRACE_EVENT(f2fs_writepages, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1455:1: note: in expansion of macro ‘TRACE_EVENT’ 1455 | TRACE_EVENT(f2fs_writepages, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_readpages’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1519:1: note: in expansion of macro ‘TRACE_EVENT’ 1519 | TRACE_EVENT(f2fs_readpages, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1519:1: note: in expansion of macro ‘TRACE_EVENT’ 1519 | TRACE_EVENT(f2fs_readpages, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_write_checkpoint’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1545:1: note: in expansion of macro ‘TRACE_EVENT’ 1545 | TRACE_EVENT(f2fs_write_checkpoint, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1545:1: note: in expansion of macro ‘TRACE_EVENT’ 1545 | TRACE_EVENT(f2fs_write_checkpoint, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_discard’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1569:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1569 | DECLARE_EVENT_CLASS(f2fs_discard, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1569:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1569 | DECLARE_EVENT_CLASS(f2fs_discard, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_reset_zone’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1614:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1614 | DECLARE_EVENT_CLASS(f2fs_reset_zone, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1614:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1614 | DECLARE_EVENT_CLASS(f2fs_reset_zone, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_issue_flush’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1649:1: note: in expansion of macro ‘TRACE_EVENT’ 1649 | TRACE_EVENT(f2fs_issue_flush, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1649:1: note: in expansion of macro ‘TRACE_EVENT’ 1649 | TRACE_EVENT(f2fs_issue_flush, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_lookup_extent_tree_start’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ 1677 | TRACE_EVENT(f2fs_lookup_extent_tree_start, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ 1677 | TRACE_EVENT(f2fs_lookup_extent_tree_start, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_lookup_read_extent_tree_end’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/f2fs.h:1703:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 1703 | TRACE_EVENT_CONDITION(f2fs_lookup_read_extent_tree_end, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/f2fs.h:1703:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 1703 | TRACE_EVENT_CONDITION(f2fs_lookup_read_extent_tree_end, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_lookup_age_extent_tree_end’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/f2fs.h:1739:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 1739 | TRACE_EVENT_CONDITION(f2fs_lookup_age_extent_tree_end, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/f2fs.h:1739:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 1739 | TRACE_EVENT_CONDITION(f2fs_lookup_age_extent_tree_end, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_update_read_extent_tree_range’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1778:1: note: in expansion of macro ‘TRACE_EVENT’ 1778 | TRACE_EVENT(f2fs_update_read_extent_tree_range, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1778:1: note: in expansion of macro ‘TRACE_EVENT’ 1778 | TRACE_EVENT(f2fs_update_read_extent_tree_range, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_update_age_extent_tree_range’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1813:1: note: in expansion of macro ‘TRACE_EVENT’ 1813 | TRACE_EVENT(f2fs_update_age_extent_tree_range, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1813:1: note: in expansion of macro ‘TRACE_EVENT’ 1813 | TRACE_EVENT(f2fs_update_age_extent_tree_range, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_shrink_extent_tree’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1848:1: note: in expansion of macro ‘TRACE_EVENT’ 1848 | TRACE_EVENT(f2fs_shrink_extent_tree, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1848:1: note: in expansion of macro ‘TRACE_EVENT’ 1848 | TRACE_EVENT(f2fs_shrink_extent_tree, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_destroy_extent_tree’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1876:1: note: in expansion of macro ‘TRACE_EVENT’ 1876 | TRACE_EVENT(f2fs_destroy_extent_tree, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1876:1: note: in expansion of macro ‘TRACE_EVENT’ 1876 | TRACE_EVENT(f2fs_destroy_extent_tree, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_sync_dirty_inodes’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1903:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1903 | DECLARE_EVENT_CLASS(f2fs_sync_dirty_inodes, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1903:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1903 | DECLARE_EVENT_CLASS(f2fs_sync_dirty_inodes, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_shutdown’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1941:1: note: in expansion of macro ‘TRACE_EVENT’ 1941 | TRACE_EVENT(f2fs_shutdown, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1941:1: note: in expansion of macro ‘TRACE_EVENT’ 1941 | TRACE_EVENT(f2fs_shutdown, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_zip_start’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1965:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1965 | DECLARE_EVENT_CLASS(f2fs_zip_start, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1965:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1965 | DECLARE_EVENT_CLASS(f2fs_zip_start, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_zip_end’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1996:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1996 | DECLARE_EVENT_CLASS(f2fs_zip_end, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1996:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1996 | DECLARE_EVENT_CLASS(f2fs_zip_end, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_iostat’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2060:1: note: in expansion of macro ‘TRACE_EVENT’ 2060 | TRACE_EVENT(f2fs_iostat, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2060:1: note: in expansion of macro ‘TRACE_EVENT’ 2060 | TRACE_EVENT(f2fs_iostat, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_iostat_latency’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2163:1: note: in expansion of macro ‘TRACE_EVENT’ 2163 | TRACE_EVENT(f2fs_iostat_latency, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2163:1: note: in expansion of macro ‘TRACE_EVENT’ 2163 | TRACE_EVENT(f2fs_iostat_latency, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_bmap’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2250:1: note: in expansion of macro ‘TRACE_EVENT’ 2250 | TRACE_EVENT(f2fs_bmap, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2250:1: note: in expansion of macro ‘TRACE_EVENT’ 2250 | TRACE_EVENT(f2fs_bmap, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_fiemap’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2276:1: note: in expansion of macro ‘TRACE_EVENT’ 2276 | TRACE_EVENT(f2fs_fiemap, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2276:1: note: in expansion of macro ‘TRACE_EVENT’ 2276 | TRACE_EVENT(f2fs_fiemap, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs__rw_start’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2313:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2313 | DECLARE_EVENT_CLASS(f2fs__rw_start, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2313:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2313 | DECLARE_EVENT_CLASS(f2fs__rw_start, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs__rw_end’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2354 | DECLARE_EVENT_CLASS(f2fs__rw_end, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2354 | DECLARE_EVENT_CLASS(f2fs__rw_end, | ^~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: fs/f2fs/super.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: fs/f2fs] Error 2 In file included from ../include/trace/define_trace.h:108, from ../fs/nfs/nfs4trace.h:2701, from ../fs/nfs/nfs4trace.c:15: ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_clientid_event’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 35 | DECLARE_EVENT_CLASS(nfs4_clientid_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 35 | DECLARE_EVENT_CLASS(nfs4_clientid_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 35 | DECLARE_EVENT_CLASS(nfs4_clientid_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 35 | DECLARE_EVENT_CLASS(nfs4_clientid_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 35 | DECLARE_EVENT_CLASS(nfs4_clientid_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_trunked_exchange_id’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ 80 | TRACE_EVENT(nfs4_trunked_exchange_id, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ 80 | TRACE_EVENT(nfs4_trunked_exchange_id, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_sequence_done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:110:1: note: in expansion of macro ‘TRACE_EVENT’ 110 | TRACE_EVENT(nfs4_sequence_done, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:110:1: note: in expansion of macro ‘TRACE_EVENT’ 110 | TRACE_EVENT(nfs4_sequence_done, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_cb_sequence’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(nfs4_cb_sequence, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(nfs4_cb_sequence, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_cb_seqid_err’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ 196 | TRACE_EVENT(nfs4_cb_seqid_err, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ 196 | TRACE_EVENT(nfs4_cb_seqid_err, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_cb_offload’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:233:1: note: in expansion of macro ‘TRACE_EVENT’ 233 | TRACE_EVENT(nfs4_cb_offload, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:233:1: note: in expansion of macro ‘TRACE_EVENT’ 233 | TRACE_EVENT(nfs4_cb_offload, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_setup_sequence’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:278:1: note: in expansion of macro ‘TRACE_EVENT’ 278 | TRACE_EVENT(nfs4_setup_sequence, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:278:1: note: in expansion of macro ‘TRACE_EVENT’ 278 | TRACE_EVENT(nfs4_setup_sequence, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_state_mgr’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:354:1: note: in expansion of macro ‘TRACE_EVENT’ 354 | TRACE_EVENT(nfs4_state_mgr, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:354:1: note: in expansion of macro ‘TRACE_EVENT’ 354 | TRACE_EVENT(nfs4_state_mgr, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_state_mgr_failed’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:377:1: note: in expansion of macro ‘TRACE_EVENT’ 377 | TRACE_EVENT(nfs4_state_mgr_failed, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:377:1: note: in expansion of macro ‘TRACE_EVENT’ 377 | TRACE_EVENT(nfs4_state_mgr_failed, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_xdr_bad_operation’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:409:1: note: in expansion of macro ‘TRACE_EVENT’ 409 | TRACE_EVENT(nfs4_xdr_bad_operation, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:409:1: note: in expansion of macro ‘TRACE_EVENT’ 409 | TRACE_EVENT(nfs4_xdr_bad_operation, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_xdr_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:444:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 444 | DECLARE_EVENT_CLASS(nfs4_xdr_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:444:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 444 | DECLARE_EVENT_CLASS(nfs4_xdr_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_cb_error_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:490:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 490 | DECLARE_EVENT_CLASS(nfs4_cb_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:490:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 490 | DECLARE_EVENT_CLASS(nfs4_cb_error_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_open_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:525:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 525 | DECLARE_EVENT_CLASS(nfs4_open_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:525:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 525 | DECLARE_EVENT_CLASS(nfs4_open_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_cached_open’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:617:1: note: in expansion of macro ‘TRACE_EVENT’ 617 | TRACE_EVENT(nfs4_cached_open, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:617:1: note: in expansion of macro ‘TRACE_EVENT’ 617 | TRACE_EVENT(nfs4_cached_open, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_close’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:656:1: note: in expansion of macro ‘TRACE_EVENT’ 656 | TRACE_EVENT(nfs4_close, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:656:1: note: in expansion of macro ‘TRACE_EVENT’ 656 | TRACE_EVENT(nfs4_close, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_lock_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:704:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 704 | DECLARE_EVENT_CLASS(nfs4_lock_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:704:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 704 | DECLARE_EVENT_CLASS(nfs4_lock_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_set_lock’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:773:1: note: in expansion of macro ‘TRACE_EVENT’ 773 | TRACE_EVENT(nfs4_set_lock, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:773:1: note: in expansion of macro ‘TRACE_EVENT’ 773 | TRACE_EVENT(nfs4_set_lock, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_state_lock_reclaim’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:877:1: note: in expansion of macro ‘TRACE_EVENT’ 877 | TRACE_EVENT(nfs4_state_lock_reclaim, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:877:1: note: in expansion of macro ‘TRACE_EVENT’ 877 | TRACE_EVENT(nfs4_state_lock_reclaim, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_set_delegation_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:920:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 920 | DECLARE_EVENT_CLASS(nfs4_set_delegation_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:920:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 920 | DECLARE_EVENT_CLASS(nfs4_set_delegation_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_delegreturn_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:960:1: note: in expansion of macro ‘TRACE_EVENT’ 960 | TRACE_EVENT(nfs4_delegreturn_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:960:1: note: in expansion of macro ‘TRACE_EVENT’ 960 | TRACE_EVENT(nfs4_delegreturn_exit, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_test_stateid_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:999:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 999 | DECLARE_EVENT_CLASS(nfs4_test_stateid_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:999:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 999 | DECLARE_EVENT_CLASS(nfs4_test_stateid_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_lookup_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1055:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1055 | DECLARE_EVENT_CLASS(nfs4_lookup_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1055:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1055 | DECLARE_EVENT_CLASS(nfs4_lookup_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_lookupp’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1105:1: note: in expansion of macro ‘TRACE_EVENT’ 1105 | TRACE_EVENT(nfs4_lookupp, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1105:1: note: in expansion of macro ‘TRACE_EVENT’ 1105 | TRACE_EVENT(nfs4_lookupp, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_rename’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1134:1: note: in expansion of macro ‘TRACE_EVENT’ 1134 | TRACE_EVENT(nfs4_rename, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1134:1: note: in expansion of macro ‘TRACE_EVENT’ 1134 | TRACE_EVENT(nfs4_rename, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_inode_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1177:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1177 | DECLARE_EVENT_CLASS(nfs4_inode_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1177:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1177 | DECLARE_EVENT_CLASS(nfs4_inode_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_inode_stateid_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1227:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1227 | DECLARE_EVENT_CLASS(nfs4_inode_stateid_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1227:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1227 | DECLARE_EVENT_CLASS(nfs4_inode_stateid_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_getattr_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1283:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1283 | DECLARE_EVENT_CLASS(nfs4_getattr_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1283:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1283 | DECLARE_EVENT_CLASS(nfs4_getattr_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_inode_callback_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1334:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1334 | DECLARE_EVENT_CLASS(nfs4_inode_callback_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1334:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1334 | DECLARE_EVENT_CLASS(nfs4_inode_callback_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_inode_stateid_callback_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1388:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1388 | DECLARE_EVENT_CLASS(nfs4_inode_stateid_callback_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1388:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1388 | DECLARE_EVENT_CLASS(nfs4_inode_stateid_callback_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_idmap_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1452:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1452 | DECLARE_EVENT_CLASS(nfs4_idmap_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1452:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1452 | DECLARE_EVENT_CLASS(nfs4_idmap_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_read_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1505:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1505 | DECLARE_EVENT_CLASS(nfs4_read_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1505:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1505 | DECLARE_EVENT_CLASS(nfs4_read_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_write_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1579:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1579 | DECLARE_EVENT_CLASS(nfs4_write_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1579:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1579 | DECLARE_EVENT_CLASS(nfs4_write_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_commit_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1654:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1654 | DECLARE_EVENT_CLASS(nfs4_commit_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1654:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1654 | DECLARE_EVENT_CLASS(nfs4_commit_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_layoutget’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1715:1: note: in expansion of macro ‘TRACE_EVENT’ 1715 | TRACE_EVENT(nfs4_layoutget, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1715:1: note: in expansion of macro ‘TRACE_EVENT’ 1715 | TRACE_EVENT(nfs4_layoutget, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_pnfs_update_layout’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1820:1: note: in expansion of macro ‘TRACE_EVENT’ 1820 | TRACE_EVENT(pnfs_update_layout, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1820:1: note: in expansion of macro ‘TRACE_EVENT’ 1820 | TRACE_EVENT(pnfs_update_layout, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_pnfs_layout_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1877:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1877 | DECLARE_EVENT_CLASS(pnfs_layout_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1877:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1877 | DECLARE_EVENT_CLASS(pnfs_layout_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_deviceid_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1949:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1949 | DECLARE_EVENT_CLASS(nfs4_deviceid_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1949:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1949 | DECLARE_EVENT_CLASS(nfs4_deviceid_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_deviceid_status’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1982:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1982 | DECLARE_EVENT_CLASS(nfs4_deviceid_status, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1982:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1982 | DECLARE_EVENT_CLASS(nfs4_deviceid_status, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_fl_getdevinfo’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2024:1: note: in expansion of macro ‘TRACE_EVENT’ 2024 | TRACE_EVENT(fl_getdevinfo, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2024:1: note: in expansion of macro ‘TRACE_EVENT’ 2024 | TRACE_EVENT(fl_getdevinfo, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_flexfiles_io_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2052:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2052 | DECLARE_EVENT_CLASS(nfs4_flexfiles_io_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2052:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2052 | DECLARE_EVENT_CLASS(nfs4_flexfiles_io_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_ff_layout_commit_error’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2112:1: note: in expansion of macro ‘TRACE_EVENT’ 2112 | TRACE_EVENT(ff_layout_commit_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2112:1: note: in expansion of macro ‘TRACE_EVENT’ 2112 | TRACE_EVENT(ff_layout_commit_error, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_pnfs_bl_pr_key_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2156 | DECLARE_EVENT_CLASS(pnfs_bl_pr_key_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2156 | DECLARE_EVENT_CLASS(pnfs_bl_pr_key_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_pnfs_bl_pr_key_err_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2207:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2207 | DECLARE_EVENT_CLASS(pnfs_bl_pr_key_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2207:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2207 | DECLARE_EVENT_CLASS(pnfs_bl_pr_key_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_llseek’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2253:1: note: in expansion of macro ‘TRACE_EVENT’ 2253 | TRACE_EVENT(nfs4_llseek, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2253:1: note: in expansion of macro ‘TRACE_EVENT’ 2253 | TRACE_EVENT(nfs4_llseek, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_sparse_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2317:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2317 | DECLARE_EVENT_CLASS(nfs4_sparse_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2317:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2317 | DECLARE_EVENT_CLASS(nfs4_sparse_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_copy’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2374:1: note: in expansion of macro ‘TRACE_EVENT’ 2374 | TRACE_EVENT(nfs4_copy, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2374:1: note: in expansion of macro ‘TRACE_EVENT’ 2374 | TRACE_EVENT(nfs4_copy, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_clone’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2481:1: note: in expansion of macro ‘TRACE_EVENT’ 2481 | TRACE_EVENT(nfs4_clone, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2481:1: note: in expansion of macro ‘TRACE_EVENT’ 2481 | TRACE_EVENT(nfs4_clone, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_copy_notify’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2554:1: note: in expansion of macro ‘TRACE_EVENT’ 2554 | TRACE_EVENT(nfs4_copy_notify, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2554:1: note: in expansion of macro ‘TRACE_EVENT’ 2554 | TRACE_EVENT(nfs4_copy_notify, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_offload_cancel’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2611:1: note: in expansion of macro ‘TRACE_EVENT’ 2611 | TRACE_EVENT(nfs4_offload_cancel, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2611:1: note: in expansion of macro ‘TRACE_EVENT’ 2611 | TRACE_EVENT(nfs4_offload_cancel, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_xattr_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2644:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2644 | DECLARE_EVENT_CLASS(nfs4_xattr_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2644:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2644 | DECLARE_EVENT_CLASS(nfs4_xattr_event, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_clientid_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 35 | DECLARE_EVENT_CLASS(nfs4_clientid_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 35 | DECLARE_EVENT_CLASS(nfs4_clientid_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_trunked_exchange_id’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ 80 | TRACE_EVENT(nfs4_trunked_exchange_id, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ 80 | TRACE_EVENT(nfs4_trunked_exchange_id, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_sequence_done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:110:1: note: in expansion of macro ‘TRACE_EVENT’ 110 | TRACE_EVENT(nfs4_sequence_done, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:110:1: note: in expansion of macro ‘TRACE_EVENT’ 110 | TRACE_EVENT(nfs4_sequence_done, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_cb_sequence’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(nfs4_cb_sequence, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(nfs4_cb_sequence, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_cb_seqid_err’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ 196 | TRACE_EVENT(nfs4_cb_seqid_err, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ 196 | TRACE_EVENT(nfs4_cb_seqid_err, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_cb_offload’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:233:1: note: in expansion of macro ‘TRACE_EVENT’ 233 | TRACE_EVENT(nfs4_cb_offload, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:233:1: note: in expansion of macro ‘TRACE_EVENT’ 233 | TRACE_EVENT(nfs4_cb_offload, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_setup_sequence’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:278:1: note: in expansion of macro ‘TRACE_EVENT’ 278 | TRACE_EVENT(nfs4_setup_sequence, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:278:1: note: in expansion of macro ‘TRACE_EVENT’ 278 | TRACE_EVENT(nfs4_setup_sequence, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_state_mgr’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:354:1: note: in expansion of macro ‘TRACE_EVENT’ 354 | TRACE_EVENT(nfs4_state_mgr, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:354:1: note: in expansion of macro ‘TRACE_EVENT’ 354 | TRACE_EVENT(nfs4_state_mgr, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_state_mgr_failed’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:377:1: note: in expansion of macro ‘TRACE_EVENT’ 377 | TRACE_EVENT(nfs4_state_mgr_failed, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:377:1: note: in expansion of macro ‘TRACE_EVENT’ 377 | TRACE_EVENT(nfs4_state_mgr_failed, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_xdr_bad_operation’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:409:1: note: in expansion of macro ‘TRACE_EVENT’ 409 | TRACE_EVENT(nfs4_xdr_bad_operation, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:409:1: note: in expansion of macro ‘TRACE_EVENT’ 409 | TRACE_EVENT(nfs4_xdr_bad_operation, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_xdr_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:444:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 444 | DECLARE_EVENT_CLASS(nfs4_xdr_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:444:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 444 | DECLARE_EVENT_CLASS(nfs4_xdr_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_cb_error_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:490:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 490 | DECLARE_EVENT_CLASS(nfs4_cb_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:490:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 490 | DECLARE_EVENT_CLASS(nfs4_cb_error_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_open_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:525:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 525 | DECLARE_EVENT_CLASS(nfs4_open_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:525:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 525 | DECLARE_EVENT_CLASS(nfs4_open_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_cached_open’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:617:1: note: in expansion of macro ‘TRACE_EVENT’ 617 | TRACE_EVENT(nfs4_cached_open, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:617:1: note: in expansion of macro ‘TRACE_EVENT’ 617 | TRACE_EVENT(nfs4_cached_open, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_close’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:656:1: note: in expansion of macro ‘TRACE_EVENT’ 656 | TRACE_EVENT(nfs4_close, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:656:1: note: in expansion of macro ‘TRACE_EVENT’ 656 | TRACE_EVENT(nfs4_close, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_lock_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:704:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 704 | DECLARE_EVENT_CLASS(nfs4_lock_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:704:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 704 | DECLARE_EVENT_CLASS(nfs4_lock_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_set_lock’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:773:1: note: in expansion of macro ‘TRACE_EVENT’ 773 | TRACE_EVENT(nfs4_set_lock, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:773:1: note: in expansion of macro ‘TRACE_EVENT’ 773 | TRACE_EVENT(nfs4_set_lock, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_state_lock_reclaim’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:877:1: note: in expansion of macro ‘TRACE_EVENT’ 877 | TRACE_EVENT(nfs4_state_lock_reclaim, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:877:1: note: in expansion of macro ‘TRACE_EVENT’ 877 | TRACE_EVENT(nfs4_state_lock_reclaim, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_set_delegation_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:920:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 920 | DECLARE_EVENT_CLASS(nfs4_set_delegation_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:920:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 920 | DECLARE_EVENT_CLASS(nfs4_set_delegation_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_delegreturn_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:960:1: note: in expansion of macro ‘TRACE_EVENT’ 960 | TRACE_EVENT(nfs4_delegreturn_exit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:960:1: note: in expansion of macro ‘TRACE_EVENT’ 960 | TRACE_EVENT(nfs4_delegreturn_exit, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_test_stateid_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:999:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 999 | DECLARE_EVENT_CLASS(nfs4_test_stateid_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:999:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 999 | DECLARE_EVENT_CLASS(nfs4_test_stateid_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_lookup_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1055:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1055 | DECLARE_EVENT_CLASS(nfs4_lookup_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1055:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1055 | DECLARE_EVENT_CLASS(nfs4_lookup_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_lookupp’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1105:1: note: in expansion of macro ‘TRACE_EVENT’ 1105 | TRACE_EVENT(nfs4_lookupp, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1105:1: note: in expansion of macro ‘TRACE_EVENT’ 1105 | TRACE_EVENT(nfs4_lookupp, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_rename’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1134:1: note: in expansion of macro ‘TRACE_EVENT’ 1134 | TRACE_EVENT(nfs4_rename, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1134:1: note: in expansion of macro ‘TRACE_EVENT’ 1134 | TRACE_EVENT(nfs4_rename, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_inode_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1177:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1177 | DECLARE_EVENT_CLASS(nfs4_inode_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1177:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1177 | DECLARE_EVENT_CLASS(nfs4_inode_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_inode_stateid_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1227:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1227 | DECLARE_EVENT_CLASS(nfs4_inode_stateid_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1227:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1227 | DECLARE_EVENT_CLASS(nfs4_inode_stateid_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_getattr_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1283:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1283 | DECLARE_EVENT_CLASS(nfs4_getattr_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1283:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1283 | DECLARE_EVENT_CLASS(nfs4_getattr_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_inode_callback_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1334:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1334 | DECLARE_EVENT_CLASS(nfs4_inode_callback_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1334:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1334 | DECLARE_EVENT_CLASS(nfs4_inode_callback_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_inode_stateid_callback_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1388:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1388 | DECLARE_EVENT_CLASS(nfs4_inode_stateid_callback_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1388:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1388 | DECLARE_EVENT_CLASS(nfs4_inode_stateid_callback_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_idmap_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1452:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1452 | DECLARE_EVENT_CLASS(nfs4_idmap_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1452:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1452 | DECLARE_EVENT_CLASS(nfs4_idmap_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_read_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1505:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1505 | DECLARE_EVENT_CLASS(nfs4_read_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1505:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1505 | DECLARE_EVENT_CLASS(nfs4_read_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_write_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1579:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1579 | DECLARE_EVENT_CLASS(nfs4_write_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1579:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1579 | DECLARE_EVENT_CLASS(nfs4_write_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_commit_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1654:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1654 | DECLARE_EVENT_CLASS(nfs4_commit_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1654:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1654 | DECLARE_EVENT_CLASS(nfs4_commit_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_layoutget’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1715:1: note: in expansion of macro ‘TRACE_EVENT’ 1715 | TRACE_EVENT(nfs4_layoutget, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1715:1: note: in expansion of macro ‘TRACE_EVENT’ 1715 | TRACE_EVENT(nfs4_layoutget, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_pnfs_update_layout’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1820:1: note: in expansion of macro ‘TRACE_EVENT’ 1820 | TRACE_EVENT(pnfs_update_layout, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1820:1: note: in expansion of macro ‘TRACE_EVENT’ 1820 | TRACE_EVENT(pnfs_update_layout, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_pnfs_layout_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1877:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1877 | DECLARE_EVENT_CLASS(pnfs_layout_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1877:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1877 | DECLARE_EVENT_CLASS(pnfs_layout_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_deviceid_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1949:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1949 | DECLARE_EVENT_CLASS(nfs4_deviceid_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1949:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1949 | DECLARE_EVENT_CLASS(nfs4_deviceid_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_deviceid_status’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1982:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1982 | DECLARE_EVENT_CLASS(nfs4_deviceid_status, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1982:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1982 | DECLARE_EVENT_CLASS(nfs4_deviceid_status, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_fl_getdevinfo’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2024:1: note: in expansion of macro ‘TRACE_EVENT’ 2024 | TRACE_EVENT(fl_getdevinfo, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2024:1: note: in expansion of macro ‘TRACE_EVENT’ 2024 | TRACE_EVENT(fl_getdevinfo, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_flexfiles_io_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2052:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2052 | DECLARE_EVENT_CLASS(nfs4_flexfiles_io_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2052:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2052 | DECLARE_EVENT_CLASS(nfs4_flexfiles_io_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_ff_layout_commit_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2112:1: note: in expansion of macro ‘TRACE_EVENT’ 2112 | TRACE_EVENT(ff_layout_commit_error, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2112:1: note: in expansion of macro ‘TRACE_EVENT’ 2112 | TRACE_EVENT(ff_layout_commit_error, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_pnfs_bl_pr_key_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2156 | DECLARE_EVENT_CLASS(pnfs_bl_pr_key_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2156 | DECLARE_EVENT_CLASS(pnfs_bl_pr_key_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_pnfs_bl_pr_key_err_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2207:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2207 | DECLARE_EVENT_CLASS(pnfs_bl_pr_key_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2207:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2207 | DECLARE_EVENT_CLASS(pnfs_bl_pr_key_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_llseek’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2253:1: note: in expansion of macro ‘TRACE_EVENT’ 2253 | TRACE_EVENT(nfs4_llseek, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2253:1: note: in expansion of macro ‘TRACE_EVENT’ 2253 | TRACE_EVENT(nfs4_llseek, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_sparse_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2317:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2317 | DECLARE_EVENT_CLASS(nfs4_sparse_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2317:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2317 | DECLARE_EVENT_CLASS(nfs4_sparse_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_copy’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2374:1: note: in expansion of macro ‘TRACE_EVENT’ 2374 | TRACE_EVENT(nfs4_copy, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2374:1: note: in expansion of macro ‘TRACE_EVENT’ 2374 | TRACE_EVENT(nfs4_copy, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_clone’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2481:1: note: in expansion of macro ‘TRACE_EVENT’ 2481 | TRACE_EVENT(nfs4_clone, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2481:1: note: in expansion of macro ‘TRACE_EVENT’ 2481 | TRACE_EVENT(nfs4_clone, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_copy_notify’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2554:1: note: in expansion of macro ‘TRACE_EVENT’ 2554 | TRACE_EVENT(nfs4_copy_notify, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2554:1: note: in expansion of macro ‘TRACE_EVENT’ 2554 | TRACE_EVENT(nfs4_copy_notify, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_offload_cancel’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2611:1: note: in expansion of macro ‘TRACE_EVENT’ 2611 | TRACE_EVENT(nfs4_offload_cancel, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2611:1: note: in expansion of macro ‘TRACE_EVENT’ 2611 | TRACE_EVENT(nfs4_offload_cancel, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_xattr_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2644:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2644 | DECLARE_EVENT_CLASS(nfs4_xattr_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2644:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2644 | DECLARE_EVENT_CLASS(nfs4_xattr_event, | ^~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: fs/nfs/nfs4trace.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: fs/nfs] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/btrfs.h:2637, from ../fs/btrfs/super.c:65: ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_transaction_commit’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:182:1: note: in expansion of macro ‘TRACE_EVENT’ 182 | TRACE_EVENT(btrfs_transaction_commit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:182:1: note: in expansion of macro ‘TRACE_EVENT’ 182 | TRACE_EVENT(btrfs_transaction_commit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:182:1: note: in expansion of macro ‘TRACE_EVENT’ 182 | TRACE_EVENT(btrfs_transaction_commit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:182:1: note: in expansion of macro ‘TRACE_EVENT’ 182 | TRACE_EVENT(btrfs_transaction_commit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:182:1: note: in expansion of macro ‘TRACE_EVENT’ 182 | TRACE_EVENT(btrfs_transaction_commit, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__inode’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:203:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 203 | DECLARE_EVENT_CLASS(btrfs__inode, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:203:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 203 | DECLARE_EVENT_CLASS(btrfs__inode, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_get_extent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/btrfs.h:280:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 280 | TRACE_EVENT_CONDITION(btrfs_get_extent, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/btrfs.h:280:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 280 | TRACE_EVENT_CONDITION(btrfs_get_extent, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_handle_em_exist’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ 316 | TRACE_EVENT(btrfs_handle_em_exist, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ 316 | TRACE_EVENT(btrfs_handle_em_exist, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__file_extent_item_regular’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 354 | DECLARE_EVENT_CLASS(btrfs__file_extent_item_regular, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 354 | DECLARE_EVENT_CLASS(btrfs__file_extent_item_regular, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__file_extent_item_inline’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:408:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 408 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:408:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 408 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__ordered_extent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:498:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 498 | DECLARE_EVENT_CLASS(btrfs__ordered_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:498:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 498 | DECLARE_EVENT_CLASS(btrfs__ordered_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_finish_ordered_extent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:646:1: note: in expansion of macro ‘TRACE_EVENT’ 646 | TRACE_EVENT(btrfs_finish_ordered_extent, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:646:1: note: in expansion of macro ‘TRACE_EVENT’ 646 | TRACE_EVENT(btrfs_finish_ordered_extent, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__writepage’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:675:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 675 | DECLARE_EVENT_CLASS(btrfs__writepage, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:675:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 675 | DECLARE_EVENT_CLASS(btrfs__writepage, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_writepage_end_io_hook’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:732:1: note: in expansion of macro ‘TRACE_EVENT’ 732 | TRACE_EVENT(btrfs_writepage_end_io_hook, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:732:1: note: in expansion of macro ‘TRACE_EVENT’ 732 | TRACE_EVENT(btrfs_writepage_end_io_hook, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_sync_file’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:761:1: note: in expansion of macro ‘TRACE_EVENT’ 761 | TRACE_EVENT(btrfs_sync_file, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:761:1: note: in expansion of macro ‘TRACE_EVENT’ 761 | TRACE_EVENT(btrfs_sync_file, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_sync_fs’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:793:1: note: in expansion of macro ‘TRACE_EVENT’ 793 | TRACE_EVENT(btrfs_sync_fs, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:793:1: note: in expansion of macro ‘TRACE_EVENT’ 793 | TRACE_EVENT(btrfs_sync_fs, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_add_block_group’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ 810 | TRACE_EVENT(btrfs_add_block_group, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ 810 | TRACE_EVENT(btrfs_add_block_group, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_delayed_tree_ref’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:855:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 855 | DECLARE_EVENT_CLASS(btrfs_delayed_tree_ref, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:855:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 855 | DECLARE_EVENT_CLASS(btrfs_delayed_tree_ref, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_delayed_data_ref’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:912:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 912 | DECLARE_EVENT_CLASS(btrfs_delayed_data_ref, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:912:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 912 | DECLARE_EVENT_CLASS(btrfs_delayed_data_ref, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_delayed_ref_head’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:973:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 973 | DECLARE_EVENT_CLASS(btrfs_delayed_ref_head, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:973:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 973 | DECLARE_EVENT_CLASS(btrfs_delayed_ref_head, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__chunk’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1032:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1032 | DECLARE_EVENT_CLASS(btrfs__chunk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1032:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1032 | DECLARE_EVENT_CLASS(btrfs__chunk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_cow_block’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1082:1: note: in expansion of macro ‘TRACE_EVENT’ 1082 | TRACE_EVENT(btrfs_cow_block, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1082:1: note: in expansion of macro ‘TRACE_EVENT’ 1082 | TRACE_EVENT(btrfs_cow_block, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_space_reservation’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1117:1: note: in expansion of macro ‘TRACE_EVENT’ 1117 | TRACE_EVENT(btrfs_space_reservation, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1117:1: note: in expansion of macro ‘TRACE_EVENT’ 1117 | TRACE_EVENT(btrfs_space_reservation, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_trigger_flush’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1143:1: note: in expansion of macro ‘TRACE_EVENT’ 1143 | TRACE_EVENT(btrfs_trigger_flush, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1143:1: note: in expansion of macro ‘TRACE_EVENT’ 1143 | TRACE_EVENT(btrfs_trigger_flush, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_flush_space’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1174:1: note: in expansion of macro ‘TRACE_EVENT’ 1174 | TRACE_EVENT(btrfs_flush_space, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1174:1: note: in expansion of macro ‘TRACE_EVENT’ 1174 | TRACE_EVENT(btrfs_flush_space, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__reserved_extent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1206:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1206 | DECLARE_EVENT_CLASS(btrfs__reserved_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1206:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1206 | DECLARE_EVENT_CLASS(btrfs__reserved_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_find_free_extent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1242:1: note: in expansion of macro ‘TRACE_EVENT’ 1242 | TRACE_EVENT(find_free_extent, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1242:1: note: in expansion of macro ‘TRACE_EVENT’ 1242 | TRACE_EVENT(find_free_extent, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_find_free_extent_search_loop’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1270:1: note: in expansion of macro ‘TRACE_EVENT’ 1270 | TRACE_EVENT(find_free_extent_search_loop, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1270:1: note: in expansion of macro ‘TRACE_EVENT’ 1270 | TRACE_EVENT(find_free_extent_search_loop, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_find_free_extent_have_block_group’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1300:1: note: in expansion of macro ‘TRACE_EVENT’ 1300 | TRACE_EVENT(find_free_extent_have_block_group, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1300:1: note: in expansion of macro ‘TRACE_EVENT’ 1300 | TRACE_EVENT(find_free_extent_have_block_group, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__reserve_extent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1341:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1341 | DECLARE_EVENT_CLASS(btrfs__reserve_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1341:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1341 | DECLARE_EVENT_CLASS(btrfs__reserve_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_find_cluster’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1396:1: note: in expansion of macro ‘TRACE_EVENT’ 1396 | TRACE_EVENT(btrfs_find_cluster, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1396:1: note: in expansion of macro ‘TRACE_EVENT’ 1396 | TRACE_EVENT(btrfs_find_cluster, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_failed_cluster_setup’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1429:1: note: in expansion of macro ‘TRACE_EVENT’ 1429 | TRACE_EVENT(btrfs_failed_cluster_setup, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1429:1: note: in expansion of macro ‘TRACE_EVENT’ 1429 | TRACE_EVENT(btrfs_failed_cluster_setup, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_setup_cluster’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1446:1: note: in expansion of macro ‘TRACE_EVENT’ 1446 | TRACE_EVENT(btrfs_setup_cluster, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1446:1: note: in expansion of macro ‘TRACE_EVENT’ 1446 | TRACE_EVENT(btrfs_setup_cluster, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_alloc_extent_state’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1482:1: note: in expansion of macro ‘TRACE_EVENT’ 1482 | TRACE_EVENT(alloc_extent_state, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1482:1: note: in expansion of macro ‘TRACE_EVENT’ 1482 | TRACE_EVENT(alloc_extent_state, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_free_extent_state’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1505:1: note: in expansion of macro ‘TRACE_EVENT’ 1505 | TRACE_EVENT(free_extent_state, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1505:1: note: in expansion of macro ‘TRACE_EVENT’ 1505 | TRACE_EVENT(free_extent_state, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__work’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1524:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1524 | DECLARE_EVENT_CLASS(btrfs__work, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1524:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1524 | DECLARE_EVENT_CLASS(btrfs__work, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__work__done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1556:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1556 | DECLARE_EVENT_CLASS(btrfs__work__done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1556:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1556 | DECLARE_EVENT_CLASS(btrfs__work__done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_workqueue’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1601:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1601 | DECLARE_EVENT_CLASS(btrfs_workqueue, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1601:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1601 | DECLARE_EVENT_CLASS(btrfs_workqueue, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_workqueue_done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1628:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1628 | DECLARE_EVENT_CLASS(btrfs_workqueue_done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1628:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1628 | DECLARE_EVENT_CLASS(btrfs_workqueue_done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__qgroup_rsv_data’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1657:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1657 | DECLARE_EVENT_CLASS(btrfs__qgroup_rsv_data, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1657:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1657 | DECLARE_EVENT_CLASS(btrfs__qgroup_rsv_data, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_qgroup_extent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1707:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1707 | DECLARE_EVENT_CLASS(btrfs_qgroup_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1707:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1707 | DECLARE_EVENT_CLASS(btrfs_qgroup_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_qgroup_num_dirty_extents’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1743:1: note: in expansion of macro ‘TRACE_EVENT’ 1743 | TRACE_EVENT(qgroup_num_dirty_extents, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1743:1: note: in expansion of macro ‘TRACE_EVENT’ 1743 | TRACE_EVENT(qgroup_num_dirty_extents, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_qgroup_account_extent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1764:1: note: in expansion of macro ‘TRACE_EVENT’ 1764 | TRACE_EVENT(btrfs_qgroup_account_extent, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1764:1: note: in expansion of macro ‘TRACE_EVENT’ 1764 | TRACE_EVENT(btrfs_qgroup_account_extent, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_qgroup_update_counters’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1797:1: note: in expansion of macro ‘TRACE_EVENT’ 1797 | TRACE_EVENT(qgroup_update_counters, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1797:1: note: in expansion of macro ‘TRACE_EVENT’ 1797 | TRACE_EVENT(qgroup_update_counters, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_qgroup_update_reserve’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1826:1: note: in expansion of macro ‘TRACE_EVENT’ 1826 | TRACE_EVENT(qgroup_update_reserve, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1826:1: note: in expansion of macro ‘TRACE_EVENT’ 1826 | TRACE_EVENT(qgroup_update_reserve, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_qgroup_meta_reserve’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1852:1: note: in expansion of macro ‘TRACE_EVENT’ 1852 | TRACE_EVENT(qgroup_meta_reserve, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1852:1: note: in expansion of macro ‘TRACE_EVENT’ 1852 | TRACE_EVENT(qgroup_meta_reserve, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_qgroup_meta_convert’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1875:1: note: in expansion of macro ‘TRACE_EVENT’ 1875 | TRACE_EVENT(qgroup_meta_convert, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1875:1: note: in expansion of macro ‘TRACE_EVENT’ 1875 | TRACE_EVENT(qgroup_meta_convert, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_qgroup_meta_free_all_pertrans’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1898:1: note: in expansion of macro ‘TRACE_EVENT’ 1898 | TRACE_EVENT(qgroup_meta_free_all_pertrans, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1898:1: note: in expansion of macro ‘TRACE_EVENT’ 1898 | TRACE_EVENT(qgroup_meta_free_all_pertrans, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__prelim_ref’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1923:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1923 | DECLARE_EVENT_CLASS(btrfs__prelim_ref, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1923:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1923 | DECLARE_EVENT_CLASS(btrfs__prelim_ref, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_inode_mod_outstanding_extents’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1980:1: note: in expansion of macro ‘TRACE_EVENT’ 1980 | TRACE_EVENT(btrfs_inode_mod_outstanding_extents, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1980:1: note: in expansion of macro ‘TRACE_EVENT’ 1980 | TRACE_EVENT(btrfs_inode_mod_outstanding_extents, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__block_group’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2004:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2004 | DECLARE_EVENT_CLASS(btrfs__block_group, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2004:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2004 | DECLARE_EVENT_CLASS(btrfs__block_group, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_set_extent_bit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2058:1: note: in expansion of macro ‘TRACE_EVENT’ 2058 | TRACE_EVENT(btrfs_set_extent_bit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2058:1: note: in expansion of macro ‘TRACE_EVENT’ 2058 | TRACE_EVENT(btrfs_set_extent_bit, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_clear_extent_bit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2091:1: note: in expansion of macro ‘TRACE_EVENT’ 2091 | TRACE_EVENT(btrfs_clear_extent_bit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2091:1: note: in expansion of macro ‘TRACE_EVENT’ 2091 | TRACE_EVENT(btrfs_clear_extent_bit, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_convert_extent_bit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2124:1: note: in expansion of macro ‘TRACE_EVENT’ 2124 | TRACE_EVENT(btrfs_convert_extent_bit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2124:1: note: in expansion of macro ‘TRACE_EVENT’ 2124 | TRACE_EVENT(btrfs_convert_extent_bit, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_dump_space_info’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2160:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2160 | DECLARE_EVENT_CLASS(btrfs_dump_space_info, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2160:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2160 | DECLARE_EVENT_CLASS(btrfs_dump_space_info, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_reserve_ticket’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2234:1: note: in expansion of macro ‘TRACE_EVENT’ 2234 | TRACE_EVENT(btrfs_reserve_ticket, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2234:1: note: in expansion of macro ‘TRACE_EVENT’ 2234 | TRACE_EVENT(btrfs_reserve_ticket, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_sleep_tree_lock’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2263:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2263 | DECLARE_EVENT_CLASS(btrfs_sleep_tree_lock, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2263:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2263 | DECLARE_EVENT_CLASS(btrfs_sleep_tree_lock, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_locking_events’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2307:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2307 | DECLARE_EVENT_CLASS(btrfs_locking_events, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2307:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2307 | DECLARE_EVENT_CLASS(btrfs_locking_events, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__space_info_update’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2347:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2347 | DECLARE_EVENT_CLASS(btrfs__space_info_update, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2347:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2347 | DECLARE_EVENT_CLASS(btrfs__space_info_update, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_raid56_bio’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2394:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2394 | DECLARE_EVENT_CLASS(btrfs_raid56_bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2394:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2394 | DECLARE_EVENT_CLASS(btrfs_raid56_bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_insert_one_raid_extent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2461:1: note: in expansion of macro ‘TRACE_EVENT’ 2461 | TRACE_EVENT(btrfs_insert_one_raid_extent, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2461:1: note: in expansion of macro ‘TRACE_EVENT’ 2461 | TRACE_EVENT(btrfs_insert_one_raid_extent, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_raid_extent_delete’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2485:1: note: in expansion of macro ‘TRACE_EVENT’ 2485 | TRACE_EVENT(btrfs_raid_extent_delete, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2485:1: note: in expansion of macro ‘TRACE_EVENT’ 2485 | TRACE_EVENT(btrfs_raid_extent_delete, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_get_raid_extent_offset’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2511:1: note: in expansion of macro ‘TRACE_EVENT’ 2511 | TRACE_EVENT(btrfs_get_raid_extent_offset, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2511:1: note: in expansion of macro ‘TRACE_EVENT’ 2511 | TRACE_EVENT(btrfs_get_raid_extent_offset, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_extent_map_shrinker_count’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2537:1: note: in expansion of macro ‘TRACE_EVENT’ 2537 | TRACE_EVENT(btrfs_extent_map_shrinker_count, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2537:1: note: in expansion of macro ‘TRACE_EVENT’ 2537 | TRACE_EVENT(btrfs_extent_map_shrinker_count, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_extent_map_shrinker_scan_enter’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2554:1: note: in expansion of macro ‘TRACE_EVENT’ 2554 | TRACE_EVENT(btrfs_extent_map_shrinker_scan_enter, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2554:1: note: in expansion of macro ‘TRACE_EVENT’ 2554 | TRACE_EVENT(btrfs_extent_map_shrinker_scan_enter, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_extent_map_shrinker_scan_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2580:1: note: in expansion of macro ‘TRACE_EVENT’ 2580 | TRACE_EVENT(btrfs_extent_map_shrinker_scan_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2580:1: note: in expansion of macro ‘TRACE_EVENT’ 2580 | TRACE_EVENT(btrfs_extent_map_shrinker_scan_exit, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_extent_map_shrinker_remove_em’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2606:1: note: in expansion of macro ‘TRACE_EVENT’ 2606 | TRACE_EVENT(btrfs_extent_map_shrinker_remove_em, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2606:1: note: in expansion of macro ‘TRACE_EVENT’ 2606 | TRACE_EVENT(btrfs_extent_map_shrinker_remove_em, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_transaction_commit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:182:1: note: in expansion of macro ‘TRACE_EVENT’ 182 | TRACE_EVENT(btrfs_transaction_commit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:182:1: note: in expansion of macro ‘TRACE_EVENT’ 182 | TRACE_EVENT(btrfs_transaction_commit, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__inode’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:203:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 203 | DECLARE_EVENT_CLASS(btrfs__inode, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:203:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 203 | DECLARE_EVENT_CLASS(btrfs__inode, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_get_extent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/btrfs.h:280:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 280 | TRACE_EVENT_CONDITION(btrfs_get_extent, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/btrfs.h:280:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 280 | TRACE_EVENT_CONDITION(btrfs_get_extent, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_handle_em_exist’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ 316 | TRACE_EVENT(btrfs_handle_em_exist, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ 316 | TRACE_EVENT(btrfs_handle_em_exist, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__file_extent_item_regular’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 354 | DECLARE_EVENT_CLASS(btrfs__file_extent_item_regular, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 354 | DECLARE_EVENT_CLASS(btrfs__file_extent_item_regular, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__file_extent_item_inline’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:408:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 408 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:408:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 408 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__ordered_extent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:498:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 498 | DECLARE_EVENT_CLASS(btrfs__ordered_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:498:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 498 | DECLARE_EVENT_CLASS(btrfs__ordered_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_finish_ordered_extent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:646:1: note: in expansion of macro ‘TRACE_EVENT’ 646 | TRACE_EVENT(btrfs_finish_ordered_extent, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:646:1: note: in expansion of macro ‘TRACE_EVENT’ 646 | TRACE_EVENT(btrfs_finish_ordered_extent, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__writepage’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:675:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 675 | DECLARE_EVENT_CLASS(btrfs__writepage, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:675:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 675 | DECLARE_EVENT_CLASS(btrfs__writepage, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_writepage_end_io_hook’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:732:1: note: in expansion of macro ‘TRACE_EVENT’ 732 | TRACE_EVENT(btrfs_writepage_end_io_hook, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:732:1: note: in expansion of macro ‘TRACE_EVENT’ 732 | TRACE_EVENT(btrfs_writepage_end_io_hook, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_sync_file’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:761:1: note: in expansion of macro ‘TRACE_EVENT’ 761 | TRACE_EVENT(btrfs_sync_file, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:761:1: note: in expansion of macro ‘TRACE_EVENT’ 761 | TRACE_EVENT(btrfs_sync_file, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_sync_fs’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:793:1: note: in expansion of macro ‘TRACE_EVENT’ 793 | TRACE_EVENT(btrfs_sync_fs, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:793:1: note: in expansion of macro ‘TRACE_EVENT’ 793 | TRACE_EVENT(btrfs_sync_fs, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_add_block_group’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ 810 | TRACE_EVENT(btrfs_add_block_group, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ 810 | TRACE_EVENT(btrfs_add_block_group, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_delayed_tree_ref’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:855:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 855 | DECLARE_EVENT_CLASS(btrfs_delayed_tree_ref, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:855:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 855 | DECLARE_EVENT_CLASS(btrfs_delayed_tree_ref, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_delayed_data_ref’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:912:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 912 | DECLARE_EVENT_CLASS(btrfs_delayed_data_ref, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:912:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 912 | DECLARE_EVENT_CLASS(btrfs_delayed_data_ref, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_delayed_ref_head’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:973:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 973 | DECLARE_EVENT_CLASS(btrfs_delayed_ref_head, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:973:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 973 | DECLARE_EVENT_CLASS(btrfs_delayed_ref_head, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__chunk’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1032:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1032 | DECLARE_EVENT_CLASS(btrfs__chunk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1032:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1032 | DECLARE_EVENT_CLASS(btrfs__chunk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_cow_block’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1082:1: note: in expansion of macro ‘TRACE_EVENT’ 1082 | TRACE_EVENT(btrfs_cow_block, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1082:1: note: in expansion of macro ‘TRACE_EVENT’ 1082 | TRACE_EVENT(btrfs_cow_block, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_space_reservation’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1117:1: note: in expansion of macro ‘TRACE_EVENT’ 1117 | TRACE_EVENT(btrfs_space_reservation, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1117:1: note: in expansion of macro ‘TRACE_EVENT’ 1117 | TRACE_EVENT(btrfs_space_reservation, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_trigger_flush’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1143:1: note: in expansion of macro ‘TRACE_EVENT’ 1143 | TRACE_EVENT(btrfs_trigger_flush, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1143:1: note: in expansion of macro ‘TRACE_EVENT’ 1143 | TRACE_EVENT(btrfs_trigger_flush, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_flush_space’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1174:1: note: in expansion of macro ‘TRACE_EVENT’ 1174 | TRACE_EVENT(btrfs_flush_space, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1174:1: note: in expansion of macro ‘TRACE_EVENT’ 1174 | TRACE_EVENT(btrfs_flush_space, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__reserved_extent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1206:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1206 | DECLARE_EVENT_CLASS(btrfs__reserved_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1206:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1206 | DECLARE_EVENT_CLASS(btrfs__reserved_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_find_free_extent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1242:1: note: in expansion of macro ‘TRACE_EVENT’ 1242 | TRACE_EVENT(find_free_extent, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1242:1: note: in expansion of macro ‘TRACE_EVENT’ 1242 | TRACE_EVENT(find_free_extent, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_find_free_extent_search_loop’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1270:1: note: in expansion of macro ‘TRACE_EVENT’ 1270 | TRACE_EVENT(find_free_extent_search_loop, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1270:1: note: in expansion of macro ‘TRACE_EVENT’ 1270 | TRACE_EVENT(find_free_extent_search_loop, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_find_free_extent_have_block_group’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1300:1: note: in expansion of macro ‘TRACE_EVENT’ 1300 | TRACE_EVENT(find_free_extent_have_block_group, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1300:1: note: in expansion of macro ‘TRACE_EVENT’ 1300 | TRACE_EVENT(find_free_extent_have_block_group, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__reserve_extent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1341:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1341 | DECLARE_EVENT_CLASS(btrfs__reserve_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1341:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1341 | DECLARE_EVENT_CLASS(btrfs__reserve_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_find_cluster’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1396:1: note: in expansion of macro ‘TRACE_EVENT’ 1396 | TRACE_EVENT(btrfs_find_cluster, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1396:1: note: in expansion of macro ‘TRACE_EVENT’ 1396 | TRACE_EVENT(btrfs_find_cluster, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_failed_cluster_setup’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1429:1: note: in expansion of macro ‘TRACE_EVENT’ 1429 | TRACE_EVENT(btrfs_failed_cluster_setup, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1429:1: note: in expansion of macro ‘TRACE_EVENT’ 1429 | TRACE_EVENT(btrfs_failed_cluster_setup, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_setup_cluster’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1446:1: note: in expansion of macro ‘TRACE_EVENT’ 1446 | TRACE_EVENT(btrfs_setup_cluster, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1446:1: note: in expansion of macro ‘TRACE_EVENT’ 1446 | TRACE_EVENT(btrfs_setup_cluster, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_alloc_extent_state’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1482:1: note: in expansion of macro ‘TRACE_EVENT’ 1482 | TRACE_EVENT(alloc_extent_state, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1482:1: note: in expansion of macro ‘TRACE_EVENT’ 1482 | TRACE_EVENT(alloc_extent_state, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_free_extent_state’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1505:1: note: in expansion of macro ‘TRACE_EVENT’ 1505 | TRACE_EVENT(free_extent_state, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1505:1: note: in expansion of macro ‘TRACE_EVENT’ 1505 | TRACE_EVENT(free_extent_state, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__work’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1524:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1524 | DECLARE_EVENT_CLASS(btrfs__work, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1524:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1524 | DECLARE_EVENT_CLASS(btrfs__work, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__work__done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1556:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1556 | DECLARE_EVENT_CLASS(btrfs__work__done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1556:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1556 | DECLARE_EVENT_CLASS(btrfs__work__done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_workqueue’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1601:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1601 | DECLARE_EVENT_CLASS(btrfs_workqueue, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1601:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1601 | DECLARE_EVENT_CLASS(btrfs_workqueue, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_workqueue_done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1628:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1628 | DECLARE_EVENT_CLASS(btrfs_workqueue_done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1628:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1628 | DECLARE_EVENT_CLASS(btrfs_workqueue_done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__qgroup_rsv_data’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1657:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1657 | DECLARE_EVENT_CLASS(btrfs__qgroup_rsv_data, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1657:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1657 | DECLARE_EVENT_CLASS(btrfs__qgroup_rsv_data, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_qgroup_extent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1707:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1707 | DECLARE_EVENT_CLASS(btrfs_qgroup_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1707:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1707 | DECLARE_EVENT_CLASS(btrfs_qgroup_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_qgroup_num_dirty_extents’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1743:1: note: in expansion of macro ‘TRACE_EVENT’ 1743 | TRACE_EVENT(qgroup_num_dirty_extents, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1743:1: note: in expansion of macro ‘TRACE_EVENT’ 1743 | TRACE_EVENT(qgroup_num_dirty_extents, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_qgroup_account_extent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1764:1: note: in expansion of macro ‘TRACE_EVENT’ 1764 | TRACE_EVENT(btrfs_qgroup_account_extent, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1764:1: note: in expansion of macro ‘TRACE_EVENT’ 1764 | TRACE_EVENT(btrfs_qgroup_account_extent, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_qgroup_update_counters’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1797:1: note: in expansion of macro ‘TRACE_EVENT’ 1797 | TRACE_EVENT(qgroup_update_counters, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1797:1: note: in expansion of macro ‘TRACE_EVENT’ 1797 | TRACE_EVENT(qgroup_update_counters, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_qgroup_update_reserve’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1826:1: note: in expansion of macro ‘TRACE_EVENT’ 1826 | TRACE_EVENT(qgroup_update_reserve, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1826:1: note: in expansion of macro ‘TRACE_EVENT’ 1826 | TRACE_EVENT(qgroup_update_reserve, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_qgroup_meta_reserve’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1852:1: note: in expansion of macro ‘TRACE_EVENT’ 1852 | TRACE_EVENT(qgroup_meta_reserve, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1852:1: note: in expansion of macro ‘TRACE_EVENT’ 1852 | TRACE_EVENT(qgroup_meta_reserve, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_qgroup_meta_convert’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1875:1: note: in expansion of macro ‘TRACE_EVENT’ 1875 | TRACE_EVENT(qgroup_meta_convert, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1875:1: note: in expansion of macro ‘TRACE_EVENT’ 1875 | TRACE_EVENT(qgroup_meta_convert, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_qgroup_meta_free_all_pertrans’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1898:1: note: in expansion of macro ‘TRACE_EVENT’ 1898 | TRACE_EVENT(qgroup_meta_free_all_pertrans, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1898:1: note: in expansion of macro ‘TRACE_EVENT’ 1898 | TRACE_EVENT(qgroup_meta_free_all_pertrans, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__prelim_ref’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1923:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1923 | DECLARE_EVENT_CLASS(btrfs__prelim_ref, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1923:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1923 | DECLARE_EVENT_CLASS(btrfs__prelim_ref, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_inode_mod_outstanding_extents’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1980:1: note: in expansion of macro ‘TRACE_EVENT’ 1980 | TRACE_EVENT(btrfs_inode_mod_outstanding_extents, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1980:1: note: in expansion of macro ‘TRACE_EVENT’ 1980 | TRACE_EVENT(btrfs_inode_mod_outstanding_extents, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__block_group’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2004:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2004 | DECLARE_EVENT_CLASS(btrfs__block_group, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2004:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2004 | DECLARE_EVENT_CLASS(btrfs__block_group, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_set_extent_bit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2058:1: note: in expansion of macro ‘TRACE_EVENT’ 2058 | TRACE_EVENT(btrfs_set_extent_bit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2058:1: note: in expansion of macro ‘TRACE_EVENT’ 2058 | TRACE_EVENT(btrfs_set_extent_bit, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_clear_extent_bit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2091:1: note: in expansion of macro ‘TRACE_EVENT’ 2091 | TRACE_EVENT(btrfs_clear_extent_bit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2091:1: note: in expansion of macro ‘TRACE_EVENT’ 2091 | TRACE_EVENT(btrfs_clear_extent_bit, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_convert_extent_bit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2124:1: note: in expansion of macro ‘TRACE_EVENT’ 2124 | TRACE_EVENT(btrfs_convert_extent_bit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2124:1: note: in expansion of macro ‘TRACE_EVENT’ 2124 | TRACE_EVENT(btrfs_convert_extent_bit, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_dump_space_info’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2160:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2160 | DECLARE_EVENT_CLASS(btrfs_dump_space_info, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2160:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2160 | DECLARE_EVENT_CLASS(btrfs_dump_space_info, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_reserve_ticket’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2234:1: note: in expansion of macro ‘TRACE_EVENT’ 2234 | TRACE_EVENT(btrfs_reserve_ticket, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2234:1: note: in expansion of macro ‘TRACE_EVENT’ 2234 | TRACE_EVENT(btrfs_reserve_ticket, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_sleep_tree_lock’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2263:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2263 | DECLARE_EVENT_CLASS(btrfs_sleep_tree_lock, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2263:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2263 | DECLARE_EVENT_CLASS(btrfs_sleep_tree_lock, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_locking_events’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2307:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2307 | DECLARE_EVENT_CLASS(btrfs_locking_events, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2307:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2307 | DECLARE_EVENT_CLASS(btrfs_locking_events, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__space_info_update’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2347:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2347 | DECLARE_EVENT_CLASS(btrfs__space_info_update, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2347:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2347 | DECLARE_EVENT_CLASS(btrfs__space_info_update, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_raid56_bio’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2394:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2394 | DECLARE_EVENT_CLASS(btrfs_raid56_bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2394:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2394 | DECLARE_EVENT_CLASS(btrfs_raid56_bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_insert_one_raid_extent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2461:1: note: in expansion of macro ‘TRACE_EVENT’ 2461 | TRACE_EVENT(btrfs_insert_one_raid_extent, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2461:1: note: in expansion of macro ‘TRACE_EVENT’ 2461 | TRACE_EVENT(btrfs_insert_one_raid_extent, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_raid_extent_delete’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2485:1: note: in expansion of macro ‘TRACE_EVENT’ 2485 | TRACE_EVENT(btrfs_raid_extent_delete, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2485:1: note: in expansion of macro ‘TRACE_EVENT’ 2485 | TRACE_EVENT(btrfs_raid_extent_delete, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_get_raid_extent_offset’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2511:1: note: in expansion of macro ‘TRACE_EVENT’ 2511 | TRACE_EVENT(btrfs_get_raid_extent_offset, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2511:1: note: in expansion of macro ‘TRACE_EVENT’ 2511 | TRACE_EVENT(btrfs_get_raid_extent_offset, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_extent_map_shrinker_count’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2537:1: note: in expansion of macro ‘TRACE_EVENT’ 2537 | TRACE_EVENT(btrfs_extent_map_shrinker_count, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2537:1: note: in expansion of macro ‘TRACE_EVENT’ 2537 | TRACE_EVENT(btrfs_extent_map_shrinker_count, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_extent_map_shrinker_scan_enter’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2554:1: note: in expansion of macro ‘TRACE_EVENT’ 2554 | TRACE_EVENT(btrfs_extent_map_shrinker_scan_enter, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2554:1: note: in expansion of macro ‘TRACE_EVENT’ 2554 | TRACE_EVENT(btrfs_extent_map_shrinker_scan_enter, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_extent_map_shrinker_scan_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2580:1: note: in expansion of macro ‘TRACE_EVENT’ 2580 | TRACE_EVENT(btrfs_extent_map_shrinker_scan_exit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2580:1: note: in expansion of macro ‘TRACE_EVENT’ 2580 | TRACE_EVENT(btrfs_extent_map_shrinker_scan_exit, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_extent_map_shrinker_remove_em’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2606:1: note: in expansion of macro ‘TRACE_EVENT’ 2606 | TRACE_EVENT(btrfs_extent_map_shrinker_remove_em, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2606:1: note: in expansion of macro ‘TRACE_EVENT’ 2606 | TRACE_EVENT(btrfs_extent_map_shrinker_remove_em, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: fs/btrfs/super.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: fs/btrfs] Error 2 In file included from ../include/trace/define_trace.h:108, from ../arch/x86/kvm/trace.h:1882, from ../arch/x86/kvm/x86.c:90: ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_entry’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(kvm_entry, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(kvm_entry, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(kvm_entry, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(kvm_entry, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(kvm_entry, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hypercall’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:40:1: note: in expansion of macro ‘TRACE_EVENT’ 40 | TRACE_EVENT(kvm_hypercall, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:40:1: note: in expansion of macro ‘TRACE_EVENT’ 40 | TRACE_EVENT(kvm_hypercall, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_hypercall’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ 69 | TRACE_EVENT(kvm_hv_hypercall, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ 69 | TRACE_EVENT(kvm_hv_hypercall, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_hypercall_done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:100:1: note: in expansion of macro ‘TRACE_EVENT’ 100 | TRACE_EVENT(kvm_hv_hypercall_done, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:100:1: note: in expansion of macro ‘TRACE_EVENT’ 100 | TRACE_EVENT(kvm_hv_hypercall_done, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_xen_hypercall’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ 118 | TRACE_EVENT(kvm_xen_hypercall, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ 118 | TRACE_EVENT(kvm_xen_hypercall, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_pio’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:161:1: note: in expansion of macro ‘TRACE_EVENT’ 161 | TRACE_EVENT(kvm_pio, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:161:1: note: in expansion of macro ‘TRACE_EVENT’ 161 | TRACE_EVENT(kvm_pio, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_fast_mmio’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ 196 | TRACE_EVENT(kvm_fast_mmio, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ 196 | TRACE_EVENT(kvm_fast_mmio, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_cpuid’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ 214 | TRACE_EVENT(kvm_cpuid, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ 214 | TRACE_EVENT(kvm_cpuid, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_apic’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:261:1: note: in expansion of macro ‘TRACE_EVENT’ 261 | TRACE_EVENT(kvm_apic, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:261:1: note: in expansion of macro ‘TRACE_EVENT’ 261 | TRACE_EVENT(kvm_apic, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ 298 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:336:1: note: in expansion of macro ‘TRACE_EVENT_KVM_EXIT’ 336 | TRACE_EVENT_KVM_EXIT(kvm_exit); | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ 298 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:336:1: note: in expansion of macro ‘TRACE_EVENT_KVM_EXIT’ 336 | TRACE_EVENT_KVM_EXIT(kvm_exit); | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_inj_virq’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:341:1: note: in expansion of macro ‘TRACE_EVENT’ 341 | TRACE_EVENT(kvm_inj_virq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:341:1: note: in expansion of macro ‘TRACE_EVENT’ 341 | TRACE_EVENT(kvm_inj_virq, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_inj_exception’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:372:1: note: in expansion of macro ‘TRACE_EVENT’ 372 | TRACE_EVENT(kvm_inj_exception, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:372:1: note: in expansion of macro ‘TRACE_EVENT’ 372 | TRACE_EVENT(kvm_inj_exception, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_page_fault’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:402:1: note: in expansion of macro ‘TRACE_EVENT’ 402 | TRACE_EVENT(kvm_page_fault, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:402:1: note: in expansion of macro ‘TRACE_EVENT’ 402 | TRACE_EVENT(kvm_page_fault, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_msr’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:428:1: note: in expansion of macro ‘TRACE_EVENT’ 428 | TRACE_EVENT(kvm_msr, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:428:1: note: in expansion of macro ‘TRACE_EVENT’ 428 | TRACE_EVENT(kvm_msr, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_cr’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:460:1: note: in expansion of macro ‘TRACE_EVENT’ 460 | TRACE_EVENT(kvm_cr, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:460:1: note: in expansion of macro ‘TRACE_EVENT’ 460 | TRACE_EVENT(kvm_cr, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_pic_set_irq’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:484:1: note: in expansion of macro ‘TRACE_EVENT’ 484 | TRACE_EVENT(kvm_pic_set_irq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:484:1: note: in expansion of macro ‘TRACE_EVENT’ 484 | TRACE_EVENT(kvm_pic_set_irq, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_apic_ipi’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:517:1: note: in expansion of macro ‘TRACE_EVENT’ 517 | TRACE_EVENT(kvm_apic_ipi, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:517:1: note: in expansion of macro ‘TRACE_EVENT’ 517 | TRACE_EVENT(kvm_apic_ipi, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_apic_accept_irq’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:542:1: note: in expansion of macro ‘TRACE_EVENT’ 542 | TRACE_EVENT(kvm_apic_accept_irq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:542:1: note: in expansion of macro ‘TRACE_EVENT’ 542 | TRACE_EVENT(kvm_apic_accept_irq, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_eoi’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:566:1: note: in expansion of macro ‘TRACE_EVENT’ 566 | TRACE_EVENT(kvm_eoi, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:566:1: note: in expansion of macro ‘TRACE_EVENT’ 566 | TRACE_EVENT(kvm_eoi, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_pv_eoi’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:583:1: note: in expansion of macro ‘TRACE_EVENT’ 583 | TRACE_EVENT(kvm_pv_eoi, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:583:1: note: in expansion of macro ‘TRACE_EVENT’ 583 | TRACE_EVENT(kvm_pv_eoi, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_nested_vmenter’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ 603 | TRACE_EVENT(kvm_nested_vmenter, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ 603 | TRACE_EVENT(kvm_nested_vmenter, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_nested_intercepts’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:647:1: note: in expansion of macro ‘TRACE_EVENT’ 647 | TRACE_EVENT(kvm_nested_intercepts, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:647:1: note: in expansion of macro ‘TRACE_EVENT’ 647 | TRACE_EVENT(kvm_nested_intercepts, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_nested_vmexit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ 298 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:679:1: note: in expansion of macro ‘TRACE_EVENT_KVM_EXIT’ 679 | TRACE_EVENT_KVM_EXIT(kvm_nested_vmexit); | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ 298 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:679:1: note: in expansion of macro ‘TRACE_EVENT_KVM_EXIT’ 679 | TRACE_EVENT_KVM_EXIT(kvm_nested_vmexit); | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_nested_vmexit_inject’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:684:1: note: in expansion of macro ‘TRACE_EVENT’ 684 | TRACE_EVENT(kvm_nested_vmexit_inject, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:684:1: note: in expansion of macro ‘TRACE_EVENT’ 684 | TRACE_EVENT(kvm_nested_vmexit_inject, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_nested_intr_vmexit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:719:1: note: in expansion of macro ‘TRACE_EVENT’ 719 | TRACE_EVENT(kvm_nested_intr_vmexit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:719:1: note: in expansion of macro ‘TRACE_EVENT’ 719 | TRACE_EVENT(kvm_nested_intr_vmexit, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_invlpga’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:737:1: note: in expansion of macro ‘TRACE_EVENT’ 737 | TRACE_EVENT(kvm_invlpga, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:737:1: note: in expansion of macro ‘TRACE_EVENT’ 737 | TRACE_EVENT(kvm_invlpga, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_skinit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:760:1: note: in expansion of macro ‘TRACE_EVENT’ 760 | TRACE_EVENT(kvm_skinit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:760:1: note: in expansion of macro ‘TRACE_EVENT’ 760 | TRACE_EVENT(kvm_skinit, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_emulate_insn’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:817:1: note: in expansion of macro ‘TRACE_EVENT’ 817 | TRACE_EVENT(kvm_emulate_insn, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:817:1: note: in expansion of macro ‘TRACE_EVENT’ 817 | TRACE_EVENT(kvm_emulate_insn, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_vcpu_match_mmio’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:855:1: note: in expansion of macro ‘TRACE_EVENT’ 855 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:855:1: note: in expansion of macro ‘TRACE_EVENT’ 855 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_write_tsc_offset’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:879:1: note: in expansion of macro ‘TRACE_EVENT’ 879 | TRACE_EVENT(kvm_write_tsc_offset, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:879:1: note: in expansion of macro ‘TRACE_EVENT’ 879 | TRACE_EVENT(kvm_write_tsc_offset, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_pml_full’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:963:1: note: in expansion of macro ‘TRACE_EVENT’ 963 | TRACE_EVENT(kvm_pml_full, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:963:1: note: in expansion of macro ‘TRACE_EVENT’ 963 | TRACE_EVENT(kvm_pml_full, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_ple_window_update’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:978:1: note: in expansion of macro ‘TRACE_EVENT’ 978 | TRACE_EVENT(kvm_ple_window_update, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:978:1: note: in expansion of macro ‘TRACE_EVENT’ 978 | TRACE_EVENT(kvm_ple_window_update, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_pvclock_update’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:999:1: note: in expansion of macro ‘TRACE_EVENT’ 999 | TRACE_EVENT(kvm_pvclock_update, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:999:1: note: in expansion of macro ‘TRACE_EVENT’ 999 | TRACE_EVENT(kvm_pvclock_update, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_wait_lapic_expire’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1035:1: note: in expansion of macro ‘TRACE_EVENT’ 1035 | TRACE_EVENT(kvm_wait_lapic_expire, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1035:1: note: in expansion of macro ‘TRACE_EVENT’ 1035 | TRACE_EVENT(kvm_wait_lapic_expire, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_smm_transition’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1055:1: note: in expansion of macro ‘TRACE_EVENT’ 1055 | TRACE_EVENT(kvm_smm_transition, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1055:1: note: in expansion of macro ‘TRACE_EVENT’ 1055 | TRACE_EVENT(kvm_smm_transition, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_pi_irte_update’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1080:1: note: in expansion of macro ‘TRACE_EVENT’ 1080 | TRACE_EVENT(kvm_pi_irte_update, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1080:1: note: in expansion of macro ‘TRACE_EVENT’ 1080 | TRACE_EVENT(kvm_pi_irte_update, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_notify_acked_sint’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1117:1: note: in expansion of macro ‘TRACE_EVENT’ 1117 | TRACE_EVENT(kvm_hv_notify_acked_sint, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1117:1: note: in expansion of macro ‘TRACE_EVENT’ 1117 | TRACE_EVENT(kvm_hv_notify_acked_sint, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_synic_set_irq’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1137:1: note: in expansion of macro ‘TRACE_EVENT’ 1137 | TRACE_EVENT(kvm_hv_synic_set_irq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1137:1: note: in expansion of macro ‘TRACE_EVENT’ 1137 | TRACE_EVENT(kvm_hv_synic_set_irq, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_synic_send_eoi’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1163:1: note: in expansion of macro ‘TRACE_EVENT’ 1163 | TRACE_EVENT(kvm_hv_synic_send_eoi, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1163:1: note: in expansion of macro ‘TRACE_EVENT’ 1163 | TRACE_EVENT(kvm_hv_synic_send_eoi, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_synic_set_msr’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1185:1: note: in expansion of macro ‘TRACE_EVENT’ 1185 | TRACE_EVENT(kvm_hv_synic_set_msr, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1185:1: note: in expansion of macro ‘TRACE_EVENT’ 1185 | TRACE_EVENT(kvm_hv_synic_set_msr, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_stimer_set_config’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1210:1: note: in expansion of macro ‘TRACE_EVENT’ 1210 | TRACE_EVENT(kvm_hv_stimer_set_config, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1210:1: note: in expansion of macro ‘TRACE_EVENT’ 1210 | TRACE_EVENT(kvm_hv_stimer_set_config, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_stimer_set_count’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1236:1: note: in expansion of macro ‘TRACE_EVENT’ 1236 | TRACE_EVENT(kvm_hv_stimer_set_count, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1236:1: note: in expansion of macro ‘TRACE_EVENT’ 1236 | TRACE_EVENT(kvm_hv_stimer_set_count, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_stimer_start_periodic’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1262:1: note: in expansion of macro ‘TRACE_EVENT’ 1262 | TRACE_EVENT(kvm_hv_stimer_start_periodic, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1262:1: note: in expansion of macro ‘TRACE_EVENT’ 1262 | TRACE_EVENT(kvm_hv_stimer_start_periodic, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_stimer_start_one_shot’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1288:1: note: in expansion of macro ‘TRACE_EVENT’ 1288 | TRACE_EVENT(kvm_hv_stimer_start_one_shot, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1288:1: note: in expansion of macro ‘TRACE_EVENT’ 1288 | TRACE_EVENT(kvm_hv_stimer_start_one_shot, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_stimer_callback’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1314:1: note: in expansion of macro ‘TRACE_EVENT’ 1314 | TRACE_EVENT(kvm_hv_stimer_callback, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1314:1: note: in expansion of macro ‘TRACE_EVENT’ 1314 | TRACE_EVENT(kvm_hv_stimer_callback, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_stimer_expiration’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1335:1: note: in expansion of macro ‘TRACE_EVENT’ 1335 | TRACE_EVENT(kvm_hv_stimer_expiration, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1335:1: note: in expansion of macro ‘TRACE_EVENT’ 1335 | TRACE_EVENT(kvm_hv_stimer_expiration, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_stimer_cleanup’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1361:1: note: in expansion of macro ‘TRACE_EVENT’ 1361 | TRACE_EVENT(kvm_hv_stimer_cleanup, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1361:1: note: in expansion of macro ‘TRACE_EVENT’ 1361 | TRACE_EVENT(kvm_hv_stimer_cleanup, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_apicv_inhibit_changed’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1383:1: note: in expansion of macro ‘TRACE_EVENT’ 1383 | TRACE_EVENT(kvm_apicv_inhibit_changed, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1383:1: note: in expansion of macro ‘TRACE_EVENT’ 1383 | TRACE_EVENT(kvm_apicv_inhibit_changed, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_apicv_accept_irq’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1405:1: note: in expansion of macro ‘TRACE_EVENT’ 1405 | TRACE_EVENT(kvm_apicv_accept_irq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1405:1: note: in expansion of macro ‘TRACE_EVENT’ 1405 | TRACE_EVENT(kvm_apicv_accept_irq, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_avic_incomplete_ipi’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1432:1: note: in expansion of macro ‘TRACE_EVENT’ 1432 | TRACE_EVENT(kvm_avic_incomplete_ipi, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1432:1: note: in expansion of macro ‘TRACE_EVENT’ 1432 | TRACE_EVENT(kvm_avic_incomplete_ipi, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_avic_unaccelerated_access’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1457:1: note: in expansion of macro ‘TRACE_EVENT’ 1457 | TRACE_EVENT(kvm_avic_unaccelerated_access, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1457:1: note: in expansion of macro ‘TRACE_EVENT’ 1457 | TRACE_EVENT(kvm_avic_unaccelerated_access, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_avic_ga_log’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1486:1: note: in expansion of macro ‘TRACE_EVENT’ 1486 | TRACE_EVENT(kvm_avic_ga_log, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1486:1: note: in expansion of macro ‘TRACE_EVENT’ 1486 | TRACE_EVENT(kvm_avic_ga_log, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_avic_kick_vcpu_slowpath’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1504:1: note: in expansion of macro ‘TRACE_EVENT’ 1504 | TRACE_EVENT(kvm_avic_kick_vcpu_slowpath, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1504:1: note: in expansion of macro ‘TRACE_EVENT’ 1504 | TRACE_EVENT(kvm_avic_kick_vcpu_slowpath, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_avic_doorbell’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1524:1: note: in expansion of macro ‘TRACE_EVENT’ 1524 | TRACE_EVENT(kvm_avic_doorbell, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1524:1: note: in expansion of macro ‘TRACE_EVENT’ 1524 | TRACE_EVENT(kvm_avic_doorbell, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_timer_state’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1542:1: note: in expansion of macro ‘TRACE_EVENT’ 1542 | TRACE_EVENT(kvm_hv_timer_state, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1542:1: note: in expansion of macro ‘TRACE_EVENT’ 1542 | TRACE_EVENT(kvm_hv_timer_state, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_flush_tlb’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1561:1: note: in expansion of macro ‘TRACE_EVENT’ 1561 | TRACE_EVENT(kvm_hv_flush_tlb, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1561:1: note: in expansion of macro ‘TRACE_EVENT’ 1561 | TRACE_EVENT(kvm_hv_flush_tlb, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_flush_tlb_ex’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1587:1: note: in expansion of macro ‘TRACE_EVENT’ 1587 | TRACE_EVENT(kvm_hv_flush_tlb_ex, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1587:1: note: in expansion of macro ‘TRACE_EVENT’ 1587 | TRACE_EVENT(kvm_hv_flush_tlb_ex, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_send_ipi’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1617:1: note: in expansion of macro ‘TRACE_EVENT’ 1617 | TRACE_EVENT(kvm_hv_send_ipi, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1617:1: note: in expansion of macro ‘TRACE_EVENT’ 1617 | TRACE_EVENT(kvm_hv_send_ipi, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_send_ipi_ex’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1635:1: note: in expansion of macro ‘TRACE_EVENT’ 1635 | TRACE_EVENT(kvm_hv_send_ipi_ex, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1635:1: note: in expansion of macro ‘TRACE_EVENT’ 1635 | TRACE_EVENT(kvm_hv_send_ipi_ex, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_pv_tlb_flush’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1656:1: note: in expansion of macro ‘TRACE_EVENT’ 1656 | TRACE_EVENT(kvm_pv_tlb_flush, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1656:1: note: in expansion of macro ‘TRACE_EVENT’ 1656 | TRACE_EVENT(kvm_pv_tlb_flush, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_nested_vmenter_failed’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ 1677 | TRACE_EVENT(kvm_nested_vmenter_failed, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ 1677 | TRACE_EVENT(kvm_nested_vmenter_failed, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_syndbg_set_msr’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1698:1: note: in expansion of macro ‘TRACE_EVENT’ 1698 | TRACE_EVENT(kvm_hv_syndbg_set_msr, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1698:1: note: in expansion of macro ‘TRACE_EVENT’ 1698 | TRACE_EVENT(kvm_hv_syndbg_set_msr, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_syndbg_get_msr’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1724:1: note: in expansion of macro ‘TRACE_EVENT’ 1724 | TRACE_EVENT(kvm_hv_syndbg_get_msr, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1724:1: note: in expansion of macro ‘TRACE_EVENT’ 1724 | TRACE_EVENT(kvm_hv_syndbg_get_msr, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_vmgexit_enter’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1750:1: note: in expansion of macro ‘TRACE_EVENT’ 1750 | TRACE_EVENT(kvm_vmgexit_enter, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1750:1: note: in expansion of macro ‘TRACE_EVENT’ 1750 | TRACE_EVENT(kvm_vmgexit_enter, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_vmgexit_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1776:1: note: in expansion of macro ‘TRACE_EVENT’ 1776 | TRACE_EVENT(kvm_vmgexit_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1776:1: note: in expansion of macro ‘TRACE_EVENT’ 1776 | TRACE_EVENT(kvm_vmgexit_exit, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_vmgexit_msr_protocol_enter’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1802:1: note: in expansion of macro ‘TRACE_EVENT’ 1802 | TRACE_EVENT(kvm_vmgexit_msr_protocol_enter, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1802:1: note: in expansion of macro ‘TRACE_EVENT’ 1802 | TRACE_EVENT(kvm_vmgexit_msr_protocol_enter, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_vmgexit_msr_protocol_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1823:1: note: in expansion of macro ‘TRACE_EVENT’ 1823 | TRACE_EVENT(kvm_vmgexit_msr_protocol_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1823:1: note: in expansion of macro ‘TRACE_EVENT’ 1823 | TRACE_EVENT(kvm_vmgexit_msr_protocol_exit, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_rmp_fault’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1846:1: note: in expansion of macro ‘TRACE_EVENT’ 1846 | TRACE_EVENT(kvm_rmp_fault, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1846:1: note: in expansion of macro ‘TRACE_EVENT’ 1846 | TRACE_EVENT(kvm_rmp_fault, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_entry’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(kvm_entry, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(kvm_entry, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hypercall’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:40:1: note: in expansion of macro ‘TRACE_EVENT’ 40 | TRACE_EVENT(kvm_hypercall, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:40:1: note: in expansion of macro ‘TRACE_EVENT’ 40 | TRACE_EVENT(kvm_hypercall, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_hypercall’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ 69 | TRACE_EVENT(kvm_hv_hypercall, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ 69 | TRACE_EVENT(kvm_hv_hypercall, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_hypercall_done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:100:1: note: in expansion of macro ‘TRACE_EVENT’ 100 | TRACE_EVENT(kvm_hv_hypercall_done, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:100:1: note: in expansion of macro ‘TRACE_EVENT’ 100 | TRACE_EVENT(kvm_hv_hypercall_done, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_xen_hypercall’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ 118 | TRACE_EVENT(kvm_xen_hypercall, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ 118 | TRACE_EVENT(kvm_xen_hypercall, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_pio’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:161:1: note: in expansion of macro ‘TRACE_EVENT’ 161 | TRACE_EVENT(kvm_pio, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:161:1: note: in expansion of macro ‘TRACE_EVENT’ 161 | TRACE_EVENT(kvm_pio, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_fast_mmio’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ 196 | TRACE_EVENT(kvm_fast_mmio, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ 196 | TRACE_EVENT(kvm_fast_mmio, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_cpuid’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ 214 | TRACE_EVENT(kvm_cpuid, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ 214 | TRACE_EVENT(kvm_cpuid, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_apic’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:261:1: note: in expansion of macro ‘TRACE_EVENT’ 261 | TRACE_EVENT(kvm_apic, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:261:1: note: in expansion of macro ‘TRACE_EVENT’ 261 | TRACE_EVENT(kvm_apic, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ 298 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:336:1: note: in expansion of macro ‘TRACE_EVENT_KVM_EXIT’ 336 | TRACE_EVENT_KVM_EXIT(kvm_exit); | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ 298 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:336:1: note: in expansion of macro ‘TRACE_EVENT_KVM_EXIT’ 336 | TRACE_EVENT_KVM_EXIT(kvm_exit); | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_inj_virq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:341:1: note: in expansion of macro ‘TRACE_EVENT’ 341 | TRACE_EVENT(kvm_inj_virq, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:341:1: note: in expansion of macro ‘TRACE_EVENT’ 341 | TRACE_EVENT(kvm_inj_virq, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_inj_exception’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:372:1: note: in expansion of macro ‘TRACE_EVENT’ 372 | TRACE_EVENT(kvm_inj_exception, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:372:1: note: in expansion of macro ‘TRACE_EVENT’ 372 | TRACE_EVENT(kvm_inj_exception, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_page_fault’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:402:1: note: in expansion of macro ‘TRACE_EVENT’ 402 | TRACE_EVENT(kvm_page_fault, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:402:1: note: in expansion of macro ‘TRACE_EVENT’ 402 | TRACE_EVENT(kvm_page_fault, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_msr’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:428:1: note: in expansion of macro ‘TRACE_EVENT’ 428 | TRACE_EVENT(kvm_msr, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:428:1: note: in expansion of macro ‘TRACE_EVENT’ 428 | TRACE_EVENT(kvm_msr, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_cr’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:460:1: note: in expansion of macro ‘TRACE_EVENT’ 460 | TRACE_EVENT(kvm_cr, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:460:1: note: in expansion of macro ‘TRACE_EVENT’ 460 | TRACE_EVENT(kvm_cr, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_pic_set_irq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:484:1: note: in expansion of macro ‘TRACE_EVENT’ 484 | TRACE_EVENT(kvm_pic_set_irq, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:484:1: note: in expansion of macro ‘TRACE_EVENT’ 484 | TRACE_EVENT(kvm_pic_set_irq, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_apic_ipi’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:517:1: note: in expansion of macro ‘TRACE_EVENT’ 517 | TRACE_EVENT(kvm_apic_ipi, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:517:1: note: in expansion of macro ‘TRACE_EVENT’ 517 | TRACE_EVENT(kvm_apic_ipi, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_apic_accept_irq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:542:1: note: in expansion of macro ‘TRACE_EVENT’ 542 | TRACE_EVENT(kvm_apic_accept_irq, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:542:1: note: in expansion of macro ‘TRACE_EVENT’ 542 | TRACE_EVENT(kvm_apic_accept_irq, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_eoi’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:566:1: note: in expansion of macro ‘TRACE_EVENT’ 566 | TRACE_EVENT(kvm_eoi, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:566:1: note: in expansion of macro ‘TRACE_EVENT’ 566 | TRACE_EVENT(kvm_eoi, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_pv_eoi’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:583:1: note: in expansion of macro ‘TRACE_EVENT’ 583 | TRACE_EVENT(kvm_pv_eoi, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:583:1: note: in expansion of macro ‘TRACE_EVENT’ 583 | TRACE_EVENT(kvm_pv_eoi, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_nested_vmenter’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ 603 | TRACE_EVENT(kvm_nested_vmenter, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ 603 | TRACE_EVENT(kvm_nested_vmenter, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_nested_intercepts’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:647:1: note: in expansion of macro ‘TRACE_EVENT’ 647 | TRACE_EVENT(kvm_nested_intercepts, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:647:1: note: in expansion of macro ‘TRACE_EVENT’ 647 | TRACE_EVENT(kvm_nested_intercepts, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_nested_vmexit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ 298 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:679:1: note: in expansion of macro ‘TRACE_EVENT_KVM_EXIT’ 679 | TRACE_EVENT_KVM_EXIT(kvm_nested_vmexit); | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ 298 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:679:1: note: in expansion of macro ‘TRACE_EVENT_KVM_EXIT’ 679 | TRACE_EVENT_KVM_EXIT(kvm_nested_vmexit); | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_nested_vmexit_inject’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:684:1: note: in expansion of macro ‘TRACE_EVENT’ 684 | TRACE_EVENT(kvm_nested_vmexit_inject, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:684:1: note: in expansion of macro ‘TRACE_EVENT’ 684 | TRACE_EVENT(kvm_nested_vmexit_inject, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_nested_intr_vmexit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:719:1: note: in expansion of macro ‘TRACE_EVENT’ 719 | TRACE_EVENT(kvm_nested_intr_vmexit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:719:1: note: in expansion of macro ‘TRACE_EVENT’ 719 | TRACE_EVENT(kvm_nested_intr_vmexit, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_invlpga’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:737:1: note: in expansion of macro ‘TRACE_EVENT’ 737 | TRACE_EVENT(kvm_invlpga, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:737:1: note: in expansion of macro ‘TRACE_EVENT’ 737 | TRACE_EVENT(kvm_invlpga, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_skinit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:760:1: note: in expansion of macro ‘TRACE_EVENT’ 760 | TRACE_EVENT(kvm_skinit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:760:1: note: in expansion of macro ‘TRACE_EVENT’ 760 | TRACE_EVENT(kvm_skinit, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_emulate_insn’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:817:1: note: in expansion of macro ‘TRACE_EVENT’ 817 | TRACE_EVENT(kvm_emulate_insn, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:817:1: note: in expansion of macro ‘TRACE_EVENT’ 817 | TRACE_EVENT(kvm_emulate_insn, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_vcpu_match_mmio’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:855:1: note: in expansion of macro ‘TRACE_EVENT’ 855 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:855:1: note: in expansion of macro ‘TRACE_EVENT’ 855 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_write_tsc_offset’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:879:1: note: in expansion of macro ‘TRACE_EVENT’ 879 | TRACE_EVENT(kvm_write_tsc_offset, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:879:1: note: in expansion of macro ‘TRACE_EVENT’ 879 | TRACE_EVENT(kvm_write_tsc_offset, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_pml_full’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:963:1: note: in expansion of macro ‘TRACE_EVENT’ 963 | TRACE_EVENT(kvm_pml_full, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:963:1: note: in expansion of macro ‘TRACE_EVENT’ 963 | TRACE_EVENT(kvm_pml_full, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_ple_window_update’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:978:1: note: in expansion of macro ‘TRACE_EVENT’ 978 | TRACE_EVENT(kvm_ple_window_update, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:978:1: note: in expansion of macro ‘TRACE_EVENT’ 978 | TRACE_EVENT(kvm_ple_window_update, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_pvclock_update’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:999:1: note: in expansion of macro ‘TRACE_EVENT’ 999 | TRACE_EVENT(kvm_pvclock_update, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:999:1: note: in expansion of macro ‘TRACE_EVENT’ 999 | TRACE_EVENT(kvm_pvclock_update, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_wait_lapic_expire’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1035:1: note: in expansion of macro ‘TRACE_EVENT’ 1035 | TRACE_EVENT(kvm_wait_lapic_expire, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1035:1: note: in expansion of macro ‘TRACE_EVENT’ 1035 | TRACE_EVENT(kvm_wait_lapic_expire, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_smm_transition’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1055:1: note: in expansion of macro ‘TRACE_EVENT’ 1055 | TRACE_EVENT(kvm_smm_transition, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1055:1: note: in expansion of macro ‘TRACE_EVENT’ 1055 | TRACE_EVENT(kvm_smm_transition, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_pi_irte_update’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1080:1: note: in expansion of macro ‘TRACE_EVENT’ 1080 | TRACE_EVENT(kvm_pi_irte_update, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1080:1: note: in expansion of macro ‘TRACE_EVENT’ 1080 | TRACE_EVENT(kvm_pi_irte_update, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_notify_acked_sint’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1117:1: note: in expansion of macro ‘TRACE_EVENT’ 1117 | TRACE_EVENT(kvm_hv_notify_acked_sint, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1117:1: note: in expansion of macro ‘TRACE_EVENT’ 1117 | TRACE_EVENT(kvm_hv_notify_acked_sint, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_synic_set_irq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1137:1: note: in expansion of macro ‘TRACE_EVENT’ 1137 | TRACE_EVENT(kvm_hv_synic_set_irq, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1137:1: note: in expansion of macro ‘TRACE_EVENT’ 1137 | TRACE_EVENT(kvm_hv_synic_set_irq, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_synic_send_eoi’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1163:1: note: in expansion of macro ‘TRACE_EVENT’ 1163 | TRACE_EVENT(kvm_hv_synic_send_eoi, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1163:1: note: in expansion of macro ‘TRACE_EVENT’ 1163 | TRACE_EVENT(kvm_hv_synic_send_eoi, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_synic_set_msr’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1185:1: note: in expansion of macro ‘TRACE_EVENT’ 1185 | TRACE_EVENT(kvm_hv_synic_set_msr, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1185:1: note: in expansion of macro ‘TRACE_EVENT’ 1185 | TRACE_EVENT(kvm_hv_synic_set_msr, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_stimer_set_config’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1210:1: note: in expansion of macro ‘TRACE_EVENT’ 1210 | TRACE_EVENT(kvm_hv_stimer_set_config, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1210:1: note: in expansion of macro ‘TRACE_EVENT’ 1210 | TRACE_EVENT(kvm_hv_stimer_set_config, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_stimer_set_count’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1236:1: note: in expansion of macro ‘TRACE_EVENT’ 1236 | TRACE_EVENT(kvm_hv_stimer_set_count, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1236:1: note: in expansion of macro ‘TRACE_EVENT’ 1236 | TRACE_EVENT(kvm_hv_stimer_set_count, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_stimer_start_periodic’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1262:1: note: in expansion of macro ‘TRACE_EVENT’ 1262 | TRACE_EVENT(kvm_hv_stimer_start_periodic, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1262:1: note: in expansion of macro ‘TRACE_EVENT’ 1262 | TRACE_EVENT(kvm_hv_stimer_start_periodic, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_stimer_start_one_shot’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1288:1: note: in expansion of macro ‘TRACE_EVENT’ 1288 | TRACE_EVENT(kvm_hv_stimer_start_one_shot, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1288:1: note: in expansion of macro ‘TRACE_EVENT’ 1288 | TRACE_EVENT(kvm_hv_stimer_start_one_shot, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_stimer_callback’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1314:1: note: in expansion of macro ‘TRACE_EVENT’ 1314 | TRACE_EVENT(kvm_hv_stimer_callback, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1314:1: note: in expansion of macro ‘TRACE_EVENT’ 1314 | TRACE_EVENT(kvm_hv_stimer_callback, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_stimer_expiration’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1335:1: note: in expansion of macro ‘TRACE_EVENT’ 1335 | TRACE_EVENT(kvm_hv_stimer_expiration, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1335:1: note: in expansion of macro ‘TRACE_EVENT’ 1335 | TRACE_EVENT(kvm_hv_stimer_expiration, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_stimer_cleanup’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1361:1: note: in expansion of macro ‘TRACE_EVENT’ 1361 | TRACE_EVENT(kvm_hv_stimer_cleanup, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1361:1: note: in expansion of macro ‘TRACE_EVENT’ 1361 | TRACE_EVENT(kvm_hv_stimer_cleanup, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_apicv_inhibit_changed’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1383:1: note: in expansion of macro ‘TRACE_EVENT’ 1383 | TRACE_EVENT(kvm_apicv_inhibit_changed, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1383:1: note: in expansion of macro ‘TRACE_EVENT’ 1383 | TRACE_EVENT(kvm_apicv_inhibit_changed, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_apicv_accept_irq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1405:1: note: in expansion of macro ‘TRACE_EVENT’ 1405 | TRACE_EVENT(kvm_apicv_accept_irq, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1405:1: note: in expansion of macro ‘TRACE_EVENT’ 1405 | TRACE_EVENT(kvm_apicv_accept_irq, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_avic_incomplete_ipi’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1432:1: note: in expansion of macro ‘TRACE_EVENT’ 1432 | TRACE_EVENT(kvm_avic_incomplete_ipi, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1432:1: note: in expansion of macro ‘TRACE_EVENT’ 1432 | TRACE_EVENT(kvm_avic_incomplete_ipi, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_avic_unaccelerated_access’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1457:1: note: in expansion of macro ‘TRACE_EVENT’ 1457 | TRACE_EVENT(kvm_avic_unaccelerated_access, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1457:1: note: in expansion of macro ‘TRACE_EVENT’ 1457 | TRACE_EVENT(kvm_avic_unaccelerated_access, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_avic_ga_log’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1486:1: note: in expansion of macro ‘TRACE_EVENT’ 1486 | TRACE_EVENT(kvm_avic_ga_log, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1486:1: note: in expansion of macro ‘TRACE_EVENT’ 1486 | TRACE_EVENT(kvm_avic_ga_log, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_avic_kick_vcpu_slowpath’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1504:1: note: in expansion of macro ‘TRACE_EVENT’ 1504 | TRACE_EVENT(kvm_avic_kick_vcpu_slowpath, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1504:1: note: in expansion of macro ‘TRACE_EVENT’ 1504 | TRACE_EVENT(kvm_avic_kick_vcpu_slowpath, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_avic_doorbell’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1524:1: note: in expansion of macro ‘TRACE_EVENT’ 1524 | TRACE_EVENT(kvm_avic_doorbell, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1524:1: note: in expansion of macro ‘TRACE_EVENT’ 1524 | TRACE_EVENT(kvm_avic_doorbell, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_timer_state’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1542:1: note: in expansion of macro ‘TRACE_EVENT’ 1542 | TRACE_EVENT(kvm_hv_timer_state, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1542:1: note: in expansion of macro ‘TRACE_EVENT’ 1542 | TRACE_EVENT(kvm_hv_timer_state, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_flush_tlb’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1561:1: note: in expansion of macro ‘TRACE_EVENT’ 1561 | TRACE_EVENT(kvm_hv_flush_tlb, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1561:1: note: in expansion of macro ‘TRACE_EVENT’ 1561 | TRACE_EVENT(kvm_hv_flush_tlb, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_flush_tlb_ex’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1587:1: note: in expansion of macro ‘TRACE_EVENT’ 1587 | TRACE_EVENT(kvm_hv_flush_tlb_ex, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1587:1: note: in expansion of macro ‘TRACE_EVENT’ 1587 | TRACE_EVENT(kvm_hv_flush_tlb_ex, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_send_ipi’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1617:1: note: in expansion of macro ‘TRACE_EVENT’ 1617 | TRACE_EVENT(kvm_hv_send_ipi, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1617:1: note: in expansion of macro ‘TRACE_EVENT’ 1617 | TRACE_EVENT(kvm_hv_send_ipi, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_send_ipi_ex’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1635:1: note: in expansion of macro ‘TRACE_EVENT’ 1635 | TRACE_EVENT(kvm_hv_send_ipi_ex, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1635:1: note: in expansion of macro ‘TRACE_EVENT’ 1635 | TRACE_EVENT(kvm_hv_send_ipi_ex, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_pv_tlb_flush’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1656:1: note: in expansion of macro ‘TRACE_EVENT’ 1656 | TRACE_EVENT(kvm_pv_tlb_flush, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1656:1: note: in expansion of macro ‘TRACE_EVENT’ 1656 | TRACE_EVENT(kvm_pv_tlb_flush, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_nested_vmenter_failed’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ 1677 | TRACE_EVENT(kvm_nested_vmenter_failed, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ 1677 | TRACE_EVENT(kvm_nested_vmenter_failed, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_syndbg_set_msr’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1698:1: note: in expansion of macro ‘TRACE_EVENT’ 1698 | TRACE_EVENT(kvm_hv_syndbg_set_msr, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1698:1: note: in expansion of macro ‘TRACE_EVENT’ 1698 | TRACE_EVENT(kvm_hv_syndbg_set_msr, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_syndbg_get_msr’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1724:1: note: in expansion of macro ‘TRACE_EVENT’ 1724 | TRACE_EVENT(kvm_hv_syndbg_get_msr, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1724:1: note: in expansion of macro ‘TRACE_EVENT’ 1724 | TRACE_EVENT(kvm_hv_syndbg_get_msr, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_vmgexit_enter’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1750:1: note: in expansion of macro ‘TRACE_EVENT’ 1750 | TRACE_EVENT(kvm_vmgexit_enter, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1750:1: note: in expansion of macro ‘TRACE_EVENT’ 1750 | TRACE_EVENT(kvm_vmgexit_enter, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_vmgexit_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1776:1: note: in expansion of macro ‘TRACE_EVENT’ 1776 | TRACE_EVENT(kvm_vmgexit_exit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1776:1: note: in expansion of macro ‘TRACE_EVENT’ 1776 | TRACE_EVENT(kvm_vmgexit_exit, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_vmgexit_msr_protocol_enter’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1802:1: note: in expansion of macro ‘TRACE_EVENT’ 1802 | TRACE_EVENT(kvm_vmgexit_msr_protocol_enter, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1802:1: note: in expansion of macro ‘TRACE_EVENT’ 1802 | TRACE_EVENT(kvm_vmgexit_msr_protocol_enter, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_vmgexit_msr_protocol_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1823:1: note: in expansion of macro ‘TRACE_EVENT’ 1823 | TRACE_EVENT(kvm_vmgexit_msr_protocol_exit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1823:1: note: in expansion of macro ‘TRACE_EVENT’ 1823 | TRACE_EVENT(kvm_vmgexit_msr_protocol_exit, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_rmp_fault’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1846:1: note: in expansion of macro ‘TRACE_EVENT’ 1846 | TRACE_EVENT(kvm_rmp_fault, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1846:1: note: in expansion of macro ‘TRACE_EVENT’ 1846 | TRACE_EVENT(kvm_rmp_fault, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: arch/x86/kvm/x86.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: arch/x86/kvm] Error 2 make[3]: *** [../scripts/Makefile.build:485: arch/x86] Error 2 In file included from ../include/trace/define_trace.h:108, from ../fs/nfsd/trace.h:2206, from ../fs/nfsd/trace.c:4: ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_xdr_err_class’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:39:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 39 | DECLARE_EVENT_CLASS(nfsd_xdr_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:39:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 39 | DECLARE_EVENT_CLASS(nfsd_xdr_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:39:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 39 | DECLARE_EVENT_CLASS(nfsd_xdr_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:39:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 39 | DECLARE_EVENT_CLASS(nfsd_xdr_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:39:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 39 | DECLARE_EVENT_CLASS(nfsd_xdr_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_compound’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:91:1: note: in expansion of macro ‘TRACE_EVENT’ 91 | TRACE_EVENT(nfsd_compound, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:91:1: note: in expansion of macro ‘TRACE_EVENT’ 91 | TRACE_EVENT(nfsd_compound, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_compound_status’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:114:1: note: in expansion of macro ‘TRACE_EVENT’ 114 | TRACE_EVENT(nfsd_compound_status, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:114:1: note: in expansion of macro ‘TRACE_EVENT’ 114 | TRACE_EVENT(nfsd_compound_status, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_compound_decode_err’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:137:1: note: in expansion of macro ‘TRACE_EVENT’ 137 | TRACE_EVENT(nfsd_compound_decode_err, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:137:1: note: in expansion of macro ‘TRACE_EVENT’ 137 | TRACE_EVENT(nfsd_compound_decode_err, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_compound_encode_err’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:165:1: note: in expansion of macro ‘TRACE_EVENT’ 165 | TRACE_EVENT(nfsd_compound_encode_err, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:165:1: note: in expansion of macro ‘TRACE_EVENT’ 165 | TRACE_EVENT(nfsd_compound_encode_err, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_fh_verify’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ 196 | TRACE_EVENT(nfsd_fh_verify, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ 196 | TRACE_EVENT(nfsd_fh_verify, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_fh_verify_err’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../fs/nfsd/./trace.h:233:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 233 | TRACE_EVENT_CONDITION(nfsd_fh_verify_err, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../fs/nfsd/./trace.h:233:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 233 | TRACE_EVENT_CONDITION(nfsd_fh_verify_err, | ^~~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_fh_err_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:278:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 278 | DECLARE_EVENT_CLASS(nfsd_fh_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:278:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 278 | DECLARE_EVENT_CLASS(nfsd_fh_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_exp_find_key’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:308:1: note: in expansion of macro ‘TRACE_EVENT’ 308 | TRACE_EVENT(nfsd_exp_find_key, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:308:1: note: in expansion of macro ‘TRACE_EVENT’ 308 | TRACE_EVENT(nfsd_exp_find_key, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_expkey_update’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:332:1: note: in expansion of macro ‘TRACE_EVENT’ 332 | TRACE_EVENT(nfsd_expkey_update, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:332:1: note: in expansion of macro ‘TRACE_EVENT’ 332 | TRACE_EVENT(nfsd_expkey_update, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_exp_get_by_name’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:358:1: note: in expansion of macro ‘TRACE_EVENT’ 358 | TRACE_EVENT(nfsd_exp_get_by_name, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:358:1: note: in expansion of macro ‘TRACE_EVENT’ 358 | TRACE_EVENT(nfsd_exp_get_by_name, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_export_update’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:379:1: note: in expansion of macro ‘TRACE_EVENT’ 379 | TRACE_EVENT(nfsd_export_update, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:379:1: note: in expansion of macro ‘TRACE_EVENT’ 379 | TRACE_EVENT(nfsd_export_update, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_io_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:399:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 399 | DECLARE_EVENT_CLASS(nfsd_io_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:399:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 399 | DECLARE_EVENT_CLASS(nfsd_io_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_err_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:440:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 440 | DECLARE_EVENT_CLASS(nfsd_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:440:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 440 | DECLARE_EVENT_CLASS(nfsd_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_dirent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:474:1: note: in expansion of macro ‘TRACE_EVENT’ 474 | TRACE_EVENT(nfsd_dirent, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:474:1: note: in expansion of macro ‘TRACE_EVENT’ 474 | TRACE_EVENT(nfsd_dirent, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_copy_err_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:495:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 495 | DECLARE_EVENT_CLASS(nfsd_copy_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:495:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 495 | DECLARE_EVENT_CLASS(nfsd_copy_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_delegret_wakeup’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:549:1: note: in expansion of macro ‘TRACE_EVENT’ 549 | TRACE_EVENT(nfsd_delegret_wakeup, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:549:1: note: in expansion of macro ‘TRACE_EVENT’ 549 | TRACE_EVENT(nfsd_delegret_wakeup, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_stateid_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:572:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 572 | DECLARE_EVENT_CLASS(nfsd_stateid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:572:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 572 | DECLARE_EVENT_CLASS(nfsd_stateid_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_stateseqid_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:616:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 616 | DECLARE_EVENT_CLASS(nfsd_stateseqid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:616:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 616 | DECLARE_EVENT_CLASS(nfsd_stateseqid_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_stid_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:659:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 659 | DECLARE_EVENT_CLASS(nfsd_stid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:659:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 659 | DECLARE_EVENT_CLASS(nfsd_stid_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_stateowner_replay’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:699:1: note: in expansion of macro ‘TRACE_EVENT’ 699 | TRACE_EVENT(nfsd_stateowner_replay, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:699:1: note: in expansion of macro ‘TRACE_EVENT’ 699 | TRACE_EVENT(nfsd_stateowner_replay, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_seq4_status’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../fs/nfsd/./trace.h:717:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 717 | TRACE_EVENT_CONDITION(nfsd_seq4_status, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../fs/nfsd/./trace.h:717:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 717 | TRACE_EVENT_CONDITION(nfsd_seq4_status, | ^~~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_cs_slot_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:752:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 752 | DECLARE_EVENT_CLASS(nfsd_cs_slot_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:752:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 752 | DECLARE_EVENT_CLASS(nfsd_cs_slot_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_slot_seqid_sequence’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:792:1: note: in expansion of macro ‘TRACE_EVENT’ 792 | TRACE_EVENT(nfsd_slot_seqid_sequence, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:792:1: note: in expansion of macro ‘TRACE_EVENT’ 792 | TRACE_EVENT(nfsd_slot_seqid_sequence, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_clientid_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:822:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 822 | DECLARE_EVENT_CLASS(nfsd_clientid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:822:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 822 | DECLARE_EVENT_CLASS(nfsd_clientid_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_mark_client_expired’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:851:1: note: in expansion of macro ‘TRACE_EVENT’ 851 | TRACE_EVENT(nfsd_mark_client_expired, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:851:1: note: in expansion of macro ‘TRACE_EVENT’ 851 | TRACE_EVENT(nfsd_mark_client_expired, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_net_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:875:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 875 | DECLARE_EVENT_CLASS(nfsd_net_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:875:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 875 | DECLARE_EVENT_CLASS(nfsd_net_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_writeverf_reset’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:895:1: note: in expansion of macro ‘TRACE_EVENT’ 895 | TRACE_EVENT(nfsd_writeverf_reset, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:895:1: note: in expansion of macro ‘TRACE_EVENT’ 895 | TRACE_EVENT(nfsd_writeverf_reset, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_clid_cred_mismatch’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:923:1: note: in expansion of macro ‘TRACE_EVENT’ 923 | TRACE_EVENT(nfsd_clid_cred_mismatch, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:923:1: note: in expansion of macro ‘TRACE_EVENT’ 923 | TRACE_EVENT(nfsd_clid_cred_mismatch, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_clid_verf_mismatch’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:952:1: note: in expansion of macro ‘TRACE_EVENT’ 952 | TRACE_EVENT(nfsd_clid_verf_mismatch, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:952:1: note: in expansion of macro ‘TRACE_EVENT’ 952 | TRACE_EVENT(nfsd_clid_verf_mismatch, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_clid_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:984:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 984 | DECLARE_EVENT_CLASS(nfsd_clid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:984:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 984 | DECLARE_EVENT_CLASS(nfsd_clid_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_file_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1030:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1030 | DECLARE_EVENT_CLASS(nfsd_file_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1030:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1030 | DECLARE_EVENT_CLASS(nfsd_file_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_file_alloc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1066:1: note: in expansion of macro ‘TRACE_EVENT’ 1066 | TRACE_EVENT(nfsd_file_alloc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1066:1: note: in expansion of macro ‘TRACE_EVENT’ 1066 | TRACE_EVENT(nfsd_file_alloc, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_file_acquire’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1090:1: note: in expansion of macro ‘TRACE_EVENT’ 1090 | TRACE_EVENT(nfsd_file_acquire, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1090:1: note: in expansion of macro ‘TRACE_EVENT’ 1090 | TRACE_EVENT(nfsd_file_acquire, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_file_insert_err’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1132:1: note: in expansion of macro ‘TRACE_EVENT’ 1132 | TRACE_EVENT(nfsd_file_insert_err, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1132:1: note: in expansion of macro ‘TRACE_EVENT’ 1132 | TRACE_EVENT(nfsd_file_insert_err, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_file_cons_err’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1159:1: note: in expansion of macro ‘TRACE_EVENT’ 1159 | TRACE_EVENT(nfsd_file_cons_err, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1159:1: note: in expansion of macro ‘TRACE_EVENT’ 1159 | TRACE_EVENT(nfsd_file_cons_err, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_file_open_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1193:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1193 | DECLARE_EVENT_CLASS(nfsd_file_open_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1193:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1193 | DECLARE_EVENT_CLASS(nfsd_file_open_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_file_is_cached’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1229:1: note: in expansion of macro ‘TRACE_EVENT’ 1229 | TRACE_EVENT(nfsd_file_is_cached, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1229:1: note: in expansion of macro ‘TRACE_EVENT’ 1229 | TRACE_EVENT(nfsd_file_is_cached, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_file_fsnotify_handle_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1249:1: note: in expansion of macro ‘TRACE_EVENT’ 1249 | TRACE_EVENT(nfsd_file_fsnotify_handle_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1249:1: note: in expansion of macro ‘TRACE_EVENT’ 1249 | TRACE_EVENT(nfsd_file_fsnotify_handle_event, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_file_gc_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1268:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1268 | DECLARE_EVENT_CLASS(nfsd_file_gc_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1268:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1268 | DECLARE_EVENT_CLASS(nfsd_file_gc_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_file_lruwalk_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1308:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1308 | DECLARE_EVENT_CLASS(nfsd_file_lruwalk_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1308:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1308 | DECLARE_EVENT_CLASS(nfsd_file_lruwalk_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_file_close’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1337:1: note: in expansion of macro ‘TRACE_EVENT’ 1337 | TRACE_EVENT(nfsd_file_close, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1337:1: note: in expansion of macro ‘TRACE_EVENT’ 1337 | TRACE_EVENT(nfsd_file_close, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_drc_found’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1365:1: note: in expansion of macro ‘TRACE_EVENT’ 1365 | TRACE_EVENT(nfsd_drc_found, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1365:1: note: in expansion of macro ‘TRACE_EVENT’ 1365 | TRACE_EVENT(nfsd_drc_found, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_drc_mismatch’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1388:1: note: in expansion of macro ‘TRACE_EVENT’ 1388 | TRACE_EVENT(nfsd_drc_mismatch, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1388:1: note: in expansion of macro ‘TRACE_EVENT’ 1388 | TRACE_EVENT(nfsd_drc_mismatch, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_cb_args’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1412:1: note: in expansion of macro ‘TRACE_EVENT’ 1412 | TRACE_EVENT(nfsd_cb_args, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1412:1: note: in expansion of macro ‘TRACE_EVENT’ 1412 | TRACE_EVENT(nfsd_cb_args, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_cb_nodelegs’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1437:1: note: in expansion of macro ‘TRACE_EVENT’ 1437 | TRACE_EVENT(nfsd_cb_nodelegs, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1437:1: note: in expansion of macro ‘TRACE_EVENT’ 1437 | TRACE_EVENT(nfsd_cb_nodelegs, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_cb_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1458:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1458 | DECLARE_EVENT_CLASS(nfsd_cb_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1458:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1458 | DECLARE_EVENT_CLASS(nfsd_cb_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_cb_setup’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1506:1: note: in expansion of macro ‘TRACE_EVENT’ 1506 | TRACE_EVENT(nfsd_cb_setup, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1506:1: note: in expansion of macro ‘TRACE_EVENT’ 1506 | TRACE_EVENT(nfsd_cb_setup, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_cb_setup_err’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1532:1: note: in expansion of macro ‘TRACE_EVENT’ 1532 | TRACE_EVENT(nfsd_cb_setup_err, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1532:1: note: in expansion of macro ‘TRACE_EVENT’ 1532 | TRACE_EVENT(nfsd_cb_setup_err, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_cb_lifetime_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1556:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1556 | DECLARE_EVENT_CLASS(nfsd_cb_lifetime_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1556:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1556 | DECLARE_EVENT_CLASS(nfsd_cb_lifetime_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_cb_seq_status’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1598:1: note: in expansion of macro ‘TRACE_EVENT’ 1598 | TRACE_EVENT(nfsd_cb_seq_status, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1598:1: note: in expansion of macro ‘TRACE_EVENT’ 1598 | TRACE_EVENT(nfsd_cb_seq_status, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_cb_free_slot’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1639:1: note: in expansion of macro ‘TRACE_EVENT’ 1639 | TRACE_EVENT(nfsd_cb_free_slot, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1639:1: note: in expansion of macro ‘TRACE_EVENT’ 1639 | TRACE_EVENT(nfsd_cb_free_slot, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_cb_recall’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../fs/nfsd/./trace.h:1678:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 1678 | TRACE_EVENT_CONDITION(nfsd_cb_recall, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../fs/nfsd/./trace.h:1678:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 1678 | TRACE_EVENT_CONDITION(nfsd_cb_recall, | ^~~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_cb_notify_lock’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1707:1: note: in expansion of macro ‘TRACE_EVENT’ 1707 | TRACE_EVENT(nfsd_cb_notify_lock, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1707:1: note: in expansion of macro ‘TRACE_EVENT’ 1707 | TRACE_EVENT(nfsd_cb_notify_lock, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_cb_offload’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1733:1: note: in expansion of macro ‘TRACE_EVENT’ 1733 | TRACE_EVENT(nfsd_cb_offload, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1733:1: note: in expansion of macro ‘TRACE_EVENT’ 1733 | TRACE_EVENT(nfsd_cb_offload, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_cb_recall_any’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1769:1: note: in expansion of macro ‘TRACE_EVENT’ 1769 | TRACE_EVENT(nfsd_cb_recall_any, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1769:1: note: in expansion of macro ‘TRACE_EVENT’ 1769 | TRACE_EVENT(nfsd_cb_recall_any, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_cb_done_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1795:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1795 | DECLARE_EVENT_CLASS(nfsd_cb_done_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1795:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1795 | DECLARE_EVENT_CLASS(nfsd_cb_done_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_cb_recall_any_done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1834:1: note: in expansion of macro ‘TRACE_EVENT’ 1834 | TRACE_EVENT(nfsd_cb_recall_any_done, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1834:1: note: in expansion of macro ‘TRACE_EVENT’ 1834 | TRACE_EVENT(nfsd_cb_recall_any_done, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_ctl_unlock_ip’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1855:1: note: in expansion of macro ‘TRACE_EVENT’ 1855 | TRACE_EVENT(nfsd_ctl_unlock_ip, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1855:1: note: in expansion of macro ‘TRACE_EVENT’ 1855 | TRACE_EVENT(nfsd_ctl_unlock_ip, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_ctl_unlock_fs’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1874:1: note: in expansion of macro ‘TRACE_EVENT’ 1874 | TRACE_EVENT(nfsd_ctl_unlock_fs, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1874:1: note: in expansion of macro ‘TRACE_EVENT’ 1874 | TRACE_EVENT(nfsd_ctl_unlock_fs, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_ctl_filehandle’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1893:1: note: in expansion of macro ‘TRACE_EVENT’ 1893 | TRACE_EVENT(nfsd_ctl_filehandle, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1893:1: note: in expansion of macro ‘TRACE_EVENT’ 1893 | TRACE_EVENT(nfsd_ctl_filehandle, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_ctl_threads’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1918:1: note: in expansion of macro ‘TRACE_EVENT’ 1918 | TRACE_EVENT(nfsd_ctl_threads, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1918:1: note: in expansion of macro ‘TRACE_EVENT’ 1918 | TRACE_EVENT(nfsd_ctl_threads, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_ctl_pool_threads’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1937:1: note: in expansion of macro ‘TRACE_EVENT’ 1937 | TRACE_EVENT(nfsd_ctl_pool_threads, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1937:1: note: in expansion of macro ‘TRACE_EVENT’ 1937 | TRACE_EVENT(nfsd_ctl_pool_threads, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_ctl_version’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1959:1: note: in expansion of macro ‘TRACE_EVENT’ 1959 | TRACE_EVENT(nfsd_ctl_version, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1959:1: note: in expansion of macro ‘TRACE_EVENT’ 1959 | TRACE_EVENT(nfsd_ctl_version, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_ctl_ports_addfd’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1978:1: note: in expansion of macro ‘TRACE_EVENT’ 1978 | TRACE_EVENT(nfsd_ctl_ports_addfd, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1978:1: note: in expansion of macro ‘TRACE_EVENT’ 1978 | TRACE_EVENT(nfsd_ctl_ports_addfd, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_ctl_ports_addxprt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1997:1: note: in expansion of macro ‘TRACE_EVENT’ 1997 | TRACE_EVENT(nfsd_ctl_ports_addxprt, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1997:1: note: in expansion of macro ‘TRACE_EVENT’ 1997 | TRACE_EVENT(nfsd_ctl_ports_addxprt, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_ctl_maxblksize’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2019:1: note: in expansion of macro ‘TRACE_EVENT’ 2019 | TRACE_EVENT(nfsd_ctl_maxblksize, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2019:1: note: in expansion of macro ‘TRACE_EVENT’ 2019 | TRACE_EVENT(nfsd_ctl_maxblksize, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_ctl_maxconn’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2038:1: note: in expansion of macro ‘TRACE_EVENT’ 2038 | TRACE_EVENT(nfsd_ctl_maxconn, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2038:1: note: in expansion of macro ‘TRACE_EVENT’ 2038 | TRACE_EVENT(nfsd_ctl_maxconn, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_ctl_time’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2057:1: note: in expansion of macro ‘TRACE_EVENT’ 2057 | TRACE_EVENT(nfsd_ctl_time, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2057:1: note: in expansion of macro ‘TRACE_EVENT’ 2057 | TRACE_EVENT(nfsd_ctl_time, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_ctl_recoverydir’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2080:1: note: in expansion of macro ‘TRACE_EVENT’ 2080 | TRACE_EVENT(nfsd_ctl_recoverydir, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2080:1: note: in expansion of macro ‘TRACE_EVENT’ 2080 | TRACE_EVENT(nfsd_ctl_recoverydir, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_end_grace’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2099:1: note: in expansion of macro ‘TRACE_EVENT’ 2099 | TRACE_EVENT(nfsd_end_grace, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2099:1: note: in expansion of macro ‘TRACE_EVENT’ 2099 | TRACE_EVENT(nfsd_end_grace, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_copy_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2114 | DECLARE_EVENT_CLASS(nfsd_copy_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2114 | DECLARE_EVENT_CLASS(nfsd_copy_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_copy_done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2177:1: note: in expansion of macro ‘TRACE_EVENT’ 2177 | TRACE_EVENT(nfsd_copy_done, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2177:1: note: in expansion of macro ‘TRACE_EVENT’ 2177 | TRACE_EVENT(nfsd_copy_done, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_xdr_err_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:39:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 39 | DECLARE_EVENT_CLASS(nfsd_xdr_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:39:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 39 | DECLARE_EVENT_CLASS(nfsd_xdr_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_compound’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:91:1: note: in expansion of macro ‘TRACE_EVENT’ 91 | TRACE_EVENT(nfsd_compound, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:91:1: note: in expansion of macro ‘TRACE_EVENT’ 91 | TRACE_EVENT(nfsd_compound, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_compound_status’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:114:1: note: in expansion of macro ‘TRACE_EVENT’ 114 | TRACE_EVENT(nfsd_compound_status, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:114:1: note: in expansion of macro ‘TRACE_EVENT’ 114 | TRACE_EVENT(nfsd_compound_status, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_compound_decode_err’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:137:1: note: in expansion of macro ‘TRACE_EVENT’ 137 | TRACE_EVENT(nfsd_compound_decode_err, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:137:1: note: in expansion of macro ‘TRACE_EVENT’ 137 | TRACE_EVENT(nfsd_compound_decode_err, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_compound_encode_err’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:165:1: note: in expansion of macro ‘TRACE_EVENT’ 165 | TRACE_EVENT(nfsd_compound_encode_err, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:165:1: note: in expansion of macro ‘TRACE_EVENT’ 165 | TRACE_EVENT(nfsd_compound_encode_err, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_fh_verify’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ 196 | TRACE_EVENT(nfsd_fh_verify, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ 196 | TRACE_EVENT(nfsd_fh_verify, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_fh_verify_err’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../fs/nfsd/./trace.h:233:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 233 | TRACE_EVENT_CONDITION(nfsd_fh_verify_err, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../fs/nfsd/./trace.h:233:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 233 | TRACE_EVENT_CONDITION(nfsd_fh_verify_err, | ^~~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_fh_err_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:278:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 278 | DECLARE_EVENT_CLASS(nfsd_fh_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:278:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 278 | DECLARE_EVENT_CLASS(nfsd_fh_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_exp_find_key’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:308:1: note: in expansion of macro ‘TRACE_EVENT’ 308 | TRACE_EVENT(nfsd_exp_find_key, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:308:1: note: in expansion of macro ‘TRACE_EVENT’ 308 | TRACE_EVENT(nfsd_exp_find_key, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_expkey_update’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:332:1: note: in expansion of macro ‘TRACE_EVENT’ 332 | TRACE_EVENT(nfsd_expkey_update, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:332:1: note: in expansion of macro ‘TRACE_EVENT’ 332 | TRACE_EVENT(nfsd_expkey_update, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_exp_get_by_name’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:358:1: note: in expansion of macro ‘TRACE_EVENT’ 358 | TRACE_EVENT(nfsd_exp_get_by_name, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:358:1: note: in expansion of macro ‘TRACE_EVENT’ 358 | TRACE_EVENT(nfsd_exp_get_by_name, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_export_update’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:379:1: note: in expansion of macro ‘TRACE_EVENT’ 379 | TRACE_EVENT(nfsd_export_update, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:379:1: note: in expansion of macro ‘TRACE_EVENT’ 379 | TRACE_EVENT(nfsd_export_update, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_io_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:399:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 399 | DECLARE_EVENT_CLASS(nfsd_io_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:399:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 399 | DECLARE_EVENT_CLASS(nfsd_io_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_err_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:440:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 440 | DECLARE_EVENT_CLASS(nfsd_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:440:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 440 | DECLARE_EVENT_CLASS(nfsd_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_dirent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:474:1: note: in expansion of macro ‘TRACE_EVENT’ 474 | TRACE_EVENT(nfsd_dirent, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:474:1: note: in expansion of macro ‘TRACE_EVENT’ 474 | TRACE_EVENT(nfsd_dirent, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_copy_err_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:495:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 495 | DECLARE_EVENT_CLASS(nfsd_copy_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:495:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 495 | DECLARE_EVENT_CLASS(nfsd_copy_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_delegret_wakeup’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:549:1: note: in expansion of macro ‘TRACE_EVENT’ 549 | TRACE_EVENT(nfsd_delegret_wakeup, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:549:1: note: in expansion of macro ‘TRACE_EVENT’ 549 | TRACE_EVENT(nfsd_delegret_wakeup, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_stateid_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:572:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 572 | DECLARE_EVENT_CLASS(nfsd_stateid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:572:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 572 | DECLARE_EVENT_CLASS(nfsd_stateid_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_stateseqid_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:616:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 616 | DECLARE_EVENT_CLASS(nfsd_stateseqid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:616:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 616 | DECLARE_EVENT_CLASS(nfsd_stateseqid_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_stid_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:659:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 659 | DECLARE_EVENT_CLASS(nfsd_stid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:659:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 659 | DECLARE_EVENT_CLASS(nfsd_stid_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_stateowner_replay’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:699:1: note: in expansion of macro ‘TRACE_EVENT’ 699 | TRACE_EVENT(nfsd_stateowner_replay, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:699:1: note: in expansion of macro ‘TRACE_EVENT’ 699 | TRACE_EVENT(nfsd_stateowner_replay, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_seq4_status’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../fs/nfsd/./trace.h:717:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 717 | TRACE_EVENT_CONDITION(nfsd_seq4_status, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../fs/nfsd/./trace.h:717:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 717 | TRACE_EVENT_CONDITION(nfsd_seq4_status, | ^~~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cs_slot_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:752:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 752 | DECLARE_EVENT_CLASS(nfsd_cs_slot_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:752:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 752 | DECLARE_EVENT_CLASS(nfsd_cs_slot_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_slot_seqid_sequence’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:792:1: note: in expansion of macro ‘TRACE_EVENT’ 792 | TRACE_EVENT(nfsd_slot_seqid_sequence, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:792:1: note: in expansion of macro ‘TRACE_EVENT’ 792 | TRACE_EVENT(nfsd_slot_seqid_sequence, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_clientid_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:822:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 822 | DECLARE_EVENT_CLASS(nfsd_clientid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:822:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 822 | DECLARE_EVENT_CLASS(nfsd_clientid_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_mark_client_expired’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:851:1: note: in expansion of macro ‘TRACE_EVENT’ 851 | TRACE_EVENT(nfsd_mark_client_expired, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:851:1: note: in expansion of macro ‘TRACE_EVENT’ 851 | TRACE_EVENT(nfsd_mark_client_expired, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_net_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:875:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 875 | DECLARE_EVENT_CLASS(nfsd_net_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:875:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 875 | DECLARE_EVENT_CLASS(nfsd_net_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_writeverf_reset’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:895:1: note: in expansion of macro ‘TRACE_EVENT’ 895 | TRACE_EVENT(nfsd_writeverf_reset, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:895:1: note: in expansion of macro ‘TRACE_EVENT’ 895 | TRACE_EVENT(nfsd_writeverf_reset, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_clid_cred_mismatch’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:923:1: note: in expansion of macro ‘TRACE_EVENT’ 923 | TRACE_EVENT(nfsd_clid_cred_mismatch, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:923:1: note: in expansion of macro ‘TRACE_EVENT’ 923 | TRACE_EVENT(nfsd_clid_cred_mismatch, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_clid_verf_mismatch’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:952:1: note: in expansion of macro ‘TRACE_EVENT’ 952 | TRACE_EVENT(nfsd_clid_verf_mismatch, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:952:1: note: in expansion of macro ‘TRACE_EVENT’ 952 | TRACE_EVENT(nfsd_clid_verf_mismatch, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_clid_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:984:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 984 | DECLARE_EVENT_CLASS(nfsd_clid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:984:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 984 | DECLARE_EVENT_CLASS(nfsd_clid_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_file_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1030:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1030 | DECLARE_EVENT_CLASS(nfsd_file_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1030:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1030 | DECLARE_EVENT_CLASS(nfsd_file_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_file_alloc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1066:1: note: in expansion of macro ‘TRACE_EVENT’ 1066 | TRACE_EVENT(nfsd_file_alloc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1066:1: note: in expansion of macro ‘TRACE_EVENT’ 1066 | TRACE_EVENT(nfsd_file_alloc, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_file_acquire’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1090:1: note: in expansion of macro ‘TRACE_EVENT’ 1090 | TRACE_EVENT(nfsd_file_acquire, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1090:1: note: in expansion of macro ‘TRACE_EVENT’ 1090 | TRACE_EVENT(nfsd_file_acquire, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_file_insert_err’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1132:1: note: in expansion of macro ‘TRACE_EVENT’ 1132 | TRACE_EVENT(nfsd_file_insert_err, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1132:1: note: in expansion of macro ‘TRACE_EVENT’ 1132 | TRACE_EVENT(nfsd_file_insert_err, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_file_cons_err’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1159:1: note: in expansion of macro ‘TRACE_EVENT’ 1159 | TRACE_EVENT(nfsd_file_cons_err, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1159:1: note: in expansion of macro ‘TRACE_EVENT’ 1159 | TRACE_EVENT(nfsd_file_cons_err, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_file_open_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1193:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1193 | DECLARE_EVENT_CLASS(nfsd_file_open_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1193:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1193 | DECLARE_EVENT_CLASS(nfsd_file_open_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_file_is_cached’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1229:1: note: in expansion of macro ‘TRACE_EVENT’ 1229 | TRACE_EVENT(nfsd_file_is_cached, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1229:1: note: in expansion of macro ‘TRACE_EVENT’ 1229 | TRACE_EVENT(nfsd_file_is_cached, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_file_fsnotify_handle_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1249:1: note: in expansion of macro ‘TRACE_EVENT’ 1249 | TRACE_EVENT(nfsd_file_fsnotify_handle_event, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1249:1: note: in expansion of macro ‘TRACE_EVENT’ 1249 | TRACE_EVENT(nfsd_file_fsnotify_handle_event, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_file_gc_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1268:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1268 | DECLARE_EVENT_CLASS(nfsd_file_gc_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1268:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1268 | DECLARE_EVENT_CLASS(nfsd_file_gc_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_file_lruwalk_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1308:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1308 | DECLARE_EVENT_CLASS(nfsd_file_lruwalk_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1308:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1308 | DECLARE_EVENT_CLASS(nfsd_file_lruwalk_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_file_close’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1337:1: note: in expansion of macro ‘TRACE_EVENT’ 1337 | TRACE_EVENT(nfsd_file_close, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1337:1: note: in expansion of macro ‘TRACE_EVENT’ 1337 | TRACE_EVENT(nfsd_file_close, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_drc_found’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1365:1: note: in expansion of macro ‘TRACE_EVENT’ 1365 | TRACE_EVENT(nfsd_drc_found, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1365:1: note: in expansion of macro ‘TRACE_EVENT’ 1365 | TRACE_EVENT(nfsd_drc_found, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_drc_mismatch’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1388:1: note: in expansion of macro ‘TRACE_EVENT’ 1388 | TRACE_EVENT(nfsd_drc_mismatch, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1388:1: note: in expansion of macro ‘TRACE_EVENT’ 1388 | TRACE_EVENT(nfsd_drc_mismatch, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_args’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1412:1: note: in expansion of macro ‘TRACE_EVENT’ 1412 | TRACE_EVENT(nfsd_cb_args, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1412:1: note: in expansion of macro ‘TRACE_EVENT’ 1412 | TRACE_EVENT(nfsd_cb_args, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_nodelegs’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1437:1: note: in expansion of macro ‘TRACE_EVENT’ 1437 | TRACE_EVENT(nfsd_cb_nodelegs, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1437:1: note: in expansion of macro ‘TRACE_EVENT’ 1437 | TRACE_EVENT(nfsd_cb_nodelegs, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1458:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1458 | DECLARE_EVENT_CLASS(nfsd_cb_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1458:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1458 | DECLARE_EVENT_CLASS(nfsd_cb_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_setup’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1506:1: note: in expansion of macro ‘TRACE_EVENT’ 1506 | TRACE_EVENT(nfsd_cb_setup, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1506:1: note: in expansion of macro ‘TRACE_EVENT’ 1506 | TRACE_EVENT(nfsd_cb_setup, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_setup_err’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1532:1: note: in expansion of macro ‘TRACE_EVENT’ 1532 | TRACE_EVENT(nfsd_cb_setup_err, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1532:1: note: in expansion of macro ‘TRACE_EVENT’ 1532 | TRACE_EVENT(nfsd_cb_setup_err, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_lifetime_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1556:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1556 | DECLARE_EVENT_CLASS(nfsd_cb_lifetime_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1556:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1556 | DECLARE_EVENT_CLASS(nfsd_cb_lifetime_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_seq_status’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1598:1: note: in expansion of macro ‘TRACE_EVENT’ 1598 | TRACE_EVENT(nfsd_cb_seq_status, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1598:1: note: in expansion of macro ‘TRACE_EVENT’ 1598 | TRACE_EVENT(nfsd_cb_seq_status, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_free_slot’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1639:1: note: in expansion of macro ‘TRACE_EVENT’ 1639 | TRACE_EVENT(nfsd_cb_free_slot, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1639:1: note: in expansion of macro ‘TRACE_EVENT’ 1639 | TRACE_EVENT(nfsd_cb_free_slot, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_recall’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../fs/nfsd/./trace.h:1678:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 1678 | TRACE_EVENT_CONDITION(nfsd_cb_recall, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../fs/nfsd/./trace.h:1678:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 1678 | TRACE_EVENT_CONDITION(nfsd_cb_recall, | ^~~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_notify_lock’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1707:1: note: in expansion of macro ‘TRACE_EVENT’ 1707 | TRACE_EVENT(nfsd_cb_notify_lock, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1707:1: note: in expansion of macro ‘TRACE_EVENT’ 1707 | TRACE_EVENT(nfsd_cb_notify_lock, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_offload’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1733:1: note: in expansion of macro ‘TRACE_EVENT’ 1733 | TRACE_EVENT(nfsd_cb_offload, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1733:1: note: in expansion of macro ‘TRACE_EVENT’ 1733 | TRACE_EVENT(nfsd_cb_offload, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_recall_any’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1769:1: note: in expansion of macro ‘TRACE_EVENT’ 1769 | TRACE_EVENT(nfsd_cb_recall_any, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1769:1: note: in expansion of macro ‘TRACE_EVENT’ 1769 | TRACE_EVENT(nfsd_cb_recall_any, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_done_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1795:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1795 | DECLARE_EVENT_CLASS(nfsd_cb_done_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1795:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1795 | DECLARE_EVENT_CLASS(nfsd_cb_done_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_recall_any_done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1834:1: note: in expansion of macro ‘TRACE_EVENT’ 1834 | TRACE_EVENT(nfsd_cb_recall_any_done, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1834:1: note: in expansion of macro ‘TRACE_EVENT’ 1834 | TRACE_EVENT(nfsd_cb_recall_any_done, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_unlock_ip’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1855:1: note: in expansion of macro ‘TRACE_EVENT’ 1855 | TRACE_EVENT(nfsd_ctl_unlock_ip, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1855:1: note: in expansion of macro ‘TRACE_EVENT’ 1855 | TRACE_EVENT(nfsd_ctl_unlock_ip, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_unlock_fs’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1874:1: note: in expansion of macro ‘TRACE_EVENT’ 1874 | TRACE_EVENT(nfsd_ctl_unlock_fs, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1874:1: note: in expansion of macro ‘TRACE_EVENT’ 1874 | TRACE_EVENT(nfsd_ctl_unlock_fs, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_filehandle’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1893:1: note: in expansion of macro ‘TRACE_EVENT’ 1893 | TRACE_EVENT(nfsd_ctl_filehandle, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1893:1: note: in expansion of macro ‘TRACE_EVENT’ 1893 | TRACE_EVENT(nfsd_ctl_filehandle, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_threads’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1918:1: note: in expansion of macro ‘TRACE_EVENT’ 1918 | TRACE_EVENT(nfsd_ctl_threads, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1918:1: note: in expansion of macro ‘TRACE_EVENT’ 1918 | TRACE_EVENT(nfsd_ctl_threads, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_pool_threads’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1937:1: note: in expansion of macro ‘TRACE_EVENT’ 1937 | TRACE_EVENT(nfsd_ctl_pool_threads, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1937:1: note: in expansion of macro ‘TRACE_EVENT’ 1937 | TRACE_EVENT(nfsd_ctl_pool_threads, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_version’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1959:1: note: in expansion of macro ‘TRACE_EVENT’ 1959 | TRACE_EVENT(nfsd_ctl_version, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1959:1: note: in expansion of macro ‘TRACE_EVENT’ 1959 | TRACE_EVENT(nfsd_ctl_version, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_ports_addfd’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1978:1: note: in expansion of macro ‘TRACE_EVENT’ 1978 | TRACE_EVENT(nfsd_ctl_ports_addfd, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1978:1: note: in expansion of macro ‘TRACE_EVENT’ 1978 | TRACE_EVENT(nfsd_ctl_ports_addfd, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_ports_addxprt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1997:1: note: in expansion of macro ‘TRACE_EVENT’ 1997 | TRACE_EVENT(nfsd_ctl_ports_addxprt, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1997:1: note: in expansion of macro ‘TRACE_EVENT’ 1997 | TRACE_EVENT(nfsd_ctl_ports_addxprt, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_maxblksize’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2019:1: note: in expansion of macro ‘TRACE_EVENT’ 2019 | TRACE_EVENT(nfsd_ctl_maxblksize, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2019:1: note: in expansion of macro ‘TRACE_EVENT’ 2019 | TRACE_EVENT(nfsd_ctl_maxblksize, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_maxconn’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2038:1: note: in expansion of macro ‘TRACE_EVENT’ 2038 | TRACE_EVENT(nfsd_ctl_maxconn, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2038:1: note: in expansion of macro ‘TRACE_EVENT’ 2038 | TRACE_EVENT(nfsd_ctl_maxconn, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_time’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2057:1: note: in expansion of macro ‘TRACE_EVENT’ 2057 | TRACE_EVENT(nfsd_ctl_time, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2057:1: note: in expansion of macro ‘TRACE_EVENT’ 2057 | TRACE_EVENT(nfsd_ctl_time, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_recoverydir’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2080:1: note: in expansion of macro ‘TRACE_EVENT’ 2080 | TRACE_EVENT(nfsd_ctl_recoverydir, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2080:1: note: in expansion of macro ‘TRACE_EVENT’ 2080 | TRACE_EVENT(nfsd_ctl_recoverydir, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_end_grace’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2099:1: note: in expansion of macro ‘TRACE_EVENT’ 2099 | TRACE_EVENT(nfsd_end_grace, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2099:1: note: in expansion of macro ‘TRACE_EVENT’ 2099 | TRACE_EVENT(nfsd_end_grace, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_copy_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2114 | DECLARE_EVENT_CLASS(nfsd_copy_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2114 | DECLARE_EVENT_CLASS(nfsd_copy_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_copy_done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2177:1: note: in expansion of macro ‘TRACE_EVENT’ 2177 | TRACE_EVENT(nfsd_copy_done, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2177:1: note: in expansion of macro ‘TRACE_EVENT’ 2177 | TRACE_EVENT(nfsd_copy_done, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: fs/nfsd/trace.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: fs/nfsd] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/ext4.h:2987, from ../fs/ext4/super.c:61: ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_other_inode_update_time’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:137:1: note: in expansion of macro ‘TRACE_EVENT’ 137 | TRACE_EVENT(ext4_other_inode_update_time, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:137:1: note: in expansion of macro ‘TRACE_EVENT’ 137 | TRACE_EVENT(ext4_other_inode_update_time, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:137:1: note: in expansion of macro ‘TRACE_EVENT’ 137 | TRACE_EVENT(ext4_other_inode_update_time, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:137:1: note: in expansion of macro ‘TRACE_EVENT’ 137 | TRACE_EVENT(ext4_other_inode_update_time, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:137:1: note: in expansion of macro ‘TRACE_EVENT’ 137 | TRACE_EVENT(ext4_other_inode_update_time, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_free_inode’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:167:1: note: in expansion of macro ‘TRACE_EVENT’ 167 | TRACE_EVENT(ext4_free_inode, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:167:1: note: in expansion of macro ‘TRACE_EVENT’ 167 | TRACE_EVENT(ext4_free_inode, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_request_inode’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ 196 | TRACE_EVENT(ext4_request_inode, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ 196 | TRACE_EVENT(ext4_request_inode, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_allocate_inode’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ 218 | TRACE_EVENT(ext4_allocate_inode, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ 218 | TRACE_EVENT(ext4_allocate_inode, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_evict_inode’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ 243 | TRACE_EVENT(ext4_evict_inode, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ 243 | TRACE_EVENT(ext4_evict_inode, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_drop_inode’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:265:1: note: in expansion of macro ‘TRACE_EVENT’ 265 | TRACE_EVENT(ext4_drop_inode, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:265:1: note: in expansion of macro ‘TRACE_EVENT’ 265 | TRACE_EVENT(ext4_drop_inode, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_nfs_commit_metadata’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:287:1: note: in expansion of macro ‘TRACE_EVENT’ 287 | TRACE_EVENT(ext4_nfs_commit_metadata, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:287:1: note: in expansion of macro ‘TRACE_EVENT’ 287 | TRACE_EVENT(ext4_nfs_commit_metadata, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_mark_inode_dirty’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ 307 | TRACE_EVENT(ext4_mark_inode_dirty, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ 307 | TRACE_EVENT(ext4_mark_inode_dirty, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_begin_ordered_truncate’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:329:1: note: in expansion of macro ‘TRACE_EVENT’ 329 | TRACE_EVENT(ext4_begin_ordered_truncate, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:329:1: note: in expansion of macro ‘TRACE_EVENT’ 329 | TRACE_EVENT(ext4_begin_ordered_truncate, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__write_begin’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:352:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 352 | DECLARE_EVENT_CLASS(ext4__write_begin, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:352:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 352 | DECLARE_EVENT_CLASS(ext4__write_begin, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__write_end’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:392:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 392 | DECLARE_EVENT_CLASS(ext4__write_end, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:392:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 392 | DECLARE_EVENT_CLASS(ext4__write_end, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_writepages’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:444:1: note: in expansion of macro ‘TRACE_EVENT’ 444 | TRACE_EVENT(ext4_writepages, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:444:1: note: in expansion of macro ‘TRACE_EVENT’ 444 | TRACE_EVENT(ext4_writepages, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_da_write_pages’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:486:1: note: in expansion of macro ‘TRACE_EVENT’ 486 | TRACE_EVENT(ext4_da_write_pages, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:486:1: note: in expansion of macro ‘TRACE_EVENT’ 486 | TRACE_EVENT(ext4_da_write_pages, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_da_write_pages_extent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:515:1: note: in expansion of macro ‘TRACE_EVENT’ 515 | TRACE_EVENT(ext4_da_write_pages_extent, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:515:1: note: in expansion of macro ‘TRACE_EVENT’ 515 | TRACE_EVENT(ext4_da_write_pages_extent, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_writepages_result’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:542:1: note: in expansion of macro ‘TRACE_EVENT’ 542 | TRACE_EVENT(ext4_writepages_result, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:542:1: note: in expansion of macro ‘TRACE_EVENT’ 542 | TRACE_EVENT(ext4_writepages_result, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__folio_op’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:577:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 577 | DECLARE_EVENT_CLASS(ext4__folio_op, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:577:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 577 | DECLARE_EVENT_CLASS(ext4__folio_op, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_invalidate_folio_op’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:615:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 615 | DECLARE_EVENT_CLASS(ext4_invalidate_folio_op, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:615:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 615 | DECLARE_EVENT_CLASS(ext4_invalidate_folio_op, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_discard_blocks’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:655:1: note: in expansion of macro ‘TRACE_EVENT’ 655 | TRACE_EVENT(ext4_discard_blocks, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:655:1: note: in expansion of macro ‘TRACE_EVENT’ 655 | TRACE_EVENT(ext4_discard_blocks, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__mb_new_pa’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:679:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 679 | DECLARE_EVENT_CLASS(ext4__mb_new_pa, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:679:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 679 | DECLARE_EVENT_CLASS(ext4__mb_new_pa, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_mb_release_inode_pa’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:724:1: note: in expansion of macro ‘TRACE_EVENT’ 724 | TRACE_EVENT(ext4_mb_release_inode_pa, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:724:1: note: in expansion of macro ‘TRACE_EVENT’ 724 | TRACE_EVENT(ext4_mb_release_inode_pa, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_mb_release_group_pa’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:751:1: note: in expansion of macro ‘TRACE_EVENT’ 751 | TRACE_EVENT(ext4_mb_release_group_pa, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:751:1: note: in expansion of macro ‘TRACE_EVENT’ 751 | TRACE_EVENT(ext4_mb_release_group_pa, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_discard_preallocations’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:774:1: note: in expansion of macro ‘TRACE_EVENT’ 774 | TRACE_EVENT(ext4_discard_preallocations, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:774:1: note: in expansion of macro ‘TRACE_EVENT’ 774 | TRACE_EVENT(ext4_discard_preallocations, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_mb_discard_preallocations’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:797:1: note: in expansion of macro ‘TRACE_EVENT’ 797 | TRACE_EVENT(ext4_mb_discard_preallocations, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:797:1: note: in expansion of macro ‘TRACE_EVENT’ 797 | TRACE_EVENT(ext4_mb_discard_preallocations, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_request_blocks’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:818:1: note: in expansion of macro ‘TRACE_EVENT’ 818 | TRACE_EVENT(ext4_request_blocks, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:818:1: note: in expansion of macro ‘TRACE_EVENT’ 818 | TRACE_EVENT(ext4_request_blocks, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_allocate_blocks’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:858:1: note: in expansion of macro ‘TRACE_EVENT’ 858 | TRACE_EVENT(ext4_allocate_blocks, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:858:1: note: in expansion of macro ‘TRACE_EVENT’ 858 | TRACE_EVENT(ext4_allocate_blocks, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_free_blocks’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:900:1: note: in expansion of macro ‘TRACE_EVENT’ 900 | TRACE_EVENT(ext4_free_blocks, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:900:1: note: in expansion of macro ‘TRACE_EVENT’ 900 | TRACE_EVENT(ext4_free_blocks, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_sync_file_enter’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:931:1: note: in expansion of macro ‘TRACE_EVENT’ 931 | TRACE_EVENT(ext4_sync_file_enter, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:931:1: note: in expansion of macro ‘TRACE_EVENT’ 931 | TRACE_EVENT(ext4_sync_file_enter, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_sync_file_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:958:1: note: in expansion of macro ‘TRACE_EVENT’ 958 | TRACE_EVENT(ext4_sync_file_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:958:1: note: in expansion of macro ‘TRACE_EVENT’ 958 | TRACE_EVENT(ext4_sync_file_exit, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_sync_fs’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:981:1: note: in expansion of macro ‘TRACE_EVENT’ 981 | TRACE_EVENT(ext4_sync_fs, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:981:1: note: in expansion of macro ‘TRACE_EVENT’ 981 | TRACE_EVENT(ext4_sync_fs, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_alloc_da_blocks’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1002:1: note: in expansion of macro ‘TRACE_EVENT’ 1002 | TRACE_EVENT(ext4_alloc_da_blocks, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1002:1: note: in expansion of macro ‘TRACE_EVENT’ 1002 | TRACE_EVENT(ext4_alloc_da_blocks, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_mballoc_alloc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1025:1: note: in expansion of macro ‘TRACE_EVENT’ 1025 | TRACE_EVENT(ext4_mballoc_alloc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1025:1: note: in expansion of macro ‘TRACE_EVENT’ 1025 | TRACE_EVENT(ext4_mballoc_alloc, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_mballoc_prealloc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1092:1: note: in expansion of macro ‘TRACE_EVENT’ 1092 | TRACE_EVENT(ext4_mballoc_prealloc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1092:1: note: in expansion of macro ‘TRACE_EVENT’ 1092 | TRACE_EVENT(ext4_mballoc_prealloc, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__mballoc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1132 | DECLARE_EVENT_CLASS(ext4__mballoc, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1132 | DECLARE_EVENT_CLASS(ext4__mballoc, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_forget’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1186:1: note: in expansion of macro ‘TRACE_EVENT’ 1186 | TRACE_EVENT(ext4_forget, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1186:1: note: in expansion of macro ‘TRACE_EVENT’ 1186 | TRACE_EVENT(ext4_forget, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_da_update_reserve_space’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1213:1: note: in expansion of macro ‘TRACE_EVENT’ 1213 | TRACE_EVENT(ext4_da_update_reserve_space, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1213:1: note: in expansion of macro ‘TRACE_EVENT’ 1213 | TRACE_EVENT(ext4_da_update_reserve_space, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_da_reserve_space’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1248:1: note: in expansion of macro ‘TRACE_EVENT’ 1248 | TRACE_EVENT(ext4_da_reserve_space, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1248:1: note: in expansion of macro ‘TRACE_EVENT’ 1248 | TRACE_EVENT(ext4_da_reserve_space, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_da_release_space’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1279:1: note: in expansion of macro ‘TRACE_EVENT’ 1279 | TRACE_EVENT(ext4_da_release_space, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1279:1: note: in expansion of macro ‘TRACE_EVENT’ 1279 | TRACE_EVENT(ext4_da_release_space, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__bitmap_load’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1310:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1310 | DECLARE_EVENT_CLASS(ext4__bitmap_load, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1310:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1310 | DECLARE_EVENT_CLASS(ext4__bitmap_load, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_read_block_bitmap_load’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1352:1: note: in expansion of macro ‘TRACE_EVENT’ 1352 | TRACE_EVENT(ext4_read_block_bitmap_load, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1352:1: note: in expansion of macro ‘TRACE_EVENT’ 1352 | TRACE_EVENT(ext4_read_block_bitmap_load, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__fallocate_mode’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1375 | DECLARE_EVENT_CLASS(ext4__fallocate_mode, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1375 | DECLARE_EVENT_CLASS(ext4__fallocate_mode, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_fallocate_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1424:1: note: in expansion of macro ‘TRACE_EVENT’ 1424 | TRACE_EVENT(ext4_fallocate_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1424:1: note: in expansion of macro ‘TRACE_EVENT’ 1424 | TRACE_EVENT(ext4_fallocate_exit, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_unlink_enter’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1453:1: note: in expansion of macro ‘TRACE_EVENT’ 1453 | TRACE_EVENT(ext4_unlink_enter, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1453:1: note: in expansion of macro ‘TRACE_EVENT’ 1453 | TRACE_EVENT(ext4_unlink_enter, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_unlink_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1478:1: note: in expansion of macro ‘TRACE_EVENT’ 1478 | TRACE_EVENT(ext4_unlink_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1478:1: note: in expansion of macro ‘TRACE_EVENT’ 1478 | TRACE_EVENT(ext4_unlink_exit, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__truncate’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1501:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1501 | DECLARE_EVENT_CLASS(ext4__truncate, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1501:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1501 | DECLARE_EVENT_CLASS(ext4__truncate, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_ext_convert_to_initialized_enter’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ 1538 | TRACE_EVENT(ext4_ext_convert_to_initialized_enter, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ 1538 | TRACE_EVENT(ext4_ext_convert_to_initialized_enter, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_ext_convert_to_initialized_fastpath’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1576:1: note: in expansion of macro ‘TRACE_EVENT’ 1576 | TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1576:1: note: in expansion of macro ‘TRACE_EVENT’ 1576 | TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__map_blocks_enter’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1618:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1618 | DECLARE_EVENT_CLASS(ext4__map_blocks_enter, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1618:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1618 | DECLARE_EVENT_CLASS(ext4__map_blocks_enter, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__map_blocks_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1660:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1660 | DECLARE_EVENT_CLASS(ext4__map_blocks_exit, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1660:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1660 | DECLARE_EVENT_CLASS(ext4__map_blocks_exit, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_ext_load_extent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1710:1: note: in expansion of macro ‘TRACE_EVENT’ 1710 | TRACE_EVENT(ext4_ext_load_extent, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1710:1: note: in expansion of macro ‘TRACE_EVENT’ 1710 | TRACE_EVENT(ext4_ext_load_extent, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_load_inode’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1735:1: note: in expansion of macro ‘TRACE_EVENT’ 1735 | TRACE_EVENT(ext4_load_inode, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1735:1: note: in expansion of macro ‘TRACE_EVENT’ 1735 | TRACE_EVENT(ext4_load_inode, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_journal_start_sb’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1755:1: note: in expansion of macro ‘TRACE_EVENT’ 1755 | TRACE_EVENT(ext4_journal_start_sb, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1755:1: note: in expansion of macro ‘TRACE_EVENT’ 1755 | TRACE_EVENT(ext4_journal_start_sb, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_journal_start_inode’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1785:1: note: in expansion of macro ‘TRACE_EVENT’ 1785 | TRACE_EVENT(ext4_journal_start_inode, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1785:1: note: in expansion of macro ‘TRACE_EVENT’ 1785 | TRACE_EVENT(ext4_journal_start_inode, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_journal_start_reserved’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1818:1: note: in expansion of macro ‘TRACE_EVENT’ 1818 | TRACE_EVENT(ext4_journal_start_reserved, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1818:1: note: in expansion of macro ‘TRACE_EVENT’ 1818 | TRACE_EVENT(ext4_journal_start_reserved, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__trim’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1840:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1840 | DECLARE_EVENT_CLASS(ext4__trim, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1840:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1840 | DECLARE_EVENT_CLASS(ext4__trim, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_ext_handle_unwritten_extents’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1889:1: note: in expansion of macro ‘TRACE_EVENT’ 1889 | TRACE_EVENT(ext4_ext_handle_unwritten_extents, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1889:1: note: in expansion of macro ‘TRACE_EVENT’ 1889 | TRACE_EVENT(ext4_ext_handle_unwritten_extents, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_get_implied_cluster_alloc_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1927:1: note: in expansion of macro ‘TRACE_EVENT’ 1927 | TRACE_EVENT(ext4_get_implied_cluster_alloc_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1927:1: note: in expansion of macro ‘TRACE_EVENT’ 1927 | TRACE_EVENT(ext4_get_implied_cluster_alloc_exit, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_ext_show_extent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1956:1: note: in expansion of macro ‘TRACE_EVENT’ 1956 | TRACE_EVENT(ext4_ext_show_extent, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1956:1: note: in expansion of macro ‘TRACE_EVENT’ 1956 | TRACE_EVENT(ext4_ext_show_extent, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_remove_blocks’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1986:1: note: in expansion of macro ‘TRACE_EVENT’ 1986 | TRACE_EVENT(ext4_remove_blocks, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1986:1: note: in expansion of macro ‘TRACE_EVENT’ 1986 | TRACE_EVENT(ext4_remove_blocks, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_ext_rm_leaf’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2033:1: note: in expansion of macro ‘TRACE_EVENT’ 2033 | TRACE_EVENT(ext4_ext_rm_leaf, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2033:1: note: in expansion of macro ‘TRACE_EVENT’ 2033 | TRACE_EVENT(ext4_ext_rm_leaf, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_ext_rm_idx’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2077:1: note: in expansion of macro ‘TRACE_EVENT’ 2077 | TRACE_EVENT(ext4_ext_rm_idx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2077:1: note: in expansion of macro ‘TRACE_EVENT’ 2077 | TRACE_EVENT(ext4_ext_rm_idx, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_ext_remove_space’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2100:1: note: in expansion of macro ‘TRACE_EVENT’ 2100 | TRACE_EVENT(ext4_ext_remove_space, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2100:1: note: in expansion of macro ‘TRACE_EVENT’ 2100 | TRACE_EVENT(ext4_ext_remove_space, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_ext_remove_space_done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2130:1: note: in expansion of macro ‘TRACE_EVENT’ 2130 | TRACE_EVENT(ext4_ext_remove_space_done, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2130:1: note: in expansion of macro ‘TRACE_EVENT’ 2130 | TRACE_EVENT(ext4_ext_remove_space_done, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__es_extent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2174:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2174 | DECLARE_EVENT_CLASS(ext4__es_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2174:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2174 | DECLARE_EVENT_CLASS(ext4__es_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_es_remove_extent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2216:1: note: in expansion of macro ‘TRACE_EVENT’ 2216 | TRACE_EVENT(ext4_es_remove_extent, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2216:1: note: in expansion of macro ‘TRACE_EVENT’ 2216 | TRACE_EVENT(ext4_es_remove_extent, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_es_find_extent_range_enter’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2241:1: note: in expansion of macro ‘TRACE_EVENT’ 2241 | TRACE_EVENT(ext4_es_find_extent_range_enter, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2241:1: note: in expansion of macro ‘TRACE_EVENT’ 2241 | TRACE_EVENT(ext4_es_find_extent_range_enter, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_es_find_extent_range_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2263:1: note: in expansion of macro ‘TRACE_EVENT’ 2263 | TRACE_EVENT(ext4_es_find_extent_range_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2263:1: note: in expansion of macro ‘TRACE_EVENT’ 2263 | TRACE_EVENT(ext4_es_find_extent_range_exit, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_es_lookup_extent_enter’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2293:1: note: in expansion of macro ‘TRACE_EVENT’ 2293 | TRACE_EVENT(ext4_es_lookup_extent_enter, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2293:1: note: in expansion of macro ‘TRACE_EVENT’ 2293 | TRACE_EVENT(ext4_es_lookup_extent_enter, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_es_lookup_extent_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2315:1: note: in expansion of macro ‘TRACE_EVENT’ 2315 | TRACE_EVENT(ext4_es_lookup_extent_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2315:1: note: in expansion of macro ‘TRACE_EVENT’ 2315 | TRACE_EVENT(ext4_es_lookup_extent_exit, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__es_shrink_enter’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2349:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2349 | DECLARE_EVENT_CLASS(ext4__es_shrink_enter, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2349:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2349 | DECLARE_EVENT_CLASS(ext4__es_shrink_enter, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_es_shrink_scan_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2383:1: note: in expansion of macro ‘TRACE_EVENT’ 2383 | TRACE_EVENT(ext4_es_shrink_scan_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2383:1: note: in expansion of macro ‘TRACE_EVENT’ 2383 | TRACE_EVENT(ext4_es_shrink_scan_exit, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_collapse_range’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2405:1: note: in expansion of macro ‘TRACE_EVENT’ 2405 | TRACE_EVENT(ext4_collapse_range, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2405:1: note: in expansion of macro ‘TRACE_EVENT’ 2405 | TRACE_EVENT(ext4_collapse_range, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_insert_range’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2430:1: note: in expansion of macro ‘TRACE_EVENT’ 2430 | TRACE_EVENT(ext4_insert_range, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2430:1: note: in expansion of macro ‘TRACE_EVENT’ 2430 | TRACE_EVENT(ext4_insert_range, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_es_shrink’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2455:1: note: in expansion of macro ‘TRACE_EVENT’ 2455 | TRACE_EVENT(ext4_es_shrink, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2455:1: note: in expansion of macro ‘TRACE_EVENT’ 2455 | TRACE_EVENT(ext4_es_shrink, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_es_insert_delayed_extent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2483:1: note: in expansion of macro ‘TRACE_EVENT’ 2483 | TRACE_EVENT(ext4_es_insert_delayed_extent, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2483:1: note: in expansion of macro ‘TRACE_EVENT’ 2483 | TRACE_EVENT(ext4_es_insert_delayed_extent, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_fsmap_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2521:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2521 | DECLARE_EVENT_CLASS(ext4_fsmap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2521:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2521 | DECLARE_EVENT_CLASS(ext4_fsmap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_getfsmap_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2558:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2558 | DECLARE_EVENT_CLASS(ext4_getfsmap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2558:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2558 | DECLARE_EVENT_CLASS(ext4_getfsmap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_shutdown’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2593:1: note: in expansion of macro ‘TRACE_EVENT’ 2593 | TRACE_EVENT(ext4_shutdown, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2593:1: note: in expansion of macro ‘TRACE_EVENT’ 2593 | TRACE_EVENT(ext4_shutdown, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_error’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2613:1: note: in expansion of macro ‘TRACE_EVENT’ 2613 | TRACE_EVENT(ext4_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2613:1: note: in expansion of macro ‘TRACE_EVENT’ 2613 | TRACE_EVENT(ext4_error, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_prefetch_bitmaps’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2636:1: note: in expansion of macro ‘TRACE_EVENT’ 2636 | TRACE_EVENT(ext4_prefetch_bitmaps, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2636:1: note: in expansion of macro ‘TRACE_EVENT’ 2636 | TRACE_EVENT(ext4_prefetch_bitmaps, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_lazy_itable_init’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2661:1: note: in expansion of macro ‘TRACE_EVENT’ 2661 | TRACE_EVENT(ext4_lazy_itable_init, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2661:1: note: in expansion of macro ‘TRACE_EVENT’ 2661 | TRACE_EVENT(ext4_lazy_itable_init, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_fc_replay_scan’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2680:1: note: in expansion of macro ‘TRACE_EVENT’ 2680 | TRACE_EVENT(ext4_fc_replay_scan, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2680:1: note: in expansion of macro ‘TRACE_EVENT’ 2680 | TRACE_EVENT(ext4_fc_replay_scan, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_fc_replay’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2702:1: note: in expansion of macro ‘TRACE_EVENT’ 2702 | TRACE_EVENT(ext4_fc_replay, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2702:1: note: in expansion of macro ‘TRACE_EVENT’ 2702 | TRACE_EVENT(ext4_fc_replay, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_fc_commit_start’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2728:1: note: in expansion of macro ‘TRACE_EVENT’ 2728 | TRACE_EVENT(ext4_fc_commit_start, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2728:1: note: in expansion of macro ‘TRACE_EVENT’ 2728 | TRACE_EVENT(ext4_fc_commit_start, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_fc_commit_stop’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2747:1: note: in expansion of macro ‘TRACE_EVENT’ 2747 | TRACE_EVENT(ext4_fc_commit_stop, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2747:1: note: in expansion of macro ‘TRACE_EVENT’ 2747 | TRACE_EVENT(ext4_fc_commit_stop, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_fc_stats’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2784:1: note: in expansion of macro ‘TRACE_EVENT’ 2784 | TRACE_EVENT(ext4_fc_stats, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2784:1: note: in expansion of macro ‘TRACE_EVENT’ 2784 | TRACE_EVENT(ext4_fc_stats, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_fc_track_dentry’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2829:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2829 | DECLARE_EVENT_CLASS(ext4_fc_track_dentry, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2829:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2829 | DECLARE_EVENT_CLASS(ext4_fc_track_dentry, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_fc_track_inode’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2872:1: note: in expansion of macro ‘TRACE_EVENT’ 2872 | TRACE_EVENT(ext4_fc_track_inode, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2872:1: note: in expansion of macro ‘TRACE_EVENT’ 2872 | TRACE_EVENT(ext4_fc_track_inode, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_fc_track_range’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2901:1: note: in expansion of macro ‘TRACE_EVENT’ 2901 | TRACE_EVENT(ext4_fc_track_range, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2901:1: note: in expansion of macro ‘TRACE_EVENT’ 2901 | TRACE_EVENT(ext4_fc_track_range, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_fc_cleanup’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2935:1: note: in expansion of macro ‘TRACE_EVENT’ 2935 | TRACE_EVENT(ext4_fc_cleanup, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2935:1: note: in expansion of macro ‘TRACE_EVENT’ 2935 | TRACE_EVENT(ext4_fc_cleanup, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_update_sb’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2961:1: note: in expansion of macro ‘TRACE_EVENT’ 2961 | TRACE_EVENT(ext4_update_sb, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2961:1: note: in expansion of macro ‘TRACE_EVENT’ 2961 | TRACE_EVENT(ext4_update_sb, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_other_inode_update_time’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:137:1: note: in expansion of macro ‘TRACE_EVENT’ 137 | TRACE_EVENT(ext4_other_inode_update_time, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:137:1: note: in expansion of macro ‘TRACE_EVENT’ 137 | TRACE_EVENT(ext4_other_inode_update_time, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_free_inode’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:167:1: note: in expansion of macro ‘TRACE_EVENT’ 167 | TRACE_EVENT(ext4_free_inode, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:167:1: note: in expansion of macro ‘TRACE_EVENT’ 167 | TRACE_EVENT(ext4_free_inode, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_request_inode’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ 196 | TRACE_EVENT(ext4_request_inode, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ 196 | TRACE_EVENT(ext4_request_inode, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_allocate_inode’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ 218 | TRACE_EVENT(ext4_allocate_inode, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ 218 | TRACE_EVENT(ext4_allocate_inode, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_evict_inode’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ 243 | TRACE_EVENT(ext4_evict_inode, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ 243 | TRACE_EVENT(ext4_evict_inode, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_drop_inode’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:265:1: note: in expansion of macro ‘TRACE_EVENT’ 265 | TRACE_EVENT(ext4_drop_inode, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:265:1: note: in expansion of macro ‘TRACE_EVENT’ 265 | TRACE_EVENT(ext4_drop_inode, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_nfs_commit_metadata’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:287:1: note: in expansion of macro ‘TRACE_EVENT’ 287 | TRACE_EVENT(ext4_nfs_commit_metadata, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:287:1: note: in expansion of macro ‘TRACE_EVENT’ 287 | TRACE_EVENT(ext4_nfs_commit_metadata, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_mark_inode_dirty’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ 307 | TRACE_EVENT(ext4_mark_inode_dirty, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ 307 | TRACE_EVENT(ext4_mark_inode_dirty, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_begin_ordered_truncate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:329:1: note: in expansion of macro ‘TRACE_EVENT’ 329 | TRACE_EVENT(ext4_begin_ordered_truncate, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:329:1: note: in expansion of macro ‘TRACE_EVENT’ 329 | TRACE_EVENT(ext4_begin_ordered_truncate, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__write_begin’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:352:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 352 | DECLARE_EVENT_CLASS(ext4__write_begin, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:352:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 352 | DECLARE_EVENT_CLASS(ext4__write_begin, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__write_end’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:392:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 392 | DECLARE_EVENT_CLASS(ext4__write_end, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:392:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 392 | DECLARE_EVENT_CLASS(ext4__write_end, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_writepages’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:444:1: note: in expansion of macro ‘TRACE_EVENT’ 444 | TRACE_EVENT(ext4_writepages, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:444:1: note: in expansion of macro ‘TRACE_EVENT’ 444 | TRACE_EVENT(ext4_writepages, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_da_write_pages’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:486:1: note: in expansion of macro ‘TRACE_EVENT’ 486 | TRACE_EVENT(ext4_da_write_pages, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:486:1: note: in expansion of macro ‘TRACE_EVENT’ 486 | TRACE_EVENT(ext4_da_write_pages, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_da_write_pages_extent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:515:1: note: in expansion of macro ‘TRACE_EVENT’ 515 | TRACE_EVENT(ext4_da_write_pages_extent, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:515:1: note: in expansion of macro ‘TRACE_EVENT’ 515 | TRACE_EVENT(ext4_da_write_pages_extent, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_writepages_result’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:542:1: note: in expansion of macro ‘TRACE_EVENT’ 542 | TRACE_EVENT(ext4_writepages_result, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:542:1: note: in expansion of macro ‘TRACE_EVENT’ 542 | TRACE_EVENT(ext4_writepages_result, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__folio_op’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:577:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 577 | DECLARE_EVENT_CLASS(ext4__folio_op, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:577:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 577 | DECLARE_EVENT_CLASS(ext4__folio_op, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_invalidate_folio_op’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:615:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 615 | DECLARE_EVENT_CLASS(ext4_invalidate_folio_op, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:615:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 615 | DECLARE_EVENT_CLASS(ext4_invalidate_folio_op, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_discard_blocks’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:655:1: note: in expansion of macro ‘TRACE_EVENT’ 655 | TRACE_EVENT(ext4_discard_blocks, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:655:1: note: in expansion of macro ‘TRACE_EVENT’ 655 | TRACE_EVENT(ext4_discard_blocks, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__mb_new_pa’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:679:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 679 | DECLARE_EVENT_CLASS(ext4__mb_new_pa, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:679:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 679 | DECLARE_EVENT_CLASS(ext4__mb_new_pa, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_mb_release_inode_pa’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:724:1: note: in expansion of macro ‘TRACE_EVENT’ 724 | TRACE_EVENT(ext4_mb_release_inode_pa, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:724:1: note: in expansion of macro ‘TRACE_EVENT’ 724 | TRACE_EVENT(ext4_mb_release_inode_pa, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_mb_release_group_pa’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:751:1: note: in expansion of macro ‘TRACE_EVENT’ 751 | TRACE_EVENT(ext4_mb_release_group_pa, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:751:1: note: in expansion of macro ‘TRACE_EVENT’ 751 | TRACE_EVENT(ext4_mb_release_group_pa, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_discard_preallocations’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:774:1: note: in expansion of macro ‘TRACE_EVENT’ 774 | TRACE_EVENT(ext4_discard_preallocations, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:774:1: note: in expansion of macro ‘TRACE_EVENT’ 774 | TRACE_EVENT(ext4_discard_preallocations, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_mb_discard_preallocations’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:797:1: note: in expansion of macro ‘TRACE_EVENT’ 797 | TRACE_EVENT(ext4_mb_discard_preallocations, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:797:1: note: in expansion of macro ‘TRACE_EVENT’ 797 | TRACE_EVENT(ext4_mb_discard_preallocations, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_request_blocks’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:818:1: note: in expansion of macro ‘TRACE_EVENT’ 818 | TRACE_EVENT(ext4_request_blocks, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:818:1: note: in expansion of macro ‘TRACE_EVENT’ 818 | TRACE_EVENT(ext4_request_blocks, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_allocate_blocks’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:858:1: note: in expansion of macro ‘TRACE_EVENT’ 858 | TRACE_EVENT(ext4_allocate_blocks, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:858:1: note: in expansion of macro ‘TRACE_EVENT’ 858 | TRACE_EVENT(ext4_allocate_blocks, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_free_blocks’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:900:1: note: in expansion of macro ‘TRACE_EVENT’ 900 | TRACE_EVENT(ext4_free_blocks, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:900:1: note: in expansion of macro ‘TRACE_EVENT’ 900 | TRACE_EVENT(ext4_free_blocks, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_sync_file_enter’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:931:1: note: in expansion of macro ‘TRACE_EVENT’ 931 | TRACE_EVENT(ext4_sync_file_enter, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:931:1: note: in expansion of macro ‘TRACE_EVENT’ 931 | TRACE_EVENT(ext4_sync_file_enter, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_sync_file_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:958:1: note: in expansion of macro ‘TRACE_EVENT’ 958 | TRACE_EVENT(ext4_sync_file_exit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:958:1: note: in expansion of macro ‘TRACE_EVENT’ 958 | TRACE_EVENT(ext4_sync_file_exit, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_sync_fs’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:981:1: note: in expansion of macro ‘TRACE_EVENT’ 981 | TRACE_EVENT(ext4_sync_fs, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:981:1: note: in expansion of macro ‘TRACE_EVENT’ 981 | TRACE_EVENT(ext4_sync_fs, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_alloc_da_blocks’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1002:1: note: in expansion of macro ‘TRACE_EVENT’ 1002 | TRACE_EVENT(ext4_alloc_da_blocks, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1002:1: note: in expansion of macro ‘TRACE_EVENT’ 1002 | TRACE_EVENT(ext4_alloc_da_blocks, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_mballoc_alloc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1025:1: note: in expansion of macro ‘TRACE_EVENT’ 1025 | TRACE_EVENT(ext4_mballoc_alloc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1025:1: note: in expansion of macro ‘TRACE_EVENT’ 1025 | TRACE_EVENT(ext4_mballoc_alloc, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_mballoc_prealloc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1092:1: note: in expansion of macro ‘TRACE_EVENT’ 1092 | TRACE_EVENT(ext4_mballoc_prealloc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1092:1: note: in expansion of macro ‘TRACE_EVENT’ 1092 | TRACE_EVENT(ext4_mballoc_prealloc, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__mballoc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1132 | DECLARE_EVENT_CLASS(ext4__mballoc, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1132 | DECLARE_EVENT_CLASS(ext4__mballoc, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_forget’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1186:1: note: in expansion of macro ‘TRACE_EVENT’ 1186 | TRACE_EVENT(ext4_forget, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1186:1: note: in expansion of macro ‘TRACE_EVENT’ 1186 | TRACE_EVENT(ext4_forget, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_da_update_reserve_space’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1213:1: note: in expansion of macro ‘TRACE_EVENT’ 1213 | TRACE_EVENT(ext4_da_update_reserve_space, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1213:1: note: in expansion of macro ‘TRACE_EVENT’ 1213 | TRACE_EVENT(ext4_da_update_reserve_space, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_da_reserve_space’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1248:1: note: in expansion of macro ‘TRACE_EVENT’ 1248 | TRACE_EVENT(ext4_da_reserve_space, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1248:1: note: in expansion of macro ‘TRACE_EVENT’ 1248 | TRACE_EVENT(ext4_da_reserve_space, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_da_release_space’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1279:1: note: in expansion of macro ‘TRACE_EVENT’ 1279 | TRACE_EVENT(ext4_da_release_space, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1279:1: note: in expansion of macro ‘TRACE_EVENT’ 1279 | TRACE_EVENT(ext4_da_release_space, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__bitmap_load’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1310:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1310 | DECLARE_EVENT_CLASS(ext4__bitmap_load, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1310:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1310 | DECLARE_EVENT_CLASS(ext4__bitmap_load, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_read_block_bitmap_load’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1352:1: note: in expansion of macro ‘TRACE_EVENT’ 1352 | TRACE_EVENT(ext4_read_block_bitmap_load, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1352:1: note: in expansion of macro ‘TRACE_EVENT’ 1352 | TRACE_EVENT(ext4_read_block_bitmap_load, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__fallocate_mode’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1375 | DECLARE_EVENT_CLASS(ext4__fallocate_mode, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1375 | DECLARE_EVENT_CLASS(ext4__fallocate_mode, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_fallocate_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1424:1: note: in expansion of macro ‘TRACE_EVENT’ 1424 | TRACE_EVENT(ext4_fallocate_exit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1424:1: note: in expansion of macro ‘TRACE_EVENT’ 1424 | TRACE_EVENT(ext4_fallocate_exit, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_unlink_enter’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1453:1: note: in expansion of macro ‘TRACE_EVENT’ 1453 | TRACE_EVENT(ext4_unlink_enter, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1453:1: note: in expansion of macro ‘TRACE_EVENT’ 1453 | TRACE_EVENT(ext4_unlink_enter, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_unlink_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1478:1: note: in expansion of macro ‘TRACE_EVENT’ 1478 | TRACE_EVENT(ext4_unlink_exit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1478:1: note: in expansion of macro ‘TRACE_EVENT’ 1478 | TRACE_EVENT(ext4_unlink_exit, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__truncate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1501:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1501 | DECLARE_EVENT_CLASS(ext4__truncate, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1501:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1501 | DECLARE_EVENT_CLASS(ext4__truncate, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_ext_convert_to_initialized_enter’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ 1538 | TRACE_EVENT(ext4_ext_convert_to_initialized_enter, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ 1538 | TRACE_EVENT(ext4_ext_convert_to_initialized_enter, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_ext_convert_to_initialized_fastpath’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1576:1: note: in expansion of macro ‘TRACE_EVENT’ 1576 | TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1576:1: note: in expansion of macro ‘TRACE_EVENT’ 1576 | TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__map_blocks_enter’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1618:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1618 | DECLARE_EVENT_CLASS(ext4__map_blocks_enter, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1618:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1618 | DECLARE_EVENT_CLASS(ext4__map_blocks_enter, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__map_blocks_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1660:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1660 | DECLARE_EVENT_CLASS(ext4__map_blocks_exit, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1660:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1660 | DECLARE_EVENT_CLASS(ext4__map_blocks_exit, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_ext_load_extent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1710:1: note: in expansion of macro ‘TRACE_EVENT’ 1710 | TRACE_EVENT(ext4_ext_load_extent, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1710:1: note: in expansion of macro ‘TRACE_EVENT’ 1710 | TRACE_EVENT(ext4_ext_load_extent, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_load_inode’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1735:1: note: in expansion of macro ‘TRACE_EVENT’ 1735 | TRACE_EVENT(ext4_load_inode, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1735:1: note: in expansion of macro ‘TRACE_EVENT’ 1735 | TRACE_EVENT(ext4_load_inode, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_journal_start_sb’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1755:1: note: in expansion of macro ‘TRACE_EVENT’ 1755 | TRACE_EVENT(ext4_journal_start_sb, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1755:1: note: in expansion of macro ‘TRACE_EVENT’ 1755 | TRACE_EVENT(ext4_journal_start_sb, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_journal_start_inode’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1785:1: note: in expansion of macro ‘TRACE_EVENT’ 1785 | TRACE_EVENT(ext4_journal_start_inode, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1785:1: note: in expansion of macro ‘TRACE_EVENT’ 1785 | TRACE_EVENT(ext4_journal_start_inode, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_journal_start_reserved’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1818:1: note: in expansion of macro ‘TRACE_EVENT’ 1818 | TRACE_EVENT(ext4_journal_start_reserved, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1818:1: note: in expansion of macro ‘TRACE_EVENT’ 1818 | TRACE_EVENT(ext4_journal_start_reserved, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__trim’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1840:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1840 | DECLARE_EVENT_CLASS(ext4__trim, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1840:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1840 | DECLARE_EVENT_CLASS(ext4__trim, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_ext_handle_unwritten_extents’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1889:1: note: in expansion of macro ‘TRACE_EVENT’ 1889 | TRACE_EVENT(ext4_ext_handle_unwritten_extents, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1889:1: note: in expansion of macro ‘TRACE_EVENT’ 1889 | TRACE_EVENT(ext4_ext_handle_unwritten_extents, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_get_implied_cluster_alloc_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1927:1: note: in expansion of macro ‘TRACE_EVENT’ 1927 | TRACE_EVENT(ext4_get_implied_cluster_alloc_exit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1927:1: note: in expansion of macro ‘TRACE_EVENT’ 1927 | TRACE_EVENT(ext4_get_implied_cluster_alloc_exit, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_ext_show_extent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1956:1: note: in expansion of macro ‘TRACE_EVENT’ 1956 | TRACE_EVENT(ext4_ext_show_extent, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1956:1: note: in expansion of macro ‘TRACE_EVENT’ 1956 | TRACE_EVENT(ext4_ext_show_extent, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_remove_blocks’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1986:1: note: in expansion of macro ‘TRACE_EVENT’ 1986 | TRACE_EVENT(ext4_remove_blocks, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1986:1: note: in expansion of macro ‘TRACE_EVENT’ 1986 | TRACE_EVENT(ext4_remove_blocks, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_ext_rm_leaf’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2033:1: note: in expansion of macro ‘TRACE_EVENT’ 2033 | TRACE_EVENT(ext4_ext_rm_leaf, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2033:1: note: in expansion of macro ‘TRACE_EVENT’ 2033 | TRACE_EVENT(ext4_ext_rm_leaf, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_ext_rm_idx’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2077:1: note: in expansion of macro ‘TRACE_EVENT’ 2077 | TRACE_EVENT(ext4_ext_rm_idx, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2077:1: note: in expansion of macro ‘TRACE_EVENT’ 2077 | TRACE_EVENT(ext4_ext_rm_idx, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_ext_remove_space’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2100:1: note: in expansion of macro ‘TRACE_EVENT’ 2100 | TRACE_EVENT(ext4_ext_remove_space, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2100:1: note: in expansion of macro ‘TRACE_EVENT’ 2100 | TRACE_EVENT(ext4_ext_remove_space, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_ext_remove_space_done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2130:1: note: in expansion of macro ‘TRACE_EVENT’ 2130 | TRACE_EVENT(ext4_ext_remove_space_done, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2130:1: note: in expansion of macro ‘TRACE_EVENT’ 2130 | TRACE_EVENT(ext4_ext_remove_space_done, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__es_extent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2174:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2174 | DECLARE_EVENT_CLASS(ext4__es_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2174:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2174 | DECLARE_EVENT_CLASS(ext4__es_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_es_remove_extent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2216:1: note: in expansion of macro ‘TRACE_EVENT’ 2216 | TRACE_EVENT(ext4_es_remove_extent, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2216:1: note: in expansion of macro ‘TRACE_EVENT’ 2216 | TRACE_EVENT(ext4_es_remove_extent, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_es_find_extent_range_enter’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2241:1: note: in expansion of macro ‘TRACE_EVENT’ 2241 | TRACE_EVENT(ext4_es_find_extent_range_enter, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2241:1: note: in expansion of macro ‘TRACE_EVENT’ 2241 | TRACE_EVENT(ext4_es_find_extent_range_enter, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_es_find_extent_range_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2263:1: note: in expansion of macro ‘TRACE_EVENT’ 2263 | TRACE_EVENT(ext4_es_find_extent_range_exit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2263:1: note: in expansion of macro ‘TRACE_EVENT’ 2263 | TRACE_EVENT(ext4_es_find_extent_range_exit, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_es_lookup_extent_enter’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2293:1: note: in expansion of macro ‘TRACE_EVENT’ 2293 | TRACE_EVENT(ext4_es_lookup_extent_enter, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2293:1: note: in expansion of macro ‘TRACE_EVENT’ 2293 | TRACE_EVENT(ext4_es_lookup_extent_enter, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_es_lookup_extent_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2315:1: note: in expansion of macro ‘TRACE_EVENT’ 2315 | TRACE_EVENT(ext4_es_lookup_extent_exit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2315:1: note: in expansion of macro ‘TRACE_EVENT’ 2315 | TRACE_EVENT(ext4_es_lookup_extent_exit, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__es_shrink_enter’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2349:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2349 | DECLARE_EVENT_CLASS(ext4__es_shrink_enter, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2349:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2349 | DECLARE_EVENT_CLASS(ext4__es_shrink_enter, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_es_shrink_scan_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2383:1: note: in expansion of macro ‘TRACE_EVENT’ 2383 | TRACE_EVENT(ext4_es_shrink_scan_exit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2383:1: note: in expansion of macro ‘TRACE_EVENT’ 2383 | TRACE_EVENT(ext4_es_shrink_scan_exit, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_collapse_range’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2405:1: note: in expansion of macro ‘TRACE_EVENT’ 2405 | TRACE_EVENT(ext4_collapse_range, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2405:1: note: in expansion of macro ‘TRACE_EVENT’ 2405 | TRACE_EVENT(ext4_collapse_range, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_insert_range’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2430:1: note: in expansion of macro ‘TRACE_EVENT’ 2430 | TRACE_EVENT(ext4_insert_range, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2430:1: note: in expansion of macro ‘TRACE_EVENT’ 2430 | TRACE_EVENT(ext4_insert_range, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_es_shrink’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2455:1: note: in expansion of macro ‘TRACE_EVENT’ 2455 | TRACE_EVENT(ext4_es_shrink, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2455:1: note: in expansion of macro ‘TRACE_EVENT’ 2455 | TRACE_EVENT(ext4_es_shrink, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_es_insert_delayed_extent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2483:1: note: in expansion of macro ‘TRACE_EVENT’ 2483 | TRACE_EVENT(ext4_es_insert_delayed_extent, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2483:1: note: in expansion of macro ‘TRACE_EVENT’ 2483 | TRACE_EVENT(ext4_es_insert_delayed_extent, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_fsmap_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2521:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2521 | DECLARE_EVENT_CLASS(ext4_fsmap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2521:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2521 | DECLARE_EVENT_CLASS(ext4_fsmap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_getfsmap_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2558:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2558 | DECLARE_EVENT_CLASS(ext4_getfsmap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2558:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2558 | DECLARE_EVENT_CLASS(ext4_getfsmap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_shutdown’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2593:1: note: in expansion of macro ‘TRACE_EVENT’ 2593 | TRACE_EVENT(ext4_shutdown, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2593:1: note: in expansion of macro ‘TRACE_EVENT’ 2593 | TRACE_EVENT(ext4_shutdown, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2613:1: note: in expansion of macro ‘TRACE_EVENT’ 2613 | TRACE_EVENT(ext4_error, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2613:1: note: in expansion of macro ‘TRACE_EVENT’ 2613 | TRACE_EVENT(ext4_error, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_prefetch_bitmaps’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2636:1: note: in expansion of macro ‘TRACE_EVENT’ 2636 | TRACE_EVENT(ext4_prefetch_bitmaps, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2636:1: note: in expansion of macro ‘TRACE_EVENT’ 2636 | TRACE_EVENT(ext4_prefetch_bitmaps, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_lazy_itable_init’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2661:1: note: in expansion of macro ‘TRACE_EVENT’ 2661 | TRACE_EVENT(ext4_lazy_itable_init, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2661:1: note: in expansion of macro ‘TRACE_EVENT’ 2661 | TRACE_EVENT(ext4_lazy_itable_init, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_fc_replay_scan’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2680:1: note: in expansion of macro ‘TRACE_EVENT’ 2680 | TRACE_EVENT(ext4_fc_replay_scan, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2680:1: note: in expansion of macro ‘TRACE_EVENT’ 2680 | TRACE_EVENT(ext4_fc_replay_scan, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_fc_replay’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2702:1: note: in expansion of macro ‘TRACE_EVENT’ 2702 | TRACE_EVENT(ext4_fc_replay, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2702:1: note: in expansion of macro ‘TRACE_EVENT’ 2702 | TRACE_EVENT(ext4_fc_replay, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_fc_commit_start’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2728:1: note: in expansion of macro ‘TRACE_EVENT’ 2728 | TRACE_EVENT(ext4_fc_commit_start, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2728:1: note: in expansion of macro ‘TRACE_EVENT’ 2728 | TRACE_EVENT(ext4_fc_commit_start, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_fc_commit_stop’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2747:1: note: in expansion of macro ‘TRACE_EVENT’ 2747 | TRACE_EVENT(ext4_fc_commit_stop, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2747:1: note: in expansion of macro ‘TRACE_EVENT’ 2747 | TRACE_EVENT(ext4_fc_commit_stop, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_fc_stats’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2784:1: note: in expansion of macro ‘TRACE_EVENT’ 2784 | TRACE_EVENT(ext4_fc_stats, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2784:1: note: in expansion of macro ‘TRACE_EVENT’ 2784 | TRACE_EVENT(ext4_fc_stats, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_fc_track_dentry’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2829:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2829 | DECLARE_EVENT_CLASS(ext4_fc_track_dentry, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2829:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2829 | DECLARE_EVENT_CLASS(ext4_fc_track_dentry, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_fc_track_inode’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2872:1: note: in expansion of macro ‘TRACE_EVENT’ 2872 | TRACE_EVENT(ext4_fc_track_inode, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2872:1: note: in expansion of macro ‘TRACE_EVENT’ 2872 | TRACE_EVENT(ext4_fc_track_inode, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_fc_track_range’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2901:1: note: in expansion of macro ‘TRACE_EVENT’ 2901 | TRACE_EVENT(ext4_fc_track_range, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2901:1: note: in expansion of macro ‘TRACE_EVENT’ 2901 | TRACE_EVENT(ext4_fc_track_range, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_fc_cleanup’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2935:1: note: in expansion of macro ‘TRACE_EVENT’ 2935 | TRACE_EVENT(ext4_fc_cleanup, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2935:1: note: in expansion of macro ‘TRACE_EVENT’ 2935 | TRACE_EVENT(ext4_fc_cleanup, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_update_sb’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2961:1: note: in expansion of macro ‘TRACE_EVENT’ 2961 | TRACE_EVENT(ext4_update_sb, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2961:1: note: in expansion of macro ‘TRACE_EVENT’ 2961 | TRACE_EVENT(ext4_update_sb, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: fs/ext4/super.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: fs/ext4] Error 2 In file included from ../include/trace/define_trace.h:108, from ../fs/ocfs2/ocfs2_trace.h:2768, from ../fs/ocfs2/super.c:31: ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__int’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(ocfs2__int, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(ocfs2__int, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(ocfs2__int, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(ocfs2__int, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(ocfs2__int, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__uint’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(ocfs2__uint, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(ocfs2__uint, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__ull’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:44:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 44 | DECLARE_EVENT_CLASS(ocfs2__ull, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:44:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 44 | DECLARE_EVENT_CLASS(ocfs2__ull, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__pointer’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:61:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 61 | DECLARE_EVENT_CLASS(ocfs2__pointer, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:61:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 61 | DECLARE_EVENT_CLASS(ocfs2__pointer, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__string’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:78:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 78 | DECLARE_EVENT_CLASS(ocfs2__string, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:78:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 78 | DECLARE_EVENT_CLASS(ocfs2__string, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__int_int’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:95:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 95 | DECLARE_EVENT_CLASS(ocfs2__int_int, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:95:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 95 | DECLARE_EVENT_CLASS(ocfs2__int_int, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__uint_int’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 114 | DECLARE_EVENT_CLASS(ocfs2__uint_int, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 114 | DECLARE_EVENT_CLASS(ocfs2__uint_int, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__uint_uint’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:133:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 133 | DECLARE_EVENT_CLASS(ocfs2__uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:133:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 133 | DECLARE_EVENT_CLASS(ocfs2__uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__ull_uint’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:152:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 152 | DECLARE_EVENT_CLASS(ocfs2__ull_uint, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:152:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 152 | DECLARE_EVENT_CLASS(ocfs2__ull_uint, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__ull_int’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 171 | DECLARE_EVENT_CLASS(ocfs2__ull_int, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 171 | DECLARE_EVENT_CLASS(ocfs2__ull_int, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__ull_ull’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:190:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 190 | DECLARE_EVENT_CLASS(ocfs2__ull_ull, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:190:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 190 | DECLARE_EVENT_CLASS(ocfs2__ull_ull, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__ull_ull_uint’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:209:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 209 | DECLARE_EVENT_CLASS(ocfs2__ull_ull_uint, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:209:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 209 | DECLARE_EVENT_CLASS(ocfs2__ull_ull_uint, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__ull_uint_uint’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:233:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 233 | DECLARE_EVENT_CLASS(ocfs2__ull_uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:233:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 233 | DECLARE_EVENT_CLASS(ocfs2__ull_uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__uint_uint_uint’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:257:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 257 | DECLARE_EVENT_CLASS(ocfs2__uint_uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:257:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 257 | DECLARE_EVENT_CLASS(ocfs2__uint_uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__ull_ull_ull’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:280:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 280 | DECLARE_EVENT_CLASS(ocfs2__ull_ull_ull, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:280:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 280 | DECLARE_EVENT_CLASS(ocfs2__ull_ull_ull, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__ull_int_int_int’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:304:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 304 | DECLARE_EVENT_CLASS(ocfs2__ull_int_int_int, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:304:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 304 | DECLARE_EVENT_CLASS(ocfs2__ull_int_int_int, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__ull_uint_uint_uint’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:330:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 330 | DECLARE_EVENT_CLASS(ocfs2__ull_uint_uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:330:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 330 | DECLARE_EVENT_CLASS(ocfs2__ull_uint_uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__ull_ull_uint_uint’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:357:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 357 | DECLARE_EVENT_CLASS(ocfs2__ull_ull_uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:357:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 357 | DECLARE_EVENT_CLASS(ocfs2__ull_ull_uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__btree_ops’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:385:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 385 | DECLARE_EVENT_CLASS(ocfs2__btree_ops, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:385:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 385 | DECLARE_EVENT_CLASS(ocfs2__btree_ops, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_grow_tree’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:423:1: note: in expansion of macro ‘TRACE_EVENT’ 423 | TRACE_EVENT(ocfs2_grow_tree, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:423:1: note: in expansion of macro ‘TRACE_EVENT’ 423 | TRACE_EVENT(ocfs2_grow_tree, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_rotate_subtree’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:437:1: note: in expansion of macro ‘TRACE_EVENT’ 437 | TRACE_EVENT(ocfs2_rotate_subtree, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:437:1: note: in expansion of macro ‘TRACE_EVENT’ 437 | TRACE_EVENT(ocfs2_rotate_subtree, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_insert_extent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:455:1: note: in expansion of macro ‘TRACE_EVENT’ 455 | TRACE_EVENT(ocfs2_insert_extent, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:455:1: note: in expansion of macro ‘TRACE_EVENT’ 455 | TRACE_EVENT(ocfs2_insert_extent, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_split_extent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:480:1: note: in expansion of macro ‘TRACE_EVENT’ 480 | TRACE_EVENT(ocfs2_split_extent, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:480:1: note: in expansion of macro ‘TRACE_EVENT’ 480 | TRACE_EVENT(ocfs2_split_extent, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_remove_extent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:502:1: note: in expansion of macro ‘TRACE_EVENT’ 502 | TRACE_EVENT(ocfs2_remove_extent, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:502:1: note: in expansion of macro ‘TRACE_EVENT’ 502 | TRACE_EVENT(ocfs2_remove_extent, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_commit_truncate’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:528:1: note: in expansion of macro ‘TRACE_EVENT’ 528 | TRACE_EVENT(ocfs2_commit_truncate, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:528:1: note: in expansion of macro ‘TRACE_EVENT’ 528 | TRACE_EVENT(ocfs2_commit_truncate, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_validate_extent_block’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:549:1: note: in expansion of macro ‘TRACE_EVENT’ 549 | TRACE_EVENT(ocfs2_validate_extent_block, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:549:1: note: in expansion of macro ‘TRACE_EVENT’ 549 | TRACE_EVENT(ocfs2_validate_extent_block, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_rotate_leaf’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:561:1: note: in expansion of macro ‘TRACE_EVENT’ 561 | TRACE_EVENT(ocfs2_rotate_leaf, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:561:1: note: in expansion of macro ‘TRACE_EVENT’ 561 | TRACE_EVENT(ocfs2_rotate_leaf, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_add_clusters_in_btree_ret’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:586:1: note: in expansion of macro ‘TRACE_EVENT’ 586 | TRACE_EVENT(ocfs2_add_clusters_in_btree_ret, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:586:1: note: in expansion of macro ‘TRACE_EVENT’ 586 | TRACE_EVENT(ocfs2_add_clusters_in_btree_ret, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_mark_extent_written’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ 603 | TRACE_EVENT(ocfs2_mark_extent_written, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ 603 | TRACE_EVENT(ocfs2_mark_extent_written, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__truncate_log_ops’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:624:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 624 | DECLARE_EVENT_CLASS(ocfs2__truncate_log_ops, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:624:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 624 | DECLARE_EVENT_CLASS(ocfs2__truncate_log_ops, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_cache_block_dealloc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:669:1: note: in expansion of macro ‘TRACE_EVENT’ 669 | TRACE_EVENT(ocfs2_cache_block_dealloc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:669:1: note: in expansion of macro ‘TRACE_EVENT’ 669 | TRACE_EVENT(ocfs2_cache_block_dealloc, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_trim_extent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:692:1: note: in expansion of macro ‘TRACE_EVENT’ 692 | TRACE_EVENT(ocfs2_trim_extent, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:692:1: note: in expansion of macro ‘TRACE_EVENT’ 692 | TRACE_EVENT(ocfs2_trim_extent, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_sync_local_to_main_free’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:741:1: note: in expansion of macro ‘TRACE_EVENT’ 741 | TRACE_EVENT(ocfs2_sync_local_to_main_free, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:741:1: note: in expansion of macro ‘TRACE_EVENT’ 741 | TRACE_EVENT(ocfs2_sync_local_to_main_free, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_relink_block_group’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:796:1: note: in expansion of macro ‘TRACE_EVENT’ 796 | TRACE_EVENT(ocfs2_relink_block_group, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:796:1: note: in expansion of macro ‘TRACE_EVENT’ 796 | TRACE_EVENT(ocfs2_relink_block_group, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_free_suballoc_bits’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:836:1: note: in expansion of macro ‘TRACE_EVENT’ 836 | TRACE_EVENT(ocfs2_free_suballoc_bits, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:836:1: note: in expansion of macro ‘TRACE_EVENT’ 836 | TRACE_EVENT(ocfs2_free_suballoc_bits, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_free_clusters’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:856:1: note: in expansion of macro ‘TRACE_EVENT’ 856 | TRACE_EVENT(ocfs2_free_clusters, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:856:1: note: in expansion of macro ‘TRACE_EVENT’ 856 | TRACE_EVENT(ocfs2_free_clusters, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__refcount_tree_ops’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:902:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 902 | DECLARE_EVENT_CLASS(ocfs2__refcount_tree_ops, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:902:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 902 | DECLARE_EVENT_CLASS(ocfs2__refcount_tree_ops, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_split_refcount_rec’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:934:1: note: in expansion of macro ‘TRACE_EVENT’ 934 | TRACE_EVENT(ocfs2_split_refcount_rec, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:934:1: note: in expansion of macro ‘TRACE_EVENT’ 934 | TRACE_EVENT(ocfs2_split_refcount_rec, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_decrease_refcount’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:979:1: note: in expansion of macro ‘TRACE_EVENT’ 979 | TRACE_EVENT(ocfs2_decrease_refcount, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:979:1: note: in expansion of macro ‘TRACE_EVENT’ 979 | TRACE_EVENT(ocfs2_decrease_refcount, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_calc_refcount_meta_credits_iterate’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1004:1: note: in expansion of macro ‘TRACE_EVENT’ 1004 | TRACE_EVENT(ocfs2_calc_refcount_meta_credits_iterate, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1004:1: note: in expansion of macro ‘TRACE_EVENT’ 1004 | TRACE_EVENT(ocfs2_calc_refcount_meta_credits_iterate, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_clear_ext_refcount’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1043:1: note: in expansion of macro ‘TRACE_EVENT’ 1043 | TRACE_EVENT(ocfs2_clear_ext_refcount, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1043:1: note: in expansion of macro ‘TRACE_EVENT’ 1043 | TRACE_EVENT(ocfs2_clear_ext_refcount, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_replace_clusters’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1067:1: note: in expansion of macro ‘TRACE_EVENT’ 1067 | TRACE_EVENT(ocfs2_replace_clusters, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1067:1: note: in expansion of macro ‘TRACE_EVENT’ 1067 | TRACE_EVENT(ocfs2_replace_clusters, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_refcount_cow_hunk’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1095:1: note: in expansion of macro ‘TRACE_EVENT’ 1095 | TRACE_EVENT(ocfs2_refcount_cow_hunk, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1095:1: note: in expansion of macro ‘TRACE_EVENT’ 1095 | TRACE_EVENT(ocfs2_refcount_cow_hunk, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__get_block’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1125:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1125 | DECLARE_EVENT_CLASS(ocfs2__get_block, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1125:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1125 | DECLARE_EVENT_CLASS(ocfs2__get_block, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_try_to_write_inline_data’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1162:1: note: in expansion of macro ‘TRACE_EVENT’ 1162 | TRACE_EVENT(ocfs2_try_to_write_inline_data, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1162:1: note: in expansion of macro ‘TRACE_EVENT’ 1162 | TRACE_EVENT(ocfs2_try_to_write_inline_data, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_write_begin_nolock’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1182:1: note: in expansion of macro ‘TRACE_EVENT’ 1182 | TRACE_EVENT(ocfs2_write_begin_nolock, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1182:1: note: in expansion of macro ‘TRACE_EVENT’ 1182 | TRACE_EVENT(ocfs2_write_begin_nolock, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_write_end_inline’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1219:1: note: in expansion of macro ‘TRACE_EVENT’ 1219 | TRACE_EVENT(ocfs2_write_end_inline, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1219:1: note: in expansion of macro ‘TRACE_EVENT’ 1219 | TRACE_EVENT(ocfs2_write_end_inline, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_fault’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1247:1: note: in expansion of macro ‘TRACE_EVENT’ 1247 | TRACE_EVENT(ocfs2_fault, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1247:1: note: in expansion of macro ‘TRACE_EVENT’ 1247 | TRACE_EVENT(ocfs2_fault, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__file_ops’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1271:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1271 | DECLARE_EVENT_CLASS(ocfs2__file_ops, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1271:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1271 | DECLARE_EVENT_CLASS(ocfs2__file_ops, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_extend_allocation’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1324:1: note: in expansion of macro ‘TRACE_EVENT’ 1324 | TRACE_EVENT(ocfs2_extend_allocation, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1324:1: note: in expansion of macro ‘TRACE_EVENT’ 1324 | TRACE_EVENT(ocfs2_extend_allocation, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_extend_allocation_end’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1350:1: note: in expansion of macro ‘TRACE_EVENT’ 1350 | TRACE_EVENT(ocfs2_extend_allocation_end, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1350:1: note: in expansion of macro ‘TRACE_EVENT’ 1350 | TRACE_EVENT(ocfs2_extend_allocation_end, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_write_zero_page’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1373:1: note: in expansion of macro ‘TRACE_EVENT’ 1373 | TRACE_EVENT(ocfs2_write_zero_page, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1373:1: note: in expansion of macro ‘TRACE_EVENT’ 1373 | TRACE_EVENT(ocfs2_write_zero_page, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_setattr’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1404:1: note: in expansion of macro ‘TRACE_EVENT’ 1404 | TRACE_EVENT(ocfs2_setattr, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1404:1: note: in expansion of macro ‘TRACE_EVENT’ 1404 | TRACE_EVENT(ocfs2_setattr, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_prepare_inode_for_write’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1450:1: note: in expansion of macro ‘TRACE_EVENT’ 1450 | TRACE_EVENT(ocfs2_prepare_inode_for_write, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1450:1: note: in expansion of macro ‘TRACE_EVENT’ 1450 | TRACE_EVENT(ocfs2_prepare_inode_for_write, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_iget_begin’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1477:1: note: in expansion of macro ‘TRACE_EVENT’ 1477 | TRACE_EVENT(ocfs2_iget_begin, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1477:1: note: in expansion of macro ‘TRACE_EVENT’ 1477 | TRACE_EVENT(ocfs2_iget_begin, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_iget_end’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1496:1: note: in expansion of macro ‘TRACE_EVENT’ 1496 | TRACE_EVENT(ocfs2_iget_end, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1496:1: note: in expansion of macro ‘TRACE_EVENT’ 1496 | TRACE_EVENT(ocfs2_iget_end, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_find_actor’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1510:1: note: in expansion of macro ‘TRACE_EVENT’ 1510 | TRACE_EVENT(ocfs2_find_actor, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1510:1: note: in expansion of macro ‘TRACE_EVENT’ 1510 | TRACE_EVENT(ocfs2_find_actor, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_inode_is_valid_to_delete’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1540:1: note: in expansion of macro ‘TRACE_EVENT’ 1540 | TRACE_EVENT(ocfs2_inode_is_valid_to_delete, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1540:1: note: in expansion of macro ‘TRACE_EVENT’ 1540 | TRACE_EVENT(ocfs2_inode_is_valid_to_delete, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_inode_revalidate’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1574:1: note: in expansion of macro ‘TRACE_EVENT’ 1574 | TRACE_EVENT(ocfs2_inode_revalidate, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1574:1: note: in expansion of macro ‘TRACE_EVENT’ 1574 | TRACE_EVENT(ocfs2_inode_revalidate, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_read_virt_blocks’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1597:1: note: in expansion of macro ‘TRACE_EVENT’ 1597 | TRACE_EVENT(ocfs2_read_virt_blocks, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1597:1: note: in expansion of macro ‘TRACE_EVENT’ 1597 | TRACE_EVENT(ocfs2_read_virt_blocks, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_remount’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1643:1: note: in expansion of macro ‘TRACE_EVENT’ 1643 | TRACE_EVENT(ocfs2_remount, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1643:1: note: in expansion of macro ‘TRACE_EVENT’ 1643 | TRACE_EVENT(ocfs2_remount, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_fill_super’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1660:1: note: in expansion of macro ‘TRACE_EVENT’ 1660 | TRACE_EVENT(ocfs2_fill_super, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1660:1: note: in expansion of macro ‘TRACE_EVENT’ 1660 | TRACE_EVENT(ocfs2_fill_super, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_parse_options’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ 1677 | TRACE_EVENT(ocfs2_parse_options, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ 1677 | TRACE_EVENT(ocfs2_parse_options, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_statfs’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1693:1: note: in expansion of macro ‘TRACE_EVENT’ 1693 | TRACE_EVENT(ocfs2_statfs, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1693:1: note: in expansion of macro ‘TRACE_EVENT’ 1693 | TRACE_EVENT(ocfs2_statfs, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_initialize_super’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1709:1: note: in expansion of macro ‘TRACE_EVENT’ 1709 | TRACE_EVENT(ocfs2_initialize_super, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1709:1: note: in expansion of macro ‘TRACE_EVENT’ 1709 | TRACE_EVENT(ocfs2_initialize_super, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_init_xattr_set_ctxt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1739:1: note: in expansion of macro ‘TRACE_EVENT’ 1739 | TRACE_EVENT(ocfs2_init_xattr_set_ctxt, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1739:1: note: in expansion of macro ‘TRACE_EVENT’ 1739 | TRACE_EVENT(ocfs2_init_xattr_set_ctxt, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__xattr_find’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1758:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1758 | DECLARE_EVENT_CLASS(ocfs2__xattr_find, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1758:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1758 | DECLARE_EVENT_CLASS(ocfs2__xattr_find, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_resv_find_window_begin’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1861:1: note: in expansion of macro ‘TRACE_EVENT’ 1861 | TRACE_EVENT(ocfs2_resv_find_window_begin, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1861:1: note: in expansion of macro ‘TRACE_EVENT’ 1861 | TRACE_EVENT(ocfs2_resv_find_window_begin, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_cannibalize_resv_end’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1889:1: note: in expansion of macro ‘TRACE_EVENT’ 1889 | TRACE_EVENT(ocfs2_cannibalize_resv_end, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1889:1: note: in expansion of macro ‘TRACE_EVENT’ 1889 | TRACE_EVENT(ocfs2_cannibalize_resv_end, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_resmap_claimed_bits_begin’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1913:1: note: in expansion of macro ‘TRACE_EVENT’ 1913 | TRACE_EVENT(ocfs2_resmap_claimed_bits_begin, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1913:1: note: in expansion of macro ‘TRACE_EVENT’ 1913 | TRACE_EVENT(ocfs2_resmap_claimed_bits_begin, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_resmap_claimed_bits_end’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1945:1: note: in expansion of macro ‘TRACE_EVENT’ 1945 | TRACE_EVENT(ocfs2_resmap_claimed_bits_end, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1945:1: note: in expansion of macro ‘TRACE_EVENT’ 1945 | TRACE_EVENT(ocfs2_resmap_claimed_bits_end, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_sync_dquot’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1983:1: note: in expansion of macro ‘TRACE_EVENT’ 1983 | TRACE_EVENT(ocfs2_sync_dquot, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1983:1: note: in expansion of macro ‘TRACE_EVENT’ 1983 | TRACE_EVENT(ocfs2_sync_dquot, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_sync_dquot_helper’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2007:1: note: in expansion of macro ‘TRACE_EVENT’ 2007 | TRACE_EVENT(ocfs2_sync_dquot_helper, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2007:1: note: in expansion of macro ‘TRACE_EVENT’ 2007 | TRACE_EVENT(ocfs2_sync_dquot_helper, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_dx_dir_search’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2047:1: note: in expansion of macro ‘TRACE_EVENT’ 2047 | TRACE_EVENT(ocfs2_dx_dir_search, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2047:1: note: in expansion of macro ‘TRACE_EVENT’ 2047 | TRACE_EVENT(ocfs2_dx_dir_search, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_find_files_on_disk’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2079:1: note: in expansion of macro ‘TRACE_EVENT’ 2079 | TRACE_EVENT(ocfs2_find_files_on_disk, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2079:1: note: in expansion of macro ‘TRACE_EVENT’ 2079 | TRACE_EVENT(ocfs2_find_files_on_disk, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_check_dir_for_entry’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2099:1: note: in expansion of macro ‘TRACE_EVENT’ 2099 | TRACE_EVENT(ocfs2_check_dir_for_entry, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2099:1: note: in expansion of macro ‘TRACE_EVENT’ 2099 | TRACE_EVENT(ocfs2_check_dir_for_entry, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_dx_dir_index_root_block’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2120:1: note: in expansion of macro ‘TRACE_EVENT’ 2120 | TRACE_EVENT(ocfs2_dx_dir_index_root_block, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2120:1: note: in expansion of macro ‘TRACE_EVENT’ 2120 | TRACE_EVENT(ocfs2_dx_dir_index_root_block, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__dentry_ops’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2158:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2158 | DECLARE_EVENT_CLASS(ocfs2__dentry_ops, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2158:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2158 | DECLARE_EVENT_CLASS(ocfs2__dentry_ops, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_mknod’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2203:1: note: in expansion of macro ‘TRACE_EVENT’ 2203 | TRACE_EVENT(ocfs2_mknod, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2203:1: note: in expansion of macro ‘TRACE_EVENT’ 2203 | TRACE_EVENT(ocfs2_mknod, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_link’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2230:1: note: in expansion of macro ‘TRACE_EVENT’ 2230 | TRACE_EVENT(ocfs2_link, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2230:1: note: in expansion of macro ‘TRACE_EVENT’ 2230 | TRACE_EVENT(ocfs2_link, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_rename’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2259:1: note: in expansion of macro ‘TRACE_EVENT’ 2259 | TRACE_EVENT(ocfs2_rename, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2259:1: note: in expansion of macro ‘TRACE_EVENT’ 2259 | TRACE_EVENT(ocfs2_rename, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_rename_target_exists’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2295:1: note: in expansion of macro ‘TRACE_EVENT’ 2295 | TRACE_EVENT(ocfs2_rename_target_exists, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2295:1: note: in expansion of macro ‘TRACE_EVENT’ 2295 | TRACE_EVENT(ocfs2_rename_target_exists, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_rename_over_existing’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2311:1: note: in expansion of macro ‘TRACE_EVENT’ 2311 | TRACE_EVENT(ocfs2_rename_over_existing, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2311:1: note: in expansion of macro ‘TRACE_EVENT’ 2311 | TRACE_EVENT(ocfs2_rename_over_existing, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_symlink_begin’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2331:1: note: in expansion of macro ‘TRACE_EVENT’ 2331 | TRACE_EVENT(ocfs2_symlink_begin, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2331:1: note: in expansion of macro ‘TRACE_EVENT’ 2331 | TRACE_EVENT(ocfs2_symlink_begin, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_blkno_stringify’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2353:1: note: in expansion of macro ‘TRACE_EVENT’ 2353 | TRACE_EVENT(ocfs2_blkno_stringify, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2353:1: note: in expansion of macro ‘TRACE_EVENT’ 2353 | TRACE_EVENT(ocfs2_blkno_stringify, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_orphan_del’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2374:1: note: in expansion of macro ‘TRACE_EVENT’ 2374 | TRACE_EVENT(ocfs2_orphan_del, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2374:1: note: in expansion of macro ‘TRACE_EVENT’ 2374 | TRACE_EVENT(ocfs2_orphan_del, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_dentry_revalidate’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2395:1: note: in expansion of macro ‘TRACE_EVENT’ 2395 | TRACE_EVENT(ocfs2_dentry_revalidate, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2395:1: note: in expansion of macro ‘TRACE_EVENT’ 2395 | TRACE_EVENT(ocfs2_dentry_revalidate, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_dentry_revalidate_negative’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2411:1: note: in expansion of macro ‘TRACE_EVENT’ 2411 | TRACE_EVENT(ocfs2_dentry_revalidate_negative, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2411:1: note: in expansion of macro ‘TRACE_EVENT’ 2411 | TRACE_EVENT(ocfs2_dentry_revalidate_negative, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_find_local_alias’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2439:1: note: in expansion of macro ‘TRACE_EVENT’ 2439 | TRACE_EVENT(ocfs2_find_local_alias, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2439:1: note: in expansion of macro ‘TRACE_EVENT’ 2439 | TRACE_EVENT(ocfs2_find_local_alias, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_dentry_attach_lock’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2453:1: note: in expansion of macro ‘TRACE_EVENT’ 2453 | TRACE_EVENT(ocfs2_dentry_attach_lock, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2453:1: note: in expansion of macro ‘TRACE_EVENT’ 2453 | TRACE_EVENT(ocfs2_dentry_attach_lock, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_dentry_attach_lock_found’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2473:1: note: in expansion of macro ‘TRACE_EVENT’ 2473 | TRACE_EVENT(ocfs2_dentry_attach_lock_found, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2473:1: note: in expansion of macro ‘TRACE_EVENT’ 2473 | TRACE_EVENT(ocfs2_dentry_attach_lock_found, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_get_dentry_begin’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2493:1: note: in expansion of macro ‘TRACE_EVENT’ 2493 | TRACE_EVENT(ocfs2_get_dentry_begin, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2493:1: note: in expansion of macro ‘TRACE_EVENT’ 2493 | TRACE_EVENT(ocfs2_get_dentry_begin, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_get_parent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2517:1: note: in expansion of macro ‘TRACE_EVENT’ 2517 | TRACE_EVENT(ocfs2_get_parent, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2517:1: note: in expansion of macro ‘TRACE_EVENT’ 2517 | TRACE_EVENT(ocfs2_get_parent, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_encode_fh_begin’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2539:1: note: in expansion of macro ‘TRACE_EVENT’ 2539 | TRACE_EVENT(ocfs2_encode_fh_begin, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2539:1: note: in expansion of macro ‘TRACE_EVENT’ 2539 | TRACE_EVENT(ocfs2_encode_fh_begin, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_complete_recovery_slot’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2602:1: note: in expansion of macro ‘TRACE_EVENT’ 2602 | TRACE_EVENT(ocfs2_complete_recovery_slot, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2602:1: note: in expansion of macro ‘TRACE_EVENT’ 2602 | TRACE_EVENT(ocfs2_complete_recovery_slot, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_recovery_thread’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2626:1: note: in expansion of macro ‘TRACE_EVENT’ 2626 | TRACE_EVENT(ocfs2_recovery_thread, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2626:1: note: in expansion of macro ‘TRACE_EVENT’ 2626 | TRACE_EVENT(ocfs2_recovery_thread, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_write_block’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2687:1: note: in expansion of macro ‘TRACE_EVENT’ 2687 | TRACE_EVENT(ocfs2_write_block, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2687:1: note: in expansion of macro ‘TRACE_EVENT’ 2687 | TRACE_EVENT(ocfs2_write_block, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_read_blocks_begin’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2701:1: note: in expansion of macro ‘TRACE_EVENT’ 2701 | TRACE_EVENT(ocfs2_read_blocks_begin, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2701:1: note: in expansion of macro ‘TRACE_EVENT’ 2701 | TRACE_EVENT(ocfs2_read_blocks_begin, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_buffer_cached_end’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2731:1: note: in expansion of macro ‘TRACE_EVENT’ 2731 | TRACE_EVENT(ocfs2_buffer_cached_end, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2731:1: note: in expansion of macro ‘TRACE_EVENT’ 2731 | TRACE_EVENT(ocfs2_buffer_cached_end, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__int’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(ocfs2__int, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(ocfs2__int, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__uint’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(ocfs2__uint, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(ocfs2__uint, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__ull’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:44:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 44 | DECLARE_EVENT_CLASS(ocfs2__ull, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:44:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 44 | DECLARE_EVENT_CLASS(ocfs2__ull, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__pointer’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:61:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 61 | DECLARE_EVENT_CLASS(ocfs2__pointer, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:61:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 61 | DECLARE_EVENT_CLASS(ocfs2__pointer, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__string’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:78:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 78 | DECLARE_EVENT_CLASS(ocfs2__string, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:78:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 78 | DECLARE_EVENT_CLASS(ocfs2__string, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__int_int’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:95:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 95 | DECLARE_EVENT_CLASS(ocfs2__int_int, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:95:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 95 | DECLARE_EVENT_CLASS(ocfs2__int_int, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__uint_int’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 114 | DECLARE_EVENT_CLASS(ocfs2__uint_int, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 114 | DECLARE_EVENT_CLASS(ocfs2__uint_int, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__uint_uint’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:133:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 133 | DECLARE_EVENT_CLASS(ocfs2__uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:133:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 133 | DECLARE_EVENT_CLASS(ocfs2__uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__ull_uint’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:152:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 152 | DECLARE_EVENT_CLASS(ocfs2__ull_uint, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:152:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 152 | DECLARE_EVENT_CLASS(ocfs2__ull_uint, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__ull_int’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 171 | DECLARE_EVENT_CLASS(ocfs2__ull_int, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 171 | DECLARE_EVENT_CLASS(ocfs2__ull_int, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__ull_ull’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:190:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 190 | DECLARE_EVENT_CLASS(ocfs2__ull_ull, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:190:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 190 | DECLARE_EVENT_CLASS(ocfs2__ull_ull, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__ull_ull_uint’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:209:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 209 | DECLARE_EVENT_CLASS(ocfs2__ull_ull_uint, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:209:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 209 | DECLARE_EVENT_CLASS(ocfs2__ull_ull_uint, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__ull_uint_uint’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:233:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 233 | DECLARE_EVENT_CLASS(ocfs2__ull_uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:233:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 233 | DECLARE_EVENT_CLASS(ocfs2__ull_uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__uint_uint_uint’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:257:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 257 | DECLARE_EVENT_CLASS(ocfs2__uint_uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:257:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 257 | DECLARE_EVENT_CLASS(ocfs2__uint_uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__ull_ull_ull’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:280:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 280 | DECLARE_EVENT_CLASS(ocfs2__ull_ull_ull, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:280:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 280 | DECLARE_EVENT_CLASS(ocfs2__ull_ull_ull, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__ull_int_int_int’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:304:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 304 | DECLARE_EVENT_CLASS(ocfs2__ull_int_int_int, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:304:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 304 | DECLARE_EVENT_CLASS(ocfs2__ull_int_int_int, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__ull_uint_uint_uint’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:330:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 330 | DECLARE_EVENT_CLASS(ocfs2__ull_uint_uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:330:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 330 | DECLARE_EVENT_CLASS(ocfs2__ull_uint_uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__ull_ull_uint_uint’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:357:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 357 | DECLARE_EVENT_CLASS(ocfs2__ull_ull_uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:357:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 357 | DECLARE_EVENT_CLASS(ocfs2__ull_ull_uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__btree_ops’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:385:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 385 | DECLARE_EVENT_CLASS(ocfs2__btree_ops, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:385:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 385 | DECLARE_EVENT_CLASS(ocfs2__btree_ops, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_grow_tree’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:423:1: note: in expansion of macro ‘TRACE_EVENT’ 423 | TRACE_EVENT(ocfs2_grow_tree, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:423:1: note: in expansion of macro ‘TRACE_EVENT’ 423 | TRACE_EVENT(ocfs2_grow_tree, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_rotate_subtree’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:437:1: note: in expansion of macro ‘TRACE_EVENT’ 437 | TRACE_EVENT(ocfs2_rotate_subtree, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:437:1: note: in expansion of macro ‘TRACE_EVENT’ 437 | TRACE_EVENT(ocfs2_rotate_subtree, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_insert_extent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:455:1: note: in expansion of macro ‘TRACE_EVENT’ 455 | TRACE_EVENT(ocfs2_insert_extent, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:455:1: note: in expansion of macro ‘TRACE_EVENT’ 455 | TRACE_EVENT(ocfs2_insert_extent, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_split_extent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:480:1: note: in expansion of macro ‘TRACE_EVENT’ 480 | TRACE_EVENT(ocfs2_split_extent, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:480:1: note: in expansion of macro ‘TRACE_EVENT’ 480 | TRACE_EVENT(ocfs2_split_extent, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_remove_extent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:502:1: note: in expansion of macro ‘TRACE_EVENT’ 502 | TRACE_EVENT(ocfs2_remove_extent, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:502:1: note: in expansion of macro ‘TRACE_EVENT’ 502 | TRACE_EVENT(ocfs2_remove_extent, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_commit_truncate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:528:1: note: in expansion of macro ‘TRACE_EVENT’ 528 | TRACE_EVENT(ocfs2_commit_truncate, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:528:1: note: in expansion of macro ‘TRACE_EVENT’ 528 | TRACE_EVENT(ocfs2_commit_truncate, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_validate_extent_block’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:549:1: note: in expansion of macro ‘TRACE_EVENT’ 549 | TRACE_EVENT(ocfs2_validate_extent_block, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:549:1: note: in expansion of macro ‘TRACE_EVENT’ 549 | TRACE_EVENT(ocfs2_validate_extent_block, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_rotate_leaf’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:561:1: note: in expansion of macro ‘TRACE_EVENT’ 561 | TRACE_EVENT(ocfs2_rotate_leaf, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:561:1: note: in expansion of macro ‘TRACE_EVENT’ 561 | TRACE_EVENT(ocfs2_rotate_leaf, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_add_clusters_in_btree_ret’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:586:1: note: in expansion of macro ‘TRACE_EVENT’ 586 | TRACE_EVENT(ocfs2_add_clusters_in_btree_ret, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:586:1: note: in expansion of macro ‘TRACE_EVENT’ 586 | TRACE_EVENT(ocfs2_add_clusters_in_btree_ret, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_mark_extent_written’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ 603 | TRACE_EVENT(ocfs2_mark_extent_written, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ 603 | TRACE_EVENT(ocfs2_mark_extent_written, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__truncate_log_ops’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:624:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 624 | DECLARE_EVENT_CLASS(ocfs2__truncate_log_ops, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:624:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 624 | DECLARE_EVENT_CLASS(ocfs2__truncate_log_ops, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_cache_block_dealloc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:669:1: note: in expansion of macro ‘TRACE_EVENT’ 669 | TRACE_EVENT(ocfs2_cache_block_dealloc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:669:1: note: in expansion of macro ‘TRACE_EVENT’ 669 | TRACE_EVENT(ocfs2_cache_block_dealloc, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_trim_extent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:692:1: note: in expansion of macro ‘TRACE_EVENT’ 692 | TRACE_EVENT(ocfs2_trim_extent, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:692:1: note: in expansion of macro ‘TRACE_EVENT’ 692 | TRACE_EVENT(ocfs2_trim_extent, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_sync_local_to_main_free’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:741:1: note: in expansion of macro ‘TRACE_EVENT’ 741 | TRACE_EVENT(ocfs2_sync_local_to_main_free, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:741:1: note: in expansion of macro ‘TRACE_EVENT’ 741 | TRACE_EVENT(ocfs2_sync_local_to_main_free, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_relink_block_group’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:796:1: note: in expansion of macro ‘TRACE_EVENT’ 796 | TRACE_EVENT(ocfs2_relink_block_group, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:796:1: note: in expansion of macro ‘TRACE_EVENT’ 796 | TRACE_EVENT(ocfs2_relink_block_group, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_free_suballoc_bits’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:836:1: note: in expansion of macro ‘TRACE_EVENT’ 836 | TRACE_EVENT(ocfs2_free_suballoc_bits, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:836:1: note: in expansion of macro ‘TRACE_EVENT’ 836 | TRACE_EVENT(ocfs2_free_suballoc_bits, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_free_clusters’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:856:1: note: in expansion of macro ‘TRACE_EVENT’ 856 | TRACE_EVENT(ocfs2_free_clusters, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:856:1: note: in expansion of macro ‘TRACE_EVENT’ 856 | TRACE_EVENT(ocfs2_free_clusters, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__refcount_tree_ops’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:902:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 902 | DECLARE_EVENT_CLASS(ocfs2__refcount_tree_ops, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:902:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 902 | DECLARE_EVENT_CLASS(ocfs2__refcount_tree_ops, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_split_refcount_rec’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:934:1: note: in expansion of macro ‘TRACE_EVENT’ 934 | TRACE_EVENT(ocfs2_split_refcount_rec, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:934:1: note: in expansion of macro ‘TRACE_EVENT’ 934 | TRACE_EVENT(ocfs2_split_refcount_rec, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_decrease_refcount’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:979:1: note: in expansion of macro ‘TRACE_EVENT’ 979 | TRACE_EVENT(ocfs2_decrease_refcount, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:979:1: note: in expansion of macro ‘TRACE_EVENT’ 979 | TRACE_EVENT(ocfs2_decrease_refcount, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_calc_refcount_meta_credits_iterate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1004:1: note: in expansion of macro ‘TRACE_EVENT’ 1004 | TRACE_EVENT(ocfs2_calc_refcount_meta_credits_iterate, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1004:1: note: in expansion of macro ‘TRACE_EVENT’ 1004 | TRACE_EVENT(ocfs2_calc_refcount_meta_credits_iterate, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_clear_ext_refcount’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1043:1: note: in expansion of macro ‘TRACE_EVENT’ 1043 | TRACE_EVENT(ocfs2_clear_ext_refcount, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1043:1: note: in expansion of macro ‘TRACE_EVENT’ 1043 | TRACE_EVENT(ocfs2_clear_ext_refcount, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_replace_clusters’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1067:1: note: in expansion of macro ‘TRACE_EVENT’ 1067 | TRACE_EVENT(ocfs2_replace_clusters, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1067:1: note: in expansion of macro ‘TRACE_EVENT’ 1067 | TRACE_EVENT(ocfs2_replace_clusters, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_refcount_cow_hunk’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1095:1: note: in expansion of macro ‘TRACE_EVENT’ 1095 | TRACE_EVENT(ocfs2_refcount_cow_hunk, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1095:1: note: in expansion of macro ‘TRACE_EVENT’ 1095 | TRACE_EVENT(ocfs2_refcount_cow_hunk, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__get_block’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1125:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1125 | DECLARE_EVENT_CLASS(ocfs2__get_block, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1125:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1125 | DECLARE_EVENT_CLASS(ocfs2__get_block, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_try_to_write_inline_data’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1162:1: note: in expansion of macro ‘TRACE_EVENT’ 1162 | TRACE_EVENT(ocfs2_try_to_write_inline_data, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1162:1: note: in expansion of macro ‘TRACE_EVENT’ 1162 | TRACE_EVENT(ocfs2_try_to_write_inline_data, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_write_begin_nolock’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1182:1: note: in expansion of macro ‘TRACE_EVENT’ 1182 | TRACE_EVENT(ocfs2_write_begin_nolock, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1182:1: note: in expansion of macro ‘TRACE_EVENT’ 1182 | TRACE_EVENT(ocfs2_write_begin_nolock, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_write_end_inline’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1219:1: note: in expansion of macro ‘TRACE_EVENT’ 1219 | TRACE_EVENT(ocfs2_write_end_inline, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1219:1: note: in expansion of macro ‘TRACE_EVENT’ 1219 | TRACE_EVENT(ocfs2_write_end_inline, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_fault’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1247:1: note: in expansion of macro ‘TRACE_EVENT’ 1247 | TRACE_EVENT(ocfs2_fault, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1247:1: note: in expansion of macro ‘TRACE_EVENT’ 1247 | TRACE_EVENT(ocfs2_fault, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__file_ops’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1271:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1271 | DECLARE_EVENT_CLASS(ocfs2__file_ops, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1271:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1271 | DECLARE_EVENT_CLASS(ocfs2__file_ops, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_extend_allocation’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1324:1: note: in expansion of macro ‘TRACE_EVENT’ 1324 | TRACE_EVENT(ocfs2_extend_allocation, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1324:1: note: in expansion of macro ‘TRACE_EVENT’ 1324 | TRACE_EVENT(ocfs2_extend_allocation, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_extend_allocation_end’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1350:1: note: in expansion of macro ‘TRACE_EVENT’ 1350 | TRACE_EVENT(ocfs2_extend_allocation_end, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1350:1: note: in expansion of macro ‘TRACE_EVENT’ 1350 | TRACE_EVENT(ocfs2_extend_allocation_end, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_write_zero_page’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1373:1: note: in expansion of macro ‘TRACE_EVENT’ 1373 | TRACE_EVENT(ocfs2_write_zero_page, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1373:1: note: in expansion of macro ‘TRACE_EVENT’ 1373 | TRACE_EVENT(ocfs2_write_zero_page, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_setattr’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1404:1: note: in expansion of macro ‘TRACE_EVENT’ 1404 | TRACE_EVENT(ocfs2_setattr, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1404:1: note: in expansion of macro ‘TRACE_EVENT’ 1404 | TRACE_EVENT(ocfs2_setattr, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_prepare_inode_for_write’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1450:1: note: in expansion of macro ‘TRACE_EVENT’ 1450 | TRACE_EVENT(ocfs2_prepare_inode_for_write, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1450:1: note: in expansion of macro ‘TRACE_EVENT’ 1450 | TRACE_EVENT(ocfs2_prepare_inode_for_write, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_iget_begin’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1477:1: note: in expansion of macro ‘TRACE_EVENT’ 1477 | TRACE_EVENT(ocfs2_iget_begin, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1477:1: note: in expansion of macro ‘TRACE_EVENT’ 1477 | TRACE_EVENT(ocfs2_iget_begin, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_iget_end’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1496:1: note: in expansion of macro ‘TRACE_EVENT’ 1496 | TRACE_EVENT(ocfs2_iget_end, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1496:1: note: in expansion of macro ‘TRACE_EVENT’ 1496 | TRACE_EVENT(ocfs2_iget_end, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_find_actor’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1510:1: note: in expansion of macro ‘TRACE_EVENT’ 1510 | TRACE_EVENT(ocfs2_find_actor, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1510:1: note: in expansion of macro ‘TRACE_EVENT’ 1510 | TRACE_EVENT(ocfs2_find_actor, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_inode_is_valid_to_delete’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1540:1: note: in expansion of macro ‘TRACE_EVENT’ 1540 | TRACE_EVENT(ocfs2_inode_is_valid_to_delete, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1540:1: note: in expansion of macro ‘TRACE_EVENT’ 1540 | TRACE_EVENT(ocfs2_inode_is_valid_to_delete, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_inode_revalidate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1574:1: note: in expansion of macro ‘TRACE_EVENT’ 1574 | TRACE_EVENT(ocfs2_inode_revalidate, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1574:1: note: in expansion of macro ‘TRACE_EVENT’ 1574 | TRACE_EVENT(ocfs2_inode_revalidate, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_read_virt_blocks’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1597:1: note: in expansion of macro ‘TRACE_EVENT’ 1597 | TRACE_EVENT(ocfs2_read_virt_blocks, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1597:1: note: in expansion of macro ‘TRACE_EVENT’ 1597 | TRACE_EVENT(ocfs2_read_virt_blocks, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_remount’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1643:1: note: in expansion of macro ‘TRACE_EVENT’ 1643 | TRACE_EVENT(ocfs2_remount, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1643:1: note: in expansion of macro ‘TRACE_EVENT’ 1643 | TRACE_EVENT(ocfs2_remount, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_fill_super’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1660:1: note: in expansion of macro ‘TRACE_EVENT’ 1660 | TRACE_EVENT(ocfs2_fill_super, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1660:1: note: in expansion of macro ‘TRACE_EVENT’ 1660 | TRACE_EVENT(ocfs2_fill_super, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_parse_options’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ 1677 | TRACE_EVENT(ocfs2_parse_options, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ 1677 | TRACE_EVENT(ocfs2_parse_options, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_statfs’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1693:1: note: in expansion of macro ‘TRACE_EVENT’ 1693 | TRACE_EVENT(ocfs2_statfs, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1693:1: note: in expansion of macro ‘TRACE_EVENT’ 1693 | TRACE_EVENT(ocfs2_statfs, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_initialize_super’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1709:1: note: in expansion of macro ‘TRACE_EVENT’ 1709 | TRACE_EVENT(ocfs2_initialize_super, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1709:1: note: in expansion of macro ‘TRACE_EVENT’ 1709 | TRACE_EVENT(ocfs2_initialize_super, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_init_xattr_set_ctxt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1739:1: note: in expansion of macro ‘TRACE_EVENT’ 1739 | TRACE_EVENT(ocfs2_init_xattr_set_ctxt, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1739:1: note: in expansion of macro ‘TRACE_EVENT’ 1739 | TRACE_EVENT(ocfs2_init_xattr_set_ctxt, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__xattr_find’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1758:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1758 | DECLARE_EVENT_CLASS(ocfs2__xattr_find, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1758:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1758 | DECLARE_EVENT_CLASS(ocfs2__xattr_find, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_resv_find_window_begin’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1861:1: note: in expansion of macro ‘TRACE_EVENT’ 1861 | TRACE_EVENT(ocfs2_resv_find_window_begin, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1861:1: note: in expansion of macro ‘TRACE_EVENT’ 1861 | TRACE_EVENT(ocfs2_resv_find_window_begin, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_cannibalize_resv_end’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1889:1: note: in expansion of macro ‘TRACE_EVENT’ 1889 | TRACE_EVENT(ocfs2_cannibalize_resv_end, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1889:1: note: in expansion of macro ‘TRACE_EVENT’ 1889 | TRACE_EVENT(ocfs2_cannibalize_resv_end, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_resmap_claimed_bits_begin’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1913:1: note: in expansion of macro ‘TRACE_EVENT’ 1913 | TRACE_EVENT(ocfs2_resmap_claimed_bits_begin, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1913:1: note: in expansion of macro ‘TRACE_EVENT’ 1913 | TRACE_EVENT(ocfs2_resmap_claimed_bits_begin, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_resmap_claimed_bits_end’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1945:1: note: in expansion of macro ‘TRACE_EVENT’ 1945 | TRACE_EVENT(ocfs2_resmap_claimed_bits_end, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1945:1: note: in expansion of macro ‘TRACE_EVENT’ 1945 | TRACE_EVENT(ocfs2_resmap_claimed_bits_end, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_sync_dquot’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1983:1: note: in expansion of macro ‘TRACE_EVENT’ 1983 | TRACE_EVENT(ocfs2_sync_dquot, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1983:1: note: in expansion of macro ‘TRACE_EVENT’ 1983 | TRACE_EVENT(ocfs2_sync_dquot, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_sync_dquot_helper’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2007:1: note: in expansion of macro ‘TRACE_EVENT’ 2007 | TRACE_EVENT(ocfs2_sync_dquot_helper, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2007:1: note: in expansion of macro ‘TRACE_EVENT’ 2007 | TRACE_EVENT(ocfs2_sync_dquot_helper, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_dx_dir_search’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2047:1: note: in expansion of macro ‘TRACE_EVENT’ 2047 | TRACE_EVENT(ocfs2_dx_dir_search, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2047:1: note: in expansion of macro ‘TRACE_EVENT’ 2047 | TRACE_EVENT(ocfs2_dx_dir_search, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_find_files_on_disk’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2079:1: note: in expansion of macro ‘TRACE_EVENT’ 2079 | TRACE_EVENT(ocfs2_find_files_on_disk, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2079:1: note: in expansion of macro ‘TRACE_EVENT’ 2079 | TRACE_EVENT(ocfs2_find_files_on_disk, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_check_dir_for_entry’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2099:1: note: in expansion of macro ‘TRACE_EVENT’ 2099 | TRACE_EVENT(ocfs2_check_dir_for_entry, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2099:1: note: in expansion of macro ‘TRACE_EVENT’ 2099 | TRACE_EVENT(ocfs2_check_dir_for_entry, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_dx_dir_index_root_block’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2120:1: note: in expansion of macro ‘TRACE_EVENT’ 2120 | TRACE_EVENT(ocfs2_dx_dir_index_root_block, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2120:1: note: in expansion of macro ‘TRACE_EVENT’ 2120 | TRACE_EVENT(ocfs2_dx_dir_index_root_block, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__dentry_ops’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2158:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2158 | DECLARE_EVENT_CLASS(ocfs2__dentry_ops, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2158:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2158 | DECLARE_EVENT_CLASS(ocfs2__dentry_ops, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_mknod’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2203:1: note: in expansion of macro ‘TRACE_EVENT’ 2203 | TRACE_EVENT(ocfs2_mknod, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2203:1: note: in expansion of macro ‘TRACE_EVENT’ 2203 | TRACE_EVENT(ocfs2_mknod, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_link’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2230:1: note: in expansion of macro ‘TRACE_EVENT’ 2230 | TRACE_EVENT(ocfs2_link, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2230:1: note: in expansion of macro ‘TRACE_EVENT’ 2230 | TRACE_EVENT(ocfs2_link, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_rename’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2259:1: note: in expansion of macro ‘TRACE_EVENT’ 2259 | TRACE_EVENT(ocfs2_rename, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2259:1: note: in expansion of macro ‘TRACE_EVENT’ 2259 | TRACE_EVENT(ocfs2_rename, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_rename_target_exists’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2295:1: note: in expansion of macro ‘TRACE_EVENT’ 2295 | TRACE_EVENT(ocfs2_rename_target_exists, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2295:1: note: in expansion of macro ‘TRACE_EVENT’ 2295 | TRACE_EVENT(ocfs2_rename_target_exists, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_rename_over_existing’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2311:1: note: in expansion of macro ‘TRACE_EVENT’ 2311 | TRACE_EVENT(ocfs2_rename_over_existing, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2311:1: note: in expansion of macro ‘TRACE_EVENT’ 2311 | TRACE_EVENT(ocfs2_rename_over_existing, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_symlink_begin’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2331:1: note: in expansion of macro ‘TRACE_EVENT’ 2331 | TRACE_EVENT(ocfs2_symlink_begin, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2331:1: note: in expansion of macro ‘TRACE_EVENT’ 2331 | TRACE_EVENT(ocfs2_symlink_begin, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_blkno_stringify’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2353:1: note: in expansion of macro ‘TRACE_EVENT’ 2353 | TRACE_EVENT(ocfs2_blkno_stringify, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2353:1: note: in expansion of macro ‘TRACE_EVENT’ 2353 | TRACE_EVENT(ocfs2_blkno_stringify, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_orphan_del’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2374:1: note: in expansion of macro ‘TRACE_EVENT’ 2374 | TRACE_EVENT(ocfs2_orphan_del, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2374:1: note: in expansion of macro ‘TRACE_EVENT’ 2374 | TRACE_EVENT(ocfs2_orphan_del, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_dentry_revalidate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2395:1: note: in expansion of macro ‘TRACE_EVENT’ 2395 | TRACE_EVENT(ocfs2_dentry_revalidate, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2395:1: note: in expansion of macro ‘TRACE_EVENT’ 2395 | TRACE_EVENT(ocfs2_dentry_revalidate, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_dentry_revalidate_negative’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2411:1: note: in expansion of macro ‘TRACE_EVENT’ 2411 | TRACE_EVENT(ocfs2_dentry_revalidate_negative, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2411:1: note: in expansion of macro ‘TRACE_EVENT’ 2411 | TRACE_EVENT(ocfs2_dentry_revalidate_negative, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_find_local_alias’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2439:1: note: in expansion of macro ‘TRACE_EVENT’ 2439 | TRACE_EVENT(ocfs2_find_local_alias, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2439:1: note: in expansion of macro ‘TRACE_EVENT’ 2439 | TRACE_EVENT(ocfs2_find_local_alias, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_dentry_attach_lock’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2453:1: note: in expansion of macro ‘TRACE_EVENT’ 2453 | TRACE_EVENT(ocfs2_dentry_attach_lock, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2453:1: note: in expansion of macro ‘TRACE_EVENT’ 2453 | TRACE_EVENT(ocfs2_dentry_attach_lock, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_dentry_attach_lock_found’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2473:1: note: in expansion of macro ‘TRACE_EVENT’ 2473 | TRACE_EVENT(ocfs2_dentry_attach_lock_found, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2473:1: note: in expansion of macro ‘TRACE_EVENT’ 2473 | TRACE_EVENT(ocfs2_dentry_attach_lock_found, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_get_dentry_begin’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2493:1: note: in expansion of macro ‘TRACE_EVENT’ 2493 | TRACE_EVENT(ocfs2_get_dentry_begin, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2493:1: note: in expansion of macro ‘TRACE_EVENT’ 2493 | TRACE_EVENT(ocfs2_get_dentry_begin, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_get_parent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2517:1: note: in expansion of macro ‘TRACE_EVENT’ 2517 | TRACE_EVENT(ocfs2_get_parent, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2517:1: note: in expansion of macro ‘TRACE_EVENT’ 2517 | TRACE_EVENT(ocfs2_get_parent, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_encode_fh_begin’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2539:1: note: in expansion of macro ‘TRACE_EVENT’ 2539 | TRACE_EVENT(ocfs2_encode_fh_begin, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2539:1: note: in expansion of macro ‘TRACE_EVENT’ 2539 | TRACE_EVENT(ocfs2_encode_fh_begin, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_complete_recovery_slot’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2602:1: note: in expansion of macro ‘TRACE_EVENT’ 2602 | TRACE_EVENT(ocfs2_complete_recovery_slot, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2602:1: note: in expansion of macro ‘TRACE_EVENT’ 2602 | TRACE_EVENT(ocfs2_complete_recovery_slot, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_recovery_thread’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2626:1: note: in expansion of macro ‘TRACE_EVENT’ 2626 | TRACE_EVENT(ocfs2_recovery_thread, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2626:1: note: in expansion of macro ‘TRACE_EVENT’ 2626 | TRACE_EVENT(ocfs2_recovery_thread, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_write_block’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2687:1: note: in expansion of macro ‘TRACE_EVENT’ 2687 | TRACE_EVENT(ocfs2_write_block, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2687:1: note: in expansion of macro ‘TRACE_EVENT’ 2687 | TRACE_EVENT(ocfs2_write_block, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_read_blocks_begin’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2701:1: note: in expansion of macro ‘TRACE_EVENT’ 2701 | TRACE_EVENT(ocfs2_read_blocks_begin, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2701:1: note: in expansion of macro ‘TRACE_EVENT’ 2701 | TRACE_EVENT(ocfs2_read_blocks_begin, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_buffer_cached_end’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2731:1: note: in expansion of macro ‘TRACE_EVENT’ 2731 | TRACE_EVENT(ocfs2_buffer_cached_end, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2731:1: note: in expansion of macro ‘TRACE_EVENT’ 2731 | TRACE_EVENT(ocfs2_buffer_cached_end, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: fs/ocfs2/super.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: fs/ocfs2] Error 2 In file included from ../include/trace/define_trace.h:108, from ../fs/xfs/scrub/trace.h:3582, from ../fs/xfs/scrub/trace.c:58: ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_class’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:137:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 137 | DECLARE_EVENT_CLASS(xchk_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:137:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 137 | DECLARE_EVENT_CLASS(xchk_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:137:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 137 | DECLARE_EVENT_CLASS(xchk_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:137:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 137 | DECLARE_EVENT_CLASS(xchk_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:137:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 137 | DECLARE_EVENT_CLASS(xchk_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_fsgate_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:185:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 185 | DECLARE_EVENT_CLASS(xchk_fsgate_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:185:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 185 | DECLARE_EVENT_CLASS(xchk_fsgate_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_vector_head_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:212:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 212 | DECLARE_EVENT_CLASS(xchk_vector_head_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:212:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 212 | DECLARE_EVENT_CLASS(xchk_vector_head_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_vector_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:252:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 252 | DECLARE_EVENT_CLASS(xchk_vector_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:252:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 252 | DECLARE_EVENT_CLASS(xchk_vector_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_op_error’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:287:1: note: in expansion of macro ‘TRACE_EVENT’ 287 | TRACE_EVENT(xchk_op_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:287:1: note: in expansion of macro ‘TRACE_EVENT’ 287 | TRACE_EVENT(xchk_op_error, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_file_op_error’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ 316 | TRACE_EVENT(xchk_file_op_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ 316 | TRACE_EVENT(xchk_file_op_error, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_block_error_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:348:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 348 | DECLARE_EVENT_CLASS(xchk_block_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:348:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 348 | DECLARE_EVENT_CLASS(xchk_block_error_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_ino_error_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:383:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 383 | DECLARE_EVENT_CLASS(xchk_ino_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:383:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 383 | DECLARE_EVENT_CLASS(xchk_ino_error_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_fblock_error_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:415:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 415 | DECLARE_EVENT_CLASS(xchk_fblock_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:415:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 415 | DECLARE_EVENT_CLASS(xchk_fblock_error_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_dqiter_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:455:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 455 | DECLARE_EVENT_CLASS(xchk_dqiter_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:455:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 455 | DECLARE_EVENT_CLASS(xchk_dqiter_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_qcheck_error’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:501:1: note: in expansion of macro ‘TRACE_EVENT’ 501 | TRACE_EVENT(xchk_qcheck_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:501:1: note: in expansion of macro ‘TRACE_EVENT’ 501 | TRACE_EVENT(xchk_qcheck_error, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_incomplete’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:525:1: note: in expansion of macro ‘TRACE_EVENT’ 525 | TRACE_EVENT(xchk_incomplete, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:525:1: note: in expansion of macro ‘TRACE_EVENT’ 525 | TRACE_EVENT(xchk_incomplete, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_btree_op_error’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:544:1: note: in expansion of macro ‘TRACE_EVENT’ 544 | TRACE_EVENT(xchk_btree_op_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:544:1: note: in expansion of macro ‘TRACE_EVENT’ 544 | TRACE_EVENT(xchk_btree_op_error, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_ifork_btree_op_error’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:584:1: note: in expansion of macro ‘TRACE_EVENT’ 584 | TRACE_EVENT(xchk_ifork_btree_op_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:584:1: note: in expansion of macro ‘TRACE_EVENT’ 584 | TRACE_EVENT(xchk_ifork_btree_op_error, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_btree_error’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:629:1: note: in expansion of macro ‘TRACE_EVENT’ 629 | TRACE_EVENT(xchk_btree_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:629:1: note: in expansion of macro ‘TRACE_EVENT’ 629 | TRACE_EVENT(xchk_btree_error, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_ifork_btree_error’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:665:1: note: in expansion of macro ‘TRACE_EVENT’ 665 | TRACE_EVENT(xchk_ifork_btree_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:665:1: note: in expansion of macro ‘TRACE_EVENT’ 665 | TRACE_EVENT(xchk_ifork_btree_error, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_sbtree_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:707:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 707 | DECLARE_EVENT_CLASS(xchk_sbtree_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:707:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 707 | DECLARE_EVENT_CLASS(xchk_sbtree_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_xref_error’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:752:1: note: in expansion of macro ‘TRACE_EVENT’ 752 | TRACE_EVENT(xchk_xref_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:752:1: note: in expansion of macro ‘TRACE_EVENT’ 752 | TRACE_EVENT(xchk_xref_error, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_iallocbt_check_cluster’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:774:1: note: in expansion of macro ‘TRACE_EVENT’ 774 | TRACE_EVENT(xchk_iallocbt_check_cluster, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:774:1: note: in expansion of macro ‘TRACE_EVENT’ 774 | TRACE_EVENT(xchk_iallocbt_check_cluster, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_inode_is_allocated’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:819:1: note: in expansion of macro ‘TRACE_EVENT’ 819 | TRACE_EVENT(xchk_inode_is_allocated, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:819:1: note: in expansion of macro ‘TRACE_EVENT’ 819 | TRACE_EVENT(xchk_inode_is_allocated, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_fscounters_calc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:841:1: note: in expansion of macro ‘TRACE_EVENT’ 841 | TRACE_EVENT(xchk_fscounters_calc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:841:1: note: in expansion of macro ‘TRACE_EVENT’ 841 | TRACE_EVENT(xchk_fscounters_calc, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_fscounters_within_range’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:876:1: note: in expansion of macro ‘TRACE_EVENT’ 876 | TRACE_EVENT(xchk_fscounters_within_range, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:876:1: note: in expansion of macro ‘TRACE_EVENT’ 876 | TRACE_EVENT(xchk_fscounters_within_range, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_fsfreeze_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:899:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 899 | DECLARE_EVENT_CLASS(xchk_fsfreeze_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:899:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 899 | DECLARE_EVENT_CLASS(xchk_fsfreeze_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_refcount_incorrect’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:924:1: note: in expansion of macro ‘TRACE_EVENT’ 924 | TRACE_EVENT(xchk_refcount_incorrect, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:924:1: note: in expansion of macro ‘TRACE_EVENT’ 924 | TRACE_EVENT(xchk_refcount_incorrect, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xfile_create’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:956:1: note: in expansion of macro ‘TRACE_EVENT’ 956 | TRACE_EVENT(xfile_create, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:956:1: note: in expansion of macro ‘TRACE_EVENT’ 956 | TRACE_EVENT(xfile_create, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xfile_destroy’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:978:1: note: in expansion of macro ‘TRACE_EVENT’ 978 | TRACE_EVENT(xfile_destroy, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:978:1: note: in expansion of macro ‘TRACE_EVENT’ 978 | TRACE_EVENT(xfile_destroy, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xfile_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:999:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 999 | DECLARE_EVENT_CLASS(xfile_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:999:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 999 | DECLARE_EVENT_CLASS(xfile_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xfarray_create’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1036:1: note: in expansion of macro ‘TRACE_EVENT’ 1036 | TRACE_EVENT(xfarray_create, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1036:1: note: in expansion of macro ‘TRACE_EVENT’ 1036 | TRACE_EVENT(xfarray_create, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xfarray_isort’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1061:1: note: in expansion of macro ‘TRACE_EVENT’ 1061 | TRACE_EVENT(xfarray_isort, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1061:1: note: in expansion of macro ‘TRACE_EVENT’ 1061 | TRACE_EVENT(xfarray_isort, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xfarray_foliosort’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1081:1: note: in expansion of macro ‘TRACE_EVENT’ 1081 | TRACE_EVENT(xfarray_foliosort, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1081:1: note: in expansion of macro ‘TRACE_EVENT’ 1081 | TRACE_EVENT(xfarray_foliosort, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xfarray_qsort’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1101:1: note: in expansion of macro ‘TRACE_EVENT’ 1101 | TRACE_EVENT(xfarray_qsort, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1101:1: note: in expansion of macro ‘TRACE_EVENT’ 1101 | TRACE_EVENT(xfarray_qsort, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xfarray_sort’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1127:1: note: in expansion of macro ‘TRACE_EVENT’ 1127 | TRACE_EVENT(xfarray_sort, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1127:1: note: in expansion of macro ‘TRACE_EVENT’ 1127 | TRACE_EVENT(xfarray_sort, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xfarray_sort_scan’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1152:1: note: in expansion of macro ‘TRACE_EVENT’ 1152 | TRACE_EVENT(xfarray_sort_scan, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1152:1: note: in expansion of macro ‘TRACE_EVENT’ 1152 | TRACE_EVENT(xfarray_sort_scan, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xfarray_sort_stats’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1193:1: note: in expansion of macro ‘TRACE_EVENT’ 1193 | TRACE_EVENT(xfarray_sort_stats, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1193:1: note: in expansion of macro ‘TRACE_EVENT’ 1193 | TRACE_EVENT(xfarray_sort_stats, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_rtsum_record_free’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1239:1: note: in expansion of macro ‘TRACE_EVENT’ 1239 | TRACE_EVENT(xchk_rtsum_record_free, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1239:1: note: in expansion of macro ‘TRACE_EVENT’ 1239 | TRACE_EVENT(xchk_rtsum_record_free, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_iscan_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1273:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1273 | DECLARE_EVENT_CLASS(xchk_iscan_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1273:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1273 | DECLARE_EVENT_CLASS(xchk_iscan_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_iscan_ino_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1300:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1300 | DECLARE_EVENT_CLASS(xchk_iscan_ino_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1300:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1300 | DECLARE_EVENT_CLASS(xchk_iscan_ino_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_iscan_iget’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1331:1: note: in expansion of macro ‘TRACE_EVENT’ 1331 | TRACE_EVENT(xchk_iscan_iget, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1331:1: note: in expansion of macro ‘TRACE_EVENT’ 1331 | TRACE_EVENT(xchk_iscan_iget, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_iscan_iget_batch’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1353:1: note: in expansion of macro ‘TRACE_EVENT’ 1353 | TRACE_EVENT(xchk_iscan_iget_batch, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1353:1: note: in expansion of macro ‘TRACE_EVENT’ 1353 | TRACE_EVENT(xchk_iscan_iget_batch, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_iscan_retry_wait_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1388:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1388 | DECLARE_EVENT_CLASS(xchk_iscan_retry_wait_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1388:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1388 | DECLARE_EVENT_CLASS(xchk_iscan_retry_wait_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_nlinks_collect_dirent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1422:1: note: in expansion of macro ‘TRACE_EVENT’ 1422 | TRACE_EVENT(xchk_nlinks_collect_dirent, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1422:1: note: in expansion of macro ‘TRACE_EVENT’ 1422 | TRACE_EVENT(xchk_nlinks_collect_dirent, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_nlinks_collect_pptr’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1448:1: note: in expansion of macro ‘TRACE_EVENT’ 1448 | TRACE_EVENT(xchk_nlinks_collect_pptr, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1448:1: note: in expansion of macro ‘TRACE_EVENT’ 1448 | TRACE_EVENT(xchk_nlinks_collect_pptr, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_nlinks_collect_metafile’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1475:1: note: in expansion of macro ‘TRACE_EVENT’ 1475 | TRACE_EVENT(xchk_nlinks_collect_metafile, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1475:1: note: in expansion of macro ‘TRACE_EVENT’ 1475 | TRACE_EVENT(xchk_nlinks_collect_metafile, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_nlinks_live_update’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1491:1: note: in expansion of macro ‘TRACE_EVENT’ 1491 | TRACE_EVENT(xchk_nlinks_live_update, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1491:1: note: in expansion of macro ‘TRACE_EVENT’ 1491 | TRACE_EVENT(xchk_nlinks_live_update, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_nlinks_check_zero’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1523:1: note: in expansion of macro ‘TRACE_EVENT’ 1523 | TRACE_EVENT(xchk_nlinks_check_zero, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1523:1: note: in expansion of macro ‘TRACE_EVENT’ 1523 | TRACE_EVENT(xchk_nlinks_check_zero, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_nlinks_update_incore’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1549:1: note: in expansion of macro ‘TRACE_EVENT’ 1549 | TRACE_EVENT(xchk_nlinks_update_incore, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1549:1: note: in expansion of macro ‘TRACE_EVENT’ 1549 | TRACE_EVENT(xchk_nlinks_update_incore, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_nlinks_diff_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1585:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1585 | DECLARE_EVENT_CLASS(xchk_nlinks_diff_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1585:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1585 | DECLARE_EVENT_CLASS(xchk_nlinks_diff_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_pptr_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1623:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1623 | DECLARE_EVENT_CLASS(xchk_pptr_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1623:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1623 | DECLARE_EVENT_CLASS(xchk_pptr_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_dirtree_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1660:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1660 | DECLARE_EVENT_CLASS(xchk_dirtree_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1660:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1660 | DECLARE_EVENT_CLASS(xchk_dirtree_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_dirpath_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1704:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1704 | DECLARE_EVENT_CLASS(xchk_dirpath_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1704:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1704 | DECLARE_EVENT_CLASS(xchk_dirpath_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_dirpath_outcome_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1779:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1779 | DECLARE_EVENT_CLASS(xchk_dirpath_outcome_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1779:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1779 | DECLARE_EVENT_CLASS(xchk_dirpath_outcome_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_dirtree_evaluate_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1811:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1811 | DECLARE_EVENT_CLASS(xchk_dirtree_evaluate_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1811:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1811 | DECLARE_EVENT_CLASS(xchk_dirtree_evaluate_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_dirpath_changed’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1852:1: note: in expansion of macro ‘TRACE_EVENT’ 1852 | TRACE_EVENT(xchk_dirpath_changed, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1852:1: note: in expansion of macro ‘TRACE_EVENT’ 1852 | TRACE_EVENT(xchk_dirpath_changed, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_dirtree_live_update’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1885:1: note: in expansion of macro ‘TRACE_EVENT’ 1885 | TRACE_EVENT(xchk_dirtree_live_update, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1885:1: note: in expansion of macro ‘TRACE_EVENT’ 1885 | TRACE_EVENT(xchk_dirtree_live_update, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_extent_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1920:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1920 | DECLARE_EVENT_CLASS(xrep_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1920:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1920 | DECLARE_EVENT_CLASS(xrep_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_reap_find_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1951:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1951 | DECLARE_EVENT_CLASS(xrep_reap_find_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1951:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1951 | DECLARE_EVENT_CLASS(xrep_reap_find_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_rmap_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1984:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1984 | DECLARE_EVENT_CLASS(xrep_rmap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1984:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1984 | DECLARE_EVENT_CLASS(xrep_rmap_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_abt_found’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2025:1: note: in expansion of macro ‘TRACE_EVENT’ 2025 | TRACE_EVENT(xrep_abt_found, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2025:1: note: in expansion of macro ‘TRACE_EVENT’ 2025 | TRACE_EVENT(xrep_abt_found, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_ibt_found’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2048:1: note: in expansion of macro ‘TRACE_EVENT’ 2048 | TRACE_EVENT(xrep_ibt_found, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2048:1: note: in expansion of macro ‘TRACE_EVENT’ 2048 | TRACE_EVENT(xrep_ibt_found, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_refc_found’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2080:1: note: in expansion of macro ‘TRACE_EVENT’ 2080 | TRACE_EVENT(xrep_refc_found, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2080:1: note: in expansion of macro ‘TRACE_EVENT’ 2080 | TRACE_EVENT(xrep_refc_found, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_bmap_found’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2108:1: note: in expansion of macro ‘TRACE_EVENT’ 2108 | TRACE_EVENT(xrep_bmap_found, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2108:1: note: in expansion of macro ‘TRACE_EVENT’ 2108 | TRACE_EVENT(xrep_bmap_found, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_rmap_found’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2140:1: note: in expansion of macro ‘TRACE_EVENT’ 2140 | TRACE_EVENT(xrep_rmap_found, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2140:1: note: in expansion of macro ‘TRACE_EVENT’ 2140 | TRACE_EVENT(xrep_rmap_found, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_findroot_block’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2172:1: note: in expansion of macro ‘TRACE_EVENT’ 2172 | TRACE_EVENT(xrep_findroot_block, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2172:1: note: in expansion of macro ‘TRACE_EVENT’ 2172 | TRACE_EVENT(xrep_findroot_block, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_calc_ag_resblks’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2197:1: note: in expansion of macro ‘TRACE_EVENT’ 2197 | TRACE_EVENT(xrep_calc_ag_resblks, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2197:1: note: in expansion of macro ‘TRACE_EVENT’ 2197 | TRACE_EVENT(xrep_calc_ag_resblks, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_calc_ag_resblks_btsize’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2226:1: note: in expansion of macro ‘TRACE_EVENT’ 2226 | TRACE_EVENT(xrep_calc_ag_resblks_btsize, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2226:1: note: in expansion of macro ‘TRACE_EVENT’ 2226 | TRACE_EVENT(xrep_calc_ag_resblks_btsize, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_reset_counters’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2255:1: note: in expansion of macro ‘TRACE_EVENT’ 2255 | TRACE_EVENT(xrep_reset_counters, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2255:1: note: in expansion of macro ‘TRACE_EVENT’ 2255 | TRACE_EVENT(xrep_reset_counters, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_newbt_extent_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2280:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2280 | DECLARE_EVENT_CLASS(xrep_newbt_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2280:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2280 | DECLARE_EVENT_CLASS(xrep_newbt_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_dinode_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2317:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2317 | DECLARE_EVENT_CLASS(xrep_dinode_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2317:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2317 | DECLARE_EVENT_CLASS(xrep_dinode_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_inode_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2398:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2398 | DECLARE_EVENT_CLASS(xrep_inode_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2398:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2398 | DECLARE_EVENT_CLASS(xrep_inode_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_dinode_count_rmaps’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2450:1: note: in expansion of macro ‘TRACE_EVENT’ 2450 | TRACE_EVENT(xrep_dinode_count_rmaps, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2450:1: note: in expansion of macro ‘TRACE_EVENT’ 2450 | TRACE_EVENT(xrep_dinode_count_rmaps, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_dinode_findmode_dirent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2488:1: note: in expansion of macro ‘TRACE_EVENT’ 2488 | TRACE_EVENT(xrep_dinode_findmode_dirent, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2488:1: note: in expansion of macro ‘TRACE_EVENT’ 2488 | TRACE_EVENT(xrep_dinode_findmode_dirent, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_dinode_findmode_dirent_inval’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2511:1: note: in expansion of macro ‘TRACE_EVENT’ 2511 | TRACE_EVENT(xrep_dinode_findmode_dirent_inval, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2511:1: note: in expansion of macro ‘TRACE_EVENT’ 2511 | TRACE_EVENT(xrep_dinode_findmode_dirent_inval, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_cow_mark_file_range’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2537:1: note: in expansion of macro ‘TRACE_EVENT’ 2537 | TRACE_EVENT(xrep_cow_mark_file_range, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2537:1: note: in expansion of macro ‘TRACE_EVENT’ 2537 | TRACE_EVENT(xrep_cow_mark_file_range, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_cow_replace_mapping’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2563:1: note: in expansion of macro ‘TRACE_EVENT’ 2563 | TRACE_EVENT(xrep_cow_replace_mapping, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2563:1: note: in expansion of macro ‘TRACE_EVENT’ 2563 | TRACE_EVENT(xrep_cow_replace_mapping, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_cow_free_staging’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2598:1: note: in expansion of macro ‘TRACE_EVENT’ 2598 | TRACE_EVENT(xrep_cow_free_staging, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2598:1: note: in expansion of macro ‘TRACE_EVENT’ 2598 | TRACE_EVENT(xrep_cow_free_staging, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_dquot_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2622:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2622 | DECLARE_EVENT_CLASS(xrep_dquot_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2622:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2622 | DECLARE_EVENT_CLASS(xrep_dquot_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_rmap_live_update’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2654:1: note: in expansion of macro ‘TRACE_EVENT’ 2654 | TRACE_EVENT(xrep_rmap_live_update, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2654:1: note: in expansion of macro ‘TRACE_EVENT’ 2654 | TRACE_EVENT(xrep_rmap_live_update, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_tempfile_create’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2690:1: note: in expansion of macro ‘TRACE_EVENT’ 2690 | TRACE_EVENT(xrep_tempfile_create, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2690:1: note: in expansion of macro ‘TRACE_EVENT’ 2690 | TRACE_EVENT(xrep_tempfile_create, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_tempfile_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2723:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2723 | DECLARE_EVENT_CLASS(xrep_tempfile_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2723:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2723 | DECLARE_EVENT_CLASS(xrep_tempfile_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xreap_ifork_extent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2762:1: note: in expansion of macro ‘TRACE_EVENT’ 2762 | TRACE_EVENT(xreap_ifork_extent, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2762:1: note: in expansion of macro ‘TRACE_EVENT’ 2762 | TRACE_EVENT(xreap_ifork_extent, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xreap_bmapi_binval_scan’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2797:1: note: in expansion of macro ‘TRACE_EVENT’ 2797 | TRACE_EVENT(xreap_bmapi_binval_scan, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2797:1: note: in expansion of macro ‘TRACE_EVENT’ 2797 | TRACE_EVENT(xreap_bmapi_binval_scan, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_xattr_recover_leafblock’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2823:1: note: in expansion of macro ‘TRACE_EVENT’ 2823 | TRACE_EVENT(xrep_xattr_recover_leafblock, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2823:1: note: in expansion of macro ‘TRACE_EVENT’ 2823 | TRACE_EVENT(xrep_xattr_recover_leafblock, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_xattr_salvage_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2845:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2845 | DECLARE_EVENT_CLASS(xrep_xattr_salvage_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2845:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2845 | DECLARE_EVENT_CLASS(xrep_xattr_salvage_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_pptr_salvage_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2883:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2883 | DECLARE_EVENT_CLASS(xrep_pptr_salvage_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2883:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2883 | DECLARE_EVENT_CLASS(xrep_pptr_salvage_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_xattr_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2921:1: note: in expansion of macro ‘TRACE_EVENT’ 2921 | TRACE_EVENT(xrep_xattr_class, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2921:1: note: in expansion of macro ‘TRACE_EVENT’ 2921 | TRACE_EVENT(xrep_xattr_class, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_xattr_pptr_scan_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2947:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2947 | DECLARE_EVENT_CLASS(xrep_xattr_pptr_scan_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2947:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2947 | DECLARE_EVENT_CLASS(xrep_xattr_pptr_scan_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_dir_recover_dirblock’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2983:1: note: in expansion of macro ‘TRACE_EVENT’ 2983 | TRACE_EVENT(xrep_dir_recover_dirblock, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2983:1: note: in expansion of macro ‘TRACE_EVENT’ 2983 | TRACE_EVENT(xrep_dir_recover_dirblock, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_dir_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3009:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3009 | DECLARE_EVENT_CLASS(xrep_dir_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3009:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3009 | DECLARE_EVENT_CLASS(xrep_dir_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_dirent_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3035:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3035 | DECLARE_EVENT_CLASS(xrep_dirent_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3035:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3035 | DECLARE_EVENT_CLASS(xrep_dirent_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_adoption_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3075:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3075 | DECLARE_EVENT_CLASS(xrep_adoption_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3075:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3075 | DECLARE_EVENT_CLASS(xrep_adoption_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_parent_salvage_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3102:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3102 | DECLARE_EVENT_CLASS(xrep_parent_salvage_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3102:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3102 | DECLARE_EVENT_CLASS(xrep_parent_salvage_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_pptr_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3128:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3128 | DECLARE_EVENT_CLASS(xrep_pptr_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3128:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3128 | DECLARE_EVENT_CLASS(xrep_pptr_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_pptr_scan_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3166:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3166 | DECLARE_EVENT_CLASS(xrep_pptr_scan_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3166:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3166 | DECLARE_EVENT_CLASS(xrep_pptr_scan_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_nlinks_set_record’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3202:1: note: in expansion of macro ‘TRACE_EVENT’ 3202 | TRACE_EVENT(xrep_nlinks_set_record, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3202:1: note: in expansion of macro ‘TRACE_EVENT’ 3202 | TRACE_EVENT(xrep_nlinks_set_record, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_dentry_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3228:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3228 | DECLARE_EVENT_CLASS(xrep_dentry_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3228:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3228 | DECLARE_EVENT_CLASS(xrep_dentry_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_symlink_salvage_target’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3269:1: note: in expansion of macro ‘TRACE_EVENT’ 3269 | TRACE_EVENT(xrep_symlink_salvage_target, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3269:1: note: in expansion of macro ‘TRACE_EVENT’ 3269 | TRACE_EVENT(xrep_symlink_salvage_target, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_symlink_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3292:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3292 | DECLARE_EVENT_CLASS(xrep_symlink_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3292:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3292 | DECLARE_EVENT_CLASS(xrep_symlink_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_iunlink_visit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3315:1: note: in expansion of macro ‘TRACE_EVENT’ 3315 | TRACE_EVENT(xrep_iunlink_visit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3315:1: note: in expansion of macro ‘TRACE_EVENT’ 3315 | TRACE_EVENT(xrep_iunlink_visit, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_iunlink_reload_next’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3347:1: note: in expansion of macro ‘TRACE_EVENT’ 3347 | TRACE_EVENT(xrep_iunlink_reload_next, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3347:1: note: in expansion of macro ‘TRACE_EVENT’ 3347 | TRACE_EVENT(xrep_iunlink_reload_next, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_iunlink_reload_ondisk’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3379:1: note: in expansion of macro ‘TRACE_EVENT’ 3379 | TRACE_EVENT(xrep_iunlink_reload_ondisk, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3379:1: note: in expansion of macro ‘TRACE_EVENT’ 3379 | TRACE_EVENT(xrep_iunlink_reload_ondisk, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_iunlink_walk_ondisk_bucket’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3405:1: note: in expansion of macro ‘TRACE_EVENT’ 3405 | TRACE_EVENT(xrep_iunlink_walk_ondisk_bucket, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3405:1: note: in expansion of macro ‘TRACE_EVENT’ 3405 | TRACE_EVENT(xrep_iunlink_walk_ondisk_bucket, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_iunlink_resolve_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3431:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3431 | DECLARE_EVENT_CLASS(xrep_iunlink_resolve_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3431:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3431 | DECLARE_EVENT_CLASS(xrep_iunlink_resolve_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_iunlink_relink_next’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3466:1: note: in expansion of macro ‘TRACE_EVENT’ 3466 | TRACE_EVENT(xrep_iunlink_relink_next, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3466:1: note: in expansion of macro ‘TRACE_EVENT’ 3466 | TRACE_EVENT(xrep_iunlink_relink_next, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_iunlink_relink_prev’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3492:1: note: in expansion of macro ‘TRACE_EVENT’ 3492 | TRACE_EVENT(xrep_iunlink_relink_prev, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3492:1: note: in expansion of macro ‘TRACE_EVENT’ 3492 | TRACE_EVENT(xrep_iunlink_relink_prev, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_iunlink_add_to_bucket’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3518:1: note: in expansion of macro ‘TRACE_EVENT’ 3518 | TRACE_EVENT(xrep_iunlink_add_to_bucket, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3518:1: note: in expansion of macro ‘TRACE_EVENT’ 3518 | TRACE_EVENT(xrep_iunlink_add_to_bucket, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_iunlink_commit_bucket’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3544:1: note: in expansion of macro ‘TRACE_EVENT’ 3544 | TRACE_EVENT(xrep_iunlink_commit_bucket, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3544:1: note: in expansion of macro ‘TRACE_EVENT’ 3544 | TRACE_EVENT(xrep_iunlink_commit_bucket, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:137:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 137 | DECLARE_EVENT_CLASS(xchk_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:137:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 137 | DECLARE_EVENT_CLASS(xchk_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_fsgate_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:185:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 185 | DECLARE_EVENT_CLASS(xchk_fsgate_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:185:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 185 | DECLARE_EVENT_CLASS(xchk_fsgate_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_vector_head_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:212:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 212 | DECLARE_EVENT_CLASS(xchk_vector_head_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:212:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 212 | DECLARE_EVENT_CLASS(xchk_vector_head_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_vector_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:252:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 252 | DECLARE_EVENT_CLASS(xchk_vector_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:252:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 252 | DECLARE_EVENT_CLASS(xchk_vector_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_op_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:287:1: note: in expansion of macro ‘TRACE_EVENT’ 287 | TRACE_EVENT(xchk_op_error, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:287:1: note: in expansion of macro ‘TRACE_EVENT’ 287 | TRACE_EVENT(xchk_op_error, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_file_op_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ 316 | TRACE_EVENT(xchk_file_op_error, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ 316 | TRACE_EVENT(xchk_file_op_error, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_block_error_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:348:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 348 | DECLARE_EVENT_CLASS(xchk_block_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:348:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 348 | DECLARE_EVENT_CLASS(xchk_block_error_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_ino_error_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:383:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 383 | DECLARE_EVENT_CLASS(xchk_ino_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:383:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 383 | DECLARE_EVENT_CLASS(xchk_ino_error_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_fblock_error_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:415:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 415 | DECLARE_EVENT_CLASS(xchk_fblock_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:415:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 415 | DECLARE_EVENT_CLASS(xchk_fblock_error_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_dqiter_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:455:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 455 | DECLARE_EVENT_CLASS(xchk_dqiter_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:455:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 455 | DECLARE_EVENT_CLASS(xchk_dqiter_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_qcheck_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:501:1: note: in expansion of macro ‘TRACE_EVENT’ 501 | TRACE_EVENT(xchk_qcheck_error, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:501:1: note: in expansion of macro ‘TRACE_EVENT’ 501 | TRACE_EVENT(xchk_qcheck_error, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_incomplete’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:525:1: note: in expansion of macro ‘TRACE_EVENT’ 525 | TRACE_EVENT(xchk_incomplete, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:525:1: note: in expansion of macro ‘TRACE_EVENT’ 525 | TRACE_EVENT(xchk_incomplete, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_btree_op_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:544:1: note: in expansion of macro ‘TRACE_EVENT’ 544 | TRACE_EVENT(xchk_btree_op_error, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:544:1: note: in expansion of macro ‘TRACE_EVENT’ 544 | TRACE_EVENT(xchk_btree_op_error, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_ifork_btree_op_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:584:1: note: in expansion of macro ‘TRACE_EVENT’ 584 | TRACE_EVENT(xchk_ifork_btree_op_error, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:584:1: note: in expansion of macro ‘TRACE_EVENT’ 584 | TRACE_EVENT(xchk_ifork_btree_op_error, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_btree_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:629:1: note: in expansion of macro ‘TRACE_EVENT’ 629 | TRACE_EVENT(xchk_btree_error, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:629:1: note: in expansion of macro ‘TRACE_EVENT’ 629 | TRACE_EVENT(xchk_btree_error, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_ifork_btree_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:665:1: note: in expansion of macro ‘TRACE_EVENT’ 665 | TRACE_EVENT(xchk_ifork_btree_error, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:665:1: note: in expansion of macro ‘TRACE_EVENT’ 665 | TRACE_EVENT(xchk_ifork_btree_error, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_sbtree_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:707:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 707 | DECLARE_EVENT_CLASS(xchk_sbtree_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:707:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 707 | DECLARE_EVENT_CLASS(xchk_sbtree_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_xref_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:752:1: note: in expansion of macro ‘TRACE_EVENT’ 752 | TRACE_EVENT(xchk_xref_error, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:752:1: note: in expansion of macro ‘TRACE_EVENT’ 752 | TRACE_EVENT(xchk_xref_error, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_iallocbt_check_cluster’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:774:1: note: in expansion of macro ‘TRACE_EVENT’ 774 | TRACE_EVENT(xchk_iallocbt_check_cluster, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:774:1: note: in expansion of macro ‘TRACE_EVENT’ 774 | TRACE_EVENT(xchk_iallocbt_check_cluster, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_inode_is_allocated’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:819:1: note: in expansion of macro ‘TRACE_EVENT’ 819 | TRACE_EVENT(xchk_inode_is_allocated, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:819:1: note: in expansion of macro ‘TRACE_EVENT’ 819 | TRACE_EVENT(xchk_inode_is_allocated, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_fscounters_calc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:841:1: note: in expansion of macro ‘TRACE_EVENT’ 841 | TRACE_EVENT(xchk_fscounters_calc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:841:1: note: in expansion of macro ‘TRACE_EVENT’ 841 | TRACE_EVENT(xchk_fscounters_calc, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_fscounters_within_range’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:876:1: note: in expansion of macro ‘TRACE_EVENT’ 876 | TRACE_EVENT(xchk_fscounters_within_range, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:876:1: note: in expansion of macro ‘TRACE_EVENT’ 876 | TRACE_EVENT(xchk_fscounters_within_range, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_fsfreeze_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:899:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 899 | DECLARE_EVENT_CLASS(xchk_fsfreeze_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:899:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 899 | DECLARE_EVENT_CLASS(xchk_fsfreeze_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_refcount_incorrect’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:924:1: note: in expansion of macro ‘TRACE_EVENT’ 924 | TRACE_EVENT(xchk_refcount_incorrect, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:924:1: note: in expansion of macro ‘TRACE_EVENT’ 924 | TRACE_EVENT(xchk_refcount_incorrect, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xfile_create’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:956:1: note: in expansion of macro ‘TRACE_EVENT’ 956 | TRACE_EVENT(xfile_create, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:956:1: note: in expansion of macro ‘TRACE_EVENT’ 956 | TRACE_EVENT(xfile_create, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xfile_destroy’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:978:1: note: in expansion of macro ‘TRACE_EVENT’ 978 | TRACE_EVENT(xfile_destroy, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:978:1: note: in expansion of macro ‘TRACE_EVENT’ 978 | TRACE_EVENT(xfile_destroy, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xfile_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:999:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 999 | DECLARE_EVENT_CLASS(xfile_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:999:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 999 | DECLARE_EVENT_CLASS(xfile_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xfarray_create’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1036:1: note: in expansion of macro ‘TRACE_EVENT’ 1036 | TRACE_EVENT(xfarray_create, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1036:1: note: in expansion of macro ‘TRACE_EVENT’ 1036 | TRACE_EVENT(xfarray_create, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xfarray_isort’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1061:1: note: in expansion of macro ‘TRACE_EVENT’ 1061 | TRACE_EVENT(xfarray_isort, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1061:1: note: in expansion of macro ‘TRACE_EVENT’ 1061 | TRACE_EVENT(xfarray_isort, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xfarray_foliosort’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1081:1: note: in expansion of macro ‘TRACE_EVENT’ 1081 | TRACE_EVENT(xfarray_foliosort, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1081:1: note: in expansion of macro ‘TRACE_EVENT’ 1081 | TRACE_EVENT(xfarray_foliosort, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xfarray_qsort’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1101:1: note: in expansion of macro ‘TRACE_EVENT’ 1101 | TRACE_EVENT(xfarray_qsort, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1101:1: note: in expansion of macro ‘TRACE_EVENT’ 1101 | TRACE_EVENT(xfarray_qsort, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xfarray_sort’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1127:1: note: in expansion of macro ‘TRACE_EVENT’ 1127 | TRACE_EVENT(xfarray_sort, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1127:1: note: in expansion of macro ‘TRACE_EVENT’ 1127 | TRACE_EVENT(xfarray_sort, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xfarray_sort_scan’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1152:1: note: in expansion of macro ‘TRACE_EVENT’ 1152 | TRACE_EVENT(xfarray_sort_scan, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1152:1: note: in expansion of macro ‘TRACE_EVENT’ 1152 | TRACE_EVENT(xfarray_sort_scan, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xfarray_sort_stats’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1193:1: note: in expansion of macro ‘TRACE_EVENT’ 1193 | TRACE_EVENT(xfarray_sort_stats, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1193:1: note: in expansion of macro ‘TRACE_EVENT’ 1193 | TRACE_EVENT(xfarray_sort_stats, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_rtsum_record_free’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1239:1: note: in expansion of macro ‘TRACE_EVENT’ 1239 | TRACE_EVENT(xchk_rtsum_record_free, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1239:1: note: in expansion of macro ‘TRACE_EVENT’ 1239 | TRACE_EVENT(xchk_rtsum_record_free, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_iscan_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1273:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1273 | DECLARE_EVENT_CLASS(xchk_iscan_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1273:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1273 | DECLARE_EVENT_CLASS(xchk_iscan_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_iscan_ino_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1300:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1300 | DECLARE_EVENT_CLASS(xchk_iscan_ino_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1300:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1300 | DECLARE_EVENT_CLASS(xchk_iscan_ino_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_iscan_iget’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1331:1: note: in expansion of macro ‘TRACE_EVENT’ 1331 | TRACE_EVENT(xchk_iscan_iget, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1331:1: note: in expansion of macro ‘TRACE_EVENT’ 1331 | TRACE_EVENT(xchk_iscan_iget, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_iscan_iget_batch’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1353:1: note: in expansion of macro ‘TRACE_EVENT’ 1353 | TRACE_EVENT(xchk_iscan_iget_batch, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1353:1: note: in expansion of macro ‘TRACE_EVENT’ 1353 | TRACE_EVENT(xchk_iscan_iget_batch, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_iscan_retry_wait_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1388:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1388 | DECLARE_EVENT_CLASS(xchk_iscan_retry_wait_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1388:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1388 | DECLARE_EVENT_CLASS(xchk_iscan_retry_wait_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_nlinks_collect_dirent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1422:1: note: in expansion of macro ‘TRACE_EVENT’ 1422 | TRACE_EVENT(xchk_nlinks_collect_dirent, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1422:1: note: in expansion of macro ‘TRACE_EVENT’ 1422 | TRACE_EVENT(xchk_nlinks_collect_dirent, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_nlinks_collect_pptr’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1448:1: note: in expansion of macro ‘TRACE_EVENT’ 1448 | TRACE_EVENT(xchk_nlinks_collect_pptr, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1448:1: note: in expansion of macro ‘TRACE_EVENT’ 1448 | TRACE_EVENT(xchk_nlinks_collect_pptr, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_nlinks_collect_metafile’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1475:1: note: in expansion of macro ‘TRACE_EVENT’ 1475 | TRACE_EVENT(xchk_nlinks_collect_metafile, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1475:1: note: in expansion of macro ‘TRACE_EVENT’ 1475 | TRACE_EVENT(xchk_nlinks_collect_metafile, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_nlinks_live_update’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1491:1: note: in expansion of macro ‘TRACE_EVENT’ 1491 | TRACE_EVENT(xchk_nlinks_live_update, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1491:1: note: in expansion of macro ‘TRACE_EVENT’ 1491 | TRACE_EVENT(xchk_nlinks_live_update, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_nlinks_check_zero’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1523:1: note: in expansion of macro ‘TRACE_EVENT’ 1523 | TRACE_EVENT(xchk_nlinks_check_zero, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1523:1: note: in expansion of macro ‘TRACE_EVENT’ 1523 | TRACE_EVENT(xchk_nlinks_check_zero, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_nlinks_update_incore’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1549:1: note: in expansion of macro ‘TRACE_EVENT’ 1549 | TRACE_EVENT(xchk_nlinks_update_incore, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1549:1: note: in expansion of macro ‘TRACE_EVENT’ 1549 | TRACE_EVENT(xchk_nlinks_update_incore, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_nlinks_diff_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1585:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1585 | DECLARE_EVENT_CLASS(xchk_nlinks_diff_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1585:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1585 | DECLARE_EVENT_CLASS(xchk_nlinks_diff_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_pptr_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1623:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1623 | DECLARE_EVENT_CLASS(xchk_pptr_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1623:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1623 | DECLARE_EVENT_CLASS(xchk_pptr_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_dirtree_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1660:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1660 | DECLARE_EVENT_CLASS(xchk_dirtree_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1660:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1660 | DECLARE_EVENT_CLASS(xchk_dirtree_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_dirpath_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1704:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1704 | DECLARE_EVENT_CLASS(xchk_dirpath_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1704:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1704 | DECLARE_EVENT_CLASS(xchk_dirpath_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_dirpath_outcome_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1779:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1779 | DECLARE_EVENT_CLASS(xchk_dirpath_outcome_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1779:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1779 | DECLARE_EVENT_CLASS(xchk_dirpath_outcome_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_dirtree_evaluate_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1811:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1811 | DECLARE_EVENT_CLASS(xchk_dirtree_evaluate_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1811:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1811 | DECLARE_EVENT_CLASS(xchk_dirtree_evaluate_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_dirpath_changed’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1852:1: note: in expansion of macro ‘TRACE_EVENT’ 1852 | TRACE_EVENT(xchk_dirpath_changed, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1852:1: note: in expansion of macro ‘TRACE_EVENT’ 1852 | TRACE_EVENT(xchk_dirpath_changed, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_dirtree_live_update’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1885:1: note: in expansion of macro ‘TRACE_EVENT’ 1885 | TRACE_EVENT(xchk_dirtree_live_update, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1885:1: note: in expansion of macro ‘TRACE_EVENT’ 1885 | TRACE_EVENT(xchk_dirtree_live_update, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_extent_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1920:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1920 | DECLARE_EVENT_CLASS(xrep_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1920:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1920 | DECLARE_EVENT_CLASS(xrep_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_reap_find_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1951:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1951 | DECLARE_EVENT_CLASS(xrep_reap_find_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1951:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1951 | DECLARE_EVENT_CLASS(xrep_reap_find_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_rmap_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1984:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1984 | DECLARE_EVENT_CLASS(xrep_rmap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1984:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1984 | DECLARE_EVENT_CLASS(xrep_rmap_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_abt_found’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2025:1: note: in expansion of macro ‘TRACE_EVENT’ 2025 | TRACE_EVENT(xrep_abt_found, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2025:1: note: in expansion of macro ‘TRACE_EVENT’ 2025 | TRACE_EVENT(xrep_abt_found, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_ibt_found’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2048:1: note: in expansion of macro ‘TRACE_EVENT’ 2048 | TRACE_EVENT(xrep_ibt_found, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2048:1: note: in expansion of macro ‘TRACE_EVENT’ 2048 | TRACE_EVENT(xrep_ibt_found, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_refc_found’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2080:1: note: in expansion of macro ‘TRACE_EVENT’ 2080 | TRACE_EVENT(xrep_refc_found, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2080:1: note: in expansion of macro ‘TRACE_EVENT’ 2080 | TRACE_EVENT(xrep_refc_found, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_bmap_found’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2108:1: note: in expansion of macro ‘TRACE_EVENT’ 2108 | TRACE_EVENT(xrep_bmap_found, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2108:1: note: in expansion of macro ‘TRACE_EVENT’ 2108 | TRACE_EVENT(xrep_bmap_found, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_rmap_found’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2140:1: note: in expansion of macro ‘TRACE_EVENT’ 2140 | TRACE_EVENT(xrep_rmap_found, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2140:1: note: in expansion of macro ‘TRACE_EVENT’ 2140 | TRACE_EVENT(xrep_rmap_found, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_findroot_block’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2172:1: note: in expansion of macro ‘TRACE_EVENT’ 2172 | TRACE_EVENT(xrep_findroot_block, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2172:1: note: in expansion of macro ‘TRACE_EVENT’ 2172 | TRACE_EVENT(xrep_findroot_block, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_calc_ag_resblks’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2197:1: note: in expansion of macro ‘TRACE_EVENT’ 2197 | TRACE_EVENT(xrep_calc_ag_resblks, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2197:1: note: in expansion of macro ‘TRACE_EVENT’ 2197 | TRACE_EVENT(xrep_calc_ag_resblks, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_calc_ag_resblks_btsize’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2226:1: note: in expansion of macro ‘TRACE_EVENT’ 2226 | TRACE_EVENT(xrep_calc_ag_resblks_btsize, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2226:1: note: in expansion of macro ‘TRACE_EVENT’ 2226 | TRACE_EVENT(xrep_calc_ag_resblks_btsize, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_reset_counters’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2255:1: note: in expansion of macro ‘TRACE_EVENT’ 2255 | TRACE_EVENT(xrep_reset_counters, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2255:1: note: in expansion of macro ‘TRACE_EVENT’ 2255 | TRACE_EVENT(xrep_reset_counters, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_newbt_extent_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2280:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2280 | DECLARE_EVENT_CLASS(xrep_newbt_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2280:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2280 | DECLARE_EVENT_CLASS(xrep_newbt_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_dinode_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2317:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2317 | DECLARE_EVENT_CLASS(xrep_dinode_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2317:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2317 | DECLARE_EVENT_CLASS(xrep_dinode_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_inode_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2398:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2398 | DECLARE_EVENT_CLASS(xrep_inode_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2398:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2398 | DECLARE_EVENT_CLASS(xrep_inode_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_dinode_count_rmaps’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2450:1: note: in expansion of macro ‘TRACE_EVENT’ 2450 | TRACE_EVENT(xrep_dinode_count_rmaps, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2450:1: note: in expansion of macro ‘TRACE_EVENT’ 2450 | TRACE_EVENT(xrep_dinode_count_rmaps, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_dinode_findmode_dirent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2488:1: note: in expansion of macro ‘TRACE_EVENT’ 2488 | TRACE_EVENT(xrep_dinode_findmode_dirent, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2488:1: note: in expansion of macro ‘TRACE_EVENT’ 2488 | TRACE_EVENT(xrep_dinode_findmode_dirent, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_dinode_findmode_dirent_inval’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2511:1: note: in expansion of macro ‘TRACE_EVENT’ 2511 | TRACE_EVENT(xrep_dinode_findmode_dirent_inval, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2511:1: note: in expansion of macro ‘TRACE_EVENT’ 2511 | TRACE_EVENT(xrep_dinode_findmode_dirent_inval, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_cow_mark_file_range’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2537:1: note: in expansion of macro ‘TRACE_EVENT’ 2537 | TRACE_EVENT(xrep_cow_mark_file_range, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2537:1: note: in expansion of macro ‘TRACE_EVENT’ 2537 | TRACE_EVENT(xrep_cow_mark_file_range, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_cow_replace_mapping’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2563:1: note: in expansion of macro ‘TRACE_EVENT’ 2563 | TRACE_EVENT(xrep_cow_replace_mapping, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2563:1: note: in expansion of macro ‘TRACE_EVENT’ 2563 | TRACE_EVENT(xrep_cow_replace_mapping, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_cow_free_staging’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2598:1: note: in expansion of macro ‘TRACE_EVENT’ 2598 | TRACE_EVENT(xrep_cow_free_staging, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2598:1: note: in expansion of macro ‘TRACE_EVENT’ 2598 | TRACE_EVENT(xrep_cow_free_staging, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_dquot_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2622:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2622 | DECLARE_EVENT_CLASS(xrep_dquot_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2622:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2622 | DECLARE_EVENT_CLASS(xrep_dquot_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_rmap_live_update’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2654:1: note: in expansion of macro ‘TRACE_EVENT’ 2654 | TRACE_EVENT(xrep_rmap_live_update, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2654:1: note: in expansion of macro ‘TRACE_EVENT’ 2654 | TRACE_EVENT(xrep_rmap_live_update, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_tempfile_create’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2690:1: note: in expansion of macro ‘TRACE_EVENT’ 2690 | TRACE_EVENT(xrep_tempfile_create, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2690:1: note: in expansion of macro ‘TRACE_EVENT’ 2690 | TRACE_EVENT(xrep_tempfile_create, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_tempfile_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2723:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2723 | DECLARE_EVENT_CLASS(xrep_tempfile_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2723:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2723 | DECLARE_EVENT_CLASS(xrep_tempfile_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xreap_ifork_extent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2762:1: note: in expansion of macro ‘TRACE_EVENT’ 2762 | TRACE_EVENT(xreap_ifork_extent, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2762:1: note: in expansion of macro ‘TRACE_EVENT’ 2762 | TRACE_EVENT(xreap_ifork_extent, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xreap_bmapi_binval_scan’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2797:1: note: in expansion of macro ‘TRACE_EVENT’ 2797 | TRACE_EVENT(xreap_bmapi_binval_scan, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2797:1: note: in expansion of macro ‘TRACE_EVENT’ 2797 | TRACE_EVENT(xreap_bmapi_binval_scan, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_xattr_recover_leafblock’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2823:1: note: in expansion of macro ‘TRACE_EVENT’ 2823 | TRACE_EVENT(xrep_xattr_recover_leafblock, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2823:1: note: in expansion of macro ‘TRACE_EVENT’ 2823 | TRACE_EVENT(xrep_xattr_recover_leafblock, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_xattr_salvage_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2845:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2845 | DECLARE_EVENT_CLASS(xrep_xattr_salvage_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2845:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2845 | DECLARE_EVENT_CLASS(xrep_xattr_salvage_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_pptr_salvage_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2883:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2883 | DECLARE_EVENT_CLASS(xrep_pptr_salvage_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2883:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2883 | DECLARE_EVENT_CLASS(xrep_pptr_salvage_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_xattr_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2921:1: note: in expansion of macro ‘TRACE_EVENT’ 2921 | TRACE_EVENT(xrep_xattr_class, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2921:1: note: in expansion of macro ‘TRACE_EVENT’ 2921 | TRACE_EVENT(xrep_xattr_class, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_xattr_pptr_scan_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2947:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2947 | DECLARE_EVENT_CLASS(xrep_xattr_pptr_scan_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2947:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2947 | DECLARE_EVENT_CLASS(xrep_xattr_pptr_scan_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_dir_recover_dirblock’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2983:1: note: in expansion of macro ‘TRACE_EVENT’ 2983 | TRACE_EVENT(xrep_dir_recover_dirblock, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2983:1: note: in expansion of macro ‘TRACE_EVENT’ 2983 | TRACE_EVENT(xrep_dir_recover_dirblock, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_dir_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3009:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3009 | DECLARE_EVENT_CLASS(xrep_dir_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3009:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3009 | DECLARE_EVENT_CLASS(xrep_dir_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_dirent_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3035:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3035 | DECLARE_EVENT_CLASS(xrep_dirent_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3035:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3035 | DECLARE_EVENT_CLASS(xrep_dirent_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_adoption_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3075:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3075 | DECLARE_EVENT_CLASS(xrep_adoption_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3075:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3075 | DECLARE_EVENT_CLASS(xrep_adoption_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_parent_salvage_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3102:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3102 | DECLARE_EVENT_CLASS(xrep_parent_salvage_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3102:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3102 | DECLARE_EVENT_CLASS(xrep_parent_salvage_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_pptr_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3128:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3128 | DECLARE_EVENT_CLASS(xrep_pptr_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3128:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3128 | DECLARE_EVENT_CLASS(xrep_pptr_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_pptr_scan_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3166:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3166 | DECLARE_EVENT_CLASS(xrep_pptr_scan_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3166:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3166 | DECLARE_EVENT_CLASS(xrep_pptr_scan_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_nlinks_set_record’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3202:1: note: in expansion of macro ‘TRACE_EVENT’ 3202 | TRACE_EVENT(xrep_nlinks_set_record, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3202:1: note: in expansion of macro ‘TRACE_EVENT’ 3202 | TRACE_EVENT(xrep_nlinks_set_record, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_dentry_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3228:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3228 | DECLARE_EVENT_CLASS(xrep_dentry_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3228:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3228 | DECLARE_EVENT_CLASS(xrep_dentry_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_symlink_salvage_target’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3269:1: note: in expansion of macro ‘TRACE_EVENT’ 3269 | TRACE_EVENT(xrep_symlink_salvage_target, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3269:1: note: in expansion of macro ‘TRACE_EVENT’ 3269 | TRACE_EVENT(xrep_symlink_salvage_target, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_symlink_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3292:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3292 | DECLARE_EVENT_CLASS(xrep_symlink_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3292:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3292 | DECLARE_EVENT_CLASS(xrep_symlink_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_iunlink_visit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3315:1: note: in expansion of macro ‘TRACE_EVENT’ 3315 | TRACE_EVENT(xrep_iunlink_visit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3315:1: note: in expansion of macro ‘TRACE_EVENT’ 3315 | TRACE_EVENT(xrep_iunlink_visit, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_iunlink_reload_next’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3347:1: note: in expansion of macro ‘TRACE_EVENT’ 3347 | TRACE_EVENT(xrep_iunlink_reload_next, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3347:1: note: in expansion of macro ‘TRACE_EVENT’ 3347 | TRACE_EVENT(xrep_iunlink_reload_next, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_iunlink_reload_ondisk’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3379:1: note: in expansion of macro ‘TRACE_EVENT’ 3379 | TRACE_EVENT(xrep_iunlink_reload_ondisk, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3379:1: note: in expansion of macro ‘TRACE_EVENT’ 3379 | TRACE_EVENT(xrep_iunlink_reload_ondisk, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_iunlink_walk_ondisk_bucket’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3405:1: note: in expansion of macro ‘TRACE_EVENT’ 3405 | TRACE_EVENT(xrep_iunlink_walk_ondisk_bucket, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3405:1: note: in expansion of macro ‘TRACE_EVENT’ 3405 | TRACE_EVENT(xrep_iunlink_walk_ondisk_bucket, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_iunlink_resolve_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3431:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3431 | DECLARE_EVENT_CLASS(xrep_iunlink_resolve_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3431:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3431 | DECLARE_EVENT_CLASS(xrep_iunlink_resolve_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_iunlink_relink_next’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3466:1: note: in expansion of macro ‘TRACE_EVENT’ 3466 | TRACE_EVENT(xrep_iunlink_relink_next, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3466:1: note: in expansion of macro ‘TRACE_EVENT’ 3466 | TRACE_EVENT(xrep_iunlink_relink_next, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_iunlink_relink_prev’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3492:1: note: in expansion of macro ‘TRACE_EVENT’ 3492 | TRACE_EVENT(xrep_iunlink_relink_prev, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3492:1: note: in expansion of macro ‘TRACE_EVENT’ 3492 | TRACE_EVENT(xrep_iunlink_relink_prev, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_iunlink_add_to_bucket’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3518:1: note: in expansion of macro ‘TRACE_EVENT’ 3518 | TRACE_EVENT(xrep_iunlink_add_to_bucket, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3518:1: note: in expansion of macro ‘TRACE_EVENT’ 3518 | TRACE_EVENT(xrep_iunlink_add_to_bucket, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_iunlink_commit_bucket’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3544:1: note: in expansion of macro ‘TRACE_EVENT’ 3544 | TRACE_EVENT(xrep_iunlink_commit_bucket, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3544:1: note: in expansion of macro ‘TRACE_EVENT’ 3544 | TRACE_EVENT(xrep_iunlink_commit_bucket, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: fs/xfs/scrub/trace.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../fs/xfs/xfs_trace.h:5285, from ../fs/xfs/xfs_trace.c:53: ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_attr_list_class’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 103 | DECLARE_EVENT_CLASS(xfs_attr_list_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 103 | DECLARE_EVENT_CLASS(xfs_attr_list_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 103 | DECLARE_EVENT_CLASS(xfs_attr_list_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 103 | DECLARE_EVENT_CLASS(xfs_attr_list_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 103 | DECLARE_EVENT_CLASS(xfs_attr_list_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xlog_intent_recovery_failed’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:163:1: note: in expansion of macro ‘TRACE_EVENT’ 163 | TRACE_EVENT(xlog_intent_recovery_failed, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:163:1: note: in expansion of macro ‘TRACE_EVENT’ 163 | TRACE_EVENT(xlog_intent_recovery_failed, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_perag_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:183:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 183 | DECLARE_EVENT_CLASS(xfs_perag_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:183:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 183 | DECLARE_EVENT_CLASS(xfs_perag_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_inodegc_worker’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:222:1: note: in expansion of macro ‘TRACE_EVENT’ 222 | TRACE_EVENT(xfs_inodegc_worker, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:222:1: note: in expansion of macro ‘TRACE_EVENT’ 222 | TRACE_EVENT(xfs_inodegc_worker, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_fs_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:238:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 238 | DECLARE_EVENT_CLASS(xfs_fs_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:238:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 238 | DECLARE_EVENT_CLASS(xfs_fs_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_inodegc_shrinker_scan’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:281:1: note: in expansion of macro ‘TRACE_EVENT’ 281 | TRACE_EVENT(xfs_inodegc_shrinker_scan, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:281:1: note: in expansion of macro ‘TRACE_EVENT’ 281 | TRACE_EVENT(xfs_inodegc_shrinker_scan, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_ag_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:301:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 301 | DECLARE_EVENT_CLASS(xfs_ag_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:301:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 301 | DECLARE_EVENT_CLASS(xfs_ag_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_attr_list_node_descend’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ 326 | TRACE_EVENT(xfs_attr_list_node_descend, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ 326 | TRACE_EVENT(xfs_attr_list_node_descend, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_bmap_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:378:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 378 | DECLARE_EVENT_CLASS(xfs_bmap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:378:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 378 | DECLARE_EVENT_CLASS(xfs_bmap_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_buf_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:437:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 437 | DECLARE_EVENT_CLASS(xfs_buf_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:437:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 437 | DECLARE_EVENT_CLASS(xfs_buf_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_buf_flags_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:508:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 508 | DECLARE_EVENT_CLASS(xfs_buf_flags_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:508:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 508 | DECLARE_EVENT_CLASS(xfs_buf_flags_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_buf_ioerror’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:551:1: note: in expansion of macro ‘TRACE_EVENT’ 551 | TRACE_EVENT(xfs_buf_ioerror, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:551:1: note: in expansion of macro ‘TRACE_EVENT’ 551 | TRACE_EVENT(xfs_buf_ioerror, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_buf_item_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:589:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 589 | DECLARE_EVENT_CLASS(xfs_buf_item_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:589:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 589 | DECLARE_EVENT_CLASS(xfs_buf_item_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_filestream_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:664:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 664 | DECLARE_EVENT_CLASS(xfs_filestream_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:664:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 664 | DECLARE_EVENT_CLASS(xfs_filestream_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_filestream_pick’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:693:1: note: in expansion of macro ‘TRACE_EVENT’ 693 | TRACE_EVENT(xfs_filestream_pick, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:693:1: note: in expansion of macro ‘TRACE_EVENT’ 693 | TRACE_EVENT(xfs_filestream_pick, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_lock_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:723:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 723 | DECLARE_EVENT_CLASS(xfs_lock_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:723:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 723 | DECLARE_EVENT_CLASS(xfs_lock_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_inode_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:756:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 756 | DECLARE_EVENT_CLASS(xfs_inode_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:756:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 756 | DECLARE_EVENT_CLASS(xfs_inode_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_filemap_fault’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:830:1: note: in expansion of macro ‘TRACE_EVENT’ 830 | TRACE_EVENT(xfs_filemap_fault, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:830:1: note: in expansion of macro ‘TRACE_EVENT’ 830 | TRACE_EVENT(xfs_filemap_fault, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_iref_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:852:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 852 | DECLARE_EVENT_CLASS(xfs_iref_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:852:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 852 | DECLARE_EVENT_CLASS(xfs_iref_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_iomap_prealloc_size’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:877:1: note: in expansion of macro ‘TRACE_EVENT’ 877 | TRACE_EVENT(xfs_iomap_prealloc_size, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:877:1: note: in expansion of macro ‘TRACE_EVENT’ 877 | TRACE_EVENT(xfs_iomap_prealloc_size, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_irec_merge_pre’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:901:1: note: in expansion of macro ‘TRACE_EVENT’ 901 | TRACE_EVENT(xfs_irec_merge_pre, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:901:1: note: in expansion of macro ‘TRACE_EVENT’ 901 | TRACE_EVENT(xfs_irec_merge_pre, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_irec_merge_post’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:930:1: note: in expansion of macro ‘TRACE_EVENT’ 930 | TRACE_EVENT(xfs_irec_merge_post, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:930:1: note: in expansion of macro ‘TRACE_EVENT’ 930 | TRACE_EVENT(xfs_irec_merge_post, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_namespace_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:963:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 963 | DECLARE_EVENT_CLASS(xfs_namespace_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:963:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 963 | DECLARE_EVENT_CLASS(xfs_namespace_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_rename’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:995:1: note: in expansion of macro ‘TRACE_EVENT’ 995 | TRACE_EVENT(xfs_rename, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:995:1: note: in expansion of macro ‘TRACE_EVENT’ 995 | TRACE_EVENT(xfs_rename, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_dquot_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1029:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1029 | DECLARE_EVENT_CLASS(xfs_dquot_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1029:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1029 | DECLARE_EVENT_CLASS(xfs_dquot_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_trans_mod_dquot’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1127:1: note: in expansion of macro ‘TRACE_EVENT’ 1127 | TRACE_EVENT(xfs_trans_mod_dquot, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1127:1: note: in expansion of macro ‘TRACE_EVENT’ 1127 | TRACE_EVENT(xfs_trans_mod_dquot, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_dqtrx_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1156 | DECLARE_EVENT_CLASS(xfs_dqtrx_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1156 | DECLARE_EVENT_CLASS(xfs_dqtrx_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_loggrant_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1228:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1228 | DECLARE_EVENT_CLASS(xfs_loggrant_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1228:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1228 | DECLARE_EVENT_CLASS(xfs_loggrant_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_log_item_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1312:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1312 | DECLARE_EVENT_CLASS(xfs_log_item_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1312:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1312 | DECLARE_EVENT_CLASS(xfs_log_item_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_log_force’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1337:1: note: in expansion of macro ‘TRACE_EVENT’ 1337 | TRACE_EVENT(xfs_log_force, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1337:1: note: in expansion of macro ‘TRACE_EVENT’ 1337 | TRACE_EVENT(xfs_log_force, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_ail_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1367:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1367 | DECLARE_EVENT_CLASS(xfs_ail_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1367:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1367 | DECLARE_EVENT_CLASS(xfs_ail_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_log_assign_tail_lsn’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1403:1: note: in expansion of macro ‘TRACE_EVENT’ 1403 | TRACE_EVENT(xfs_log_assign_tail_lsn, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1403:1: note: in expansion of macro ‘TRACE_EVENT’ 1403 | TRACE_EVENT(xfs_log_assign_tail_lsn, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_file_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1425:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1425 | DECLARE_EVENT_CLASS(xfs_file_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1425:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1425 | DECLARE_EVENT_CLASS(xfs_file_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_imap_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1462:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1462 | DECLARE_EVENT_CLASS(xfs_imap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1462:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1462 | DECLARE_EVENT_CLASS(xfs_imap_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_simple_io_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1511:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1511 | DECLARE_EVENT_CLASS(xfs_simple_io_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1511:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1511 | DECLARE_EVENT_CLASS(xfs_simple_io_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_itrunc_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1553:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1553 | DECLARE_EVENT_CLASS(xfs_itrunc_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1553:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1553 | DECLARE_EVENT_CLASS(xfs_itrunc_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_pagecache_inval’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1582:1: note: in expansion of macro ‘TRACE_EVENT’ 1582 | TRACE_EVENT(xfs_pagecache_inval, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1582:1: note: in expansion of macro ‘TRACE_EVENT’ 1582 | TRACE_EVENT(xfs_pagecache_inval, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_bunmap’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1607:1: note: in expansion of macro ‘TRACE_EVENT’ 1607 | TRACE_EVENT(xfs_bunmap, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1607:1: note: in expansion of macro ‘TRACE_EVENT’ 1607 | TRACE_EVENT(xfs_bunmap, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_extent_busy_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1641:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1641 | DECLARE_EVENT_CLASS(xfs_extent_busy_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1641:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1641 | DECLARE_EVENT_CLASS(xfs_extent_busy_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_extent_busy_trim’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1673:1: note: in expansion of macro ‘TRACE_EVENT’ 1673 | TRACE_EVENT(xfs_extent_busy_trim, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1673:1: note: in expansion of macro ‘TRACE_EVENT’ 1673 | TRACE_EVENT(xfs_extent_busy_trim, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_agf_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1703:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1703 | DECLARE_EVENT_CLASS(xfs_agf_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1703:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1703 | DECLARE_EVENT_CLASS(xfs_agf_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_free_extent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1765:1: note: in expansion of macro ‘TRACE_EVENT’ 1765 | TRACE_EVENT(xfs_free_extent, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1765:1: note: in expansion of macro ‘TRACE_EVENT’ 1765 | TRACE_EVENT(xfs_free_extent, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_alloc_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1800:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1800 | DECLARE_EVENT_CLASS(xfs_alloc_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1800:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1800 | DECLARE_EVENT_CLASS(xfs_alloc_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_alloc_cur_check’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1905:1: note: in expansion of macro ‘TRACE_EVENT’ 1905 | TRACE_EVENT(xfs_alloc_cur_check, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1905:1: note: in expansion of macro ‘TRACE_EVENT’ 1905 | TRACE_EVENT(xfs_alloc_cur_check, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_da_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1931:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1931 | DECLARE_EVENT_CLASS(xfs_da_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1931:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1931 | DECLARE_EVENT_CLASS(xfs_da_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_attr_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1998:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1998 | DECLARE_EVENT_CLASS(xfs_attr_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1998:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1998 | DECLARE_EVENT_CLASS(xfs_attr_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_dir2_space_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2106:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2106 | DECLARE_EVENT_CLASS(xfs_dir2_space_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2106:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2106 | DECLARE_EVENT_CLASS(xfs_dir2_space_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_dir2_leafn_moveents’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2137:1: note: in expansion of macro ‘TRACE_EVENT’ 2137 | TRACE_EVENT(xfs_dir2_leafn_moveents, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2137:1: note: in expansion of macro ‘TRACE_EVENT’ 2137 | TRACE_EVENT(xfs_dir2_leafn_moveents, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_swap_extent_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2176:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2176 | DECLARE_EVENT_CLASS(xfs_swap_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2176:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2176 | DECLARE_EVENT_CLASS(xfs_swap_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_log_recover’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2216:1: note: in expansion of macro ‘TRACE_EVENT’ 2216 | TRACE_EVENT(xfs_log_recover, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2216:1: note: in expansion of macro ‘TRACE_EVENT’ 2216 | TRACE_EVENT(xfs_log_recover, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_log_recover_record’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2234:1: note: in expansion of macro ‘TRACE_EVENT’ 2234 | TRACE_EVENT(xfs_log_recover_record, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2234:1: note: in expansion of macro ‘TRACE_EVENT’ 2234 | TRACE_EVENT(xfs_log_recover_record, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_log_recover_item_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2257:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2257 | DECLARE_EVENT_CLASS(xfs_log_recover_item_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2257:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2257 | DECLARE_EVENT_CLASS(xfs_log_recover_item_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_log_recover_buf_item_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2305:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2305 | DECLARE_EVENT_CLASS(xfs_log_recover_buf_item_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2305:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2305 | DECLARE_EVENT_CLASS(xfs_log_recover_buf_item_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_log_recover_ino_item_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2349:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2349 | DECLARE_EVENT_CLASS(xfs_log_recover_ino_item_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2349:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2349 | DECLARE_EVENT_CLASS(xfs_log_recover_ino_item_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_log_recover_icreate_item_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2395:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2395 | DECLARE_EVENT_CLASS(xfs_log_recover_icreate_item_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2395:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2395 | DECLARE_EVENT_CLASS(xfs_log_recover_icreate_item_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_discard_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2433:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2433 | DECLARE_EVENT_CLASS(xfs_discard_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2433:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2433 | DECLARE_EVENT_CLASS(xfs_discard_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_rtdiscard_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2466:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2466 | DECLARE_EVENT_CLASS(xfs_rtdiscard_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2466:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2466 | DECLARE_EVENT_CLASS(xfs_rtdiscard_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_btree_cur_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2495:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2495 | DECLARE_EVENT_CLASS(xfs_btree_cur_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2495:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2495 | DECLARE_EVENT_CLASS(xfs_btree_cur_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_btree_alloc_block’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2530:1: note: in expansion of macro ‘TRACE_EVENT’ 2530 | TRACE_EVENT(xfs_btree_alloc_block, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2530:1: note: in expansion of macro ‘TRACE_EVENT’ 2530 | TRACE_EVENT(xfs_btree_alloc_block, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_btree_free_block’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2584:1: note: in expansion of macro ‘TRACE_EVENT’ 2584 | TRACE_EVENT(xfs_btree_free_block, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2584:1: note: in expansion of macro ‘TRACE_EVENT’ 2584 | TRACE_EVENT(xfs_btree_free_block, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_defer_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2617:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2617 | DECLARE_EVENT_CLASS(xfs_defer_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2617:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2617 | DECLARE_EVENT_CLASS(xfs_defer_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_defer_error_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2641:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2641 | DECLARE_EVENT_CLASS(xfs_defer_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2641:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2641 | DECLARE_EVENT_CLASS(xfs_defer_error_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_defer_pending_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2665:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2665 | DECLARE_EVENT_CLASS(xfs_defer_pending_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2665:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2665 | DECLARE_EVENT_CLASS(xfs_defer_pending_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_free_extent_deferred_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2715:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2715 | DECLARE_EVENT_CLASS(xfs_free_extent_deferred_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2715:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2715 | DECLARE_EVENT_CLASS(xfs_free_extent_deferred_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_defer_pending_item_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2748:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2748 | DECLARE_EVENT_CLASS(xfs_defer_pending_item_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2748:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2748 | DECLARE_EVENT_CLASS(xfs_defer_pending_item_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_rmap_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2790:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2790 | DECLARE_EVENT_CLASS(xfs_rmap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2790:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2790 | DECLARE_EVENT_CLASS(xfs_rmap_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_btree_error_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2832:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2832 | DECLARE_EVENT_CLASS(xfs_btree_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2832:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2832 | DECLARE_EVENT_CLASS(xfs_btree_error_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_rmap_convert_state’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2886:1: note: in expansion of macro ‘TRACE_EVENT’ 2886 | TRACE_EVENT(xfs_rmap_convert_state, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2886:1: note: in expansion of macro ‘TRACE_EVENT’ 2886 | TRACE_EVENT(xfs_rmap_convert_state, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_rmapbt_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2924:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2924 | DECLARE_EVENT_CLASS(xfs_rmapbt_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2924:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2924 | DECLARE_EVENT_CLASS(xfs_rmapbt_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_rmap_deferred_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2972:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2972 | DECLARE_EVENT_CLASS(xfs_rmap_deferred_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2972:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2972 | DECLARE_EVENT_CLASS(xfs_rmap_deferred_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_bmap_deferred_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3035:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3035 | DECLARE_EVENT_CLASS(xfs_bmap_deferred_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3035:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3035 | DECLARE_EVENT_CLASS(xfs_bmap_deferred_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_ag_resv_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3096:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3096 | DECLARE_EVENT_CLASS(xfs_ag_resv_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3096:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3096 | DECLARE_EVENT_CLASS(xfs_ag_resv_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_ag_error_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3148 | DECLARE_EVENT_CLASS(xfs_ag_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3148 | DECLARE_EVENT_CLASS(xfs_ag_error_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_refcount_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3180 | DECLARE_EVENT_CLASS(xfs_refcount_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3180 | DECLARE_EVENT_CLASS(xfs_refcount_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_refcount_lookup’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3211:1: note: in expansion of macro ‘TRACE_EVENT’ 3211 | TRACE_EVENT(xfs_refcount_lookup, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3211:1: note: in expansion of macro ‘TRACE_EVENT’ 3211 | TRACE_EVENT(xfs_refcount_lookup, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_refcount_extent_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3236:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3236 | DECLARE_EVENT_CLASS(xfs_refcount_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3236:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3236 | DECLARE_EVENT_CLASS(xfs_refcount_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_refcount_extent_at_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3270:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3270 | DECLARE_EVENT_CLASS(xfs_refcount_extent_at_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3270:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3270 | DECLARE_EVENT_CLASS(xfs_refcount_extent_at_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_refcount_double_extent_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3309:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3309 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3309:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3309 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_refcount_double_extent_at_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3358:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3358 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_at_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3358:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3358 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_at_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_refcount_triple_extent_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3410:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3410 | DECLARE_EVENT_CLASS(xfs_refcount_triple_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3410:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3410 | DECLARE_EVENT_CLASS(xfs_refcount_triple_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_refcount_deferred_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3512:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3512 | DECLARE_EVENT_CLASS(xfs_refcount_deferred_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3512:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3512 | DECLARE_EVENT_CLASS(xfs_refcount_deferred_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_inode_error_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3545:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3545 | DECLARE_EVENT_CLASS(xfs_inode_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3545:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3545 | DECLARE_EVENT_CLASS(xfs_inode_error_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_double_io_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3576:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3576 | DECLARE_EVENT_CLASS(xfs_double_io_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3576:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3576 | DECLARE_EVENT_CLASS(xfs_double_io_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_inode_irec_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3626:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3626 | DECLARE_EVENT_CLASS(xfs_inode_irec_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3626:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3626 | DECLARE_EVENT_CLASS(xfs_inode_irec_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_wb_invalid_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3659:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3659 | DECLARE_EVENT_CLASS(xfs_wb_invalid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3659:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3659 | DECLARE_EVENT_CLASS(xfs_wb_invalid_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_iomap_invalid_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3702:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3702 | DECLARE_EVENT_CLASS(xfs_iomap_invalid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3702:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3702 | DECLARE_EVENT_CLASS(xfs_iomap_invalid_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_reflink_remap_blocks’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3750:1: note: in expansion of macro ‘TRACE_EVENT’ 3750 | TRACE_EVENT(xfs_reflink_remap_blocks, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3750:1: note: in expansion of macro ‘TRACE_EVENT’ 3750 | TRACE_EVENT(xfs_reflink_remap_blocks, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_ioctl_clone’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3794:1: note: in expansion of macro ‘TRACE_EVENT’ 3794 | TRACE_EVENT(xfs_ioctl_clone, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3794:1: note: in expansion of macro ‘TRACE_EVENT’ 3794 | TRACE_EVENT(xfs_ioctl_clone, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_fsmap_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3846:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3846 | DECLARE_EVENT_CLASS(xfs_fsmap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3846:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3846 | DECLARE_EVENT_CLASS(xfs_fsmap_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_fsmap_linear_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3889:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3889 | DECLARE_EVENT_CLASS(xfs_fsmap_linear_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3889:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3889 | DECLARE_EVENT_CLASS(xfs_fsmap_linear_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_getfsmap_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3914:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3914 | DECLARE_EVENT_CLASS(xfs_getfsmap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3914:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3914 | DECLARE_EVENT_CLASS(xfs_getfsmap_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_trans_resv_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3952:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3952 | DECLARE_EVENT_CLASS(xfs_trans_resv_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3952:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3952 | DECLARE_EVENT_CLASS(xfs_trans_resv_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_log_get_max_trans_res’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3986:1: note: in expansion of macro ‘TRACE_EVENT’ 3986 | TRACE_EVENT(xfs_log_get_max_trans_res, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3986:1: note: in expansion of macro ‘TRACE_EVENT’ 3986 | TRACE_EVENT(xfs_log_get_max_trans_res, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_trans_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4005:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4005 | DECLARE_EVENT_CLASS(xfs_trans_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4005:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4005 | DECLARE_EVENT_CLASS(xfs_trans_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_iunlink_update_bucket’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4043:1: note: in expansion of macro ‘TRACE_EVENT’ 4043 | TRACE_EVENT(xfs_iunlink_update_bucket, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4043:1: note: in expansion of macro ‘TRACE_EVENT’ 4043 | TRACE_EVENT(xfs_iunlink_update_bucket, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_iunlink_update_dinode’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4069:1: note: in expansion of macro ‘TRACE_EVENT’ 4069 | TRACE_EVENT(xfs_iunlink_update_dinode, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4069:1: note: in expansion of macro ‘TRACE_EVENT’ 4069 | TRACE_EVENT(xfs_iunlink_update_dinode, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_iunlink_reload_next’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4095:1: note: in expansion of macro ‘TRACE_EVENT’ 4095 | TRACE_EVENT(xfs_iunlink_reload_next, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4095:1: note: in expansion of macro ‘TRACE_EVENT’ 4095 | TRACE_EVENT(xfs_iunlink_reload_next, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_inode_reload_unlinked_bucket’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4120:1: note: in expansion of macro ‘TRACE_EVENT’ 4120 | TRACE_EVENT(xfs_inode_reload_unlinked_bucket, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4120:1: note: in expansion of macro ‘TRACE_EVENT’ 4120 | TRACE_EVENT(xfs_inode_reload_unlinked_bucket, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_ag_inode_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4140:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4140 | DECLARE_EVENT_CLASS(xfs_ag_inode_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4140:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4140 | DECLARE_EVENT_CLASS(xfs_ag_inode_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_fs_corrupt_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4165 | DECLARE_EVENT_CLASS(xfs_fs_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4165 | DECLARE_EVENT_CLASS(xfs_fs_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_ag_corrupt_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4193:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4193 | DECLARE_EVENT_CLASS(xfs_ag_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4193:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4193 | DECLARE_EVENT_CLASS(xfs_ag_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_inode_corrupt_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4220:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4220 | DECLARE_EVENT_CLASS(xfs_inode_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4220:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4220 | DECLARE_EVENT_CLASS(xfs_inode_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_iwalk_ag’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4246:1: note: in expansion of macro ‘TRACE_EVENT’ 4246 | TRACE_EVENT(xfs_iwalk_ag, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4246:1: note: in expansion of macro ‘TRACE_EVENT’ 4246 | TRACE_EVENT(xfs_iwalk_ag, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_iwalk_ag_rec’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4265:1: note: in expansion of macro ‘TRACE_EVENT’ 4265 | TRACE_EVENT(xfs_iwalk_ag_rec, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4265:1: note: in expansion of macro ‘TRACE_EVENT’ 4265 | TRACE_EVENT(xfs_iwalk_ag_rec, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_pwork_init’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4286:1: note: in expansion of macro ‘TRACE_EVENT’ 4286 | TRACE_EVENT(xfs_pwork_init, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4286:1: note: in expansion of macro ‘TRACE_EVENT’ 4286 | TRACE_EVENT(xfs_pwork_init, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_check_new_dalign’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4304:1: note: in expansion of macro ‘TRACE_EVENT’ 4304 | TRACE_EVENT(xfs_check_new_dalign, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4304:1: note: in expansion of macro ‘TRACE_EVENT’ 4304 | TRACE_EVENT(xfs_check_new_dalign, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_btree_commit_afakeroot’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4325:1: note: in expansion of macro ‘TRACE_EVENT’ 4325 | TRACE_EVENT(xfs_btree_commit_afakeroot, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4325:1: note: in expansion of macro ‘TRACE_EVENT’ 4325 | TRACE_EVENT(xfs_btree_commit_afakeroot, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_btree_commit_ifakeroot’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4353:1: note: in expansion of macro ‘TRACE_EVENT’ 4353 | TRACE_EVENT(xfs_btree_commit_ifakeroot, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4353:1: note: in expansion of macro ‘TRACE_EVENT’ 4353 | TRACE_EVENT(xfs_btree_commit_ifakeroot, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_btree_bload_level_geometry’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4386:1: note: in expansion of macro ‘TRACE_EVENT’ 4386 | TRACE_EVENT(xfs_btree_bload_level_geometry, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4386:1: note: in expansion of macro ‘TRACE_EVENT’ 4386 | TRACE_EVENT(xfs_btree_bload_level_geometry, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_btree_bload_block’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4427:1: note: in expansion of macro ‘TRACE_EVENT’ 4427 | TRACE_EVENT(xfs_btree_bload_block, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4427:1: note: in expansion of macro ‘TRACE_EVENT’ 4427 | TRACE_EVENT(xfs_btree_bload_block, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_timestamp_range_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4470:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4470 | DECLARE_EVENT_CLASS(xfs_timestamp_range_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4470:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4470 | DECLARE_EVENT_CLASS(xfs_timestamp_range_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_icwalk_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4496:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4496 | DECLARE_EVENT_CLASS(xfs_icwalk_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4496:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4496 | DECLARE_EVENT_CLASS(xfs_icwalk_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xlog_iclog_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4547:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4547 | DECLARE_EVENT_CLASS(xlog_iclog_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4547:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4547 | DECLARE_EVENT_CLASS(xlog_iclog_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_das_state_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4622:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4622 | DECLARE_EVENT_CLASS(xfs_das_state_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4622:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4622 | DECLARE_EVENT_CLASS(xfs_das_state_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_force_shutdown’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4652:1: note: in expansion of macro ‘TRACE_EVENT’ 4652 | TRACE_EVENT(xfs_force_shutdown, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4652:1: note: in expansion of macro ‘TRACE_EVENT’ 4652 | TRACE_EVENT(xfs_force_shutdown, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_perag_intents_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4679:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4679 | DECLARE_EVENT_CLASS(xfs_perag_intents_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4679:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4679 | DECLARE_EVENT_CLASS(xfs_perag_intents_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xmbuf_create’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4712:1: note: in expansion of macro ‘TRACE_EVENT’ 4712 | TRACE_EVENT(xmbuf_create, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4712:1: note: in expansion of macro ‘TRACE_EVENT’ 4712 | TRACE_EVENT(xmbuf_create, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xmbuf_free’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4737:1: note: in expansion of macro ‘TRACE_EVENT’ 4737 | TRACE_EVENT(xmbuf_free, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4737:1: note: in expansion of macro ‘TRACE_EVENT’ 4737 | TRACE_EVENT(xmbuf_free, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfbtree_init’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4764:1: note: in expansion of macro ‘TRACE_EVENT’ 4764 | TRACE_EVENT(xfbtree_init, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4764:1: note: in expansion of macro ‘TRACE_EVENT’ 4764 | TRACE_EVENT(xfbtree_init, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfbtree_buf_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4796:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4796 | DECLARE_EVENT_CLASS(xfbtree_buf_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4796:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4796 | DECLARE_EVENT_CLASS(xfbtree_buf_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfbtree_freesp_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4835:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4835 | DECLARE_EVENT_CLASS(xfbtree_freesp_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4835:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4835 | DECLARE_EVENT_CLASS(xfbtree_freesp_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_exchrange_inode_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4885:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4885 | DECLARE_EVENT_CLASS(xfs_exchrange_inode_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4885:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4885 | DECLARE_EVENT_CLASS(xfs_exchrange_inode_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_exchrange_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4932:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4932 | DECLARE_EVENT_CLASS(xfs_exchrange_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4932:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4932 | DECLARE_EVENT_CLASS(xfs_exchrange_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_exchmaps_overhead’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4989:1: note: in expansion of macro ‘TRACE_EVENT’ 4989 | TRACE_EVENT(xfs_exchmaps_overhead, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4989:1: note: in expansion of macro ‘TRACE_EVENT’ 4989 | TRACE_EVENT(xfs_exchmaps_overhead, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_exchmaps_estimate_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5009:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 5009 | DECLARE_EVENT_CLASS(xfs_exchmaps_estimate_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5009:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 5009 | DECLARE_EVENT_CLASS(xfs_exchmaps_estimate_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_exchmaps_intent_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5063:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 5063 | DECLARE_EVENT_CLASS(xfs_exchmaps_intent_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5063:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 5063 | DECLARE_EVENT_CLASS(xfs_exchmaps_intent_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_exchmaps_delta_nextents_step’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5109:1: note: in expansion of macro ‘TRACE_EVENT’ 5109 | TRACE_EVENT(xfs_exchmaps_delta_nextents_step, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5109:1: note: in expansion of macro ‘TRACE_EVENT’ 5109 | TRACE_EVENT(xfs_exchmaps_delta_nextents_step, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_exchmaps_delta_nextents’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5160:1: note: in expansion of macro ‘TRACE_EVENT’ 5160 | TRACE_EVENT(xfs_exchmaps_delta_nextents, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5160:1: note: in expansion of macro ‘TRACE_EVENT’ 5160 | TRACE_EVENT(xfs_exchmaps_delta_nextents, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_getparents_rec_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5191:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 5191 | DECLARE_EVENT_CLASS(xfs_getparents_rec_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5191:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 5191 | DECLARE_EVENT_CLASS(xfs_getparents_rec_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_getparents_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5235:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 5235 | DECLARE_EVENT_CLASS(xfs_getparents_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5235:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 5235 | DECLARE_EVENT_CLASS(xfs_getparents_class, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_attr_list_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 103 | DECLARE_EVENT_CLASS(xfs_attr_list_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 103 | DECLARE_EVENT_CLASS(xfs_attr_list_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xlog_intent_recovery_failed’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:163:1: note: in expansion of macro ‘TRACE_EVENT’ 163 | TRACE_EVENT(xlog_intent_recovery_failed, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:163:1: note: in expansion of macro ‘TRACE_EVENT’ 163 | TRACE_EVENT(xlog_intent_recovery_failed, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_perag_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:183:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 183 | DECLARE_EVENT_CLASS(xfs_perag_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:183:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 183 | DECLARE_EVENT_CLASS(xfs_perag_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_inodegc_worker’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:222:1: note: in expansion of macro ‘TRACE_EVENT’ 222 | TRACE_EVENT(xfs_inodegc_worker, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:222:1: note: in expansion of macro ‘TRACE_EVENT’ 222 | TRACE_EVENT(xfs_inodegc_worker, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_fs_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:238:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 238 | DECLARE_EVENT_CLASS(xfs_fs_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:238:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 238 | DECLARE_EVENT_CLASS(xfs_fs_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_inodegc_shrinker_scan’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:281:1: note: in expansion of macro ‘TRACE_EVENT’ 281 | TRACE_EVENT(xfs_inodegc_shrinker_scan, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:281:1: note: in expansion of macro ‘TRACE_EVENT’ 281 | TRACE_EVENT(xfs_inodegc_shrinker_scan, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_ag_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:301:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 301 | DECLARE_EVENT_CLASS(xfs_ag_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:301:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 301 | DECLARE_EVENT_CLASS(xfs_ag_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_attr_list_node_descend’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ 326 | TRACE_EVENT(xfs_attr_list_node_descend, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ 326 | TRACE_EVENT(xfs_attr_list_node_descend, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_bmap_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:378:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 378 | DECLARE_EVENT_CLASS(xfs_bmap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:378:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 378 | DECLARE_EVENT_CLASS(xfs_bmap_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_buf_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:437:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 437 | DECLARE_EVENT_CLASS(xfs_buf_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:437:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 437 | DECLARE_EVENT_CLASS(xfs_buf_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_buf_flags_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:508:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 508 | DECLARE_EVENT_CLASS(xfs_buf_flags_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:508:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 508 | DECLARE_EVENT_CLASS(xfs_buf_flags_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_buf_ioerror’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:551:1: note: in expansion of macro ‘TRACE_EVENT’ 551 | TRACE_EVENT(xfs_buf_ioerror, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:551:1: note: in expansion of macro ‘TRACE_EVENT’ 551 | TRACE_EVENT(xfs_buf_ioerror, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_buf_item_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:589:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 589 | DECLARE_EVENT_CLASS(xfs_buf_item_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:589:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 589 | DECLARE_EVENT_CLASS(xfs_buf_item_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_filestream_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:664:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 664 | DECLARE_EVENT_CLASS(xfs_filestream_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:664:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 664 | DECLARE_EVENT_CLASS(xfs_filestream_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_filestream_pick’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:693:1: note: in expansion of macro ‘TRACE_EVENT’ 693 | TRACE_EVENT(xfs_filestream_pick, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:693:1: note: in expansion of macro ‘TRACE_EVENT’ 693 | TRACE_EVENT(xfs_filestream_pick, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_lock_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:723:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 723 | DECLARE_EVENT_CLASS(xfs_lock_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:723:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 723 | DECLARE_EVENT_CLASS(xfs_lock_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_inode_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:756:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 756 | DECLARE_EVENT_CLASS(xfs_inode_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:756:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 756 | DECLARE_EVENT_CLASS(xfs_inode_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_filemap_fault’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:830:1: note: in expansion of macro ‘TRACE_EVENT’ 830 | TRACE_EVENT(xfs_filemap_fault, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:830:1: note: in expansion of macro ‘TRACE_EVENT’ 830 | TRACE_EVENT(xfs_filemap_fault, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_iref_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:852:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 852 | DECLARE_EVENT_CLASS(xfs_iref_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:852:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 852 | DECLARE_EVENT_CLASS(xfs_iref_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_iomap_prealloc_size’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:877:1: note: in expansion of macro ‘TRACE_EVENT’ 877 | TRACE_EVENT(xfs_iomap_prealloc_size, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:877:1: note: in expansion of macro ‘TRACE_EVENT’ 877 | TRACE_EVENT(xfs_iomap_prealloc_size, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_irec_merge_pre’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:901:1: note: in expansion of macro ‘TRACE_EVENT’ 901 | TRACE_EVENT(xfs_irec_merge_pre, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:901:1: note: in expansion of macro ‘TRACE_EVENT’ 901 | TRACE_EVENT(xfs_irec_merge_pre, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_irec_merge_post’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:930:1: note: in expansion of macro ‘TRACE_EVENT’ 930 | TRACE_EVENT(xfs_irec_merge_post, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:930:1: note: in expansion of macro ‘TRACE_EVENT’ 930 | TRACE_EVENT(xfs_irec_merge_post, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_namespace_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:963:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 963 | DECLARE_EVENT_CLASS(xfs_namespace_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:963:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 963 | DECLARE_EVENT_CLASS(xfs_namespace_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_rename’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:995:1: note: in expansion of macro ‘TRACE_EVENT’ 995 | TRACE_EVENT(xfs_rename, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:995:1: note: in expansion of macro ‘TRACE_EVENT’ 995 | TRACE_EVENT(xfs_rename, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_dquot_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1029:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1029 | DECLARE_EVENT_CLASS(xfs_dquot_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1029:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1029 | DECLARE_EVENT_CLASS(xfs_dquot_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_trans_mod_dquot’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1127:1: note: in expansion of macro ‘TRACE_EVENT’ 1127 | TRACE_EVENT(xfs_trans_mod_dquot, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1127:1: note: in expansion of macro ‘TRACE_EVENT’ 1127 | TRACE_EVENT(xfs_trans_mod_dquot, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_dqtrx_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1156 | DECLARE_EVENT_CLASS(xfs_dqtrx_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1156 | DECLARE_EVENT_CLASS(xfs_dqtrx_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_loggrant_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1228:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1228 | DECLARE_EVENT_CLASS(xfs_loggrant_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1228:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1228 | DECLARE_EVENT_CLASS(xfs_loggrant_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_log_item_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1312:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1312 | DECLARE_EVENT_CLASS(xfs_log_item_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1312:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1312 | DECLARE_EVENT_CLASS(xfs_log_item_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_log_force’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1337:1: note: in expansion of macro ‘TRACE_EVENT’ 1337 | TRACE_EVENT(xfs_log_force, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1337:1: note: in expansion of macro ‘TRACE_EVENT’ 1337 | TRACE_EVENT(xfs_log_force, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_ail_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1367:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1367 | DECLARE_EVENT_CLASS(xfs_ail_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1367:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1367 | DECLARE_EVENT_CLASS(xfs_ail_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_log_assign_tail_lsn’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1403:1: note: in expansion of macro ‘TRACE_EVENT’ 1403 | TRACE_EVENT(xfs_log_assign_tail_lsn, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1403:1: note: in expansion of macro ‘TRACE_EVENT’ 1403 | TRACE_EVENT(xfs_log_assign_tail_lsn, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_file_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1425:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1425 | DECLARE_EVENT_CLASS(xfs_file_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1425:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1425 | DECLARE_EVENT_CLASS(xfs_file_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_imap_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1462:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1462 | DECLARE_EVENT_CLASS(xfs_imap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1462:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1462 | DECLARE_EVENT_CLASS(xfs_imap_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_simple_io_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1511:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1511 | DECLARE_EVENT_CLASS(xfs_simple_io_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1511:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1511 | DECLARE_EVENT_CLASS(xfs_simple_io_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_itrunc_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1553:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1553 | DECLARE_EVENT_CLASS(xfs_itrunc_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1553:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1553 | DECLARE_EVENT_CLASS(xfs_itrunc_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_pagecache_inval’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1582:1: note: in expansion of macro ‘TRACE_EVENT’ 1582 | TRACE_EVENT(xfs_pagecache_inval, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1582:1: note: in expansion of macro ‘TRACE_EVENT’ 1582 | TRACE_EVENT(xfs_pagecache_inval, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_bunmap’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1607:1: note: in expansion of macro ‘TRACE_EVENT’ 1607 | TRACE_EVENT(xfs_bunmap, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1607:1: note: in expansion of macro ‘TRACE_EVENT’ 1607 | TRACE_EVENT(xfs_bunmap, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_extent_busy_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1641:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1641 | DECLARE_EVENT_CLASS(xfs_extent_busy_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1641:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1641 | DECLARE_EVENT_CLASS(xfs_extent_busy_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_extent_busy_trim’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1673:1: note: in expansion of macro ‘TRACE_EVENT’ 1673 | TRACE_EVENT(xfs_extent_busy_trim, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1673:1: note: in expansion of macro ‘TRACE_EVENT’ 1673 | TRACE_EVENT(xfs_extent_busy_trim, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_agf_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1703:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1703 | DECLARE_EVENT_CLASS(xfs_agf_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1703:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1703 | DECLARE_EVENT_CLASS(xfs_agf_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_free_extent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1765:1: note: in expansion of macro ‘TRACE_EVENT’ 1765 | TRACE_EVENT(xfs_free_extent, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1765:1: note: in expansion of macro ‘TRACE_EVENT’ 1765 | TRACE_EVENT(xfs_free_extent, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_alloc_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1800:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1800 | DECLARE_EVENT_CLASS(xfs_alloc_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1800:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1800 | DECLARE_EVENT_CLASS(xfs_alloc_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_alloc_cur_check’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1905:1: note: in expansion of macro ‘TRACE_EVENT’ 1905 | TRACE_EVENT(xfs_alloc_cur_check, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1905:1: note: in expansion of macro ‘TRACE_EVENT’ 1905 | TRACE_EVENT(xfs_alloc_cur_check, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_da_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1931:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1931 | DECLARE_EVENT_CLASS(xfs_da_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1931:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1931 | DECLARE_EVENT_CLASS(xfs_da_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_attr_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1998:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1998 | DECLARE_EVENT_CLASS(xfs_attr_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1998:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1998 | DECLARE_EVENT_CLASS(xfs_attr_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_dir2_space_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2106:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2106 | DECLARE_EVENT_CLASS(xfs_dir2_space_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2106:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2106 | DECLARE_EVENT_CLASS(xfs_dir2_space_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_dir2_leafn_moveents’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2137:1: note: in expansion of macro ‘TRACE_EVENT’ 2137 | TRACE_EVENT(xfs_dir2_leafn_moveents, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2137:1: note: in expansion of macro ‘TRACE_EVENT’ 2137 | TRACE_EVENT(xfs_dir2_leafn_moveents, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_swap_extent_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2176:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2176 | DECLARE_EVENT_CLASS(xfs_swap_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2176:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2176 | DECLARE_EVENT_CLASS(xfs_swap_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_log_recover’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2216:1: note: in expansion of macro ‘TRACE_EVENT’ 2216 | TRACE_EVENT(xfs_log_recover, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2216:1: note: in expansion of macro ‘TRACE_EVENT’ 2216 | TRACE_EVENT(xfs_log_recover, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_log_recover_record’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2234:1: note: in expansion of macro ‘TRACE_EVENT’ 2234 | TRACE_EVENT(xfs_log_recover_record, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2234:1: note: in expansion of macro ‘TRACE_EVENT’ 2234 | TRACE_EVENT(xfs_log_recover_record, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_log_recover_item_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2257:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2257 | DECLARE_EVENT_CLASS(xfs_log_recover_item_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2257:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2257 | DECLARE_EVENT_CLASS(xfs_log_recover_item_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_log_recover_buf_item_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2305:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2305 | DECLARE_EVENT_CLASS(xfs_log_recover_buf_item_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2305:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2305 | DECLARE_EVENT_CLASS(xfs_log_recover_buf_item_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_log_recover_ino_item_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2349:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2349 | DECLARE_EVENT_CLASS(xfs_log_recover_ino_item_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2349:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2349 | DECLARE_EVENT_CLASS(xfs_log_recover_ino_item_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_log_recover_icreate_item_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2395:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2395 | DECLARE_EVENT_CLASS(xfs_log_recover_icreate_item_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2395:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2395 | DECLARE_EVENT_CLASS(xfs_log_recover_icreate_item_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_discard_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2433:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2433 | DECLARE_EVENT_CLASS(xfs_discard_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2433:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2433 | DECLARE_EVENT_CLASS(xfs_discard_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_rtdiscard_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2466:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2466 | DECLARE_EVENT_CLASS(xfs_rtdiscard_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2466:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2466 | DECLARE_EVENT_CLASS(xfs_rtdiscard_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_btree_cur_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2495:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2495 | DECLARE_EVENT_CLASS(xfs_btree_cur_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2495:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2495 | DECLARE_EVENT_CLASS(xfs_btree_cur_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_btree_alloc_block’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2530:1: note: in expansion of macro ‘TRACE_EVENT’ 2530 | TRACE_EVENT(xfs_btree_alloc_block, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2530:1: note: in expansion of macro ‘TRACE_EVENT’ 2530 | TRACE_EVENT(xfs_btree_alloc_block, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_btree_free_block’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2584:1: note: in expansion of macro ‘TRACE_EVENT’ 2584 | TRACE_EVENT(xfs_btree_free_block, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2584:1: note: in expansion of macro ‘TRACE_EVENT’ 2584 | TRACE_EVENT(xfs_btree_free_block, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_defer_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2617:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2617 | DECLARE_EVENT_CLASS(xfs_defer_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2617:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2617 | DECLARE_EVENT_CLASS(xfs_defer_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_defer_error_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2641:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2641 | DECLARE_EVENT_CLASS(xfs_defer_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2641:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2641 | DECLARE_EVENT_CLASS(xfs_defer_error_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_defer_pending_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2665:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2665 | DECLARE_EVENT_CLASS(xfs_defer_pending_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2665:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2665 | DECLARE_EVENT_CLASS(xfs_defer_pending_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_free_extent_deferred_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2715:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2715 | DECLARE_EVENT_CLASS(xfs_free_extent_deferred_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2715:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2715 | DECLARE_EVENT_CLASS(xfs_free_extent_deferred_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_defer_pending_item_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2748:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2748 | DECLARE_EVENT_CLASS(xfs_defer_pending_item_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2748:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2748 | DECLARE_EVENT_CLASS(xfs_defer_pending_item_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_rmap_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2790:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2790 | DECLARE_EVENT_CLASS(xfs_rmap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2790:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2790 | DECLARE_EVENT_CLASS(xfs_rmap_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_btree_error_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2832:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2832 | DECLARE_EVENT_CLASS(xfs_btree_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2832:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2832 | DECLARE_EVENT_CLASS(xfs_btree_error_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_rmap_convert_state’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2886:1: note: in expansion of macro ‘TRACE_EVENT’ 2886 | TRACE_EVENT(xfs_rmap_convert_state, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2886:1: note: in expansion of macro ‘TRACE_EVENT’ 2886 | TRACE_EVENT(xfs_rmap_convert_state, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_rmapbt_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2924:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2924 | DECLARE_EVENT_CLASS(xfs_rmapbt_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2924:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2924 | DECLARE_EVENT_CLASS(xfs_rmapbt_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_rmap_deferred_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2972:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2972 | DECLARE_EVENT_CLASS(xfs_rmap_deferred_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2972:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2972 | DECLARE_EVENT_CLASS(xfs_rmap_deferred_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_bmap_deferred_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3035:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3035 | DECLARE_EVENT_CLASS(xfs_bmap_deferred_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3035:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3035 | DECLARE_EVENT_CLASS(xfs_bmap_deferred_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_ag_resv_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3096:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3096 | DECLARE_EVENT_CLASS(xfs_ag_resv_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3096:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3096 | DECLARE_EVENT_CLASS(xfs_ag_resv_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_ag_error_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3148 | DECLARE_EVENT_CLASS(xfs_ag_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3148 | DECLARE_EVENT_CLASS(xfs_ag_error_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_refcount_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3180 | DECLARE_EVENT_CLASS(xfs_refcount_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3180 | DECLARE_EVENT_CLASS(xfs_refcount_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_refcount_lookup’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3211:1: note: in expansion of macro ‘TRACE_EVENT’ 3211 | TRACE_EVENT(xfs_refcount_lookup, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3211:1: note: in expansion of macro ‘TRACE_EVENT’ 3211 | TRACE_EVENT(xfs_refcount_lookup, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_refcount_extent_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3236:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3236 | DECLARE_EVENT_CLASS(xfs_refcount_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3236:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3236 | DECLARE_EVENT_CLASS(xfs_refcount_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_refcount_extent_at_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3270:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3270 | DECLARE_EVENT_CLASS(xfs_refcount_extent_at_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3270:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3270 | DECLARE_EVENT_CLASS(xfs_refcount_extent_at_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_refcount_double_extent_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3309:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3309 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3309:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3309 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_refcount_double_extent_at_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3358:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3358 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_at_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3358:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3358 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_at_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_refcount_triple_extent_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3410:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3410 | DECLARE_EVENT_CLASS(xfs_refcount_triple_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3410:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3410 | DECLARE_EVENT_CLASS(xfs_refcount_triple_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_refcount_deferred_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3512:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3512 | DECLARE_EVENT_CLASS(xfs_refcount_deferred_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3512:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3512 | DECLARE_EVENT_CLASS(xfs_refcount_deferred_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_inode_error_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3545:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3545 | DECLARE_EVENT_CLASS(xfs_inode_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3545:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3545 | DECLARE_EVENT_CLASS(xfs_inode_error_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_double_io_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3576:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3576 | DECLARE_EVENT_CLASS(xfs_double_io_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3576:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3576 | DECLARE_EVENT_CLASS(xfs_double_io_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_inode_irec_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3626:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3626 | DECLARE_EVENT_CLASS(xfs_inode_irec_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3626:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3626 | DECLARE_EVENT_CLASS(xfs_inode_irec_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_wb_invalid_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3659:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3659 | DECLARE_EVENT_CLASS(xfs_wb_invalid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3659:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3659 | DECLARE_EVENT_CLASS(xfs_wb_invalid_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_iomap_invalid_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3702:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3702 | DECLARE_EVENT_CLASS(xfs_iomap_invalid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3702:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3702 | DECLARE_EVENT_CLASS(xfs_iomap_invalid_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_reflink_remap_blocks’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3750:1: note: in expansion of macro ‘TRACE_EVENT’ 3750 | TRACE_EVENT(xfs_reflink_remap_blocks, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3750:1: note: in expansion of macro ‘TRACE_EVENT’ 3750 | TRACE_EVENT(xfs_reflink_remap_blocks, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_ioctl_clone’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3794:1: note: in expansion of macro ‘TRACE_EVENT’ 3794 | TRACE_EVENT(xfs_ioctl_clone, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3794:1: note: in expansion of macro ‘TRACE_EVENT’ 3794 | TRACE_EVENT(xfs_ioctl_clone, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_fsmap_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3846:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3846 | DECLARE_EVENT_CLASS(xfs_fsmap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3846:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3846 | DECLARE_EVENT_CLASS(xfs_fsmap_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_fsmap_linear_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3889:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3889 | DECLARE_EVENT_CLASS(xfs_fsmap_linear_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3889:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3889 | DECLARE_EVENT_CLASS(xfs_fsmap_linear_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_getfsmap_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3914:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3914 | DECLARE_EVENT_CLASS(xfs_getfsmap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3914:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3914 | DECLARE_EVENT_CLASS(xfs_getfsmap_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_trans_resv_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3952:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3952 | DECLARE_EVENT_CLASS(xfs_trans_resv_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3952:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3952 | DECLARE_EVENT_CLASS(xfs_trans_resv_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_log_get_max_trans_res’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3986:1: note: in expansion of macro ‘TRACE_EVENT’ 3986 | TRACE_EVENT(xfs_log_get_max_trans_res, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3986:1: note: in expansion of macro ‘TRACE_EVENT’ 3986 | TRACE_EVENT(xfs_log_get_max_trans_res, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_trans_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4005:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4005 | DECLARE_EVENT_CLASS(xfs_trans_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4005:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4005 | DECLARE_EVENT_CLASS(xfs_trans_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_iunlink_update_bucket’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4043:1: note: in expansion of macro ‘TRACE_EVENT’ 4043 | TRACE_EVENT(xfs_iunlink_update_bucket, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4043:1: note: in expansion of macro ‘TRACE_EVENT’ 4043 | TRACE_EVENT(xfs_iunlink_update_bucket, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_iunlink_update_dinode’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4069:1: note: in expansion of macro ‘TRACE_EVENT’ 4069 | TRACE_EVENT(xfs_iunlink_update_dinode, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4069:1: note: in expansion of macro ‘TRACE_EVENT’ 4069 | TRACE_EVENT(xfs_iunlink_update_dinode, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_iunlink_reload_next’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4095:1: note: in expansion of macro ‘TRACE_EVENT’ 4095 | TRACE_EVENT(xfs_iunlink_reload_next, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4095:1: note: in expansion of macro ‘TRACE_EVENT’ 4095 | TRACE_EVENT(xfs_iunlink_reload_next, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_inode_reload_unlinked_bucket’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4120:1: note: in expansion of macro ‘TRACE_EVENT’ 4120 | TRACE_EVENT(xfs_inode_reload_unlinked_bucket, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4120:1: note: in expansion of macro ‘TRACE_EVENT’ 4120 | TRACE_EVENT(xfs_inode_reload_unlinked_bucket, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_ag_inode_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4140:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4140 | DECLARE_EVENT_CLASS(xfs_ag_inode_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4140:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4140 | DECLARE_EVENT_CLASS(xfs_ag_inode_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_fs_corrupt_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4165 | DECLARE_EVENT_CLASS(xfs_fs_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4165 | DECLARE_EVENT_CLASS(xfs_fs_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_ag_corrupt_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4193:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4193 | DECLARE_EVENT_CLASS(xfs_ag_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4193:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4193 | DECLARE_EVENT_CLASS(xfs_ag_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_inode_corrupt_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4220:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4220 | DECLARE_EVENT_CLASS(xfs_inode_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4220:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4220 | DECLARE_EVENT_CLASS(xfs_inode_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_iwalk_ag’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4246:1: note: in expansion of macro ‘TRACE_EVENT’ 4246 | TRACE_EVENT(xfs_iwalk_ag, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4246:1: note: in expansion of macro ‘TRACE_EVENT’ 4246 | TRACE_EVENT(xfs_iwalk_ag, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_iwalk_ag_rec’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4265:1: note: in expansion of macro ‘TRACE_EVENT’ 4265 | TRACE_EVENT(xfs_iwalk_ag_rec, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4265:1: note: in expansion of macro ‘TRACE_EVENT’ 4265 | TRACE_EVENT(xfs_iwalk_ag_rec, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_pwork_init’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4286:1: note: in expansion of macro ‘TRACE_EVENT’ 4286 | TRACE_EVENT(xfs_pwork_init, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4286:1: note: in expansion of macro ‘TRACE_EVENT’ 4286 | TRACE_EVENT(xfs_pwork_init, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_check_new_dalign’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4304:1: note: in expansion of macro ‘TRACE_EVENT’ 4304 | TRACE_EVENT(xfs_check_new_dalign, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4304:1: note: in expansion of macro ‘TRACE_EVENT’ 4304 | TRACE_EVENT(xfs_check_new_dalign, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_btree_commit_afakeroot’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4325:1: note: in expansion of macro ‘TRACE_EVENT’ 4325 | TRACE_EVENT(xfs_btree_commit_afakeroot, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4325:1: note: in expansion of macro ‘TRACE_EVENT’ 4325 | TRACE_EVENT(xfs_btree_commit_afakeroot, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_btree_commit_ifakeroot’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4353:1: note: in expansion of macro ‘TRACE_EVENT’ 4353 | TRACE_EVENT(xfs_btree_commit_ifakeroot, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4353:1: note: in expansion of macro ‘TRACE_EVENT’ 4353 | TRACE_EVENT(xfs_btree_commit_ifakeroot, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_btree_bload_level_geometry’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4386:1: note: in expansion of macro ‘TRACE_EVENT’ 4386 | TRACE_EVENT(xfs_btree_bload_level_geometry, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4386:1: note: in expansion of macro ‘TRACE_EVENT’ 4386 | TRACE_EVENT(xfs_btree_bload_level_geometry, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_btree_bload_block’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4427:1: note: in expansion of macro ‘TRACE_EVENT’ 4427 | TRACE_EVENT(xfs_btree_bload_block, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4427:1: note: in expansion of macro ‘TRACE_EVENT’ 4427 | TRACE_EVENT(xfs_btree_bload_block, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_timestamp_range_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4470:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4470 | DECLARE_EVENT_CLASS(xfs_timestamp_range_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4470:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4470 | DECLARE_EVENT_CLASS(xfs_timestamp_range_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_icwalk_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4496:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4496 | DECLARE_EVENT_CLASS(xfs_icwalk_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4496:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4496 | DECLARE_EVENT_CLASS(xfs_icwalk_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xlog_iclog_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4547:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4547 | DECLARE_EVENT_CLASS(xlog_iclog_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4547:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4547 | DECLARE_EVENT_CLASS(xlog_iclog_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_das_state_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4622:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4622 | DECLARE_EVENT_CLASS(xfs_das_state_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4622:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4622 | DECLARE_EVENT_CLASS(xfs_das_state_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_force_shutdown’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4652:1: note: in expansion of macro ‘TRACE_EVENT’ 4652 | TRACE_EVENT(xfs_force_shutdown, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4652:1: note: in expansion of macro ‘TRACE_EVENT’ 4652 | TRACE_EVENT(xfs_force_shutdown, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_perag_intents_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4679:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4679 | DECLARE_EVENT_CLASS(xfs_perag_intents_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4679:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4679 | DECLARE_EVENT_CLASS(xfs_perag_intents_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xmbuf_create’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4712:1: note: in expansion of macro ‘TRACE_EVENT’ 4712 | TRACE_EVENT(xmbuf_create, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4712:1: note: in expansion of macro ‘TRACE_EVENT’ 4712 | TRACE_EVENT(xmbuf_create, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xmbuf_free’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4737:1: note: in expansion of macro ‘TRACE_EVENT’ 4737 | TRACE_EVENT(xmbuf_free, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4737:1: note: in expansion of macro ‘TRACE_EVENT’ 4737 | TRACE_EVENT(xmbuf_free, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfbtree_init’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4764:1: note: in expansion of macro ‘TRACE_EVENT’ 4764 | TRACE_EVENT(xfbtree_init, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4764:1: note: in expansion of macro ‘TRACE_EVENT’ 4764 | TRACE_EVENT(xfbtree_init, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfbtree_buf_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4796:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4796 | DECLARE_EVENT_CLASS(xfbtree_buf_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4796:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4796 | DECLARE_EVENT_CLASS(xfbtree_buf_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfbtree_freesp_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4835:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4835 | DECLARE_EVENT_CLASS(xfbtree_freesp_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4835:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4835 | DECLARE_EVENT_CLASS(xfbtree_freesp_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_exchrange_inode_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4885:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4885 | DECLARE_EVENT_CLASS(xfs_exchrange_inode_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4885:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4885 | DECLARE_EVENT_CLASS(xfs_exchrange_inode_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_exchrange_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4932:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4932 | DECLARE_EVENT_CLASS(xfs_exchrange_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4932:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4932 | DECLARE_EVENT_CLASS(xfs_exchrange_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_exchmaps_overhead’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4989:1: note: in expansion of macro ‘TRACE_EVENT’ 4989 | TRACE_EVENT(xfs_exchmaps_overhead, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4989:1: note: in expansion of macro ‘TRACE_EVENT’ 4989 | TRACE_EVENT(xfs_exchmaps_overhead, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_exchmaps_estimate_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5009:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 5009 | DECLARE_EVENT_CLASS(xfs_exchmaps_estimate_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5009:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 5009 | DECLARE_EVENT_CLASS(xfs_exchmaps_estimate_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_exchmaps_intent_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5063:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 5063 | DECLARE_EVENT_CLASS(xfs_exchmaps_intent_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5063:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 5063 | DECLARE_EVENT_CLASS(xfs_exchmaps_intent_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_exchmaps_delta_nextents_step’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5109:1: note: in expansion of macro ‘TRACE_EVENT’ 5109 | TRACE_EVENT(xfs_exchmaps_delta_nextents_step, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5109:1: note: in expansion of macro ‘TRACE_EVENT’ 5109 | TRACE_EVENT(xfs_exchmaps_delta_nextents_step, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_exchmaps_delta_nextents’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5160:1: note: in expansion of macro ‘TRACE_EVENT’ 5160 | TRACE_EVENT(xfs_exchmaps_delta_nextents, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5160:1: note: in expansion of macro ‘TRACE_EVENT’ 5160 | TRACE_EVENT(xfs_exchmaps_delta_nextents, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_getparents_rec_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5191:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 5191 | DECLARE_EVENT_CLASS(xfs_getparents_rec_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5191:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 5191 | DECLARE_EVENT_CLASS(xfs_getparents_rec_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_getparents_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5235:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 5235 | DECLARE_EVENT_CLASS(xfs_getparents_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5235:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 5235 | DECLARE_EVENT_CLASS(xfs_getparents_class, | ^~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: fs/xfs/xfs_trace.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: fs/xfs] Error 2 make[3]: *** [../scripts/Makefile.build:485: fs] Error 2 In file included from ../include/trace/define_trace.h:108, from ../net/wireless/trace.h:4093, from ../net/wireless/trace.c:5: ../net/wireless/./trace.h: In function ‘trace_event_raw_event_wiphy_work_event’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:249:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 249 | DECLARE_EVENT_CLASS(wiphy_work_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:249:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 249 | DECLARE_EVENT_CLASS(wiphy_work_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:249:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 249 | DECLARE_EVENT_CLASS(wiphy_work_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:249:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 249 | DECLARE_EVENT_CLASS(wiphy_work_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:249:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 249 | DECLARE_EVENT_CLASS(wiphy_work_event, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_wiphy_delayed_work_queue’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ 286 | TRACE_EVENT(wiphy_delayed_work_queue, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ 286 | TRACE_EVENT(wiphy_delayed_work_queue, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_wiphy_work_worker_start’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ 307 | TRACE_EVENT(wiphy_work_worker_start, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ 307 | TRACE_EVENT(wiphy_work_worker_start, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_suspend’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:323:1: note: in expansion of macro ‘TRACE_EVENT’ 323 | TRACE_EVENT(rdev_suspend, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:323:1: note: in expansion of macro ‘TRACE_EVENT’ 323 | TRACE_EVENT(rdev_suspend, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_return_int’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:361:1: note: in expansion of macro ‘TRACE_EVENT’ 361 | TRACE_EVENT(rdev_return_int, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:361:1: note: in expansion of macro ‘TRACE_EVENT’ 361 | TRACE_EVENT(rdev_return_int, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_scan’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:375:1: note: in expansion of macro ‘TRACE_EVENT’ 375 | TRACE_EVENT(rdev_scan, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:375:1: note: in expansion of macro ‘TRACE_EVENT’ 375 | TRACE_EVENT(rdev_scan, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_wiphy_only_evt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:387:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 387 | DECLARE_EVENT_CLASS(wiphy_only_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:387:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 387 | DECLARE_EVENT_CLASS(wiphy_only_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_wiphy_enabled_evt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:419:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 419 | DECLARE_EVENT_CLASS(wiphy_enabled_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:419:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 419 | DECLARE_EVENT_CLASS(wiphy_enabled_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_add_virtual_intf’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:439:1: note: in expansion of macro ‘TRACE_EVENT’ 439 | TRACE_EVENT(rdev_add_virtual_intf, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:439:1: note: in expansion of macro ‘TRACE_EVENT’ 439 | TRACE_EVENT(rdev_add_virtual_intf, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_wiphy_wdev_evt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:456:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 456 | DECLARE_EVENT_CLASS(wiphy_wdev_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:456:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 456 | DECLARE_EVENT_CLASS(wiphy_wdev_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_wiphy_wdev_cookie_evt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:470:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 470 | DECLARE_EVENT_CLASS(wiphy_wdev_cookie_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:470:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 470 | DECLARE_EVENT_CLASS(wiphy_wdev_cookie_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_change_virtual_intf’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:498:1: note: in expansion of macro ‘TRACE_EVENT’ 498 | TRACE_EVENT(rdev_change_virtual_intf, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:498:1: note: in expansion of macro ‘TRACE_EVENT’ 498 | TRACE_EVENT(rdev_change_virtual_intf, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_key_handle’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:516:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 516 | DECLARE_EVENT_CLASS(key_handle, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:516:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 516 | DECLARE_EVENT_CLASS(key_handle, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_add_key’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:555:1: note: in expansion of macro ‘TRACE_EVENT’ 555 | TRACE_EVENT(rdev_add_key, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:555:1: note: in expansion of macro ‘TRACE_EVENT’ 555 | TRACE_EVENT(rdev_add_key, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_default_key’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:585:1: note: in expansion of macro ‘TRACE_EVENT’ 585 | TRACE_EVENT(rdev_set_default_key, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:585:1: note: in expansion of macro ‘TRACE_EVENT’ 585 | TRACE_EVENT(rdev_set_default_key, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_default_mgmt_key’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:612:1: note: in expansion of macro ‘TRACE_EVENT’ 612 | TRACE_EVENT(rdev_set_default_mgmt_key, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:612:1: note: in expansion of macro ‘TRACE_EVENT’ 612 | TRACE_EVENT(rdev_set_default_mgmt_key, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_default_beacon_key’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:633:1: note: in expansion of macro ‘TRACE_EVENT’ 633 | TRACE_EVENT(rdev_set_default_beacon_key, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:633:1: note: in expansion of macro ‘TRACE_EVENT’ 633 | TRACE_EVENT(rdev_set_default_beacon_key, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_start_ap’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:654:1: note: in expansion of macro ‘TRACE_EVENT’ 654 | TRACE_EVENT(rdev_start_ap, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:654:1: note: in expansion of macro ‘TRACE_EVENT’ 654 | TRACE_EVENT(rdev_start_ap, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_change_beacon’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:698:1: note: in expansion of macro ‘TRACE_EVENT’ 698 | TRACE_EVENT(rdev_change_beacon, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:698:1: note: in expansion of macro ‘TRACE_EVENT’ 698 | TRACE_EVENT(rdev_change_beacon, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_stop_ap’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:746:1: note: in expansion of macro ‘TRACE_EVENT’ 746 | TRACE_EVENT(rdev_stop_ap, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:746:1: note: in expansion of macro ‘TRACE_EVENT’ 746 | TRACE_EVENT(rdev_stop_ap, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_wiphy_netdev_evt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:764:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 764 | DECLARE_EVENT_CLASS(wiphy_netdev_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:764:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 764 | DECLARE_EVENT_CLASS(wiphy_netdev_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_station_add_change’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:813:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 813 | DECLARE_EVENT_CLASS(station_add_change, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:813:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 813 | DECLARE_EVENT_CLASS(station_add_change, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_wiphy_netdev_mac_evt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:917:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 917 | DECLARE_EVENT_CLASS(wiphy_netdev_mac_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:917:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 917 | DECLARE_EVENT_CLASS(wiphy_netdev_mac_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_station_del’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:934:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 934 | DECLARE_EVENT_CLASS(station_del, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:934:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 934 | DECLARE_EVENT_CLASS(station_del, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_dump_station’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:977:1: note: in expansion of macro ‘TRACE_EVENT’ 977 | TRACE_EVENT(rdev_dump_station, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:977:1: note: in expansion of macro ‘TRACE_EVENT’ 977 | TRACE_EVENT(rdev_dump_station, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_return_int_station_info’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:998:1: note: in expansion of macro ‘TRACE_EVENT’ 998 | TRACE_EVENT(rdev_return_int_station_info, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:998:1: note: in expansion of macro ‘TRACE_EVENT’ 998 | TRACE_EVENT(rdev_return_int_station_info, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_mpath_evt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1015:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1015 | DECLARE_EVENT_CLASS(mpath_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1015:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1015 | DECLARE_EVENT_CLASS(mpath_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_dump_mpath’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1054:1: note: in expansion of macro ‘TRACE_EVENT’ 1054 | TRACE_EVENT(rdev_dump_mpath, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1054:1: note: in expansion of macro ‘TRACE_EVENT’ 1054 | TRACE_EVENT(rdev_dump_mpath, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_get_mpp’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1077:1: note: in expansion of macro ‘TRACE_EVENT’ 1077 | TRACE_EVENT(rdev_get_mpp, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1077:1: note: in expansion of macro ‘TRACE_EVENT’ 1077 | TRACE_EVENT(rdev_get_mpp, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_dump_mpp’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1098:1: note: in expansion of macro ‘TRACE_EVENT’ 1098 | TRACE_EVENT(rdev_dump_mpp, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1098:1: note: in expansion of macro ‘TRACE_EVENT’ 1098 | TRACE_EVENT(rdev_dump_mpp, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_return_int_mpath_info’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1121:1: note: in expansion of macro ‘TRACE_EVENT’ 1121 | TRACE_EVENT(rdev_return_int_mpath_info, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1121:1: note: in expansion of macro ‘TRACE_EVENT’ 1121 | TRACE_EVENT(rdev_return_int_mpath_info, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_return_int_mesh_config’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1159:1: note: in expansion of macro ‘TRACE_EVENT’ 1159 | TRACE_EVENT(rdev_return_int_mesh_config, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1159:1: note: in expansion of macro ‘TRACE_EVENT’ 1159 | TRACE_EVENT(rdev_return_int_mesh_config, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_update_mesh_config’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1176:1: note: in expansion of macro ‘TRACE_EVENT’ 1176 | TRACE_EVENT(rdev_update_mesh_config, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1176:1: note: in expansion of macro ‘TRACE_EVENT’ 1176 | TRACE_EVENT(rdev_update_mesh_config, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_join_mesh’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1196:1: note: in expansion of macro ‘TRACE_EVENT’ 1196 | TRACE_EVENT(rdev_join_mesh, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1196:1: note: in expansion of macro ‘TRACE_EVENT’ 1196 | TRACE_EVENT(rdev_join_mesh, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_change_bss’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1215:1: note: in expansion of macro ‘TRACE_EVENT’ 1215 | TRACE_EVENT(rdev_change_bss, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1215:1: note: in expansion of macro ‘TRACE_EVENT’ 1215 | TRACE_EVENT(rdev_change_bss, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_inform_bss’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1245:1: note: in expansion of macro ‘TRACE_EVENT’ 1245 | TRACE_EVENT(rdev_inform_bss, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1245:1: note: in expansion of macro ‘TRACE_EVENT’ 1245 | TRACE_EVENT(rdev_inform_bss, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_txq_params’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1262:1: note: in expansion of macro ‘TRACE_EVENT’ 1262 | TRACE_EVENT(rdev_set_txq_params, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1262:1: note: in expansion of macro ‘TRACE_EVENT’ 1262 | TRACE_EVENT(rdev_set_txq_params, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_libertas_set_mesh_channel’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1289:1: note: in expansion of macro ‘TRACE_EVENT’ 1289 | TRACE_EVENT(rdev_libertas_set_mesh_channel, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1289:1: note: in expansion of macro ‘TRACE_EVENT’ 1289 | TRACE_EVENT(rdev_libertas_set_mesh_channel, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_monitor_channel’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1307:1: note: in expansion of macro ‘TRACE_EVENT’ 1307 | TRACE_EVENT(rdev_set_monitor_channel, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1307:1: note: in expansion of macro ‘TRACE_EVENT’ 1307 | TRACE_EVENT(rdev_set_monitor_channel, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_auth’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1323:1: note: in expansion of macro ‘TRACE_EVENT’ 1323 | TRACE_EVENT(rdev_auth, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1323:1: note: in expansion of macro ‘TRACE_EVENT’ 1323 | TRACE_EVENT(rdev_auth, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_assoc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1347:1: note: in expansion of macro ‘TRACE_EVENT’ 1347 | TRACE_EVENT(rdev_assoc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1347:1: note: in expansion of macro ‘TRACE_EVENT’ 1347 | TRACE_EVENT(rdev_assoc, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_deauth’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1400:1: note: in expansion of macro ‘TRACE_EVENT’ 1400 | TRACE_EVENT(rdev_deauth, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1400:1: note: in expansion of macro ‘TRACE_EVENT’ 1400 | TRACE_EVENT(rdev_deauth, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_disassoc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1423:1: note: in expansion of macro ‘TRACE_EVENT’ 1423 | TRACE_EVENT(rdev_disassoc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1423:1: note: in expansion of macro ‘TRACE_EVENT’ 1423 | TRACE_EVENT(rdev_disassoc, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_mgmt_tx_cancel_wait’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1448:1: note: in expansion of macro ‘TRACE_EVENT’ 1448 | TRACE_EVENT(rdev_mgmt_tx_cancel_wait, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1448:1: note: in expansion of macro ‘TRACE_EVENT’ 1448 | TRACE_EVENT(rdev_mgmt_tx_cancel_wait, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_power_mgmt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1466:1: note: in expansion of macro ‘TRACE_EVENT’ 1466 | TRACE_EVENT(rdev_set_power_mgmt, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1466:1: note: in expansion of macro ‘TRACE_EVENT’ 1466 | TRACE_EVENT(rdev_set_power_mgmt, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_connect’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1487:1: note: in expansion of macro ‘TRACE_EVENT’ 1487 | TRACE_EVENT(rdev_connect, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1487:1: note: in expansion of macro ‘TRACE_EVENT’ 1487 | TRACE_EVENT(rdev_connect, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_update_connect_params’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1522:1: note: in expansion of macro ‘TRACE_EVENT’ 1522 | TRACE_EVENT(rdev_update_connect_params, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1522:1: note: in expansion of macro ‘TRACE_EVENT’ 1522 | TRACE_EVENT(rdev_update_connect_params, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_cqm_rssi_config’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1540:1: note: in expansion of macro ‘TRACE_EVENT’ 1540 | TRACE_EVENT(rdev_set_cqm_rssi_config, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1540:1: note: in expansion of macro ‘TRACE_EVENT’ 1540 | TRACE_EVENT(rdev_set_cqm_rssi_config, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_cqm_rssi_range_config’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1563:1: note: in expansion of macro ‘TRACE_EVENT’ 1563 | TRACE_EVENT(rdev_set_cqm_rssi_range_config, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1563:1: note: in expansion of macro ‘TRACE_EVENT’ 1563 | TRACE_EVENT(rdev_set_cqm_rssi_range_config, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_cqm_txe_config’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1585:1: note: in expansion of macro ‘TRACE_EVENT’ 1585 | TRACE_EVENT(rdev_set_cqm_txe_config, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1585:1: note: in expansion of macro ‘TRACE_EVENT’ 1585 | TRACE_EVENT(rdev_set_cqm_txe_config, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_disconnect’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1608:1: note: in expansion of macro ‘TRACE_EVENT’ 1608 | TRACE_EVENT(rdev_disconnect, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1608:1: note: in expansion of macro ‘TRACE_EVENT’ 1608 | TRACE_EVENT(rdev_disconnect, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_join_ibss’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1626:1: note: in expansion of macro ‘TRACE_EVENT’ 1626 | TRACE_EVENT(rdev_join_ibss, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1626:1: note: in expansion of macro ‘TRACE_EVENT’ 1626 | TRACE_EVENT(rdev_join_ibss, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_join_ocb’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1647:1: note: in expansion of macro ‘TRACE_EVENT’ 1647 | TRACE_EVENT(rdev_join_ocb, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1647:1: note: in expansion of macro ‘TRACE_EVENT’ 1647 | TRACE_EVENT(rdev_join_ocb, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_wiphy_params’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1663:1: note: in expansion of macro ‘TRACE_EVENT’ 1663 | TRACE_EVENT(rdev_set_wiphy_params, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1663:1: note: in expansion of macro ‘TRACE_EVENT’ 1663 | TRACE_EVENT(rdev_set_wiphy_params, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_tx_power’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1683:1: note: in expansion of macro ‘TRACE_EVENT’ 1683 | TRACE_EVENT(rdev_set_tx_power, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1683:1: note: in expansion of macro ‘TRACE_EVENT’ 1683 | TRACE_EVENT(rdev_set_tx_power, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_return_int_int’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1703:1: note: in expansion of macro ‘TRACE_EVENT’ 1703 | TRACE_EVENT(rdev_return_int_int, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1703:1: note: in expansion of macro ‘TRACE_EVENT’ 1703 | TRACE_EVENT(rdev_return_int_int, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_testmode_cmd’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1721:1: note: in expansion of macro ‘TRACE_EVENT’ 1721 | TRACE_EVENT(rdev_testmode_cmd, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1721:1: note: in expansion of macro ‘TRACE_EVENT’ 1721 | TRACE_EVENT(rdev_testmode_cmd, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_testmode_dump’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1735:1: note: in expansion of macro ‘TRACE_EVENT’ 1735 | TRACE_EVENT(rdev_testmode_dump, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1735:1: note: in expansion of macro ‘TRACE_EVENT’ 1735 | TRACE_EVENT(rdev_testmode_dump, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_bitrate_mask’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1748:1: note: in expansion of macro ‘TRACE_EVENT’ 1748 | TRACE_EVENT(rdev_set_bitrate_mask, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1748:1: note: in expansion of macro ‘TRACE_EVENT’ 1748 | TRACE_EVENT(rdev_set_bitrate_mask, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_update_mgmt_frame_registrations’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1770:1: note: in expansion of macro ‘TRACE_EVENT’ 1770 | TRACE_EVENT(rdev_update_mgmt_frame_registrations, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1770:1: note: in expansion of macro ‘TRACE_EVENT’ 1770 | TRACE_EVENT(rdev_update_mgmt_frame_registrations, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_return_int_tx_rx’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1791:1: note: in expansion of macro ‘TRACE_EVENT’ 1791 | TRACE_EVENT(rdev_return_int_tx_rx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1791:1: note: in expansion of macro ‘TRACE_EVENT’ 1791 | TRACE_EVENT(rdev_return_int_tx_rx, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_return_void_tx_rx’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1810:1: note: in expansion of macro ‘TRACE_EVENT’ 1810 | TRACE_EVENT(rdev_return_void_tx_rx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1810:1: note: in expansion of macro ‘TRACE_EVENT’ 1810 | TRACE_EVENT(rdev_return_void_tx_rx, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_tx_rx_evt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1833:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1833 | DECLARE_EVENT_CLASS(tx_rx_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1833:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1833 | DECLARE_EVENT_CLASS(tx_rx_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_wiphy_netdev_id_evt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1855:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1855 | DECLARE_EVENT_CLASS(wiphy_netdev_id_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1855:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1855 | DECLARE_EVENT_CLASS(wiphy_netdev_id_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_tdls_mgmt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1882:1: note: in expansion of macro ‘TRACE_EVENT’ 1882 | TRACE_EVENT(rdev_tdls_mgmt, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1882:1: note: in expansion of macro ‘TRACE_EVENT’ 1882 | TRACE_EVENT(rdev_tdls_mgmt, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_dump_survey’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1924:1: note: in expansion of macro ‘TRACE_EVENT’ 1924 | TRACE_EVENT(rdev_dump_survey, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1924:1: note: in expansion of macro ‘TRACE_EVENT’ 1924 | TRACE_EVENT(rdev_dump_survey, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_return_int_survey_info’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1941:1: note: in expansion of macro ‘TRACE_EVENT’ 1941 | TRACE_EVENT(rdev_return_int_survey_info, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1941:1: note: in expansion of macro ‘TRACE_EVENT’ 1941 | TRACE_EVENT(rdev_return_int_survey_info, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_tdls_oper’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1981:1: note: in expansion of macro ‘TRACE_EVENT’ 1981 | TRACE_EVENT(rdev_tdls_oper, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1981:1: note: in expansion of macro ‘TRACE_EVENT’ 1981 | TRACE_EVENT(rdev_tdls_oper, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_pmksa’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2001:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2001 | DECLARE_EVENT_CLASS(rdev_pmksa, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2001:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2001 | DECLARE_EVENT_CLASS(rdev_pmksa, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_probe_client’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2019:1: note: in expansion of macro ‘TRACE_EVENT’ 2019 | TRACE_EVENT(rdev_probe_client, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2019:1: note: in expansion of macro ‘TRACE_EVENT’ 2019 | TRACE_EVENT(rdev_probe_client, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_remain_on_channel’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2049:1: note: in expansion of macro ‘TRACE_EVENT’ 2049 | TRACE_EVENT(rdev_remain_on_channel, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2049:1: note: in expansion of macro ‘TRACE_EVENT’ 2049 | TRACE_EVENT(rdev_remain_on_channel, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_return_int_cookie’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2070:1: note: in expansion of macro ‘TRACE_EVENT’ 2070 | TRACE_EVENT(rdev_return_int_cookie, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2070:1: note: in expansion of macro ‘TRACE_EVENT’ 2070 | TRACE_EVENT(rdev_return_int_cookie, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_cancel_remain_on_channel’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2087:1: note: in expansion of macro ‘TRACE_EVENT’ 2087 | TRACE_EVENT(rdev_cancel_remain_on_channel, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2087:1: note: in expansion of macro ‘TRACE_EVENT’ 2087 | TRACE_EVENT(rdev_cancel_remain_on_channel, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_mgmt_tx’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2104:1: note: in expansion of macro ‘TRACE_EVENT’ 2104 | TRACE_EVENT(rdev_mgmt_tx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2104:1: note: in expansion of macro ‘TRACE_EVENT’ 2104 | TRACE_EVENT(rdev_mgmt_tx, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_tx_control_port’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2134:1: note: in expansion of macro ‘TRACE_EVENT’ 2134 | TRACE_EVENT(rdev_tx_control_port, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2134:1: note: in expansion of macro ‘TRACE_EVENT’ 2134 | TRACE_EVENT(rdev_tx_control_port, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_noack_map’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2163:1: note: in expansion of macro ‘TRACE_EVENT’ 2163 | TRACE_EVENT(rdev_set_noack_map, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2163:1: note: in expansion of macro ‘TRACE_EVENT’ 2163 | TRACE_EVENT(rdev_set_noack_map, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_wiphy_wdev_link_evt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2181:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2181 | DECLARE_EVENT_CLASS(wiphy_wdev_link_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2181:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2181 | DECLARE_EVENT_CLASS(wiphy_wdev_link_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_return_chandef’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2205:1: note: in expansion of macro ‘TRACE_EVENT’ 2205 | TRACE_EVENT(rdev_return_chandef, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2205:1: note: in expansion of macro ‘TRACE_EVENT’ 2205 | TRACE_EVENT(rdev_return_chandef, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_start_nan’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2236:1: note: in expansion of macro ‘TRACE_EVENT’ 2236 | TRACE_EVENT(rdev_start_nan, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2236:1: note: in expansion of macro ‘TRACE_EVENT’ 2236 | TRACE_EVENT(rdev_start_nan, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_nan_change_conf’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2258:1: note: in expansion of macro ‘TRACE_EVENT’ 2258 | TRACE_EVENT(rdev_nan_change_conf, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2258:1: note: in expansion of macro ‘TRACE_EVENT’ 2258 | TRACE_EVENT(rdev_nan_change_conf, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_add_nan_func’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2287:1: note: in expansion of macro ‘TRACE_EVENT’ 2287 | TRACE_EVENT(rdev_add_nan_func, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2287:1: note: in expansion of macro ‘TRACE_EVENT’ 2287 | TRACE_EVENT(rdev_add_nan_func, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_del_nan_func’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2308:1: note: in expansion of macro ‘TRACE_EVENT’ 2308 | TRACE_EVENT(rdev_del_nan_func, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2308:1: note: in expansion of macro ‘TRACE_EVENT’ 2308 | TRACE_EVENT(rdev_del_nan_func, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_mac_acl’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2326:1: note: in expansion of macro ‘TRACE_EVENT’ 2326 | TRACE_EVENT(rdev_set_mac_acl, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2326:1: note: in expansion of macro ‘TRACE_EVENT’ 2326 | TRACE_EVENT(rdev_set_mac_acl, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_update_ft_ies’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2344:1: note: in expansion of macro ‘TRACE_EVENT’ 2344 | TRACE_EVENT(rdev_update_ft_ies, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2344:1: note: in expansion of macro ‘TRACE_EVENT’ 2344 | TRACE_EVENT(rdev_update_ft_ies, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_crit_proto_start’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2364:1: note: in expansion of macro ‘TRACE_EVENT’ 2364 | TRACE_EVENT(rdev_crit_proto_start, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2364:1: note: in expansion of macro ‘TRACE_EVENT’ 2364 | TRACE_EVENT(rdev_crit_proto_start, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_crit_proto_stop’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2384:1: note: in expansion of macro ‘TRACE_EVENT’ 2384 | TRACE_EVENT(rdev_crit_proto_stop, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2384:1: note: in expansion of macro ‘TRACE_EVENT’ 2384 | TRACE_EVENT(rdev_crit_proto_stop, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_channel_switch’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2399:1: note: in expansion of macro ‘TRACE_EVENT’ 2399 | TRACE_EVENT(rdev_channel_switch, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2399:1: note: in expansion of macro ‘TRACE_EVENT’ 2399 | TRACE_EVENT(rdev_channel_switch, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_qos_map’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2439:1: note: in expansion of macro ‘TRACE_EVENT’ 2439 | TRACE_EVENT(rdev_set_qos_map, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2439:1: note: in expansion of macro ‘TRACE_EVENT’ 2439 | TRACE_EVENT(rdev_set_qos_map, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_ap_chanwidth’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2457:1: note: in expansion of macro ‘TRACE_EVENT’ 2457 | TRACE_EVENT(rdev_set_ap_chanwidth, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2457:1: note: in expansion of macro ‘TRACE_EVENT’ 2457 | TRACE_EVENT(rdev_set_ap_chanwidth, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_add_tx_ts’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2479:1: note: in expansion of macro ‘TRACE_EVENT’ 2479 | TRACE_EVENT(rdev_add_tx_ts, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2479:1: note: in expansion of macro ‘TRACE_EVENT’ 2479 | TRACE_EVENT(rdev_add_tx_ts, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_del_tx_ts’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2504:1: note: in expansion of macro ‘TRACE_EVENT’ 2504 | TRACE_EVENT(rdev_del_tx_ts, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2504:1: note: in expansion of macro ‘TRACE_EVENT’ 2504 | TRACE_EVENT(rdev_del_tx_ts, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_tdls_channel_switch’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2524:1: note: in expansion of macro ‘TRACE_EVENT’ 2524 | TRACE_EVENT(rdev_tdls_channel_switch, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2524:1: note: in expansion of macro ‘TRACE_EVENT’ 2524 | TRACE_EVENT(rdev_tdls_channel_switch, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_tdls_cancel_channel_switch’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2548:1: note: in expansion of macro ‘TRACE_EVENT’ 2548 | TRACE_EVENT(rdev_tdls_cancel_channel_switch, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2548:1: note: in expansion of macro ‘TRACE_EVENT’ 2548 | TRACE_EVENT(rdev_tdls_cancel_channel_switch, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_pmk’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2566:1: note: in expansion of macro ‘TRACE_EVENT’ 2566 | TRACE_EVENT(rdev_set_pmk, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2566:1: note: in expansion of macro ‘TRACE_EVENT’ 2566 | TRACE_EVENT(rdev_set_pmk, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_del_pmk’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2605:1: note: in expansion of macro ‘TRACE_EVENT’ 2605 | TRACE_EVENT(rdev_del_pmk, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2605:1: note: in expansion of macro ‘TRACE_EVENT’ 2605 | TRACE_EVENT(rdev_del_pmk, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_external_auth’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2626:1: note: in expansion of macro ‘TRACE_EVENT’ 2626 | TRACE_EVENT(rdev_external_auth, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2626:1: note: in expansion of macro ‘TRACE_EVENT’ 2626 | TRACE_EVENT(rdev_external_auth, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_start_radar_detection’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2652:1: note: in expansion of macro ‘TRACE_EVENT’ 2652 | TRACE_EVENT(rdev_start_radar_detection, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2652:1: note: in expansion of macro ‘TRACE_EVENT’ 2652 | TRACE_EVENT(rdev_start_radar_detection, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_mcast_rate’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2675:1: note: in expansion of macro ‘TRACE_EVENT’ 2675 | TRACE_EVENT(rdev_set_mcast_rate, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2675:1: note: in expansion of macro ‘TRACE_EVENT’ 2675 | TRACE_EVENT(rdev_set_mcast_rate, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_coalesce’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2699:1: note: in expansion of macro ‘TRACE_EVENT’ 2699 | TRACE_EVENT(rdev_set_coalesce, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2699:1: note: in expansion of macro ‘TRACE_EVENT’ 2699 | TRACE_EVENT(rdev_set_coalesce, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_multicast_to_unicast’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2719:1: note: in expansion of macro ‘TRACE_EVENT’ 2719 | TRACE_EVENT(rdev_set_multicast_to_unicast, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2719:1: note: in expansion of macro ‘TRACE_EVENT’ 2719 | TRACE_EVENT(rdev_set_multicast_to_unicast, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_get_ftm_responder_stats’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2743:1: note: in expansion of macro ‘TRACE_EVENT’ 2743 | TRACE_EVENT(rdev_get_ftm_responder_stats, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2743:1: note: in expansion of macro ‘TRACE_EVENT’ 2743 | TRACE_EVENT(rdev_get_ftm_responder_stats, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_fils_aad’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2797:1: note: in expansion of macro ‘TRACE_EVENT’ 2797 | TRACE_EVENT(rdev_set_fils_aad, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2797:1: note: in expansion of macro ‘TRACE_EVENT’ 2797 | TRACE_EVENT(rdev_set_fils_aad, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_update_owe_info’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2815:1: note: in expansion of macro ‘TRACE_EVENT’ 2815 | TRACE_EVENT(rdev_update_owe_info, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2815:1: note: in expansion of macro ‘TRACE_EVENT’ 2815 | TRACE_EVENT(rdev_update_owe_info, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_probe_mesh_link’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2835:1: note: in expansion of macro ‘TRACE_EVENT’ 2835 | TRACE_EVENT(rdev_probe_mesh_link, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2835:1: note: in expansion of macro ‘TRACE_EVENT’ 2835 | TRACE_EVENT(rdev_probe_mesh_link, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_tid_config’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2853:1: note: in expansion of macro ‘TRACE_EVENT’ 2853 | TRACE_EVENT(rdev_set_tid_config, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2853:1: note: in expansion of macro ‘TRACE_EVENT’ 2853 | TRACE_EVENT(rdev_set_tid_config, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_reset_tid_config’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2871:1: note: in expansion of macro ‘TRACE_EVENT’ 2871 | TRACE_EVENT(rdev_reset_tid_config, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2871:1: note: in expansion of macro ‘TRACE_EVENT’ 2871 | TRACE_EVENT(rdev_reset_tid_config, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_sar_specs’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2891:1: note: in expansion of macro ‘TRACE_EVENT’ 2891 | TRACE_EVENT(rdev_set_sar_specs, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2891:1: note: in expansion of macro ‘TRACE_EVENT’ 2891 | TRACE_EVENT(rdev_set_sar_specs, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_color_change’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2909:1: note: in expansion of macro ‘TRACE_EVENT’ 2909 | TRACE_EVENT(rdev_color_change, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2909:1: note: in expansion of macro ‘TRACE_EVENT’ 2909 | TRACE_EVENT(rdev_color_change, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_radar_background’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2935:1: note: in expansion of macro ‘TRACE_EVENT’ 2935 | TRACE_EVENT(rdev_set_radar_background, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2935:1: note: in expansion of macro ‘TRACE_EVENT’ 2935 | TRACE_EVENT(rdev_set_radar_background, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_del_link_station’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2966:1: note: in expansion of macro ‘TRACE_EVENT’ 2966 | TRACE_EVENT(rdev_del_link_station, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2966:1: note: in expansion of macro ‘TRACE_EVENT’ 2966 | TRACE_EVENT(rdev_del_link_station, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_hw_timestamp’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2990:1: note: in expansion of macro ‘TRACE_EVENT’ 2990 | TRACE_EVENT(rdev_set_hw_timestamp, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2990:1: note: in expansion of macro ‘TRACE_EVENT’ 2990 | TRACE_EVENT(rdev_set_hw_timestamp, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_ttlm’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3015:1: note: in expansion of macro ‘TRACE_EVENT’ 3015 | TRACE_EVENT(rdev_set_ttlm, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3015:1: note: in expansion of macro ‘TRACE_EVENT’ 3015 | TRACE_EVENT(rdev_set_ttlm, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_return_bool’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3039:1: note: in expansion of macro ‘TRACE_EVENT’ 3039 | TRACE_EVENT(cfg80211_return_bool, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3039:1: note: in expansion of macro ‘TRACE_EVENT’ 3039 | TRACE_EVENT(cfg80211_return_bool, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_netdev_mac_evt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3051:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3051 | DECLARE_EVENT_CLASS(cfg80211_netdev_mac_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3051:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3051 | DECLARE_EVENT_CLASS(cfg80211_netdev_mac_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_netdev_evt_only’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3071:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3071 | DECLARE_EVENT_CLASS(netdev_evt_only, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3071:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3071 | DECLARE_EVENT_CLASS(netdev_evt_only, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_send_rx_assoc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3088:1: note: in expansion of macro ‘TRACE_EVENT’ 3088 | TRACE_EVENT(cfg80211_send_rx_assoc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3088:1: note: in expansion of macro ‘TRACE_EVENT’ 3088 | TRACE_EVENT(cfg80211_send_rx_assoc, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_netdev_frame_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3105:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3105 | DECLARE_EVENT_CLASS(netdev_frame_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3105:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3105 | DECLARE_EVENT_CLASS(netdev_frame_event, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_tx_mlme_mgmt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3131:1: note: in expansion of macro ‘TRACE_EVENT’ 3131 | TRACE_EVENT(cfg80211_tx_mlme_mgmt, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3131:1: note: in expansion of macro ‘TRACE_EVENT’ 3131 | TRACE_EVENT(cfg80211_tx_mlme_mgmt, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_netdev_mac_evt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3151:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3151 | DECLARE_EVENT_CLASS(netdev_mac_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3151:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3151 | DECLARE_EVENT_CLASS(netdev_mac_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_send_assoc_failure’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3171:1: note: in expansion of macro ‘TRACE_EVENT’ 3171 | TRACE_EVENT(cfg80211_send_assoc_failure, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3171:1: note: in expansion of macro ‘TRACE_EVENT’ 3171 | TRACE_EVENT(cfg80211_send_assoc_failure, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_michael_mic_failure’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3189:1: note: in expansion of macro ‘TRACE_EVENT’ 3189 | TRACE_EVENT(cfg80211_michael_mic_failure, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3189:1: note: in expansion of macro ‘TRACE_EVENT’ 3189 | TRACE_EVENT(cfg80211_michael_mic_failure, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_ready_on_channel’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3213:1: note: in expansion of macro ‘TRACE_EVENT’ 3213 | TRACE_EVENT(cfg80211_ready_on_channel, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3213:1: note: in expansion of macro ‘TRACE_EVENT’ 3213 | TRACE_EVENT(cfg80211_ready_on_channel, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_ready_on_channel_expired’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3235:1: note: in expansion of macro ‘TRACE_EVENT’ 3235 | TRACE_EVENT(cfg80211_ready_on_channel_expired, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3235:1: note: in expansion of macro ‘TRACE_EVENT’ 3235 | TRACE_EVENT(cfg80211_ready_on_channel_expired, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_tx_mgmt_expired’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3253:1: note: in expansion of macro ‘TRACE_EVENT’ 3253 | TRACE_EVENT(cfg80211_tx_mgmt_expired, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3253:1: note: in expansion of macro ‘TRACE_EVENT’ 3253 | TRACE_EVENT(cfg80211_tx_mgmt_expired, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_new_sta’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3271:1: note: in expansion of macro ‘TRACE_EVENT’ 3271 | TRACE_EVENT(cfg80211_new_sta, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3271:1: note: in expansion of macro ‘TRACE_EVENT’ 3271 | TRACE_EVENT(cfg80211_new_sta, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_rx_mgmt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3294:1: note: in expansion of macro ‘TRACE_EVENT’ 3294 | TRACE_EVENT(cfg80211_rx_mgmt, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3294:1: note: in expansion of macro ‘TRACE_EVENT’ 3294 | TRACE_EVENT(cfg80211_rx_mgmt, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_mgmt_tx_status’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3311:1: note: in expansion of macro ‘TRACE_EVENT’ 3311 | TRACE_EVENT(cfg80211_mgmt_tx_status, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3311:1: note: in expansion of macro ‘TRACE_EVENT’ 3311 | TRACE_EVENT(cfg80211_mgmt_tx_status, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_control_port_tx_status’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3328:1: note: in expansion of macro ‘TRACE_EVENT’ 3328 | TRACE_EVENT(cfg80211_control_port_tx_status, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3328:1: note: in expansion of macro ‘TRACE_EVENT’ 3328 | TRACE_EVENT(cfg80211_control_port_tx_status, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_rx_control_port’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3345:1: note: in expansion of macro ‘TRACE_EVENT’ 3345 | TRACE_EVENT(cfg80211_rx_control_port, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3345:1: note: in expansion of macro ‘TRACE_EVENT’ 3345 | TRACE_EVENT(cfg80211_rx_control_port, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_cqm_rssi_notify’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3371:1: note: in expansion of macro ‘TRACE_EVENT’ 3371 | TRACE_EVENT(cfg80211_cqm_rssi_notify, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3371:1: note: in expansion of macro ‘TRACE_EVENT’ 3371 | TRACE_EVENT(cfg80211_cqm_rssi_notify, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_reg_can_beacon’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3390:1: note: in expansion of macro ‘TRACE_EVENT’ 3390 | TRACE_EVENT(cfg80211_reg_can_beacon, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3390:1: note: in expansion of macro ‘TRACE_EVENT’ 3390 | TRACE_EVENT(cfg80211_reg_can_beacon, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_chandef_dfs_required’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3414:1: note: in expansion of macro ‘TRACE_EVENT’ 3414 | TRACE_EVENT(cfg80211_chandef_dfs_required, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3414:1: note: in expansion of macro ‘TRACE_EVENT’ 3414 | TRACE_EVENT(cfg80211_chandef_dfs_required, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_ch_switch_notify’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3429:1: note: in expansion of macro ‘TRACE_EVENT’ 3429 | TRACE_EVENT(cfg80211_ch_switch_notify, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3429:1: note: in expansion of macro ‘TRACE_EVENT’ 3429 | TRACE_EVENT(cfg80211_ch_switch_notify, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_ch_switch_started_notify’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3448:1: note: in expansion of macro ‘TRACE_EVENT’ 3448 | TRACE_EVENT(cfg80211_ch_switch_started_notify, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3448:1: note: in expansion of macro ‘TRACE_EVENT’ 3448 | TRACE_EVENT(cfg80211_ch_switch_started_notify, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_radar_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3467:1: note: in expansion of macro ‘TRACE_EVENT’ 3467 | TRACE_EVENT(cfg80211_radar_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3467:1: note: in expansion of macro ‘TRACE_EVENT’ 3467 | TRACE_EVENT(cfg80211_radar_event, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_cac_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3485:1: note: in expansion of macro ‘TRACE_EVENT’ 3485 | TRACE_EVENT(cfg80211_cac_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3485:1: note: in expansion of macro ‘TRACE_EVENT’ 3485 | TRACE_EVENT(cfg80211_cac_event, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_rx_evt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3500:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3500 | DECLARE_EVENT_CLASS(cfg80211_rx_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3500:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3500 | DECLARE_EVENT_CLASS(cfg80211_rx_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_ibss_joined’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3524:1: note: in expansion of macro ‘TRACE_EVENT’ 3524 | TRACE_EVENT(cfg80211_ibss_joined, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3524:1: note: in expansion of macro ‘TRACE_EVENT’ 3524 | TRACE_EVENT(cfg80211_ibss_joined, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_probe_status’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3542:1: note: in expansion of macro ‘TRACE_EVENT’ 3542 | TRACE_EVENT(cfg80211_probe_status, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3542:1: note: in expansion of macro ‘TRACE_EVENT’ 3542 | TRACE_EVENT(cfg80211_probe_status, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_cqm_pktloss_notify’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3563:1: note: in expansion of macro ‘TRACE_EVENT’ 3563 | TRACE_EVENT(cfg80211_cqm_pktloss_notify, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3563:1: note: in expansion of macro ‘TRACE_EVENT’ 3563 | TRACE_EVENT(cfg80211_cqm_pktloss_notify, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_pmksa_candidate_notify’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3585:1: note: in expansion of macro ‘TRACE_EVENT’ 3585 | TRACE_EVENT(cfg80211_pmksa_candidate_notify, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3585:1: note: in expansion of macro ‘TRACE_EVENT’ 3585 | TRACE_EVENT(cfg80211_pmksa_candidate_notify, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_report_obss_beacon’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3606:1: note: in expansion of macro ‘TRACE_EVENT’ 3606 | TRACE_EVENT(cfg80211_report_obss_beacon, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3606:1: note: in expansion of macro ‘TRACE_EVENT’ 3606 | TRACE_EVENT(cfg80211_report_obss_beacon, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_tdls_oper_request’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3624:1: note: in expansion of macro ‘TRACE_EVENT’ 3624 | TRACE_EVENT(cfg80211_tdls_oper_request, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3624:1: note: in expansion of macro ‘TRACE_EVENT’ 3624 | TRACE_EVENT(cfg80211_tdls_oper_request, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_scan_done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3647:1: note: in expansion of macro ‘TRACE_EVENT’ 3647 | TRACE_EVENT(cfg80211_scan_done, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3647:1: note: in expansion of macro ‘TRACE_EVENT’ 3647 | TRACE_EVENT(cfg80211_scan_done, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_wiphy_id_evt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3687:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3687 | DECLARE_EVENT_CLASS(wiphy_id_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3687:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3687 | DECLARE_EVENT_CLASS(wiphy_id_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_get_bss’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3711:1: note: in expansion of macro ‘TRACE_EVENT’ 3711 | TRACE_EVENT(cfg80211_get_bss, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3711:1: note: in expansion of macro ‘TRACE_EVENT’ 3711 | TRACE_EVENT(cfg80211_get_bss, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_inform_bss_frame’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3740:1: note: in expansion of macro ‘TRACE_EVENT’ 3740 | TRACE_EVENT(cfg80211_inform_bss_frame, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3740:1: note: in expansion of macro ‘TRACE_EVENT’ 3740 | TRACE_EVENT(cfg80211_inform_bss_frame, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_bss_evt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3771:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3771 | DECLARE_EVENT_CLASS(cfg80211_bss_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3771:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3771 | DECLARE_EVENT_CLASS(cfg80211_bss_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_return_uint’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3790:1: note: in expansion of macro ‘TRACE_EVENT’ 3790 | TRACE_EVENT(cfg80211_return_uint, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3790:1: note: in expansion of macro ‘TRACE_EVENT’ 3790 | TRACE_EVENT(cfg80211_return_uint, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_return_u32’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3802:1: note: in expansion of macro ‘TRACE_EVENT’ 3802 | TRACE_EVENT(cfg80211_return_u32, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3802:1: note: in expansion of macro ‘TRACE_EVENT’ 3802 | TRACE_EVENT(cfg80211_return_u32, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_report_wowlan_wakeup’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3814:1: note: in expansion of macro ‘TRACE_EVENT’ 3814 | TRACE_EVENT(cfg80211_report_wowlan_wakeup, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3814:1: note: in expansion of macro ‘TRACE_EVENT’ 3814 | TRACE_EVENT(cfg80211_report_wowlan_wakeup, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_ft_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3852:1: note: in expansion of macro ‘TRACE_EVENT’ 3852 | TRACE_EVENT(cfg80211_ft_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3852:1: note: in expansion of macro ‘TRACE_EVENT’ 3852 | TRACE_EVENT(cfg80211_ft_event, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_stop_iface’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3878:1: note: in expansion of macro ‘TRACE_EVENT’ 3878 | TRACE_EVENT(cfg80211_stop_iface, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3878:1: note: in expansion of macro ‘TRACE_EVENT’ 3878 | TRACE_EVENT(cfg80211_stop_iface, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_pmsr_report’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3893:1: note: in expansion of macro ‘TRACE_EVENT’ 3893 | TRACE_EVENT(cfg80211_pmsr_report, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3893:1: note: in expansion of macro ‘TRACE_EVENT’ 3893 | TRACE_EVENT(cfg80211_pmsr_report, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_pmsr_complete’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3915:1: note: in expansion of macro ‘TRACE_EVENT’ 3915 | TRACE_EVENT(cfg80211_pmsr_complete, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3915:1: note: in expansion of macro ‘TRACE_EVENT’ 3915 | TRACE_EVENT(cfg80211_pmsr_complete, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_update_owe_info_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3933:1: note: in expansion of macro ‘TRACE_EVENT’ 3933 | TRACE_EVENT(cfg80211_update_owe_info_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3933:1: note: in expansion of macro ‘TRACE_EVENT’ 3933 | TRACE_EVENT(cfg80211_update_owe_info_event, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_bss_color_notify’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3960:1: note: in expansion of macro ‘TRACE_EVENT’ 3960 | TRACE_EVENT(cfg80211_bss_color_notify, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3960:1: note: in expansion of macro ‘TRACE_EVENT’ 3960 | TRACE_EVENT(cfg80211_bss_color_notify, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_assoc_comeback’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3982:1: note: in expansion of macro ‘TRACE_EVENT’ 3982 | TRACE_EVENT(cfg80211_assoc_comeback, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3982:1: note: in expansion of macro ‘TRACE_EVENT’ 3982 | TRACE_EVENT(cfg80211_assoc_comeback, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_link_station_add_mod’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3999:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3999 | DECLARE_EVENT_CLASS(link_station_add_mod, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3999:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3999 | DECLARE_EVENT_CLASS(link_station_add_mod, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_links_removed’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:4072:1: note: in expansion of macro ‘TRACE_EVENT’ 4072 | TRACE_EVENT(cfg80211_links_removed, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:4072:1: note: in expansion of macro ‘TRACE_EVENT’ 4072 | TRACE_EVENT(cfg80211_links_removed, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../net/wireless/./trace.h: In function ‘__bpf_trace_wiphy_work_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:249:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 249 | DECLARE_EVENT_CLASS(wiphy_work_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:249:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 249 | DECLARE_EVENT_CLASS(wiphy_work_event, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_wiphy_delayed_work_queue’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ 286 | TRACE_EVENT(wiphy_delayed_work_queue, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ 286 | TRACE_EVENT(wiphy_delayed_work_queue, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_wiphy_work_worker_start’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ 307 | TRACE_EVENT(wiphy_work_worker_start, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ 307 | TRACE_EVENT(wiphy_work_worker_start, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_suspend’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:323:1: note: in expansion of macro ‘TRACE_EVENT’ 323 | TRACE_EVENT(rdev_suspend, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:323:1: note: in expansion of macro ‘TRACE_EVENT’ 323 | TRACE_EVENT(rdev_suspend, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_return_int’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:361:1: note: in expansion of macro ‘TRACE_EVENT’ 361 | TRACE_EVENT(rdev_return_int, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:361:1: note: in expansion of macro ‘TRACE_EVENT’ 361 | TRACE_EVENT(rdev_return_int, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_scan’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:375:1: note: in expansion of macro ‘TRACE_EVENT’ 375 | TRACE_EVENT(rdev_scan, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:375:1: note: in expansion of macro ‘TRACE_EVENT’ 375 | TRACE_EVENT(rdev_scan, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_wiphy_only_evt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:387:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 387 | DECLARE_EVENT_CLASS(wiphy_only_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:387:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 387 | DECLARE_EVENT_CLASS(wiphy_only_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_wiphy_enabled_evt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:419:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 419 | DECLARE_EVENT_CLASS(wiphy_enabled_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:419:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 419 | DECLARE_EVENT_CLASS(wiphy_enabled_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_add_virtual_intf’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:439:1: note: in expansion of macro ‘TRACE_EVENT’ 439 | TRACE_EVENT(rdev_add_virtual_intf, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:439:1: note: in expansion of macro ‘TRACE_EVENT’ 439 | TRACE_EVENT(rdev_add_virtual_intf, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_wiphy_wdev_evt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:456:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 456 | DECLARE_EVENT_CLASS(wiphy_wdev_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:456:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 456 | DECLARE_EVENT_CLASS(wiphy_wdev_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_wiphy_wdev_cookie_evt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:470:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 470 | DECLARE_EVENT_CLASS(wiphy_wdev_cookie_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:470:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 470 | DECLARE_EVENT_CLASS(wiphy_wdev_cookie_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_change_virtual_intf’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:498:1: note: in expansion of macro ‘TRACE_EVENT’ 498 | TRACE_EVENT(rdev_change_virtual_intf, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:498:1: note: in expansion of macro ‘TRACE_EVENT’ 498 | TRACE_EVENT(rdev_change_virtual_intf, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_key_handle’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:516:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 516 | DECLARE_EVENT_CLASS(key_handle, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:516:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 516 | DECLARE_EVENT_CLASS(key_handle, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_add_key’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:555:1: note: in expansion of macro ‘TRACE_EVENT’ 555 | TRACE_EVENT(rdev_add_key, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:555:1: note: in expansion of macro ‘TRACE_EVENT’ 555 | TRACE_EVENT(rdev_add_key, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_default_key’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:585:1: note: in expansion of macro ‘TRACE_EVENT’ 585 | TRACE_EVENT(rdev_set_default_key, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:585:1: note: in expansion of macro ‘TRACE_EVENT’ 585 | TRACE_EVENT(rdev_set_default_key, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_default_mgmt_key’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:612:1: note: in expansion of macro ‘TRACE_EVENT’ 612 | TRACE_EVENT(rdev_set_default_mgmt_key, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:612:1: note: in expansion of macro ‘TRACE_EVENT’ 612 | TRACE_EVENT(rdev_set_default_mgmt_key, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_default_beacon_key’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:633:1: note: in expansion of macro ‘TRACE_EVENT’ 633 | TRACE_EVENT(rdev_set_default_beacon_key, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:633:1: note: in expansion of macro ‘TRACE_EVENT’ 633 | TRACE_EVENT(rdev_set_default_beacon_key, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_start_ap’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:654:1: note: in expansion of macro ‘TRACE_EVENT’ 654 | TRACE_EVENT(rdev_start_ap, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:654:1: note: in expansion of macro ‘TRACE_EVENT’ 654 | TRACE_EVENT(rdev_start_ap, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_change_beacon’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:698:1: note: in expansion of macro ‘TRACE_EVENT’ 698 | TRACE_EVENT(rdev_change_beacon, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:698:1: note: in expansion of macro ‘TRACE_EVENT’ 698 | TRACE_EVENT(rdev_change_beacon, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_stop_ap’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:746:1: note: in expansion of macro ‘TRACE_EVENT’ 746 | TRACE_EVENT(rdev_stop_ap, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:746:1: note: in expansion of macro ‘TRACE_EVENT’ 746 | TRACE_EVENT(rdev_stop_ap, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_wiphy_netdev_evt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:764:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 764 | DECLARE_EVENT_CLASS(wiphy_netdev_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:764:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 764 | DECLARE_EVENT_CLASS(wiphy_netdev_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_station_add_change’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:813:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 813 | DECLARE_EVENT_CLASS(station_add_change, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:813:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 813 | DECLARE_EVENT_CLASS(station_add_change, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_wiphy_netdev_mac_evt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:917:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 917 | DECLARE_EVENT_CLASS(wiphy_netdev_mac_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:917:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 917 | DECLARE_EVENT_CLASS(wiphy_netdev_mac_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_station_del’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:934:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 934 | DECLARE_EVENT_CLASS(station_del, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:934:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 934 | DECLARE_EVENT_CLASS(station_del, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_dump_station’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:977:1: note: in expansion of macro ‘TRACE_EVENT’ 977 | TRACE_EVENT(rdev_dump_station, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:977:1: note: in expansion of macro ‘TRACE_EVENT’ 977 | TRACE_EVENT(rdev_dump_station, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_return_int_station_info’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:998:1: note: in expansion of macro ‘TRACE_EVENT’ 998 | TRACE_EVENT(rdev_return_int_station_info, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:998:1: note: in expansion of macro ‘TRACE_EVENT’ 998 | TRACE_EVENT(rdev_return_int_station_info, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_mpath_evt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1015:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1015 | DECLARE_EVENT_CLASS(mpath_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1015:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1015 | DECLARE_EVENT_CLASS(mpath_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_dump_mpath’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1054:1: note: in expansion of macro ‘TRACE_EVENT’ 1054 | TRACE_EVENT(rdev_dump_mpath, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1054:1: note: in expansion of macro ‘TRACE_EVENT’ 1054 | TRACE_EVENT(rdev_dump_mpath, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_get_mpp’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1077:1: note: in expansion of macro ‘TRACE_EVENT’ 1077 | TRACE_EVENT(rdev_get_mpp, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1077:1: note: in expansion of macro ‘TRACE_EVENT’ 1077 | TRACE_EVENT(rdev_get_mpp, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_dump_mpp’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1098:1: note: in expansion of macro ‘TRACE_EVENT’ 1098 | TRACE_EVENT(rdev_dump_mpp, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1098:1: note: in expansion of macro ‘TRACE_EVENT’ 1098 | TRACE_EVENT(rdev_dump_mpp, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_return_int_mpath_info’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1121:1: note: in expansion of macro ‘TRACE_EVENT’ 1121 | TRACE_EVENT(rdev_return_int_mpath_info, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1121:1: note: in expansion of macro ‘TRACE_EVENT’ 1121 | TRACE_EVENT(rdev_return_int_mpath_info, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_return_int_mesh_config’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1159:1: note: in expansion of macro ‘TRACE_EVENT’ 1159 | TRACE_EVENT(rdev_return_int_mesh_config, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1159:1: note: in expansion of macro ‘TRACE_EVENT’ 1159 | TRACE_EVENT(rdev_return_int_mesh_config, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_update_mesh_config’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1176:1: note: in expansion of macro ‘TRACE_EVENT’ 1176 | TRACE_EVENT(rdev_update_mesh_config, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1176:1: note: in expansion of macro ‘TRACE_EVENT’ 1176 | TRACE_EVENT(rdev_update_mesh_config, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_join_mesh’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1196:1: note: in expansion of macro ‘TRACE_EVENT’ 1196 | TRACE_EVENT(rdev_join_mesh, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1196:1: note: in expansion of macro ‘TRACE_EVENT’ 1196 | TRACE_EVENT(rdev_join_mesh, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_change_bss’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1215:1: note: in expansion of macro ‘TRACE_EVENT’ 1215 | TRACE_EVENT(rdev_change_bss, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1215:1: note: in expansion of macro ‘TRACE_EVENT’ 1215 | TRACE_EVENT(rdev_change_bss, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_inform_bss’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1245:1: note: in expansion of macro ‘TRACE_EVENT’ 1245 | TRACE_EVENT(rdev_inform_bss, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1245:1: note: in expansion of macro ‘TRACE_EVENT’ 1245 | TRACE_EVENT(rdev_inform_bss, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_txq_params’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1262:1: note: in expansion of macro ‘TRACE_EVENT’ 1262 | TRACE_EVENT(rdev_set_txq_params, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1262:1: note: in expansion of macro ‘TRACE_EVENT’ 1262 | TRACE_EVENT(rdev_set_txq_params, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_libertas_set_mesh_channel’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1289:1: note: in expansion of macro ‘TRACE_EVENT’ 1289 | TRACE_EVENT(rdev_libertas_set_mesh_channel, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1289:1: note: in expansion of macro ‘TRACE_EVENT’ 1289 | TRACE_EVENT(rdev_libertas_set_mesh_channel, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_monitor_channel’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1307:1: note: in expansion of macro ‘TRACE_EVENT’ 1307 | TRACE_EVENT(rdev_set_monitor_channel, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1307:1: note: in expansion of macro ‘TRACE_EVENT’ 1307 | TRACE_EVENT(rdev_set_monitor_channel, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_auth’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1323:1: note: in expansion of macro ‘TRACE_EVENT’ 1323 | TRACE_EVENT(rdev_auth, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1323:1: note: in expansion of macro ‘TRACE_EVENT’ 1323 | TRACE_EVENT(rdev_auth, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_assoc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1347:1: note: in expansion of macro ‘TRACE_EVENT’ 1347 | TRACE_EVENT(rdev_assoc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1347:1: note: in expansion of macro ‘TRACE_EVENT’ 1347 | TRACE_EVENT(rdev_assoc, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_deauth’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1400:1: note: in expansion of macro ‘TRACE_EVENT’ 1400 | TRACE_EVENT(rdev_deauth, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1400:1: note: in expansion of macro ‘TRACE_EVENT’ 1400 | TRACE_EVENT(rdev_deauth, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_disassoc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1423:1: note: in expansion of macro ‘TRACE_EVENT’ 1423 | TRACE_EVENT(rdev_disassoc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1423:1: note: in expansion of macro ‘TRACE_EVENT’ 1423 | TRACE_EVENT(rdev_disassoc, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_mgmt_tx_cancel_wait’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1448:1: note: in expansion of macro ‘TRACE_EVENT’ 1448 | TRACE_EVENT(rdev_mgmt_tx_cancel_wait, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1448:1: note: in expansion of macro ‘TRACE_EVENT’ 1448 | TRACE_EVENT(rdev_mgmt_tx_cancel_wait, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_power_mgmt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1466:1: note: in expansion of macro ‘TRACE_EVENT’ 1466 | TRACE_EVENT(rdev_set_power_mgmt, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1466:1: note: in expansion of macro ‘TRACE_EVENT’ 1466 | TRACE_EVENT(rdev_set_power_mgmt, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_connect’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1487:1: note: in expansion of macro ‘TRACE_EVENT’ 1487 | TRACE_EVENT(rdev_connect, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1487:1: note: in expansion of macro ‘TRACE_EVENT’ 1487 | TRACE_EVENT(rdev_connect, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_update_connect_params’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1522:1: note: in expansion of macro ‘TRACE_EVENT’ 1522 | TRACE_EVENT(rdev_update_connect_params, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1522:1: note: in expansion of macro ‘TRACE_EVENT’ 1522 | TRACE_EVENT(rdev_update_connect_params, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_cqm_rssi_config’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1540:1: note: in expansion of macro ‘TRACE_EVENT’ 1540 | TRACE_EVENT(rdev_set_cqm_rssi_config, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1540:1: note: in expansion of macro ‘TRACE_EVENT’ 1540 | TRACE_EVENT(rdev_set_cqm_rssi_config, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_cqm_rssi_range_config’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1563:1: note: in expansion of macro ‘TRACE_EVENT’ 1563 | TRACE_EVENT(rdev_set_cqm_rssi_range_config, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1563:1: note: in expansion of macro ‘TRACE_EVENT’ 1563 | TRACE_EVENT(rdev_set_cqm_rssi_range_config, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_cqm_txe_config’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1585:1: note: in expansion of macro ‘TRACE_EVENT’ 1585 | TRACE_EVENT(rdev_set_cqm_txe_config, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1585:1: note: in expansion of macro ‘TRACE_EVENT’ 1585 | TRACE_EVENT(rdev_set_cqm_txe_config, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_disconnect’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1608:1: note: in expansion of macro ‘TRACE_EVENT’ 1608 | TRACE_EVENT(rdev_disconnect, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1608:1: note: in expansion of macro ‘TRACE_EVENT’ 1608 | TRACE_EVENT(rdev_disconnect, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_join_ibss’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1626:1: note: in expansion of macro ‘TRACE_EVENT’ 1626 | TRACE_EVENT(rdev_join_ibss, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1626:1: note: in expansion of macro ‘TRACE_EVENT’ 1626 | TRACE_EVENT(rdev_join_ibss, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_join_ocb’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1647:1: note: in expansion of macro ‘TRACE_EVENT’ 1647 | TRACE_EVENT(rdev_join_ocb, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1647:1: note: in expansion of macro ‘TRACE_EVENT’ 1647 | TRACE_EVENT(rdev_join_ocb, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_wiphy_params’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1663:1: note: in expansion of macro ‘TRACE_EVENT’ 1663 | TRACE_EVENT(rdev_set_wiphy_params, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1663:1: note: in expansion of macro ‘TRACE_EVENT’ 1663 | TRACE_EVENT(rdev_set_wiphy_params, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_tx_power’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1683:1: note: in expansion of macro ‘TRACE_EVENT’ 1683 | TRACE_EVENT(rdev_set_tx_power, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1683:1: note: in expansion of macro ‘TRACE_EVENT’ 1683 | TRACE_EVENT(rdev_set_tx_power, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_return_int_int’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1703:1: note: in expansion of macro ‘TRACE_EVENT’ 1703 | TRACE_EVENT(rdev_return_int_int, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1703:1: note: in expansion of macro ‘TRACE_EVENT’ 1703 | TRACE_EVENT(rdev_return_int_int, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_testmode_cmd’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1721:1: note: in expansion of macro ‘TRACE_EVENT’ 1721 | TRACE_EVENT(rdev_testmode_cmd, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1721:1: note: in expansion of macro ‘TRACE_EVENT’ 1721 | TRACE_EVENT(rdev_testmode_cmd, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_testmode_dump’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1735:1: note: in expansion of macro ‘TRACE_EVENT’ 1735 | TRACE_EVENT(rdev_testmode_dump, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1735:1: note: in expansion of macro ‘TRACE_EVENT’ 1735 | TRACE_EVENT(rdev_testmode_dump, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_bitrate_mask’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1748:1: note: in expansion of macro ‘TRACE_EVENT’ 1748 | TRACE_EVENT(rdev_set_bitrate_mask, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1748:1: note: in expansion of macro ‘TRACE_EVENT’ 1748 | TRACE_EVENT(rdev_set_bitrate_mask, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_update_mgmt_frame_registrations’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1770:1: note: in expansion of macro ‘TRACE_EVENT’ 1770 | TRACE_EVENT(rdev_update_mgmt_frame_registrations, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1770:1: note: in expansion of macro ‘TRACE_EVENT’ 1770 | TRACE_EVENT(rdev_update_mgmt_frame_registrations, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_return_int_tx_rx’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1791:1: note: in expansion of macro ‘TRACE_EVENT’ 1791 | TRACE_EVENT(rdev_return_int_tx_rx, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1791:1: note: in expansion of macro ‘TRACE_EVENT’ 1791 | TRACE_EVENT(rdev_return_int_tx_rx, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_return_void_tx_rx’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1810:1: note: in expansion of macro ‘TRACE_EVENT’ 1810 | TRACE_EVENT(rdev_return_void_tx_rx, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1810:1: note: in expansion of macro ‘TRACE_EVENT’ 1810 | TRACE_EVENT(rdev_return_void_tx_rx, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_tx_rx_evt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1833:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1833 | DECLARE_EVENT_CLASS(tx_rx_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1833:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1833 | DECLARE_EVENT_CLASS(tx_rx_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_wiphy_netdev_id_evt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1855:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1855 | DECLARE_EVENT_CLASS(wiphy_netdev_id_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1855:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1855 | DECLARE_EVENT_CLASS(wiphy_netdev_id_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_tdls_mgmt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1882:1: note: in expansion of macro ‘TRACE_EVENT’ 1882 | TRACE_EVENT(rdev_tdls_mgmt, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1882:1: note: in expansion of macro ‘TRACE_EVENT’ 1882 | TRACE_EVENT(rdev_tdls_mgmt, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_dump_survey’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1924:1: note: in expansion of macro ‘TRACE_EVENT’ 1924 | TRACE_EVENT(rdev_dump_survey, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1924:1: note: in expansion of macro ‘TRACE_EVENT’ 1924 | TRACE_EVENT(rdev_dump_survey, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_return_int_survey_info’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1941:1: note: in expansion of macro ‘TRACE_EVENT’ 1941 | TRACE_EVENT(rdev_return_int_survey_info, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1941:1: note: in expansion of macro ‘TRACE_EVENT’ 1941 | TRACE_EVENT(rdev_return_int_survey_info, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_tdls_oper’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1981:1: note: in expansion of macro ‘TRACE_EVENT’ 1981 | TRACE_EVENT(rdev_tdls_oper, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1981:1: note: in expansion of macro ‘TRACE_EVENT’ 1981 | TRACE_EVENT(rdev_tdls_oper, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_pmksa’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2001:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2001 | DECLARE_EVENT_CLASS(rdev_pmksa, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2001:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2001 | DECLARE_EVENT_CLASS(rdev_pmksa, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_probe_client’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2019:1: note: in expansion of macro ‘TRACE_EVENT’ 2019 | TRACE_EVENT(rdev_probe_client, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2019:1: note: in expansion of macro ‘TRACE_EVENT’ 2019 | TRACE_EVENT(rdev_probe_client, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_remain_on_channel’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2049:1: note: in expansion of macro ‘TRACE_EVENT’ 2049 | TRACE_EVENT(rdev_remain_on_channel, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2049:1: note: in expansion of macro ‘TRACE_EVENT’ 2049 | TRACE_EVENT(rdev_remain_on_channel, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_return_int_cookie’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2070:1: note: in expansion of macro ‘TRACE_EVENT’ 2070 | TRACE_EVENT(rdev_return_int_cookie, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2070:1: note: in expansion of macro ‘TRACE_EVENT’ 2070 | TRACE_EVENT(rdev_return_int_cookie, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_cancel_remain_on_channel’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2087:1: note: in expansion of macro ‘TRACE_EVENT’ 2087 | TRACE_EVENT(rdev_cancel_remain_on_channel, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2087:1: note: in expansion of macro ‘TRACE_EVENT’ 2087 | TRACE_EVENT(rdev_cancel_remain_on_channel, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_mgmt_tx’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2104:1: note: in expansion of macro ‘TRACE_EVENT’ 2104 | TRACE_EVENT(rdev_mgmt_tx, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2104:1: note: in expansion of macro ‘TRACE_EVENT’ 2104 | TRACE_EVENT(rdev_mgmt_tx, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_tx_control_port’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2134:1: note: in expansion of macro ‘TRACE_EVENT’ 2134 | TRACE_EVENT(rdev_tx_control_port, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2134:1: note: in expansion of macro ‘TRACE_EVENT’ 2134 | TRACE_EVENT(rdev_tx_control_port, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_noack_map’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2163:1: note: in expansion of macro ‘TRACE_EVENT’ 2163 | TRACE_EVENT(rdev_set_noack_map, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2163:1: note: in expansion of macro ‘TRACE_EVENT’ 2163 | TRACE_EVENT(rdev_set_noack_map, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_wiphy_wdev_link_evt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2181:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2181 | DECLARE_EVENT_CLASS(wiphy_wdev_link_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2181:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2181 | DECLARE_EVENT_CLASS(wiphy_wdev_link_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_return_chandef’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2205:1: note: in expansion of macro ‘TRACE_EVENT’ 2205 | TRACE_EVENT(rdev_return_chandef, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2205:1: note: in expansion of macro ‘TRACE_EVENT’ 2205 | TRACE_EVENT(rdev_return_chandef, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_start_nan’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2236:1: note: in expansion of macro ‘TRACE_EVENT’ 2236 | TRACE_EVENT(rdev_start_nan, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2236:1: note: in expansion of macro ‘TRACE_EVENT’ 2236 | TRACE_EVENT(rdev_start_nan, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_nan_change_conf’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2258:1: note: in expansion of macro ‘TRACE_EVENT’ 2258 | TRACE_EVENT(rdev_nan_change_conf, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2258:1: note: in expansion of macro ‘TRACE_EVENT’ 2258 | TRACE_EVENT(rdev_nan_change_conf, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_add_nan_func’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2287:1: note: in expansion of macro ‘TRACE_EVENT’ 2287 | TRACE_EVENT(rdev_add_nan_func, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2287:1: note: in expansion of macro ‘TRACE_EVENT’ 2287 | TRACE_EVENT(rdev_add_nan_func, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_del_nan_func’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2308:1: note: in expansion of macro ‘TRACE_EVENT’ 2308 | TRACE_EVENT(rdev_del_nan_func, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2308:1: note: in expansion of macro ‘TRACE_EVENT’ 2308 | TRACE_EVENT(rdev_del_nan_func, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_mac_acl’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2326:1: note: in expansion of macro ‘TRACE_EVENT’ 2326 | TRACE_EVENT(rdev_set_mac_acl, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2326:1: note: in expansion of macro ‘TRACE_EVENT’ 2326 | TRACE_EVENT(rdev_set_mac_acl, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_update_ft_ies’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2344:1: note: in expansion of macro ‘TRACE_EVENT’ 2344 | TRACE_EVENT(rdev_update_ft_ies, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2344:1: note: in expansion of macro ‘TRACE_EVENT’ 2344 | TRACE_EVENT(rdev_update_ft_ies, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_crit_proto_start’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2364:1: note: in expansion of macro ‘TRACE_EVENT’ 2364 | TRACE_EVENT(rdev_crit_proto_start, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2364:1: note: in expansion of macro ‘TRACE_EVENT’ 2364 | TRACE_EVENT(rdev_crit_proto_start, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_crit_proto_stop’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2384:1: note: in expansion of macro ‘TRACE_EVENT’ 2384 | TRACE_EVENT(rdev_crit_proto_stop, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2384:1: note: in expansion of macro ‘TRACE_EVENT’ 2384 | TRACE_EVENT(rdev_crit_proto_stop, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_channel_switch’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2399:1: note: in expansion of macro ‘TRACE_EVENT’ 2399 | TRACE_EVENT(rdev_channel_switch, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2399:1: note: in expansion of macro ‘TRACE_EVENT’ 2399 | TRACE_EVENT(rdev_channel_switch, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_qos_map’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2439:1: note: in expansion of macro ‘TRACE_EVENT’ 2439 | TRACE_EVENT(rdev_set_qos_map, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2439:1: note: in expansion of macro ‘TRACE_EVENT’ 2439 | TRACE_EVENT(rdev_set_qos_map, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_ap_chanwidth’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2457:1: note: in expansion of macro ‘TRACE_EVENT’ 2457 | TRACE_EVENT(rdev_set_ap_chanwidth, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2457:1: note: in expansion of macro ‘TRACE_EVENT’ 2457 | TRACE_EVENT(rdev_set_ap_chanwidth, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_add_tx_ts’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2479:1: note: in expansion of macro ‘TRACE_EVENT’ 2479 | TRACE_EVENT(rdev_add_tx_ts, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2479:1: note: in expansion of macro ‘TRACE_EVENT’ 2479 | TRACE_EVENT(rdev_add_tx_ts, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_del_tx_ts’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2504:1: note: in expansion of macro ‘TRACE_EVENT’ 2504 | TRACE_EVENT(rdev_del_tx_ts, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2504:1: note: in expansion of macro ‘TRACE_EVENT’ 2504 | TRACE_EVENT(rdev_del_tx_ts, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_tdls_channel_switch’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2524:1: note: in expansion of macro ‘TRACE_EVENT’ 2524 | TRACE_EVENT(rdev_tdls_channel_switch, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2524:1: note: in expansion of macro ‘TRACE_EVENT’ 2524 | TRACE_EVENT(rdev_tdls_channel_switch, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_tdls_cancel_channel_switch’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2548:1: note: in expansion of macro ‘TRACE_EVENT’ 2548 | TRACE_EVENT(rdev_tdls_cancel_channel_switch, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2548:1: note: in expansion of macro ‘TRACE_EVENT’ 2548 | TRACE_EVENT(rdev_tdls_cancel_channel_switch, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_pmk’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2566:1: note: in expansion of macro ‘TRACE_EVENT’ 2566 | TRACE_EVENT(rdev_set_pmk, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2566:1: note: in expansion of macro ‘TRACE_EVENT’ 2566 | TRACE_EVENT(rdev_set_pmk, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_del_pmk’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2605:1: note: in expansion of macro ‘TRACE_EVENT’ 2605 | TRACE_EVENT(rdev_del_pmk, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2605:1: note: in expansion of macro ‘TRACE_EVENT’ 2605 | TRACE_EVENT(rdev_del_pmk, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_external_auth’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2626:1: note: in expansion of macro ‘TRACE_EVENT’ 2626 | TRACE_EVENT(rdev_external_auth, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2626:1: note: in expansion of macro ‘TRACE_EVENT’ 2626 | TRACE_EVENT(rdev_external_auth, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_start_radar_detection’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2652:1: note: in expansion of macro ‘TRACE_EVENT’ 2652 | TRACE_EVENT(rdev_start_radar_detection, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2652:1: note: in expansion of macro ‘TRACE_EVENT’ 2652 | TRACE_EVENT(rdev_start_radar_detection, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_mcast_rate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2675:1: note: in expansion of macro ‘TRACE_EVENT’ 2675 | TRACE_EVENT(rdev_set_mcast_rate, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2675:1: note: in expansion of macro ‘TRACE_EVENT’ 2675 | TRACE_EVENT(rdev_set_mcast_rate, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_coalesce’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2699:1: note: in expansion of macro ‘TRACE_EVENT’ 2699 | TRACE_EVENT(rdev_set_coalesce, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2699:1: note: in expansion of macro ‘TRACE_EVENT’ 2699 | TRACE_EVENT(rdev_set_coalesce, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_multicast_to_unicast’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2719:1: note: in expansion of macro ‘TRACE_EVENT’ 2719 | TRACE_EVENT(rdev_set_multicast_to_unicast, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2719:1: note: in expansion of macro ‘TRACE_EVENT’ 2719 | TRACE_EVENT(rdev_set_multicast_to_unicast, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_get_ftm_responder_stats’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2743:1: note: in expansion of macro ‘TRACE_EVENT’ 2743 | TRACE_EVENT(rdev_get_ftm_responder_stats, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2743:1: note: in expansion of macro ‘TRACE_EVENT’ 2743 | TRACE_EVENT(rdev_get_ftm_responder_stats, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_fils_aad’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2797:1: note: in expansion of macro ‘TRACE_EVENT’ 2797 | TRACE_EVENT(rdev_set_fils_aad, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2797:1: note: in expansion of macro ‘TRACE_EVENT’ 2797 | TRACE_EVENT(rdev_set_fils_aad, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_update_owe_info’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2815:1: note: in expansion of macro ‘TRACE_EVENT’ 2815 | TRACE_EVENT(rdev_update_owe_info, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2815:1: note: in expansion of macro ‘TRACE_EVENT’ 2815 | TRACE_EVENT(rdev_update_owe_info, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_probe_mesh_link’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2835:1: note: in expansion of macro ‘TRACE_EVENT’ 2835 | TRACE_EVENT(rdev_probe_mesh_link, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2835:1: note: in expansion of macro ‘TRACE_EVENT’ 2835 | TRACE_EVENT(rdev_probe_mesh_link, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_tid_config’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2853:1: note: in expansion of macro ‘TRACE_EVENT’ 2853 | TRACE_EVENT(rdev_set_tid_config, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2853:1: note: in expansion of macro ‘TRACE_EVENT’ 2853 | TRACE_EVENT(rdev_set_tid_config, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_reset_tid_config’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2871:1: note: in expansion of macro ‘TRACE_EVENT’ 2871 | TRACE_EVENT(rdev_reset_tid_config, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2871:1: note: in expansion of macro ‘TRACE_EVENT’ 2871 | TRACE_EVENT(rdev_reset_tid_config, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_sar_specs’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2891:1: note: in expansion of macro ‘TRACE_EVENT’ 2891 | TRACE_EVENT(rdev_set_sar_specs, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2891:1: note: in expansion of macro ‘TRACE_EVENT’ 2891 | TRACE_EVENT(rdev_set_sar_specs, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_color_change’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2909:1: note: in expansion of macro ‘TRACE_EVENT’ 2909 | TRACE_EVENT(rdev_color_change, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2909:1: note: in expansion of macro ‘TRACE_EVENT’ 2909 | TRACE_EVENT(rdev_color_change, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_radar_background’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2935:1: note: in expansion of macro ‘TRACE_EVENT’ 2935 | TRACE_EVENT(rdev_set_radar_background, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2935:1: note: in expansion of macro ‘TRACE_EVENT’ 2935 | TRACE_EVENT(rdev_set_radar_background, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_del_link_station’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2966:1: note: in expansion of macro ‘TRACE_EVENT’ 2966 | TRACE_EVENT(rdev_del_link_station, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2966:1: note: in expansion of macro ‘TRACE_EVENT’ 2966 | TRACE_EVENT(rdev_del_link_station, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_hw_timestamp’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2990:1: note: in expansion of macro ‘TRACE_EVENT’ 2990 | TRACE_EVENT(rdev_set_hw_timestamp, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2990:1: note: in expansion of macro ‘TRACE_EVENT’ 2990 | TRACE_EVENT(rdev_set_hw_timestamp, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_ttlm’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3015:1: note: in expansion of macro ‘TRACE_EVENT’ 3015 | TRACE_EVENT(rdev_set_ttlm, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3015:1: note: in expansion of macro ‘TRACE_EVENT’ 3015 | TRACE_EVENT(rdev_set_ttlm, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_return_bool’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3039:1: note: in expansion of macro ‘TRACE_EVENT’ 3039 | TRACE_EVENT(cfg80211_return_bool, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3039:1: note: in expansion of macro ‘TRACE_EVENT’ 3039 | TRACE_EVENT(cfg80211_return_bool, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_netdev_mac_evt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3051:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3051 | DECLARE_EVENT_CLASS(cfg80211_netdev_mac_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3051:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3051 | DECLARE_EVENT_CLASS(cfg80211_netdev_mac_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_netdev_evt_only’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3071:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3071 | DECLARE_EVENT_CLASS(netdev_evt_only, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3071:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3071 | DECLARE_EVENT_CLASS(netdev_evt_only, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_send_rx_assoc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3088:1: note: in expansion of macro ‘TRACE_EVENT’ 3088 | TRACE_EVENT(cfg80211_send_rx_assoc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3088:1: note: in expansion of macro ‘TRACE_EVENT’ 3088 | TRACE_EVENT(cfg80211_send_rx_assoc, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_netdev_frame_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3105:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3105 | DECLARE_EVENT_CLASS(netdev_frame_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3105:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3105 | DECLARE_EVENT_CLASS(netdev_frame_event, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_tx_mlme_mgmt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3131:1: note: in expansion of macro ‘TRACE_EVENT’ 3131 | TRACE_EVENT(cfg80211_tx_mlme_mgmt, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3131:1: note: in expansion of macro ‘TRACE_EVENT’ 3131 | TRACE_EVENT(cfg80211_tx_mlme_mgmt, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_netdev_mac_evt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3151:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3151 | DECLARE_EVENT_CLASS(netdev_mac_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3151:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3151 | DECLARE_EVENT_CLASS(netdev_mac_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_send_assoc_failure’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3171:1: note: in expansion of macro ‘TRACE_EVENT’ 3171 | TRACE_EVENT(cfg80211_send_assoc_failure, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3171:1: note: in expansion of macro ‘TRACE_EVENT’ 3171 | TRACE_EVENT(cfg80211_send_assoc_failure, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_michael_mic_failure’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3189:1: note: in expansion of macro ‘TRACE_EVENT’ 3189 | TRACE_EVENT(cfg80211_michael_mic_failure, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3189:1: note: in expansion of macro ‘TRACE_EVENT’ 3189 | TRACE_EVENT(cfg80211_michael_mic_failure, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_ready_on_channel’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3213:1: note: in expansion of macro ‘TRACE_EVENT’ 3213 | TRACE_EVENT(cfg80211_ready_on_channel, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3213:1: note: in expansion of macro ‘TRACE_EVENT’ 3213 | TRACE_EVENT(cfg80211_ready_on_channel, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_ready_on_channel_expired’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3235:1: note: in expansion of macro ‘TRACE_EVENT’ 3235 | TRACE_EVENT(cfg80211_ready_on_channel_expired, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3235:1: note: in expansion of macro ‘TRACE_EVENT’ 3235 | TRACE_EVENT(cfg80211_ready_on_channel_expired, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_tx_mgmt_expired’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3253:1: note: in expansion of macro ‘TRACE_EVENT’ 3253 | TRACE_EVENT(cfg80211_tx_mgmt_expired, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3253:1: note: in expansion of macro ‘TRACE_EVENT’ 3253 | TRACE_EVENT(cfg80211_tx_mgmt_expired, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_new_sta’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3271:1: note: in expansion of macro ‘TRACE_EVENT’ 3271 | TRACE_EVENT(cfg80211_new_sta, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3271:1: note: in expansion of macro ‘TRACE_EVENT’ 3271 | TRACE_EVENT(cfg80211_new_sta, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_rx_mgmt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3294:1: note: in expansion of macro ‘TRACE_EVENT’ 3294 | TRACE_EVENT(cfg80211_rx_mgmt, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3294:1: note: in expansion of macro ‘TRACE_EVENT’ 3294 | TRACE_EVENT(cfg80211_rx_mgmt, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_mgmt_tx_status’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3311:1: note: in expansion of macro ‘TRACE_EVENT’ 3311 | TRACE_EVENT(cfg80211_mgmt_tx_status, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3311:1: note: in expansion of macro ‘TRACE_EVENT’ 3311 | TRACE_EVENT(cfg80211_mgmt_tx_status, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_control_port_tx_status’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3328:1: note: in expansion of macro ‘TRACE_EVENT’ 3328 | TRACE_EVENT(cfg80211_control_port_tx_status, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3328:1: note: in expansion of macro ‘TRACE_EVENT’ 3328 | TRACE_EVENT(cfg80211_control_port_tx_status, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_rx_control_port’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3345:1: note: in expansion of macro ‘TRACE_EVENT’ 3345 | TRACE_EVENT(cfg80211_rx_control_port, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3345:1: note: in expansion of macro ‘TRACE_EVENT’ 3345 | TRACE_EVENT(cfg80211_rx_control_port, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_cqm_rssi_notify’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3371:1: note: in expansion of macro ‘TRACE_EVENT’ 3371 | TRACE_EVENT(cfg80211_cqm_rssi_notify, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3371:1: note: in expansion of macro ‘TRACE_EVENT’ 3371 | TRACE_EVENT(cfg80211_cqm_rssi_notify, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_reg_can_beacon’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3390:1: note: in expansion of macro ‘TRACE_EVENT’ 3390 | TRACE_EVENT(cfg80211_reg_can_beacon, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3390:1: note: in expansion of macro ‘TRACE_EVENT’ 3390 | TRACE_EVENT(cfg80211_reg_can_beacon, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_chandef_dfs_required’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3414:1: note: in expansion of macro ‘TRACE_EVENT’ 3414 | TRACE_EVENT(cfg80211_chandef_dfs_required, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3414:1: note: in expansion of macro ‘TRACE_EVENT’ 3414 | TRACE_EVENT(cfg80211_chandef_dfs_required, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_ch_switch_notify’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3429:1: note: in expansion of macro ‘TRACE_EVENT’ 3429 | TRACE_EVENT(cfg80211_ch_switch_notify, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3429:1: note: in expansion of macro ‘TRACE_EVENT’ 3429 | TRACE_EVENT(cfg80211_ch_switch_notify, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_ch_switch_started_notify’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3448:1: note: in expansion of macro ‘TRACE_EVENT’ 3448 | TRACE_EVENT(cfg80211_ch_switch_started_notify, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3448:1: note: in expansion of macro ‘TRACE_EVENT’ 3448 | TRACE_EVENT(cfg80211_ch_switch_started_notify, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_radar_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3467:1: note: in expansion of macro ‘TRACE_EVENT’ 3467 | TRACE_EVENT(cfg80211_radar_event, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3467:1: note: in expansion of macro ‘TRACE_EVENT’ 3467 | TRACE_EVENT(cfg80211_radar_event, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_cac_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3485:1: note: in expansion of macro ‘TRACE_EVENT’ 3485 | TRACE_EVENT(cfg80211_cac_event, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3485:1: note: in expansion of macro ‘TRACE_EVENT’ 3485 | TRACE_EVENT(cfg80211_cac_event, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_rx_evt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3500:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3500 | DECLARE_EVENT_CLASS(cfg80211_rx_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3500:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3500 | DECLARE_EVENT_CLASS(cfg80211_rx_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_ibss_joined’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3524:1: note: in expansion of macro ‘TRACE_EVENT’ 3524 | TRACE_EVENT(cfg80211_ibss_joined, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3524:1: note: in expansion of macro ‘TRACE_EVENT’ 3524 | TRACE_EVENT(cfg80211_ibss_joined, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_probe_status’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3542:1: note: in expansion of macro ‘TRACE_EVENT’ 3542 | TRACE_EVENT(cfg80211_probe_status, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3542:1: note: in expansion of macro ‘TRACE_EVENT’ 3542 | TRACE_EVENT(cfg80211_probe_status, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_cqm_pktloss_notify’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3563:1: note: in expansion of macro ‘TRACE_EVENT’ 3563 | TRACE_EVENT(cfg80211_cqm_pktloss_notify, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3563:1: note: in expansion of macro ‘TRACE_EVENT’ 3563 | TRACE_EVENT(cfg80211_cqm_pktloss_notify, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_pmksa_candidate_notify’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3585:1: note: in expansion of macro ‘TRACE_EVENT’ 3585 | TRACE_EVENT(cfg80211_pmksa_candidate_notify, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3585:1: note: in expansion of macro ‘TRACE_EVENT’ 3585 | TRACE_EVENT(cfg80211_pmksa_candidate_notify, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_report_obss_beacon’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3606:1: note: in expansion of macro ‘TRACE_EVENT’ 3606 | TRACE_EVENT(cfg80211_report_obss_beacon, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3606:1: note: in expansion of macro ‘TRACE_EVENT’ 3606 | TRACE_EVENT(cfg80211_report_obss_beacon, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_tdls_oper_request’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3624:1: note: in expansion of macro ‘TRACE_EVENT’ 3624 | TRACE_EVENT(cfg80211_tdls_oper_request, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3624:1: note: in expansion of macro ‘TRACE_EVENT’ 3624 | TRACE_EVENT(cfg80211_tdls_oper_request, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_scan_done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3647:1: note: in expansion of macro ‘TRACE_EVENT’ 3647 | TRACE_EVENT(cfg80211_scan_done, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3647:1: note: in expansion of macro ‘TRACE_EVENT’ 3647 | TRACE_EVENT(cfg80211_scan_done, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_wiphy_id_evt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3687:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3687 | DECLARE_EVENT_CLASS(wiphy_id_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3687:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3687 | DECLARE_EVENT_CLASS(wiphy_id_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_get_bss’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3711:1: note: in expansion of macro ‘TRACE_EVENT’ 3711 | TRACE_EVENT(cfg80211_get_bss, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3711:1: note: in expansion of macro ‘TRACE_EVENT’ 3711 | TRACE_EVENT(cfg80211_get_bss, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_inform_bss_frame’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3740:1: note: in expansion of macro ‘TRACE_EVENT’ 3740 | TRACE_EVENT(cfg80211_inform_bss_frame, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3740:1: note: in expansion of macro ‘TRACE_EVENT’ 3740 | TRACE_EVENT(cfg80211_inform_bss_frame, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_bss_evt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3771:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3771 | DECLARE_EVENT_CLASS(cfg80211_bss_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3771:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3771 | DECLARE_EVENT_CLASS(cfg80211_bss_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_return_uint’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3790:1: note: in expansion of macro ‘TRACE_EVENT’ 3790 | TRACE_EVENT(cfg80211_return_uint, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3790:1: note: in expansion of macro ‘TRACE_EVENT’ 3790 | TRACE_EVENT(cfg80211_return_uint, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_return_u32’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3802:1: note: in expansion of macro ‘TRACE_EVENT’ 3802 | TRACE_EVENT(cfg80211_return_u32, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3802:1: note: in expansion of macro ‘TRACE_EVENT’ 3802 | TRACE_EVENT(cfg80211_return_u32, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_report_wowlan_wakeup’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3814:1: note: in expansion of macro ‘TRACE_EVENT’ 3814 | TRACE_EVENT(cfg80211_report_wowlan_wakeup, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3814:1: note: in expansion of macro ‘TRACE_EVENT’ 3814 | TRACE_EVENT(cfg80211_report_wowlan_wakeup, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_ft_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3852:1: note: in expansion of macro ‘TRACE_EVENT’ 3852 | TRACE_EVENT(cfg80211_ft_event, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3852:1: note: in expansion of macro ‘TRACE_EVENT’ 3852 | TRACE_EVENT(cfg80211_ft_event, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_stop_iface’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3878:1: note: in expansion of macro ‘TRACE_EVENT’ 3878 | TRACE_EVENT(cfg80211_stop_iface, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3878:1: note: in expansion of macro ‘TRACE_EVENT’ 3878 | TRACE_EVENT(cfg80211_stop_iface, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_pmsr_report’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3893:1: note: in expansion of macro ‘TRACE_EVENT’ 3893 | TRACE_EVENT(cfg80211_pmsr_report, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3893:1: note: in expansion of macro ‘TRACE_EVENT’ 3893 | TRACE_EVENT(cfg80211_pmsr_report, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_pmsr_complete’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3915:1: note: in expansion of macro ‘TRACE_EVENT’ 3915 | TRACE_EVENT(cfg80211_pmsr_complete, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3915:1: note: in expansion of macro ‘TRACE_EVENT’ 3915 | TRACE_EVENT(cfg80211_pmsr_complete, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_update_owe_info_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3933:1: note: in expansion of macro ‘TRACE_EVENT’ 3933 | TRACE_EVENT(cfg80211_update_owe_info_event, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3933:1: note: in expansion of macro ‘TRACE_EVENT’ 3933 | TRACE_EVENT(cfg80211_update_owe_info_event, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_bss_color_notify’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3960:1: note: in expansion of macro ‘TRACE_EVENT’ 3960 | TRACE_EVENT(cfg80211_bss_color_notify, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3960:1: note: in expansion of macro ‘TRACE_EVENT’ 3960 | TRACE_EVENT(cfg80211_bss_color_notify, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_assoc_comeback’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3982:1: note: in expansion of macro ‘TRACE_EVENT’ 3982 | TRACE_EVENT(cfg80211_assoc_comeback, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3982:1: note: in expansion of macro ‘TRACE_EVENT’ 3982 | TRACE_EVENT(cfg80211_assoc_comeback, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_link_station_add_mod’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3999:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3999 | DECLARE_EVENT_CLASS(link_station_add_mod, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3999:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3999 | DECLARE_EVENT_CLASS(link_station_add_mod, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_links_removed’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:4072:1: note: in expansion of macro ‘TRACE_EVENT’ 4072 | TRACE_EVENT(cfg80211_links_removed, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:4072:1: note: in expansion of macro ‘TRACE_EVENT’ 4072 | TRACE_EVENT(cfg80211_links_removed, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: net/wireless/trace.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: net/wireless] Error 2 make[3]: *** [../scripts/Makefile.build:485: net] Error 2 make[2]: *** [/home/nipa/net-next/wt-0/Makefile:1925: .] Error 2 make[1]: *** [/home/nipa/net-next/wt-0/Makefile:224: __sub-make] Error 2 make: *** [Makefile:224: __sub-make] Error 2 tools/testing/selftests/arm64/tags/.gitignore: warning: ignored by one of the .gitignore files tools/testing/selftests/arm64/tags/Makefile: warning: ignored by one of the .gitignore files tools/testing/selftests/arm64/tags/tags_test.c: warning: ignored by one of the .gitignore files tools/testing/selftests/kvm/.gitignore: warning: ignored by one of the .gitignore files tools/testing/selftests/kvm/Makefile: warning: ignored by one of the .gitignore files tools/testing/selftests/kvm/config: warning: ignored by one of the .gitignore files tools/testing/selftests/kvm/settings: warning: ignored by one of the .gitignore files In file included from ../include/trace/define_trace.h:108, from ../samples/ftrace/sample-trace-array.h:84, from ../samples/ftrace/sample-trace-array.c:18: ../samples/ftrace/./sample-trace-array.h: In function ‘trace_event_raw_event_sample_event’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../samples/ftrace/./sample-trace-array.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ 60 | TRACE_EVENT(sample_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../samples/ftrace/./sample-trace-array.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ 60 | TRACE_EVENT(sample_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../samples/ftrace/./sample-trace-array.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ 60 | TRACE_EVENT(sample_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../samples/ftrace/./sample-trace-array.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ 60 | TRACE_EVENT(sample_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../samples/ftrace/./sample-trace-array.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ 60 | TRACE_EVENT(sample_event, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../samples/ftrace/./sample-trace-array.h: In function ‘perf_trace_sample_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../samples/ftrace/./sample-trace-array.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ 60 | TRACE_EVENT(sample_event, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../samples/ftrace/./sample-trace-array.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ 60 | TRACE_EVENT(sample_event, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../samples/ftrace/./sample-trace-array.h: In function ‘__bpf_trace_sample_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../samples/ftrace/./sample-trace-array.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ 60 | TRACE_EVENT(sample_event, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../samples/ftrace/./sample-trace-array.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ 60 | TRACE_EVENT(sample_event, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: samples/ftrace/sample-trace-array.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: samples/ftrace] Error 2 make[4]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../arch/x86/include/asm/msr-trace.h:58, from ../arch/x86/lib/msr.c:7: ../arch/x86/include/asm//msr-trace.h: In function ‘trace_event_raw_event_msr_trace_class’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm//msr-trace.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(msr_trace_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm//msr-trace.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(msr_trace_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm//msr-trace.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(msr_trace_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm//msr-trace.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(msr_trace_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm//msr-trace.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(msr_trace_class, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../arch/x86/include/asm//msr-trace.h: In function ‘perf_trace_msr_trace_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm//msr-trace.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(msr_trace_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm//msr-trace.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(msr_trace_class, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../arch/x86/include/asm//msr-trace.h: In function ‘__bpf_trace_msr_trace_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm//msr-trace.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(msr_trace_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm//msr-trace.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(msr_trace_class, | ^~~~~~~~~~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:244: arch/x86/lib/msr.o] Error 1 make[3]: *** [../scripts/Makefile.build:485: arch/x86/lib] Error 2 make[3]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../sound/firewire/amdtp-stream-trace.h:81, from ../sound/firewire/amdtp-stream.c:27: ../sound/firewire/./amdtp-stream-trace.h: In function ‘trace_event_raw_event_amdtp_packet’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/firewire/./amdtp-stream-trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(amdtp_packet, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/firewire/./amdtp-stream-trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(amdtp_packet, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/firewire/./amdtp-stream-trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(amdtp_packet, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/firewire/./amdtp-stream-trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(amdtp_packet, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/firewire/./amdtp-stream-trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(amdtp_packet, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../sound/firewire/./amdtp-stream-trace.h: In function ‘perf_trace_amdtp_packet’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/firewire/./amdtp-stream-trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(amdtp_packet, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/firewire/./amdtp-stream-trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(amdtp_packet, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../sound/firewire/./amdtp-stream-trace.h: In function ‘__bpf_trace_amdtp_packet’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/firewire/./amdtp-stream-trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(amdtp_packet, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/firewire/./amdtp-stream-trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(amdtp_packet, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: sound/firewire/amdtp-stream.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/gpu_mem.h:57, from ../drivers/gpu/trace/trace_gpu_mem.c:11: ../include/trace/events/gpu_mem.h: In function ‘trace_event_raw_event_gpu_mem_total’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/gpu_mem.h:30:1: note: in expansion of macro ‘TRACE_EVENT’ 30 | TRACE_EVENT(gpu_mem_total, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/gpu_mem.h:30:1: note: in expansion of macro ‘TRACE_EVENT’ 30 | TRACE_EVENT(gpu_mem_total, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/gpu_mem.h:30:1: note: in expansion of macro ‘TRACE_EVENT’ 30 | TRACE_EVENT(gpu_mem_total, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/gpu_mem.h:30:1: note: in expansion of macro ‘TRACE_EVENT’ 30 | TRACE_EVENT(gpu_mem_total, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/gpu_mem.h:30:1: note: in expansion of macro ‘TRACE_EVENT’ 30 | TRACE_EVENT(gpu_mem_total, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/gpu_mem.h: In function ‘perf_trace_gpu_mem_total’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/gpu_mem.h:30:1: note: in expansion of macro ‘TRACE_EVENT’ 30 | TRACE_EVENT(gpu_mem_total, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/gpu_mem.h:30:1: note: in expansion of macro ‘TRACE_EVENT’ 30 | TRACE_EVENT(gpu_mem_total, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/gpu_mem.h: In function ‘__bpf_trace_gpu_mem_total’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/gpu_mem.h:30:1: note: in expansion of macro ‘TRACE_EVENT’ 30 | TRACE_EVENT(gpu_mem_total, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/gpu_mem.h:30:1: note: in expansion of macro ‘TRACE_EVENT’ 30 | TRACE_EVENT(gpu_mem_total, | ^~~~~~~~~~~ make[6]: *** [../scripts/Makefile.build:244: drivers/gpu/trace/trace_gpu_mem.o] Error 1 make[5]: *** [../scripts/Makefile.build:485: drivers/gpu/trace] Error 2 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../arch/x86/include/asm/trace/exceptions.h:54, from ../arch/x86/mm/fault.c:42: ../arch/x86/mm/../include/asm/trace/./exceptions.h: In function ‘trace_event_raw_event_x86_exceptions’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/mm/../include/asm/trace/./exceptions.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(x86_exceptions, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/mm/../include/asm/trace/./exceptions.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(x86_exceptions, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/mm/../include/asm/trace/./exceptions.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(x86_exceptions, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/mm/../include/asm/trace/./exceptions.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(x86_exceptions, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/mm/../include/asm/trace/./exceptions.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(x86_exceptions, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../arch/x86/mm/../include/asm/trace/./exceptions.h: In function ‘perf_trace_x86_exceptions’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/mm/../include/asm/trace/./exceptions.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(x86_exceptions, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/mm/../include/asm/trace/./exceptions.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(x86_exceptions, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../arch/x86/mm/../include/asm/trace/./exceptions.h: In function ‘__bpf_trace_x86_exceptions’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/mm/../include/asm/trace/./exceptions.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(x86_exceptions, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/mm/../include/asm/trace/./exceptions.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(x86_exceptions, | ^~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: arch/x86/mm/fault.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: arch/x86/mm] Error 2 make[4]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/pwm.h:58, from ../drivers/pwm/core.c:27: ../include/trace/events/pwm.h: In function ‘trace_event_raw_event_pwm’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/pwm.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(pwm, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/pwm.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(pwm, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/pwm.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(pwm, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/pwm.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(pwm, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/pwm.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(pwm, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/pwm.h: In function ‘perf_trace_pwm’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/pwm.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(pwm, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/pwm.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(pwm, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/pwm.h: In function ‘__bpf_trace_pwm’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/pwm.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(pwm, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/pwm.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(pwm, | ^~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: drivers/pwm/core.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: drivers/pwm] Error 2 make[4]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/nmi.h:38, from ../arch/x86/kernel/nmi.c:41: ../include/trace/events/nmi.h: In function ‘trace_event_raw_event_nmi_handler’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nmi.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(nmi_handler, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nmi.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(nmi_handler, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nmi.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(nmi_handler, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nmi.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(nmi_handler, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nmi.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(nmi_handler, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/nmi.h: In function ‘perf_trace_nmi_handler’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nmi.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(nmi_handler, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nmi.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(nmi_handler, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/nmi.h: In function ‘__bpf_trace_nmi_handler’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nmi.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(nmi_handler, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nmi.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(nmi_handler, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: arch/x86/kernel/nmi.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/dma_fence.h:89, from ../drivers/dma-buf/dma-fence.c:21: ../include/trace/events/dma_fence.h: In function ‘trace_event_raw_event_dma_fence’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/dma_fence.h:12:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 12 | DECLARE_EVENT_CLASS(dma_fence, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/dma_fence.h:12:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 12 | DECLARE_EVENT_CLASS(dma_fence, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/dma_fence.h:12:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 12 | DECLARE_EVENT_CLASS(dma_fence, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/dma_fence.h:12:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 12 | DECLARE_EVENT_CLASS(dma_fence, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/dma_fence.h:12:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 12 | DECLARE_EVENT_CLASS(dma_fence, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/dma_fence.h: In function ‘perf_trace_dma_fence’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/dma_fence.h:12:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 12 | DECLARE_EVENT_CLASS(dma_fence, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/dma_fence.h:12:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 12 | DECLARE_EVENT_CLASS(dma_fence, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/dma_fence.h: In function ‘__bpf_trace_dma_fence’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dma_fence.h:12:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 12 | DECLARE_EVENT_CLASS(dma_fence, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dma_fence.h:12:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 12 | DECLARE_EVENT_CLASS(dma_fence, | ^~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: drivers/dma-buf/dma-fence.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../sound/core/pcm_param_trace.h:143, from ../sound/core/pcm_native.c:32: ../sound/core/./pcm_param_trace.h: In function ‘trace_event_raw_event_hw_mask_param’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_param_trace.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(hw_mask_param, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_param_trace.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(hw_mask_param, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_param_trace.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(hw_mask_param, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_param_trace.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(hw_mask_param, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_param_trace.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(hw_mask_param, | ^~~~~~~~~~~ ../sound/core/./pcm_param_trace.h: In function ‘trace_event_raw_event_hw_interval_param’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_param_trace.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ 68 | TRACE_EVENT(hw_interval_param, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_param_trace.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ 68 | TRACE_EVENT(hw_interval_param, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../sound/core/./pcm_param_trace.h: In function ‘perf_trace_hw_mask_param’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_param_trace.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(hw_mask_param, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_param_trace.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(hw_mask_param, | ^~~~~~~~~~~ ../sound/core/./pcm_param_trace.h: In function ‘perf_trace_hw_interval_param’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_param_trace.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ 68 | TRACE_EVENT(hw_interval_param, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_param_trace.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ 68 | TRACE_EVENT(hw_interval_param, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../sound/core/./pcm_param_trace.h: In function ‘__bpf_trace_hw_mask_param’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_param_trace.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(hw_mask_param, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_param_trace.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(hw_mask_param, | ^~~~~~~~~~~ ../sound/core/./pcm_param_trace.h: In function ‘__bpf_trace_hw_interval_param’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_param_trace.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ 68 | TRACE_EVENT(hw_interval_param, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_param_trace.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ 68 | TRACE_EVENT(hw_interval_param, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: sound/core/pcm_native.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/netlink.h:29, from ../net/netlink/af_netlink.c:72: ../include/trace/events/netlink.h: In function ‘trace_event_raw_event_netlink_extack’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netlink.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ 9 | TRACE_EVENT(netlink_extack, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netlink.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ 9 | TRACE_EVENT(netlink_extack, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netlink.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ 9 | TRACE_EVENT(netlink_extack, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netlink.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ 9 | TRACE_EVENT(netlink_extack, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netlink.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ 9 | TRACE_EVENT(netlink_extack, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/netlink.h: In function ‘perf_trace_netlink_extack’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netlink.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ 9 | TRACE_EVENT(netlink_extack, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netlink.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ 9 | TRACE_EVENT(netlink_extack, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/netlink.h: In function ‘__bpf_trace_netlink_extack’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netlink.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ 9 | TRACE_EVENT(netlink_extack, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netlink.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ 9 | TRACE_EVENT(netlink_extack, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: net/netlink/af_netlink.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: net/netlink] Error 2 make[4]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../sound/firewire/motu/amdtp-motu-trace.h:85, from ../sound/firewire/motu/amdtp-motu.c:13: ../sound/firewire/motu/./amdtp-motu-trace.h: In function ‘trace_event_raw_event_data_block_sph’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/firewire/motu/./amdtp-motu-trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(data_block_sph, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/firewire/motu/./amdtp-motu-trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(data_block_sph, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/firewire/motu/./amdtp-motu-trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(data_block_sph, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/firewire/motu/./amdtp-motu-trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(data_block_sph, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/firewire/motu/./amdtp-motu-trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(data_block_sph, | ^~~~~~~~~~~ ../sound/firewire/motu/./amdtp-motu-trace.h: In function ‘trace_event_raw_event_data_block_message’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/firewire/motu/./amdtp-motu-trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(data_block_message, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/firewire/motu/./amdtp-motu-trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(data_block_message, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../sound/firewire/motu/./amdtp-motu-trace.h: In function ‘perf_trace_data_block_sph’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/firewire/motu/./amdtp-motu-trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(data_block_sph, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/firewire/motu/./amdtp-motu-trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(data_block_sph, | ^~~~~~~~~~~ ../sound/firewire/motu/./amdtp-motu-trace.h: In function ‘perf_trace_data_block_message’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/firewire/motu/./amdtp-motu-trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(data_block_message, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/firewire/motu/./amdtp-motu-trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(data_block_message, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../sound/firewire/motu/./amdtp-motu-trace.h: In function ‘__bpf_trace_data_block_sph’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/firewire/motu/./amdtp-motu-trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(data_block_sph, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/firewire/motu/./amdtp-motu-trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(data_block_sph, | ^~~~~~~~~~~ ../sound/firewire/motu/./amdtp-motu-trace.h: In function ‘__bpf_trace_data_block_message’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/firewire/motu/./amdtp-motu-trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(data_block_message, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/firewire/motu/./amdtp-motu-trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(data_block_message, | ^~~~~~~~~~~ make[6]: *** [../scripts/Makefile.build:244: sound/firewire/motu/amdtp-motu.o] Error 1 make[5]: *** [../scripts/Makefile.build:485: sound/firewire/motu] Error 2 make[4]: *** [../scripts/Makefile.build:485: sound/firewire] Error 2 make[4]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../drivers/dma/fsl-edma-trace.h:132, from ../drivers/dma/fsl-edma-common.h:342, from ../drivers/dma/fsl-edma-trace.c:4: ../drivers/dma/./fsl-edma-trace.h: In function ‘trace_event_raw_event_edma_log_io’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/dma/./fsl-edma-trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(edma_log_io, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/dma/./fsl-edma-trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(edma_log_io, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/dma/./fsl-edma-trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(edma_log_io, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/dma/./fsl-edma-trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(edma_log_io, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/dma/./fsl-edma-trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(edma_log_io, | ^~~~~~~~~~~~~~~~~~~ ../drivers/dma/./fsl-edma-trace.h: In function ‘trace_event_raw_event_edma_log_tcd’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/dma/./fsl-edma-trace.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 62 | DECLARE_EVENT_CLASS(edma_log_tcd, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/dma/./fsl-edma-trace.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 62 | DECLARE_EVENT_CLASS(edma_log_tcd, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/dma/./fsl-edma-trace.h: In function ‘perf_trace_edma_log_io’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/dma/./fsl-edma-trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(edma_log_io, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/dma/./fsl-edma-trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(edma_log_io, | ^~~~~~~~~~~~~~~~~~~ ../drivers/dma/./fsl-edma-trace.h: In function ‘perf_trace_edma_log_tcd’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/dma/./fsl-edma-trace.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 62 | DECLARE_EVENT_CLASS(edma_log_tcd, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/dma/./fsl-edma-trace.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 62 | DECLARE_EVENT_CLASS(edma_log_tcd, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/dma/./fsl-edma-trace.h: In function ‘__bpf_trace_edma_log_io’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/dma/./fsl-edma-trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(edma_log_io, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/dma/./fsl-edma-trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(edma_log_io, | ^~~~~~~~~~~~~~~~~~~ ../drivers/dma/./fsl-edma-trace.h: In function ‘__bpf_trace_edma_log_tcd’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/dma/./fsl-edma-trace.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 62 | DECLARE_EVENT_CLASS(edma_log_tcd, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/dma/./fsl-edma-trace.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 62 | DECLARE_EVENT_CLASS(edma_log_tcd, | ^~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: drivers/dma/fsl-edma-trace.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: drivers/dma] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/avc.h:53, from ../security/selinux/avc.c:35: ../include/trace/events/avc.h: In function ‘trace_event_raw_event_selinux_audited’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/avc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(selinux_audited, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/avc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(selinux_audited, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/avc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(selinux_audited, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/avc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(selinux_audited, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/avc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(selinux_audited, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/avc.h: In function ‘perf_trace_selinux_audited’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/avc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(selinux_audited, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/avc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(selinux_audited, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/avc.h: In function ‘__bpf_trace_selinux_audited’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/avc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(selinux_audited, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/avc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(selinux_audited, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: security/selinux/avc.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: security/selinux] Error 2 make[3]: *** [../scripts/Makefile.build:485: security] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/soc/qcom/trace-aoss.h:48, from ../drivers/soc/qcom/qcom_aoss.c:18: ../drivers/soc/qcom/./trace-aoss.h: In function ‘trace_event_raw_event_aoss_send’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/soc/qcom/./trace-aoss.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(aoss_send, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/soc/qcom/./trace-aoss.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(aoss_send, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/soc/qcom/./trace-aoss.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(aoss_send, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/soc/qcom/./trace-aoss.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(aoss_send, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/soc/qcom/./trace-aoss.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(aoss_send, | ^~~~~~~~~~~ ../drivers/soc/qcom/./trace-aoss.h: In function ‘trace_event_raw_event_aoss_send_done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/soc/qcom/./trace-aoss.h:26:1: note: in expansion of macro ‘TRACE_EVENT’ 26 | TRACE_EVENT(aoss_send_done, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/soc/qcom/./trace-aoss.h:26:1: note: in expansion of macro ‘TRACE_EVENT’ 26 | TRACE_EVENT(aoss_send_done, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/soc/qcom/./trace-aoss.h: In function ‘perf_trace_aoss_send’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/soc/qcom/./trace-aoss.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(aoss_send, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/soc/qcom/./trace-aoss.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(aoss_send, | ^~~~~~~~~~~ ../drivers/soc/qcom/./trace-aoss.h: In function ‘perf_trace_aoss_send_done’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/soc/qcom/./trace-aoss.h:26:1: note: in expansion of macro ‘TRACE_EVENT’ 26 | TRACE_EVENT(aoss_send_done, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/soc/qcom/./trace-aoss.h:26:1: note: in expansion of macro ‘TRACE_EVENT’ 26 | TRACE_EVENT(aoss_send_done, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/soc/qcom/./trace-aoss.h: In function ‘__bpf_trace_aoss_send’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/soc/qcom/./trace-aoss.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(aoss_send, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/soc/qcom/./trace-aoss.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(aoss_send, | ^~~~~~~~~~~ ../drivers/soc/qcom/./trace-aoss.h: In function ‘__bpf_trace_aoss_send_done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/soc/qcom/./trace-aoss.h:26:1: note: in expansion of macro ‘TRACE_EVENT’ 26 | TRACE_EVENT(aoss_send_done, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/soc/qcom/./trace-aoss.h:26:1: note: in expansion of macro ‘TRACE_EVENT’ 26 | TRACE_EVENT(aoss_send_done, | ^~~~~~~~~~~ make[6]: *** [../scripts/Makefile.build:244: drivers/soc/qcom/qcom_aoss.o] Error 1 make[6]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/bpf_test_run.h:67, from ../net/bpf/test_run.c:29: ../include/trace/events/bpf_test_run.h: In function ‘trace_event_raw_event_bpf_trigger_tp’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bpf_test_run.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(bpf_trigger_tp, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bpf_test_run.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(bpf_trigger_tp, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bpf_test_run.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(bpf_trigger_tp, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bpf_test_run.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(bpf_trigger_tp, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bpf_test_run.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(bpf_trigger_tp, | ^~~~~~~~~~~ ../include/trace/events/bpf_test_run.h: In function ‘trace_event_raw_event_bpf_test_finish’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/bpf_test_run.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(bpf_test_finish, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/bpf_test_run.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(bpf_test_finish, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/bpf_test_run.h: In function ‘perf_trace_bpf_trigger_tp’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bpf_test_run.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(bpf_trigger_tp, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bpf_test_run.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(bpf_trigger_tp, | ^~~~~~~~~~~ ../include/trace/events/bpf_test_run.h: In function ‘perf_trace_bpf_test_finish’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/bpf_test_run.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(bpf_test_finish, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/bpf_test_run.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(bpf_test_finish, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/bpf_test_run.h: In function ‘__bpf_trace_bpf_trigger_tp’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bpf_test_run.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(bpf_trigger_tp, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bpf_test_run.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(bpf_trigger_tp, | ^~~~~~~~~~~ ../include/trace/events/bpf_test_run.h: In function ‘__bpf_trace_bpf_test_finish’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bpf_test_run.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(bpf_test_finish, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bpf_test_run.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(bpf_test_finish, | ^~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: net/bpf/test_run.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: net/bpf] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/filemap.h:118, from ../mm/filemap.c:54: ../include/trace/events/filemap.h: In function ‘trace_event_raw_event_mm_filemap_op_page_cache’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/filemap.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 16 | DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/filemap.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 16 | DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/filemap.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 16 | DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/filemap.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 16 | DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/filemap.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 16 | DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filemap.h: In function ‘trace_event_raw_event_filemap_set_wb_err’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filemap.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(filemap_set_wb_err, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filemap.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(filemap_set_wb_err, | ^~~~~~~~~~~ ../include/trace/events/filemap.h: In function ‘trace_event_raw_event_file_check_and_advance_wb_err’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filemap.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ 84 | TRACE_EVENT(file_check_and_advance_wb_err, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filemap.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ 84 | TRACE_EVENT(file_check_and_advance_wb_err, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/filemap.h: In function ‘perf_trace_mm_filemap_op_page_cache’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/filemap.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 16 | DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/filemap.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 16 | DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filemap.h: In function ‘perf_trace_filemap_set_wb_err’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filemap.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(filemap_set_wb_err, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filemap.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(filemap_set_wb_err, | ^~~~~~~~~~~ ../include/trace/events/filemap.h: In function ‘perf_trace_file_check_and_advance_wb_err’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filemap.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ 84 | TRACE_EVENT(file_check_and_advance_wb_err, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filemap.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ 84 | TRACE_EVENT(file_check_and_advance_wb_err, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/filemap.h: In function ‘__bpf_trace_mm_filemap_op_page_cache’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filemap.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 16 | DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filemap.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 16 | DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filemap.h: In function ‘__bpf_trace_filemap_set_wb_err’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filemap.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(filemap_set_wb_err, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filemap.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(filemap_set_wb_err, | ^~~~~~~~~~~ ../include/trace/events/filemap.h: In function ‘__bpf_trace_file_check_and_advance_wb_err’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filemap.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ 84 | TRACE_EVENT(file_check_and_advance_wb_err, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filemap.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ 84 | TRACE_EVENT(file_check_and_advance_wb_err, | ^~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:244: mm/filemap.o] Error 1 make[4]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../sound/hda/trace.h:101, from ../sound/hda/trace.c:6: ../sound/hda/./trace.h: In function ‘trace_event_raw_event_hda_send_cmd’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/hda/./trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ 19 | TRACE_EVENT(hda_send_cmd, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/hda/./trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ 19 | TRACE_EVENT(hda_send_cmd, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/hda/./trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ 19 | TRACE_EVENT(hda_send_cmd, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/hda/./trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ 19 | TRACE_EVENT(hda_send_cmd, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/hda/./trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ 19 | TRACE_EVENT(hda_send_cmd, | ^~~~~~~~~~~ ../sound/hda/./trace.h: In function ‘trace_event_raw_event_hda_get_response’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/hda/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ 33 | TRACE_EVENT(hda_get_response, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/hda/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ 33 | TRACE_EVENT(hda_get_response, | ^~~~~~~~~~~ ../sound/hda/./trace.h: In function ‘trace_event_raw_event_hda_unsol_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/hda/./trace.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(hda_unsol_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/hda/./trace.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(hda_unsol_event, | ^~~~~~~~~~~ ../sound/hda/./trace.h: In function ‘trace_event_raw_event_hdac_stream’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../sound/hda/./trace.h:66:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 66 | DECLARE_EVENT_CLASS(hdac_stream, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../sound/hda/./trace.h:66:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 66 | DECLARE_EVENT_CLASS(hdac_stream, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../sound/hda/./trace.h: In function ‘perf_trace_hda_send_cmd’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/hda/./trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ 19 | TRACE_EVENT(hda_send_cmd, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/hda/./trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ 19 | TRACE_EVENT(hda_send_cmd, | ^~~~~~~~~~~ ../sound/hda/./trace.h: In function ‘perf_trace_hda_get_response’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/hda/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ 33 | TRACE_EVENT(hda_get_response, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/hda/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ 33 | TRACE_EVENT(hda_get_response, | ^~~~~~~~~~~ ../sound/hda/./trace.h: In function ‘perf_trace_hda_unsol_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/hda/./trace.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(hda_unsol_event, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/hda/./trace.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(hda_unsol_event, | ^~~~~~~~~~~ ../sound/hda/./trace.h: In function ‘perf_trace_hdac_stream’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../sound/hda/./trace.h:66:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 66 | DECLARE_EVENT_CLASS(hdac_stream, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../sound/hda/./trace.h:66:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 66 | DECLARE_EVENT_CLASS(hdac_stream, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../sound/hda/./trace.h: In function ‘__bpf_trace_hda_send_cmd’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/hda/./trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ 19 | TRACE_EVENT(hda_send_cmd, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/hda/./trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ 19 | TRACE_EVENT(hda_send_cmd, | ^~~~~~~~~~~ ../sound/hda/./trace.h: In function ‘__bpf_trace_hda_get_response’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/hda/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ 33 | TRACE_EVENT(hda_get_response, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/hda/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ 33 | TRACE_EVENT(hda_get_response, | ^~~~~~~~~~~ ../sound/hda/./trace.h: In function ‘__bpf_trace_hda_unsol_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/hda/./trace.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(hda_unsol_event, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/hda/./trace.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(hda_unsol_event, | ^~~~~~~~~~~ ../sound/hda/./trace.h: In function ‘__bpf_trace_hdac_stream’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../sound/hda/./trace.h:66:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 66 | DECLARE_EVENT_CLASS(hdac_stream, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../sound/hda/./trace.h:66:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 66 | DECLARE_EVENT_CLASS(hdac_stream, | ^~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: sound/hda/trace.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: sound/hda] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/dma-buf/sync_trace.h:33, from ../drivers/dma-buf/sw_sync.c:17: ../include/trace/../../drivers/dma-buf/sync_trace.h: In function ‘trace_event_raw_event_sync_timeline’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(sync_timeline, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(sync_timeline, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(sync_timeline, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(sync_timeline, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(sync_timeline, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/../../drivers/dma-buf/sync_trace.h: In function ‘perf_trace_sync_timeline’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(sync_timeline, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(sync_timeline, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/../../drivers/dma-buf/sync_trace.h: In function ‘__bpf_trace_sync_timeline’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(sync_timeline, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(sync_timeline, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: drivers/dma-buf/sw_sync.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/gpio.h:57, from ../drivers/gpio/gpiolib.c:44: ../include/trace/events/gpio.h: In function ‘trace_event_raw_event_gpio_direction’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/gpio.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(gpio_direction, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/gpio.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(gpio_direction, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/gpio.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(gpio_direction, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/gpio.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(gpio_direction, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/gpio.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(gpio_direction, | ^~~~~~~~~~~ ../include/trace/events/gpio.h: In function ‘trace_event_raw_event_gpio_value’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/gpio.h:32:1: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(gpio_value, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/gpio.h:32:1: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(gpio_value, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/gpio.h: In function ‘perf_trace_gpio_direction’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/gpio.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(gpio_direction, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/gpio.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(gpio_direction, | ^~~~~~~~~~~ ../include/trace/events/gpio.h: In function ‘perf_trace_gpio_value’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/gpio.h:32:1: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(gpio_value, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/gpio.h:32:1: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(gpio_value, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/gpio.h: In function ‘__bpf_trace_gpio_direction’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/gpio.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(gpio_direction, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/gpio.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(gpio_direction, | ^~~~~~~~~~~ ../include/trace/events/gpio.h: In function ‘__bpf_trace_gpio_value’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/gpio.h:32:1: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(gpio_value, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/gpio.h:32:1: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(gpio_value, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: drivers/gpio/gpiolib.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: drivers/gpio] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/mctp.h:78, from ../net/mctp/af_mctp.c:21: ../include/trace/events/mctp.h: In function ‘trace_event_raw_event_mctp_key_acquire’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mctp.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(mctp_key_acquire, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mctp.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(mctp_key_acquire, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mctp.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(mctp_key_acquire, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mctp.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(mctp_key_acquire, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mctp.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(mctp_key_acquire, | ^~~~~~~~~~~ ../include/trace/events/mctp.h: In function ‘trace_event_raw_event_mctp_key_release’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mctp.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ 48 | TRACE_EVENT(mctp_key_release, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mctp.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ 48 | TRACE_EVENT(mctp_key_release, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/mctp.h: In function ‘perf_trace_mctp_key_acquire’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mctp.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(mctp_key_acquire, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mctp.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(mctp_key_acquire, | ^~~~~~~~~~~ ../include/trace/events/mctp.h: In function ‘perf_trace_mctp_key_release’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mctp.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ 48 | TRACE_EVENT(mctp_key_release, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mctp.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ 48 | TRACE_EVENT(mctp_key_release, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/mctp.h: In function ‘__bpf_trace_mctp_key_acquire’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mctp.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(mctp_key_acquire, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mctp.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(mctp_key_acquire, | ^~~~~~~~~~~ ../include/trace/events/mctp.h: In function ‘__bpf_trace_mctp_key_release’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mctp.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ 48 | TRACE_EVENT(mctp_key_release, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mctp.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ 48 | TRACE_EVENT(mctp_key_release, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: net/mctp/af_mctp.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: drivers/dma-buf] Error 2 make[4]: *** [../scripts/Makefile.build:485: net/mctp] Error 2 In file included from ../include/trace/define_trace.h:108, from ../arch/x86/include/asm/trace/hyperv.h:98, from ../arch/x86/hyperv/mmu.c:15: ../arch/x86/include/asm/trace//hyperv.h: In function ‘trace_event_raw_event_hyperv_mmu_flush_tlb_multi’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(hyperv_mmu_flush_tlb_multi, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(hyperv_mmu_flush_tlb_multi, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(hyperv_mmu_flush_tlb_multi, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(hyperv_mmu_flush_tlb_multi, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(hyperv_mmu_flush_tlb_multi, | ^~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h: In function ‘trace_event_raw_event_hyperv_nested_flush_guest_mapping’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:31:1: note: in expansion of macro ‘TRACE_EVENT’ 31 | TRACE_EVENT(hyperv_nested_flush_guest_mapping, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:31:1: note: in expansion of macro ‘TRACE_EVENT’ 31 | TRACE_EVENT(hyperv_nested_flush_guest_mapping, | ^~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h: In function ‘trace_event_raw_event_hyperv_nested_flush_guest_mapping_range’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:45:1: note: in expansion of macro ‘TRACE_EVENT’ 45 | TRACE_EVENT(hyperv_nested_flush_guest_mapping_range, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:45:1: note: in expansion of macro ‘TRACE_EVENT’ 45 | TRACE_EVENT(hyperv_nested_flush_guest_mapping_range, | ^~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h: In function ‘trace_event_raw_event_hyperv_send_ipi_mask’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(hyperv_send_ipi_mask, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(hyperv_send_ipi_mask, | ^~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h: In function ‘trace_event_raw_event_hyperv_send_ipi_one’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:74:1: note: in expansion of macro ‘TRACE_EVENT’ 74 | TRACE_EVENT(hyperv_send_ipi_one, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:74:1: note: in expansion of macro ‘TRACE_EVENT’ 74 | TRACE_EVENT(hyperv_send_ipi_one, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../arch/x86/include/asm/trace//hyperv.h: In function ‘perf_trace_hyperv_mmu_flush_tlb_multi’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(hyperv_mmu_flush_tlb_multi, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(hyperv_mmu_flush_tlb_multi, | ^~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h: In function ‘perf_trace_hyperv_nested_flush_guest_mapping’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:31:1: note: in expansion of macro ‘TRACE_EVENT’ 31 | TRACE_EVENT(hyperv_nested_flush_guest_mapping, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:31:1: note: in expansion of macro ‘TRACE_EVENT’ 31 | TRACE_EVENT(hyperv_nested_flush_guest_mapping, | ^~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h: In function ‘perf_trace_hyperv_nested_flush_guest_mapping_range’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:45:1: note: in expansion of macro ‘TRACE_EVENT’ 45 | TRACE_EVENT(hyperv_nested_flush_guest_mapping_range, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:45:1: note: in expansion of macro ‘TRACE_EVENT’ 45 | TRACE_EVENT(hyperv_nested_flush_guest_mapping_range, | ^~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h: In function ‘perf_trace_hyperv_send_ipi_mask’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(hyperv_send_ipi_mask, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(hyperv_send_ipi_mask, | ^~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h: In function ‘perf_trace_hyperv_send_ipi_one’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:74:1: note: in expansion of macro ‘TRACE_EVENT’ 74 | TRACE_EVENT(hyperv_send_ipi_one, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:74:1: note: in expansion of macro ‘TRACE_EVENT’ 74 | TRACE_EVENT(hyperv_send_ipi_one, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../arch/x86/include/asm/trace//hyperv.h: In function ‘__bpf_trace_hyperv_mmu_flush_tlb_multi’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(hyperv_mmu_flush_tlb_multi, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(hyperv_mmu_flush_tlb_multi, | ^~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h: In function ‘__bpf_trace_hyperv_nested_flush_guest_mapping’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:31:1: note: in expansion of macro ‘TRACE_EVENT’ 31 | TRACE_EVENT(hyperv_nested_flush_guest_mapping, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:31:1: note: in expansion of macro ‘TRACE_EVENT’ 31 | TRACE_EVENT(hyperv_nested_flush_guest_mapping, | ^~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h: In function ‘__bpf_trace_hyperv_nested_flush_guest_mapping_range’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:45:1: note: in expansion of macro ‘TRACE_EVENT’ 45 | TRACE_EVENT(hyperv_nested_flush_guest_mapping_range, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:45:1: note: in expansion of macro ‘TRACE_EVENT’ 45 | TRACE_EVENT(hyperv_nested_flush_guest_mapping_range, | ^~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h: In function ‘__bpf_trace_hyperv_send_ipi_mask’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(hyperv_send_ipi_mask, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(hyperv_send_ipi_mask, | ^~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h: In function ‘__bpf_trace_hyperv_send_ipi_one’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:74:1: note: in expansion of macro ‘TRACE_EVENT’ 74 | TRACE_EVENT(hyperv_send_ipi_one, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/include/asm/trace//hyperv.h:74:1: note: in expansion of macro ‘TRACE_EVENT’ 74 | TRACE_EVENT(hyperv_send_ipi_one, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: arch/x86/hyperv/mmu.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: arch/x86/hyperv] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/pagemap.h:83, from ../mm/swap.c:44: ../include/trace/events/pagemap.h: In function ‘trace_event_raw_event_mm_lru_insertion’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/pagemap.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(mm_lru_insertion, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/pagemap.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(mm_lru_insertion, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/pagemap.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(mm_lru_insertion, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/pagemap.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(mm_lru_insertion, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/pagemap.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(mm_lru_insertion, | ^~~~~~~~~~~ ../include/trace/events/pagemap.h: In function ‘trace_event_raw_event_mm_lru_activate’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/pagemap.h:61:1: note: in expansion of macro ‘TRACE_EVENT’ 61 | TRACE_EVENT(mm_lru_activate, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/pagemap.h:61:1: note: in expansion of macro ‘TRACE_EVENT’ 61 | TRACE_EVENT(mm_lru_activate, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/pagemap.h: In function ‘perf_trace_mm_lru_insertion’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/pagemap.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(mm_lru_insertion, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/pagemap.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(mm_lru_insertion, | ^~~~~~~~~~~ ../include/trace/events/pagemap.h: In function ‘perf_trace_mm_lru_activate’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/pagemap.h:61:1: note: in expansion of macro ‘TRACE_EVENT’ 61 | TRACE_EVENT(mm_lru_activate, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/pagemap.h:61:1: note: in expansion of macro ‘TRACE_EVENT’ 61 | TRACE_EVENT(mm_lru_activate, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/pagemap.h: In function ‘__bpf_trace_mm_lru_insertion’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/pagemap.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(mm_lru_insertion, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/pagemap.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ 28 | TRACE_EVENT(mm_lru_insertion, | ^~~~~~~~~~~ ../include/trace/events/pagemap.h: In function ‘__bpf_trace_mm_lru_activate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/pagemap.h:61:1: note: in expansion of macro ‘TRACE_EVENT’ 61 | TRACE_EVENT(mm_lru_activate, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/pagemap.h:61:1: note: in expansion of macro ‘TRACE_EVENT’ 61 | TRACE_EVENT(mm_lru_activate, | ^~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:244: mm/swap.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/initcall.h:74, from ../init/main.c:113: ../include/trace/events/initcall.h: In function ‘trace_event_raw_event_initcall_level’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/initcall.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(initcall_level, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/initcall.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(initcall_level, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/initcall.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(initcall_level, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/initcall.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(initcall_level, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/initcall.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(initcall_level, | ^~~~~~~~~~~ ../include/trace/events/initcall.h: In function ‘trace_event_raw_event_initcall_start’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/initcall.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ 27 | TRACE_EVENT(initcall_start, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/initcall.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ 27 | TRACE_EVENT(initcall_start, | ^~~~~~~~~~~ ../include/trace/events/initcall.h: In function ‘trace_event_raw_event_initcall_finish’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/initcall.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ 48 | TRACE_EVENT(initcall_finish, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/initcall.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ 48 | TRACE_EVENT(initcall_finish, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/initcall.h: In function ‘perf_trace_initcall_level’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/initcall.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(initcall_level, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/initcall.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(initcall_level, | ^~~~~~~~~~~ ../include/trace/events/initcall.h: In function ‘perf_trace_initcall_start’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/initcall.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ 27 | TRACE_EVENT(initcall_start, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/initcall.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ 27 | TRACE_EVENT(initcall_start, | ^~~~~~~~~~~ ../include/trace/events/initcall.h: In function ‘perf_trace_initcall_finish’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/initcall.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ 48 | TRACE_EVENT(initcall_finish, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/initcall.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ 48 | TRACE_EVENT(initcall_finish, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/initcall.h: In function ‘__bpf_trace_initcall_level’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/initcall.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(initcall_level, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/initcall.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(initcall_level, | ^~~~~~~~~~~ ../include/trace/events/initcall.h: In function ‘__bpf_trace_initcall_start’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/initcall.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ 27 | TRACE_EVENT(initcall_start, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/initcall.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ 27 | TRACE_EVENT(initcall_start, | ^~~~~~~~~~~ ../include/trace/events/initcall.h: In function ‘__bpf_trace_initcall_finish’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/initcall.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ 48 | TRACE_EVENT(initcall_finish, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/initcall.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ 48 | TRACE_EVENT(initcall_finish, | ^~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:244: init/main.o] Error 1 make[3]: *** [../scripts/Makefile.build:485: init] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/irq.h:213, from ../kernel/softirq.c:35: ../include/trace/events/irq.h: In function ‘trace_event_raw_event_irq_handler_entry’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h:53:1: note: in expansion of macro ‘TRACE_EVENT’ 53 | TRACE_EVENT(irq_handler_entry, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h:53:1: note: in expansion of macro ‘TRACE_EVENT’ 53 | TRACE_EVENT(irq_handler_entry, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h:53:1: note: in expansion of macro ‘TRACE_EVENT’ 53 | TRACE_EVENT(irq_handler_entry, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h:53:1: note: in expansion of macro ‘TRACE_EVENT’ 53 | TRACE_EVENT(irq_handler_entry, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h:53:1: note: in expansion of macro ‘TRACE_EVENT’ 53 | TRACE_EVENT(irq_handler_entry, | ^~~~~~~~~~~ ../include/trace/events/irq.h: In function ‘trace_event_raw_event_irq_handler_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(irq_handler_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(irq_handler_exit, | ^~~~~~~~~~~ ../include/trace/events/irq.h: In function ‘trace_event_raw_event_softirq’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 103 | DECLARE_EVENT_CLASS(softirq, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 103 | DECLARE_EVENT_CLASS(softirq, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h: In function ‘trace_event_raw_event_tasklet’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h:163:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 163 | DECLARE_EVENT_CLASS(tasklet, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h:163:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 163 | DECLARE_EVENT_CLASS(tasklet, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/irq.h: In function ‘perf_trace_irq_handler_entry’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h:53:1: note: in expansion of macro ‘TRACE_EVENT’ 53 | TRACE_EVENT(irq_handler_entry, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h:53:1: note: in expansion of macro ‘TRACE_EVENT’ 53 | TRACE_EVENT(irq_handler_entry, | ^~~~~~~~~~~ ../include/trace/events/irq.h: In function ‘perf_trace_irq_handler_exit’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(irq_handler_exit, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(irq_handler_exit, | ^~~~~~~~~~~ ../include/trace/events/irq.h: In function ‘perf_trace_softirq’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 103 | DECLARE_EVENT_CLASS(softirq, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 103 | DECLARE_EVENT_CLASS(softirq, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h: In function ‘perf_trace_tasklet’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h:163:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 163 | DECLARE_EVENT_CLASS(tasklet, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h:163:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 163 | DECLARE_EVENT_CLASS(tasklet, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/irq.h: In function ‘__bpf_trace_irq_handler_entry’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h:53:1: note: in expansion of macro ‘TRACE_EVENT’ 53 | TRACE_EVENT(irq_handler_entry, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h:53:1: note: in expansion of macro ‘TRACE_EVENT’ 53 | TRACE_EVENT(irq_handler_entry, | ^~~~~~~~~~~ ../include/trace/events/irq.h: In function ‘__bpf_trace_irq_handler_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(irq_handler_exit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(irq_handler_exit, | ^~~~~~~~~~~ ../include/trace/events/irq.h: In function ‘__bpf_trace_softirq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 103 | DECLARE_EVENT_CLASS(softirq, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 103 | DECLARE_EVENT_CLASS(softirq, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h: In function ‘__bpf_trace_tasklet’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h:163:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 163 | DECLARE_EVENT_CLASS(tasklet, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/irq.h:163:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 163 | DECLARE_EVENT_CLASS(tasklet, | ^~~~~~~~~~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:244: kernel/softirq.o] Error 1 make[4]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../samples/trace_events/trace-events-sample.h:631, from ../samples/trace_events/trace-events-sample.c:12: ../samples/trace_events/./trace-events-sample.h: In function ‘trace_event_get_offsets_foo_bar’: ../include/linux/cpumask.h:121:42: warning: function ‘trace_event_get_offsets_foo_bar’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] 121 | #define cpu_possible_mask ((const struct cpumask *)&__cpu_possible_mask) | ^~~~~~~ ../include/trace/trace_events.h:299:9: note: in definition of macro ‘DECLARE_EVENT_CLASS’ 299 | tstruct; \ | ^~~~~~~ ../include/trace/trace_events.h:43:30: note: in expansion of macro ‘PARAMS’ 43 | PARAMS(tstruct), \ | ^~~~~~ ../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ 291 | TRACE_EVENT(foo_bar, | ^~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:299:9: note: in expansion of macro ‘TP_STRUCT__entry’ 299 | TP_STRUCT__entry( | ^~~~~~~~~~~~~~~~ ../include/trace/stages/stage5_get_offsets.h:110:34: note: in expansion of macro ‘__dynamic_array’ 110 | #define __bitmask(item, nr_bits) __dynamic_array(unsigned long, item, \ | ^~~~~~~~~~~~~~~ ../include/trace/stages/stage5_get_offsets.h:98:11: note: in expansion of macro ‘__bitmask_size_in_bytes_raw’ 98 | ((__bitmask_size_in_bytes_raw(nr_bits) + \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/trace/stages/stage5_get_offsets.h:111:42: note: in expansion of macro ‘__bitmask_size_in_longs’ 111 | __bitmask_size_in_longs(nr_bits)) | ^~~~~~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:304:17: note: in expansion of macro ‘__bitmask’ 304 | __bitmask( cpus, num_possible_cpus() ) | ^~~~~~~~~ ../include/linux/cpumask.h:1098:48: note: in expansion of macro ‘cpu_possible_mask’ 1098 | #define num_possible_cpus() cpumask_weight(cpu_possible_mask) | ^~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:304:41: note: in expansion of macro ‘num_possible_cpus’ 304 | __bitmask( cpus, num_possible_cpus() ) | ^~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h: In function ‘trace_event_raw_event_foo_bar’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ 291 | TRACE_EVENT(foo_bar, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ 291 | TRACE_EVENT(foo_bar, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ 291 | TRACE_EVENT(foo_bar, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ 291 | TRACE_EVENT(foo_bar, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ 291 | TRACE_EVENT(foo_bar, | ^~~~~~~~~~~ ../arch/x86/include/asm/bug.h:39:45: warning: function ‘trace_event_raw_event_foo_bar’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] 39 | "i" (sizeof(struct bug_entry))); \ | ^~~~~~~~~ ../include/trace/trace_events.h:450:11: note: in definition of macro ‘_DECLARE_EVENT_CLASS’ 450 | { assign; } \ | ^~~~~~ ../include/trace/trace_events.h:458:46: note: in expansion of macro ‘PARAMS’ 458 | PARAMS(tstruct), PARAMS(assign), PARAMS(print), 0) | ^~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:44:30: note: in expansion of macro ‘PARAMS’ 44 | PARAMS(assign), \ | ^~~~~~ ../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ 291 | TRACE_EVENT(foo_bar, | ^~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:310:9: note: in expansion of macro ‘TP_fast_assign’ 310 | TP_fast_assign( | ^~~~~~~~~~~~~~ ../arch/x86/include/asm/bug.h:83:9: note: in expansion of macro ‘_BUG_FLAGS’ 83 | _BUG_FLAGS(ASM_UD2, __flags, ASM_REACHABLE); \ | ^~~~~~~~~~ ../include/asm-generic/bug.h:107:17: note: in expansion of macro ‘__WARN_FLAGS’ 107 | __WARN_FLAGS(BUGFLAG_NO_CUT_HERE | BUGFLAG_TAINT(taint));\ | ^~~~~~~~~~~~ ../include/asm-generic/bug.h:134:17: note: in expansion of macro ‘__WARN_printf’ 134 | __WARN_printf(TAINT_WARN, format); \ | ^~~~~~~~~~~~~ ../include/linux/once_lite.h:31:25: note: in expansion of macro ‘WARN’ 31 | func(__VA_ARGS__); \ | ^~~~ ../include/asm-generic/bug.h:152:9: note: in expansion of macro ‘DO_ONCE_LITE_IF’ 152 | DO_ONCE_LITE_IF(condition, WARN, 1, format) | ^~~~~~~~~~~~~~~ ../include/linux/fortify-string.h:24:41: note: in expansion of macro ‘WARN_ONCE’ 24 | # define fortify_warn_once(x...) WARN_ONCE(x) | ^~~~~~~~~ ../include/linux/fortify-string.h:626:9: note: in expansion of macro ‘fortify_warn_once’ 626 | fortify_warn_once(fortify_memcpy_chk(__fortify_size, __p_size, \ | ^~~~~~~~~~~~~~~~~ ../include/linux/fortify-string.h:678:26: note: in expansion of macro ‘__fortify_memcpy_chk’ 678 | #define memcpy(p, q, s) __fortify_memcpy_chk(p, q, s, \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/stages/stage6_event_callback.h:38:17: note: in expansion of macro ‘memcpy’ 38 | memcpy(__str__, __data_offsets.dst##_ptr_ ? : \ | ^~~~~~ ../samples/trace_events/./trace-events-sample.h:316:17: note: in expansion of macro ‘__assign_str’ 316 | __assign_str(lstr); | ^~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h: In function ‘trace_event_raw_event_foo_bar_with_cond’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:408:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 408 | TRACE_EVENT_CONDITION(foo_bar_with_cond, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:408:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 408 | TRACE_EVENT_CONDITION(foo_bar_with_cond, | ^~~~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h: In function ‘trace_event_raw_event_foo_bar_with_fn’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:92:9: note: in expansion of macro ‘TRACE_EVENT’ 92 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:451:1: note: in expansion of macro ‘TRACE_EVENT_FN’ 451 | TRACE_EVENT_FN(foo_bar_with_fn, | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:92:9: note: in expansion of macro ‘TRACE_EVENT’ 92 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:451:1: note: in expansion of macro ‘TRACE_EVENT_FN’ 451 | TRACE_EVENT_FN(foo_bar_with_fn, | ^~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h: In function ‘trace_event_raw_event_foo_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:498:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 498 | DECLARE_EVENT_CLASS(foo_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:498:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 498 | DECLARE_EVENT_CLASS(foo_template, | ^~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h: In function ‘trace_event_raw_event_foo_rel_loc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:563:1: note: in expansion of macro ‘TRACE_EVENT’ 563 | TRACE_EVENT(foo_rel_loc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:563:1: note: in expansion of macro ‘TRACE_EVENT’ 563 | TRACE_EVENT(foo_rel_loc, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../samples/trace_events/./trace-events-sample.h: In function ‘perf_trace_foo_bar’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ 291 | TRACE_EVENT(foo_bar, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ 291 | TRACE_EVENT(foo_bar, | ^~~~~~~~~~~ ../arch/x86/include/asm/bug.h:39:45: warning: function ‘perf_trace_foo_bar’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] 39 | "i" (sizeof(struct bug_entry))); \ | ^~~~~~~~~ ../include/trace/perf.h:58:11: note: in definition of macro ‘_DECLARE_EVENT_CLASS’ 58 | { assign; } \ | ^~~~~~ ../include/trace/perf.h:68:47: note: in expansion of macro ‘PARAMS’ 68 | PARAMS(tstruct), PARAMS(assign), PARAMS(print), 0) | ^~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:44:30: note: in expansion of macro ‘PARAMS’ 44 | PARAMS(assign), \ | ^~~~~~ ../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ 291 | TRACE_EVENT(foo_bar, | ^~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:310:9: note: in expansion of macro ‘TP_fast_assign’ 310 | TP_fast_assign( | ^~~~~~~~~~~~~~ ../arch/x86/include/asm/bug.h:83:9: note: in expansion of macro ‘_BUG_FLAGS’ 83 | _BUG_FLAGS(ASM_UD2, __flags, ASM_REACHABLE); \ | ^~~~~~~~~~ ../include/asm-generic/bug.h:107:17: note: in expansion of macro ‘__WARN_FLAGS’ 107 | __WARN_FLAGS(BUGFLAG_NO_CUT_HERE | BUGFLAG_TAINT(taint));\ | ^~~~~~~~~~~~ ../include/asm-generic/bug.h:134:17: note: in expansion of macro ‘__WARN_printf’ 134 | __WARN_printf(TAINT_WARN, format); \ | ^~~~~~~~~~~~~ ../include/linux/once_lite.h:31:25: note: in expansion of macro ‘WARN’ 31 | func(__VA_ARGS__); \ | ^~~~ ../include/asm-generic/bug.h:152:9: note: in expansion of macro ‘DO_ONCE_LITE_IF’ 152 | DO_ONCE_LITE_IF(condition, WARN, 1, format) | ^~~~~~~~~~~~~~~ ../include/linux/fortify-string.h:24:41: note: in expansion of macro ‘WARN_ONCE’ 24 | # define fortify_warn_once(x...) WARN_ONCE(x) | ^~~~~~~~~ ../include/linux/fortify-string.h:626:9: note: in expansion of macro ‘fortify_warn_once’ 626 | fortify_warn_once(fortify_memcpy_chk(__fortify_size, __p_size, \ | ^~~~~~~~~~~~~~~~~ ../include/linux/fortify-string.h:678:26: note: in expansion of macro ‘__fortify_memcpy_chk’ 678 | #define memcpy(p, q, s) __fortify_memcpy_chk(p, q, s, \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/stages/stage6_event_callback.h:38:17: note: in expansion of macro ‘memcpy’ 38 | memcpy(__str__, __data_offsets.dst##_ptr_ ? : \ | ^~~~~~ ../samples/trace_events/./trace-events-sample.h:316:17: note: in expansion of macro ‘__assign_str’ 316 | __assign_str(lstr); | ^~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h: In function ‘perf_trace_foo_bar_with_cond’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:408:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 408 | TRACE_EVENT_CONDITION(foo_bar_with_cond, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:408:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 408 | TRACE_EVENT_CONDITION(foo_bar_with_cond, | ^~~~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h: In function ‘perf_trace_foo_bar_with_fn’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:92:9: note: in expansion of macro ‘TRACE_EVENT’ 92 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:451:1: note: in expansion of macro ‘TRACE_EVENT_FN’ 451 | TRACE_EVENT_FN(foo_bar_with_fn, | ^~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:92:9: note: in expansion of macro ‘TRACE_EVENT’ 92 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:451:1: note: in expansion of macro ‘TRACE_EVENT_FN’ 451 | TRACE_EVENT_FN(foo_bar_with_fn, | ^~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h: In function ‘perf_trace_foo_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:498:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 498 | DECLARE_EVENT_CLASS(foo_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:498:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 498 | DECLARE_EVENT_CLASS(foo_template, | ^~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h: In function ‘perf_trace_foo_rel_loc’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:563:1: note: in expansion of macro ‘TRACE_EVENT’ 563 | TRACE_EVENT(foo_rel_loc, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:563:1: note: in expansion of macro ‘TRACE_EVENT’ 563 | TRACE_EVENT(foo_rel_loc, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../samples/trace_events/./trace-events-sample.h: In function ‘__bpf_trace_foo_bar’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ 291 | TRACE_EVENT(foo_bar, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ 291 | TRACE_EVENT(foo_bar, | ^~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h: In function ‘__bpf_trace_foo_bar_with_cond’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:408:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 408 | TRACE_EVENT_CONDITION(foo_bar_with_cond, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:408:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 408 | TRACE_EVENT_CONDITION(foo_bar_with_cond, | ^~~~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h: In function ‘__bpf_trace_foo_bar_with_fn’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:92:9: note: in expansion of macro ‘TRACE_EVENT’ 92 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:451:1: note: in expansion of macro ‘TRACE_EVENT_FN’ 451 | TRACE_EVENT_FN(foo_bar_with_fn, | ^~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:92:9: note: in expansion of macro ‘TRACE_EVENT’ 92 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:451:1: note: in expansion of macro ‘TRACE_EVENT_FN’ 451 | TRACE_EVENT_FN(foo_bar_with_fn, | ^~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h: In function ‘__bpf_trace_foo_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:498:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 498 | DECLARE_EVENT_CLASS(foo_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:498:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 498 | DECLARE_EVENT_CLASS(foo_template, | ^~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h: In function ‘__bpf_trace_foo_rel_loc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:563:1: note: in expansion of macro ‘TRACE_EVENT’ 563 | TRACE_EVENT(foo_rel_loc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../samples/trace_events/./trace-events-sample.h:563:1: note: in expansion of macro ‘TRACE_EVENT’ 563 | TRACE_EVENT(foo_rel_loc, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: samples/trace_events/trace-events-sample.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: samples/trace_events] Error 2 make[3]: *** [../scripts/Makefile.build:485: samples] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/signal.h:125, from ../kernel/signal.c:53: ../include/trace/events/signal.h: In function ‘trace_event_raw_event_signal_generate’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/signal.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(signal_generate, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/signal.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(signal_generate, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/signal.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(signal_generate, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/signal.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(signal_generate, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/signal.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(signal_generate, | ^~~~~~~~~~~ ../include/trace/events/signal.h: In function ‘trace_event_raw_event_signal_deliver’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/signal.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ 96 | TRACE_EVENT(signal_deliver, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/signal.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ 96 | TRACE_EVENT(signal_deliver, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/signal.h: In function ‘perf_trace_signal_generate’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/signal.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(signal_generate, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/signal.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(signal_generate, | ^~~~~~~~~~~ ../include/trace/events/signal.h: In function ‘perf_trace_signal_deliver’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/signal.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ 96 | TRACE_EVENT(signal_deliver, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/signal.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ 96 | TRACE_EVENT(signal_deliver, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/signal.h: In function ‘__bpf_trace_signal_generate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/signal.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(signal_generate, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/signal.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(signal_generate, | ^~~~~~~~~~~ ../include/trace/events/signal.h: In function ‘__bpf_trace_signal_deliver’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/signal.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ 96 | TRACE_EVENT(signal_deliver, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/signal.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ 96 | TRACE_EVENT(signal_deliver, | ^~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:244: kernel/signal.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/cpuhp.h:95, from ../kernel/cpu.c:43: ../include/trace/events/cpuhp.h: In function ‘trace_event_raw_event_cpuhp_enter’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cpuhp.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(cpuhp_enter, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cpuhp.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(cpuhp_enter, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cpuhp.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(cpuhp_enter, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cpuhp.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(cpuhp_enter, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cpuhp.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(cpuhp_enter, | ^~~~~~~~~~~ ../include/trace/events/cpuhp.h: In function ‘trace_event_raw_event_cpuhp_multi_enter’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cpuhp.h:37:1: note: in expansion of macro ‘TRACE_EVENT’ 37 | TRACE_EVENT(cpuhp_multi_enter, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cpuhp.h:37:1: note: in expansion of macro ‘TRACE_EVENT’ 37 | TRACE_EVENT(cpuhp_multi_enter, | ^~~~~~~~~~~ ../include/trace/events/cpuhp.h: In function ‘trace_event_raw_event_cpuhp_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cpuhp.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ 65 | TRACE_EVENT(cpuhp_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cpuhp.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ 65 | TRACE_EVENT(cpuhp_exit, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/cpuhp.h: In function ‘perf_trace_cpuhp_enter’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cpuhp.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(cpuhp_enter, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cpuhp.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(cpuhp_enter, | ^~~~~~~~~~~ ../include/trace/events/cpuhp.h: In function ‘perf_trace_cpuhp_multi_enter’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cpuhp.h:37:1: note: in expansion of macro ‘TRACE_EVENT’ 37 | TRACE_EVENT(cpuhp_multi_enter, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cpuhp.h:37:1: note: in expansion of macro ‘TRACE_EVENT’ 37 | TRACE_EVENT(cpuhp_multi_enter, | ^~~~~~~~~~~ ../include/trace/events/cpuhp.h: In function ‘perf_trace_cpuhp_exit’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cpuhp.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ 65 | TRACE_EVENT(cpuhp_exit, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cpuhp.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ 65 | TRACE_EVENT(cpuhp_exit, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/cpuhp.h: In function ‘__bpf_trace_cpuhp_enter’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cpuhp.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(cpuhp_enter, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cpuhp.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ 10 | TRACE_EVENT(cpuhp_enter, | ^~~~~~~~~~~ ../include/trace/events/cpuhp.h: In function ‘__bpf_trace_cpuhp_multi_enter’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cpuhp.h:37:1: note: in expansion of macro ‘TRACE_EVENT’ 37 | TRACE_EVENT(cpuhp_multi_enter, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cpuhp.h:37:1: note: in expansion of macro ‘TRACE_EVENT’ 37 | TRACE_EVENT(cpuhp_multi_enter, | ^~~~~~~~~~~ ../include/trace/events/cpuhp.h: In function ‘__bpf_trace_cpuhp_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cpuhp.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ 65 | TRACE_EVENT(cpuhp_exit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cpuhp.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ 65 | TRACE_EVENT(cpuhp_exit, | ^~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:244: kernel/cpu.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/icmp.h:66, from ../net/ipv4/icmp.c:97: ../include/trace/events/icmp.h: In function ‘trace_event_raw_event_icmp_send’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/icmp.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(icmp_send, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/icmp.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(icmp_send, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/icmp.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(icmp_send, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/icmp.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(icmp_send, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/icmp.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(icmp_send, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/icmp.h: In function ‘perf_trace_icmp_send’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/icmp.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(icmp_send, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/icmp.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(icmp_send, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/icmp.h: In function ‘__bpf_trace_icmp_send’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/icmp.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(icmp_send, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/icmp.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(icmp_send, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: net/ipv4/icmp.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../sound/core/pcm_trace.h:149, from ../sound/core/pcm_lib.c:25: ../sound/core/./pcm_trace.h: In function ‘trace_event_raw_event_hwptr’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(hwptr, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(hwptr, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(hwptr, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(hwptr, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(hwptr, | ^~~~~~~~~~~ ../sound/core/./pcm_trace.h: In function ‘trace_event_raw_event_xrun’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(xrun, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(xrun, | ^~~~~~~~~~~ ../sound/core/./pcm_trace.h: In function ‘trace_event_raw_event_hw_ptr_error’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_trace.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(hw_ptr_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_trace.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(hw_ptr_error, | ^~~~~~~~~~~ ../sound/core/./pcm_trace.h: In function ‘trace_event_raw_event_applptr’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_trace.h:106:1: note: in expansion of macro ‘TRACE_EVENT’ 106 | TRACE_EVENT(applptr, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_trace.h:106:1: note: in expansion of macro ‘TRACE_EVENT’ 106 | TRACE_EVENT(applptr, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../sound/core/./pcm_trace.h: In function ‘perf_trace_hwptr’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(hwptr, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(hwptr, | ^~~~~~~~~~~ ../sound/core/./pcm_trace.h: In function ‘perf_trace_xrun’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(xrun, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(xrun, | ^~~~~~~~~~~ ../sound/core/./pcm_trace.h: In function ‘perf_trace_hw_ptr_error’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_trace.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(hw_ptr_error, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_trace.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(hw_ptr_error, | ^~~~~~~~~~~ ../sound/core/./pcm_trace.h: In function ‘perf_trace_applptr’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_trace.h:106:1: note: in expansion of macro ‘TRACE_EVENT’ 106 | TRACE_EVENT(applptr, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_trace.h:106:1: note: in expansion of macro ‘TRACE_EVENT’ 106 | TRACE_EVENT(applptr, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../sound/core/./pcm_trace.h: In function ‘__bpf_trace_hwptr’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(hwptr, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(hwptr, | ^~~~~~~~~~~ ../sound/core/./pcm_trace.h: In function ‘__bpf_trace_xrun’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(xrun, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(xrun, | ^~~~~~~~~~~ ../sound/core/./pcm_trace.h: In function ‘__bpf_trace_hw_ptr_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_trace.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(hw_ptr_error, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_trace.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(hw_ptr_error, | ^~~~~~~~~~~ ../sound/core/./pcm_trace.h: In function ‘__bpf_trace_applptr’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_trace.h:106:1: note: in expansion of macro ‘TRACE_EVENT’ 106 | TRACE_EVENT(applptr, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/core/./pcm_trace.h:106:1: note: in expansion of macro ‘TRACE_EVENT’ 106 | TRACE_EVENT(applptr, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: sound/core/pcm_lib.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: sound/core] Error 2 make[4]: *** [../scripts/Makefile.build:485: net/ipv4] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/nbd.h:107, from ../drivers/block/nbd.c:50: ../include/trace/events/nbd.h: In function ‘trace_event_raw_event_nbd_transport_event’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/nbd.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(nbd_transport_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/nbd.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(nbd_transport_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/nbd.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(nbd_transport_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/nbd.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(nbd_transport_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/nbd.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(nbd_transport_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nbd.h: In function ‘trace_event_raw_event_nbd_send_request’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/nbd.h:61:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 61 | DECLARE_EVENT_CLASS(nbd_send_request, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/nbd.h:61:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 61 | DECLARE_EVENT_CLASS(nbd_send_request, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/nbd.h: In function ‘perf_trace_nbd_transport_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/nbd.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(nbd_transport_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/nbd.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(nbd_transport_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nbd.h: In function ‘perf_trace_nbd_send_request’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/nbd.h:61:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 61 | DECLARE_EVENT_CLASS(nbd_send_request, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/nbd.h:61:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 61 | DECLARE_EVENT_CLASS(nbd_send_request, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/nbd.h: In function ‘__bpf_trace_nbd_transport_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nbd.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(nbd_transport_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nbd.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(nbd_transport_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nbd.h: In function ‘__bpf_trace_nbd_send_request’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nbd.h:61:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 61 | DECLARE_EVENT_CLASS(nbd_send_request, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nbd.h:61:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 61 | DECLARE_EVENT_CLASS(nbd_send_request, | ^~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: drivers/block/nbd.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../drivers/block/null_blk/trace.h:85, from ../drivers/block/null_blk/zoned.c:7: ../drivers/block/null_blk/./trace.h: In function ‘trace_event_raw_event_nullb_zone_op’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/null_blk/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ 33 | TRACE_EVENT(nullb_zone_op, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/null_blk/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ 33 | TRACE_EVENT(nullb_zone_op, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/null_blk/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ 33 | TRACE_EVENT(nullb_zone_op, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/null_blk/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ 33 | TRACE_EVENT(nullb_zone_op, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/null_blk/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ 33 | TRACE_EVENT(nullb_zone_op, | ^~~~~~~~~~~ ../drivers/block/null_blk/./trace.h: In function ‘trace_event_raw_event_nullb_report_zones’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/null_blk/./trace.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ 62 | TRACE_EVENT(nullb_report_zones, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/null_blk/./trace.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ 62 | TRACE_EVENT(nullb_report_zones, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/block/null_blk/./trace.h: In function ‘perf_trace_nullb_zone_op’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/null_blk/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ 33 | TRACE_EVENT(nullb_zone_op, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/null_blk/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ 33 | TRACE_EVENT(nullb_zone_op, | ^~~~~~~~~~~ ../drivers/block/null_blk/./trace.h: In function ‘perf_trace_nullb_report_zones’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/null_blk/./trace.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ 62 | TRACE_EVENT(nullb_report_zones, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/null_blk/./trace.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ 62 | TRACE_EVENT(nullb_report_zones, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/block/null_blk/./trace.h: In function ‘__bpf_trace_nullb_zone_op’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/null_blk/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ 33 | TRACE_EVENT(nullb_zone_op, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/null_blk/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ 33 | TRACE_EVENT(nullb_zone_op, | ^~~~~~~~~~~ ../drivers/block/null_blk/./trace.h: In function ‘__bpf_trace_nullb_report_zones’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/null_blk/./trace.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ 62 | TRACE_EVENT(nullb_report_zones, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/null_blk/./trace.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ 62 | TRACE_EVENT(nullb_report_zones, | ^~~~~~~~~~~ make[6]: *** [../scripts/Makefile.build:244: drivers/block/null_blk/zoned.o] Error 1 make[5]: *** [../scripts/Makefile.build:485: drivers/block/null_blk] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/maple_tree.h:123, from ../lib/maple_tree.c:65: ../include/trace/events/maple_tree.h: In function ‘trace_event_raw_event_ma_op’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/maple_tree.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(ma_op, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/maple_tree.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(ma_op, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/maple_tree.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(ma_op, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/maple_tree.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(ma_op, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/maple_tree.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(ma_op, | ^~~~~~~~~~~ ../include/trace/events/maple_tree.h: In function ‘trace_event_raw_event_ma_read’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/maple_tree.h:46:1: note: in expansion of macro ‘TRACE_EVENT’ 46 | TRACE_EVENT(ma_read, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/maple_tree.h:46:1: note: in expansion of macro ‘TRACE_EVENT’ 46 | TRACE_EVENT(ma_read, | ^~~~~~~~~~~ ../include/trace/events/maple_tree.h: In function ‘trace_event_raw_event_ma_write’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/maple_tree.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ 80 | TRACE_EVENT(ma_write, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/maple_tree.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ 80 | TRACE_EVENT(ma_write, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/maple_tree.h: In function ‘perf_trace_ma_op’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/maple_tree.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(ma_op, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/maple_tree.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(ma_op, | ^~~~~~~~~~~ ../include/trace/events/maple_tree.h: In function ‘perf_trace_ma_read’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/maple_tree.h:46:1: note: in expansion of macro ‘TRACE_EVENT’ 46 | TRACE_EVENT(ma_read, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/maple_tree.h:46:1: note: in expansion of macro ‘TRACE_EVENT’ 46 | TRACE_EVENT(ma_read, | ^~~~~~~~~~~ ../include/trace/events/maple_tree.h: In function ‘perf_trace_ma_write’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/maple_tree.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ 80 | TRACE_EVENT(ma_write, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/maple_tree.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ 80 | TRACE_EVENT(ma_write, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/maple_tree.h: In function ‘__bpf_trace_ma_op’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/maple_tree.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(ma_op, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/maple_tree.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(ma_op, | ^~~~~~~~~~~ ../include/trace/events/maple_tree.h: In function ‘__bpf_trace_ma_read’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/maple_tree.h:46:1: note: in expansion of macro ‘TRACE_EVENT’ 46 | TRACE_EVENT(ma_read, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/maple_tree.h:46:1: note: in expansion of macro ‘TRACE_EVENT’ 46 | TRACE_EVENT(ma_read, | ^~~~~~~~~~~ ../include/trace/events/maple_tree.h: In function ‘__bpf_trace_ma_write’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/maple_tree.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ 80 | TRACE_EVENT(ma_write, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/maple_tree.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ 80 | TRACE_EVENT(ma_write, | ^~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:244: lib/maple_tree.o] Error 1 make[3]: *** [../scripts/Makefile.build:485: lib] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/regulator.h:174, from ../drivers/regulator/core.c:32: ../include/trace/events/regulator.h: In function ‘trace_event_raw_event_regulator_basic’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/regulator.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(regulator_basic, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/regulator.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(regulator_basic, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/regulator.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(regulator_basic, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/regulator.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(regulator_basic, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/regulator.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(regulator_basic, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/regulator.h: In function ‘trace_event_raw_event_regulator_range’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/regulator.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 109 | DECLARE_EVENT_CLASS(regulator_range, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/regulator.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 109 | DECLARE_EVENT_CLASS(regulator_range, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/regulator.h: In function ‘trace_event_raw_event_regulator_value’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/regulator.h:143:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 143 | DECLARE_EVENT_CLASS(regulator_value, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/regulator.h:143:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 143 | DECLARE_EVENT_CLASS(regulator_value, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/regulator.h: In function ‘perf_trace_regulator_basic’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/regulator.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(regulator_basic, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/regulator.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(regulator_basic, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/regulator.h: In function ‘perf_trace_regulator_range’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/regulator.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 109 | DECLARE_EVENT_CLASS(regulator_range, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/regulator.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 109 | DECLARE_EVENT_CLASS(regulator_range, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/regulator.h: In function ‘perf_trace_regulator_value’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/regulator.h:143:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 143 | DECLARE_EVENT_CLASS(regulator_value, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/regulator.h:143:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 143 | DECLARE_EVENT_CLASS(regulator_value, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/regulator.h: In function ‘__bpf_trace_regulator_basic’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/regulator.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(regulator_basic, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/regulator.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(regulator_basic, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/regulator.h: In function ‘__bpf_trace_regulator_range’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/regulator.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 109 | DECLARE_EVENT_CLASS(regulator_range, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/regulator.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 109 | DECLARE_EVENT_CLASS(regulator_range, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/regulator.h: In function ‘__bpf_trace_regulator_value’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/regulator.h:143:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 143 | DECLARE_EVENT_CLASS(regulator_value, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/regulator.h:143:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 143 | DECLARE_EVENT_CLASS(regulator_value, | ^~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: drivers/regulator/core.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../drivers/iommu/intel/trace.h:196, from ../drivers/iommu/intel/trace.c:14: ../include/trace/../../drivers/iommu/intel//trace.h: In function ‘trace_event_raw_event_qi_submit’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(qi_submit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(qi_submit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(qi_submit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(qi_submit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(qi_submit, | ^~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h: In function ‘trace_event_raw_event_prq_report’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ 58 | TRACE_EVENT(prq_report, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ 58 | TRACE_EVENT(prq_report, | ^~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h: In function ‘trace_event_raw_event_cache_tag_log’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h:93:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 93 | DECLARE_EVENT_CLASS(cache_tag_log, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h:93:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 93 | DECLARE_EVENT_CLASS(cache_tag_log, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h: In function ‘trace_event_raw_event_cache_tag_flush’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h:138:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 138 | DECLARE_EVENT_CLASS(cache_tag_flush, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h:138:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 138 | DECLARE_EVENT_CLASS(cache_tag_flush, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/../../drivers/iommu/intel//trace.h: In function ‘perf_trace_qi_submit’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(qi_submit, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(qi_submit, | ^~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h: In function ‘perf_trace_prq_report’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ 58 | TRACE_EVENT(prq_report, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ 58 | TRACE_EVENT(prq_report, | ^~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h: In function ‘perf_trace_cache_tag_log’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h:93:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 93 | DECLARE_EVENT_CLASS(cache_tag_log, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h:93:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 93 | DECLARE_EVENT_CLASS(cache_tag_log, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h: In function ‘perf_trace_cache_tag_flush’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h:138:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 138 | DECLARE_EVENT_CLASS(cache_tag_flush, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h:138:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 138 | DECLARE_EVENT_CLASS(cache_tag_flush, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/../../drivers/iommu/intel//trace.h: In function ‘__bpf_trace_qi_submit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(qi_submit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(qi_submit, | ^~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h: In function ‘__bpf_trace_prq_report’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ 58 | TRACE_EVENT(prq_report, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ 58 | TRACE_EVENT(prq_report, | ^~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h: In function ‘__bpf_trace_cache_tag_log’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h:93:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 93 | DECLARE_EVENT_CLASS(cache_tag_log, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h:93:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 93 | DECLARE_EVENT_CLASS(cache_tag_log, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h: In function ‘__bpf_trace_cache_tag_flush’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h:138:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 138 | DECLARE_EVENT_CLASS(cache_tag_flush, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/iommu/intel//trace.h:138:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 138 | DECLARE_EVENT_CLASS(cache_tag_flush, | ^~~~~~~~~~~~~~~~~~~ make[6]: *** [../scripts/Makefile.build:244: drivers/iommu/intel/trace.o] Error 1 make[5]: *** [../scripts/Makefile.build:485: drivers/iommu/intel] Error 2 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [../scripts/Makefile.build:485: drivers/regulator] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/notifier.h:69, from ../kernel/notifier.c:11: ../include/trace/events/notifier.h: In function ‘trace_event_raw_event_notifier_info’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/notifier.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(notifier_info, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/notifier.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(notifier_info, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/notifier.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(notifier_info, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/notifier.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(notifier_info, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/notifier.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(notifier_info, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/notifier.h: In function ‘perf_trace_notifier_info’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/notifier.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(notifier_info, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/notifier.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(notifier_info, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/notifier.h: In function ‘__bpf_trace_notifier_info’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/notifier.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(notifier_info, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/notifier.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(notifier_info, | ^~~~~~~~~~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:244: kernel/notifier.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/fib6.h:89, from ../net/ipv6/route.c:74: ../include/trace/events/fib6.h: In function ‘trace_event_raw_event_fib6_table_lookup’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fib6.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(fib6_table_lookup, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fib6.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(fib6_table_lookup, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fib6.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(fib6_table_lookup, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fib6.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(fib6_table_lookup, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fib6.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(fib6_table_lookup, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/fib6.h: In function ‘perf_trace_fib6_table_lookup’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fib6.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(fib6_table_lookup, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fib6.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(fib6_table_lookup, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/fib6.h: In function ‘__bpf_trace_fib6_table_lookup’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fib6.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(fib6_table_lookup, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fib6.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(fib6_table_lookup, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: net/ipv6/route.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: net/ipv6] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/task.h:62, from ../kernel/fork.c:117: ../include/trace/events/task.h: In function ‘trace_event_raw_event_task_newtask’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/task.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ 9 | TRACE_EVENT(task_newtask, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/task.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ 9 | TRACE_EVENT(task_newtask, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/task.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ 9 | TRACE_EVENT(task_newtask, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/task.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ 9 | TRACE_EVENT(task_newtask, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/task.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ 9 | TRACE_EVENT(task_newtask, | ^~~~~~~~~~~ ../include/trace/events/task.h: In function ‘trace_event_raw_event_task_rename’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/task.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ 34 | TRACE_EVENT(task_rename, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/task.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ 34 | TRACE_EVENT(task_rename, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/task.h: In function ‘perf_trace_task_newtask’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/task.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ 9 | TRACE_EVENT(task_newtask, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/task.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ 9 | TRACE_EVENT(task_newtask, | ^~~~~~~~~~~ ../include/trace/events/task.h: In function ‘perf_trace_task_rename’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/task.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ 34 | TRACE_EVENT(task_rename, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/task.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ 34 | TRACE_EVENT(task_rename, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/task.h: In function ‘__bpf_trace_task_newtask’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/task.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ 9 | TRACE_EVENT(task_newtask, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/task.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ 9 | TRACE_EVENT(task_newtask, | ^~~~~~~~~~~ ../include/trace/events/task.h: In function ‘__bpf_trace_task_rename’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/task.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ 34 | TRACE_EVENT(task_rename, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/task.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ 34 | TRACE_EVENT(task_rename, | ^~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:244: kernel/fork.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../sound/pci/hda/hda_controller_trace.h:99, from ../sound/pci/hda/hda_controller.c:32: ../sound/pci/hda/./hda_controller_trace.h: In function ‘trace_event_raw_event_azx_pcm_trigger’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/pci/hda/./hda_controller_trace.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(azx_pcm_trigger, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/pci/hda/./hda_controller_trace.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(azx_pcm_trigger, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/pci/hda/./hda_controller_trace.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(azx_pcm_trigger, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/pci/hda/./hda_controller_trace.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(azx_pcm_trigger, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/pci/hda/./hda_controller_trace.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(azx_pcm_trigger, | ^~~~~~~~~~~ ../sound/pci/hda/./hda_controller_trace.h: In function ‘trace_event_raw_event_azx_get_position’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/pci/hda/./hda_controller_trace.h:35:1: note: in expansion of macro ‘TRACE_EVENT’ 35 | TRACE_EVENT(azx_get_position, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/pci/hda/./hda_controller_trace.h:35:1: note: in expansion of macro ‘TRACE_EVENT’ 35 | TRACE_EVENT(azx_get_position, | ^~~~~~~~~~~ ../sound/pci/hda/./hda_controller_trace.h: In function ‘trace_event_raw_event_azx_pcm’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../sound/pci/hda/./hda_controller_trace.h:58:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 58 | DECLARE_EVENT_CLASS(azx_pcm, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../sound/pci/hda/./hda_controller_trace.h:58:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 58 | DECLARE_EVENT_CLASS(azx_pcm, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../sound/pci/hda/./hda_controller_trace.h: In function ‘perf_trace_azx_pcm_trigger’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/pci/hda/./hda_controller_trace.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(azx_pcm_trigger, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/pci/hda/./hda_controller_trace.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(azx_pcm_trigger, | ^~~~~~~~~~~ ../sound/pci/hda/./hda_controller_trace.h: In function ‘perf_trace_azx_get_position’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/pci/hda/./hda_controller_trace.h:35:1: note: in expansion of macro ‘TRACE_EVENT’ 35 | TRACE_EVENT(azx_get_position, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/pci/hda/./hda_controller_trace.h:35:1: note: in expansion of macro ‘TRACE_EVENT’ 35 | TRACE_EVENT(azx_get_position, | ^~~~~~~~~~~ ../sound/pci/hda/./hda_controller_trace.h: In function ‘perf_trace_azx_pcm’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../sound/pci/hda/./hda_controller_trace.h:58:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 58 | DECLARE_EVENT_CLASS(azx_pcm, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../sound/pci/hda/./hda_controller_trace.h:58:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 58 | DECLARE_EVENT_CLASS(azx_pcm, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../sound/pci/hda/./hda_controller_trace.h: In function ‘__bpf_trace_azx_pcm_trigger’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/pci/hda/./hda_controller_trace.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(azx_pcm_trigger, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/pci/hda/./hda_controller_trace.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(azx_pcm_trigger, | ^~~~~~~~~~~ ../sound/pci/hda/./hda_controller_trace.h: In function ‘__bpf_trace_azx_get_position’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/pci/hda/./hda_controller_trace.h:35:1: note: in expansion of macro ‘TRACE_EVENT’ 35 | TRACE_EVENT(azx_get_position, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/pci/hda/./hda_controller_trace.h:35:1: note: in expansion of macro ‘TRACE_EVENT’ 35 | TRACE_EVENT(azx_get_position, | ^~~~~~~~~~~ ../sound/pci/hda/./hda_controller_trace.h: In function ‘__bpf_trace_azx_pcm’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../sound/pci/hda/./hda_controller_trace.h:58:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 58 | DECLARE_EVENT_CLASS(azx_pcm, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../sound/pci/hda/./hda_controller_trace.h:58:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 58 | DECLARE_EVENT_CLASS(azx_pcm, | ^~~~~~~~~~~~~~~~~~~ make[6]: *** [../scripts/Makefile.build:244: sound/pci/hda/hda_controller.o] Error 1 make[5]: *** [../scripts/Makefile.build:485: sound/pci/hda] Error 2 make[4]: *** [../scripts/Makefile.build:485: sound/pci] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/misc/mei/mei-trace.h:83, from ../drivers/misc/mei/mei-trace.c:11: ../drivers/misc/mei/./mei-trace.h: In function ‘trace_event_raw_event_mei_reg_read’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/misc/mei/./mei-trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ 19 | TRACE_EVENT(mei_reg_read, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/misc/mei/./mei-trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ 19 | TRACE_EVENT(mei_reg_read, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/misc/mei/./mei-trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ 19 | TRACE_EVENT(mei_reg_read, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/misc/mei/./mei-trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ 19 | TRACE_EVENT(mei_reg_read, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/misc/mei/./mei-trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ 19 | TRACE_EVENT(mei_reg_read, | ^~~~~~~~~~~ ../drivers/misc/mei/./mei-trace.h: In function ‘trace_event_raw_event_mei_reg_write’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/misc/mei/./mei-trace.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(mei_reg_write, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/misc/mei/./mei-trace.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(mei_reg_write, | ^~~~~~~~~~~ ../drivers/misc/mei/./mei-trace.h: In function ‘trace_event_raw_event_mei_pci_cfg_read’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/misc/mei/./mei-trace.h:57:1: note: in expansion of macro ‘TRACE_EVENT’ 57 | TRACE_EVENT(mei_pci_cfg_read, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/misc/mei/./mei-trace.h:57:1: note: in expansion of macro ‘TRACE_EVENT’ 57 | TRACE_EVENT(mei_pci_cfg_read, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/misc/mei/./mei-trace.h: In function ‘perf_trace_mei_reg_read’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/misc/mei/./mei-trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ 19 | TRACE_EVENT(mei_reg_read, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/misc/mei/./mei-trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ 19 | TRACE_EVENT(mei_reg_read, | ^~~~~~~~~~~ ../drivers/misc/mei/./mei-trace.h: In function ‘perf_trace_mei_reg_write’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/misc/mei/./mei-trace.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(mei_reg_write, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/misc/mei/./mei-trace.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(mei_reg_write, | ^~~~~~~~~~~ ../drivers/misc/mei/./mei-trace.h: In function ‘perf_trace_mei_pci_cfg_read’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/misc/mei/./mei-trace.h:57:1: note: in expansion of macro ‘TRACE_EVENT’ 57 | TRACE_EVENT(mei_pci_cfg_read, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/misc/mei/./mei-trace.h:57:1: note: in expansion of macro ‘TRACE_EVENT’ 57 | TRACE_EVENT(mei_pci_cfg_read, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/misc/mei/./mei-trace.h: In function ‘__bpf_trace_mei_reg_read’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/misc/mei/./mei-trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ 19 | TRACE_EVENT(mei_reg_read, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/misc/mei/./mei-trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ 19 | TRACE_EVENT(mei_reg_read, | ^~~~~~~~~~~ ../drivers/misc/mei/./mei-trace.h: In function ‘__bpf_trace_mei_reg_write’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/misc/mei/./mei-trace.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(mei_reg_write, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/misc/mei/./mei-trace.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(mei_reg_write, | ^~~~~~~~~~~ ../drivers/misc/mei/./mei-trace.h: In function ‘__bpf_trace_mei_pci_cfg_read’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/misc/mei/./mei-trace.h:57:1: note: in expansion of macro ‘TRACE_EVENT’ 57 | TRACE_EVENT(mei_pci_cfg_read, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/misc/mei/./mei-trace.h:57:1: note: in expansion of macro ‘TRACE_EVENT’ 57 | TRACE_EVENT(mei_pci_cfg_read, | ^~~~~~~~~~~ make[6]: *** [../scripts/Makefile.build:244: drivers/misc/mei/mei-trace.o] Error 1 make[5]: *** [../scripts/Makefile.build:485: drivers/misc/mei] Error 2 make[4]: *** [../scripts/Makefile.build:485: drivers/misc] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/nvme/target/trace.h:170, from ../drivers/nvme/target/core.c:16: ../drivers/nvme/target/./trace.h: In function ‘trace_event_raw_event_nvmet_req_init’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/target/./trace.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(nvmet_req_init, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/target/./trace.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(nvmet_req_init, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/target/./trace.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(nvmet_req_init, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/target/./trace.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(nvmet_req_init, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/target/./trace.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(nvmet_req_init, | ^~~~~~~~~~~ ../drivers/nvme/target/./trace.h: In function ‘trace_event_raw_event_nvmet_req_complete’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/target/./trace.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ 108 | TRACE_EVENT(nvmet_req_complete, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/target/./trace.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ 108 | TRACE_EVENT(nvmet_req_complete, | ^~~~~~~~~~~ ../drivers/nvme/target/./trace.h: In function ‘trace_event_raw_event_nvmet_async_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/target/./trace.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ 136 | TRACE_EVENT(nvmet_async_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/target/./trace.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ 136 | TRACE_EVENT(nvmet_async_event, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/nvme/target/./trace.h: In function ‘perf_trace_nvmet_req_init’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/target/./trace.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(nvmet_req_init, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/target/./trace.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(nvmet_req_init, | ^~~~~~~~~~~ ../drivers/nvme/target/./trace.h: In function ‘perf_trace_nvmet_req_complete’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/target/./trace.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ 108 | TRACE_EVENT(nvmet_req_complete, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/target/./trace.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ 108 | TRACE_EVENT(nvmet_req_complete, | ^~~~~~~~~~~ ../drivers/nvme/target/./trace.h: In function ‘perf_trace_nvmet_async_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/target/./trace.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ 136 | TRACE_EVENT(nvmet_async_event, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/target/./trace.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ 136 | TRACE_EVENT(nvmet_async_event, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/nvme/target/./trace.h: In function ‘__bpf_trace_nvmet_req_init’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/target/./trace.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(nvmet_req_init, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/target/./trace.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(nvmet_req_init, | ^~~~~~~~~~~ ../drivers/nvme/target/./trace.h: In function ‘__bpf_trace_nvmet_req_complete’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/target/./trace.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ 108 | TRACE_EVENT(nvmet_req_complete, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/target/./trace.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ 108 | TRACE_EVENT(nvmet_req_complete, | ^~~~~~~~~~~ ../drivers/nvme/target/./trace.h: In function ‘__bpf_trace_nvmet_async_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/target/./trace.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ 136 | TRACE_EVENT(nvmet_async_event, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/target/./trace.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ 136 | TRACE_EVENT(nvmet_async_event, | ^~~~~~~~~~~ make[6]: *** [../scripts/Makefile.build:244: drivers/nvme/target/core.o] Error 1 make[5]: *** [../scripts/Makefile.build:485: drivers/nvme/target] Error 2 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../drivers/base/trace.h:56, from ../drivers/base/trace.c:10: ../drivers/base/./trace.h: In function ‘trace_event_raw_event_devres’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/./trace.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 19 | DECLARE_EVENT_CLASS(devres, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/./trace.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 19 | DECLARE_EVENT_CLASS(devres, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/./trace.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 19 | DECLARE_EVENT_CLASS(devres, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/./trace.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 19 | DECLARE_EVENT_CLASS(devres, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/./trace.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 19 | DECLARE_EVENT_CLASS(devres, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/base/./trace.h: In function ‘perf_trace_devres’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/./trace.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 19 | DECLARE_EVENT_CLASS(devres, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/./trace.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 19 | DECLARE_EVENT_CLASS(devres, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/base/./trace.h: In function ‘__bpf_trace_devres’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/./trace.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 19 | DECLARE_EVENT_CLASS(devres, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/./trace.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 19 | DECLARE_EVENT_CLASS(devres, | ^~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: drivers/base/trace.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../drivers/soc/qcom/pmic_pdcharger_ulog.h:36, from ../drivers/soc/qcom/pmic_pdcharger_ulog.c:15: ../drivers/soc/qcom/./pmic_pdcharger_ulog.h: In function ‘trace_event_raw_event_pmic_pdcharger_ulog_msg’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/soc/qcom/./pmic_pdcharger_ulog.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(pmic_pdcharger_ulog_msg, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/soc/qcom/./pmic_pdcharger_ulog.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(pmic_pdcharger_ulog_msg, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/soc/qcom/./pmic_pdcharger_ulog.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(pmic_pdcharger_ulog_msg, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/soc/qcom/./pmic_pdcharger_ulog.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(pmic_pdcharger_ulog_msg, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/soc/qcom/./pmic_pdcharger_ulog.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(pmic_pdcharger_ulog_msg, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/soc/qcom/./pmic_pdcharger_ulog.h: In function ‘perf_trace_pmic_pdcharger_ulog_msg’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/soc/qcom/./pmic_pdcharger_ulog.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(pmic_pdcharger_ulog_msg, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/soc/qcom/./pmic_pdcharger_ulog.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(pmic_pdcharger_ulog_msg, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/soc/qcom/./pmic_pdcharger_ulog.h: In function ‘__bpf_trace_pmic_pdcharger_ulog_msg’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/soc/qcom/./pmic_pdcharger_ulog.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(pmic_pdcharger_ulog_msg, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/soc/qcom/./pmic_pdcharger_ulog.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(pmic_pdcharger_ulog_msg, | ^~~~~~~~~~~ make[6]: *** [../scripts/Makefile.build:244: drivers/soc/qcom/pmic_pdcharger_ulog.o] Error 1 make[5]: *** [../scripts/Makefile.build:485: drivers/soc/qcom] Error 2 make[4]: *** [../scripts/Makefile.build:485: drivers/soc] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/bus/mhi/host/trace.h:282, from ../drivers/bus/mhi/host/init.c:24: ../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘trace_event_raw_event_mhi_gen_tre’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(mhi_gen_tre, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(mhi_gen_tre, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(mhi_gen_tre, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(mhi_gen_tre, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(mhi_gen_tre, | ^~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘trace_event_raw_event_mhi_intvec_states’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:119:1: note: in expansion of macro ‘TRACE_EVENT’ 119 | TRACE_EVENT(mhi_intvec_states, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:119:1: note: in expansion of macro ‘TRACE_EVENT’ 119 | TRACE_EVENT(mhi_intvec_states, | ^~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘trace_event_raw_event_mhi_tryset_pm_state’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:149:1: note: in expansion of macro ‘TRACE_EVENT’ 149 | TRACE_EVENT(mhi_tryset_pm_state, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:149:1: note: in expansion of macro ‘TRACE_EVENT’ 149 | TRACE_EVENT(mhi_tryset_pm_state, | ^~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘trace_event_raw_event_mhi_process_event_ring’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 171 | DECLARE_EVENT_CLASS(mhi_process_event_ring, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 171 | DECLARE_EVENT_CLASS(mhi_process_event_ring, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘trace_event_raw_event_mhi_update_channel_state’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:214:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 214 | DECLARE_EVENT_CLASS(mhi_update_channel_state, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:214:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 214 | DECLARE_EVENT_CLASS(mhi_update_channel_state, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘trace_event_raw_event_mhi_pm_st_transition’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:256:1: note: in expansion of macro ‘TRACE_EVENT’ 256 | TRACE_EVENT(mhi_pm_st_transition, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:256:1: note: in expansion of macro ‘TRACE_EVENT’ 256 | TRACE_EVENT(mhi_pm_st_transition, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘perf_trace_mhi_gen_tre’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(mhi_gen_tre, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(mhi_gen_tre, | ^~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘perf_trace_mhi_intvec_states’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:119:1: note: in expansion of macro ‘TRACE_EVENT’ 119 | TRACE_EVENT(mhi_intvec_states, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:119:1: note: in expansion of macro ‘TRACE_EVENT’ 119 | TRACE_EVENT(mhi_intvec_states, | ^~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘perf_trace_mhi_tryset_pm_state’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:149:1: note: in expansion of macro ‘TRACE_EVENT’ 149 | TRACE_EVENT(mhi_tryset_pm_state, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:149:1: note: in expansion of macro ‘TRACE_EVENT’ 149 | TRACE_EVENT(mhi_tryset_pm_state, | ^~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘perf_trace_mhi_process_event_ring’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 171 | DECLARE_EVENT_CLASS(mhi_process_event_ring, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 171 | DECLARE_EVENT_CLASS(mhi_process_event_ring, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘perf_trace_mhi_update_channel_state’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:214:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 214 | DECLARE_EVENT_CLASS(mhi_update_channel_state, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:214:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 214 | DECLARE_EVENT_CLASS(mhi_update_channel_state, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘perf_trace_mhi_pm_st_transition’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:256:1: note: in expansion of macro ‘TRACE_EVENT’ 256 | TRACE_EVENT(mhi_pm_st_transition, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:256:1: note: in expansion of macro ‘TRACE_EVENT’ 256 | TRACE_EVENT(mhi_pm_st_transition, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘__bpf_trace_mhi_gen_tre’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(mhi_gen_tre, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(mhi_gen_tre, | ^~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘__bpf_trace_mhi_intvec_states’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:119:1: note: in expansion of macro ‘TRACE_EVENT’ 119 | TRACE_EVENT(mhi_intvec_states, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:119:1: note: in expansion of macro ‘TRACE_EVENT’ 119 | TRACE_EVENT(mhi_intvec_states, | ^~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘__bpf_trace_mhi_tryset_pm_state’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:149:1: note: in expansion of macro ‘TRACE_EVENT’ 149 | TRACE_EVENT(mhi_tryset_pm_state, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:149:1: note: in expansion of macro ‘TRACE_EVENT’ 149 | TRACE_EVENT(mhi_tryset_pm_state, | ^~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘__bpf_trace_mhi_process_event_ring’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 171 | DECLARE_EVENT_CLASS(mhi_process_event_ring, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 171 | DECLARE_EVENT_CLASS(mhi_process_event_ring, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘__bpf_trace_mhi_update_channel_state’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:214:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 214 | DECLARE_EVENT_CLASS(mhi_update_channel_state, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:214:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 214 | DECLARE_EVENT_CLASS(mhi_update_channel_state, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘__bpf_trace_mhi_pm_st_transition’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:256:1: note: in expansion of macro ‘TRACE_EVENT’ 256 | TRACE_EVENT(mhi_pm_st_transition, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/bus/mhi/host/trace.h:256:1: note: in expansion of macro ‘TRACE_EVENT’ 256 | TRACE_EVENT(mhi_pm_st_transition, | ^~~~~~~~~~~ make[7]: *** [../scripts/Makefile.build:244: drivers/bus/mhi/host/init.o] Error 1 make[6]: *** [../scripts/Makefile.build:485: drivers/bus/mhi/host] Error 2 make[5]: *** [../scripts/Makefile.build:485: drivers/bus/mhi] Error 2 make[4]: *** [../scripts/Makefile.build:485: drivers/bus] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/scsi.h:351, from ../drivers/scsi/scsi.c:73: ../include/trace/events/scsi.h: In function ‘trace_event_raw_event_scsi_dispatch_cmd_start’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h:157:1: note: in expansion of macro ‘TRACE_EVENT’ 157 | TRACE_EVENT(scsi_dispatch_cmd_start, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h:157:1: note: in expansion of macro ‘TRACE_EVENT’ 157 | TRACE_EVENT(scsi_dispatch_cmd_start, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h:157:1: note: in expansion of macro ‘TRACE_EVENT’ 157 | TRACE_EVENT(scsi_dispatch_cmd_start, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h:157:1: note: in expansion of macro ‘TRACE_EVENT’ 157 | TRACE_EVENT(scsi_dispatch_cmd_start, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h:157:1: note: in expansion of macro ‘TRACE_EVENT’ 157 | TRACE_EVENT(scsi_dispatch_cmd_start, | ^~~~~~~~~~~ ../include/trace/events/scsi.h: In function ‘trace_event_raw_event_scsi_dispatch_cmd_error’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h:203:1: note: in expansion of macro ‘TRACE_EVENT’ 203 | TRACE_EVENT(scsi_dispatch_cmd_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h:203:1: note: in expansion of macro ‘TRACE_EVENT’ 203 | TRACE_EVENT(scsi_dispatch_cmd_error, | ^~~~~~~~~~~ ../include/trace/events/scsi.h: In function ‘trace_event_raw_event_scsi_cmd_done_timeout_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h:253:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 253 | DECLARE_EVENT_CLASS(scsi_cmd_done_timeout_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h:253:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 253 | DECLARE_EVENT_CLASS(scsi_cmd_done_timeout_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h: In function ‘trace_event_raw_event_scsi_eh_wakeup’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h:331:1: note: in expansion of macro ‘TRACE_EVENT’ 331 | TRACE_EVENT(scsi_eh_wakeup, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h:331:1: note: in expansion of macro ‘TRACE_EVENT’ 331 | TRACE_EVENT(scsi_eh_wakeup, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/scsi.h: In function ‘perf_trace_scsi_dispatch_cmd_start’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h:157:1: note: in expansion of macro ‘TRACE_EVENT’ 157 | TRACE_EVENT(scsi_dispatch_cmd_start, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h:157:1: note: in expansion of macro ‘TRACE_EVENT’ 157 | TRACE_EVENT(scsi_dispatch_cmd_start, | ^~~~~~~~~~~ ../include/trace/events/scsi.h: In function ‘perf_trace_scsi_dispatch_cmd_error’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h:203:1: note: in expansion of macro ‘TRACE_EVENT’ 203 | TRACE_EVENT(scsi_dispatch_cmd_error, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h:203:1: note: in expansion of macro ‘TRACE_EVENT’ 203 | TRACE_EVENT(scsi_dispatch_cmd_error, | ^~~~~~~~~~~ ../include/trace/events/scsi.h: In function ‘perf_trace_scsi_cmd_done_timeout_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h:253:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 253 | DECLARE_EVENT_CLASS(scsi_cmd_done_timeout_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h:253:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 253 | DECLARE_EVENT_CLASS(scsi_cmd_done_timeout_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h: In function ‘perf_trace_scsi_eh_wakeup’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h:331:1: note: in expansion of macro ‘TRACE_EVENT’ 331 | TRACE_EVENT(scsi_eh_wakeup, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h:331:1: note: in expansion of macro ‘TRACE_EVENT’ 331 | TRACE_EVENT(scsi_eh_wakeup, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/scsi.h: In function ‘__bpf_trace_scsi_dispatch_cmd_start’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h:157:1: note: in expansion of macro ‘TRACE_EVENT’ 157 | TRACE_EVENT(scsi_dispatch_cmd_start, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h:157:1: note: in expansion of macro ‘TRACE_EVENT’ 157 | TRACE_EVENT(scsi_dispatch_cmd_start, | ^~~~~~~~~~~ ../include/trace/events/scsi.h: In function ‘__bpf_trace_scsi_dispatch_cmd_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h:203:1: note: in expansion of macro ‘TRACE_EVENT’ 203 | TRACE_EVENT(scsi_dispatch_cmd_error, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h:203:1: note: in expansion of macro ‘TRACE_EVENT’ 203 | TRACE_EVENT(scsi_dispatch_cmd_error, | ^~~~~~~~~~~ ../include/trace/events/scsi.h: In function ‘__bpf_trace_scsi_cmd_done_timeout_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h:253:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 253 | DECLARE_EVENT_CLASS(scsi_cmd_done_timeout_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h:253:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 253 | DECLARE_EVENT_CLASS(scsi_cmd_done_timeout_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h: In function ‘__bpf_trace_scsi_eh_wakeup’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h:331:1: note: in expansion of macro ‘TRACE_EVENT’ 331 | TRACE_EVENT(scsi_eh_wakeup, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/scsi.h:331:1: note: in expansion of macro ‘TRACE_EVENT’ 331 | TRACE_EVENT(scsi_eh_wakeup, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: drivers/scsi/scsi.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../net/tls/trace.h:202, from ../net/tls/trace.c:8: ../net/tls/./trace.h: In function ‘trace_event_raw_event_tls_device_offload_set’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(tls_device_offload_set, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(tls_device_offload_set, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(tls_device_offload_set, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(tls_device_offload_set, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(tls_device_offload_set, | ^~~~~~~~~~~ ../net/tls/./trace.h: In function ‘trace_event_raw_event_tls_device_decrypted’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:44:1: note: in expansion of macro ‘TRACE_EVENT’ 44 | TRACE_EVENT(tls_device_decrypted, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:44:1: note: in expansion of macro ‘TRACE_EVENT’ 44 | TRACE_EVENT(tls_device_decrypted, | ^~~~~~~~~~~ ../net/tls/./trace.h: In function ‘trace_event_raw_event_tls_device_rx_resync_send’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ 77 | TRACE_EVENT(tls_device_rx_resync_send, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ 77 | TRACE_EVENT(tls_device_rx_resync_send, | ^~~~~~~~~~~ ../net/tls/./trace.h: In function ‘trace_event_raw_event_tls_device_rx_resync_nh_schedule’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:104:1: note: in expansion of macro ‘TRACE_EVENT’ 104 | TRACE_EVENT(tls_device_rx_resync_nh_schedule, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:104:1: note: in expansion of macro ‘TRACE_EVENT’ 104 | TRACE_EVENT(tls_device_rx_resync_nh_schedule, | ^~~~~~~~~~~ ../net/tls/./trace.h: In function ‘trace_event_raw_event_tls_device_rx_resync_nh_delay’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:123:1: note: in expansion of macro ‘TRACE_EVENT’ 123 | TRACE_EVENT(tls_device_rx_resync_nh_delay, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:123:1: note: in expansion of macro ‘TRACE_EVENT’ 123 | TRACE_EVENT(tls_device_rx_resync_nh_delay, | ^~~~~~~~~~~ ../net/tls/./trace.h: In function ‘trace_event_raw_event_tls_device_tx_resync_req’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:147:1: note: in expansion of macro ‘TRACE_EVENT’ 147 | TRACE_EVENT(tls_device_tx_resync_req, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:147:1: note: in expansion of macro ‘TRACE_EVENT’ 147 | TRACE_EVENT(tls_device_tx_resync_req, | ^~~~~~~~~~~ ../net/tls/./trace.h: In function ‘trace_event_raw_event_tls_device_tx_resync_send’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:171:1: note: in expansion of macro ‘TRACE_EVENT’ 171 | TRACE_EVENT(tls_device_tx_resync_send, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:171:1: note: in expansion of macro ‘TRACE_EVENT’ 171 | TRACE_EVENT(tls_device_tx_resync_send, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../net/tls/./trace.h: In function ‘perf_trace_tls_device_offload_set’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(tls_device_offload_set, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(tls_device_offload_set, | ^~~~~~~~~~~ ../net/tls/./trace.h: In function ‘perf_trace_tls_device_decrypted’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:44:1: note: in expansion of macro ‘TRACE_EVENT’ 44 | TRACE_EVENT(tls_device_decrypted, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:44:1: note: in expansion of macro ‘TRACE_EVENT’ 44 | TRACE_EVENT(tls_device_decrypted, | ^~~~~~~~~~~ ../net/tls/./trace.h: In function ‘perf_trace_tls_device_rx_resync_send’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ 77 | TRACE_EVENT(tls_device_rx_resync_send, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ 77 | TRACE_EVENT(tls_device_rx_resync_send, | ^~~~~~~~~~~ ../net/tls/./trace.h: In function ‘perf_trace_tls_device_rx_resync_nh_schedule’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:104:1: note: in expansion of macro ‘TRACE_EVENT’ 104 | TRACE_EVENT(tls_device_rx_resync_nh_schedule, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:104:1: note: in expansion of macro ‘TRACE_EVENT’ 104 | TRACE_EVENT(tls_device_rx_resync_nh_schedule, | ^~~~~~~~~~~ ../net/tls/./trace.h: In function ‘perf_trace_tls_device_rx_resync_nh_delay’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:123:1: note: in expansion of macro ‘TRACE_EVENT’ 123 | TRACE_EVENT(tls_device_rx_resync_nh_delay, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:123:1: note: in expansion of macro ‘TRACE_EVENT’ 123 | TRACE_EVENT(tls_device_rx_resync_nh_delay, | ^~~~~~~~~~~ ../net/tls/./trace.h: In function ‘perf_trace_tls_device_tx_resync_req’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:147:1: note: in expansion of macro ‘TRACE_EVENT’ 147 | TRACE_EVENT(tls_device_tx_resync_req, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:147:1: note: in expansion of macro ‘TRACE_EVENT’ 147 | TRACE_EVENT(tls_device_tx_resync_req, | ^~~~~~~~~~~ ../net/tls/./trace.h: In function ‘perf_trace_tls_device_tx_resync_send’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:171:1: note: in expansion of macro ‘TRACE_EVENT’ 171 | TRACE_EVENT(tls_device_tx_resync_send, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:171:1: note: in expansion of macro ‘TRACE_EVENT’ 171 | TRACE_EVENT(tls_device_tx_resync_send, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../net/tls/./trace.h: In function ‘__bpf_trace_tls_device_offload_set’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(tls_device_offload_set, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(tls_device_offload_set, | ^~~~~~~~~~~ ../net/tls/./trace.h: In function ‘__bpf_trace_tls_device_decrypted’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:44:1: note: in expansion of macro ‘TRACE_EVENT’ 44 | TRACE_EVENT(tls_device_decrypted, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:44:1: note: in expansion of macro ‘TRACE_EVENT’ 44 | TRACE_EVENT(tls_device_decrypted, | ^~~~~~~~~~~ ../net/tls/./trace.h: In function ‘__bpf_trace_tls_device_rx_resync_send’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ 77 | TRACE_EVENT(tls_device_rx_resync_send, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ 77 | TRACE_EVENT(tls_device_rx_resync_send, | ^~~~~~~~~~~ ../net/tls/./trace.h: In function ‘__bpf_trace_tls_device_rx_resync_nh_schedule’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:104:1: note: in expansion of macro ‘TRACE_EVENT’ 104 | TRACE_EVENT(tls_device_rx_resync_nh_schedule, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:104:1: note: in expansion of macro ‘TRACE_EVENT’ 104 | TRACE_EVENT(tls_device_rx_resync_nh_schedule, | ^~~~~~~~~~~ ../net/tls/./trace.h: In function ‘__bpf_trace_tls_device_rx_resync_nh_delay’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:123:1: note: in expansion of macro ‘TRACE_EVENT’ 123 | TRACE_EVENT(tls_device_rx_resync_nh_delay, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:123:1: note: in expansion of macro ‘TRACE_EVENT’ 123 | TRACE_EVENT(tls_device_rx_resync_nh_delay, | ^~~~~~~~~~~ ../net/tls/./trace.h: In function ‘__bpf_trace_tls_device_tx_resync_req’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:147:1: note: in expansion of macro ‘TRACE_EVENT’ 147 | TRACE_EVENT(tls_device_tx_resync_req, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:147:1: note: in expansion of macro ‘TRACE_EVENT’ 147 | TRACE_EVENT(tls_device_tx_resync_req, | ^~~~~~~~~~~ ../net/tls/./trace.h: In function ‘__bpf_trace_tls_device_tx_resync_send’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:171:1: note: in expansion of macro ‘TRACE_EVENT’ 171 | TRACE_EVENT(tls_device_tx_resync_send, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/tls/./trace.h:171:1: note: in expansion of macro ‘TRACE_EVENT’ 171 | TRACE_EVENT(tls_device_tx_resync_send, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: net/tls/trace.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: net/tls] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/mdio.h:43, from ../drivers/net/phy/mdio_bus.c:38: ../include/trace/events/mdio.h: In function ‘trace_event_raw_event_mdio_access’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/mdio.h:10:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 10 | TRACE_EVENT_CONDITION(mdio_access, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/mdio.h:10:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 10 | TRACE_EVENT_CONDITION(mdio_access, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/mdio.h:10:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 10 | TRACE_EVENT_CONDITION(mdio_access, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/mdio.h:10:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 10 | TRACE_EVENT_CONDITION(mdio_access, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/mdio.h:10:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 10 | TRACE_EVENT_CONDITION(mdio_access, | ^~~~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/mdio.h: In function ‘perf_trace_mdio_access’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/mdio.h:10:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 10 | TRACE_EVENT_CONDITION(mdio_access, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/mdio.h:10:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 10 | TRACE_EVENT_CONDITION(mdio_access, | ^~~~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/mdio.h: In function ‘__bpf_trace_mdio_access’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/mdio.h:10:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 10 | TRACE_EVENT_CONDITION(mdio_access, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/mdio.h:10:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 10 | TRACE_EVENT_CONDITION(mdio_access, | ^~~~~~~~~~~~~~~~~~~~~ make[6]: *** [../scripts/Makefile.build:244: drivers/net/phy/mdio_bus.o] Error 1 make[5]: *** [../scripts/Makefile.build:485: drivers/net/phy] Error 2 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/iommu.h:162, from ../drivers/iommu/iommu-traces.c:13: ../include/trace/events/iommu.h: In function ‘trace_event_raw_event_iommu_group_event’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(iommu_group_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(iommu_group_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(iommu_group_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(iommu_group_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(iommu_group_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h: In function ‘trace_event_raw_event_iommu_device_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:54:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 54 | DECLARE_EVENT_CLASS(iommu_device_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:54:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 54 | DECLARE_EVENT_CLASS(iommu_device_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h: In function ‘trace_event_raw_event_map’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:79:1: note: in expansion of macro ‘TRACE_EVENT’ 79 | TRACE_EVENT(map, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:79:1: note: in expansion of macro ‘TRACE_EVENT’ 79 | TRACE_EVENT(map, | ^~~~~~~~~~~ ../include/trace/events/iommu.h: In function ‘trace_event_raw_event_unmap’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:103:1: note: in expansion of macro ‘TRACE_EVENT’ 103 | TRACE_EVENT(unmap, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:103:1: note: in expansion of macro ‘TRACE_EVENT’ 103 | TRACE_EVENT(unmap, | ^~~~~~~~~~~ ../include/trace/events/iommu.h: In function ‘trace_event_raw_event_iommu_error’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:127:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 127 | DECLARE_EVENT_CLASS(iommu_error, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:127:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 127 | DECLARE_EVENT_CLASS(iommu_error, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/iommu.h: In function ‘perf_trace_iommu_group_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(iommu_group_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(iommu_group_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h: In function ‘perf_trace_iommu_device_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:54:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 54 | DECLARE_EVENT_CLASS(iommu_device_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:54:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 54 | DECLARE_EVENT_CLASS(iommu_device_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h: In function ‘perf_trace_map’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:79:1: note: in expansion of macro ‘TRACE_EVENT’ 79 | TRACE_EVENT(map, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:79:1: note: in expansion of macro ‘TRACE_EVENT’ 79 | TRACE_EVENT(map, | ^~~~~~~~~~~ ../include/trace/events/iommu.h: In function ‘perf_trace_unmap’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:103:1: note: in expansion of macro ‘TRACE_EVENT’ 103 | TRACE_EVENT(unmap, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:103:1: note: in expansion of macro ‘TRACE_EVENT’ 103 | TRACE_EVENT(unmap, | ^~~~~~~~~~~ ../include/trace/events/iommu.h: In function ‘perf_trace_iommu_error’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:127:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 127 | DECLARE_EVENT_CLASS(iommu_error, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:127:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 127 | DECLARE_EVENT_CLASS(iommu_error, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/iommu.h: In function ‘__bpf_trace_iommu_group_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(iommu_group_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(iommu_group_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h: In function ‘__bpf_trace_iommu_device_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:54:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 54 | DECLARE_EVENT_CLASS(iommu_device_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:54:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 54 | DECLARE_EVENT_CLASS(iommu_device_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h: In function ‘__bpf_trace_map’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:79:1: note: in expansion of macro ‘TRACE_EVENT’ 79 | TRACE_EVENT(map, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:79:1: note: in expansion of macro ‘TRACE_EVENT’ 79 | TRACE_EVENT(map, | ^~~~~~~~~~~ ../include/trace/events/iommu.h: In function ‘__bpf_trace_unmap’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:103:1: note: in expansion of macro ‘TRACE_EVENT’ 103 | TRACE_EVENT(unmap, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:103:1: note: in expansion of macro ‘TRACE_EVENT’ 103 | TRACE_EVENT(unmap, | ^~~~~~~~~~~ ../include/trace/events/iommu.h: In function ‘__bpf_trace_iommu_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:127:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 127 | DECLARE_EVENT_CLASS(iommu_error, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iommu.h:127:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 127 | DECLARE_EVENT_CLASS(iommu_error, | ^~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: drivers/iommu/iommu-traces.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: drivers/iommu] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/clk.h:313, from ../drivers/clk/clk.c:100: ../include/trace/events/clk.h: In function ‘trace_event_raw_event_clk’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(clk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(clk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(clk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(clk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(clk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h: In function ‘trace_event_raw_event_clk_rate’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:88:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 88 | DECLARE_EVENT_CLASS(clk_rate, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:88:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 88 | DECLARE_EVENT_CLASS(clk_rate, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h: In function ‘trace_event_raw_event_clk_rate_range’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:135:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 135 | DECLARE_EVENT_CLASS(clk_rate_range, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:135:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 135 | DECLARE_EVENT_CLASS(clk_rate_range, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h: In function ‘trace_event_raw_event_clk_parent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 165 | DECLARE_EVENT_CLASS(clk_parent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 165 | DECLARE_EVENT_CLASS(clk_parent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h: In function ‘trace_event_raw_event_clk_phase’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:198:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 198 | DECLARE_EVENT_CLASS(clk_phase, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:198:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 198 | DECLARE_EVENT_CLASS(clk_phase, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h: In function ‘trace_event_raw_event_clk_duty_cycle’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:231:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 231 | DECLARE_EVENT_CLASS(clk_duty_cycle, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:231:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 231 | DECLARE_EVENT_CLASS(clk_duty_cycle, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h: In function ‘trace_event_raw_event_clk_rate_request’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:267:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 267 | DECLARE_EVENT_CLASS(clk_rate_request, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:267:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 267 | DECLARE_EVENT_CLASS(clk_rate_request, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/clk.h: In function ‘perf_trace_clk’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(clk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(clk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h: In function ‘perf_trace_clk_rate’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:88:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 88 | DECLARE_EVENT_CLASS(clk_rate, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:88:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 88 | DECLARE_EVENT_CLASS(clk_rate, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h: In function ‘perf_trace_clk_rate_range’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:135:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 135 | DECLARE_EVENT_CLASS(clk_rate_range, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:135:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 135 | DECLARE_EVENT_CLASS(clk_rate_range, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h: In function ‘perf_trace_clk_parent’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 165 | DECLARE_EVENT_CLASS(clk_parent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 165 | DECLARE_EVENT_CLASS(clk_parent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h: In function ‘perf_trace_clk_phase’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:198:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 198 | DECLARE_EVENT_CLASS(clk_phase, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:198:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 198 | DECLARE_EVENT_CLASS(clk_phase, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h: In function ‘perf_trace_clk_duty_cycle’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:231:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 231 | DECLARE_EVENT_CLASS(clk_duty_cycle, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:231:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 231 | DECLARE_EVENT_CLASS(clk_duty_cycle, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h: In function ‘perf_trace_clk_rate_request’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:267:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 267 | DECLARE_EVENT_CLASS(clk_rate_request, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:267:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 267 | DECLARE_EVENT_CLASS(clk_rate_request, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/clk.h: In function ‘__bpf_trace_clk’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(clk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(clk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h: In function ‘__bpf_trace_clk_rate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:88:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 88 | DECLARE_EVENT_CLASS(clk_rate, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:88:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 88 | DECLARE_EVENT_CLASS(clk_rate, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h: In function ‘__bpf_trace_clk_rate_range’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:135:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 135 | DECLARE_EVENT_CLASS(clk_rate_range, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:135:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 135 | DECLARE_EVENT_CLASS(clk_rate_range, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h: In function ‘__bpf_trace_clk_parent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 165 | DECLARE_EVENT_CLASS(clk_parent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 165 | DECLARE_EVENT_CLASS(clk_parent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h: In function ‘__bpf_trace_clk_phase’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:198:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 198 | DECLARE_EVENT_CLASS(clk_phase, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:198:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 198 | DECLARE_EVENT_CLASS(clk_phase, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h: In function ‘__bpf_trace_clk_duty_cycle’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:231:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 231 | DECLARE_EVENT_CLASS(clk_duty_cycle, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:231:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 231 | DECLARE_EVENT_CLASS(clk_duty_cycle, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h: In function ‘__bpf_trace_clk_rate_request’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:267:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 267 | DECLARE_EVENT_CLASS(clk_rate_request, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/clk.h:267:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 267 | DECLARE_EVENT_CLASS(clk_rate_request, | ^~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: drivers/clk/clk.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [../scripts/Makefile.build:485: drivers/clk] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/workqueue.h:132, from ../kernel/workqueue.c:533: ../include/trace/events/workqueue.h: In function ‘trace_event_raw_event_workqueue_queue_work’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/workqueue.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ 23 | TRACE_EVENT(workqueue_queue_work, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/workqueue.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ 23 | TRACE_EVENT(workqueue_queue_work, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/workqueue.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ 23 | TRACE_EVENT(workqueue_queue_work, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/workqueue.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ 23 | TRACE_EVENT(workqueue_queue_work, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/workqueue.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ 23 | TRACE_EVENT(workqueue_queue_work, | ^~~~~~~~~~~ ../include/trace/events/workqueue.h: In function ‘trace_event_raw_event_workqueue_activate_work’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/workqueue.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(workqueue_activate_work, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/workqueue.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(workqueue_activate_work, | ^~~~~~~~~~~ ../include/trace/events/workqueue.h: In function ‘trace_event_raw_event_workqueue_execute_start’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/workqueue.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ 84 | TRACE_EVENT(workqueue_execute_start, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/workqueue.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ 84 | TRACE_EVENT(workqueue_execute_start, | ^~~~~~~~~~~ ../include/trace/events/workqueue.h: In function ‘trace_event_raw_event_workqueue_execute_end’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/workqueue.h:110:1: note: in expansion of macro ‘TRACE_EVENT’ 110 | TRACE_EVENT(workqueue_execute_end, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/workqueue.h:110:1: note: in expansion of macro ‘TRACE_EVENT’ 110 | TRACE_EVENT(workqueue_execute_end, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/workqueue.h: In function ‘perf_trace_workqueue_queue_work’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/workqueue.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ 23 | TRACE_EVENT(workqueue_queue_work, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/workqueue.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ 23 | TRACE_EVENT(workqueue_queue_work, | ^~~~~~~~~~~ ../include/trace/events/workqueue.h: In function ‘perf_trace_workqueue_activate_work’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/workqueue.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(workqueue_activate_work, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/workqueue.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(workqueue_activate_work, | ^~~~~~~~~~~ ../include/trace/events/workqueue.h: In function ‘perf_trace_workqueue_execute_start’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/workqueue.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ 84 | TRACE_EVENT(workqueue_execute_start, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/workqueue.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ 84 | TRACE_EVENT(workqueue_execute_start, | ^~~~~~~~~~~ ../include/trace/events/workqueue.h: In function ‘perf_trace_workqueue_execute_end’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/workqueue.h:110:1: note: in expansion of macro ‘TRACE_EVENT’ 110 | TRACE_EVENT(workqueue_execute_end, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/workqueue.h:110:1: note: in expansion of macro ‘TRACE_EVENT’ 110 | TRACE_EVENT(workqueue_execute_end, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/workqueue.h: In function ‘__bpf_trace_workqueue_queue_work’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/workqueue.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ 23 | TRACE_EVENT(workqueue_queue_work, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/workqueue.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ 23 | TRACE_EVENT(workqueue_queue_work, | ^~~~~~~~~~~ ../include/trace/events/workqueue.h: In function ‘__bpf_trace_workqueue_activate_work’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/workqueue.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(workqueue_activate_work, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/workqueue.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(workqueue_activate_work, | ^~~~~~~~~~~ ../include/trace/events/workqueue.h: In function ‘__bpf_trace_workqueue_execute_start’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/workqueue.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ 84 | TRACE_EVENT(workqueue_execute_start, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/workqueue.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ 84 | TRACE_EVENT(workqueue_execute_start, | ^~~~~~~~~~~ ../include/trace/events/workqueue.h: In function ‘__bpf_trace_workqueue_execute_end’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/workqueue.h:110:1: note: in expansion of macro ‘TRACE_EVENT’ 110 | TRACE_EVENT(workqueue_execute_end, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/workqueue.h:110:1: note: in expansion of macro ‘TRACE_EVENT’ 110 | TRACE_EVENT(workqueue_execute_end, | ^~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:244: kernel/workqueue.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../drivers/nvme/host/trace.h:172, from ../drivers/nvme/host/core.c:31: ../drivers/nvme/host/./trace.h: In function ‘trace_event_raw_event_nvme_setup_cmd’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/host/./trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ 47 | TRACE_EVENT(nvme_setup_cmd, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/host/./trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ 47 | TRACE_EVENT(nvme_setup_cmd, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/host/./trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ 47 | TRACE_EVENT(nvme_setup_cmd, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/host/./trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ 47 | TRACE_EVENT(nvme_setup_cmd, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/host/./trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ 47 | TRACE_EVENT(nvme_setup_cmd, | ^~~~~~~~~~~ ../drivers/nvme/host/./trace.h: In function ‘trace_event_raw_event_nvme_complete_rq’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/host/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ 85 | TRACE_EVENT(nvme_complete_rq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/host/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ 85 | TRACE_EVENT(nvme_complete_rq, | ^~~~~~~~~~~ ../drivers/nvme/host/./trace.h: In function ‘trace_event_raw_event_nvme_async_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/host/./trace.h:117:1: note: in expansion of macro ‘TRACE_EVENT’ 117 | TRACE_EVENT(nvme_async_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/host/./trace.h:117:1: note: in expansion of macro ‘TRACE_EVENT’ 117 | TRACE_EVENT(nvme_async_event, | ^~~~~~~~~~~ ../drivers/nvme/host/./trace.h: In function ‘trace_event_raw_event_nvme_sq’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/host/./trace.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ 141 | TRACE_EVENT(nvme_sq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/host/./trace.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ 141 | TRACE_EVENT(nvme_sq, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/nvme/host/./trace.h: In function ‘perf_trace_nvme_setup_cmd’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/host/./trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ 47 | TRACE_EVENT(nvme_setup_cmd, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/host/./trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ 47 | TRACE_EVENT(nvme_setup_cmd, | ^~~~~~~~~~~ ../drivers/nvme/host/./trace.h: In function ‘perf_trace_nvme_complete_rq’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/host/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ 85 | TRACE_EVENT(nvme_complete_rq, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/host/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ 85 | TRACE_EVENT(nvme_complete_rq, | ^~~~~~~~~~~ ../drivers/nvme/host/./trace.h: In function ‘perf_trace_nvme_async_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/host/./trace.h:117:1: note: in expansion of macro ‘TRACE_EVENT’ 117 | TRACE_EVENT(nvme_async_event, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/host/./trace.h:117:1: note: in expansion of macro ‘TRACE_EVENT’ 117 | TRACE_EVENT(nvme_async_event, | ^~~~~~~~~~~ ../drivers/nvme/host/./trace.h: In function ‘perf_trace_nvme_sq’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/host/./trace.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ 141 | TRACE_EVENT(nvme_sq, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/host/./trace.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ 141 | TRACE_EVENT(nvme_sq, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/nvme/host/./trace.h: In function ‘__bpf_trace_nvme_setup_cmd’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/host/./trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ 47 | TRACE_EVENT(nvme_setup_cmd, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/host/./trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ 47 | TRACE_EVENT(nvme_setup_cmd, | ^~~~~~~~~~~ ../drivers/nvme/host/./trace.h: In function ‘__bpf_trace_nvme_complete_rq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/host/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ 85 | TRACE_EVENT(nvme_complete_rq, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/host/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ 85 | TRACE_EVENT(nvme_complete_rq, | ^~~~~~~~~~~ ../drivers/nvme/host/./trace.h: In function ‘__bpf_trace_nvme_async_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/host/./trace.h:117:1: note: in expansion of macro ‘TRACE_EVENT’ 117 | TRACE_EVENT(nvme_async_event, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/host/./trace.h:117:1: note: in expansion of macro ‘TRACE_EVENT’ 117 | TRACE_EVENT(nvme_async_event, | ^~~~~~~~~~~ ../drivers/nvme/host/./trace.h: In function ‘__bpf_trace_nvme_sq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/host/./trace.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ 141 | TRACE_EVENT(nvme_sq, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/nvme/host/./trace.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ 141 | TRACE_EVENT(nvme_sq, | ^~~~~~~~~~~ make[6]: *** [../scripts/Makefile.build:244: drivers/nvme/host/core.o] Error 1 make[5]: *** [../scripts/Makefile.build:485: drivers/nvme/host] Error 2 make[4]: *** [../scripts/Makefile.build:485: drivers/nvme] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/dsa/mv88e6xxx/trace.h:96, from ../drivers/net/dsa/mv88e6xxx/trace.c:6: ../drivers/net/dsa/mv88e6xxx/./trace.h: In function ‘trace_event_raw_event_mv88e6xxx_atu_violation’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/dsa/mv88e6xxx/./trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(mv88e6xxx_atu_violation, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/dsa/mv88e6xxx/./trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(mv88e6xxx_atu_violation, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/dsa/mv88e6xxx/./trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(mv88e6xxx_atu_violation, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/dsa/mv88e6xxx/./trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(mv88e6xxx_atu_violation, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/dsa/mv88e6xxx/./trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(mv88e6xxx_atu_violation, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/dsa/mv88e6xxx/./trace.h: In function ‘trace_event_raw_event_mv88e6xxx_vtu_violation’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/dsa/mv88e6xxx/./trace.h:58:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 58 | DECLARE_EVENT_CLASS(mv88e6xxx_vtu_violation, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/dsa/mv88e6xxx/./trace.h:58:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 58 | DECLARE_EVENT_CLASS(mv88e6xxx_vtu_violation, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/net/dsa/mv88e6xxx/./trace.h: In function ‘perf_trace_mv88e6xxx_atu_violation’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/dsa/mv88e6xxx/./trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(mv88e6xxx_atu_violation, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/dsa/mv88e6xxx/./trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(mv88e6xxx_atu_violation, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/dsa/mv88e6xxx/./trace.h: In function ‘perf_trace_mv88e6xxx_vtu_violation’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/dsa/mv88e6xxx/./trace.h:58:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 58 | DECLARE_EVENT_CLASS(mv88e6xxx_vtu_violation, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/dsa/mv88e6xxx/./trace.h:58:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 58 | DECLARE_EVENT_CLASS(mv88e6xxx_vtu_violation, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/dsa/mv88e6xxx/./trace.h: In function ‘__bpf_trace_mv88e6xxx_atu_violation’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/dsa/mv88e6xxx/./trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(mv88e6xxx_atu_violation, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/dsa/mv88e6xxx/./trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(mv88e6xxx_atu_violation, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/dsa/mv88e6xxx/./trace.h: In function ‘__bpf_trace_mv88e6xxx_vtu_violation’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/dsa/mv88e6xxx/./trace.h:58:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 58 | DECLARE_EVENT_CLASS(mv88e6xxx_vtu_violation, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/dsa/mv88e6xxx/./trace.h:58:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 58 | DECLARE_EVENT_CLASS(mv88e6xxx_vtu_violation, | ^~~~~~~~~~~~~~~~~~~ make[7]: *** [../scripts/Makefile.build:244: drivers/net/dsa/mv88e6xxx/trace.o] Error 1 make[6]: *** [../scripts/Makefile.build:485: drivers/net/dsa/mv88e6xxx] Error 2 make[5]: *** [../scripts/Makefile.build:485: drivers/net/dsa] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/block/rnbd/rnbd-srv-trace.h:206, from ../drivers/block/rnbd/rnbd-srv-trace.c:17: ../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘trace_event_raw_event_rnbd_srv_link_class’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(rnbd_srv_link_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(rnbd_srv_link_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(rnbd_srv_link_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(rnbd_srv_link_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(rnbd_srv_link_class, | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘trace_event_raw_event_process_rdma’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ 65 | TRACE_EVENT(process_rdma, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ 65 | TRACE_EVENT(process_rdma, | ^~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘trace_event_raw_event_process_msg_sess_info’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:116:1: note: in expansion of macro ‘TRACE_EVENT’ 116 | TRACE_EVENT(process_msg_sess_info, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:116:1: note: in expansion of macro ‘TRACE_EVENT’ 116 | TRACE_EVENT(process_msg_sess_info, | ^~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘trace_event_raw_event_process_msg_open’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:154:1: note: in expansion of macro ‘TRACE_EVENT’ 154 | TRACE_EVENT(process_msg_open, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:154:1: note: in expansion of macro ‘TRACE_EVENT’ 154 | TRACE_EVENT(process_msg_open, | ^~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘trace_event_raw_event_process_msg_close’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ 179 | TRACE_EVENT(process_msg_close, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ 179 | TRACE_EVENT(process_msg_close, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘perf_trace_rnbd_srv_link_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(rnbd_srv_link_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(rnbd_srv_link_class, | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘perf_trace_process_rdma’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ 65 | TRACE_EVENT(process_rdma, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ 65 | TRACE_EVENT(process_rdma, | ^~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘perf_trace_process_msg_sess_info’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:116:1: note: in expansion of macro ‘TRACE_EVENT’ 116 | TRACE_EVENT(process_msg_sess_info, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:116:1: note: in expansion of macro ‘TRACE_EVENT’ 116 | TRACE_EVENT(process_msg_sess_info, | ^~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘perf_trace_process_msg_open’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:154:1: note: in expansion of macro ‘TRACE_EVENT’ 154 | TRACE_EVENT(process_msg_open, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:154:1: note: in expansion of macro ‘TRACE_EVENT’ 154 | TRACE_EVENT(process_msg_open, | ^~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘perf_trace_process_msg_close’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ 179 | TRACE_EVENT(process_msg_close, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ 179 | TRACE_EVENT(process_msg_close, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘__bpf_trace_rnbd_srv_link_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(rnbd_srv_link_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(rnbd_srv_link_class, | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘__bpf_trace_process_rdma’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ 65 | TRACE_EVENT(process_rdma, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ 65 | TRACE_EVENT(process_rdma, | ^~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘__bpf_trace_process_msg_sess_info’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:116:1: note: in expansion of macro ‘TRACE_EVENT’ 116 | TRACE_EVENT(process_msg_sess_info, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:116:1: note: in expansion of macro ‘TRACE_EVENT’ 116 | TRACE_EVENT(process_msg_sess_info, | ^~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘__bpf_trace_process_msg_open’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:154:1: note: in expansion of macro ‘TRACE_EVENT’ 154 | TRACE_EVENT(process_msg_open, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:154:1: note: in expansion of macro ‘TRACE_EVENT’ 154 | TRACE_EVENT(process_msg_open, | ^~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘__bpf_trace_process_msg_close’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ 179 | TRACE_EVENT(process_msg_close, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/block/rnbd/./rnbd-srv-trace.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ 179 | TRACE_EVENT(process_msg_close, | ^~~~~~~~~~~ make[6]: *** [../scripts/Makefile.build:244: drivers/block/rnbd/rnbd-srv-trace.o] Error 1 make[5]: *** [../scripts/Makefile.build:485: drivers/block/rnbd] Error 2 make[4]: *** [../scripts/Makefile.build:485: drivers/block] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/oom.h:223, from ../mm/oom_kill.c:54: ../include/trace/events/oom.h: In function ‘trace_event_raw_event_oom_score_adj_update’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(oom_score_adj_update, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(oom_score_adj_update, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(oom_score_adj_update, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(oom_score_adj_update, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(oom_score_adj_update, | ^~~~~~~~~~~ ../include/trace/events/oom.h: In function ‘trace_event_raw_event_reclaim_retry_zone’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ 34 | TRACE_EVENT(reclaim_retry_zone, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ 34 | TRACE_EVENT(reclaim_retry_zone, | ^~~~~~~~~~~ ../include/trace/events/oom.h: In function ‘trace_event_raw_event_mark_victim’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ 76 | TRACE_EVENT(mark_victim, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ 76 | TRACE_EVENT(mark_victim, | ^~~~~~~~~~~ ../include/trace/events/oom.h: In function ‘trace_event_raw_event_wake_reaper’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ 118 | TRACE_EVENT(wake_reaper, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ 118 | TRACE_EVENT(wake_reaper, | ^~~~~~~~~~~ ../include/trace/events/oom.h: In function ‘trace_event_raw_event_start_task_reaping’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:134:1: note: in expansion of macro ‘TRACE_EVENT’ 134 | TRACE_EVENT(start_task_reaping, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:134:1: note: in expansion of macro ‘TRACE_EVENT’ 134 | TRACE_EVENT(start_task_reaping, | ^~~~~~~~~~~ ../include/trace/events/oom.h: In function ‘trace_event_raw_event_finish_task_reaping’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:150:1: note: in expansion of macro ‘TRACE_EVENT’ 150 | TRACE_EVENT(finish_task_reaping, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:150:1: note: in expansion of macro ‘TRACE_EVENT’ 150 | TRACE_EVENT(finish_task_reaping, | ^~~~~~~~~~~ ../include/trace/events/oom.h: In function ‘trace_event_raw_event_skip_task_reaping’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:166:1: note: in expansion of macro ‘TRACE_EVENT’ 166 | TRACE_EVENT(skip_task_reaping, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:166:1: note: in expansion of macro ‘TRACE_EVENT’ 166 | TRACE_EVENT(skip_task_reaping, | ^~~~~~~~~~~ ../include/trace/events/oom.h: In function ‘trace_event_raw_event_compact_retry’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:183:1: note: in expansion of macro ‘TRACE_EVENT’ 183 | TRACE_EVENT(compact_retry, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:183:1: note: in expansion of macro ‘TRACE_EVENT’ 183 | TRACE_EVENT(compact_retry, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/oom.h: In function ‘perf_trace_oom_score_adj_update’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(oom_score_adj_update, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(oom_score_adj_update, | ^~~~~~~~~~~ ../include/trace/events/oom.h: In function ‘perf_trace_reclaim_retry_zone’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ 34 | TRACE_EVENT(reclaim_retry_zone, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ 34 | TRACE_EVENT(reclaim_retry_zone, | ^~~~~~~~~~~ ../include/trace/events/oom.h: In function ‘perf_trace_mark_victim’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ 76 | TRACE_EVENT(mark_victim, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ 76 | TRACE_EVENT(mark_victim, | ^~~~~~~~~~~ ../include/trace/events/oom.h: In function ‘perf_trace_wake_reaper’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ 118 | TRACE_EVENT(wake_reaper, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ 118 | TRACE_EVENT(wake_reaper, | ^~~~~~~~~~~ ../include/trace/events/oom.h: In function ‘perf_trace_start_task_reaping’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:134:1: note: in expansion of macro ‘TRACE_EVENT’ 134 | TRACE_EVENT(start_task_reaping, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:134:1: note: in expansion of macro ‘TRACE_EVENT’ 134 | TRACE_EVENT(start_task_reaping, | ^~~~~~~~~~~ ../include/trace/events/oom.h: In function ‘perf_trace_finish_task_reaping’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:150:1: note: in expansion of macro ‘TRACE_EVENT’ 150 | TRACE_EVENT(finish_task_reaping, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:150:1: note: in expansion of macro ‘TRACE_EVENT’ 150 | TRACE_EVENT(finish_task_reaping, | ^~~~~~~~~~~ ../include/trace/events/oom.h: In function ‘perf_trace_skip_task_reaping’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:166:1: note: in expansion of macro ‘TRACE_EVENT’ 166 | TRACE_EVENT(skip_task_reaping, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:166:1: note: in expansion of macro ‘TRACE_EVENT’ 166 | TRACE_EVENT(skip_task_reaping, | ^~~~~~~~~~~ ../include/trace/events/oom.h: In function ‘perf_trace_compact_retry’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:183:1: note: in expansion of macro ‘TRACE_EVENT’ 183 | TRACE_EVENT(compact_retry, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:183:1: note: in expansion of macro ‘TRACE_EVENT’ 183 | TRACE_EVENT(compact_retry, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/oom.h: In function ‘__bpf_trace_oom_score_adj_update’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(oom_score_adj_update, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(oom_score_adj_update, | ^~~~~~~~~~~ ../include/trace/events/oom.h: In function ‘__bpf_trace_reclaim_retry_zone’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ 34 | TRACE_EVENT(reclaim_retry_zone, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ 34 | TRACE_EVENT(reclaim_retry_zone, | ^~~~~~~~~~~ ../include/trace/events/oom.h: In function ‘__bpf_trace_mark_victim’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ 76 | TRACE_EVENT(mark_victim, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ 76 | TRACE_EVENT(mark_victim, | ^~~~~~~~~~~ ../include/trace/events/oom.h: In function ‘__bpf_trace_wake_reaper’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ 118 | TRACE_EVENT(wake_reaper, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ 118 | TRACE_EVENT(wake_reaper, | ^~~~~~~~~~~ ../include/trace/events/oom.h: In function ‘__bpf_trace_start_task_reaping’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:134:1: note: in expansion of macro ‘TRACE_EVENT’ 134 | TRACE_EVENT(start_task_reaping, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:134:1: note: in expansion of macro ‘TRACE_EVENT’ 134 | TRACE_EVENT(start_task_reaping, | ^~~~~~~~~~~ ../include/trace/events/oom.h: In function ‘__bpf_trace_finish_task_reaping’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:150:1: note: in expansion of macro ‘TRACE_EVENT’ 150 | TRACE_EVENT(finish_task_reaping, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:150:1: note: in expansion of macro ‘TRACE_EVENT’ 150 | TRACE_EVENT(finish_task_reaping, | ^~~~~~~~~~~ ../include/trace/events/oom.h: In function ‘__bpf_trace_skip_task_reaping’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:166:1: note: in expansion of macro ‘TRACE_EVENT’ 166 | TRACE_EVENT(skip_task_reaping, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:166:1: note: in expansion of macro ‘TRACE_EVENT’ 166 | TRACE_EVENT(skip_task_reaping, | ^~~~~~~~~~~ ../include/trace/events/oom.h: In function ‘__bpf_trace_compact_retry’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:183:1: note: in expansion of macro ‘TRACE_EVENT’ 183 | TRACE_EVENT(compact_retry, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/oom.h:183:1: note: in expansion of macro ‘TRACE_EVENT’ 183 | TRACE_EVENT(compact_retry, | ^~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:244: mm/oom_kill.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../drivers/base/regmap/trace.h:284, from ../drivers/base/regmap/regmap.c:23: ../drivers/base/regmap/./trace.h: In function ‘trace_event_raw_event_regmap_reg’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 16 | DECLARE_EVENT_CLASS(regmap_reg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 16 | DECLARE_EVENT_CLASS(regmap_reg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 16 | DECLARE_EVENT_CLASS(regmap_reg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 16 | DECLARE_EVENT_CLASS(regmap_reg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 16 | DECLARE_EVENT_CLASS(regmap_reg, | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h: In function ‘trace_event_raw_event_regmap_bulk’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 62 | DECLARE_EVENT_CLASS(regmap_bulk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 62 | DECLARE_EVENT_CLASS(regmap_bulk, | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h: In function ‘trace_event_raw_event_regmap_block’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 103 | DECLARE_EVENT_CLASS(regmap_block, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 103 | DECLARE_EVENT_CLASS(regmap_block, | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h: In function ‘trace_event_raw_event_regcache_sync’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:152:1: note: in expansion of macro ‘TRACE_EVENT’ 152 | TRACE_EVENT(regcache_sync, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:152:1: note: in expansion of macro ‘TRACE_EVENT’ 152 | TRACE_EVENT(regcache_sync, | ^~~~~~~~~~~ ../drivers/base/regmap/./trace.h: In function ‘trace_event_raw_event_regmap_bool’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 175 | DECLARE_EVENT_CLASS(regmap_bool, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 175 | DECLARE_EVENT_CLASS(regmap_bool, | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h: In function ‘trace_event_raw_event_regmap_async’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:208:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 208 | DECLARE_EVENT_CLASS(regmap_async, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:208:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 208 | DECLARE_EVENT_CLASS(regmap_async, | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h: In function ‘trace_event_raw_event_regcache_drop_region’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:253:1: note: in expansion of macro ‘TRACE_EVENT’ 253 | TRACE_EVENT(regcache_drop_region, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:253:1: note: in expansion of macro ‘TRACE_EVENT’ 253 | TRACE_EVENT(regcache_drop_region, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/base/regmap/./trace.h: In function ‘perf_trace_regmap_reg’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 16 | DECLARE_EVENT_CLASS(regmap_reg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 16 | DECLARE_EVENT_CLASS(regmap_reg, | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h: In function ‘perf_trace_regmap_bulk’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 62 | DECLARE_EVENT_CLASS(regmap_bulk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 62 | DECLARE_EVENT_CLASS(regmap_bulk, | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h: In function ‘perf_trace_regmap_block’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 103 | DECLARE_EVENT_CLASS(regmap_block, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 103 | DECLARE_EVENT_CLASS(regmap_block, | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h: In function ‘perf_trace_regcache_sync’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:152:1: note: in expansion of macro ‘TRACE_EVENT’ 152 | TRACE_EVENT(regcache_sync, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:152:1: note: in expansion of macro ‘TRACE_EVENT’ 152 | TRACE_EVENT(regcache_sync, | ^~~~~~~~~~~ ../drivers/base/regmap/./trace.h: In function ‘perf_trace_regmap_bool’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 175 | DECLARE_EVENT_CLASS(regmap_bool, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 175 | DECLARE_EVENT_CLASS(regmap_bool, | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h: In function ‘perf_trace_regmap_async’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:208:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 208 | DECLARE_EVENT_CLASS(regmap_async, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:208:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 208 | DECLARE_EVENT_CLASS(regmap_async, | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h: In function ‘perf_trace_regcache_drop_region’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:253:1: note: in expansion of macro ‘TRACE_EVENT’ 253 | TRACE_EVENT(regcache_drop_region, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:253:1: note: in expansion of macro ‘TRACE_EVENT’ 253 | TRACE_EVENT(regcache_drop_region, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/base/regmap/./trace.h: In function ‘__bpf_trace_regmap_reg’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 16 | DECLARE_EVENT_CLASS(regmap_reg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 16 | DECLARE_EVENT_CLASS(regmap_reg, | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h: In function ‘__bpf_trace_regmap_bulk’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 62 | DECLARE_EVENT_CLASS(regmap_bulk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 62 | DECLARE_EVENT_CLASS(regmap_bulk, | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h: In function ‘__bpf_trace_regmap_block’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 103 | DECLARE_EVENT_CLASS(regmap_block, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 103 | DECLARE_EVENT_CLASS(regmap_block, | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h: In function ‘__bpf_trace_regcache_sync’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:152:1: note: in expansion of macro ‘TRACE_EVENT’ 152 | TRACE_EVENT(regcache_sync, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:152:1: note: in expansion of macro ‘TRACE_EVENT’ 152 | TRACE_EVENT(regcache_sync, | ^~~~~~~~~~~ ../drivers/base/regmap/./trace.h: In function ‘__bpf_trace_regmap_bool’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 175 | DECLARE_EVENT_CLASS(regmap_bool, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 175 | DECLARE_EVENT_CLASS(regmap_bool, | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h: In function ‘__bpf_trace_regmap_async’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:208:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 208 | DECLARE_EVENT_CLASS(regmap_async, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:208:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 208 | DECLARE_EVENT_CLASS(regmap_async, | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h: In function ‘__bpf_trace_regcache_drop_region’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:253:1: note: in expansion of macro ‘TRACE_EVENT’ 253 | TRACE_EVENT(regcache_drop_region, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/base/regmap/./trace.h:253:1: note: in expansion of macro ‘TRACE_EVENT’ 253 | TRACE_EVENT(regcache_drop_region, | ^~~~~~~~~~~ make[6]: *** [../scripts/Makefile.build:244: drivers/base/regmap/regmap.o] Error 1 make[5]: *** [../scripts/Makefile.build:485: drivers/base/regmap] Error 2 make[4]: *** [../scripts/Makefile.build:485: drivers/base] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/gpu/drm/drm_trace.h:74, from ../drivers/gpu/drm/drm_trace_points.c:5: ../include/trace/../../drivers/gpu/drm/drm_trace.h: In function ‘trace_event_raw_event_drm_vblank_event’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/drm_trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(drm_vblank_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/drm_trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(drm_vblank_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/drm_trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(drm_vblank_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/drm_trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(drm_vblank_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/drm_trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(drm_vblank_event, | ^~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/drm_trace.h: In function ‘trace_event_raw_event_drm_vblank_event_queued’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/drm_trace.h:35:1: note: in expansion of macro ‘TRACE_EVENT’ 35 | TRACE_EVENT(drm_vblank_event_queued, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/drm_trace.h:35:1: note: in expansion of macro ‘TRACE_EVENT’ 35 | TRACE_EVENT(drm_vblank_event_queued, | ^~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/drm_trace.h: In function ‘trace_event_raw_event_drm_vblank_event_delivered’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/drm_trace.h:52:1: note: in expansion of macro ‘TRACE_EVENT’ 52 | TRACE_EVENT(drm_vblank_event_delivered, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/drm_trace.h:52:1: note: in expansion of macro ‘TRACE_EVENT’ 52 | TRACE_EVENT(drm_vblank_event_delivered, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/../../drivers/gpu/drm/drm_trace.h: In function ‘perf_trace_drm_vblank_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/drm_trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(drm_vblank_event, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/drm_trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(drm_vblank_event, | ^~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/drm_trace.h: In function ‘perf_trace_drm_vblank_event_queued’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/drm_trace.h:35:1: note: in expansion of macro ‘TRACE_EVENT’ 35 | TRACE_EVENT(drm_vblank_event_queued, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/drm_trace.h:35:1: note: in expansion of macro ‘TRACE_EVENT’ 35 | TRACE_EVENT(drm_vblank_event_queued, | ^~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/drm_trace.h: In function ‘perf_trace_drm_vblank_event_delivered’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/drm_trace.h:52:1: note: in expansion of macro ‘TRACE_EVENT’ 52 | TRACE_EVENT(drm_vblank_event_delivered, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/drm_trace.h:52:1: note: in expansion of macro ‘TRACE_EVENT’ 52 | TRACE_EVENT(drm_vblank_event_delivered, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/../../drivers/gpu/drm/drm_trace.h: In function ‘__bpf_trace_drm_vblank_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/drm_trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(drm_vblank_event, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/drm_trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(drm_vblank_event, | ^~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/drm_trace.h: In function ‘__bpf_trace_drm_vblank_event_queued’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/drm_trace.h:35:1: note: in expansion of macro ‘TRACE_EVENT’ 35 | TRACE_EVENT(drm_vblank_event_queued, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/drm_trace.h:35:1: note: in expansion of macro ‘TRACE_EVENT’ 35 | TRACE_EVENT(drm_vblank_event_queued, | ^~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/drm_trace.h: In function ‘__bpf_trace_drm_vblank_event_delivered’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/drm_trace.h:52:1: note: in expansion of macro ‘TRACE_EVENT’ 52 | TRACE_EVENT(drm_vblank_event_delivered, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/drm_trace.h:52:1: note: in expansion of macro ‘TRACE_EVENT’ 52 | TRACE_EVENT(drm_vblank_event_delivered, | ^~~~~~~~~~~ make[6]: *** [../scripts/Makefile.build:244: drivers/gpu/drm/drm_trace_points.o] Error 1 make[6]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/handshake.h:319, from ../net/handshake/trace.c:22: ../include/trace/events/handshake.h: In function ‘trace_event_raw_event_handshake_event_class’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:90:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 90 | DECLARE_EVENT_CLASS(handshake_event_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:90:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 90 | DECLARE_EVENT_CLASS(handshake_event_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:90:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 90 | DECLARE_EVENT_CLASS(handshake_event_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:90:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 90 | DECLARE_EVENT_CLASS(handshake_event_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:90:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 90 | DECLARE_EVENT_CLASS(handshake_event_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h: In function ‘trace_event_raw_event_handshake_fd_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:120:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 120 | DECLARE_EVENT_CLASS(handshake_fd_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:120:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 120 | DECLARE_EVENT_CLASS(handshake_fd_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h: In function ‘trace_event_raw_event_handshake_error_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:154:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 154 | DECLARE_EVENT_CLASS(handshake_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:154:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 154 | DECLARE_EVENT_CLASS(handshake_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h: In function ‘trace_event_raw_event_handshake_alert_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:188:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 188 | DECLARE_EVENT_CLASS(handshake_alert_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:188:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 188 | DECLARE_EVENT_CLASS(handshake_alert_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h: In function ‘trace_event_raw_event_handshake_complete’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:242:1: note: in expansion of macro ‘TRACE_EVENT’ 242 | TRACE_EVENT(handshake_complete, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:242:1: note: in expansion of macro ‘TRACE_EVENT’ 242 | TRACE_EVENT(handshake_complete, | ^~~~~~~~~~~ ../include/trace/events/handshake.h: In function ‘trace_event_raw_event_tls_contenttype’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:281:1: note: in expansion of macro ‘TRACE_EVENT’ 281 | TRACE_EVENT(tls_contenttype, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:281:1: note: in expansion of macro ‘TRACE_EVENT’ 281 | TRACE_EVENT(tls_contenttype, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/handshake.h: In function ‘perf_trace_handshake_event_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:90:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 90 | DECLARE_EVENT_CLASS(handshake_event_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:90:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 90 | DECLARE_EVENT_CLASS(handshake_event_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h: In function ‘perf_trace_handshake_fd_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:120:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 120 | DECLARE_EVENT_CLASS(handshake_fd_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:120:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 120 | DECLARE_EVENT_CLASS(handshake_fd_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h: In function ‘perf_trace_handshake_error_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:154:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 154 | DECLARE_EVENT_CLASS(handshake_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:154:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 154 | DECLARE_EVENT_CLASS(handshake_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h: In function ‘perf_trace_handshake_alert_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:188:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 188 | DECLARE_EVENT_CLASS(handshake_alert_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:188:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 188 | DECLARE_EVENT_CLASS(handshake_alert_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h: In function ‘perf_trace_handshake_complete’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:242:1: note: in expansion of macro ‘TRACE_EVENT’ 242 | TRACE_EVENT(handshake_complete, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:242:1: note: in expansion of macro ‘TRACE_EVENT’ 242 | TRACE_EVENT(handshake_complete, | ^~~~~~~~~~~ ../include/trace/events/handshake.h: In function ‘perf_trace_tls_contenttype’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:281:1: note: in expansion of macro ‘TRACE_EVENT’ 281 | TRACE_EVENT(tls_contenttype, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:281:1: note: in expansion of macro ‘TRACE_EVENT’ 281 | TRACE_EVENT(tls_contenttype, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/handshake.h: In function ‘__bpf_trace_handshake_event_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:90:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 90 | DECLARE_EVENT_CLASS(handshake_event_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:90:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 90 | DECLARE_EVENT_CLASS(handshake_event_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h: In function ‘__bpf_trace_handshake_fd_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:120:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 120 | DECLARE_EVENT_CLASS(handshake_fd_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:120:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 120 | DECLARE_EVENT_CLASS(handshake_fd_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h: In function ‘__bpf_trace_handshake_error_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:154:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 154 | DECLARE_EVENT_CLASS(handshake_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:154:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 154 | DECLARE_EVENT_CLASS(handshake_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h: In function ‘__bpf_trace_handshake_alert_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:188:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 188 | DECLARE_EVENT_CLASS(handshake_alert_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:188:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 188 | DECLARE_EVENT_CLASS(handshake_alert_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h: In function ‘__bpf_trace_handshake_complete’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:242:1: note: in expansion of macro ‘TRACE_EVENT’ 242 | TRACE_EVENT(handshake_complete, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:242:1: note: in expansion of macro ‘TRACE_EVENT’ 242 | TRACE_EVENT(handshake_complete, | ^~~~~~~~~~~ ../include/trace/events/handshake.h: In function ‘__bpf_trace_tls_contenttype’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:281:1: note: in expansion of macro ‘TRACE_EVENT’ 281 | TRACE_EVENT(tls_contenttype, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/handshake.h:281:1: note: in expansion of macro ‘TRACE_EVENT’ 281 | TRACE_EVENT(tls_contenttype, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: net/handshake/trace.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: net/handshake] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/devlink.h:213, from ../net/devlink/core.c:9: ../include/trace/events/devlink.h: In function ‘trace_event_raw_event_devlink_hwmsg’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(devlink_hwmsg, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(devlink_hwmsg, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(devlink_hwmsg, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(devlink_hwmsg, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(devlink_hwmsg, | ^~~~~~~~~~~ ../include/trace/events/devlink.h: In function ‘trace_event_raw_event_devlink_hwerr’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:52:1: note: in expansion of macro ‘TRACE_EVENT’ 52 | TRACE_EVENT(devlink_hwerr, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:52:1: note: in expansion of macro ‘TRACE_EVENT’ 52 | TRACE_EVENT(devlink_hwerr, | ^~~~~~~~~~~ ../include/trace/events/devlink.h: In function ‘trace_event_raw_event_devlink_health_report’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:81:1: note: in expansion of macro ‘TRACE_EVENT’ 81 | TRACE_EVENT(devlink_health_report, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:81:1: note: in expansion of macro ‘TRACE_EVENT’ 81 | TRACE_EVENT(devlink_health_report, | ^~~~~~~~~~~ ../include/trace/events/devlink.h: In function ‘trace_event_raw_event_devlink_health_recover_aborted’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:112:1: note: in expansion of macro ‘TRACE_EVENT’ 112 | TRACE_EVENT(devlink_health_recover_aborted, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:112:1: note: in expansion of macro ‘TRACE_EVENT’ 112 | TRACE_EVENT(devlink_health_recover_aborted, | ^~~~~~~~~~~ ../include/trace/events/devlink.h: In function ‘trace_event_raw_event_devlink_health_reporter_state_update’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ 146 | TRACE_EVENT(devlink_health_reporter_state_update, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ 146 | TRACE_EVENT(devlink_health_reporter_state_update, | ^~~~~~~~~~~ ../include/trace/events/devlink.h: In function ‘trace_event_raw_event_devlink_trap_report’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ 177 | TRACE_EVENT(devlink_trap_report, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ 177 | TRACE_EVENT(devlink_trap_report, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/devlink.h: In function ‘perf_trace_devlink_hwmsg’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(devlink_hwmsg, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(devlink_hwmsg, | ^~~~~~~~~~~ ../include/trace/events/devlink.h: In function ‘perf_trace_devlink_hwerr’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:52:1: note: in expansion of macro ‘TRACE_EVENT’ 52 | TRACE_EVENT(devlink_hwerr, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:52:1: note: in expansion of macro ‘TRACE_EVENT’ 52 | TRACE_EVENT(devlink_hwerr, | ^~~~~~~~~~~ ../include/trace/events/devlink.h: In function ‘perf_trace_devlink_health_report’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:81:1: note: in expansion of macro ‘TRACE_EVENT’ 81 | TRACE_EVENT(devlink_health_report, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:81:1: note: in expansion of macro ‘TRACE_EVENT’ 81 | TRACE_EVENT(devlink_health_report, | ^~~~~~~~~~~ ../include/trace/events/devlink.h: In function ‘perf_trace_devlink_health_recover_aborted’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:112:1: note: in expansion of macro ‘TRACE_EVENT’ 112 | TRACE_EVENT(devlink_health_recover_aborted, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:112:1: note: in expansion of macro ‘TRACE_EVENT’ 112 | TRACE_EVENT(devlink_health_recover_aborted, | ^~~~~~~~~~~ ../include/trace/events/devlink.h: In function ‘perf_trace_devlink_health_reporter_state_update’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ 146 | TRACE_EVENT(devlink_health_reporter_state_update, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ 146 | TRACE_EVENT(devlink_health_reporter_state_update, | ^~~~~~~~~~~ ../include/trace/events/devlink.h: In function ‘perf_trace_devlink_trap_report’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ 177 | TRACE_EVENT(devlink_trap_report, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ 177 | TRACE_EVENT(devlink_trap_report, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/devlink.h: In function ‘__bpf_trace_devlink_hwmsg’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(devlink_hwmsg, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(devlink_hwmsg, | ^~~~~~~~~~~ ../include/trace/events/devlink.h: In function ‘__bpf_trace_devlink_hwerr’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:52:1: note: in expansion of macro ‘TRACE_EVENT’ 52 | TRACE_EVENT(devlink_hwerr, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:52:1: note: in expansion of macro ‘TRACE_EVENT’ 52 | TRACE_EVENT(devlink_hwerr, | ^~~~~~~~~~~ ../include/trace/events/devlink.h: In function ‘__bpf_trace_devlink_health_report’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:81:1: note: in expansion of macro ‘TRACE_EVENT’ 81 | TRACE_EVENT(devlink_health_report, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:81:1: note: in expansion of macro ‘TRACE_EVENT’ 81 | TRACE_EVENT(devlink_health_report, | ^~~~~~~~~~~ ../include/trace/events/devlink.h: In function ‘__bpf_trace_devlink_health_recover_aborted’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:112:1: note: in expansion of macro ‘TRACE_EVENT’ 112 | TRACE_EVENT(devlink_health_recover_aborted, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:112:1: note: in expansion of macro ‘TRACE_EVENT’ 112 | TRACE_EVENT(devlink_health_recover_aborted, | ^~~~~~~~~~~ ../include/trace/events/devlink.h: In function ‘__bpf_trace_devlink_health_reporter_state_update’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ 146 | TRACE_EVENT(devlink_health_reporter_state_update, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ 146 | TRACE_EVENT(devlink_health_reporter_state_update, | ^~~~~~~~~~~ ../include/trace/events/devlink.h: In function ‘__bpf_trace_devlink_trap_report’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ 177 | TRACE_EVENT(devlink_trap_report, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/devlink.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ 177 | TRACE_EVENT(devlink_trap_report, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: net/devlink/core.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: net/devlink] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/wireless/ath/trace.h:68, from ../drivers/net/wireless/ath/trace.c:20: ../drivers/net/wireless/ath/./trace.h: In function ‘trace_event_raw_event_ath_log’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ 33 | TRACE_EVENT(ath_log, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ 33 | TRACE_EVENT(ath_log, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ 33 | TRACE_EVENT(ath_log, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ 33 | TRACE_EVENT(ath_log, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ 33 | TRACE_EVENT(ath_log, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/net/wireless/ath/./trace.h: In function ‘perf_trace_ath_log’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ 33 | TRACE_EVENT(ath_log, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ 33 | TRACE_EVENT(ath_log, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/wireless/ath/./trace.h: In function ‘__bpf_trace_ath_log’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ 33 | TRACE_EVENT(ath_log, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ 33 | TRACE_EVENT(ath_log, | ^~~~~~~~~~~ make[7]: *** [../scripts/Makefile.build:244: drivers/net/wireless/ath/trace.o] Error 1 make[7]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/mptcp.h:184, from ../net/mptcp/protocol.c:30: ../include/trace/events/mptcp.h: In function ‘trace_event_raw_event_mptcp_subflow_get_send’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h:18:1: note: in expansion of macro ‘TRACE_EVENT’ 18 | TRACE_EVENT(mptcp_subflow_get_send, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h:18:1: note: in expansion of macro ‘TRACE_EVENT’ 18 | TRACE_EVENT(mptcp_subflow_get_send, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h:18:1: note: in expansion of macro ‘TRACE_EVENT’ 18 | TRACE_EVENT(mptcp_subflow_get_send, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h:18:1: note: in expansion of macro ‘TRACE_EVENT’ 18 | TRACE_EVENT(mptcp_subflow_get_send, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h:18:1: note: in expansion of macro ‘TRACE_EVENT’ 18 | TRACE_EVENT(mptcp_subflow_get_send, | ^~~~~~~~~~~ ../include/trace/events/mptcp.h: In function ‘trace_event_raw_event_mptcp_dump_mpext’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h:65:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 65 | DECLARE_EVENT_CLASS(mptcp_dump_mpext, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h:65:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 65 | DECLARE_EVENT_CLASS(mptcp_dump_mpext, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h: In function ‘trace_event_raw_event_ack_update_msk’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h:128:1: note: in expansion of macro ‘TRACE_EVENT’ 128 | TRACE_EVENT(ack_update_msk, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h:128:1: note: in expansion of macro ‘TRACE_EVENT’ 128 | TRACE_EVENT(ack_update_msk, | ^~~~~~~~~~~ ../include/trace/events/mptcp.h: In function ‘trace_event_raw_event_subflow_check_data_avail’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h:160:1: note: in expansion of macro ‘TRACE_EVENT’ 160 | TRACE_EVENT(subflow_check_data_avail, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h:160:1: note: in expansion of macro ‘TRACE_EVENT’ 160 | TRACE_EVENT(subflow_check_data_avail, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/mptcp.h: In function ‘perf_trace_mptcp_subflow_get_send’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h:18:1: note: in expansion of macro ‘TRACE_EVENT’ 18 | TRACE_EVENT(mptcp_subflow_get_send, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h:18:1: note: in expansion of macro ‘TRACE_EVENT’ 18 | TRACE_EVENT(mptcp_subflow_get_send, | ^~~~~~~~~~~ ../include/trace/events/mptcp.h: In function ‘perf_trace_mptcp_dump_mpext’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h:65:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 65 | DECLARE_EVENT_CLASS(mptcp_dump_mpext, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h:65:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 65 | DECLARE_EVENT_CLASS(mptcp_dump_mpext, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h: In function ‘perf_trace_ack_update_msk’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h:128:1: note: in expansion of macro ‘TRACE_EVENT’ 128 | TRACE_EVENT(ack_update_msk, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h:128:1: note: in expansion of macro ‘TRACE_EVENT’ 128 | TRACE_EVENT(ack_update_msk, | ^~~~~~~~~~~ ../include/trace/events/mptcp.h: In function ‘perf_trace_subflow_check_data_avail’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h:160:1: note: in expansion of macro ‘TRACE_EVENT’ 160 | TRACE_EVENT(subflow_check_data_avail, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h:160:1: note: in expansion of macro ‘TRACE_EVENT’ 160 | TRACE_EVENT(subflow_check_data_avail, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/mptcp.h: In function ‘__bpf_trace_mptcp_subflow_get_send’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h:18:1: note: in expansion of macro ‘TRACE_EVENT’ 18 | TRACE_EVENT(mptcp_subflow_get_send, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h:18:1: note: in expansion of macro ‘TRACE_EVENT’ 18 | TRACE_EVENT(mptcp_subflow_get_send, | ^~~~~~~~~~~ ../include/trace/events/mptcp.h: In function ‘__bpf_trace_mptcp_dump_mpext’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h:65:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 65 | DECLARE_EVENT_CLASS(mptcp_dump_mpext, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h:65:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 65 | DECLARE_EVENT_CLASS(mptcp_dump_mpext, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h: In function ‘__bpf_trace_ack_update_msk’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h:128:1: note: in expansion of macro ‘TRACE_EVENT’ 128 | TRACE_EVENT(ack_update_msk, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h:128:1: note: in expansion of macro ‘TRACE_EVENT’ 128 | TRACE_EVENT(ack_update_msk, | ^~~~~~~~~~~ ../include/trace/events/mptcp.h: In function ‘__bpf_trace_subflow_check_data_avail’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h:160:1: note: in expansion of macro ‘TRACE_EVENT’ 160 | TRACE_EVENT(subflow_check_data_avail, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mptcp.h:160:1: note: in expansion of macro ‘TRACE_EVENT’ 160 | TRACE_EVENT(subflow_check_data_avail, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: net/mptcp/protocol.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: net/mptcp] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/host1x.h:267, from ../drivers/gpu/host1x/dev.c:23: ../include/trace/events/host1x.h: In function ‘trace_event_raw_event_host1x’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(host1x, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(host1x, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(host1x, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(host1x, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(host1x, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h: In function ‘trace_event_raw_event_host1x_cdma_push’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(host1x_cdma_push, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(host1x_cdma_push, | ^~~~~~~~~~~ ../include/trace/events/host1x.h: In function ‘trace_event_raw_event_host1x_cdma_push_wide’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:70:1: note: in expansion of macro ‘TRACE_EVENT’ 70 | TRACE_EVENT(host1x_cdma_push_wide, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:70:1: note: in expansion of macro ‘TRACE_EVENT’ 70 | TRACE_EVENT(host1x_cdma_push_wide, | ^~~~~~~~~~~ ../include/trace/events/host1x.h: In function ‘trace_event_raw_event_host1x_cdma_push_gather’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ 96 | TRACE_EVENT(host1x_cdma_push_gather, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ 96 | TRACE_EVENT(host1x_cdma_push_gather, | ^~~~~~~~~~~ ../include/trace/events/host1x.h: In function ‘trace_event_raw_event_host1x_channel_submit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:130:1: note: in expansion of macro ‘TRACE_EVENT’ 130 | TRACE_EVENT(host1x_channel_submit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:130:1: note: in expansion of macro ‘TRACE_EVENT’ 130 | TRACE_EVENT(host1x_channel_submit, | ^~~~~~~~~~~ ../include/trace/events/host1x.h: In function ‘trace_event_raw_event_host1x_channel_submitted’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(host1x_channel_submitted, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(host1x_channel_submitted, | ^~~~~~~~~~~ ../include/trace/events/host1x.h: In function ‘trace_event_raw_event_host1x_channel_submit_complete’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ 179 | TRACE_EVENT(host1x_channel_submit_complete, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ 179 | TRACE_EVENT(host1x_channel_submit_complete, | ^~~~~~~~~~~ ../include/trace/events/host1x.h: In function ‘trace_event_raw_event_host1x_wait_cdma’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:200:1: note: in expansion of macro ‘TRACE_EVENT’ 200 | TRACE_EVENT(host1x_wait_cdma, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:200:1: note: in expansion of macro ‘TRACE_EVENT’ 200 | TRACE_EVENT(host1x_wait_cdma, | ^~~~~~~~~~~ ../include/trace/events/host1x.h: In function ‘trace_event_raw_event_host1x_syncpt_load_min’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ 218 | TRACE_EVENT(host1x_syncpt_load_min, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ 218 | TRACE_EVENT(host1x_syncpt_load_min, | ^~~~~~~~~~~ ../include/trace/events/host1x.h: In function ‘trace_event_raw_event_host1x_syncpt_wait_check’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ 236 | TRACE_EVENT(host1x_syncpt_wait_check, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ 236 | TRACE_EVENT(host1x_syncpt_wait_check, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/host1x.h: In function ‘perf_trace_host1x’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(host1x, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(host1x, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h: In function ‘perf_trace_host1x_cdma_push’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(host1x_cdma_push, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(host1x_cdma_push, | ^~~~~~~~~~~ ../include/trace/events/host1x.h: In function ‘perf_trace_host1x_cdma_push_wide’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:70:1: note: in expansion of macro ‘TRACE_EVENT’ 70 | TRACE_EVENT(host1x_cdma_push_wide, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:70:1: note: in expansion of macro ‘TRACE_EVENT’ 70 | TRACE_EVENT(host1x_cdma_push_wide, | ^~~~~~~~~~~ ../include/trace/events/host1x.h: In function ‘perf_trace_host1x_cdma_push_gather’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ 96 | TRACE_EVENT(host1x_cdma_push_gather, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ 96 | TRACE_EVENT(host1x_cdma_push_gather, | ^~~~~~~~~~~ ../include/trace/events/host1x.h: In function ‘perf_trace_host1x_channel_submit’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:130:1: note: in expansion of macro ‘TRACE_EVENT’ 130 | TRACE_EVENT(host1x_channel_submit, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:130:1: note: in expansion of macro ‘TRACE_EVENT’ 130 | TRACE_EVENT(host1x_channel_submit, | ^~~~~~~~~~~ ../include/trace/events/host1x.h: In function ‘perf_trace_host1x_channel_submitted’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(host1x_channel_submitted, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(host1x_channel_submitted, | ^~~~~~~~~~~ ../include/trace/events/host1x.h: In function ‘perf_trace_host1x_channel_submit_complete’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ 179 | TRACE_EVENT(host1x_channel_submit_complete, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ 179 | TRACE_EVENT(host1x_channel_submit_complete, | ^~~~~~~~~~~ ../include/trace/events/host1x.h: In function ‘perf_trace_host1x_wait_cdma’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:200:1: note: in expansion of macro ‘TRACE_EVENT’ 200 | TRACE_EVENT(host1x_wait_cdma, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:200:1: note: in expansion of macro ‘TRACE_EVENT’ 200 | TRACE_EVENT(host1x_wait_cdma, | ^~~~~~~~~~~ ../include/trace/events/host1x.h: In function ‘perf_trace_host1x_syncpt_load_min’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ 218 | TRACE_EVENT(host1x_syncpt_load_min, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ 218 | TRACE_EVENT(host1x_syncpt_load_min, | ^~~~~~~~~~~ ../include/trace/events/host1x.h: In function ‘perf_trace_host1x_syncpt_wait_check’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ 236 | TRACE_EVENT(host1x_syncpt_wait_check, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ 236 | TRACE_EVENT(host1x_syncpt_wait_check, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/host1x.h: In function ‘__bpf_trace_host1x’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(host1x, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(host1x, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h: In function ‘__bpf_trace_host1x_cdma_push’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(host1x_cdma_push, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(host1x_cdma_push, | ^~~~~~~~~~~ ../include/trace/events/host1x.h: In function ‘__bpf_trace_host1x_cdma_push_wide’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:70:1: note: in expansion of macro ‘TRACE_EVENT’ 70 | TRACE_EVENT(host1x_cdma_push_wide, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:70:1: note: in expansion of macro ‘TRACE_EVENT’ 70 | TRACE_EVENT(host1x_cdma_push_wide, | ^~~~~~~~~~~ ../include/trace/events/host1x.h: In function ‘__bpf_trace_host1x_cdma_push_gather’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ 96 | TRACE_EVENT(host1x_cdma_push_gather, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ 96 | TRACE_EVENT(host1x_cdma_push_gather, | ^~~~~~~~~~~ ../include/trace/events/host1x.h: In function ‘__bpf_trace_host1x_channel_submit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:130:1: note: in expansion of macro ‘TRACE_EVENT’ 130 | TRACE_EVENT(host1x_channel_submit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:130:1: note: in expansion of macro ‘TRACE_EVENT’ 130 | TRACE_EVENT(host1x_channel_submit, | ^~~~~~~~~~~ ../include/trace/events/host1x.h: In function ‘__bpf_trace_host1x_channel_submitted’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(host1x_channel_submitted, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(host1x_channel_submitted, | ^~~~~~~~~~~ ../include/trace/events/host1x.h: In function ‘__bpf_trace_host1x_channel_submit_complete’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ 179 | TRACE_EVENT(host1x_channel_submit_complete, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ 179 | TRACE_EVENT(host1x_channel_submit_complete, | ^~~~~~~~~~~ ../include/trace/events/host1x.h: In function ‘__bpf_trace_host1x_wait_cdma’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:200:1: note: in expansion of macro ‘TRACE_EVENT’ 200 | TRACE_EVENT(host1x_wait_cdma, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:200:1: note: in expansion of macro ‘TRACE_EVENT’ 200 | TRACE_EVENT(host1x_wait_cdma, | ^~~~~~~~~~~ ../include/trace/events/host1x.h: In function ‘__bpf_trace_host1x_syncpt_load_min’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ 218 | TRACE_EVENT(host1x_syncpt_load_min, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ 218 | TRACE_EVENT(host1x_syncpt_load_min, | ^~~~~~~~~~~ ../include/trace/events/host1x.h: In function ‘__bpf_trace_host1x_syncpt_wait_check’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ 236 | TRACE_EVENT(host1x_syncpt_wait_check, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/host1x.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ 236 | TRACE_EVENT(host1x_syncpt_wait_check, | ^~~~~~~~~~~ make[6]: *** [../scripts/Makefile.build:244: drivers/gpu/host1x/dev.o] Error 1 make[5]: *** [../scripts/Makefile.build:485: drivers/gpu/host1x] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/cxl/core/trace.h:737, from ../drivers/cxl/core/trace.c:8: ../drivers/cxl/core/./trace.h: In function ‘trace_event_raw_event_cxl_aer_uncorrectable_error’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:51:1: note: in expansion of macro ‘TRACE_EVENT’ 51 | TRACE_EVENT(cxl_aer_uncorrectable_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:51:1: note: in expansion of macro ‘TRACE_EVENT’ 51 | TRACE_EVENT(cxl_aer_uncorrectable_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:51:1: note: in expansion of macro ‘TRACE_EVENT’ 51 | TRACE_EVENT(cxl_aer_uncorrectable_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:51:1: note: in expansion of macro ‘TRACE_EVENT’ 51 | TRACE_EVENT(cxl_aer_uncorrectable_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:51:1: note: in expansion of macro ‘TRACE_EVENT’ 51 | TRACE_EVENT(cxl_aer_uncorrectable_error, | ^~~~~~~~~~~ ../drivers/cxl/core/./trace.h: In function ‘trace_event_raw_event_cxl_aer_correctable_error’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ 99 | TRACE_EVENT(cxl_aer_correctable_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ 99 | TRACE_EVENT(cxl_aer_correctable_error, | ^~~~~~~~~~~ ../drivers/cxl/core/./trace.h: In function ‘trace_event_raw_event_cxl_overflow’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:127:1: note: in expansion of macro ‘TRACE_EVENT’ 127 | TRACE_EVENT(cxl_overflow, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:127:1: note: in expansion of macro ‘TRACE_EVENT’ 127 | TRACE_EVENT(cxl_overflow, | ^~~~~~~~~~~ ../drivers/cxl/core/./trace.h: In function ‘trace_event_raw_event_cxl_generic_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:225:1: note: in expansion of macro ‘TRACE_EVENT’ 225 | TRACE_EVENT(cxl_generic_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:225:1: note: in expansion of macro ‘TRACE_EVENT’ 225 | TRACE_EVENT(cxl_generic_event, | ^~~~~~~~~~~ ../drivers/cxl/core/./trace.h: In function ‘trace_event_raw_event_cxl_general_media’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ 316 | TRACE_EVENT(cxl_general_media, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ 316 | TRACE_EVENT(cxl_general_media, | ^~~~~~~~~~~ ../drivers/cxl/core/./trace.h: In function ‘trace_event_raw_event_cxl_dram’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:413:1: note: in expansion of macro ‘TRACE_EVENT’ 413 | TRACE_EVENT(cxl_dram, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:413:1: note: in expansion of macro ‘TRACE_EVENT’ 413 | TRACE_EVENT(cxl_dram, | ^~~~~~~~~~~ ../drivers/cxl/core/./trace.h: In function ‘trace_event_raw_event_cxl_memory_module’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:576:1: note: in expansion of macro ‘TRACE_EVENT’ 576 | TRACE_EVENT(cxl_memory_module, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:576:1: note: in expansion of macro ‘TRACE_EVENT’ 576 | TRACE_EVENT(cxl_memory_module, | ^~~~~~~~~~~ ../drivers/cxl/core/./trace.h: In function ‘trace_event_raw_event_cxl_poison’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:671:1: note: in expansion of macro ‘TRACE_EVENT’ 671 | TRACE_EVENT(cxl_poison, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:671:1: note: in expansion of macro ‘TRACE_EVENT’ 671 | TRACE_EVENT(cxl_poison, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/cxl/core/./trace.h: In function ‘perf_trace_cxl_aer_uncorrectable_error’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:51:1: note: in expansion of macro ‘TRACE_EVENT’ 51 | TRACE_EVENT(cxl_aer_uncorrectable_error, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:51:1: note: in expansion of macro ‘TRACE_EVENT’ 51 | TRACE_EVENT(cxl_aer_uncorrectable_error, | ^~~~~~~~~~~ ../drivers/cxl/core/./trace.h: In function ‘perf_trace_cxl_aer_correctable_error’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ 99 | TRACE_EVENT(cxl_aer_correctable_error, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ 99 | TRACE_EVENT(cxl_aer_correctable_error, | ^~~~~~~~~~~ ../drivers/cxl/core/./trace.h: In function ‘perf_trace_cxl_overflow’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:127:1: note: in expansion of macro ‘TRACE_EVENT’ 127 | TRACE_EVENT(cxl_overflow, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:127:1: note: in expansion of macro ‘TRACE_EVENT’ 127 | TRACE_EVENT(cxl_overflow, | ^~~~~~~~~~~ ../drivers/cxl/core/./trace.h: In function ‘perf_trace_cxl_generic_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:225:1: note: in expansion of macro ‘TRACE_EVENT’ 225 | TRACE_EVENT(cxl_generic_event, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:225:1: note: in expansion of macro ‘TRACE_EVENT’ 225 | TRACE_EVENT(cxl_generic_event, | ^~~~~~~~~~~ ../drivers/cxl/core/./trace.h: In function ‘perf_trace_cxl_general_media’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ 316 | TRACE_EVENT(cxl_general_media, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ 316 | TRACE_EVENT(cxl_general_media, | ^~~~~~~~~~~ ../drivers/cxl/core/./trace.h: In function ‘perf_trace_cxl_dram’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:413:1: note: in expansion of macro ‘TRACE_EVENT’ 413 | TRACE_EVENT(cxl_dram, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:413:1: note: in expansion of macro ‘TRACE_EVENT’ 413 | TRACE_EVENT(cxl_dram, | ^~~~~~~~~~~ ../drivers/cxl/core/./trace.h: In function ‘perf_trace_cxl_memory_module’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:576:1: note: in expansion of macro ‘TRACE_EVENT’ 576 | TRACE_EVENT(cxl_memory_module, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:576:1: note: in expansion of macro ‘TRACE_EVENT’ 576 | TRACE_EVENT(cxl_memory_module, | ^~~~~~~~~~~ ../drivers/cxl/core/./trace.h: In function ‘perf_trace_cxl_poison’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:671:1: note: in expansion of macro ‘TRACE_EVENT’ 671 | TRACE_EVENT(cxl_poison, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:671:1: note: in expansion of macro ‘TRACE_EVENT’ 671 | TRACE_EVENT(cxl_poison, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/cxl/core/./trace.h: In function ‘__bpf_trace_cxl_aer_uncorrectable_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:51:1: note: in expansion of macro ‘TRACE_EVENT’ 51 | TRACE_EVENT(cxl_aer_uncorrectable_error, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:51:1: note: in expansion of macro ‘TRACE_EVENT’ 51 | TRACE_EVENT(cxl_aer_uncorrectable_error, | ^~~~~~~~~~~ ../drivers/cxl/core/./trace.h: In function ‘__bpf_trace_cxl_aer_correctable_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ 99 | TRACE_EVENT(cxl_aer_correctable_error, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ 99 | TRACE_EVENT(cxl_aer_correctable_error, | ^~~~~~~~~~~ ../drivers/cxl/core/./trace.h: In function ‘__bpf_trace_cxl_overflow’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:127:1: note: in expansion of macro ‘TRACE_EVENT’ 127 | TRACE_EVENT(cxl_overflow, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:127:1: note: in expansion of macro ‘TRACE_EVENT’ 127 | TRACE_EVENT(cxl_overflow, | ^~~~~~~~~~~ ../drivers/cxl/core/./trace.h: In function ‘__bpf_trace_cxl_generic_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:225:1: note: in expansion of macro ‘TRACE_EVENT’ 225 | TRACE_EVENT(cxl_generic_event, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:225:1: note: in expansion of macro ‘TRACE_EVENT’ 225 | TRACE_EVENT(cxl_generic_event, | ^~~~~~~~~~~ ../drivers/cxl/core/./trace.h: In function ‘__bpf_trace_cxl_general_media’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ 316 | TRACE_EVENT(cxl_general_media, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ 316 | TRACE_EVENT(cxl_general_media, | ^~~~~~~~~~~ ../drivers/cxl/core/./trace.h: In function ‘__bpf_trace_cxl_dram’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:413:1: note: in expansion of macro ‘TRACE_EVENT’ 413 | TRACE_EVENT(cxl_dram, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:413:1: note: in expansion of macro ‘TRACE_EVENT’ 413 | TRACE_EVENT(cxl_dram, | ^~~~~~~~~~~ ../drivers/cxl/core/./trace.h: In function ‘__bpf_trace_cxl_memory_module’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:576:1: note: in expansion of macro ‘TRACE_EVENT’ 576 | TRACE_EVENT(cxl_memory_module, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:576:1: note: in expansion of macro ‘TRACE_EVENT’ 576 | TRACE_EVENT(cxl_memory_module, | ^~~~~~~~~~~ ../drivers/cxl/core/./trace.h: In function ‘__bpf_trace_cxl_poison’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:671:1: note: in expansion of macro ‘TRACE_EVENT’ 671 | TRACE_EVENT(cxl_poison, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/cxl/core/./trace.h:671:1: note: in expansion of macro ‘TRACE_EVENT’ 671 | TRACE_EVENT(cxl_poison, | ^~~~~~~~~~~ make[6]: *** [../scripts/Makefile.build:244: drivers/cxl/core/trace.o] Error 1 make[5]: *** [../scripts/Makefile.build:485: drivers/cxl/core] Error 2 make[4]: *** [../scripts/Makefile.build:485: drivers/cxl] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/asoc.h:279, from ../sound/soc/soc-core.c:45: ../include/trace/events/asoc.h: In function ‘trace_event_raw_event_snd_soc_dapm’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 22 | DECLARE_EVENT_CLASS(snd_soc_dapm, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 22 | DECLARE_EVENT_CLASS(snd_soc_dapm, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 22 | DECLARE_EVENT_CLASS(snd_soc_dapm, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 22 | DECLARE_EVENT_CLASS(snd_soc_dapm, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 22 | DECLARE_EVENT_CLASS(snd_soc_dapm, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h: In function ‘trace_event_raw_event_snd_soc_dapm_basic’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:60:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 60 | DECLARE_EVENT_CLASS(snd_soc_dapm_basic, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:60:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 60 | DECLARE_EVENT_CLASS(snd_soc_dapm_basic, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h: In function ‘trace_event_raw_event_snd_soc_dapm_widget’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:95:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 95 | DECLARE_EVENT_CLASS(snd_soc_dapm_widget, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:95:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 95 | DECLARE_EVENT_CLASS(snd_soc_dapm_widget, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h: In function ‘trace_event_raw_event_snd_soc_dapm_walk_done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:139:1: note: in expansion of macro ‘TRACE_EVENT’ 139 | TRACE_EVENT(snd_soc_dapm_walk_done, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:139:1: note: in expansion of macro ‘TRACE_EVENT’ 139 | TRACE_EVENT(snd_soc_dapm_walk_done, | ^~~~~~~~~~~ ../include/trace/events/asoc.h: In function ‘trace_event_raw_event_snd_soc_dapm_path’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:164:1: note: in expansion of macro ‘TRACE_EVENT’ 164 | TRACE_EVENT(snd_soc_dapm_path, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:164:1: note: in expansion of macro ‘TRACE_EVENT’ 164 | TRACE_EVENT(snd_soc_dapm_path, | ^~~~~~~~~~~ ../include/trace/events/asoc.h: In function ‘trace_event_raw_event_snd_soc_dapm_connected’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:198:1: note: in expansion of macro ‘TRACE_EVENT’ 198 | TRACE_EVENT(snd_soc_dapm_connected, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:198:1: note: in expansion of macro ‘TRACE_EVENT’ 198 | TRACE_EVENT(snd_soc_dapm_connected, | ^~~~~~~~~~~ ../include/trace/events/asoc.h: In function ‘trace_event_raw_event_snd_soc_jack_irq’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ 218 | TRACE_EVENT(snd_soc_jack_irq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ 218 | TRACE_EVENT(snd_soc_jack_irq, | ^~~~~~~~~~~ ../include/trace/events/asoc.h: In function ‘trace_event_raw_event_snd_soc_jack_report’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:235:1: note: in expansion of macro ‘TRACE_EVENT’ 235 | TRACE_EVENT(snd_soc_jack_report, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:235:1: note: in expansion of macro ‘TRACE_EVENT’ 235 | TRACE_EVENT(snd_soc_jack_report, | ^~~~~~~~~~~ ../include/trace/events/asoc.h: In function ‘trace_event_raw_event_snd_soc_jack_notify’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:257:1: note: in expansion of macro ‘TRACE_EVENT’ 257 | TRACE_EVENT(snd_soc_jack_notify, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:257:1: note: in expansion of macro ‘TRACE_EVENT’ 257 | TRACE_EVENT(snd_soc_jack_notify, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/asoc.h: In function ‘perf_trace_snd_soc_dapm’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 22 | DECLARE_EVENT_CLASS(snd_soc_dapm, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 22 | DECLARE_EVENT_CLASS(snd_soc_dapm, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h: In function ‘perf_trace_snd_soc_dapm_basic’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:60:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 60 | DECLARE_EVENT_CLASS(snd_soc_dapm_basic, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:60:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 60 | DECLARE_EVENT_CLASS(snd_soc_dapm_basic, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h: In function ‘perf_trace_snd_soc_dapm_widget’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:95:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 95 | DECLARE_EVENT_CLASS(snd_soc_dapm_widget, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:95:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 95 | DECLARE_EVENT_CLASS(snd_soc_dapm_widget, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h: In function ‘perf_trace_snd_soc_dapm_walk_done’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:139:1: note: in expansion of macro ‘TRACE_EVENT’ 139 | TRACE_EVENT(snd_soc_dapm_walk_done, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:139:1: note: in expansion of macro ‘TRACE_EVENT’ 139 | TRACE_EVENT(snd_soc_dapm_walk_done, | ^~~~~~~~~~~ ../include/trace/events/asoc.h: In function ‘perf_trace_snd_soc_dapm_path’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:164:1: note: in expansion of macro ‘TRACE_EVENT’ 164 | TRACE_EVENT(snd_soc_dapm_path, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:164:1: note: in expansion of macro ‘TRACE_EVENT’ 164 | TRACE_EVENT(snd_soc_dapm_path, | ^~~~~~~~~~~ ../include/trace/events/asoc.h: In function ‘perf_trace_snd_soc_dapm_connected’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:198:1: note: in expansion of macro ‘TRACE_EVENT’ 198 | TRACE_EVENT(snd_soc_dapm_connected, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:198:1: note: in expansion of macro ‘TRACE_EVENT’ 198 | TRACE_EVENT(snd_soc_dapm_connected, | ^~~~~~~~~~~ ../include/trace/events/asoc.h: In function ‘perf_trace_snd_soc_jack_irq’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ 218 | TRACE_EVENT(snd_soc_jack_irq, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ 218 | TRACE_EVENT(snd_soc_jack_irq, | ^~~~~~~~~~~ ../include/trace/events/asoc.h: In function ‘perf_trace_snd_soc_jack_report’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:235:1: note: in expansion of macro ‘TRACE_EVENT’ 235 | TRACE_EVENT(snd_soc_jack_report, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:235:1: note: in expansion of macro ‘TRACE_EVENT’ 235 | TRACE_EVENT(snd_soc_jack_report, | ^~~~~~~~~~~ ../include/trace/events/asoc.h: In function ‘perf_trace_snd_soc_jack_notify’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:257:1: note: in expansion of macro ‘TRACE_EVENT’ 257 | TRACE_EVENT(snd_soc_jack_notify, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:257:1: note: in expansion of macro ‘TRACE_EVENT’ 257 | TRACE_EVENT(snd_soc_jack_notify, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/asoc.h: In function ‘__bpf_trace_snd_soc_dapm’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 22 | DECLARE_EVENT_CLASS(snd_soc_dapm, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 22 | DECLARE_EVENT_CLASS(snd_soc_dapm, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h: In function ‘__bpf_trace_snd_soc_dapm_basic’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:60:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 60 | DECLARE_EVENT_CLASS(snd_soc_dapm_basic, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:60:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 60 | DECLARE_EVENT_CLASS(snd_soc_dapm_basic, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h: In function ‘__bpf_trace_snd_soc_dapm_widget’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:95:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 95 | DECLARE_EVENT_CLASS(snd_soc_dapm_widget, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:95:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 95 | DECLARE_EVENT_CLASS(snd_soc_dapm_widget, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h: In function ‘__bpf_trace_snd_soc_dapm_walk_done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:139:1: note: in expansion of macro ‘TRACE_EVENT’ 139 | TRACE_EVENT(snd_soc_dapm_walk_done, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:139:1: note: in expansion of macro ‘TRACE_EVENT’ 139 | TRACE_EVENT(snd_soc_dapm_walk_done, | ^~~~~~~~~~~ ../include/trace/events/asoc.h: In function ‘__bpf_trace_snd_soc_dapm_path’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:164:1: note: in expansion of macro ‘TRACE_EVENT’ 164 | TRACE_EVENT(snd_soc_dapm_path, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:164:1: note: in expansion of macro ‘TRACE_EVENT’ 164 | TRACE_EVENT(snd_soc_dapm_path, | ^~~~~~~~~~~ ../include/trace/events/asoc.h: In function ‘__bpf_trace_snd_soc_dapm_connected’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:198:1: note: in expansion of macro ‘TRACE_EVENT’ 198 | TRACE_EVENT(snd_soc_dapm_connected, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:198:1: note: in expansion of macro ‘TRACE_EVENT’ 198 | TRACE_EVENT(snd_soc_dapm_connected, | ^~~~~~~~~~~ ../include/trace/events/asoc.h: In function ‘__bpf_trace_snd_soc_jack_irq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ 218 | TRACE_EVENT(snd_soc_jack_irq, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ 218 | TRACE_EVENT(snd_soc_jack_irq, | ^~~~~~~~~~~ ../include/trace/events/asoc.h: In function ‘__bpf_trace_snd_soc_jack_report’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:235:1: note: in expansion of macro ‘TRACE_EVENT’ 235 | TRACE_EVENT(snd_soc_jack_report, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:235:1: note: in expansion of macro ‘TRACE_EVENT’ 235 | TRACE_EVENT(snd_soc_jack_report, | ^~~~~~~~~~~ ../include/trace/events/asoc.h: In function ‘__bpf_trace_snd_soc_jack_notify’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:257:1: note: in expansion of macro ‘TRACE_EVENT’ 257 | TRACE_EVENT(snd_soc_jack_notify, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/asoc.h:257:1: note: in expansion of macro ‘TRACE_EVENT’ 257 | TRACE_EVENT(snd_soc_jack_notify, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: sound/soc/soc-core.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/spi.h:239, from ../drivers/spi/spi.c:39: ../include/trace/events/spi.h: In function ‘trace_event_raw_event_spi_controller’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(spi_controller, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(spi_controller, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(spi_controller, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(spi_controller, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(spi_controller, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h: In function ‘trace_event_raw_event_spi_setup’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:45:1: note: in expansion of macro ‘TRACE_EVENT’ 45 | TRACE_EVENT(spi_setup, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:45:1: note: in expansion of macro ‘TRACE_EVENT’ 45 | TRACE_EVENT(spi_setup, | ^~~~~~~~~~~ ../include/trace/events/spi.h: In function ‘trace_event_raw_event_spi_set_cs’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:78:1: note: in expansion of macro ‘TRACE_EVENT’ 78 | TRACE_EVENT(spi_set_cs, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:78:1: note: in expansion of macro ‘TRACE_EVENT’ 78 | TRACE_EVENT(spi_set_cs, | ^~~~~~~~~~~ ../include/trace/events/spi.h: In function ‘trace_event_raw_event_spi_message’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:102:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 102 | DECLARE_EVENT_CLASS(spi_message, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:102:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 102 | DECLARE_EVENT_CLASS(spi_message, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h: In function ‘trace_event_raw_event_spi_message_done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ 141 | TRACE_EVENT(spi_message_done, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ 141 | TRACE_EVENT(spi_message_done, | ^~~~~~~~~~~ ../include/trace/events/spi.h: In function ‘trace_event_raw_event_spi_transfer’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:179:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 179 | DECLARE_EVENT_CLASS(spi_transfer, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:179:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 179 | DECLARE_EVENT_CLASS(spi_transfer, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/spi.h: In function ‘perf_trace_spi_controller’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(spi_controller, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(spi_controller, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h: In function ‘perf_trace_spi_setup’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:45:1: note: in expansion of macro ‘TRACE_EVENT’ 45 | TRACE_EVENT(spi_setup, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:45:1: note: in expansion of macro ‘TRACE_EVENT’ 45 | TRACE_EVENT(spi_setup, | ^~~~~~~~~~~ ../include/trace/events/spi.h: In function ‘perf_trace_spi_set_cs’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:78:1: note: in expansion of macro ‘TRACE_EVENT’ 78 | TRACE_EVENT(spi_set_cs, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:78:1: note: in expansion of macro ‘TRACE_EVENT’ 78 | TRACE_EVENT(spi_set_cs, | ^~~~~~~~~~~ ../include/trace/events/spi.h: In function ‘perf_trace_spi_message’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:102:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 102 | DECLARE_EVENT_CLASS(spi_message, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:102:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 102 | DECLARE_EVENT_CLASS(spi_message, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h: In function ‘perf_trace_spi_message_done’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ 141 | TRACE_EVENT(spi_message_done, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ 141 | TRACE_EVENT(spi_message_done, | ^~~~~~~~~~~ ../include/trace/events/spi.h: In function ‘perf_trace_spi_transfer’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:179:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 179 | DECLARE_EVENT_CLASS(spi_transfer, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:179:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 179 | DECLARE_EVENT_CLASS(spi_transfer, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/spi.h: In function ‘__bpf_trace_spi_controller’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(spi_controller, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(spi_controller, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h: In function ‘__bpf_trace_spi_setup’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:45:1: note: in expansion of macro ‘TRACE_EVENT’ 45 | TRACE_EVENT(spi_setup, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:45:1: note: in expansion of macro ‘TRACE_EVENT’ 45 | TRACE_EVENT(spi_setup, | ^~~~~~~~~~~ ../include/trace/events/spi.h: In function ‘__bpf_trace_spi_set_cs’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:78:1: note: in expansion of macro ‘TRACE_EVENT’ 78 | TRACE_EVENT(spi_set_cs, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:78:1: note: in expansion of macro ‘TRACE_EVENT’ 78 | TRACE_EVENT(spi_set_cs, | ^~~~~~~~~~~ ../include/trace/events/spi.h: In function ‘__bpf_trace_spi_message’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:102:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 102 | DECLARE_EVENT_CLASS(spi_message, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:102:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 102 | DECLARE_EVENT_CLASS(spi_message, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h: In function ‘__bpf_trace_spi_message_done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ 141 | TRACE_EVENT(spi_message_done, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ 141 | TRACE_EVENT(spi_message_done, | ^~~~~~~~~~~ ../include/trace/events/spi.h: In function ‘__bpf_trace_spi_transfer’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:179:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 179 | DECLARE_EVENT_CLASS(spi_transfer, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/spi.h:179:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 179 | DECLARE_EVENT_CLASS(spi_transfer, | ^~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: drivers/spi/spi.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: drivers/spi] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/block.h:609, from ../block/blk-core.c:45: ../include/trace/events/block.h: In function ‘trace_event_raw_event_block_buffer’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(block_buffer, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(block_buffer, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(block_buffer, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(block_buffer, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(block_buffer, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h: In function ‘trace_event_raw_event_block_rq_requeue’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(block_rq_requeue, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(block_rq_requeue, | ^~~~~~~~~~~ ../include/trace/events/block.h: In function ‘trace_event_raw_event_block_rq_completion’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:118:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 118 | DECLARE_EVENT_CLASS(block_rq_completion, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:118:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 118 | DECLARE_EVENT_CLASS(block_rq_completion, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h: In function ‘trace_event_raw_event_block_rq’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:190:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 190 | DECLARE_EVENT_CLASS(block_rq, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:190:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 190 | DECLARE_EVENT_CLASS(block_rq, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h: In function ‘trace_event_raw_event_block_bio_complete’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ 307 | TRACE_EVENT(block_bio_complete, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ 307 | TRACE_EVENT(block_bio_complete, | ^~~~~~~~~~~ ../include/trace/events/block.h: In function ‘trace_event_raw_event_block_bio’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:335:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 335 | DECLARE_EVENT_CLASS(block_bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:335:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 335 | DECLARE_EVENT_CLASS(block_bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h: In function ‘trace_event_raw_event_block_plug’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:430:1: note: in expansion of macro ‘TRACE_EVENT’ 430 | TRACE_EVENT(block_plug, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:430:1: note: in expansion of macro ‘TRACE_EVENT’ 430 | TRACE_EVENT(block_plug, | ^~~~~~~~~~~ ../include/trace/events/block.h: In function ‘trace_event_raw_event_block_unplug’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:447:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 447 | DECLARE_EVENT_CLASS(block_unplug, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:447:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 447 | DECLARE_EVENT_CLASS(block_unplug, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h: In function ‘trace_event_raw_event_block_split’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:492:1: note: in expansion of macro ‘TRACE_EVENT’ 492 | TRACE_EVENT(block_split, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:492:1: note: in expansion of macro ‘TRACE_EVENT’ 492 | TRACE_EVENT(block_split, | ^~~~~~~~~~~ ../include/trace/events/block.h: In function ‘trace_event_raw_event_block_bio_remap’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:530:1: note: in expansion of macro ‘TRACE_EVENT’ 530 | TRACE_EVENT(block_bio_remap, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:530:1: note: in expansion of macro ‘TRACE_EVENT’ 530 | TRACE_EVENT(block_bio_remap, | ^~~~~~~~~~~ ../include/trace/events/block.h: In function ‘trace_event_raw_event_block_rq_remap’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:572:1: note: in expansion of macro ‘TRACE_EVENT’ 572 | TRACE_EVENT(block_rq_remap, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:572:1: note: in expansion of macro ‘TRACE_EVENT’ 572 | TRACE_EVENT(block_rq_remap, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/block.h: In function ‘perf_trace_block_buffer’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(block_buffer, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(block_buffer, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h: In function ‘perf_trace_block_rq_requeue’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(block_rq_requeue, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(block_rq_requeue, | ^~~~~~~~~~~ ../include/trace/events/block.h: In function ‘perf_trace_block_rq_completion’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:118:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 118 | DECLARE_EVENT_CLASS(block_rq_completion, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:118:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 118 | DECLARE_EVENT_CLASS(block_rq_completion, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h: In function ‘perf_trace_block_rq’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:190:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 190 | DECLARE_EVENT_CLASS(block_rq, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:190:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 190 | DECLARE_EVENT_CLASS(block_rq, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h: In function ‘perf_trace_block_bio_complete’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ 307 | TRACE_EVENT(block_bio_complete, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ 307 | TRACE_EVENT(block_bio_complete, | ^~~~~~~~~~~ ../include/trace/events/block.h: In function ‘perf_trace_block_bio’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:335:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 335 | DECLARE_EVENT_CLASS(block_bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:335:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 335 | DECLARE_EVENT_CLASS(block_bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h: In function ‘perf_trace_block_plug’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:430:1: note: in expansion of macro ‘TRACE_EVENT’ 430 | TRACE_EVENT(block_plug, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:430:1: note: in expansion of macro ‘TRACE_EVENT’ 430 | TRACE_EVENT(block_plug, | ^~~~~~~~~~~ ../include/trace/events/block.h: In function ‘perf_trace_block_unplug’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:447:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 447 | DECLARE_EVENT_CLASS(block_unplug, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:447:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 447 | DECLARE_EVENT_CLASS(block_unplug, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h: In function ‘perf_trace_block_split’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:492:1: note: in expansion of macro ‘TRACE_EVENT’ 492 | TRACE_EVENT(block_split, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:492:1: note: in expansion of macro ‘TRACE_EVENT’ 492 | TRACE_EVENT(block_split, | ^~~~~~~~~~~ ../include/trace/events/block.h: In function ‘perf_trace_block_bio_remap’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:530:1: note: in expansion of macro ‘TRACE_EVENT’ 530 | TRACE_EVENT(block_bio_remap, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:530:1: note: in expansion of macro ‘TRACE_EVENT’ 530 | TRACE_EVENT(block_bio_remap, | ^~~~~~~~~~~ ../include/trace/events/block.h: In function ‘perf_trace_block_rq_remap’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:572:1: note: in expansion of macro ‘TRACE_EVENT’ 572 | TRACE_EVENT(block_rq_remap, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:572:1: note: in expansion of macro ‘TRACE_EVENT’ 572 | TRACE_EVENT(block_rq_remap, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/block.h: In function ‘__bpf_trace_block_buffer’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(block_buffer, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(block_buffer, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h: In function ‘__bpf_trace_block_rq_requeue’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(block_rq_requeue, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(block_rq_requeue, | ^~~~~~~~~~~ ../include/trace/events/block.h: In function ‘__bpf_trace_block_rq_completion’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:118:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 118 | DECLARE_EVENT_CLASS(block_rq_completion, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:118:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 118 | DECLARE_EVENT_CLASS(block_rq_completion, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h: In function ‘__bpf_trace_block_rq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:190:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 190 | DECLARE_EVENT_CLASS(block_rq, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:190:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 190 | DECLARE_EVENT_CLASS(block_rq, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h: In function ‘__bpf_trace_block_bio_complete’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ 307 | TRACE_EVENT(block_bio_complete, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ 307 | TRACE_EVENT(block_bio_complete, | ^~~~~~~~~~~ ../include/trace/events/block.h: In function ‘__bpf_trace_block_bio’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:335:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 335 | DECLARE_EVENT_CLASS(block_bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:335:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 335 | DECLARE_EVENT_CLASS(block_bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h: In function ‘__bpf_trace_block_plug’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:430:1: note: in expansion of macro ‘TRACE_EVENT’ 430 | TRACE_EVENT(block_plug, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:430:1: note: in expansion of macro ‘TRACE_EVENT’ 430 | TRACE_EVENT(block_plug, | ^~~~~~~~~~~ ../include/trace/events/block.h: In function ‘__bpf_trace_block_unplug’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:447:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 447 | DECLARE_EVENT_CLASS(block_unplug, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:447:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 447 | DECLARE_EVENT_CLASS(block_unplug, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h: In function ‘__bpf_trace_block_split’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:492:1: note: in expansion of macro ‘TRACE_EVENT’ 492 | TRACE_EVENT(block_split, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:492:1: note: in expansion of macro ‘TRACE_EVENT’ 492 | TRACE_EVENT(block_split, | ^~~~~~~~~~~ ../include/trace/events/block.h: In function ‘__bpf_trace_block_bio_remap’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:530:1: note: in expansion of macro ‘TRACE_EVENT’ 530 | TRACE_EVENT(block_bio_remap, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:530:1: note: in expansion of macro ‘TRACE_EVENT’ 530 | TRACE_EVENT(block_bio_remap, | ^~~~~~~~~~~ ../include/trace/events/block.h: In function ‘__bpf_trace_block_rq_remap’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:572:1: note: in expansion of macro ‘TRACE_EVENT’ 572 | TRACE_EVENT(block_rq_remap, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/block.h:572:1: note: in expansion of macro ‘TRACE_EVENT’ 572 | TRACE_EVENT(block_rq_remap, | ^~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:244: block/blk-core.o] Error 1 make[4]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/firewire_ohci.h:101, from ../drivers/firewire/ohci.c:51: ../include/trace/events/firewire_ohci.h: In function ‘trace_event_raw_event_irqs’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire_ohci.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(irqs, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire_ohci.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(irqs, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire_ohci.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(irqs, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire_ohci.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(irqs, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire_ohci.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(irqs, | ^~~~~~~~~~~ ../include/trace/events/firewire_ohci.h: In function ‘trace_event_raw_event_self_id_complete’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire_ohci.h:61:1: note: in expansion of macro ‘TRACE_EVENT’ 61 | TRACE_EVENT(self_id_complete, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire_ohci.h:61:1: note: in expansion of macro ‘TRACE_EVENT’ 61 | TRACE_EVENT(self_id_complete, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/firewire_ohci.h: In function ‘perf_trace_irqs’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire_ohci.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(irqs, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire_ohci.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(irqs, | ^~~~~~~~~~~ ../include/trace/events/firewire_ohci.h: In function ‘perf_trace_self_id_complete’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire_ohci.h:61:1: note: in expansion of macro ‘TRACE_EVENT’ 61 | TRACE_EVENT(self_id_complete, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire_ohci.h:61:1: note: in expansion of macro ‘TRACE_EVENT’ 61 | TRACE_EVENT(self_id_complete, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/firewire_ohci.h: In function ‘__bpf_trace_irqs’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire_ohci.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(irqs, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire_ohci.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(irqs, | ^~~~~~~~~~~ ../include/trace/events/firewire_ohci.h: In function ‘__bpf_trace_self_id_complete’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire_ohci.h:61:1: note: in expansion of macro ‘TRACE_EVENT’ 61 | TRACE_EVENT(self_id_complete, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire_ohci.h:61:1: note: in expansion of macro ‘TRACE_EVENT’ 61 | TRACE_EVENT(self_id_complete, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: drivers/firewire/ohci.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/percpu.h:137, from ../mm/percpu.c:97: ../include/trace/events/percpu.h: In function ‘trace_event_raw_event_percpu_alloc_percpu’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(percpu_alloc_percpu, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(percpu_alloc_percpu, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(percpu_alloc_percpu, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(percpu_alloc_percpu, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(percpu_alloc_percpu, | ^~~~~~~~~~~ ../include/trace/events/percpu.h: In function ‘trace_event_raw_event_percpu_free_percpu’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:54:1: note: in expansion of macro ‘TRACE_EVENT’ 54 | TRACE_EVENT(percpu_free_percpu, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:54:1: note: in expansion of macro ‘TRACE_EVENT’ 54 | TRACE_EVENT(percpu_free_percpu, | ^~~~~~~~~~~ ../include/trace/events/percpu.h: In function ‘trace_event_raw_event_percpu_alloc_percpu_fail’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ 76 | TRACE_EVENT(percpu_alloc_percpu_fail, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ 76 | TRACE_EVENT(percpu_alloc_percpu_fail, | ^~~~~~~~~~~ ../include/trace/events/percpu.h: In function ‘trace_event_raw_event_percpu_create_chunk’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ 101 | TRACE_EVENT(percpu_create_chunk, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ 101 | TRACE_EVENT(percpu_create_chunk, | ^~~~~~~~~~~ ../include/trace/events/percpu.h: In function ‘trace_event_raw_event_percpu_destroy_chunk’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ 118 | TRACE_EVENT(percpu_destroy_chunk, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ 118 | TRACE_EVENT(percpu_destroy_chunk, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/percpu.h: In function ‘perf_trace_percpu_alloc_percpu’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(percpu_alloc_percpu, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(percpu_alloc_percpu, | ^~~~~~~~~~~ ../include/trace/events/percpu.h: In function ‘perf_trace_percpu_free_percpu’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:54:1: note: in expansion of macro ‘TRACE_EVENT’ 54 | TRACE_EVENT(percpu_free_percpu, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:54:1: note: in expansion of macro ‘TRACE_EVENT’ 54 | TRACE_EVENT(percpu_free_percpu, | ^~~~~~~~~~~ ../include/trace/events/percpu.h: In function ‘perf_trace_percpu_alloc_percpu_fail’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ 76 | TRACE_EVENT(percpu_alloc_percpu_fail, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ 76 | TRACE_EVENT(percpu_alloc_percpu_fail, | ^~~~~~~~~~~ ../include/trace/events/percpu.h: In function ‘perf_trace_percpu_create_chunk’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ 101 | TRACE_EVENT(percpu_create_chunk, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ 101 | TRACE_EVENT(percpu_create_chunk, | ^~~~~~~~~~~ ../include/trace/events/percpu.h: In function ‘perf_trace_percpu_destroy_chunk’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ 118 | TRACE_EVENT(percpu_destroy_chunk, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ 118 | TRACE_EVENT(percpu_destroy_chunk, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/percpu.h: In function ‘__bpf_trace_percpu_alloc_percpu’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(percpu_alloc_percpu, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(percpu_alloc_percpu, | ^~~~~~~~~~~ ../include/trace/events/percpu.h: In function ‘__bpf_trace_percpu_free_percpu’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:54:1: note: in expansion of macro ‘TRACE_EVENT’ 54 | TRACE_EVENT(percpu_free_percpu, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:54:1: note: in expansion of macro ‘TRACE_EVENT’ 54 | TRACE_EVENT(percpu_free_percpu, | ^~~~~~~~~~~ ../include/trace/events/percpu.h: In function ‘__bpf_trace_percpu_alloc_percpu_fail’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ 76 | TRACE_EVENT(percpu_alloc_percpu_fail, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ 76 | TRACE_EVENT(percpu_alloc_percpu_fail, | ^~~~~~~~~~~ ../include/trace/events/percpu.h: In function ‘__bpf_trace_percpu_create_chunk’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ 101 | TRACE_EVENT(percpu_create_chunk, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ 101 | TRACE_EVENT(percpu_create_chunk, | ^~~~~~~~~~~ ../include/trace/events/percpu.h: In function ‘__bpf_trace_percpu_destroy_chunk’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ 118 | TRACE_EVENT(percpu_destroy_chunk, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/percpu.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ 118 | TRACE_EVENT(percpu_destroy_chunk, | ^~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:244: mm/percpu.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../arch/x86/include/asm/trace/irq_vectors.h:383, from ../arch/x86/kernel/irq.c:29: ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘trace_event_raw_event_x86_irq_vector’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:13:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 13 | DECLARE_EVENT_CLASS(x86_irq_vector, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:13:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 13 | DECLARE_EVENT_CLASS(x86_irq_vector, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:13:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 13 | DECLARE_EVENT_CLASS(x86_irq_vector, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:13:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 13 | DECLARE_EVENT_CLASS(x86_irq_vector, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:13:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 13 | DECLARE_EVENT_CLASS(x86_irq_vector, | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘trace_event_raw_event_vector_config’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:126:1: note: in expansion of macro ‘TRACE_EVENT’ 126 | TRACE_EVENT(vector_config, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:126:1: note: in expansion of macro ‘TRACE_EVENT’ 126 | TRACE_EVENT(vector_config, | ^~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘trace_event_raw_event_vector_mod’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:152:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 152 | DECLARE_EVENT_CLASS(vector_mod, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:152:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 152 | DECLARE_EVENT_CLASS(vector_mod, | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘trace_event_raw_event_vector_reserve’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:192:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 192 | DECLARE_EVENT_CLASS(vector_reserve, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:192:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 192 | DECLARE_EVENT_CLASS(vector_reserve, | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘trace_event_raw_event_vector_alloc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:219:1: note: in expansion of macro ‘TRACE_EVENT’ 219 | TRACE_EVENT(vector_alloc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:219:1: note: in expansion of macro ‘TRACE_EVENT’ 219 | TRACE_EVENT(vector_alloc, | ^~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘trace_event_raw_event_vector_alloc_managed’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:245:1: note: in expansion of macro ‘TRACE_EVENT’ 245 | TRACE_EVENT(vector_alloc_managed, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:245:1: note: in expansion of macro ‘TRACE_EVENT’ 245 | TRACE_EVENT(vector_alloc_managed, | ^~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘trace_event_raw_event_vector_activate’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:268:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 268 | DECLARE_EVENT_CLASS(vector_activate, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:268:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 268 | DECLARE_EVENT_CLASS(vector_activate, | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘trace_event_raw_event_vector_teardown’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:303:1: note: in expansion of macro ‘TRACE_EVENT’ 303 | TRACE_EVENT(vector_teardown, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:303:1: note: in expansion of macro ‘TRACE_EVENT’ 303 | TRACE_EVENT(vector_teardown, | ^~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘trace_event_raw_event_vector_setup’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:325:1: note: in expansion of macro ‘TRACE_EVENT’ 325 | TRACE_EVENT(vector_setup, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:325:1: note: in expansion of macro ‘TRACE_EVENT’ 325 | TRACE_EVENT(vector_setup, | ^~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘trace_event_raw_event_vector_free_moved’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:347:1: note: in expansion of macro ‘TRACE_EVENT’ 347 | TRACE_EVENT(vector_free_moved, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:347:1: note: in expansion of macro ‘TRACE_EVENT’ 347 | TRACE_EVENT(vector_free_moved, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘perf_trace_x86_irq_vector’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:13:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 13 | DECLARE_EVENT_CLASS(x86_irq_vector, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:13:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 13 | DECLARE_EVENT_CLASS(x86_irq_vector, | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘perf_trace_vector_config’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:126:1: note: in expansion of macro ‘TRACE_EVENT’ 126 | TRACE_EVENT(vector_config, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:126:1: note: in expansion of macro ‘TRACE_EVENT’ 126 | TRACE_EVENT(vector_config, | ^~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘perf_trace_vector_mod’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:152:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 152 | DECLARE_EVENT_CLASS(vector_mod, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:152:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 152 | DECLARE_EVENT_CLASS(vector_mod, | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘perf_trace_vector_reserve’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:192:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 192 | DECLARE_EVENT_CLASS(vector_reserve, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:192:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 192 | DECLARE_EVENT_CLASS(vector_reserve, | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘perf_trace_vector_alloc’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:219:1: note: in expansion of macro ‘TRACE_EVENT’ 219 | TRACE_EVENT(vector_alloc, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:219:1: note: in expansion of macro ‘TRACE_EVENT’ 219 | TRACE_EVENT(vector_alloc, | ^~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘perf_trace_vector_alloc_managed’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:245:1: note: in expansion of macro ‘TRACE_EVENT’ 245 | TRACE_EVENT(vector_alloc_managed, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:245:1: note: in expansion of macro ‘TRACE_EVENT’ 245 | TRACE_EVENT(vector_alloc_managed, | ^~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘perf_trace_vector_activate’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:268:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 268 | DECLARE_EVENT_CLASS(vector_activate, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:268:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 268 | DECLARE_EVENT_CLASS(vector_activate, | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘perf_trace_vector_teardown’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:303:1: note: in expansion of macro ‘TRACE_EVENT’ 303 | TRACE_EVENT(vector_teardown, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:303:1: note: in expansion of macro ‘TRACE_EVENT’ 303 | TRACE_EVENT(vector_teardown, | ^~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘perf_trace_vector_setup’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:325:1: note: in expansion of macro ‘TRACE_EVENT’ 325 | TRACE_EVENT(vector_setup, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:325:1: note: in expansion of macro ‘TRACE_EVENT’ 325 | TRACE_EVENT(vector_setup, | ^~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘perf_trace_vector_free_moved’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:347:1: note: in expansion of macro ‘TRACE_EVENT’ 347 | TRACE_EVENT(vector_free_moved, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:347:1: note: in expansion of macro ‘TRACE_EVENT’ 347 | TRACE_EVENT(vector_free_moved, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘__bpf_trace_x86_irq_vector’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:13:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 13 | DECLARE_EVENT_CLASS(x86_irq_vector, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:13:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 13 | DECLARE_EVENT_CLASS(x86_irq_vector, | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘__bpf_trace_vector_config’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:126:1: note: in expansion of macro ‘TRACE_EVENT’ 126 | TRACE_EVENT(vector_config, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:126:1: note: in expansion of macro ‘TRACE_EVENT’ 126 | TRACE_EVENT(vector_config, | ^~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘__bpf_trace_vector_mod’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:152:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 152 | DECLARE_EVENT_CLASS(vector_mod, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:152:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 152 | DECLARE_EVENT_CLASS(vector_mod, | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘__bpf_trace_vector_reserve’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:192:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 192 | DECLARE_EVENT_CLASS(vector_reserve, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:192:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 192 | DECLARE_EVENT_CLASS(vector_reserve, | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘__bpf_trace_vector_alloc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:219:1: note: in expansion of macro ‘TRACE_EVENT’ 219 | TRACE_EVENT(vector_alloc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:219:1: note: in expansion of macro ‘TRACE_EVENT’ 219 | TRACE_EVENT(vector_alloc, | ^~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘__bpf_trace_vector_alloc_managed’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:245:1: note: in expansion of macro ‘TRACE_EVENT’ 245 | TRACE_EVENT(vector_alloc_managed, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:245:1: note: in expansion of macro ‘TRACE_EVENT’ 245 | TRACE_EVENT(vector_alloc_managed, | ^~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘__bpf_trace_vector_activate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:268:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 268 | DECLARE_EVENT_CLASS(vector_activate, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:268:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 268 | DECLARE_EVENT_CLASS(vector_activate, | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘__bpf_trace_vector_teardown’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:303:1: note: in expansion of macro ‘TRACE_EVENT’ 303 | TRACE_EVENT(vector_teardown, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:303:1: note: in expansion of macro ‘TRACE_EVENT’ 303 | TRACE_EVENT(vector_teardown, | ^~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘__bpf_trace_vector_setup’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:325:1: note: in expansion of macro ‘TRACE_EVENT’ 325 | TRACE_EVENT(vector_setup, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:325:1: note: in expansion of macro ‘TRACE_EVENT’ 325 | TRACE_EVENT(vector_setup, | ^~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘__bpf_trace_vector_free_moved’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:347:1: note: in expansion of macro ‘TRACE_EVENT’ 347 | TRACE_EVENT(vector_free_moved, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:347:1: note: in expansion of macro ‘TRACE_EVENT’ 347 | TRACE_EVENT(vector_free_moved, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: arch/x86/kernel/irq.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: arch/x86/kernel] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/wireless/ath/ath5k/trace.h:105, from ../drivers/net/wireless/ath/ath5k/base.c:73: ../drivers/net/wireless/ath/ath5k/./trace.h: In function ‘trace_event_raw_event_ath5k_rx’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath5k/./trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(ath5k_rx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath5k/./trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(ath5k_rx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath5k/./trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(ath5k_rx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath5k/./trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(ath5k_rx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath5k/./trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(ath5k_rx, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath5k/./trace.h: In function ‘trace_event_raw_event_ath5k_tx’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath5k/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ 39 | TRACE_EVENT(ath5k_tx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath5k/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ 39 | TRACE_EVENT(ath5k_tx, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath5k/./trace.h: In function ‘trace_event_raw_event_ath5k_tx_complete’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath5k/./trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ 65 | TRACE_EVENT(ath5k_tx_complete, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath5k/./trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ 65 | TRACE_EVENT(ath5k_tx_complete, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/net/wireless/ath/ath5k/./trace.h: In function ‘perf_trace_ath5k_rx’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath5k/./trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(ath5k_rx, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath5k/./trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(ath5k_rx, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath5k/./trace.h: In function ‘perf_trace_ath5k_tx’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath5k/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ 39 | TRACE_EVENT(ath5k_tx, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath5k/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ 39 | TRACE_EVENT(ath5k_tx, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath5k/./trace.h: In function ‘perf_trace_ath5k_tx_complete’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath5k/./trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ 65 | TRACE_EVENT(ath5k_tx_complete, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath5k/./trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ 65 | TRACE_EVENT(ath5k_tx_complete, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/wireless/ath/ath5k/./trace.h: In function ‘__bpf_trace_ath5k_rx’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath5k/./trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(ath5k_rx, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath5k/./trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(ath5k_rx, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath5k/./trace.h: In function ‘__bpf_trace_ath5k_tx’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath5k/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ 39 | TRACE_EVENT(ath5k_tx, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath5k/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ 39 | TRACE_EVENT(ath5k_tx, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath5k/./trace.h: In function ‘__bpf_trace_ath5k_tx_complete’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath5k/./trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ 65 | TRACE_EVENT(ath5k_tx_complete, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath5k/./trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ 65 | TRACE_EVENT(ath5k_tx_complete, | ^~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/ath/ath5k/base.o] Error 1 make[7]: *** [../scripts/Makefile.build:485: drivers/net/wireless/ath/ath5k] Error 2 In file included from ../include/trace/define_trace.h:108, from ../sound/soc/intel/catpt/trace.h:83, from ../sound/soc/intel/catpt/device.c:29: ../sound/soc/intel/catpt/./trace.h: In function ‘trace_event_raw_event_catpt_ipc_msg’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/catpt/./trace.h:17:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 17 | DECLARE_EVENT_CLASS(catpt_ipc_msg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/catpt/./trace.h:17:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 17 | DECLARE_EVENT_CLASS(catpt_ipc_msg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/catpt/./trace.h:17:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 17 | DECLARE_EVENT_CLASS(catpt_ipc_msg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/catpt/./trace.h:17:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 17 | DECLARE_EVENT_CLASS(catpt_ipc_msg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/catpt/./trace.h:17:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 17 | DECLARE_EVENT_CLASS(catpt_ipc_msg, | ^~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/catpt/./trace.h: In function ‘trace_event_raw_event_catpt_ipc_payload’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../sound/soc/intel/catpt/./trace.h:54:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 54 | TRACE_EVENT_CONDITION(catpt_ipc_payload, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../sound/soc/intel/catpt/./trace.h:54:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 54 | TRACE_EVENT_CONDITION(catpt_ipc_payload, | ^~~~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../sound/soc/intel/catpt/./trace.h: In function ‘perf_trace_catpt_ipc_msg’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/catpt/./trace.h:17:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 17 | DECLARE_EVENT_CLASS(catpt_ipc_msg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/catpt/./trace.h:17:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 17 | DECLARE_EVENT_CLASS(catpt_ipc_msg, | ^~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/catpt/./trace.h: In function ‘perf_trace_catpt_ipc_payload’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../sound/soc/intel/catpt/./trace.h:54:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 54 | TRACE_EVENT_CONDITION(catpt_ipc_payload, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../sound/soc/intel/catpt/./trace.h:54:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 54 | TRACE_EVENT_CONDITION(catpt_ipc_payload, | ^~~~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../sound/soc/intel/catpt/./trace.h: In function ‘__bpf_trace_catpt_ipc_msg’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/catpt/./trace.h:17:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 17 | DECLARE_EVENT_CLASS(catpt_ipc_msg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/catpt/./trace.h:17:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 17 | DECLARE_EVENT_CLASS(catpt_ipc_msg, | ^~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/catpt/./trace.h: In function ‘__bpf_trace_catpt_ipc_payload’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../sound/soc/intel/catpt/./trace.h:54:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 54 | TRACE_EVENT_CONDITION(catpt_ipc_payload, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../sound/soc/intel/catpt/./trace.h:54:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 54 | TRACE_EVENT_CONDITION(catpt_ipc_payload, | ^~~~~~~~~~~~~~~~~~~~~ make[7]: *** [../scripts/Makefile.build:244: sound/soc/intel/catpt/device.o] Error 1 make[6]: *** [../scripts/Makefile.build:485: sound/soc/intel/catpt] Error 2 make[6]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/intel-sst.h:156, from ../sound/soc/intel/common/sst-dsp.c:20: ../include/trace/events/intel-sst.h: In function ‘trace_event_raw_event_sst_ipc_msg’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/intel-sst.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 19 | DECLARE_EVENT_CLASS(sst_ipc_msg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/intel-sst.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 19 | DECLARE_EVENT_CLASS(sst_ipc_msg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/intel-sst.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 19 | DECLARE_EVENT_CLASS(sst_ipc_msg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/intel-sst.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 19 | DECLARE_EVENT_CLASS(sst_ipc_msg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/intel-sst.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 19 | DECLARE_EVENT_CLASS(sst_ipc_msg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/intel-sst.h: In function ‘trace_event_raw_event_sst_ipc_mailbox’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/intel-sst.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 52 | DECLARE_EVENT_CLASS(sst_ipc_mailbox, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/intel-sst.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 52 | DECLARE_EVENT_CLASS(sst_ipc_mailbox, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/intel-sst.h: In function ‘trace_event_raw_event_sst_ipc_mailbox_info’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/intel-sst.h:104:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 104 | DECLARE_EVENT_CLASS(sst_ipc_mailbox_info, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/intel-sst.h:104:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 104 | DECLARE_EVENT_CLASS(sst_ipc_mailbox_info, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/intel-sst.h: In function ‘perf_trace_sst_ipc_msg’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/intel-sst.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 19 | DECLARE_EVENT_CLASS(sst_ipc_msg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/intel-sst.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 19 | DECLARE_EVENT_CLASS(sst_ipc_msg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/intel-sst.h: In function ‘perf_trace_sst_ipc_mailbox’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/intel-sst.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 52 | DECLARE_EVENT_CLASS(sst_ipc_mailbox, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/intel-sst.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 52 | DECLARE_EVENT_CLASS(sst_ipc_mailbox, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/intel-sst.h: In function ‘perf_trace_sst_ipc_mailbox_info’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/intel-sst.h:104:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 104 | DECLARE_EVENT_CLASS(sst_ipc_mailbox_info, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/intel-sst.h:104:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 104 | DECLARE_EVENT_CLASS(sst_ipc_mailbox_info, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/intel-sst.h: In function ‘__bpf_trace_sst_ipc_msg’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/intel-sst.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 19 | DECLARE_EVENT_CLASS(sst_ipc_msg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/intel-sst.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 19 | DECLARE_EVENT_CLASS(sst_ipc_msg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/intel-sst.h: In function ‘__bpf_trace_sst_ipc_mailbox’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/intel-sst.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 52 | DECLARE_EVENT_CLASS(sst_ipc_mailbox, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/intel-sst.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 52 | DECLARE_EVENT_CLASS(sst_ipc_mailbox, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/intel-sst.h: In function ‘__bpf_trace_sst_ipc_mailbox_info’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/intel-sst.h:104:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 104 | DECLARE_EVENT_CLASS(sst_ipc_mailbox_info, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/intel-sst.h:104:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 104 | DECLARE_EVENT_CLASS(sst_ipc_mailbox_info, | ^~~~~~~~~~~~~~~~~~~ make[7]: *** [../scripts/Makefile.build:244: sound/soc/intel/common/sst-dsp.o] Error 1 make[6]: *** [../scripts/Makefile.build:485: sound/soc/intel/common] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/iocost.h:225, from ../block/blk-iocost.c:751: ../include/trace/events/iocost.h: In function ‘trace_event_raw_event_iocost_iocg_state’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(iocost_iocg_state, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(iocost_iocg_state, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(iocost_iocg_state, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(iocost_iocg_state, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(iocost_iocg_state, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h: In function ‘trace_event_raw_event_iocg_inuse_update’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h:76:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 76 | DECLARE_EVENT_CLASS(iocg_inuse_update, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h:76:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 76 | DECLARE_EVENT_CLASS(iocg_inuse_update, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h: In function ‘trace_event_raw_event_iocost_ioc_vrate_adj’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h:142:1: note: in expansion of macro ‘TRACE_EVENT’ 142 | TRACE_EVENT(iocost_ioc_vrate_adj, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h:142:1: note: in expansion of macro ‘TRACE_EVENT’ 142 | TRACE_EVENT(iocost_ioc_vrate_adj, | ^~~~~~~~~~~ ../include/trace/events/iocost.h: In function ‘trace_event_raw_event_iocost_iocg_forgive_debt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h:181:1: note: in expansion of macro ‘TRACE_EVENT’ 181 | TRACE_EVENT(iocost_iocg_forgive_debt, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h:181:1: note: in expansion of macro ‘TRACE_EVENT’ 181 | TRACE_EVENT(iocost_iocg_forgive_debt, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/iocost.h: In function ‘perf_trace_iocost_iocg_state’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(iocost_iocg_state, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(iocost_iocg_state, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h: In function ‘perf_trace_iocg_inuse_update’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h:76:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 76 | DECLARE_EVENT_CLASS(iocg_inuse_update, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h:76:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 76 | DECLARE_EVENT_CLASS(iocg_inuse_update, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h: In function ‘perf_trace_iocost_ioc_vrate_adj’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h:142:1: note: in expansion of macro ‘TRACE_EVENT’ 142 | TRACE_EVENT(iocost_ioc_vrate_adj, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h:142:1: note: in expansion of macro ‘TRACE_EVENT’ 142 | TRACE_EVENT(iocost_ioc_vrate_adj, | ^~~~~~~~~~~ ../include/trace/events/iocost.h: In function ‘perf_trace_iocost_iocg_forgive_debt’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h:181:1: note: in expansion of macro ‘TRACE_EVENT’ 181 | TRACE_EVENT(iocost_iocg_forgive_debt, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h:181:1: note: in expansion of macro ‘TRACE_EVENT’ 181 | TRACE_EVENT(iocost_iocg_forgive_debt, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/iocost.h: In function ‘__bpf_trace_iocost_iocg_state’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(iocost_iocg_state, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(iocost_iocg_state, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h: In function ‘__bpf_trace_iocg_inuse_update’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h:76:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 76 | DECLARE_EVENT_CLASS(iocg_inuse_update, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h:76:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 76 | DECLARE_EVENT_CLASS(iocg_inuse_update, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h: In function ‘__bpf_trace_iocost_ioc_vrate_adj’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h:142:1: note: in expansion of macro ‘TRACE_EVENT’ 142 | TRACE_EVENT(iocost_ioc_vrate_adj, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h:142:1: note: in expansion of macro ‘TRACE_EVENT’ 142 | TRACE_EVENT(iocost_ioc_vrate_adj, | ^~~~~~~~~~~ ../include/trace/events/iocost.h: In function ‘__bpf_trace_iocost_iocg_forgive_debt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h:181:1: note: in expansion of macro ‘TRACE_EVENT’ 181 | TRACE_EVENT(iocost_iocg_forgive_debt, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iocost.h:181:1: note: in expansion of macro ‘TRACE_EVENT’ 181 | TRACE_EVENT(iocost_iocg_forgive_debt, | ^~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:244: block/blk-iocost.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/tracepoint.h:140, from ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/tracepoint.c:12: ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘trace_event_raw_event_brcmf_err’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(brcmf_err, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(brcmf_err, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(brcmf_err, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(brcmf_err, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(brcmf_err, | ^~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘trace_event_raw_event_brcmf_dbg’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(brcmf_dbg, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(brcmf_dbg, | ^~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘trace_event_raw_event_brcmf_hexdump’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(brcmf_hexdump, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(brcmf_hexdump, | ^~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘trace_event_raw_event_brcmf_bcdchdr’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:82:1: note: in expansion of macro ‘TRACE_EVENT’ 82 | TRACE_EVENT(brcmf_bcdchdr, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:82:1: note: in expansion of macro ‘TRACE_EVENT’ 82 | TRACE_EVENT(brcmf_bcdchdr, | ^~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘trace_event_raw_event_brcmf_sdpcm_hdr’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ 113 | TRACE_EVENT(brcmf_sdpcm_hdr, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ 113 | TRACE_EVENT(brcmf_sdpcm_hdr, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘perf_trace_brcmf_err’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(brcmf_err, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(brcmf_err, | ^~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘perf_trace_brcmf_dbg’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(brcmf_dbg, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(brcmf_dbg, | ^~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘perf_trace_brcmf_hexdump’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(brcmf_hexdump, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(brcmf_hexdump, | ^~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘perf_trace_brcmf_bcdchdr’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:82:1: note: in expansion of macro ‘TRACE_EVENT’ 82 | TRACE_EVENT(brcmf_bcdchdr, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:82:1: note: in expansion of macro ‘TRACE_EVENT’ 82 | TRACE_EVENT(brcmf_bcdchdr, | ^~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘perf_trace_brcmf_sdpcm_hdr’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ 113 | TRACE_EVENT(brcmf_sdpcm_hdr, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ 113 | TRACE_EVENT(brcmf_sdpcm_hdr, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘__bpf_trace_brcmf_err’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(brcmf_err, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(brcmf_err, | ^~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘__bpf_trace_brcmf_dbg’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(brcmf_dbg, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(brcmf_dbg, | ^~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘__bpf_trace_brcmf_hexdump’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(brcmf_hexdump, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(brcmf_hexdump, | ^~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘__bpf_trace_brcmf_bcdchdr’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:82:1: note: in expansion of macro ‘TRACE_EVENT’ 82 | TRACE_EVENT(brcmf_bcdchdr, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:82:1: note: in expansion of macro ‘TRACE_EVENT’ 82 | TRACE_EVENT(brcmf_bcdchdr, | ^~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘__bpf_trace_brcmf_sdpcm_hdr’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ 113 | TRACE_EVENT(brcmf_sdpcm_hdr, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ 113 | TRACE_EVENT(brcmf_sdpcm_hdr, | ^~~~~~~~~~~ make[9]: *** [../scripts/Makefile.build:244: drivers/net/wireless/broadcom/brcm80211/brcmfmac/tracepoint.o] Error 1 make[8]: *** [../scripts/Makefile.build:485: drivers/net/wireless/broadcom/brcm80211/brcmfmac] Error 2 make[8]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/iscsi.h:107, from ../drivers/scsi/scsi_transport_iscsi.c:30: ../include/trace/events/iscsi.h: In function ‘trace_event_raw_event_iscsi_log_msg’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iscsi.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(iscsi_log_msg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iscsi.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(iscsi_log_msg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iscsi.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(iscsi_log_msg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iscsi.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(iscsi_log_msg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iscsi.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(iscsi_log_msg, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/iscsi.h: In function ‘perf_trace_iscsi_log_msg’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iscsi.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(iscsi_log_msg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/iscsi.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(iscsi_log_msg, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/iscsi.h: In function ‘__bpf_trace_iscsi_log_msg’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iscsi.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(iscsi_log_msg, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/iscsi.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 21 | DECLARE_EVENT_CLASS(iscsi_log_msg, | ^~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: drivers/scsi/scsi_transport_iscsi.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: drivers/scsi] Error 2 In file included from ../include/trace/define_trace.h:108, from ../sound/soc/intel/avs/trace.h:154, from ../sound/soc/intel/avs/trace.c:12: ../sound/soc/intel/avs/./trace.h: In function ‘trace_event_raw_event_avs_dsp_core_op’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(avs_dsp_core_op, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(avs_dsp_core_op, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(avs_dsp_core_op, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(avs_dsp_core_op, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(avs_dsp_core_op, | ^~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h: In function ‘trace_event_raw_event_avs_ipc_msg_hdr’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h:59:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 59 | DECLARE_EVENT_CLASS(avs_ipc_msg_hdr, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h:59:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 59 | DECLARE_EVENT_CLASS(avs_ipc_msg_hdr, | ^~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h: In function ‘trace_event_raw_event_avs_ipc_msg_payload’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h:96:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 96 | TRACE_EVENT_CONDITION(avs_ipc_msg_payload, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h:96:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 96 | TRACE_EVENT_CONDITION(avs_ipc_msg_payload, | ^~~~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h: In function ‘trace_event_raw_event_avs_d0ix’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h:125:1: note: in expansion of macro ‘TRACE_EVENT’ 125 | TRACE_EVENT(avs_d0ix, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h:125:1: note: in expansion of macro ‘TRACE_EVENT’ 125 | TRACE_EVENT(avs_d0ix, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../sound/soc/intel/avs/./trace.h: In function ‘perf_trace_avs_dsp_core_op’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(avs_dsp_core_op, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(avs_dsp_core_op, | ^~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h: In function ‘perf_trace_avs_ipc_msg_hdr’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h:59:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 59 | DECLARE_EVENT_CLASS(avs_ipc_msg_hdr, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h:59:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 59 | DECLARE_EVENT_CLASS(avs_ipc_msg_hdr, | ^~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h: In function ‘perf_trace_avs_ipc_msg_payload’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h:96:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 96 | TRACE_EVENT_CONDITION(avs_ipc_msg_payload, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h:96:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 96 | TRACE_EVENT_CONDITION(avs_ipc_msg_payload, | ^~~~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h: In function ‘perf_trace_avs_d0ix’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h:125:1: note: in expansion of macro ‘TRACE_EVENT’ 125 | TRACE_EVENT(avs_d0ix, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h:125:1: note: in expansion of macro ‘TRACE_EVENT’ 125 | TRACE_EVENT(avs_d0ix, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../sound/soc/intel/avs/./trace.h: In function ‘__bpf_trace_avs_dsp_core_op’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(avs_dsp_core_op, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ 11 | TRACE_EVENT(avs_dsp_core_op, | ^~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h: In function ‘__bpf_trace_avs_ipc_msg_hdr’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h:59:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 59 | DECLARE_EVENT_CLASS(avs_ipc_msg_hdr, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h:59:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 59 | DECLARE_EVENT_CLASS(avs_ipc_msg_hdr, | ^~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h: In function ‘__bpf_trace_avs_ipc_msg_payload’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h:96:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 96 | TRACE_EVENT_CONDITION(avs_ipc_msg_payload, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h:96:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 96 | TRACE_EVENT_CONDITION(avs_ipc_msg_payload, | ^~~~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h: In function ‘__bpf_trace_avs_d0ix’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h:125:1: note: in expansion of macro ‘TRACE_EVENT’ 125 | TRACE_EVENT(avs_d0ix, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../sound/soc/intel/avs/./trace.h:125:1: note: in expansion of macro ‘TRACE_EVENT’ 125 | TRACE_EVENT(avs_d0ix, | ^~~~~~~~~~~ make[7]: *** [../scripts/Makefile.build:244: sound/soc/intel/avs/trace.o] Error 1 make[6]: *** [../scripts/Makefile.build:485: sound/soc/intel/avs] Error 2 make[5]: *** [../scripts/Makefile.build:485: sound/soc/intel] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/ethernet/freescale/dpaa/dpaa_eth_trace.h:115, from ../drivers/net/ethernet/freescale/dpaa/dpaa_eth.c:45: ../drivers/net/ethernet/freescale/dpaa/./dpaa_eth_trace.h: In function ‘trace_event_raw_event_dpaa_eth_fd’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa/./dpaa_eth_trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(dpaa_eth_fd, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa/./dpaa_eth_trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(dpaa_eth_fd, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa/./dpaa_eth_trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(dpaa_eth_fd, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa/./dpaa_eth_trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(dpaa_eth_fd, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa/./dpaa_eth_trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(dpaa_eth_fd, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/net/ethernet/freescale/dpaa/./dpaa_eth_trace.h: In function ‘perf_trace_dpaa_eth_fd’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa/./dpaa_eth_trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(dpaa_eth_fd, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa/./dpaa_eth_trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(dpaa_eth_fd, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/ethernet/freescale/dpaa/./dpaa_eth_trace.h: In function ‘__bpf_trace_dpaa_eth_fd’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa/./dpaa_eth_trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(dpaa_eth_fd, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa/./dpaa_eth_trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(dpaa_eth_fd, | ^~~~~~~~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/freescale/dpaa/dpaa_eth.o] Error 1 make[7]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/freescale/dpaa] Error 2 make[7]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../fs/ext2/trace.h:94, from ../fs/ext2/trace.c:6: ../fs/ext2/./trace.h: In function ‘trace_event_raw_event_ext2_dio_class’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ext2/./trace.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(ext2_dio_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ext2/./trace.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(ext2_dio_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ext2/./trace.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(ext2_dio_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ext2/./trace.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(ext2_dio_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ext2/./trace.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(ext2_dio_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/ext2/./trace.h: In function ‘trace_event_raw_event_ext2_dio_write_endio’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ext2/./trace.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ 55 | TRACE_EVENT(ext2_dio_write_endio, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ext2/./trace.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ 55 | TRACE_EVENT(ext2_dio_write_endio, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../fs/ext2/./trace.h: In function ‘perf_trace_ext2_dio_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ext2/./trace.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(ext2_dio_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ext2/./trace.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(ext2_dio_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/ext2/./trace.h: In function ‘perf_trace_ext2_dio_write_endio’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ext2/./trace.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ 55 | TRACE_EVENT(ext2_dio_write_endio, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ext2/./trace.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ 55 | TRACE_EVENT(ext2_dio_write_endio, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../fs/ext2/./trace.h: In function ‘__bpf_trace_ext2_dio_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ext2/./trace.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(ext2_dio_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ext2/./trace.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 11 | DECLARE_EVENT_CLASS(ext2_dio_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/ext2/./trace.h: In function ‘__bpf_trace_ext2_dio_write_endio’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ext2/./trace.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ 55 | TRACE_EVENT(ext2_dio_write_endio, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ext2/./trace.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ 55 | TRACE_EVENT(ext2_dio_write_endio, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: fs/ext2/trace.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: fs/ext2] Error 2 make[4]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/wbt.h:158, from ../block/blk-wbt.c:35: ../include/trace/events/wbt.h: In function ‘trace_event_raw_event_wbt_stat’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/wbt.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(wbt_stat, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/wbt.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(wbt_stat, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/wbt.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(wbt_stat, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/wbt.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(wbt_stat, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/wbt.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(wbt_stat, | ^~~~~~~~~~~ ../include/trace/events/wbt.h: In function ‘trace_event_raw_event_wbt_lat’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/wbt.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(wbt_lat, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/wbt.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(wbt_lat, | ^~~~~~~~~~~ ../include/trace/events/wbt.h: In function ‘trace_event_raw_event_wbt_step’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/wbt.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(wbt_step, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/wbt.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(wbt_step, | ^~~~~~~~~~~ ../include/trace/events/wbt.h: In function ‘trace_event_raw_event_wbt_timer’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/wbt.h:129:1: note: in expansion of macro ‘TRACE_EVENT’ 129 | TRACE_EVENT(wbt_timer, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/wbt.h:129:1: note: in expansion of macro ‘TRACE_EVENT’ 129 | TRACE_EVENT(wbt_timer, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/wbt.h: In function ‘perf_trace_wbt_stat’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/wbt.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(wbt_stat, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/wbt.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(wbt_stat, | ^~~~~~~~~~~ ../include/trace/events/wbt.h: In function ‘perf_trace_wbt_lat’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/wbt.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(wbt_lat, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/wbt.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(wbt_lat, | ^~~~~~~~~~~ ../include/trace/events/wbt.h: In function ‘perf_trace_wbt_step’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/wbt.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(wbt_step, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/wbt.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(wbt_step, | ^~~~~~~~~~~ ../include/trace/events/wbt.h: In function ‘perf_trace_wbt_timer’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/wbt.h:129:1: note: in expansion of macro ‘TRACE_EVENT’ 129 | TRACE_EVENT(wbt_timer, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/wbt.h:129:1: note: in expansion of macro ‘TRACE_EVENT’ 129 | TRACE_EVENT(wbt_timer, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/wbt.h: In function ‘__bpf_trace_wbt_stat’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/wbt.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(wbt_stat, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/wbt.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(wbt_stat, | ^~~~~~~~~~~ ../include/trace/events/wbt.h: In function ‘__bpf_trace_wbt_lat’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/wbt.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(wbt_lat, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/wbt.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(wbt_lat, | ^~~~~~~~~~~ ../include/trace/events/wbt.h: In function ‘__bpf_trace_wbt_step’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/wbt.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(wbt_step, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/wbt.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(wbt_step, | ^~~~~~~~~~~ ../include/trace/events/wbt.h: In function ‘__bpf_trace_wbt_timer’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/wbt.h:129:1: note: in expansion of macro ‘TRACE_EVENT’ 129 | TRACE_EVENT(wbt_timer, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/wbt.h:129:1: note: in expansion of macro ‘TRACE_EVENT’ 129 | TRACE_EVENT(wbt_timer, | ^~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:244: block/blk-wbt.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/kyber.h:95, from ../block/kyber-iosched.c:23: ../include/trace/events/kyber.h: In function ‘trace_event_raw_event_kyber_latency’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kyber.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(kyber_latency, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kyber.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(kyber_latency, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kyber.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(kyber_latency, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kyber.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(kyber_latency, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kyber.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(kyber_latency, | ^~~~~~~~~~~ ../include/trace/events/kyber.h: In function ‘trace_event_raw_event_kyber_adjust’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kyber.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ 48 | TRACE_EVENT(kyber_adjust, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kyber.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ 48 | TRACE_EVENT(kyber_adjust, | ^~~~~~~~~~~ ../include/trace/events/kyber.h: In function ‘trace_event_raw_event_kyber_throttled’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kyber.h:71:1: note: in expansion of macro ‘TRACE_EVENT’ 71 | TRACE_EVENT(kyber_throttled, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kyber.h:71:1: note: in expansion of macro ‘TRACE_EVENT’ 71 | TRACE_EVENT(kyber_throttled, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/kyber.h: In function ‘perf_trace_kyber_latency’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kyber.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(kyber_latency, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kyber.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(kyber_latency, | ^~~~~~~~~~~ ../include/trace/events/kyber.h: In function ‘perf_trace_kyber_adjust’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kyber.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ 48 | TRACE_EVENT(kyber_adjust, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kyber.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ 48 | TRACE_EVENT(kyber_adjust, | ^~~~~~~~~~~ ../include/trace/events/kyber.h: In function ‘perf_trace_kyber_throttled’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kyber.h:71:1: note: in expansion of macro ‘TRACE_EVENT’ 71 | TRACE_EVENT(kyber_throttled, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kyber.h:71:1: note: in expansion of macro ‘TRACE_EVENT’ 71 | TRACE_EVENT(kyber_throttled, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/kyber.h: In function ‘__bpf_trace_kyber_latency’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kyber.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(kyber_latency, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kyber.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(kyber_latency, | ^~~~~~~~~~~ ../include/trace/events/kyber.h: In function ‘__bpf_trace_kyber_adjust’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kyber.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ 48 | TRACE_EVENT(kyber_adjust, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kyber.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ 48 | TRACE_EVENT(kyber_adjust, | ^~~~~~~~~~~ ../include/trace/events/kyber.h: In function ‘__bpf_trace_kyber_throttled’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kyber.h:71:1: note: in expansion of macro ‘TRACE_EVENT’ 71 | TRACE_EVENT(kyber_throttled, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kyber.h:71:1: note: in expansion of macro ‘TRACE_EVENT’ 71 | TRACE_EVENT(kyber_throttled, | ^~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:244: block/kyber-iosched.o] Error 1 make[3]: *** [../scripts/Makefile.build:485: block] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/wireless/mediatek/mt76/trace.h:111, from ../drivers/net/wireless/mediatek/mt76/trace.c:10: ../drivers/net/wireless/mediatek/mt76/./trace.h: In function ‘trace_event_raw_event_dev_reg_evt’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./trace.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 32 | DECLARE_EVENT_CLASS(dev_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./trace.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 32 | DECLARE_EVENT_CLASS(dev_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./trace.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 32 | DECLARE_EVENT_CLASS(dev_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./trace.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 32 | DECLARE_EVENT_CLASS(dev_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./trace.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 32 | DECLARE_EVENT_CLASS(dev_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./trace.h: In function ‘trace_event_raw_event_dev_irq’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./trace.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(dev_irq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./trace.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(dev_irq, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./trace.h: In function ‘trace_event_raw_event_dev_txid_evt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./trace.h:82:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 82 | DECLARE_EVENT_CLASS(dev_txid_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./trace.h:82:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 82 | DECLARE_EVENT_CLASS(dev_txid_evt, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/net/wireless/mediatek/mt76/./trace.h: In function ‘perf_trace_dev_reg_evt’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./trace.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 32 | DECLARE_EVENT_CLASS(dev_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./trace.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 32 | DECLARE_EVENT_CLASS(dev_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./trace.h: In function ‘perf_trace_dev_irq’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./trace.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(dev_irq, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./trace.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(dev_irq, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./trace.h: In function ‘perf_trace_dev_txid_evt’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./trace.h:82:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 82 | DECLARE_EVENT_CLASS(dev_txid_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./trace.h:82:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 82 | DECLARE_EVENT_CLASS(dev_txid_evt, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/wireless/mediatek/mt76/./trace.h: In function ‘__bpf_trace_dev_reg_evt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./trace.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 32 | DECLARE_EVENT_CLASS(dev_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./trace.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 32 | DECLARE_EVENT_CLASS(dev_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./trace.h: In function ‘__bpf_trace_dev_irq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./trace.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(dev_irq, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./trace.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(dev_irq, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./trace.h: In function ‘__bpf_trace_dev_txid_evt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./trace.h:82:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 82 | DECLARE_EVENT_CLASS(dev_txid_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./trace.h:82:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 82 | DECLARE_EVENT_CLASS(dev_txid_evt, | ^~~~~~~~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/mediatek/mt76/trace.o] Error 1 make[8]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../drivers/net/wireless/mediatek/mt76/usb_trace.h:86, from ../drivers/net/wireless/mediatek/mt76/usb_trace.c:10: ../drivers/net/wireless/mediatek/mt76/./usb_trace.h: In function ‘trace_event_raw_event_dev_reg_evt’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./usb_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(dev_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./usb_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(dev_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./usb_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(dev_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./usb_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(dev_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./usb_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(dev_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./usb_trace.h: In function ‘trace_event_raw_event_urb_transfer’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./usb_trace.h:54:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 54 | DECLARE_EVENT_CLASS(urb_transfer, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./usb_trace.h:54:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 54 | DECLARE_EVENT_CLASS(urb_transfer, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/net/wireless/mediatek/mt76/./usb_trace.h: In function ‘perf_trace_dev_reg_evt’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./usb_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(dev_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./usb_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(dev_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./usb_trace.h: In function ‘perf_trace_urb_transfer’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./usb_trace.h:54:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 54 | DECLARE_EVENT_CLASS(urb_transfer, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./usb_trace.h:54:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 54 | DECLARE_EVENT_CLASS(urb_transfer, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/wireless/mediatek/mt76/./usb_trace.h: In function ‘__bpf_trace_dev_reg_evt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./usb_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(dev_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./usb_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(dev_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./usb_trace.h: In function ‘__bpf_trace_urb_transfer’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./usb_trace.h:54:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 54 | DECLARE_EVENT_CLASS(urb_transfer, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./usb_trace.h:54:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 54 | DECLARE_EVENT_CLASS(urb_transfer, | ^~~~~~~~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/mediatek/mt76/usb_trace.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/ethernet/intel/e1000e/e1000e_trace.h:42, from ../drivers/net/ethernet/intel/e1000e/netdev.c:31: ../drivers/net/ethernet/intel/e1000e/./e1000e_trace.h: In function ‘trace_event_raw_event_e1000e_trace_mac_register’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/e1000e/./e1000e_trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(e1000e_trace_mac_register, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/e1000e/./e1000e_trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(e1000e_trace_mac_register, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/e1000e/./e1000e_trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(e1000e_trace_mac_register, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/e1000e/./e1000e_trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(e1000e_trace_mac_register, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/e1000e/./e1000e_trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(e1000e_trace_mac_register, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/net/ethernet/intel/e1000e/./e1000e_trace.h: In function ‘perf_trace_e1000e_trace_mac_register’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/e1000e/./e1000e_trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(e1000e_trace_mac_register, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/e1000e/./e1000e_trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(e1000e_trace_mac_register, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/ethernet/intel/e1000e/./e1000e_trace.h: In function ‘__bpf_trace_e1000e_trace_mac_register’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/e1000e/./e1000e_trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(e1000e_trace_mac_register, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/e1000e/./e1000e_trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ 21 | TRACE_EVENT(e1000e_trace_mac_register, | ^~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/intel/e1000e/netdev.o] Error 1 make[7]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/intel/e1000e] Error 2 make[7]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../net/dsa/trace.h:447, from ../net/dsa/trace.c:6: ../net/dsa/./trace.h: In function ‘trace_event_raw_event_dsa_port_addr_op_hw’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(dsa_port_addr_op_hw, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(dsa_port_addr_op_hw, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(dsa_port_addr_op_hw, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(dsa_port_addr_op_hw, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(dsa_port_addr_op_hw, | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘trace_event_raw_event_dsa_port_addr_op_refcount’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:83:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 83 | DECLARE_EVENT_CLASS(dsa_port_addr_op_refcount, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:83:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 83 | DECLARE_EVENT_CLASS(dsa_port_addr_op_refcount, | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘trace_event_raw_event_dsa_port_addr_del_not_found’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:143:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 143 | DECLARE_EVENT_CLASS(dsa_port_addr_del_not_found, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:143:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 143 | DECLARE_EVENT_CLASS(dsa_port_addr_del_not_found, | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘trace_event_raw_event_dsa_lag_fdb_add_hw’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:186:1: note: in expansion of macro ‘TRACE_EVENT’ 186 | TRACE_EVENT(dsa_lag_fdb_add_hw, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:186:1: note: in expansion of macro ‘TRACE_EVENT’ 186 | TRACE_EVENT(dsa_lag_fdb_add_hw, | ^~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘trace_event_raw_event_dsa_lag_fdb_add_bump’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ 214 | TRACE_EVENT(dsa_lag_fdb_add_bump, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ 214 | TRACE_EVENT(dsa_lag_fdb_add_bump, | ^~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘trace_event_raw_event_dsa_lag_fdb_del_hw’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:242:1: note: in expansion of macro ‘TRACE_EVENT’ 242 | TRACE_EVENT(dsa_lag_fdb_del_hw, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:242:1: note: in expansion of macro ‘TRACE_EVENT’ 242 | TRACE_EVENT(dsa_lag_fdb_del_hw, | ^~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘trace_event_raw_event_dsa_lag_fdb_del_drop’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:270:1: note: in expansion of macro ‘TRACE_EVENT’ 270 | TRACE_EVENT(dsa_lag_fdb_del_drop, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:270:1: note: in expansion of macro ‘TRACE_EVENT’ 270 | TRACE_EVENT(dsa_lag_fdb_del_drop, | ^~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘trace_event_raw_event_dsa_lag_fdb_del_not_found’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ 298 | TRACE_EVENT(dsa_lag_fdb_del_not_found, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ 298 | TRACE_EVENT(dsa_lag_fdb_del_not_found, | ^~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘trace_event_raw_event_dsa_vlan_op_hw’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:323:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 323 | DECLARE_EVENT_CLASS(dsa_vlan_op_hw, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:323:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 323 | DECLARE_EVENT_CLASS(dsa_vlan_op_hw, | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘trace_event_raw_event_dsa_vlan_op_refcount’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:367:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 367 | DECLARE_EVENT_CLASS(dsa_vlan_op_refcount, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:367:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 367 | DECLARE_EVENT_CLASS(dsa_vlan_op_refcount, | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘trace_event_raw_event_dsa_vlan_del_not_found’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ 414 | TRACE_EVENT(dsa_vlan_del_not_found, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ 414 | TRACE_EVENT(dsa_vlan_del_not_found, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../net/dsa/./trace.h: In function ‘perf_trace_dsa_port_addr_op_hw’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(dsa_port_addr_op_hw, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(dsa_port_addr_op_hw, | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘perf_trace_dsa_port_addr_op_refcount’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:83:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 83 | DECLARE_EVENT_CLASS(dsa_port_addr_op_refcount, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:83:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 83 | DECLARE_EVENT_CLASS(dsa_port_addr_op_refcount, | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘perf_trace_dsa_port_addr_del_not_found’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:143:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 143 | DECLARE_EVENT_CLASS(dsa_port_addr_del_not_found, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:143:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 143 | DECLARE_EVENT_CLASS(dsa_port_addr_del_not_found, | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘perf_trace_dsa_lag_fdb_add_hw’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:186:1: note: in expansion of macro ‘TRACE_EVENT’ 186 | TRACE_EVENT(dsa_lag_fdb_add_hw, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:186:1: note: in expansion of macro ‘TRACE_EVENT’ 186 | TRACE_EVENT(dsa_lag_fdb_add_hw, | ^~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘perf_trace_dsa_lag_fdb_add_bump’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ 214 | TRACE_EVENT(dsa_lag_fdb_add_bump, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ 214 | TRACE_EVENT(dsa_lag_fdb_add_bump, | ^~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘perf_trace_dsa_lag_fdb_del_hw’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:242:1: note: in expansion of macro ‘TRACE_EVENT’ 242 | TRACE_EVENT(dsa_lag_fdb_del_hw, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:242:1: note: in expansion of macro ‘TRACE_EVENT’ 242 | TRACE_EVENT(dsa_lag_fdb_del_hw, | ^~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘perf_trace_dsa_lag_fdb_del_drop’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:270:1: note: in expansion of macro ‘TRACE_EVENT’ 270 | TRACE_EVENT(dsa_lag_fdb_del_drop, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:270:1: note: in expansion of macro ‘TRACE_EVENT’ 270 | TRACE_EVENT(dsa_lag_fdb_del_drop, | ^~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘perf_trace_dsa_lag_fdb_del_not_found’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ 298 | TRACE_EVENT(dsa_lag_fdb_del_not_found, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ 298 | TRACE_EVENT(dsa_lag_fdb_del_not_found, | ^~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘perf_trace_dsa_vlan_op_hw’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:323:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 323 | DECLARE_EVENT_CLASS(dsa_vlan_op_hw, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:323:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 323 | DECLARE_EVENT_CLASS(dsa_vlan_op_hw, | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘perf_trace_dsa_vlan_op_refcount’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:367:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 367 | DECLARE_EVENT_CLASS(dsa_vlan_op_refcount, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:367:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 367 | DECLARE_EVENT_CLASS(dsa_vlan_op_refcount, | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘perf_trace_dsa_vlan_del_not_found’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ 414 | TRACE_EVENT(dsa_vlan_del_not_found, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ 414 | TRACE_EVENT(dsa_vlan_del_not_found, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../net/dsa/./trace.h: In function ‘__bpf_trace_dsa_port_addr_op_hw’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(dsa_port_addr_op_hw, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(dsa_port_addr_op_hw, | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘__bpf_trace_dsa_port_addr_op_refcount’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:83:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 83 | DECLARE_EVENT_CLASS(dsa_port_addr_op_refcount, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:83:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 83 | DECLARE_EVENT_CLASS(dsa_port_addr_op_refcount, | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘__bpf_trace_dsa_port_addr_del_not_found’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:143:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 143 | DECLARE_EVENT_CLASS(dsa_port_addr_del_not_found, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:143:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 143 | DECLARE_EVENT_CLASS(dsa_port_addr_del_not_found, | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘__bpf_trace_dsa_lag_fdb_add_hw’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:186:1: note: in expansion of macro ‘TRACE_EVENT’ 186 | TRACE_EVENT(dsa_lag_fdb_add_hw, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:186:1: note: in expansion of macro ‘TRACE_EVENT’ 186 | TRACE_EVENT(dsa_lag_fdb_add_hw, | ^~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘__bpf_trace_dsa_lag_fdb_add_bump’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ 214 | TRACE_EVENT(dsa_lag_fdb_add_bump, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ 214 | TRACE_EVENT(dsa_lag_fdb_add_bump, | ^~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘__bpf_trace_dsa_lag_fdb_del_hw’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:242:1: note: in expansion of macro ‘TRACE_EVENT’ 242 | TRACE_EVENT(dsa_lag_fdb_del_hw, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:242:1: note: in expansion of macro ‘TRACE_EVENT’ 242 | TRACE_EVENT(dsa_lag_fdb_del_hw, | ^~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘__bpf_trace_dsa_lag_fdb_del_drop’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:270:1: note: in expansion of macro ‘TRACE_EVENT’ 270 | TRACE_EVENT(dsa_lag_fdb_del_drop, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:270:1: note: in expansion of macro ‘TRACE_EVENT’ 270 | TRACE_EVENT(dsa_lag_fdb_del_drop, | ^~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘__bpf_trace_dsa_lag_fdb_del_not_found’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ 298 | TRACE_EVENT(dsa_lag_fdb_del_not_found, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ 298 | TRACE_EVENT(dsa_lag_fdb_del_not_found, | ^~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘__bpf_trace_dsa_vlan_op_hw’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:323:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 323 | DECLARE_EVENT_CLASS(dsa_vlan_op_hw, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:323:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 323 | DECLARE_EVENT_CLASS(dsa_vlan_op_hw, | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘__bpf_trace_dsa_vlan_op_refcount’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:367:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 367 | DECLARE_EVENT_CLASS(dsa_vlan_op_refcount, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:367:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 367 | DECLARE_EVENT_CLASS(dsa_vlan_op_refcount, | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h: In function ‘__bpf_trace_dsa_vlan_del_not_found’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ 414 | TRACE_EVENT(dsa_vlan_del_not_found, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/dsa/./trace.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ 414 | TRACE_EVENT(dsa_vlan_del_not_found, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: net/dsa/trace.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: net/dsa] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:114, from ../drivers/gpu/drm/scheduler/sched_main.c:88: ../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h: In function ‘trace_event_raw_event_drm_sched_job’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 35 | DECLARE_EVENT_CLASS(drm_sched_job, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 35 | DECLARE_EVENT_CLASS(drm_sched_job, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 35 | DECLARE_EVENT_CLASS(drm_sched_job, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 35 | DECLARE_EVENT_CLASS(drm_sched_job, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 35 | DECLARE_EVENT_CLASS(drm_sched_job, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h: In function ‘trace_event_raw_event_drm_sched_process_job’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ 72 | TRACE_EVENT(drm_sched_process_job, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ 72 | TRACE_EVENT(drm_sched_process_job, | ^~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h: In function ‘trace_event_raw_event_drm_sched_job_wait_dep’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ 85 | TRACE_EVENT(drm_sched_job_wait_dep, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ 85 | TRACE_EVENT(drm_sched_job_wait_dep, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h: In function ‘perf_trace_drm_sched_job’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 35 | DECLARE_EVENT_CLASS(drm_sched_job, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 35 | DECLARE_EVENT_CLASS(drm_sched_job, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h: In function ‘perf_trace_drm_sched_process_job’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ 72 | TRACE_EVENT(drm_sched_process_job, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ 72 | TRACE_EVENT(drm_sched_process_job, | ^~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h: In function ‘perf_trace_drm_sched_job_wait_dep’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ 85 | TRACE_EVENT(drm_sched_job_wait_dep, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ 85 | TRACE_EVENT(drm_sched_job_wait_dep, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h: In function ‘__bpf_trace_drm_sched_job’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 35 | DECLARE_EVENT_CLASS(drm_sched_job, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 35 | DECLARE_EVENT_CLASS(drm_sched_job, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h: In function ‘__bpf_trace_drm_sched_process_job’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ 72 | TRACE_EVENT(drm_sched_process_job, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ 72 | TRACE_EVENT(drm_sched_process_job, | ^~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h: In function ‘__bpf_trace_drm_sched_job_wait_dep’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ 85 | TRACE_EVENT(drm_sched_job_wait_dep, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ 85 | TRACE_EVENT(drm_sched_job_wait_dep, | ^~~~~~~~~~~ make[7]: *** [../scripts/Makefile.build:244: drivers/gpu/drm/scheduler/sched_main.o] Error 1 make[6]: *** [../scripts/Makefile.build:485: drivers/gpu/drm/scheduler] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/compaction.h:356, from ../mm/compaction.c:64: ../include/trace/events/compaction.h: In function ‘trace_event_raw_event_mm_compaction_isolate_template’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(mm_compaction_isolate_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(mm_compaction_isolate_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(mm_compaction_isolate_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(mm_compaction_isolate_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(mm_compaction_isolate_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h: In function ‘trace_event_raw_event_mm_compaction_migratepages’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:79:1: note: in expansion of macro ‘TRACE_EVENT’ 79 | TRACE_EVENT(mm_compaction_migratepages, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:79:1: note: in expansion of macro ‘TRACE_EVENT’ 79 | TRACE_EVENT(mm_compaction_migratepages, | ^~~~~~~~~~~ ../include/trace/events/compaction.h: In function ‘trace_event_raw_event_mm_compaction_begin’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ 101 | TRACE_EVENT(mm_compaction_begin, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ 101 | TRACE_EVENT(mm_compaction_begin, | ^~~~~~~~~~~ ../include/trace/events/compaction.h: In function ‘trace_event_raw_event_mm_compaction_end’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:131:1: note: in expansion of macro ‘TRACE_EVENT’ 131 | TRACE_EVENT(mm_compaction_end, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:131:1: note: in expansion of macro ‘TRACE_EVENT’ 131 | TRACE_EVENT(mm_compaction_end, | ^~~~~~~~~~~ ../include/trace/events/compaction.h: In function ‘trace_event_raw_event_mm_compaction_try_to_compact_pages’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:165:1: note: in expansion of macro ‘TRACE_EVENT’ 165 | TRACE_EVENT(mm_compaction_try_to_compact_pages, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:165:1: note: in expansion of macro ‘TRACE_EVENT’ 165 | TRACE_EVENT(mm_compaction_try_to_compact_pages, | ^~~~~~~~~~~ ../include/trace/events/compaction.h: In function ‘trace_event_raw_event_mm_compaction_suitable_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:192:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 192 | DECLARE_EVENT_CLASS(mm_compaction_suitable_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:192:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 192 | DECLARE_EVENT_CLASS(mm_compaction_suitable_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h: In function ‘trace_event_raw_event_mm_compaction_defer_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:239:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 239 | DECLARE_EVENT_CLASS(mm_compaction_defer_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:239:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 239 | DECLARE_EVENT_CLASS(mm_compaction_defer_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h: In function ‘trace_event_raw_event_mm_compaction_kcompactd_sleep’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:293:1: note: in expansion of macro ‘TRACE_EVENT’ 293 | TRACE_EVENT(mm_compaction_kcompactd_sleep, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:293:1: note: in expansion of macro ‘TRACE_EVENT’ 293 | TRACE_EVENT(mm_compaction_kcompactd_sleep, | ^~~~~~~~~~~ ../include/trace/events/compaction.h: In function ‘trace_event_raw_event_kcompactd_wake_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:310:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 310 | DECLARE_EVENT_CLASS(kcompactd_wake_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:310:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 310 | DECLARE_EVENT_CLASS(kcompactd_wake_template, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/compaction.h: In function ‘perf_trace_mm_compaction_isolate_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(mm_compaction_isolate_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(mm_compaction_isolate_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h: In function ‘perf_trace_mm_compaction_migratepages’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:79:1: note: in expansion of macro ‘TRACE_EVENT’ 79 | TRACE_EVENT(mm_compaction_migratepages, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:79:1: note: in expansion of macro ‘TRACE_EVENT’ 79 | TRACE_EVENT(mm_compaction_migratepages, | ^~~~~~~~~~~ ../include/trace/events/compaction.h: In function ‘perf_trace_mm_compaction_begin’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ 101 | TRACE_EVENT(mm_compaction_begin, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ 101 | TRACE_EVENT(mm_compaction_begin, | ^~~~~~~~~~~ ../include/trace/events/compaction.h: In function ‘perf_trace_mm_compaction_end’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:131:1: note: in expansion of macro ‘TRACE_EVENT’ 131 | TRACE_EVENT(mm_compaction_end, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:131:1: note: in expansion of macro ‘TRACE_EVENT’ 131 | TRACE_EVENT(mm_compaction_end, | ^~~~~~~~~~~ ../include/trace/events/compaction.h: In function ‘perf_trace_mm_compaction_try_to_compact_pages’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:165:1: note: in expansion of macro ‘TRACE_EVENT’ 165 | TRACE_EVENT(mm_compaction_try_to_compact_pages, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:165:1: note: in expansion of macro ‘TRACE_EVENT’ 165 | TRACE_EVENT(mm_compaction_try_to_compact_pages, | ^~~~~~~~~~~ ../include/trace/events/compaction.h: In function ‘perf_trace_mm_compaction_suitable_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:192:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 192 | DECLARE_EVENT_CLASS(mm_compaction_suitable_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:192:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 192 | DECLARE_EVENT_CLASS(mm_compaction_suitable_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h: In function ‘perf_trace_mm_compaction_defer_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:239:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 239 | DECLARE_EVENT_CLASS(mm_compaction_defer_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:239:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 239 | DECLARE_EVENT_CLASS(mm_compaction_defer_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h: In function ‘perf_trace_mm_compaction_kcompactd_sleep’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:293:1: note: in expansion of macro ‘TRACE_EVENT’ 293 | TRACE_EVENT(mm_compaction_kcompactd_sleep, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:293:1: note: in expansion of macro ‘TRACE_EVENT’ 293 | TRACE_EVENT(mm_compaction_kcompactd_sleep, | ^~~~~~~~~~~ ../include/trace/events/compaction.h: In function ‘perf_trace_kcompactd_wake_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:310:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 310 | DECLARE_EVENT_CLASS(kcompactd_wake_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:310:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 310 | DECLARE_EVENT_CLASS(kcompactd_wake_template, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/compaction.h: In function ‘__bpf_trace_mm_compaction_isolate_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(mm_compaction_isolate_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(mm_compaction_isolate_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h: In function ‘__bpf_trace_mm_compaction_migratepages’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:79:1: note: in expansion of macro ‘TRACE_EVENT’ 79 | TRACE_EVENT(mm_compaction_migratepages, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:79:1: note: in expansion of macro ‘TRACE_EVENT’ 79 | TRACE_EVENT(mm_compaction_migratepages, | ^~~~~~~~~~~ ../include/trace/events/compaction.h: In function ‘__bpf_trace_mm_compaction_begin’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ 101 | TRACE_EVENT(mm_compaction_begin, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ 101 | TRACE_EVENT(mm_compaction_begin, | ^~~~~~~~~~~ ../include/trace/events/compaction.h: In function ‘__bpf_trace_mm_compaction_end’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:131:1: note: in expansion of macro ‘TRACE_EVENT’ 131 | TRACE_EVENT(mm_compaction_end, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:131:1: note: in expansion of macro ‘TRACE_EVENT’ 131 | TRACE_EVENT(mm_compaction_end, | ^~~~~~~~~~~ ../include/trace/events/compaction.h: In function ‘__bpf_trace_mm_compaction_try_to_compact_pages’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:165:1: note: in expansion of macro ‘TRACE_EVENT’ 165 | TRACE_EVENT(mm_compaction_try_to_compact_pages, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:165:1: note: in expansion of macro ‘TRACE_EVENT’ 165 | TRACE_EVENT(mm_compaction_try_to_compact_pages, | ^~~~~~~~~~~ ../include/trace/events/compaction.h: In function ‘__bpf_trace_mm_compaction_suitable_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:192:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 192 | DECLARE_EVENT_CLASS(mm_compaction_suitable_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:192:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 192 | DECLARE_EVENT_CLASS(mm_compaction_suitable_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h: In function ‘__bpf_trace_mm_compaction_defer_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:239:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 239 | DECLARE_EVENT_CLASS(mm_compaction_defer_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:239:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 239 | DECLARE_EVENT_CLASS(mm_compaction_defer_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h: In function ‘__bpf_trace_mm_compaction_kcompactd_sleep’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:293:1: note: in expansion of macro ‘TRACE_EVENT’ 293 | TRACE_EVENT(mm_compaction_kcompactd_sleep, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:293:1: note: in expansion of macro ‘TRACE_EVENT’ 293 | TRACE_EVENT(mm_compaction_kcompactd_sleep, | ^~~~~~~~~~~ ../include/trace/events/compaction.h: In function ‘__bpf_trace_kcompactd_wake_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:310:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 310 | DECLARE_EVENT_CLASS(kcompactd_wake_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/compaction.h:310:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 310 | DECLARE_EVENT_CLASS(kcompactd_wake_template, | ^~~~~~~~~~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:244: mm/compaction.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/ethernet/fungible/funeth/funeth_trace.h:117, from ../drivers/net/ethernet/fungible/funeth/funeth_rx.c:15: ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h: In function ‘trace_event_raw_event_funeth_tx’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(funeth_tx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(funeth_tx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(funeth_tx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(funeth_tx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(funeth_tx, | ^~~~~~~~~~~ ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h: In function ‘trace_event_raw_event_funeth_tx_free’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ 43 | TRACE_EVENT(funeth_tx_free, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ 43 | TRACE_EVENT(funeth_tx_free, | ^~~~~~~~~~~ ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h: In function ‘trace_event_raw_event_funeth_rx’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ 73 | TRACE_EVENT(funeth_rx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ 73 | TRACE_EVENT(funeth_rx, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h: In function ‘perf_trace_funeth_tx’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(funeth_tx, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(funeth_tx, | ^~~~~~~~~~~ ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h: In function ‘perf_trace_funeth_tx_free’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ 43 | TRACE_EVENT(funeth_tx_free, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ 43 | TRACE_EVENT(funeth_tx_free, | ^~~~~~~~~~~ ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h: In function ‘perf_trace_funeth_rx’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ 73 | TRACE_EVENT(funeth_rx, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ 73 | TRACE_EVENT(funeth_rx, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h: In function ‘__bpf_trace_funeth_tx’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(funeth_tx, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(funeth_tx, | ^~~~~~~~~~~ ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h: In function ‘__bpf_trace_funeth_tx_free’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ 43 | TRACE_EVENT(funeth_tx_free, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ 43 | TRACE_EVENT(funeth_tx_free, | ^~~~~~~~~~~ ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h: In function ‘__bpf_trace_funeth_rx’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ 73 | TRACE_EVENT(funeth_rx, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ 73 | TRACE_EVENT(funeth_rx, | ^~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/fungible/funeth/funeth_rx.o] Error 1 make[7]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/fungible/funeth] Error 2 make[6]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/fungible] Error 2 make[6]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/filelock.h:244, from ../fs/locks.c:68: ../include/trace/events/filelock.h: In function ‘trace_event_raw_event_locks_get_lock_context’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(locks_get_lock_context, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(locks_get_lock_context, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(locks_get_lock_context, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(locks_get_lock_context, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(locks_get_lock_context, | ^~~~~~~~~~~ ../include/trace/events/filelock.h: In function ‘trace_event_raw_event_filelock_lock’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 62 | DECLARE_EVENT_CLASS(filelock_lock, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 62 | DECLARE_EVENT_CLASS(filelock_lock, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h: In function ‘trace_event_raw_event_filelock_lease’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:119:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 119 | DECLARE_EVENT_CLASS(filelock_lease, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:119:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 119 | DECLARE_EVENT_CLASS(filelock_lease, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h: In function ‘trace_event_raw_event_generic_add_lease’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:171:1: note: in expansion of macro ‘TRACE_EVENT’ 171 | TRACE_EVENT(generic_add_lease, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:171:1: note: in expansion of macro ‘TRACE_EVENT’ 171 | TRACE_EVENT(generic_add_lease, | ^~~~~~~~~~~ ../include/trace/events/filelock.h: In function ‘trace_event_raw_event_leases_conflict’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:206:1: note: in expansion of macro ‘TRACE_EVENT’ 206 | TRACE_EVENT(leases_conflict, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:206:1: note: in expansion of macro ‘TRACE_EVENT’ 206 | TRACE_EVENT(leases_conflict, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/filelock.h: In function ‘perf_trace_locks_get_lock_context’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(locks_get_lock_context, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(locks_get_lock_context, | ^~~~~~~~~~~ ../include/trace/events/filelock.h: In function ‘perf_trace_filelock_lock’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 62 | DECLARE_EVENT_CLASS(filelock_lock, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 62 | DECLARE_EVENT_CLASS(filelock_lock, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h: In function ‘perf_trace_filelock_lease’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:119:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 119 | DECLARE_EVENT_CLASS(filelock_lease, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:119:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 119 | DECLARE_EVENT_CLASS(filelock_lease, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h: In function ‘perf_trace_generic_add_lease’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:171:1: note: in expansion of macro ‘TRACE_EVENT’ 171 | TRACE_EVENT(generic_add_lease, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:171:1: note: in expansion of macro ‘TRACE_EVENT’ 171 | TRACE_EVENT(generic_add_lease, | ^~~~~~~~~~~ ../include/trace/events/filelock.h: In function ‘perf_trace_leases_conflict’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:206:1: note: in expansion of macro ‘TRACE_EVENT’ 206 | TRACE_EVENT(leases_conflict, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:206:1: note: in expansion of macro ‘TRACE_EVENT’ 206 | TRACE_EVENT(leases_conflict, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/filelock.h: In function ‘__bpf_trace_locks_get_lock_context’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(locks_get_lock_context, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(locks_get_lock_context, | ^~~~~~~~~~~ ../include/trace/events/filelock.h: In function ‘__bpf_trace_filelock_lock’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 62 | DECLARE_EVENT_CLASS(filelock_lock, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 62 | DECLARE_EVENT_CLASS(filelock_lock, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h: In function ‘__bpf_trace_filelock_lease’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:119:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 119 | DECLARE_EVENT_CLASS(filelock_lease, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:119:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 119 | DECLARE_EVENT_CLASS(filelock_lease, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h: In function ‘__bpf_trace_generic_add_lease’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:171:1: note: in expansion of macro ‘TRACE_EVENT’ 171 | TRACE_EVENT(generic_add_lease, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:171:1: note: in expansion of macro ‘TRACE_EVENT’ 171 | TRACE_EVENT(generic_add_lease, | ^~~~~~~~~~~ ../include/trace/events/filelock.h: In function ‘__bpf_trace_leases_conflict’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:206:1: note: in expansion of macro ‘TRACE_EVENT’ 206 | TRACE_EVENT(leases_conflict, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/filelock.h:206:1: note: in expansion of macro ‘TRACE_EVENT’ 206 | TRACE_EVENT(leases_conflict, | ^~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:244: fs/locks.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_brcmsmac.h:100, from ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_events.h:36, from ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_events.c:22: ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h: In function ‘trace_event_raw_event_brcms_timer’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:29:1: note: in expansion of macro ‘TRACE_EVENT’ 29 | TRACE_EVENT(brcms_timer, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:29:1: note: in expansion of macro ‘TRACE_EVENT’ 29 | TRACE_EVENT(brcms_timer, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:29:1: note: in expansion of macro ‘TRACE_EVENT’ 29 | TRACE_EVENT(brcms_timer, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:29:1: note: in expansion of macro ‘TRACE_EVENT’ 29 | TRACE_EVENT(brcms_timer, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:29:1: note: in expansion of macro ‘TRACE_EVENT’ 29 | TRACE_EVENT(brcms_timer, | ^~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h: In function ‘trace_event_raw_event_brcms_dpc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ 58 | TRACE_EVENT(brcms_dpc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ 58 | TRACE_EVENT(brcms_dpc, | ^~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h: In function ‘trace_event_raw_event_brcms_macintstatus’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ 73 | TRACE_EVENT(brcms_macintstatus, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ 73 | TRACE_EVENT(brcms_macintstatus, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h: In function ‘perf_trace_brcms_timer’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:29:1: note: in expansion of macro ‘TRACE_EVENT’ 29 | TRACE_EVENT(brcms_timer, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:29:1: note: in expansion of macro ‘TRACE_EVENT’ 29 | TRACE_EVENT(brcms_timer, | ^~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h: In function ‘perf_trace_brcms_dpc’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ 58 | TRACE_EVENT(brcms_dpc, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ 58 | TRACE_EVENT(brcms_dpc, | ^~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h: In function ‘perf_trace_brcms_macintstatus’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ 73 | TRACE_EVENT(brcms_macintstatus, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ 73 | TRACE_EVENT(brcms_macintstatus, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h: In function ‘__bpf_trace_brcms_timer’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:29:1: note: in expansion of macro ‘TRACE_EVENT’ 29 | TRACE_EVENT(brcms_timer, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:29:1: note: in expansion of macro ‘TRACE_EVENT’ 29 | TRACE_EVENT(brcms_timer, | ^~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h: In function ‘__bpf_trace_brcms_dpc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ 58 | TRACE_EVENT(brcms_dpc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ 58 | TRACE_EVENT(brcms_dpc, | ^~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h: In function ‘__bpf_trace_brcms_macintstatus’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ 73 | TRACE_EVENT(brcms_macintstatus, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ 73 | TRACE_EVENT(brcms_macintstatus, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:108, from ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_brcmsmac_tx.h:108, from ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_events.h:37: ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h: In function ‘trace_event_raw_event_brcms_txdesc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:25:1: note: in expansion of macro ‘TRACE_EVENT’ 25 | TRACE_EVENT(brcms_txdesc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:25:1: note: in expansion of macro ‘TRACE_EVENT’ 25 | TRACE_EVENT(brcms_txdesc, | ^~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h: In function ‘trace_event_raw_event_brcms_txstatus’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:40:1: note: in expansion of macro ‘TRACE_EVENT’ 40 | TRACE_EVENT(brcms_txstatus, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:40:1: note: in expansion of macro ‘TRACE_EVENT’ 40 | TRACE_EVENT(brcms_txstatus, | ^~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h: In function ‘trace_event_raw_event_brcms_ampdu_session’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ 73 | TRACE_EVENT(brcms_ampdu_session, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ 73 | TRACE_EVENT(brcms_ampdu_session, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h: In function ‘perf_trace_brcms_txdesc’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:25:1: note: in expansion of macro ‘TRACE_EVENT’ 25 | TRACE_EVENT(brcms_txdesc, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:25:1: note: in expansion of macro ‘TRACE_EVENT’ 25 | TRACE_EVENT(brcms_txdesc, | ^~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h: In function ‘perf_trace_brcms_txstatus’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:40:1: note: in expansion of macro ‘TRACE_EVENT’ 40 | TRACE_EVENT(brcms_txstatus, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:40:1: note: in expansion of macro ‘TRACE_EVENT’ 40 | TRACE_EVENT(brcms_txstatus, | ^~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h: In function ‘perf_trace_brcms_ampdu_session’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ 73 | TRACE_EVENT(brcms_ampdu_session, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ 73 | TRACE_EVENT(brcms_ampdu_session, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h: In function ‘__bpf_trace_brcms_txdesc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:25:1: note: in expansion of macro ‘TRACE_EVENT’ 25 | TRACE_EVENT(brcms_txdesc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:25:1: note: in expansion of macro ‘TRACE_EVENT’ 25 | TRACE_EVENT(brcms_txdesc, | ^~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h: In function ‘__bpf_trace_brcms_txstatus’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:40:1: note: in expansion of macro ‘TRACE_EVENT’ 40 | TRACE_EVENT(brcms_txstatus, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:40:1: note: in expansion of macro ‘TRACE_EVENT’ 40 | TRACE_EVENT(brcms_txstatus, | ^~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h: In function ‘__bpf_trace_brcms_ampdu_session’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ 73 | TRACE_EVENT(brcms_ampdu_session, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ 73 | TRACE_EVENT(brcms_ampdu_session, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:108, from ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_brcmsmac_msg.h:90, from ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_events.h:38: ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h: In function ‘trace_event_raw_event_brcms_msg_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 32 | DECLARE_EVENT_CLASS(brcms_msg_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 32 | DECLARE_EVENT_CLASS(brcms_msg_event, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h: In function ‘trace_event_raw_event_brcms_dbg’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ 64 | TRACE_EVENT(brcms_dbg, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ 64 | TRACE_EVENT(brcms_dbg, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h: In function ‘perf_trace_brcms_msg_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 32 | DECLARE_EVENT_CLASS(brcms_msg_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 32 | DECLARE_EVENT_CLASS(brcms_msg_event, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h: In function ‘perf_trace_brcms_dbg’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ 64 | TRACE_EVENT(brcms_dbg, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ 64 | TRACE_EVENT(brcms_dbg, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h: In function ‘__bpf_trace_brcms_msg_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 32 | DECLARE_EVENT_CLASS(brcms_msg_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 32 | DECLARE_EVENT_CLASS(brcms_msg_event, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h: In function ‘__bpf_trace_brcms_dbg’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ 64 | TRACE_EVENT(brcms_dbg, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ 64 | TRACE_EVENT(brcms_dbg, | ^~~~~~~~~~~ make[9]: *** [../scripts/Makefile.build:244: drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_events.o] Error 1 make[8]: *** [../scripts/Makefile.build:485: drivers/net/wireless/broadcom/brcm80211/brcmsmac] Error 2 make[7]: *** [../scripts/Makefile.build:485: drivers/net/wireless/broadcom/brcm80211] Error 2 make[6]: *** [../scripts/Makefile.build:485: drivers/net/wireless/broadcom] Error 2 make[6]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../drivers/net/wireless/mediatek/mt76/mt76x02_trace.h:87, from ../drivers/net/wireless/mediatek/mt76/mt76x02_trace.c:10: ../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h: In function ‘trace_event_raw_event_dev_evt’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:26:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 26 | DECLARE_EVENT_CLASS(dev_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:26:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 26 | DECLARE_EVENT_CLASS(dev_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:26:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 26 | DECLARE_EVENT_CLASS(dev_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:26:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 26 | DECLARE_EVENT_CLASS(dev_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:26:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 26 | DECLARE_EVENT_CLASS(dev_evt, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h: In function ‘trace_event_raw_event_mac_txstat_fetch’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ 43 | TRACE_EVENT(mac_txstat_fetch, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ 43 | TRACE_EVENT(mac_txstat_fetch, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h: In function ‘perf_trace_dev_evt’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:26:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 26 | DECLARE_EVENT_CLASS(dev_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:26:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 26 | DECLARE_EVENT_CLASS(dev_evt, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h: In function ‘perf_trace_mac_txstat_fetch’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ 43 | TRACE_EVENT(mac_txstat_fetch, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ 43 | TRACE_EVENT(mac_txstat_fetch, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h: In function ‘__bpf_trace_dev_evt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:26:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 26 | DECLARE_EVENT_CLASS(dev_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:26:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 26 | DECLARE_EVENT_CLASS(dev_evt, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h: In function ‘__bpf_trace_mac_txstat_fetch’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ 43 | TRACE_EVENT(mac_txstat_fetch, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ 43 | TRACE_EVENT(mac_txstat_fetch, | ^~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/mediatek/mt76/mt76x02_trace.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/wireless/mediatek/mt76/mt792x_trace.h:51, from ../drivers/net/wireless/mediatek/mt76/mt792x_trace.c:10: ../drivers/net/wireless/mediatek/mt76/./mt792x_trace.h: In function ‘trace_event_raw_event_lp_event’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt792x_trace.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ 23 | TRACE_EVENT(lp_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt792x_trace.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ 23 | TRACE_EVENT(lp_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt792x_trace.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ 23 | TRACE_EVENT(lp_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt792x_trace.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ 23 | TRACE_EVENT(lp_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt792x_trace.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ 23 | TRACE_EVENT(lp_event, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/net/wireless/mediatek/mt76/./mt792x_trace.h: In function ‘perf_trace_lp_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt792x_trace.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ 23 | TRACE_EVENT(lp_event, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt792x_trace.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ 23 | TRACE_EVENT(lp_event, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/wireless/mediatek/mt76/./mt792x_trace.h: In function ‘__bpf_trace_lp_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt792x_trace.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ 23 | TRACE_EVENT(lp_event, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/./mt792x_trace.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ 23 | TRACE_EVENT(lp_event, | ^~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/mediatek/mt76/mt792x_trace.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_trace.h:137, from ../drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_mbx.c:9: ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h: In function ‘trace_event_raw_event_hclge_vf_mbx_get’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(hclge_vf_mbx_get, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(hclge_vf_mbx_get, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(hclge_vf_mbx_get, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(hclge_vf_mbx_get, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(hclge_vf_mbx_get, | ^~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h: In function ‘trace_event_raw_event_hclge_vf_mbx_send’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ 47 | TRACE_EVENT(hclge_vf_mbx_send, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ 47 | TRACE_EVENT(hclge_vf_mbx_send, | ^~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h: In function ‘trace_event_raw_event_hclge_vf_cmd_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:80:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 80 | DECLARE_EVENT_CLASS(hclge_vf_cmd_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:80:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 80 | DECLARE_EVENT_CLASS(hclge_vf_cmd_template, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h: In function ‘perf_trace_hclge_vf_mbx_get’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(hclge_vf_mbx_get, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(hclge_vf_mbx_get, | ^~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h: In function ‘perf_trace_hclge_vf_mbx_send’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ 47 | TRACE_EVENT(hclge_vf_mbx_send, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ 47 | TRACE_EVENT(hclge_vf_mbx_send, | ^~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h: In function ‘perf_trace_hclge_vf_cmd_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:80:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 80 | DECLARE_EVENT_CLASS(hclge_vf_cmd_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:80:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 80 | DECLARE_EVENT_CLASS(hclge_vf_cmd_template, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h: In function ‘__bpf_trace_hclge_vf_mbx_get’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(hclge_vf_mbx_get, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(hclge_vf_mbx_get, | ^~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h: In function ‘__bpf_trace_hclge_vf_mbx_send’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ 47 | TRACE_EVENT(hclge_vf_mbx_send, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ 47 | TRACE_EVENT(hclge_vf_mbx_send, | ^~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h: In function ‘__bpf_trace_hclge_vf_cmd_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:80:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 80 | DECLARE_EVENT_CLASS(hclge_vf_cmd_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:80:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 80 | DECLARE_EVENT_CLASS(hclge_vf_cmd_template, | ^~~~~~~~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_mbx.o] Error 1 make[8]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../drivers/net/wireless/ath/ath12k/trace.h:179, from ../drivers/net/wireless/ath/ath12k/trace.c:10: ../drivers/net/wireless/ath/ath12k/./trace.h: In function ‘trace_event_raw_event_ath12k_htt_pktlog’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ 24 | TRACE_EVENT(ath12k_htt_pktlog, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ 24 | TRACE_EVENT(ath12k_htt_pktlog, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ 24 | TRACE_EVENT(ath12k_htt_pktlog, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ 24 | TRACE_EVENT(ath12k_htt_pktlog, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ 24 | TRACE_EVENT(ath12k_htt_pktlog, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h: In function ‘trace_event_raw_event_ath12k_htt_ppdu_stats’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ 55 | TRACE_EVENT(ath12k_htt_ppdu_stats, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ 55 | TRACE_EVENT(ath12k_htt_ppdu_stats, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h: In function ‘trace_event_raw_event_ath12k_htt_rxdesc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ 98 | TRACE_EVENT(ath12k_htt_rxdesc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ 98 | TRACE_EVENT(ath12k_htt_rxdesc, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h: In function ‘trace_event_raw_event_ath12k_wmi_diag’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h:143:1: note: in expansion of macro ‘TRACE_EVENT’ 143 | TRACE_EVENT(ath12k_wmi_diag, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h:143:1: note: in expansion of macro ‘TRACE_EVENT’ 143 | TRACE_EVENT(ath12k_wmi_diag, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/net/wireless/ath/ath12k/./trace.h: In function ‘perf_trace_ath12k_htt_pktlog’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ 24 | TRACE_EVENT(ath12k_htt_pktlog, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ 24 | TRACE_EVENT(ath12k_htt_pktlog, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h: In function ‘perf_trace_ath12k_htt_ppdu_stats’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ 55 | TRACE_EVENT(ath12k_htt_ppdu_stats, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ 55 | TRACE_EVENT(ath12k_htt_ppdu_stats, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h: In function ‘perf_trace_ath12k_htt_rxdesc’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ 98 | TRACE_EVENT(ath12k_htt_rxdesc, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ 98 | TRACE_EVENT(ath12k_htt_rxdesc, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h: In function ‘perf_trace_ath12k_wmi_diag’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h:143:1: note: in expansion of macro ‘TRACE_EVENT’ 143 | TRACE_EVENT(ath12k_wmi_diag, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h:143:1: note: in expansion of macro ‘TRACE_EVENT’ 143 | TRACE_EVENT(ath12k_wmi_diag, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/wireless/ath/ath12k/./trace.h: In function ‘__bpf_trace_ath12k_htt_pktlog’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ 24 | TRACE_EVENT(ath12k_htt_pktlog, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ 24 | TRACE_EVENT(ath12k_htt_pktlog, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h: In function ‘__bpf_trace_ath12k_htt_ppdu_stats’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ 55 | TRACE_EVENT(ath12k_htt_ppdu_stats, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ 55 | TRACE_EVENT(ath12k_htt_ppdu_stats, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h: In function ‘__bpf_trace_ath12k_htt_rxdesc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ 98 | TRACE_EVENT(ath12k_htt_rxdesc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ 98 | TRACE_EVENT(ath12k_htt_rxdesc, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h: In function ‘__bpf_trace_ath12k_wmi_diag’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h:143:1: note: in expansion of macro ‘TRACE_EVENT’ 143 | TRACE_EVENT(ath12k_wmi_diag, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath12k/./trace.h:143:1: note: in expansion of macro ‘TRACE_EVENT’ 143 | TRACE_EVENT(ath12k_wmi_diag, | ^~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/ath/ath12k/trace.o] Error 1 make[7]: *** [../scripts/Makefile.build:485: drivers/net/wireless/ath/ath12k] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/vmscan.h:496, from ../mm/vmscan.c:71: ../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_vmscan_kswapd_sleep’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(mm_vmscan_kswapd_sleep, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(mm_vmscan_kswapd_sleep, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(mm_vmscan_kswapd_sleep, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(mm_vmscan_kswapd_sleep, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(mm_vmscan_kswapd_sleep, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_vmscan_kswapd_wake’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(mm_vmscan_kswapd_wake, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(mm_vmscan_kswapd_wake, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_vmscan_wakeup_kswapd’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(mm_vmscan_wakeup_kswapd, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(mm_vmscan_wakeup_kswapd, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_vmscan_direct_reclaim_begin_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:115:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 115 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:115:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 115 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_vmscan_direct_reclaim_end_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 159 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_end_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 159 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_end_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_shrink_slab_start’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:199:1: note: in expansion of macro ‘TRACE_EVENT’ 199 | TRACE_EVENT(mm_shrink_slab_start, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:199:1: note: in expansion of macro ‘TRACE_EVENT’ 199 | TRACE_EVENT(mm_shrink_slab_start, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_shrink_slab_end’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:244:1: note: in expansion of macro ‘TRACE_EVENT’ 244 | TRACE_EVENT(mm_shrink_slab_end, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:244:1: note: in expansion of macro ‘TRACE_EVENT’ 244 | TRACE_EVENT(mm_shrink_slab_end, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_vmscan_lru_isolate’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:281:1: note: in expansion of macro ‘TRACE_EVENT’ 281 | TRACE_EVENT(mm_vmscan_lru_isolate, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:281:1: note: in expansion of macro ‘TRACE_EVENT’ 281 | TRACE_EVENT(mm_vmscan_lru_isolate, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_vmscan_write_folio’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ 326 | TRACE_EVENT(mm_vmscan_write_folio, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ 326 | TRACE_EVENT(mm_vmscan_write_folio, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_vmscan_lru_shrink_inactive’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:349:1: note: in expansion of macro ‘TRACE_EVENT’ 349 | TRACE_EVENT(mm_vmscan_lru_shrink_inactive, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:349:1: note: in expansion of macro ‘TRACE_EVENT’ 349 | TRACE_EVENT(mm_vmscan_lru_shrink_inactive, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_vmscan_lru_shrink_active’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:400:1: note: in expansion of macro ‘TRACE_EVENT’ 400 | TRACE_EVENT(mm_vmscan_lru_shrink_active, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:400:1: note: in expansion of macro ‘TRACE_EVENT’ 400 | TRACE_EVENT(mm_vmscan_lru_shrink_active, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_vmscan_node_reclaim_begin’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ 436 | TRACE_EVENT(mm_vmscan_node_reclaim_begin, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ 436 | TRACE_EVENT(mm_vmscan_node_reclaim_begin, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_vmscan_throttled’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:467:1: note: in expansion of macro ‘TRACE_EVENT’ 467 | TRACE_EVENT(mm_vmscan_throttled, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:467:1: note: in expansion of macro ‘TRACE_EVENT’ 467 | TRACE_EVENT(mm_vmscan_throttled, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/vmscan.h: In function ‘perf_trace_mm_vmscan_kswapd_sleep’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(mm_vmscan_kswapd_sleep, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(mm_vmscan_kswapd_sleep, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘perf_trace_mm_vmscan_kswapd_wake’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(mm_vmscan_kswapd_wake, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(mm_vmscan_kswapd_wake, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘perf_trace_mm_vmscan_wakeup_kswapd’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(mm_vmscan_wakeup_kswapd, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(mm_vmscan_wakeup_kswapd, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘perf_trace_mm_vmscan_direct_reclaim_begin_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:115:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 115 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:115:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 115 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘perf_trace_mm_vmscan_direct_reclaim_end_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 159 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_end_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 159 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_end_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘perf_trace_mm_shrink_slab_start’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:199:1: note: in expansion of macro ‘TRACE_EVENT’ 199 | TRACE_EVENT(mm_shrink_slab_start, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:199:1: note: in expansion of macro ‘TRACE_EVENT’ 199 | TRACE_EVENT(mm_shrink_slab_start, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘perf_trace_mm_shrink_slab_end’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:244:1: note: in expansion of macro ‘TRACE_EVENT’ 244 | TRACE_EVENT(mm_shrink_slab_end, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:244:1: note: in expansion of macro ‘TRACE_EVENT’ 244 | TRACE_EVENT(mm_shrink_slab_end, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘perf_trace_mm_vmscan_lru_isolate’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:281:1: note: in expansion of macro ‘TRACE_EVENT’ 281 | TRACE_EVENT(mm_vmscan_lru_isolate, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:281:1: note: in expansion of macro ‘TRACE_EVENT’ 281 | TRACE_EVENT(mm_vmscan_lru_isolate, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘perf_trace_mm_vmscan_write_folio’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ 326 | TRACE_EVENT(mm_vmscan_write_folio, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ 326 | TRACE_EVENT(mm_vmscan_write_folio, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘perf_trace_mm_vmscan_lru_shrink_inactive’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:349:1: note: in expansion of macro ‘TRACE_EVENT’ 349 | TRACE_EVENT(mm_vmscan_lru_shrink_inactive, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:349:1: note: in expansion of macro ‘TRACE_EVENT’ 349 | TRACE_EVENT(mm_vmscan_lru_shrink_inactive, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘perf_trace_mm_vmscan_lru_shrink_active’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:400:1: note: in expansion of macro ‘TRACE_EVENT’ 400 | TRACE_EVENT(mm_vmscan_lru_shrink_active, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:400:1: note: in expansion of macro ‘TRACE_EVENT’ 400 | TRACE_EVENT(mm_vmscan_lru_shrink_active, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘perf_trace_mm_vmscan_node_reclaim_begin’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ 436 | TRACE_EVENT(mm_vmscan_node_reclaim_begin, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ 436 | TRACE_EVENT(mm_vmscan_node_reclaim_begin, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘perf_trace_mm_vmscan_throttled’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:467:1: note: in expansion of macro ‘TRACE_EVENT’ 467 | TRACE_EVENT(mm_vmscan_throttled, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:467:1: note: in expansion of macro ‘TRACE_EVENT’ 467 | TRACE_EVENT(mm_vmscan_throttled, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_vmscan_kswapd_sleep’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(mm_vmscan_kswapd_sleep, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(mm_vmscan_kswapd_sleep, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_vmscan_kswapd_wake’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(mm_vmscan_kswapd_wake, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(mm_vmscan_kswapd_wake, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_vmscan_wakeup_kswapd’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(mm_vmscan_wakeup_kswapd, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(mm_vmscan_wakeup_kswapd, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_vmscan_direct_reclaim_begin_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:115:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 115 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:115:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 115 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_vmscan_direct_reclaim_end_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 159 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_end_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 159 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_end_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_shrink_slab_start’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:199:1: note: in expansion of macro ‘TRACE_EVENT’ 199 | TRACE_EVENT(mm_shrink_slab_start, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:199:1: note: in expansion of macro ‘TRACE_EVENT’ 199 | TRACE_EVENT(mm_shrink_slab_start, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_shrink_slab_end’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:244:1: note: in expansion of macro ‘TRACE_EVENT’ 244 | TRACE_EVENT(mm_shrink_slab_end, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:244:1: note: in expansion of macro ‘TRACE_EVENT’ 244 | TRACE_EVENT(mm_shrink_slab_end, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_vmscan_lru_isolate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:281:1: note: in expansion of macro ‘TRACE_EVENT’ 281 | TRACE_EVENT(mm_vmscan_lru_isolate, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:281:1: note: in expansion of macro ‘TRACE_EVENT’ 281 | TRACE_EVENT(mm_vmscan_lru_isolate, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_vmscan_write_folio’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ 326 | TRACE_EVENT(mm_vmscan_write_folio, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ 326 | TRACE_EVENT(mm_vmscan_write_folio, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_vmscan_lru_shrink_inactive’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:349:1: note: in expansion of macro ‘TRACE_EVENT’ 349 | TRACE_EVENT(mm_vmscan_lru_shrink_inactive, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:349:1: note: in expansion of macro ‘TRACE_EVENT’ 349 | TRACE_EVENT(mm_vmscan_lru_shrink_inactive, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_vmscan_lru_shrink_active’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:400:1: note: in expansion of macro ‘TRACE_EVENT’ 400 | TRACE_EVENT(mm_vmscan_lru_shrink_active, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:400:1: note: in expansion of macro ‘TRACE_EVENT’ 400 | TRACE_EVENT(mm_vmscan_lru_shrink_active, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_vmscan_node_reclaim_begin’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ 436 | TRACE_EVENT(mm_vmscan_node_reclaim_begin, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ 436 | TRACE_EVENT(mm_vmscan_node_reclaim_begin, | ^~~~~~~~~~~ ../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_vmscan_throttled’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:467:1: note: in expansion of macro ‘TRACE_EVENT’ 467 | TRACE_EVENT(mm_vmscan_throttled, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/vmscan.h:467:1: note: in expansion of macro ‘TRACE_EVENT’ 467 | TRACE_EVENT(mm_vmscan_throttled, | ^~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:244: mm/vmscan.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/ethernet/freescale/dpaa2/dpaa2-eth-trace.h:197, from ../drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c:29: ../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h: In function ‘trace_event_raw_event_dpaa2_eth_fd’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(dpaa2_eth_fd, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(dpaa2_eth_fd, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(dpaa2_eth_fd, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(dpaa2_eth_fd, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(dpaa2_eth_fd, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h: In function ‘trace_event_raw_event_dpaa2_eth_buf’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 109 | DECLARE_EVENT_CLASS(dpaa2_eth_buf, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 109 | DECLARE_EVENT_CLASS(dpaa2_eth_buf, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h: In function ‘perf_trace_dpaa2_eth_fd’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(dpaa2_eth_fd, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(dpaa2_eth_fd, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h: In function ‘perf_trace_dpaa2_eth_buf’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 109 | DECLARE_EVENT_CLASS(dpaa2_eth_buf, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 109 | DECLARE_EVENT_CLASS(dpaa2_eth_buf, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h: In function ‘__bpf_trace_dpaa2_eth_fd’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(dpaa2_eth_fd, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 24 | DECLARE_EVENT_CLASS(dpaa2_eth_fd, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h: In function ‘__bpf_trace_dpaa2_eth_buf’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 109 | DECLARE_EVENT_CLASS(dpaa2_eth_buf, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 109 | DECLARE_EVENT_CLASS(dpaa2_eth_buf, | ^~~~~~~~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.o] Error 1 make[7]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/freescale/dpaa2] Error 2 make[6]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/freescale] Error 2 In file included from ../include/trace/define_trace.h:108, from ../fs/iomap/trace.h:313, from ../fs/iomap/trace.c:13: ../fs/iomap/./trace.h: In function ‘trace_event_raw_event_iomap_readpage_class’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(iomap_readpage_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(iomap_readpage_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(iomap_readpage_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(iomap_readpage_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(iomap_readpage_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h: In function ‘trace_event_raw_event_iomap_range_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:53:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 53 | DECLARE_EVENT_CLASS(iomap_range_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:53:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 53 | DECLARE_EVENT_CLASS(iomap_range_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h: In function ‘trace_event_raw_event_iomap_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:116:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 116 | DECLARE_EVENT_CLASS(iomap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:116:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 116 | DECLARE_EVENT_CLASS(iomap_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h: In function ‘trace_event_raw_event_iomap_writepage_map’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(iomap_writepage_map, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(iomap_writepage_map, | ^~~~~~~~~~~ ../fs/iomap/./trace.h: In function ‘trace_event_raw_event_iomap_iter’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:200:1: note: in expansion of macro ‘TRACE_EVENT’ 200 | TRACE_EVENT(iomap_iter, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:200:1: note: in expansion of macro ‘TRACE_EVENT’ 200 | TRACE_EVENT(iomap_iter, | ^~~~~~~~~~~ ../fs/iomap/./trace.h: In function ‘trace_event_raw_event_iomap_dio_rw_begin’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ 236 | TRACE_EVENT(iomap_dio_rw_begin, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ 236 | TRACE_EVENT(iomap_dio_rw_begin, | ^~~~~~~~~~~ ../fs/iomap/./trace.h: In function ‘trace_event_raw_event_iomap_dio_complete’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ 274 | TRACE_EVENT(iomap_dio_complete, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ 274 | TRACE_EVENT(iomap_dio_complete, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../fs/iomap/./trace.h: In function ‘perf_trace_iomap_readpage_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(iomap_readpage_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(iomap_readpage_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h: In function ‘perf_trace_iomap_range_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:53:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 53 | DECLARE_EVENT_CLASS(iomap_range_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:53:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 53 | DECLARE_EVENT_CLASS(iomap_range_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h: In function ‘perf_trace_iomap_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:116:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 116 | DECLARE_EVENT_CLASS(iomap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:116:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 116 | DECLARE_EVENT_CLASS(iomap_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h: In function ‘perf_trace_iomap_writepage_map’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(iomap_writepage_map, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(iomap_writepage_map, | ^~~~~~~~~~~ ../fs/iomap/./trace.h: In function ‘perf_trace_iomap_iter’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:200:1: note: in expansion of macro ‘TRACE_EVENT’ 200 | TRACE_EVENT(iomap_iter, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:200:1: note: in expansion of macro ‘TRACE_EVENT’ 200 | TRACE_EVENT(iomap_iter, | ^~~~~~~~~~~ ../fs/iomap/./trace.h: In function ‘perf_trace_iomap_dio_rw_begin’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ 236 | TRACE_EVENT(iomap_dio_rw_begin, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ 236 | TRACE_EVENT(iomap_dio_rw_begin, | ^~~~~~~~~~~ ../fs/iomap/./trace.h: In function ‘perf_trace_iomap_dio_complete’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ 274 | TRACE_EVENT(iomap_dio_complete, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ 274 | TRACE_EVENT(iomap_dio_complete, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../fs/iomap/./trace.h: In function ‘__bpf_trace_iomap_readpage_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(iomap_readpage_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(iomap_readpage_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h: In function ‘__bpf_trace_iomap_range_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:53:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 53 | DECLARE_EVENT_CLASS(iomap_range_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:53:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 53 | DECLARE_EVENT_CLASS(iomap_range_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h: In function ‘__bpf_trace_iomap_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:116:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 116 | DECLARE_EVENT_CLASS(iomap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:116:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 116 | DECLARE_EVENT_CLASS(iomap_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h: In function ‘__bpf_trace_iomap_writepage_map’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(iomap_writepage_map, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(iomap_writepage_map, | ^~~~~~~~~~~ ../fs/iomap/./trace.h: In function ‘__bpf_trace_iomap_iter’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:200:1: note: in expansion of macro ‘TRACE_EVENT’ 200 | TRACE_EVENT(iomap_iter, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:200:1: note: in expansion of macro ‘TRACE_EVENT’ 200 | TRACE_EVENT(iomap_iter, | ^~~~~~~~~~~ ../fs/iomap/./trace.h: In function ‘__bpf_trace_iomap_dio_rw_begin’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ 236 | TRACE_EVENT(iomap_dio_rw_begin, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ 236 | TRACE_EVENT(iomap_dio_rw_begin, | ^~~~~~~~~~~ ../fs/iomap/./trace.h: In function ‘__bpf_trace_iomap_dio_complete’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ 274 | TRACE_EVENT(iomap_dio_complete, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/iomap/./trace.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ 274 | TRACE_EVENT(iomap_dio_complete, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: fs/iomap/trace.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: fs/iomap] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/ethernet/intel/iavf/iavf_trace.h:209, from ../drivers/net/ethernet/intel/iavf/iavf_main.c:13: ../drivers/net/ethernet/intel/iavf/./iavf_trace.h: In function ‘trace_event_raw_event_iavf_tx_template’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/iavf/./iavf_trace.h:59:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 59 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/iavf/./iavf_trace.h:59:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 59 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/iavf/./iavf_trace.h:59:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 59 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/iavf/./iavf_trace.h:59:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 59 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/iavf/./iavf_trace.h:59:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 59 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/iavf/./iavf_trace.h: In function ‘trace_event_raw_event_iavf_rx_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/iavf/./iavf_trace.h:111:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 111 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/iavf/./iavf_trace.h:111:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 111 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/iavf/./iavf_trace.h: In function ‘trace_event_raw_event_iavf_xmit_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/iavf/./iavf_trace.h:156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 156 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/iavf/./iavf_trace.h:156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 156 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/net/ethernet/intel/iavf/./iavf_trace.h: In function ‘perf_trace_iavf_tx_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/iavf/./iavf_trace.h:59:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 59 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/iavf/./iavf_trace.h:59:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 59 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/iavf/./iavf_trace.h: In function ‘perf_trace_iavf_rx_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/iavf/./iavf_trace.h:111:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 111 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/iavf/./iavf_trace.h:111:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 111 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/iavf/./iavf_trace.h: In function ‘perf_trace_iavf_xmit_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/iavf/./iavf_trace.h:156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 156 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/iavf/./iavf_trace.h:156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 156 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/ethernet/intel/iavf/./iavf_trace.h: In function ‘__bpf_trace_iavf_tx_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/iavf/./iavf_trace.h:59:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 59 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/iavf/./iavf_trace.h:59:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 59 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/iavf/./iavf_trace.h: In function ‘__bpf_trace_iavf_rx_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/iavf/./iavf_trace.h:111:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 111 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/iavf/./iavf_trace.h:111:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 111 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/iavf/./iavf_trace.h: In function ‘__bpf_trace_iavf_xmit_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/iavf/./iavf_trace.h:156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 156 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/iavf/./iavf_trace.h:156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 156 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/intel/iavf/iavf_main.o] Error 1 make[7]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/intel/iavf] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/writeback.h:861, from ../fs/fs-writeback.c:81: ../include/trace/events/writeback.h: In function ‘trace_event_raw_event_writeback_folio_template’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:55:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 55 | DECLARE_EVENT_CLASS(writeback_folio_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:55:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 55 | DECLARE_EVENT_CLASS(writeback_folio_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:55:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 55 | DECLARE_EVENT_CLASS(writeback_folio_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:55:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 55 | DECLARE_EVENT_CLASS(writeback_folio_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:55:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 55 | DECLARE_EVENT_CLASS(writeback_folio_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘trace_event_raw_event_writeback_dirty_inode_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:96:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 96 | DECLARE_EVENT_CLASS(writeback_dirty_inode_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:96:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 96 | DECLARE_EVENT_CLASS(writeback_dirty_inode_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘trace_event_raw_event_inode_foreign_history’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ 179 | TRACE_EVENT(inode_foreign_history, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ 179 | TRACE_EVENT(inode_foreign_history, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘trace_event_raw_event_inode_switch_wbs’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:208:1: note: in expansion of macro ‘TRACE_EVENT’ 208 | TRACE_EVENT(inode_switch_wbs, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:208:1: note: in expansion of macro ‘TRACE_EVENT’ 208 | TRACE_EVENT(inode_switch_wbs, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘trace_event_raw_event_track_foreign_dirty’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:237:1: note: in expansion of macro ‘TRACE_EVENT’ 237 | TRACE_EVENT(track_foreign_dirty, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:237:1: note: in expansion of macro ‘TRACE_EVENT’ 237 | TRACE_EVENT(track_foreign_dirty, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘trace_event_raw_event_flush_foreign’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ 274 | TRACE_EVENT(flush_foreign, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ 274 | TRACE_EVENT(flush_foreign, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘trace_event_raw_event_writeback_write_inode_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:304:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 304 | DECLARE_EVENT_CLASS(writeback_write_inode_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:304:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 304 | DECLARE_EVENT_CLASS(writeback_write_inode_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘trace_event_raw_event_writeback_work_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:347:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 347 | DECLARE_EVENT_CLASS(writeback_work_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:347:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 347 | DECLARE_EVENT_CLASS(writeback_work_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘trace_event_raw_event_writeback_pages_written’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:395:1: note: in expansion of macro ‘TRACE_EVENT’ 395 | TRACE_EVENT(writeback_pages_written, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:395:1: note: in expansion of macro ‘TRACE_EVENT’ 395 | TRACE_EVENT(writeback_pages_written, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘trace_event_raw_event_writeback_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:407:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 407 | DECLARE_EVENT_CLASS(writeback_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:407:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 407 | DECLARE_EVENT_CLASS(writeback_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘trace_event_raw_event_writeback_bdi_register’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:430:1: note: in expansion of macro ‘TRACE_EVENT’ 430 | TRACE_EVENT(writeback_bdi_register, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:430:1: note: in expansion of macro ‘TRACE_EVENT’ 430 | TRACE_EVENT(writeback_bdi_register, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘trace_event_raw_event_wbc_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:444:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 444 | DECLARE_EVENT_CLASS(wbc_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:444:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 444 | DECLARE_EVENT_CLASS(wbc_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘trace_event_raw_event_writeback_queue_io’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:498:1: note: in expansion of macro ‘TRACE_EVENT’ 498 | TRACE_EVENT(writeback_queue_io, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:498:1: note: in expansion of macro ‘TRACE_EVENT’ 498 | TRACE_EVENT(writeback_queue_io, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘trace_event_raw_event_global_dirty_state’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:530:1: note: in expansion of macro ‘TRACE_EVENT’ 530 | TRACE_EVENT(global_dirty_state, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:530:1: note: in expansion of macro ‘TRACE_EVENT’ 530 | TRACE_EVENT(global_dirty_state, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘trace_event_raw_event_bdi_dirty_ratelimit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:575:1: note: in expansion of macro ‘TRACE_EVENT’ 575 | TRACE_EVENT(bdi_dirty_ratelimit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:575:1: note: in expansion of macro ‘TRACE_EVENT’ 575 | TRACE_EVENT(bdi_dirty_ratelimit, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘trace_event_raw_event_balance_dirty_pages’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:621:1: note: in expansion of macro ‘TRACE_EVENT’ 621 | TRACE_EVENT(balance_dirty_pages, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:621:1: note: in expansion of macro ‘TRACE_EVENT’ 621 | TRACE_EVENT(balance_dirty_pages, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘trace_event_raw_event_writeback_sb_inodes_requeue’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:706:1: note: in expansion of macro ‘TRACE_EVENT’ 706 | TRACE_EVENT(writeback_sb_inodes_requeue, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:706:1: note: in expansion of macro ‘TRACE_EVENT’ 706 | TRACE_EVENT(writeback_sb_inodes_requeue, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘trace_event_raw_event_writeback_single_inode_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:738:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 738 | DECLARE_EVENT_CLASS(writeback_single_inode_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:738:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 738 | DECLARE_EVENT_CLASS(writeback_single_inode_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘trace_event_raw_event_writeback_inode_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:798:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 798 | DECLARE_EVENT_CLASS(writeback_inode_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:798:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 798 | DECLARE_EVENT_CLASS(writeback_inode_template, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/writeback.h: In function ‘perf_trace_writeback_folio_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:55:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 55 | DECLARE_EVENT_CLASS(writeback_folio_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:55:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 55 | DECLARE_EVENT_CLASS(writeback_folio_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘perf_trace_writeback_dirty_inode_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:96:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 96 | DECLARE_EVENT_CLASS(writeback_dirty_inode_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:96:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 96 | DECLARE_EVENT_CLASS(writeback_dirty_inode_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘perf_trace_inode_foreign_history’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ 179 | TRACE_EVENT(inode_foreign_history, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ 179 | TRACE_EVENT(inode_foreign_history, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘perf_trace_inode_switch_wbs’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:208:1: note: in expansion of macro ‘TRACE_EVENT’ 208 | TRACE_EVENT(inode_switch_wbs, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:208:1: note: in expansion of macro ‘TRACE_EVENT’ 208 | TRACE_EVENT(inode_switch_wbs, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘perf_trace_track_foreign_dirty’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:237:1: note: in expansion of macro ‘TRACE_EVENT’ 237 | TRACE_EVENT(track_foreign_dirty, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:237:1: note: in expansion of macro ‘TRACE_EVENT’ 237 | TRACE_EVENT(track_foreign_dirty, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘perf_trace_flush_foreign’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ 274 | TRACE_EVENT(flush_foreign, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ 274 | TRACE_EVENT(flush_foreign, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘perf_trace_writeback_write_inode_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:304:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 304 | DECLARE_EVENT_CLASS(writeback_write_inode_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:304:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 304 | DECLARE_EVENT_CLASS(writeback_write_inode_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘perf_trace_writeback_work_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:347:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 347 | DECLARE_EVENT_CLASS(writeback_work_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:347:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 347 | DECLARE_EVENT_CLASS(writeback_work_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘perf_trace_writeback_pages_written’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:395:1: note: in expansion of macro ‘TRACE_EVENT’ 395 | TRACE_EVENT(writeback_pages_written, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:395:1: note: in expansion of macro ‘TRACE_EVENT’ 395 | TRACE_EVENT(writeback_pages_written, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘perf_trace_writeback_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:407:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 407 | DECLARE_EVENT_CLASS(writeback_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:407:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 407 | DECLARE_EVENT_CLASS(writeback_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘perf_trace_writeback_bdi_register’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:430:1: note: in expansion of macro ‘TRACE_EVENT’ 430 | TRACE_EVENT(writeback_bdi_register, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:430:1: note: in expansion of macro ‘TRACE_EVENT’ 430 | TRACE_EVENT(writeback_bdi_register, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘perf_trace_wbc_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:444:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 444 | DECLARE_EVENT_CLASS(wbc_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:444:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 444 | DECLARE_EVENT_CLASS(wbc_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘perf_trace_writeback_queue_io’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:498:1: note: in expansion of macro ‘TRACE_EVENT’ 498 | TRACE_EVENT(writeback_queue_io, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:498:1: note: in expansion of macro ‘TRACE_EVENT’ 498 | TRACE_EVENT(writeback_queue_io, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘perf_trace_global_dirty_state’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:530:1: note: in expansion of macro ‘TRACE_EVENT’ 530 | TRACE_EVENT(global_dirty_state, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:530:1: note: in expansion of macro ‘TRACE_EVENT’ 530 | TRACE_EVENT(global_dirty_state, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘perf_trace_bdi_dirty_ratelimit’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:575:1: note: in expansion of macro ‘TRACE_EVENT’ 575 | TRACE_EVENT(bdi_dirty_ratelimit, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:575:1: note: in expansion of macro ‘TRACE_EVENT’ 575 | TRACE_EVENT(bdi_dirty_ratelimit, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘perf_trace_balance_dirty_pages’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:621:1: note: in expansion of macro ‘TRACE_EVENT’ 621 | TRACE_EVENT(balance_dirty_pages, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:621:1: note: in expansion of macro ‘TRACE_EVENT’ 621 | TRACE_EVENT(balance_dirty_pages, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘perf_trace_writeback_sb_inodes_requeue’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:706:1: note: in expansion of macro ‘TRACE_EVENT’ 706 | TRACE_EVENT(writeback_sb_inodes_requeue, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:706:1: note: in expansion of macro ‘TRACE_EVENT’ 706 | TRACE_EVENT(writeback_sb_inodes_requeue, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘perf_trace_writeback_single_inode_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:738:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 738 | DECLARE_EVENT_CLASS(writeback_single_inode_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:738:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 738 | DECLARE_EVENT_CLASS(writeback_single_inode_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘perf_trace_writeback_inode_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:798:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 798 | DECLARE_EVENT_CLASS(writeback_inode_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:798:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 798 | DECLARE_EVENT_CLASS(writeback_inode_template, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/writeback.h: In function ‘__bpf_trace_writeback_folio_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:55:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 55 | DECLARE_EVENT_CLASS(writeback_folio_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:55:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 55 | DECLARE_EVENT_CLASS(writeback_folio_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘__bpf_trace_writeback_dirty_inode_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:96:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 96 | DECLARE_EVENT_CLASS(writeback_dirty_inode_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:96:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 96 | DECLARE_EVENT_CLASS(writeback_dirty_inode_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘__bpf_trace_inode_foreign_history’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ 179 | TRACE_EVENT(inode_foreign_history, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ 179 | TRACE_EVENT(inode_foreign_history, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘__bpf_trace_inode_switch_wbs’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:208:1: note: in expansion of macro ‘TRACE_EVENT’ 208 | TRACE_EVENT(inode_switch_wbs, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:208:1: note: in expansion of macro ‘TRACE_EVENT’ 208 | TRACE_EVENT(inode_switch_wbs, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘__bpf_trace_track_foreign_dirty’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:237:1: note: in expansion of macro ‘TRACE_EVENT’ 237 | TRACE_EVENT(track_foreign_dirty, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:237:1: note: in expansion of macro ‘TRACE_EVENT’ 237 | TRACE_EVENT(track_foreign_dirty, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘__bpf_trace_flush_foreign’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ 274 | TRACE_EVENT(flush_foreign, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ 274 | TRACE_EVENT(flush_foreign, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘__bpf_trace_writeback_write_inode_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:304:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 304 | DECLARE_EVENT_CLASS(writeback_write_inode_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:304:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 304 | DECLARE_EVENT_CLASS(writeback_write_inode_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘__bpf_trace_writeback_work_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:347:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 347 | DECLARE_EVENT_CLASS(writeback_work_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:347:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 347 | DECLARE_EVENT_CLASS(writeback_work_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘__bpf_trace_writeback_pages_written’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:395:1: note: in expansion of macro ‘TRACE_EVENT’ 395 | TRACE_EVENT(writeback_pages_written, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:395:1: note: in expansion of macro ‘TRACE_EVENT’ 395 | TRACE_EVENT(writeback_pages_written, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘__bpf_trace_writeback_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:407:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 407 | DECLARE_EVENT_CLASS(writeback_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:407:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 407 | DECLARE_EVENT_CLASS(writeback_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘__bpf_trace_writeback_bdi_register’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:430:1: note: in expansion of macro ‘TRACE_EVENT’ 430 | TRACE_EVENT(writeback_bdi_register, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:430:1: note: in expansion of macro ‘TRACE_EVENT’ 430 | TRACE_EVENT(writeback_bdi_register, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘__bpf_trace_wbc_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:444:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 444 | DECLARE_EVENT_CLASS(wbc_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:444:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 444 | DECLARE_EVENT_CLASS(wbc_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘__bpf_trace_writeback_queue_io’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:498:1: note: in expansion of macro ‘TRACE_EVENT’ 498 | TRACE_EVENT(writeback_queue_io, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:498:1: note: in expansion of macro ‘TRACE_EVENT’ 498 | TRACE_EVENT(writeback_queue_io, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘__bpf_trace_global_dirty_state’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:530:1: note: in expansion of macro ‘TRACE_EVENT’ 530 | TRACE_EVENT(global_dirty_state, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:530:1: note: in expansion of macro ‘TRACE_EVENT’ 530 | TRACE_EVENT(global_dirty_state, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘__bpf_trace_bdi_dirty_ratelimit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:575:1: note: in expansion of macro ‘TRACE_EVENT’ 575 | TRACE_EVENT(bdi_dirty_ratelimit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:575:1: note: in expansion of macro ‘TRACE_EVENT’ 575 | TRACE_EVENT(bdi_dirty_ratelimit, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘__bpf_trace_balance_dirty_pages’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:621:1: note: in expansion of macro ‘TRACE_EVENT’ 621 | TRACE_EVENT(balance_dirty_pages, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:621:1: note: in expansion of macro ‘TRACE_EVENT’ 621 | TRACE_EVENT(balance_dirty_pages, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘__bpf_trace_writeback_sb_inodes_requeue’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:706:1: note: in expansion of macro ‘TRACE_EVENT’ 706 | TRACE_EVENT(writeback_sb_inodes_requeue, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:706:1: note: in expansion of macro ‘TRACE_EVENT’ 706 | TRACE_EVENT(writeback_sb_inodes_requeue, | ^~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘__bpf_trace_writeback_single_inode_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:738:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 738 | DECLARE_EVENT_CLASS(writeback_single_inode_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:738:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 738 | DECLARE_EVENT_CLASS(writeback_single_inode_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h: In function ‘__bpf_trace_writeback_inode_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:798:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 798 | DECLARE_EVENT_CLASS(writeback_inode_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/writeback.h:798:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 798 | DECLARE_EVENT_CLASS(writeback_inode_template, | ^~~~~~~~~~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:244: fs/fs-writeback.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../fs/lockd/trace.h:106, from ../fs/lockd/trace.c:3: ../fs/lockd/./trace.h: In function ‘trace_event_raw_event_nlmclnt_lock_event’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/lockd/./trace.h:48:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 48 | DECLARE_EVENT_CLASS(nlmclnt_lock_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/lockd/./trace.h:48:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 48 | DECLARE_EVENT_CLASS(nlmclnt_lock_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/lockd/./trace.h:48:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 48 | DECLARE_EVENT_CLASS(nlmclnt_lock_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/lockd/./trace.h:48:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 48 | DECLARE_EVENT_CLASS(nlmclnt_lock_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/lockd/./trace.h:48:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 48 | DECLARE_EVENT_CLASS(nlmclnt_lock_event, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../fs/lockd/./trace.h: In function ‘perf_trace_nlmclnt_lock_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/lockd/./trace.h:48:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 48 | DECLARE_EVENT_CLASS(nlmclnt_lock_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/lockd/./trace.h:48:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 48 | DECLARE_EVENT_CLASS(nlmclnt_lock_event, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../fs/lockd/./trace.h: In function ‘__bpf_trace_nlmclnt_lock_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/lockd/./trace.h:48:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 48 | DECLARE_EVENT_CLASS(nlmclnt_lock_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/lockd/./trace.h:48:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 48 | DECLARE_EVENT_CLASS(nlmclnt_lock_event, | ^~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: fs/lockd/trace.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: fs/lockd] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/kmem.h:415, from ../mm/slab_common.c:36: ../include/trace/events/kmem.h: In function ‘trace_event_raw_event_kmem_cache_alloc’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(kmem_cache_alloc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(kmem_cache_alloc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(kmem_cache_alloc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(kmem_cache_alloc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(kmem_cache_alloc, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘trace_event_raw_event_kmalloc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:54:1: note: in expansion of macro ‘TRACE_EVENT’ 54 | TRACE_EVENT(kmalloc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:54:1: note: in expansion of macro ‘TRACE_EVENT’ 54 | TRACE_EVENT(kmalloc, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘trace_event_raw_event_kfree’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(kfree, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(kfree, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘trace_event_raw_event_kmem_cache_free’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:114:1: note: in expansion of macro ‘TRACE_EVENT’ 114 | TRACE_EVENT(kmem_cache_free, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:114:1: note: in expansion of macro ‘TRACE_EVENT’ 114 | TRACE_EVENT(kmem_cache_free, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘trace_event_raw_event_mm_page_free’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ 136 | TRACE_EVENT(mm_page_free, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ 136 | TRACE_EVENT(mm_page_free, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘trace_event_raw_event_mm_page_free_batched’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(mm_page_free_batched, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(mm_page_free_batched, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘trace_event_raw_event_mm_page_alloc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ 177 | TRACE_EVENT(mm_page_alloc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ 177 | TRACE_EVENT(mm_page_alloc, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘trace_event_raw_event_mm_page’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:206:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 206 | DECLARE_EVENT_CLASS(mm_page, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:206:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 206 | DECLARE_EVENT_CLASS(mm_page, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘trace_event_raw_event_mm_page_pcpu_drain’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ 243 | TRACE_EVENT(mm_page_pcpu_drain, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ 243 | TRACE_EVENT(mm_page_pcpu_drain, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘trace_event_raw_event_mm_page_alloc_extfrag’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:266:1: note: in expansion of macro ‘TRACE_EVENT’ 266 | TRACE_EVENT(mm_page_alloc_extfrag, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:266:1: note: in expansion of macro ‘TRACE_EVENT’ 266 | TRACE_EVENT(mm_page_alloc_extfrag, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘trace_event_raw_event_mm_alloc_contig_migrate_range_info’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ 307 | TRACE_EVENT(mm_alloc_contig_migrate_range_info, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ 307 | TRACE_EVENT(mm_alloc_contig_migrate_range_info, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘trace_event_raw_event_rss_stat’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:384:1: note: in expansion of macro ‘TRACE_EVENT’ 384 | TRACE_EVENT(rss_stat, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:384:1: note: in expansion of macro ‘TRACE_EVENT’ 384 | TRACE_EVENT(rss_stat, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/kmem.h: In function ‘perf_trace_kmem_cache_alloc’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(kmem_cache_alloc, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(kmem_cache_alloc, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘perf_trace_kmalloc’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:54:1: note: in expansion of macro ‘TRACE_EVENT’ 54 | TRACE_EVENT(kmalloc, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:54:1: note: in expansion of macro ‘TRACE_EVENT’ 54 | TRACE_EVENT(kmalloc, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘perf_trace_kfree’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(kfree, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(kfree, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘perf_trace_kmem_cache_free’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:114:1: note: in expansion of macro ‘TRACE_EVENT’ 114 | TRACE_EVENT(kmem_cache_free, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:114:1: note: in expansion of macro ‘TRACE_EVENT’ 114 | TRACE_EVENT(kmem_cache_free, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘perf_trace_mm_page_free’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ 136 | TRACE_EVENT(mm_page_free, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ 136 | TRACE_EVENT(mm_page_free, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘perf_trace_mm_page_free_batched’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(mm_page_free_batched, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(mm_page_free_batched, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘perf_trace_mm_page_alloc’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ 177 | TRACE_EVENT(mm_page_alloc, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ 177 | TRACE_EVENT(mm_page_alloc, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘perf_trace_mm_page’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:206:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 206 | DECLARE_EVENT_CLASS(mm_page, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:206:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 206 | DECLARE_EVENT_CLASS(mm_page, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘perf_trace_mm_page_pcpu_drain’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ 243 | TRACE_EVENT(mm_page_pcpu_drain, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ 243 | TRACE_EVENT(mm_page_pcpu_drain, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘perf_trace_mm_page_alloc_extfrag’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:266:1: note: in expansion of macro ‘TRACE_EVENT’ 266 | TRACE_EVENT(mm_page_alloc_extfrag, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:266:1: note: in expansion of macro ‘TRACE_EVENT’ 266 | TRACE_EVENT(mm_page_alloc_extfrag, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘perf_trace_mm_alloc_contig_migrate_range_info’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ 307 | TRACE_EVENT(mm_alloc_contig_migrate_range_info, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ 307 | TRACE_EVENT(mm_alloc_contig_migrate_range_info, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘perf_trace_rss_stat’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:384:1: note: in expansion of macro ‘TRACE_EVENT’ 384 | TRACE_EVENT(rss_stat, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:384:1: note: in expansion of macro ‘TRACE_EVENT’ 384 | TRACE_EVENT(rss_stat, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/kmem.h: In function ‘__bpf_trace_kmem_cache_alloc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(kmem_cache_alloc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(kmem_cache_alloc, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘__bpf_trace_kmalloc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:54:1: note: in expansion of macro ‘TRACE_EVENT’ 54 | TRACE_EVENT(kmalloc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:54:1: note: in expansion of macro ‘TRACE_EVENT’ 54 | TRACE_EVENT(kmalloc, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘__bpf_trace_kfree’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(kfree, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(kfree, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘__bpf_trace_kmem_cache_free’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:114:1: note: in expansion of macro ‘TRACE_EVENT’ 114 | TRACE_EVENT(kmem_cache_free, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:114:1: note: in expansion of macro ‘TRACE_EVENT’ 114 | TRACE_EVENT(kmem_cache_free, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘__bpf_trace_mm_page_free’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ 136 | TRACE_EVENT(mm_page_free, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ 136 | TRACE_EVENT(mm_page_free, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘__bpf_trace_mm_page_free_batched’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(mm_page_free_batched, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(mm_page_free_batched, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘__bpf_trace_mm_page_alloc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ 177 | TRACE_EVENT(mm_page_alloc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ 177 | TRACE_EVENT(mm_page_alloc, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘__bpf_trace_mm_page’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:206:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 206 | DECLARE_EVENT_CLASS(mm_page, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:206:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 206 | DECLARE_EVENT_CLASS(mm_page, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘__bpf_trace_mm_page_pcpu_drain’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ 243 | TRACE_EVENT(mm_page_pcpu_drain, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ 243 | TRACE_EVENT(mm_page_pcpu_drain, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘__bpf_trace_mm_page_alloc_extfrag’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:266:1: note: in expansion of macro ‘TRACE_EVENT’ 266 | TRACE_EVENT(mm_page_alloc_extfrag, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:266:1: note: in expansion of macro ‘TRACE_EVENT’ 266 | TRACE_EVENT(mm_page_alloc_extfrag, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘__bpf_trace_mm_alloc_contig_migrate_range_info’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ 307 | TRACE_EVENT(mm_alloc_contig_migrate_range_info, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ 307 | TRACE_EVENT(mm_alloc_contig_migrate_range_info, | ^~~~~~~~~~~ ../include/trace/events/kmem.h: In function ‘__bpf_trace_rss_stat’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:384:1: note: in expansion of macro ‘TRACE_EVENT’ 384 | TRACE_EVENT(rss_stat, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kmem.h:384:1: note: in expansion of macro ‘TRACE_EVENT’ 384 | TRACE_EVENT(rss_stat, | ^~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:244: mm/slab_common.o] Error 1 make[3]: *** [../scripts/Makefile.build:485: mm] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/wireless/mediatek/mt76/mt7615/mt7615_trace.h:56, from ../drivers/net/wireless/mediatek/mt76/mt7615/trace.c:10: ../drivers/net/wireless/mediatek/mt76/mt7615/./mt7615_trace.h: In function ‘trace_event_raw_event_dev_token’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/mt7615/./mt7615_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(dev_token, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/mt7615/./mt7615_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(dev_token, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/mt7615/./mt7615_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(dev_token, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/mt7615/./mt7615_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(dev_token, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/mt7615/./mt7615_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(dev_token, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/net/wireless/mediatek/mt76/mt7615/./mt7615_trace.h: In function ‘perf_trace_dev_token’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/mt7615/./mt7615_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(dev_token, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/mt7615/./mt7615_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(dev_token, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/wireless/mediatek/mt76/mt7615/./mt7615_trace.h: In function ‘__bpf_trace_dev_token’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/mt7615/./mt7615_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(dev_token, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt76/mt7615/./mt7615_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(dev_token, | ^~~~~~~~~~~~~~~~~~~ make[9]: *** [../scripts/Makefile.build:244: drivers/net/wireless/mediatek/mt76/mt7615/trace.o] Error 1 make[8]: *** [../scripts/Makefile.build:485: drivers/net/wireless/mediatek/mt76/mt7615] Error 2 make[7]: *** [../scripts/Makefile.build:485: drivers/net/wireless/mediatek/mt76] Error 2 make[7]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../drivers/net/ethernet/mellanox/mlx5/core/diag/cmd_tracepoint.h:45, from ../drivers/net/ethernet/mellanox/mlx5/core/cmd.c:48: ../drivers/net/ethernet/mellanox/mlx5/core/./diag/cmd_tracepoint.h: In function ‘trace_event_raw_event_mlx5_cmd’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/cmd_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(mlx5_cmd, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/cmd_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(mlx5_cmd, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/cmd_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(mlx5_cmd, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/cmd_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(mlx5_cmd, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/cmd_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(mlx5_cmd, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/net/ethernet/mellanox/mlx5/core/./diag/cmd_tracepoint.h: In function ‘perf_trace_mlx5_cmd’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/cmd_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(mlx5_cmd, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/cmd_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(mlx5_cmd, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/ethernet/mellanox/mlx5/core/./diag/cmd_tracepoint.h: In function ‘__bpf_trace_mlx5_cmd’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/cmd_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(mlx5_cmd, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/cmd_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(mlx5_cmd, | ^~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/mellanox/mlx5/core/cmd.o] Error 1 make[8]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/sof.h:121, from ../sound/soc/sof/core.c:20: ../include/trace/events/sof.h: In function ‘trace_event_raw_event_sof_widget_template’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(sof_widget_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(sof_widget_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(sof_widget_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(sof_widget_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(sof_widget_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h: In function ‘trace_event_raw_event_sof_ipc3_period_elapsed_position’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ 42 | TRACE_EVENT(sof_ipc3_period_elapsed_position, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ 42 | TRACE_EVENT(sof_ipc3_period_elapsed_position, | ^~~~~~~~~~~ ../include/trace/events/sof.h: In function ‘trace_event_raw_event_sof_pcm_pointer_position’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ 62 | TRACE_EVENT(sof_pcm_pointer_position, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ 62 | TRACE_EVENT(sof_pcm_pointer_position, | ^~~~~~~~~~~ ../include/trace/events/sof.h: In function ‘trace_event_raw_event_sof_stream_position_ipc_rx’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(sof_stream_position_ipc_rx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(sof_stream_position_ipc_rx, | ^~~~~~~~~~~ ../include/trace/events/sof.h: In function ‘trace_event_raw_event_sof_ipc4_fw_config’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ 101 | TRACE_EVENT(sof_ipc4_fw_config, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ 101 | TRACE_EVENT(sof_ipc4_fw_config, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/sof.h: In function ‘perf_trace_sof_widget_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(sof_widget_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(sof_widget_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h: In function ‘perf_trace_sof_ipc3_period_elapsed_position’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ 42 | TRACE_EVENT(sof_ipc3_period_elapsed_position, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ 42 | TRACE_EVENT(sof_ipc3_period_elapsed_position, | ^~~~~~~~~~~ ../include/trace/events/sof.h: In function ‘perf_trace_sof_pcm_pointer_position’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ 62 | TRACE_EVENT(sof_pcm_pointer_position, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ 62 | TRACE_EVENT(sof_pcm_pointer_position, | ^~~~~~~~~~~ ../include/trace/events/sof.h: In function ‘perf_trace_sof_stream_position_ipc_rx’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(sof_stream_position_ipc_rx, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(sof_stream_position_ipc_rx, | ^~~~~~~~~~~ ../include/trace/events/sof.h: In function ‘perf_trace_sof_ipc4_fw_config’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ 101 | TRACE_EVENT(sof_ipc4_fw_config, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ 101 | TRACE_EVENT(sof_ipc4_fw_config, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/sof.h: In function ‘__bpf_trace_sof_widget_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(sof_widget_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 18 | DECLARE_EVENT_CLASS(sof_widget_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h: In function ‘__bpf_trace_sof_ipc3_period_elapsed_position’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ 42 | TRACE_EVENT(sof_ipc3_period_elapsed_position, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ 42 | TRACE_EVENT(sof_ipc3_period_elapsed_position, | ^~~~~~~~~~~ ../include/trace/events/sof.h: In function ‘__bpf_trace_sof_pcm_pointer_position’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ 62 | TRACE_EVENT(sof_pcm_pointer_position, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ 62 | TRACE_EVENT(sof_pcm_pointer_position, | ^~~~~~~~~~~ ../include/trace/events/sof.h: In function ‘__bpf_trace_sof_stream_position_ipc_rx’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(sof_stream_position_ipc_rx, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(sof_stream_position_ipc_rx, | ^~~~~~~~~~~ ../include/trace/events/sof.h: In function ‘__bpf_trace_sof_ipc4_fw_config’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ 101 | TRACE_EVENT(sof_ipc4_fw_config, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ 101 | TRACE_EVENT(sof_ipc4_fw_config, | ^~~~~~~~~~~ make[6]: *** [../scripts/Makefile.build:244: sound/soc/sof/core.o] Error 1 make[6]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/mlxsw.h:119, from ../drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_atcam.c:11: ../include/trace/events/mlxsw.h: In function ‘trace_event_raw_event_mlxsw_sp_acl_atcam_entry_add_ctcam_spill’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(mlxsw_sp_acl_atcam_entry_add_ctcam_spill, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(mlxsw_sp_acl_atcam_entry_add_ctcam_spill, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(mlxsw_sp_acl_atcam_entry_add_ctcam_spill, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(mlxsw_sp_acl_atcam_entry_add_ctcam_spill, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(mlxsw_sp_acl_atcam_entry_add_ctcam_spill, | ^~~~~~~~~~~ ../include/trace/events/mlxsw.h: In function ‘trace_event_raw_event_mlxsw_sp_acl_tcam_vregion_rehash’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_rehash, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_rehash, | ^~~~~~~~~~~ ../include/trace/events/mlxsw.h: In function ‘trace_event_raw_event_mlxsw_sp_acl_tcam_vregion_migrate’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:56:1: note: in expansion of macro ‘TRACE_EVENT’ 56 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_migrate, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:56:1: note: in expansion of macro ‘TRACE_EVENT’ 56 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_migrate, | ^~~~~~~~~~~ ../include/trace/events/mlxsw.h: In function ‘trace_event_raw_event_mlxsw_sp_acl_tcam_vregion_migrate_end’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ 76 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_migrate_end, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ 76 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_migrate_end, | ^~~~~~~~~~~ ../include/trace/events/mlxsw.h: In function ‘trace_event_raw_event_mlxsw_sp_acl_tcam_vregion_rehash_rollback_failed’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ 96 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_rehash_rollback_failed, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ 96 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_rehash_rollback_failed, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/mlxsw.h: In function ‘perf_trace_mlxsw_sp_acl_atcam_entry_add_ctcam_spill’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(mlxsw_sp_acl_atcam_entry_add_ctcam_spill, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(mlxsw_sp_acl_atcam_entry_add_ctcam_spill, | ^~~~~~~~~~~ ../include/trace/events/mlxsw.h: In function ‘perf_trace_mlxsw_sp_acl_tcam_vregion_rehash’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_rehash, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_rehash, | ^~~~~~~~~~~ ../include/trace/events/mlxsw.h: In function ‘perf_trace_mlxsw_sp_acl_tcam_vregion_migrate’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:56:1: note: in expansion of macro ‘TRACE_EVENT’ 56 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_migrate, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:56:1: note: in expansion of macro ‘TRACE_EVENT’ 56 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_migrate, | ^~~~~~~~~~~ ../include/trace/events/mlxsw.h: In function ‘perf_trace_mlxsw_sp_acl_tcam_vregion_migrate_end’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ 76 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_migrate_end, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ 76 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_migrate_end, | ^~~~~~~~~~~ ../include/trace/events/mlxsw.h: In function ‘perf_trace_mlxsw_sp_acl_tcam_vregion_rehash_rollback_failed’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ 96 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_rehash_rollback_failed, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ 96 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_rehash_rollback_failed, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/mlxsw.h: In function ‘__bpf_trace_mlxsw_sp_acl_atcam_entry_add_ctcam_spill’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(mlxsw_sp_acl_atcam_entry_add_ctcam_spill, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(mlxsw_sp_acl_atcam_entry_add_ctcam_spill, | ^~~~~~~~~~~ ../include/trace/events/mlxsw.h: In function ‘__bpf_trace_mlxsw_sp_acl_tcam_vregion_rehash’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_rehash, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_rehash, | ^~~~~~~~~~~ ../include/trace/events/mlxsw.h: In function ‘__bpf_trace_mlxsw_sp_acl_tcam_vregion_migrate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:56:1: note: in expansion of macro ‘TRACE_EVENT’ 56 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_migrate, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:56:1: note: in expansion of macro ‘TRACE_EVENT’ 56 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_migrate, | ^~~~~~~~~~~ ../include/trace/events/mlxsw.h: In function ‘__bpf_trace_mlxsw_sp_acl_tcam_vregion_migrate_end’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ 76 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_migrate_end, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ 76 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_migrate_end, | ^~~~~~~~~~~ ../include/trace/events/mlxsw.h: In function ‘__bpf_trace_mlxsw_sp_acl_tcam_vregion_rehash_rollback_failed’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ 96 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_rehash_rollback_failed, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/mlxsw.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ 96 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_rehash_rollback_failed, | ^~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_atcam.o] Error 1 make[7]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/mellanox/mlxsw] Error 2 make[7]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../drivers/net/wireless/ath/wil6210/trace.h:285, from ../drivers/net/wireless/ath/wil6210/trace.c:9: ../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘trace_event_raw_event_wil6210_wmi’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(wil6210_wmi, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(wil6210_wmi, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(wil6210_wmi, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(wil6210_wmi, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(wil6210_wmi, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘trace_event_raw_event_wil6210_log_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:69:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 69 | DECLARE_EVENT_CLASS(wil6210_log_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:69:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 69 | DECLARE_EVENT_CLASS(wil6210_log_event, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘trace_event_raw_event_wil6210_irq_pseudo’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ 101 | TRACE_EVENT(wil6210_irq_pseudo, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ 101 | TRACE_EVENT(wil6210_irq_pseudo, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘trace_event_raw_event_wil6210_irq’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 114 | DECLARE_EVENT_CLASS(wil6210_irq, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 114 | DECLARE_EVENT_CLASS(wil6210_irq, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘trace_event_raw_event_wil6210_rx’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ 146 | TRACE_EVENT(wil6210_rx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ 146 | TRACE_EVENT(wil6210_rx, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘trace_event_raw_event_wil6210_rx_status’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ 177 | TRACE_EVENT(wil6210_rx_status, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ 177 | TRACE_EVENT(wil6210_rx_status, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘trace_event_raw_event_wil6210_tx’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ 211 | TRACE_EVENT(wil6210_tx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ 211 | TRACE_EVENT(wil6210_tx, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘trace_event_raw_event_wil6210_tx_done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:230:1: note: in expansion of macro ‘TRACE_EVENT’ 230 | TRACE_EVENT(wil6210_tx_done, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:230:1: note: in expansion of macro ‘TRACE_EVENT’ 230 | TRACE_EVENT(wil6210_tx_done, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘trace_event_raw_event_wil6210_tx_status’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:250:1: note: in expansion of macro ‘TRACE_EVENT’ 250 | TRACE_EVENT(wil6210_tx_status, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:250:1: note: in expansion of macro ‘TRACE_EVENT’ 250 | TRACE_EVENT(wil6210_tx_status, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘perf_trace_wil6210_wmi’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(wil6210_wmi, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(wil6210_wmi, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘perf_trace_wil6210_log_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:69:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 69 | DECLARE_EVENT_CLASS(wil6210_log_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:69:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 69 | DECLARE_EVENT_CLASS(wil6210_log_event, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘perf_trace_wil6210_irq_pseudo’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ 101 | TRACE_EVENT(wil6210_irq_pseudo, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ 101 | TRACE_EVENT(wil6210_irq_pseudo, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘perf_trace_wil6210_irq’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 114 | DECLARE_EVENT_CLASS(wil6210_irq, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 114 | DECLARE_EVENT_CLASS(wil6210_irq, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘perf_trace_wil6210_rx’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ 146 | TRACE_EVENT(wil6210_rx, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ 146 | TRACE_EVENT(wil6210_rx, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘perf_trace_wil6210_rx_status’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ 177 | TRACE_EVENT(wil6210_rx_status, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ 177 | TRACE_EVENT(wil6210_rx_status, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘perf_trace_wil6210_tx’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ 211 | TRACE_EVENT(wil6210_tx, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ 211 | TRACE_EVENT(wil6210_tx, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘perf_trace_wil6210_tx_done’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:230:1: note: in expansion of macro ‘TRACE_EVENT’ 230 | TRACE_EVENT(wil6210_tx_done, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:230:1: note: in expansion of macro ‘TRACE_EVENT’ 230 | TRACE_EVENT(wil6210_tx_done, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘perf_trace_wil6210_tx_status’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:250:1: note: in expansion of macro ‘TRACE_EVENT’ 250 | TRACE_EVENT(wil6210_tx_status, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:250:1: note: in expansion of macro ‘TRACE_EVENT’ 250 | TRACE_EVENT(wil6210_tx_status, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘__bpf_trace_wil6210_wmi’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(wil6210_wmi, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(wil6210_wmi, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘__bpf_trace_wil6210_log_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:69:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 69 | DECLARE_EVENT_CLASS(wil6210_log_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:69:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 69 | DECLARE_EVENT_CLASS(wil6210_log_event, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘__bpf_trace_wil6210_irq_pseudo’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ 101 | TRACE_EVENT(wil6210_irq_pseudo, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ 101 | TRACE_EVENT(wil6210_irq_pseudo, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘__bpf_trace_wil6210_irq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 114 | DECLARE_EVENT_CLASS(wil6210_irq, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 114 | DECLARE_EVENT_CLASS(wil6210_irq, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘__bpf_trace_wil6210_rx’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ 146 | TRACE_EVENT(wil6210_rx, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ 146 | TRACE_EVENT(wil6210_rx, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘__bpf_trace_wil6210_rx_status’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ 177 | TRACE_EVENT(wil6210_rx_status, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ 177 | TRACE_EVENT(wil6210_rx_status, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘__bpf_trace_wil6210_tx’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ 211 | TRACE_EVENT(wil6210_tx, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ 211 | TRACE_EVENT(wil6210_tx, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘__bpf_trace_wil6210_tx_done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:230:1: note: in expansion of macro ‘TRACE_EVENT’ 230 | TRACE_EVENT(wil6210_tx_done, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:230:1: note: in expansion of macro ‘TRACE_EVENT’ 230 | TRACE_EVENT(wil6210_tx_done, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘__bpf_trace_wil6210_tx_status’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:250:1: note: in expansion of macro ‘TRACE_EVENT’ 250 | TRACE_EVENT(wil6210_tx_status, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/wil6210/./trace.h:250:1: note: in expansion of macro ‘TRACE_EVENT’ 250 | TRACE_EVENT(wil6210_tx_status, | ^~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/ath/wil6210/trace.o] Error 1 make[7]: *** [../scripts/Makefile.build:485: drivers/net/wireless/ath/wil6210] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/wireless/silabs/wfx/traces.h:496, from ../drivers/net/wireless/silabs/wfx/debug.c:20: ../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘trace_event_raw_event_hif_data’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 159 | DECLARE_EVENT_CLASS(hif_data, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 159 | DECLARE_EVENT_CLASS(hif_data, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 159 | DECLARE_EVENT_CLASS(hif_data, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 159 | DECLARE_EVENT_CLASS(hif_data, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 159 | DECLARE_EVENT_CLASS(hif_data, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘trace_event_raw_event_io_data’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:236:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 236 | DECLARE_EVENT_CLASS(io_data, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:236:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 236 | DECLARE_EVENT_CLASS(io_data, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘trace_event_raw_event_io_data32’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:279:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 279 | DECLARE_EVENT_CLASS(io_data32, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:279:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 279 | DECLARE_EVENT_CLASS(io_data32, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘trace_event_raw_event_piggyback’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:314:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 314 | DECLARE_EVENT_CLASS(piggyback, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:314:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 314 | DECLARE_EVENT_CLASS(piggyback, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘trace_event_raw_event_bh_stats’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:335:1: note: in expansion of macro ‘TRACE_EVENT’ 335 | TRACE_EVENT(bh_stats, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:335:1: note: in expansion of macro ‘TRACE_EVENT’ 335 | TRACE_EVENT(bh_stats, | ^~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘trace_event_raw_event_tx_stats’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:363:1: note: in expansion of macro ‘TRACE_EVENT’ 363 | TRACE_EVENT(tx_stats, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:363:1: note: in expansion of macro ‘TRACE_EVENT’ 363 | TRACE_EVENT(tx_stats, | ^~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘trace_event_raw_event_queues_stats’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:437:1: note: in expansion of macro ‘TRACE_EVENT’ 437 | TRACE_EVENT(queues_stats, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:437:1: note: in expansion of macro ‘TRACE_EVENT’ 437 | TRACE_EVENT(queues_stats, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘perf_trace_hif_data’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 159 | DECLARE_EVENT_CLASS(hif_data, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 159 | DECLARE_EVENT_CLASS(hif_data, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘perf_trace_io_data’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:236:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 236 | DECLARE_EVENT_CLASS(io_data, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:236:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 236 | DECLARE_EVENT_CLASS(io_data, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘perf_trace_io_data32’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:279:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 279 | DECLARE_EVENT_CLASS(io_data32, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:279:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 279 | DECLARE_EVENT_CLASS(io_data32, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘perf_trace_piggyback’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:314:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 314 | DECLARE_EVENT_CLASS(piggyback, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:314:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 314 | DECLARE_EVENT_CLASS(piggyback, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘perf_trace_bh_stats’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:335:1: note: in expansion of macro ‘TRACE_EVENT’ 335 | TRACE_EVENT(bh_stats, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:335:1: note: in expansion of macro ‘TRACE_EVENT’ 335 | TRACE_EVENT(bh_stats, | ^~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘perf_trace_tx_stats’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:363:1: note: in expansion of macro ‘TRACE_EVENT’ 363 | TRACE_EVENT(tx_stats, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:363:1: note: in expansion of macro ‘TRACE_EVENT’ 363 | TRACE_EVENT(tx_stats, | ^~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘perf_trace_queues_stats’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:437:1: note: in expansion of macro ‘TRACE_EVENT’ 437 | TRACE_EVENT(queues_stats, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:437:1: note: in expansion of macro ‘TRACE_EVENT’ 437 | TRACE_EVENT(queues_stats, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘__bpf_trace_hif_data’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 159 | DECLARE_EVENT_CLASS(hif_data, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 159 | DECLARE_EVENT_CLASS(hif_data, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘__bpf_trace_io_data’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:236:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 236 | DECLARE_EVENT_CLASS(io_data, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:236:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 236 | DECLARE_EVENT_CLASS(io_data, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘__bpf_trace_io_data32’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:279:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 279 | DECLARE_EVENT_CLASS(io_data32, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:279:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 279 | DECLARE_EVENT_CLASS(io_data32, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘__bpf_trace_piggyback’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:314:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 314 | DECLARE_EVENT_CLASS(piggyback, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:314:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 314 | DECLARE_EVENT_CLASS(piggyback, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘__bpf_trace_bh_stats’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:335:1: note: in expansion of macro ‘TRACE_EVENT’ 335 | TRACE_EVENT(bh_stats, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:335:1: note: in expansion of macro ‘TRACE_EVENT’ 335 | TRACE_EVENT(bh_stats, | ^~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘__bpf_trace_tx_stats’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:363:1: note: in expansion of macro ‘TRACE_EVENT’ 363 | TRACE_EVENT(tx_stats, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:363:1: note: in expansion of macro ‘TRACE_EVENT’ 363 | TRACE_EVENT(tx_stats, | ^~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘__bpf_trace_queues_stats’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:437:1: note: in expansion of macro ‘TRACE_EVENT’ 437 | TRACE_EVENT(queues_stats, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/silabs/wfx/./traces.h:437:1: note: in expansion of macro ‘TRACE_EVENT’ 437 | TRACE_EVENT(queues_stats, | ^~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/silabs/wfx/debug.o] Error 1 make[7]: *** [../scripts/Makefile.build:485: drivers/net/wireless/silabs/wfx] Error 2 make[6]: *** [../scripts/Makefile.build:485: drivers/net/wireless/silabs] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h:40, from ../drivers/net/ethernet/mellanox/mlx5/core/sf/vhca_event.c:10: ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h: In function ‘trace_event_raw_event_mlx5_sf_vhca_event’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5_sf_vhca_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5_sf_vhca_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5_sf_vhca_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5_sf_vhca_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5_sf_vhca_event, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h: In function ‘perf_trace_mlx5_sf_vhca_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5_sf_vhca_event, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5_sf_vhca_event, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h: In function ‘__bpf_trace_mlx5_sf_vhca_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5_sf_vhca_event, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5_sf_vhca_event, | ^~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/mellanox/mlx5/core/sf/vhca_event.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer_tracepoint.h:78, from ../drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c:35: ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fw_tracer_tracepoint.h: In function ‘trace_event_raw_event_mlx5_fw’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fw_tracer_tracepoint.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ 43 | TRACE_EVENT(mlx5_fw, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fw_tracer_tracepoint.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ 43 | TRACE_EVENT(mlx5_fw, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fw_tracer_tracepoint.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ 43 | TRACE_EVENT(mlx5_fw, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fw_tracer_tracepoint.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ 43 | TRACE_EVENT(mlx5_fw, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fw_tracer_tracepoint.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ 43 | TRACE_EVENT(mlx5_fw, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fw_tracer_tracepoint.h: In function ‘perf_trace_mlx5_fw’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fw_tracer_tracepoint.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ 43 | TRACE_EVENT(mlx5_fw, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fw_tracer_tracepoint.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ 43 | TRACE_EVENT(mlx5_fw, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fw_tracer_tracepoint.h: In function ‘__bpf_trace_mlx5_fw’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fw_tracer_tracepoint.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ 43 | TRACE_EVENT(mlx5_fw, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fw_tracer_tracepoint.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ 43 | TRACE_EVENT(mlx5_fw, | ^~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/xen.h:459, from ../arch/x86/xen/trace.c:21: ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_mc__batch’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(xen_mc__batch, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(xen_mc__batch, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(xen_mc__batch, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(xen_mc__batch, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(xen_mc__batch, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_mc_entry’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(xen_mc_entry, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(xen_mc_entry, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_mc_entry_alloc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ 55 | TRACE_EVENT(xen_mc_entry_alloc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ 55 | TRACE_EVENT(xen_mc_entry_alloc, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_mc_callback’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ 65 | TRACE_EVENT(xen_mc_callback, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ 65 | TRACE_EVENT(xen_mc_callback, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_mc_flush_reason’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ 84 | TRACE_EVENT(xen_mc_flush_reason, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ 84 | TRACE_EVENT(xen_mc_flush_reason, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_mc_flush’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ 98 | TRACE_EVENT(xen_mc_flush, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ 98 | TRACE_EVENT(xen_mc_flush, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_mc_extend_args’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ 113 | TRACE_EVENT(xen_mc_extend_args, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ 113 | TRACE_EVENT(xen_mc_extend_args, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_mmu__set_pte’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:134:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 134 | DECLARE_EVENT_CLASS(xen_mmu__set_pte, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:134:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 134 | DECLARE_EVENT_CLASS(xen_mmu__set_pte, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_mmu_set_pmd’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(xen_mmu_set_pmd, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(xen_mmu_set_pmd, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_mmu_pte_clear’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:176:1: note: in expansion of macro ‘TRACE_EVENT’ 176 | TRACE_EVENT(xen_mmu_pte_clear, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:176:1: note: in expansion of macro ‘TRACE_EVENT’ 176 | TRACE_EVENT(xen_mmu_pte_clear, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_mmu_pmd_clear’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:191:1: note: in expansion of macro ‘TRACE_EVENT’ 191 | TRACE_EVENT(xen_mmu_pmd_clear, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:191:1: note: in expansion of macro ‘TRACE_EVENT’ 191 | TRACE_EVENT(xen_mmu_pmd_clear, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_mmu_set_pud’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:241:1: note: in expansion of macro ‘TRACE_EVENT’ 241 | TRACE_EVENT(xen_mmu_set_pud, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:241:1: note: in expansion of macro ‘TRACE_EVENT’ 241 | TRACE_EVENT(xen_mmu_set_pud, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_mmu_ptep_modify_prot’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:258:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 258 | DECLARE_EVENT_CLASS(xen_mmu_ptep_modify_prot, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:258:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 258 | DECLARE_EVENT_CLASS(xen_mmu_ptep_modify_prot, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_mmu_alloc_ptpage’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ 286 | TRACE_EVENT(xen_mmu_alloc_ptpage, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ 286 | TRACE_EVENT(xen_mmu_alloc_ptpage, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_mmu_release_ptpage’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:304:1: note: in expansion of macro ‘TRACE_EVENT’ 304 | TRACE_EVENT(xen_mmu_release_ptpage, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:304:1: note: in expansion of macro ‘TRACE_EVENT’ 304 | TRACE_EVENT(xen_mmu_release_ptpage, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_mmu_pgd’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:320:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 320 | DECLARE_EVENT_CLASS(xen_mmu_pgd, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:320:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 320 | DECLARE_EVENT_CLASS(xen_mmu_pgd, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_mmu_flush_tlb_one_user’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:339:1: note: in expansion of macro ‘TRACE_EVENT’ 339 | TRACE_EVENT(xen_mmu_flush_tlb_one_user, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:339:1: note: in expansion of macro ‘TRACE_EVENT’ 339 | TRACE_EVENT(xen_mmu_flush_tlb_one_user, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_mmu_flush_tlb_multi’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:349:1: note: in expansion of macro ‘TRACE_EVENT’ 349 | TRACE_EVENT(xen_mmu_flush_tlb_multi, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:349:1: note: in expansion of macro ‘TRACE_EVENT’ 349 | TRACE_EVENT(xen_mmu_flush_tlb_multi, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_mmu_write_cr3’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:367:1: note: in expansion of macro ‘TRACE_EVENT’ 367 | TRACE_EVENT(xen_mmu_write_cr3, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:367:1: note: in expansion of macro ‘TRACE_EVENT’ 367 | TRACE_EVENT(xen_mmu_write_cr3, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_cpu_write_ldt_entry’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:382:1: note: in expansion of macro ‘TRACE_EVENT’ 382 | TRACE_EVENT(xen_cpu_write_ldt_entry, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:382:1: note: in expansion of macro ‘TRACE_EVENT’ 382 | TRACE_EVENT(xen_cpu_write_ldt_entry, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_cpu_write_idt_entry’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:399:1: note: in expansion of macro ‘TRACE_EVENT’ 399 | TRACE_EVENT(xen_cpu_write_idt_entry, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:399:1: note: in expansion of macro ‘TRACE_EVENT’ 399 | TRACE_EVENT(xen_cpu_write_idt_entry, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_cpu_load_idt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:413:1: note: in expansion of macro ‘TRACE_EVENT’ 413 | TRACE_EVENT(xen_cpu_load_idt, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:413:1: note: in expansion of macro ‘TRACE_EVENT’ 413 | TRACE_EVENT(xen_cpu_load_idt, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_cpu_write_gdt_entry’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:423:1: note: in expansion of macro ‘TRACE_EVENT’ 423 | TRACE_EVENT(xen_cpu_write_gdt_entry, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:423:1: note: in expansion of macro ‘TRACE_EVENT’ 423 | TRACE_EVENT(xen_cpu_write_gdt_entry, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘trace_event_raw_event_xen_cpu_set_ldt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:442:1: note: in expansion of macro ‘TRACE_EVENT’ 442 | TRACE_EVENT(xen_cpu_set_ldt, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:442:1: note: in expansion of macro ‘TRACE_EVENT’ 442 | TRACE_EVENT(xen_cpu_set_ldt, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/xen.h: In function ‘perf_trace_xen_mc__batch’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(xen_mc__batch, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(xen_mc__batch, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘perf_trace_xen_mc_entry’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(xen_mc_entry, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(xen_mc_entry, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘perf_trace_xen_mc_entry_alloc’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ 55 | TRACE_EVENT(xen_mc_entry_alloc, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ 55 | TRACE_EVENT(xen_mc_entry_alloc, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘perf_trace_xen_mc_callback’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ 65 | TRACE_EVENT(xen_mc_callback, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ 65 | TRACE_EVENT(xen_mc_callback, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘perf_trace_xen_mc_flush_reason’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ 84 | TRACE_EVENT(xen_mc_flush_reason, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ 84 | TRACE_EVENT(xen_mc_flush_reason, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘perf_trace_xen_mc_flush’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ 98 | TRACE_EVENT(xen_mc_flush, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ 98 | TRACE_EVENT(xen_mc_flush, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘perf_trace_xen_mc_extend_args’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ 113 | TRACE_EVENT(xen_mc_extend_args, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ 113 | TRACE_EVENT(xen_mc_extend_args, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘perf_trace_xen_mmu__set_pte’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:134:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 134 | DECLARE_EVENT_CLASS(xen_mmu__set_pte, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:134:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 134 | DECLARE_EVENT_CLASS(xen_mmu__set_pte, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘perf_trace_xen_mmu_set_pmd’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(xen_mmu_set_pmd, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(xen_mmu_set_pmd, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘perf_trace_xen_mmu_pte_clear’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:176:1: note: in expansion of macro ‘TRACE_EVENT’ 176 | TRACE_EVENT(xen_mmu_pte_clear, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:176:1: note: in expansion of macro ‘TRACE_EVENT’ 176 | TRACE_EVENT(xen_mmu_pte_clear, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘perf_trace_xen_mmu_pmd_clear’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:191:1: note: in expansion of macro ‘TRACE_EVENT’ 191 | TRACE_EVENT(xen_mmu_pmd_clear, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:191:1: note: in expansion of macro ‘TRACE_EVENT’ 191 | TRACE_EVENT(xen_mmu_pmd_clear, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘perf_trace_xen_mmu_set_pud’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:241:1: note: in expansion of macro ‘TRACE_EVENT’ 241 | TRACE_EVENT(xen_mmu_set_pud, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:241:1: note: in expansion of macro ‘TRACE_EVENT’ 241 | TRACE_EVENT(xen_mmu_set_pud, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘perf_trace_xen_mmu_ptep_modify_prot’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:258:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 258 | DECLARE_EVENT_CLASS(xen_mmu_ptep_modify_prot, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:258:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 258 | DECLARE_EVENT_CLASS(xen_mmu_ptep_modify_prot, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘perf_trace_xen_mmu_alloc_ptpage’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ 286 | TRACE_EVENT(xen_mmu_alloc_ptpage, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ 286 | TRACE_EVENT(xen_mmu_alloc_ptpage, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘perf_trace_xen_mmu_release_ptpage’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:304:1: note: in expansion of macro ‘TRACE_EVENT’ 304 | TRACE_EVENT(xen_mmu_release_ptpage, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:304:1: note: in expansion of macro ‘TRACE_EVENT’ 304 | TRACE_EVENT(xen_mmu_release_ptpage, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘perf_trace_xen_mmu_pgd’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:320:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 320 | DECLARE_EVENT_CLASS(xen_mmu_pgd, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:320:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 320 | DECLARE_EVENT_CLASS(xen_mmu_pgd, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘perf_trace_xen_mmu_flush_tlb_one_user’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:339:1: note: in expansion of macro ‘TRACE_EVENT’ 339 | TRACE_EVENT(xen_mmu_flush_tlb_one_user, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:339:1: note: in expansion of macro ‘TRACE_EVENT’ 339 | TRACE_EVENT(xen_mmu_flush_tlb_one_user, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘perf_trace_xen_mmu_flush_tlb_multi’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:349:1: note: in expansion of macro ‘TRACE_EVENT’ 349 | TRACE_EVENT(xen_mmu_flush_tlb_multi, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:349:1: note: in expansion of macro ‘TRACE_EVENT’ 349 | TRACE_EVENT(xen_mmu_flush_tlb_multi, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘perf_trace_xen_mmu_write_cr3’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:367:1: note: in expansion of macro ‘TRACE_EVENT’ 367 | TRACE_EVENT(xen_mmu_write_cr3, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:367:1: note: in expansion of macro ‘TRACE_EVENT’ 367 | TRACE_EVENT(xen_mmu_write_cr3, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘perf_trace_xen_cpu_write_ldt_entry’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:382:1: note: in expansion of macro ‘TRACE_EVENT’ 382 | TRACE_EVENT(xen_cpu_write_ldt_entry, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:382:1: note: in expansion of macro ‘TRACE_EVENT’ 382 | TRACE_EVENT(xen_cpu_write_ldt_entry, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘perf_trace_xen_cpu_write_idt_entry’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:399:1: note: in expansion of macro ‘TRACE_EVENT’ 399 | TRACE_EVENT(xen_cpu_write_idt_entry, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:399:1: note: in expansion of macro ‘TRACE_EVENT’ 399 | TRACE_EVENT(xen_cpu_write_idt_entry, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘perf_trace_xen_cpu_load_idt’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:413:1: note: in expansion of macro ‘TRACE_EVENT’ 413 | TRACE_EVENT(xen_cpu_load_idt, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:413:1: note: in expansion of macro ‘TRACE_EVENT’ 413 | TRACE_EVENT(xen_cpu_load_idt, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘perf_trace_xen_cpu_write_gdt_entry’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:423:1: note: in expansion of macro ‘TRACE_EVENT’ 423 | TRACE_EVENT(xen_cpu_write_gdt_entry, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:423:1: note: in expansion of macro ‘TRACE_EVENT’ 423 | TRACE_EVENT(xen_cpu_write_gdt_entry, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘perf_trace_xen_cpu_set_ldt’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:442:1: note: in expansion of macro ‘TRACE_EVENT’ 442 | TRACE_EVENT(xen_cpu_set_ldt, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:442:1: note: in expansion of macro ‘TRACE_EVENT’ 442 | TRACE_EVENT(xen_cpu_set_ldt, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_mc__batch’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(xen_mc__batch, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 15 | DECLARE_EVENT_CLASS(xen_mc__batch, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_mc_entry’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(xen_mc_entry, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(xen_mc_entry, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_mc_entry_alloc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ 55 | TRACE_EVENT(xen_mc_entry_alloc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ 55 | TRACE_EVENT(xen_mc_entry_alloc, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_mc_callback’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ 65 | TRACE_EVENT(xen_mc_callback, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ 65 | TRACE_EVENT(xen_mc_callback, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_mc_flush_reason’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ 84 | TRACE_EVENT(xen_mc_flush_reason, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ 84 | TRACE_EVENT(xen_mc_flush_reason, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_mc_flush’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ 98 | TRACE_EVENT(xen_mc_flush, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ 98 | TRACE_EVENT(xen_mc_flush, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_mc_extend_args’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ 113 | TRACE_EVENT(xen_mc_extend_args, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ 113 | TRACE_EVENT(xen_mc_extend_args, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_mmu__set_pte’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:134:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 134 | DECLARE_EVENT_CLASS(xen_mmu__set_pte, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:134:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 134 | DECLARE_EVENT_CLASS(xen_mmu__set_pte, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_mmu_set_pmd’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(xen_mmu_set_pmd, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(xen_mmu_set_pmd, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_mmu_pte_clear’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:176:1: note: in expansion of macro ‘TRACE_EVENT’ 176 | TRACE_EVENT(xen_mmu_pte_clear, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:176:1: note: in expansion of macro ‘TRACE_EVENT’ 176 | TRACE_EVENT(xen_mmu_pte_clear, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_mmu_pmd_clear’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:191:1: note: in expansion of macro ‘TRACE_EVENT’ 191 | TRACE_EVENT(xen_mmu_pmd_clear, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:191:1: note: in expansion of macro ‘TRACE_EVENT’ 191 | TRACE_EVENT(xen_mmu_pmd_clear, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_mmu_set_pud’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:241:1: note: in expansion of macro ‘TRACE_EVENT’ 241 | TRACE_EVENT(xen_mmu_set_pud, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:241:1: note: in expansion of macro ‘TRACE_EVENT’ 241 | TRACE_EVENT(xen_mmu_set_pud, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_mmu_ptep_modify_prot’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:258:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 258 | DECLARE_EVENT_CLASS(xen_mmu_ptep_modify_prot, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:258:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 258 | DECLARE_EVENT_CLASS(xen_mmu_ptep_modify_prot, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_mmu_alloc_ptpage’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ 286 | TRACE_EVENT(xen_mmu_alloc_ptpage, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ 286 | TRACE_EVENT(xen_mmu_alloc_ptpage, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_mmu_release_ptpage’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:304:1: note: in expansion of macro ‘TRACE_EVENT’ 304 | TRACE_EVENT(xen_mmu_release_ptpage, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:304:1: note: in expansion of macro ‘TRACE_EVENT’ 304 | TRACE_EVENT(xen_mmu_release_ptpage, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_mmu_pgd’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:320:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 320 | DECLARE_EVENT_CLASS(xen_mmu_pgd, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:320:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 320 | DECLARE_EVENT_CLASS(xen_mmu_pgd, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_mmu_flush_tlb_one_user’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:339:1: note: in expansion of macro ‘TRACE_EVENT’ 339 | TRACE_EVENT(xen_mmu_flush_tlb_one_user, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:339:1: note: in expansion of macro ‘TRACE_EVENT’ 339 | TRACE_EVENT(xen_mmu_flush_tlb_one_user, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_mmu_flush_tlb_multi’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:349:1: note: in expansion of macro ‘TRACE_EVENT’ 349 | TRACE_EVENT(xen_mmu_flush_tlb_multi, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:349:1: note: in expansion of macro ‘TRACE_EVENT’ 349 | TRACE_EVENT(xen_mmu_flush_tlb_multi, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_mmu_write_cr3’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:367:1: note: in expansion of macro ‘TRACE_EVENT’ 367 | TRACE_EVENT(xen_mmu_write_cr3, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:367:1: note: in expansion of macro ‘TRACE_EVENT’ 367 | TRACE_EVENT(xen_mmu_write_cr3, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_cpu_write_ldt_entry’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:382:1: note: in expansion of macro ‘TRACE_EVENT’ 382 | TRACE_EVENT(xen_cpu_write_ldt_entry, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:382:1: note: in expansion of macro ‘TRACE_EVENT’ 382 | TRACE_EVENT(xen_cpu_write_ldt_entry, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_cpu_write_idt_entry’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:399:1: note: in expansion of macro ‘TRACE_EVENT’ 399 | TRACE_EVENT(xen_cpu_write_idt_entry, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:399:1: note: in expansion of macro ‘TRACE_EVENT’ 399 | TRACE_EVENT(xen_cpu_write_idt_entry, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_cpu_load_idt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:413:1: note: in expansion of macro ‘TRACE_EVENT’ 413 | TRACE_EVENT(xen_cpu_load_idt, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:413:1: note: in expansion of macro ‘TRACE_EVENT’ 413 | TRACE_EVENT(xen_cpu_load_idt, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_cpu_write_gdt_entry’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:423:1: note: in expansion of macro ‘TRACE_EVENT’ 423 | TRACE_EVENT(xen_cpu_write_gdt_entry, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:423:1: note: in expansion of macro ‘TRACE_EVENT’ 423 | TRACE_EVENT(xen_cpu_write_gdt_entry, | ^~~~~~~~~~~ ../include/trace/events/xen.h: In function ‘__bpf_trace_xen_cpu_set_ldt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:442:1: note: in expansion of macro ‘TRACE_EVENT’ 442 | TRACE_EVENT(xen_cpu_set_ldt, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/xen.h:442:1: note: in expansion of macro ‘TRACE_EVENT’ 442 | TRACE_EVENT(xen_cpu_set_ldt, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: arch/x86/xen/trace.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: arch/x86/xen] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_trace.h:181, from ../drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c:10: ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h: In function ‘trace_event_raw_event_hclge_pf_mbx_get’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(hclge_pf_mbx_get, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(hclge_pf_mbx_get, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(hclge_pf_mbx_get, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(hclge_pf_mbx_get, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(hclge_pf_mbx_get, | ^~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h: In function ‘trace_event_raw_event_hclge_pf_mbx_send’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(hclge_pf_mbx_send, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(hclge_pf_mbx_send, | ^~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h: In function ‘trace_event_raw_event_hclge_pf_cmd_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:81:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 81 | DECLARE_EVENT_CLASS(hclge_pf_cmd_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:81:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 81 | DECLARE_EVENT_CLASS(hclge_pf_cmd_template, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h: In function ‘trace_event_raw_event_hclge_pf_special_cmd_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 132 | DECLARE_EVENT_CLASS(hclge_pf_special_cmd_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 132 | DECLARE_EVENT_CLASS(hclge_pf_special_cmd_template, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h: In function ‘perf_trace_hclge_pf_mbx_get’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(hclge_pf_mbx_get, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(hclge_pf_mbx_get, | ^~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h: In function ‘perf_trace_hclge_pf_mbx_send’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(hclge_pf_mbx_send, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(hclge_pf_mbx_send, | ^~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h: In function ‘perf_trace_hclge_pf_cmd_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:81:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 81 | DECLARE_EVENT_CLASS(hclge_pf_cmd_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:81:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 81 | DECLARE_EVENT_CLASS(hclge_pf_cmd_template, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h: In function ‘perf_trace_hclge_pf_special_cmd_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 132 | DECLARE_EVENT_CLASS(hclge_pf_special_cmd_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 132 | DECLARE_EVENT_CLASS(hclge_pf_special_cmd_template, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h: In function ‘__bpf_trace_hclge_pf_mbx_get’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(hclge_pf_mbx_get, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(hclge_pf_mbx_get, | ^~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h: In function ‘__bpf_trace_hclge_pf_mbx_send’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(hclge_pf_mbx_send, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(hclge_pf_mbx_send, | ^~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h: In function ‘__bpf_trace_hclge_pf_cmd_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:81:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 81 | DECLARE_EVENT_CLASS(hclge_pf_cmd_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:81:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 81 | DECLARE_EVENT_CLASS(hclge_pf_cmd_template, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h: In function ‘__bpf_trace_hclge_pf_special_cmd_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 132 | DECLARE_EVENT_CLASS(hclge_pf_special_cmd_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 132 | DECLARE_EVENT_CLASS(hclge_pf_special_cmd_template, | ^~~~~~~~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.o] Error 1 make[7]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/hisilicon/hns3] Error 2 make[6]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/hisilicon] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h:58, from ../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/dev.c:13: ../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h: In function ‘trace_event_raw_event_mlx5_sf_dev_template’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(mlx5_sf_dev_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(mlx5_sf_dev_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(mlx5_sf_dev_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(mlx5_sf_dev_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(mlx5_sf_dev_template, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h: In function ‘perf_trace_mlx5_sf_dev_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(mlx5_sf_dev_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(mlx5_sf_dev_template, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h: In function ‘__bpf_trace_mlx5_sf_dev_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(mlx5_sf_dev_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 14 | DECLARE_EVENT_CLASS(mlx5_sf_dev_template, | ^~~~~~~~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/mellanox/mlx5/core/sf/dev/dev.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/kvm.h:495, from ../arch/x86/kvm/../../../virt/kvm/kvm_main.c:65: ../include/trace/events/kvm.h: In function ‘trace_event_raw_event_kvm_userspace_exit’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:22:1: note: in expansion of macro ‘TRACE_EVENT’ 22 | TRACE_EVENT(kvm_userspace_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:22:1: note: in expansion of macro ‘TRACE_EVENT’ 22 | TRACE_EVENT(kvm_userspace_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:22:1: note: in expansion of macro ‘TRACE_EVENT’ 22 | TRACE_EVENT(kvm_userspace_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:22:1: note: in expansion of macro ‘TRACE_EVENT’ 22 | TRACE_EVENT(kvm_userspace_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:22:1: note: in expansion of macro ‘TRACE_EVENT’ 22 | TRACE_EVENT(kvm_userspace_exit, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘trace_event_raw_event_kvm_vcpu_wakeup’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ 43 | TRACE_EVENT(kvm_vcpu_wakeup, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ 43 | TRACE_EVENT(kvm_vcpu_wakeup, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘trace_event_raw_event_kvm_set_irq’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(kvm_set_irq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(kvm_set_irq, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘trace_event_raw_event_kvm_ioapic_set_irq’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ 98 | TRACE_EVENT(kvm_ioapic_set_irq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ 98 | TRACE_EVENT(kvm_ioapic_set_irq, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘trace_event_raw_event_kvm_ioapic_delayed_eoi_inj’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:123:1: note: in expansion of macro ‘TRACE_EVENT’ 123 | TRACE_EVENT(kvm_ioapic_delayed_eoi_inj, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:123:1: note: in expansion of macro ‘TRACE_EVENT’ 123 | TRACE_EVENT(kvm_ioapic_delayed_eoi_inj, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘trace_event_raw_event_kvm_msi_set_irq’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:143:1: note: in expansion of macro ‘TRACE_EVENT’ 143 | TRACE_EVENT(kvm_msi_set_irq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:143:1: note: in expansion of macro ‘TRACE_EVENT’ 143 | TRACE_EVENT(kvm_msi_set_irq, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘trace_event_raw_event_kvm_ack_irq’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:183:1: note: in expansion of macro ‘TRACE_EVENT’ 183 | TRACE_EVENT(kvm_ack_irq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:183:1: note: in expansion of macro ‘TRACE_EVENT’ 183 | TRACE_EVENT(kvm_ack_irq, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘trace_event_raw_event_kvm_mmio’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:213:1: note: in expansion of macro ‘TRACE_EVENT’ 213 | TRACE_EVENT(kvm_mmio, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:213:1: note: in expansion of macro ‘TRACE_EVENT’ 213 | TRACE_EVENT(kvm_mmio, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘trace_event_raw_event_kvm_fpu’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ 243 | TRACE_EVENT(kvm_fpu, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ 243 | TRACE_EVENT(kvm_fpu, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘trace_event_raw_event_kvm_async_get_page_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:259:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 259 | DECLARE_EVENT_CLASS(kvm_async_get_page_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:259:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 259 | DECLARE_EVENT_CLASS(kvm_async_get_page_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘trace_event_raw_event_kvm_async_pf_nopresent_ready’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:292:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 292 | DECLARE_EVENT_CLASS(kvm_async_pf_nopresent_ready, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:292:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 292 | DECLARE_EVENT_CLASS(kvm_async_pf_nopresent_ready, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘trace_event_raw_event_kvm_async_pf_completed’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ 326 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ 326 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘trace_event_raw_event_kvm_halt_poll_ns’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:347:1: note: in expansion of macro ‘TRACE_EVENT’ 347 | TRACE_EVENT(kvm_halt_poll_ns, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:347:1: note: in expansion of macro ‘TRACE_EVENT’ 347 | TRACE_EVENT(kvm_halt_poll_ns, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘trace_event_raw_event_kvm_dirty_ring_push’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:378:1: note: in expansion of macro ‘TRACE_EVENT’ 378 | TRACE_EVENT(kvm_dirty_ring_push, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:378:1: note: in expansion of macro ‘TRACE_EVENT’ 378 | TRACE_EVENT(kvm_dirty_ring_push, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘trace_event_raw_event_kvm_dirty_ring_reset’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:405:1: note: in expansion of macro ‘TRACE_EVENT’ 405 | TRACE_EVENT(kvm_dirty_ring_reset, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:405:1: note: in expansion of macro ‘TRACE_EVENT’ 405 | TRACE_EVENT(kvm_dirty_ring_reset, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘trace_event_raw_event_kvm_dirty_ring_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:426:1: note: in expansion of macro ‘TRACE_EVENT’ 426 | TRACE_EVENT(kvm_dirty_ring_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:426:1: note: in expansion of macro ‘TRACE_EVENT’ 426 | TRACE_EVENT(kvm_dirty_ring_exit, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘trace_event_raw_event_kvm_unmap_hva_range’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:441:1: note: in expansion of macro ‘TRACE_EVENT’ 441 | TRACE_EVENT(kvm_unmap_hva_range, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:441:1: note: in expansion of macro ‘TRACE_EVENT’ 441 | TRACE_EVENT(kvm_unmap_hva_range, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘trace_event_raw_event_kvm_age_hva’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:459:1: note: in expansion of macro ‘TRACE_EVENT’ 459 | TRACE_EVENT(kvm_age_hva, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:459:1: note: in expansion of macro ‘TRACE_EVENT’ 459 | TRACE_EVENT(kvm_age_hva, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘trace_event_raw_event_kvm_test_age_hva’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:477:1: note: in expansion of macro ‘TRACE_EVENT’ 477 | TRACE_EVENT(kvm_test_age_hva, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:477:1: note: in expansion of macro ‘TRACE_EVENT’ 477 | TRACE_EVENT(kvm_test_age_hva, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/kvm.h: In function ‘perf_trace_kvm_userspace_exit’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:22:1: note: in expansion of macro ‘TRACE_EVENT’ 22 | TRACE_EVENT(kvm_userspace_exit, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:22:1: note: in expansion of macro ‘TRACE_EVENT’ 22 | TRACE_EVENT(kvm_userspace_exit, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘perf_trace_kvm_vcpu_wakeup’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ 43 | TRACE_EVENT(kvm_vcpu_wakeup, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ 43 | TRACE_EVENT(kvm_vcpu_wakeup, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘perf_trace_kvm_set_irq’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(kvm_set_irq, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(kvm_set_irq, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘perf_trace_kvm_ioapic_set_irq’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ 98 | TRACE_EVENT(kvm_ioapic_set_irq, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ 98 | TRACE_EVENT(kvm_ioapic_set_irq, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘perf_trace_kvm_ioapic_delayed_eoi_inj’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:123:1: note: in expansion of macro ‘TRACE_EVENT’ 123 | TRACE_EVENT(kvm_ioapic_delayed_eoi_inj, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:123:1: note: in expansion of macro ‘TRACE_EVENT’ 123 | TRACE_EVENT(kvm_ioapic_delayed_eoi_inj, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘perf_trace_kvm_msi_set_irq’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:143:1: note: in expansion of macro ‘TRACE_EVENT’ 143 | TRACE_EVENT(kvm_msi_set_irq, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:143:1: note: in expansion of macro ‘TRACE_EVENT’ 143 | TRACE_EVENT(kvm_msi_set_irq, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘perf_trace_kvm_ack_irq’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:183:1: note: in expansion of macro ‘TRACE_EVENT’ 183 | TRACE_EVENT(kvm_ack_irq, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:183:1: note: in expansion of macro ‘TRACE_EVENT’ 183 | TRACE_EVENT(kvm_ack_irq, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘perf_trace_kvm_mmio’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:213:1: note: in expansion of macro ‘TRACE_EVENT’ 213 | TRACE_EVENT(kvm_mmio, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:213:1: note: in expansion of macro ‘TRACE_EVENT’ 213 | TRACE_EVENT(kvm_mmio, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘perf_trace_kvm_fpu’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ 243 | TRACE_EVENT(kvm_fpu, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ 243 | TRACE_EVENT(kvm_fpu, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘perf_trace_kvm_async_get_page_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:259:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 259 | DECLARE_EVENT_CLASS(kvm_async_get_page_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:259:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 259 | DECLARE_EVENT_CLASS(kvm_async_get_page_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘perf_trace_kvm_async_pf_nopresent_ready’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:292:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 292 | DECLARE_EVENT_CLASS(kvm_async_pf_nopresent_ready, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:292:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 292 | DECLARE_EVENT_CLASS(kvm_async_pf_nopresent_ready, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘perf_trace_kvm_async_pf_completed’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ 326 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ 326 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘perf_trace_kvm_halt_poll_ns’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:347:1: note: in expansion of macro ‘TRACE_EVENT’ 347 | TRACE_EVENT(kvm_halt_poll_ns, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:347:1: note: in expansion of macro ‘TRACE_EVENT’ 347 | TRACE_EVENT(kvm_halt_poll_ns, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘perf_trace_kvm_dirty_ring_push’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:378:1: note: in expansion of macro ‘TRACE_EVENT’ 378 | TRACE_EVENT(kvm_dirty_ring_push, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:378:1: note: in expansion of macro ‘TRACE_EVENT’ 378 | TRACE_EVENT(kvm_dirty_ring_push, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘perf_trace_kvm_dirty_ring_reset’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:405:1: note: in expansion of macro ‘TRACE_EVENT’ 405 | TRACE_EVENT(kvm_dirty_ring_reset, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:405:1: note: in expansion of macro ‘TRACE_EVENT’ 405 | TRACE_EVENT(kvm_dirty_ring_reset, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘perf_trace_kvm_dirty_ring_exit’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:426:1: note: in expansion of macro ‘TRACE_EVENT’ 426 | TRACE_EVENT(kvm_dirty_ring_exit, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:426:1: note: in expansion of macro ‘TRACE_EVENT’ 426 | TRACE_EVENT(kvm_dirty_ring_exit, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘perf_trace_kvm_unmap_hva_range’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:441:1: note: in expansion of macro ‘TRACE_EVENT’ 441 | TRACE_EVENT(kvm_unmap_hva_range, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:441:1: note: in expansion of macro ‘TRACE_EVENT’ 441 | TRACE_EVENT(kvm_unmap_hva_range, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘perf_trace_kvm_age_hva’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:459:1: note: in expansion of macro ‘TRACE_EVENT’ 459 | TRACE_EVENT(kvm_age_hva, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:459:1: note: in expansion of macro ‘TRACE_EVENT’ 459 | TRACE_EVENT(kvm_age_hva, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘perf_trace_kvm_test_age_hva’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:477:1: note: in expansion of macro ‘TRACE_EVENT’ 477 | TRACE_EVENT(kvm_test_age_hva, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:477:1: note: in expansion of macro ‘TRACE_EVENT’ 477 | TRACE_EVENT(kvm_test_age_hva, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/kvm.h: In function ‘__bpf_trace_kvm_userspace_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:22:1: note: in expansion of macro ‘TRACE_EVENT’ 22 | TRACE_EVENT(kvm_userspace_exit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:22:1: note: in expansion of macro ‘TRACE_EVENT’ 22 | TRACE_EVENT(kvm_userspace_exit, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘__bpf_trace_kvm_vcpu_wakeup’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ 43 | TRACE_EVENT(kvm_vcpu_wakeup, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ 43 | TRACE_EVENT(kvm_vcpu_wakeup, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘__bpf_trace_kvm_set_irq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(kvm_set_irq, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(kvm_set_irq, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘__bpf_trace_kvm_ioapic_set_irq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ 98 | TRACE_EVENT(kvm_ioapic_set_irq, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ 98 | TRACE_EVENT(kvm_ioapic_set_irq, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘__bpf_trace_kvm_ioapic_delayed_eoi_inj’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:123:1: note: in expansion of macro ‘TRACE_EVENT’ 123 | TRACE_EVENT(kvm_ioapic_delayed_eoi_inj, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:123:1: note: in expansion of macro ‘TRACE_EVENT’ 123 | TRACE_EVENT(kvm_ioapic_delayed_eoi_inj, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘__bpf_trace_kvm_msi_set_irq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:143:1: note: in expansion of macro ‘TRACE_EVENT’ 143 | TRACE_EVENT(kvm_msi_set_irq, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:143:1: note: in expansion of macro ‘TRACE_EVENT’ 143 | TRACE_EVENT(kvm_msi_set_irq, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘__bpf_trace_kvm_ack_irq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:183:1: note: in expansion of macro ‘TRACE_EVENT’ 183 | TRACE_EVENT(kvm_ack_irq, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:183:1: note: in expansion of macro ‘TRACE_EVENT’ 183 | TRACE_EVENT(kvm_ack_irq, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘__bpf_trace_kvm_mmio’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:213:1: note: in expansion of macro ‘TRACE_EVENT’ 213 | TRACE_EVENT(kvm_mmio, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:213:1: note: in expansion of macro ‘TRACE_EVENT’ 213 | TRACE_EVENT(kvm_mmio, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘__bpf_trace_kvm_fpu’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ 243 | TRACE_EVENT(kvm_fpu, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ 243 | TRACE_EVENT(kvm_fpu, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘__bpf_trace_kvm_async_get_page_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:259:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 259 | DECLARE_EVENT_CLASS(kvm_async_get_page_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:259:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 259 | DECLARE_EVENT_CLASS(kvm_async_get_page_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘__bpf_trace_kvm_async_pf_nopresent_ready’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:292:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 292 | DECLARE_EVENT_CLASS(kvm_async_pf_nopresent_ready, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:292:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 292 | DECLARE_EVENT_CLASS(kvm_async_pf_nopresent_ready, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘__bpf_trace_kvm_async_pf_completed’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ 326 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ 326 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘__bpf_trace_kvm_halt_poll_ns’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:347:1: note: in expansion of macro ‘TRACE_EVENT’ 347 | TRACE_EVENT(kvm_halt_poll_ns, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:347:1: note: in expansion of macro ‘TRACE_EVENT’ 347 | TRACE_EVENT(kvm_halt_poll_ns, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘__bpf_trace_kvm_dirty_ring_push’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:378:1: note: in expansion of macro ‘TRACE_EVENT’ 378 | TRACE_EVENT(kvm_dirty_ring_push, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:378:1: note: in expansion of macro ‘TRACE_EVENT’ 378 | TRACE_EVENT(kvm_dirty_ring_push, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘__bpf_trace_kvm_dirty_ring_reset’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:405:1: note: in expansion of macro ‘TRACE_EVENT’ 405 | TRACE_EVENT(kvm_dirty_ring_reset, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:405:1: note: in expansion of macro ‘TRACE_EVENT’ 405 | TRACE_EVENT(kvm_dirty_ring_reset, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘__bpf_trace_kvm_dirty_ring_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:426:1: note: in expansion of macro ‘TRACE_EVENT’ 426 | TRACE_EVENT(kvm_dirty_ring_exit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:426:1: note: in expansion of macro ‘TRACE_EVENT’ 426 | TRACE_EVENT(kvm_dirty_ring_exit, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘__bpf_trace_kvm_unmap_hva_range’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:441:1: note: in expansion of macro ‘TRACE_EVENT’ 441 | TRACE_EVENT(kvm_unmap_hva_range, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:441:1: note: in expansion of macro ‘TRACE_EVENT’ 441 | TRACE_EVENT(kvm_unmap_hva_range, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘__bpf_trace_kvm_age_hva’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:459:1: note: in expansion of macro ‘TRACE_EVENT’ 459 | TRACE_EVENT(kvm_age_hva, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:459:1: note: in expansion of macro ‘TRACE_EVENT’ 459 | TRACE_EVENT(kvm_age_hva, | ^~~~~~~~~~~ ../include/trace/events/kvm.h: In function ‘__bpf_trace_kvm_test_age_hva’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:477:1: note: in expansion of macro ‘TRACE_EVENT’ 477 | TRACE_EVENT(kvm_test_age_hva, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/kvm.h:477:1: note: in expansion of macro ‘TRACE_EVENT’ 477 | TRACE_EVENT(kvm_test_age_hva, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: arch/x86/kvm/../../../virt/kvm/kvm_main.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/dlm.h:674, from ../fs/dlm/main.c:23: ../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_lock_start’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ 93 | TRACE_EVENT(dlm_lock_start, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ 93 | TRACE_EVENT(dlm_lock_start, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ 93 | TRACE_EVENT(dlm_lock_start, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ 93 | TRACE_EVENT(dlm_lock_start, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ 93 | TRACE_EVENT(dlm_lock_start, | ^~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_lock_end’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:135:1: note: in expansion of macro ‘TRACE_EVENT’ 135 | TRACE_EVENT(dlm_lock_end, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:135:1: note: in expansion of macro ‘TRACE_EVENT’ 135 | TRACE_EVENT(dlm_lock_end, | ^~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_bast’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:190:1: note: in expansion of macro ‘TRACE_EVENT’ 190 | TRACE_EVENT(dlm_bast, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:190:1: note: in expansion of macro ‘TRACE_EVENT’ 190 | TRACE_EVENT(dlm_bast, | ^~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_ast’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:221:1: note: in expansion of macro ‘TRACE_EVENT’ 221 | TRACE_EVENT(dlm_ast, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:221:1: note: in expansion of macro ‘TRACE_EVENT’ 221 | TRACE_EVENT(dlm_ast, | ^~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_unlock_start’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ 255 | TRACE_EVENT(dlm_unlock_start, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ 255 | TRACE_EVENT(dlm_unlock_start, | ^~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_unlock_end’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:290:1: note: in expansion of macro ‘TRACE_EVENT’ 290 | TRACE_EVENT(dlm_unlock_end, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:290:1: note: in expansion of macro ‘TRACE_EVENT’ 290 | TRACE_EVENT(dlm_unlock_end, | ^~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_rcom_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:328:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 328 | DECLARE_EVENT_CLASS(dlm_rcom_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:328:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 328 | DECLARE_EVENT_CLASS(dlm_rcom_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_send_message’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:391:1: note: in expansion of macro ‘TRACE_EVENT’ 391 | TRACE_EVENT(dlm_send_message, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:391:1: note: in expansion of macro ‘TRACE_EVENT’ 391 | TRACE_EVENT(dlm_send_message, | ^~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_recv_message’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:489:1: note: in expansion of macro ‘TRACE_EVENT’ 489 | TRACE_EVENT(dlm_recv_message, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:489:1: note: in expansion of macro ‘TRACE_EVENT’ 489 | TRACE_EVENT(dlm_recv_message, | ^~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_plock_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:581:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 581 | DECLARE_EVENT_CLASS(dlm_plock_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:581:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 581 | DECLARE_EVENT_CLASS(dlm_plock_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_send’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:631:1: note: in expansion of macro ‘TRACE_EVENT’ 631 | TRACE_EVENT(dlm_send, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:631:1: note: in expansion of macro ‘TRACE_EVENT’ 631 | TRACE_EVENT(dlm_send, | ^~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_recv’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:651:1: note: in expansion of macro ‘TRACE_EVENT’ 651 | TRACE_EVENT(dlm_recv, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:651:1: note: in expansion of macro ‘TRACE_EVENT’ 651 | TRACE_EVENT(dlm_recv, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/dlm.h: In function ‘perf_trace_dlm_lock_start’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ 93 | TRACE_EVENT(dlm_lock_start, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ 93 | TRACE_EVENT(dlm_lock_start, | ^~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘perf_trace_dlm_lock_end’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:135:1: note: in expansion of macro ‘TRACE_EVENT’ 135 | TRACE_EVENT(dlm_lock_end, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:135:1: note: in expansion of macro ‘TRACE_EVENT’ 135 | TRACE_EVENT(dlm_lock_end, | ^~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘perf_trace_dlm_bast’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:190:1: note: in expansion of macro ‘TRACE_EVENT’ 190 | TRACE_EVENT(dlm_bast, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:190:1: note: in expansion of macro ‘TRACE_EVENT’ 190 | TRACE_EVENT(dlm_bast, | ^~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘perf_trace_dlm_ast’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:221:1: note: in expansion of macro ‘TRACE_EVENT’ 221 | TRACE_EVENT(dlm_ast, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:221:1: note: in expansion of macro ‘TRACE_EVENT’ 221 | TRACE_EVENT(dlm_ast, | ^~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘perf_trace_dlm_unlock_start’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ 255 | TRACE_EVENT(dlm_unlock_start, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ 255 | TRACE_EVENT(dlm_unlock_start, | ^~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘perf_trace_dlm_unlock_end’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:290:1: note: in expansion of macro ‘TRACE_EVENT’ 290 | TRACE_EVENT(dlm_unlock_end, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:290:1: note: in expansion of macro ‘TRACE_EVENT’ 290 | TRACE_EVENT(dlm_unlock_end, | ^~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘perf_trace_dlm_rcom_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:328:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 328 | DECLARE_EVENT_CLASS(dlm_rcom_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:328:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 328 | DECLARE_EVENT_CLASS(dlm_rcom_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘perf_trace_dlm_send_message’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:391:1: note: in expansion of macro ‘TRACE_EVENT’ 391 | TRACE_EVENT(dlm_send_message, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:391:1: note: in expansion of macro ‘TRACE_EVENT’ 391 | TRACE_EVENT(dlm_send_message, | ^~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘perf_trace_dlm_recv_message’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:489:1: note: in expansion of macro ‘TRACE_EVENT’ 489 | TRACE_EVENT(dlm_recv_message, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:489:1: note: in expansion of macro ‘TRACE_EVENT’ 489 | TRACE_EVENT(dlm_recv_message, | ^~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘perf_trace_dlm_plock_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:581:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 581 | DECLARE_EVENT_CLASS(dlm_plock_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:581:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 581 | DECLARE_EVENT_CLASS(dlm_plock_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘perf_trace_dlm_send’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:631:1: note: in expansion of macro ‘TRACE_EVENT’ 631 | TRACE_EVENT(dlm_send, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:631:1: note: in expansion of macro ‘TRACE_EVENT’ 631 | TRACE_EVENT(dlm_send, | ^~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘perf_trace_dlm_recv’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:651:1: note: in expansion of macro ‘TRACE_EVENT’ 651 | TRACE_EVENT(dlm_recv, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:651:1: note: in expansion of macro ‘TRACE_EVENT’ 651 | TRACE_EVENT(dlm_recv, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_lock_start’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ 93 | TRACE_EVENT(dlm_lock_start, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ 93 | TRACE_EVENT(dlm_lock_start, | ^~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_lock_end’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:135:1: note: in expansion of macro ‘TRACE_EVENT’ 135 | TRACE_EVENT(dlm_lock_end, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:135:1: note: in expansion of macro ‘TRACE_EVENT’ 135 | TRACE_EVENT(dlm_lock_end, | ^~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_bast’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:190:1: note: in expansion of macro ‘TRACE_EVENT’ 190 | TRACE_EVENT(dlm_bast, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:190:1: note: in expansion of macro ‘TRACE_EVENT’ 190 | TRACE_EVENT(dlm_bast, | ^~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_ast’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:221:1: note: in expansion of macro ‘TRACE_EVENT’ 221 | TRACE_EVENT(dlm_ast, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:221:1: note: in expansion of macro ‘TRACE_EVENT’ 221 | TRACE_EVENT(dlm_ast, | ^~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_unlock_start’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ 255 | TRACE_EVENT(dlm_unlock_start, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ 255 | TRACE_EVENT(dlm_unlock_start, | ^~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_unlock_end’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:290:1: note: in expansion of macro ‘TRACE_EVENT’ 290 | TRACE_EVENT(dlm_unlock_end, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:290:1: note: in expansion of macro ‘TRACE_EVENT’ 290 | TRACE_EVENT(dlm_unlock_end, | ^~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_rcom_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:328:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 328 | DECLARE_EVENT_CLASS(dlm_rcom_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:328:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 328 | DECLARE_EVENT_CLASS(dlm_rcom_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_send_message’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:391:1: note: in expansion of macro ‘TRACE_EVENT’ 391 | TRACE_EVENT(dlm_send_message, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:391:1: note: in expansion of macro ‘TRACE_EVENT’ 391 | TRACE_EVENT(dlm_send_message, | ^~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_recv_message’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:489:1: note: in expansion of macro ‘TRACE_EVENT’ 489 | TRACE_EVENT(dlm_recv_message, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:489:1: note: in expansion of macro ‘TRACE_EVENT’ 489 | TRACE_EVENT(dlm_recv_message, | ^~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_plock_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:581:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 581 | DECLARE_EVENT_CLASS(dlm_plock_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:581:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 581 | DECLARE_EVENT_CLASS(dlm_plock_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_send’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:631:1: note: in expansion of macro ‘TRACE_EVENT’ 631 | TRACE_EVENT(dlm_send, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:631:1: note: in expansion of macro ‘TRACE_EVENT’ 631 | TRACE_EVENT(dlm_send, | ^~~~~~~~~~~ ../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_recv’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:651:1: note: in expansion of macro ‘TRACE_EVENT’ 651 | TRACE_EVENT(dlm_recv, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/dlm.h:651:1: note: in expansion of macro ‘TRACE_EVENT’ 651 | TRACE_EVENT(dlm_recv, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: fs/dlm/main.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: fs/dlm] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/wireless/ath/ath11k/trace.h:346, from ../drivers/net/wireless/ath/ath11k/trace.c:9: ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘trace_event_raw_event_ath11k_htt_pktlog’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(ath11k_htt_pktlog, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(ath11k_htt_pktlog, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(ath11k_htt_pktlog, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(ath11k_htt_pktlog, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(ath11k_htt_pktlog, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘trace_event_raw_event_ath11k_htt_ppdu_stats’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:67:1: note: in expansion of macro ‘TRACE_EVENT’ 67 | TRACE_EVENT(ath11k_htt_ppdu_stats, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:67:1: note: in expansion of macro ‘TRACE_EVENT’ 67 | TRACE_EVENT(ath11k_htt_ppdu_stats, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘trace_event_raw_event_ath11k_htt_rxdesc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(ath11k_htt_rxdesc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(ath11k_htt_rxdesc, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘trace_event_raw_event_ath11k_log_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:124:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 124 | DECLARE_EVENT_CLASS(ath11k_log_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:124:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 124 | DECLARE_EVENT_CLASS(ath11k_log_event, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘trace_event_raw_event_ath11k_wmi_cmd’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:160:1: note: in expansion of macro ‘TRACE_EVENT’ 160 | TRACE_EVENT(ath11k_wmi_cmd, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:160:1: note: in expansion of macro ‘TRACE_EVENT’ 160 | TRACE_EVENT(ath11k_wmi_cmd, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘trace_event_raw_event_ath11k_wmi_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:190:1: note: in expansion of macro ‘TRACE_EVENT’ 190 | TRACE_EVENT(ath11k_wmi_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:190:1: note: in expansion of macro ‘TRACE_EVENT’ 190 | TRACE_EVENT(ath11k_wmi_event, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘trace_event_raw_event_ath11k_log_dbg’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ 220 | TRACE_EVENT(ath11k_log_dbg, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ 220 | TRACE_EVENT(ath11k_log_dbg, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘trace_event_raw_event_ath11k_log_dbg_dump’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:249:1: note: in expansion of macro ‘TRACE_EVENT’ 249 | TRACE_EVENT(ath11k_log_dbg_dump, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:249:1: note: in expansion of macro ‘TRACE_EVENT’ 249 | TRACE_EVENT(ath11k_log_dbg_dump, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘trace_event_raw_event_ath11k_wmi_diag’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:282:1: note: in expansion of macro ‘TRACE_EVENT’ 282 | TRACE_EVENT(ath11k_wmi_diag, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:282:1: note: in expansion of macro ‘TRACE_EVENT’ 282 | TRACE_EVENT(ath11k_wmi_diag, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘trace_event_raw_event_ath11k_ps_timekeeper’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:309:1: note: in expansion of macro ‘TRACE_EVENT’ 309 | TRACE_EVENT(ath11k_ps_timekeeper, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:309:1: note: in expansion of macro ‘TRACE_EVENT’ 309 | TRACE_EVENT(ath11k_ps_timekeeper, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘perf_trace_ath11k_htt_pktlog’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(ath11k_htt_pktlog, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(ath11k_htt_pktlog, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘perf_trace_ath11k_htt_ppdu_stats’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:67:1: note: in expansion of macro ‘TRACE_EVENT’ 67 | TRACE_EVENT(ath11k_htt_ppdu_stats, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:67:1: note: in expansion of macro ‘TRACE_EVENT’ 67 | TRACE_EVENT(ath11k_htt_ppdu_stats, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘perf_trace_ath11k_htt_rxdesc’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(ath11k_htt_rxdesc, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(ath11k_htt_rxdesc, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘perf_trace_ath11k_log_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:124:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 124 | DECLARE_EVENT_CLASS(ath11k_log_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:124:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 124 | DECLARE_EVENT_CLASS(ath11k_log_event, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘perf_trace_ath11k_wmi_cmd’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:160:1: note: in expansion of macro ‘TRACE_EVENT’ 160 | TRACE_EVENT(ath11k_wmi_cmd, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:160:1: note: in expansion of macro ‘TRACE_EVENT’ 160 | TRACE_EVENT(ath11k_wmi_cmd, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘perf_trace_ath11k_wmi_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:190:1: note: in expansion of macro ‘TRACE_EVENT’ 190 | TRACE_EVENT(ath11k_wmi_event, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:190:1: note: in expansion of macro ‘TRACE_EVENT’ 190 | TRACE_EVENT(ath11k_wmi_event, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘perf_trace_ath11k_log_dbg’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ 220 | TRACE_EVENT(ath11k_log_dbg, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ 220 | TRACE_EVENT(ath11k_log_dbg, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘perf_trace_ath11k_log_dbg_dump’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:249:1: note: in expansion of macro ‘TRACE_EVENT’ 249 | TRACE_EVENT(ath11k_log_dbg_dump, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:249:1: note: in expansion of macro ‘TRACE_EVENT’ 249 | TRACE_EVENT(ath11k_log_dbg_dump, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘perf_trace_ath11k_wmi_diag’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:282:1: note: in expansion of macro ‘TRACE_EVENT’ 282 | TRACE_EVENT(ath11k_wmi_diag, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:282:1: note: in expansion of macro ‘TRACE_EVENT’ 282 | TRACE_EVENT(ath11k_wmi_diag, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘perf_trace_ath11k_ps_timekeeper’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:309:1: note: in expansion of macro ‘TRACE_EVENT’ 309 | TRACE_EVENT(ath11k_ps_timekeeper, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:309:1: note: in expansion of macro ‘TRACE_EVENT’ 309 | TRACE_EVENT(ath11k_ps_timekeeper, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘__bpf_trace_ath11k_htt_pktlog’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(ath11k_htt_pktlog, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ 36 | TRACE_EVENT(ath11k_htt_pktlog, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘__bpf_trace_ath11k_htt_ppdu_stats’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:67:1: note: in expansion of macro ‘TRACE_EVENT’ 67 | TRACE_EVENT(ath11k_htt_ppdu_stats, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:67:1: note: in expansion of macro ‘TRACE_EVENT’ 67 | TRACE_EVENT(ath11k_htt_ppdu_stats, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘__bpf_trace_ath11k_htt_rxdesc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(ath11k_htt_rxdesc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(ath11k_htt_rxdesc, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘__bpf_trace_ath11k_log_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:124:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 124 | DECLARE_EVENT_CLASS(ath11k_log_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:124:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 124 | DECLARE_EVENT_CLASS(ath11k_log_event, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘__bpf_trace_ath11k_wmi_cmd’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:160:1: note: in expansion of macro ‘TRACE_EVENT’ 160 | TRACE_EVENT(ath11k_wmi_cmd, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:160:1: note: in expansion of macro ‘TRACE_EVENT’ 160 | TRACE_EVENT(ath11k_wmi_cmd, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘__bpf_trace_ath11k_wmi_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:190:1: note: in expansion of macro ‘TRACE_EVENT’ 190 | TRACE_EVENT(ath11k_wmi_event, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:190:1: note: in expansion of macro ‘TRACE_EVENT’ 190 | TRACE_EVENT(ath11k_wmi_event, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘__bpf_trace_ath11k_log_dbg’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ 220 | TRACE_EVENT(ath11k_log_dbg, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ 220 | TRACE_EVENT(ath11k_log_dbg, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘__bpf_trace_ath11k_log_dbg_dump’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:249:1: note: in expansion of macro ‘TRACE_EVENT’ 249 | TRACE_EVENT(ath11k_log_dbg_dump, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:249:1: note: in expansion of macro ‘TRACE_EVENT’ 249 | TRACE_EVENT(ath11k_log_dbg_dump, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘__bpf_trace_ath11k_wmi_diag’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:282:1: note: in expansion of macro ‘TRACE_EVENT’ 282 | TRACE_EVENT(ath11k_wmi_diag, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:282:1: note: in expansion of macro ‘TRACE_EVENT’ 282 | TRACE_EVENT(ath11k_wmi_diag, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘__bpf_trace_ath11k_ps_timekeeper’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:309:1: note: in expansion of macro ‘TRACE_EVENT’ 309 | TRACE_EVENT(ath11k_ps_timekeeper, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath11k/./trace.h:309:1: note: in expansion of macro ‘TRACE_EVENT’ 309 | TRACE_EVENT(ath11k_ps_timekeeper, | ^~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/ath/ath11k/trace.o] Error 1 make[7]: *** [../scripts/Makefile.build:485: drivers/net/wireless/ath/ath11k] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/ethernet/mellanox/mlx5/core/diag/en_rep_tracepoint.h:54, from ../drivers/net/ethernet/mellanox/mlx5/core/en_rep.c:58: ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_rep_tracepoint.h: In function ‘trace_event_raw_event_mlx5e_rep_neigh_update’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_rep_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5e_rep_neigh_update, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_rep_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5e_rep_neigh_update, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_rep_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5e_rep_neigh_update, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_rep_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5e_rep_neigh_update, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_rep_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5e_rep_neigh_update, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_rep_tracepoint.h: In function ‘perf_trace_mlx5e_rep_neigh_update’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_rep_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5e_rep_neigh_update, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_rep_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5e_rep_neigh_update, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_rep_tracepoint.h: In function ‘__bpf_trace_mlx5e_rep_neigh_update’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_rep_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5e_rep_neigh_update, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_rep_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5e_rep_neigh_update, | ^~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/mellanox/mlx5/core/en_rep.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/fscache.h:507, from ../fs/netfs/fscache_main.c:13: ../include/trace/events/fscache.h: In function ‘trace_event_raw_event_fscache_cache’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ 211 | TRACE_EVENT(fscache_cache, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ 211 | TRACE_EVENT(fscache_cache, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ 211 | TRACE_EVENT(fscache_cache, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ 211 | TRACE_EVENT(fscache_cache, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ 211 | TRACE_EVENT(fscache_cache, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘trace_event_raw_event_fscache_volume’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ 236 | TRACE_EVENT(fscache_volume, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ 236 | TRACE_EVENT(fscache_volume, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘trace_event_raw_event_fscache_cookie’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:261:1: note: in expansion of macro ‘TRACE_EVENT’ 261 | TRACE_EVENT(fscache_cookie, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:261:1: note: in expansion of macro ‘TRACE_EVENT’ 261 | TRACE_EVENT(fscache_cookie, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘trace_event_raw_event_fscache_active’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ 286 | TRACE_EVENT(fscache_active, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ 286 | TRACE_EVENT(fscache_active, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘trace_event_raw_event_fscache_access_cache’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ 319 | TRACE_EVENT(fscache_access_cache, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ 319 | TRACE_EVENT(fscache_access_cache, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘trace_event_raw_event_fscache_access_volume’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:348:1: note: in expansion of macro ‘TRACE_EVENT’ 348 | TRACE_EVENT(fscache_access_volume, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:348:1: note: in expansion of macro ‘TRACE_EVENT’ 348 | TRACE_EVENT(fscache_access_volume, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘trace_event_raw_event_fscache_access’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:381:1: note: in expansion of macro ‘TRACE_EVENT’ 381 | TRACE_EVENT(fscache_access, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:381:1: note: in expansion of macro ‘TRACE_EVENT’ 381 | TRACE_EVENT(fscache_access, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘trace_event_raw_event_fscache_acquire’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ 410 | TRACE_EVENT(fscache_acquire, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ 410 | TRACE_EVENT(fscache_acquire, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘trace_event_raw_event_fscache_relinquish’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:434:1: note: in expansion of macro ‘TRACE_EVENT’ 434 | TRACE_EVENT(fscache_relinquish, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:434:1: note: in expansion of macro ‘TRACE_EVENT’ 434 | TRACE_EVENT(fscache_relinquish, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘trace_event_raw_event_fscache_invalidate’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:462:1: note: in expansion of macro ‘TRACE_EVENT’ 462 | TRACE_EVENT(fscache_invalidate, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:462:1: note: in expansion of macro ‘TRACE_EVENT’ 462 | TRACE_EVENT(fscache_invalidate, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘trace_event_raw_event_fscache_resize’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:481:1: note: in expansion of macro ‘TRACE_EVENT’ 481 | TRACE_EVENT(fscache_resize, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:481:1: note: in expansion of macro ‘TRACE_EVENT’ 481 | TRACE_EVENT(fscache_resize, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/fscache.h: In function ‘perf_trace_fscache_cache’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ 211 | TRACE_EVENT(fscache_cache, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ 211 | TRACE_EVENT(fscache_cache, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘perf_trace_fscache_volume’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ 236 | TRACE_EVENT(fscache_volume, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ 236 | TRACE_EVENT(fscache_volume, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘perf_trace_fscache_cookie’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:261:1: note: in expansion of macro ‘TRACE_EVENT’ 261 | TRACE_EVENT(fscache_cookie, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:261:1: note: in expansion of macro ‘TRACE_EVENT’ 261 | TRACE_EVENT(fscache_cookie, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘perf_trace_fscache_active’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ 286 | TRACE_EVENT(fscache_active, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ 286 | TRACE_EVENT(fscache_active, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘perf_trace_fscache_access_cache’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ 319 | TRACE_EVENT(fscache_access_cache, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ 319 | TRACE_EVENT(fscache_access_cache, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘perf_trace_fscache_access_volume’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:348:1: note: in expansion of macro ‘TRACE_EVENT’ 348 | TRACE_EVENT(fscache_access_volume, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:348:1: note: in expansion of macro ‘TRACE_EVENT’ 348 | TRACE_EVENT(fscache_access_volume, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘perf_trace_fscache_access’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:381:1: note: in expansion of macro ‘TRACE_EVENT’ 381 | TRACE_EVENT(fscache_access, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:381:1: note: in expansion of macro ‘TRACE_EVENT’ 381 | TRACE_EVENT(fscache_access, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘perf_trace_fscache_acquire’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ 410 | TRACE_EVENT(fscache_acquire, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ 410 | TRACE_EVENT(fscache_acquire, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘perf_trace_fscache_relinquish’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:434:1: note: in expansion of macro ‘TRACE_EVENT’ 434 | TRACE_EVENT(fscache_relinquish, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:434:1: note: in expansion of macro ‘TRACE_EVENT’ 434 | TRACE_EVENT(fscache_relinquish, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘perf_trace_fscache_invalidate’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:462:1: note: in expansion of macro ‘TRACE_EVENT’ 462 | TRACE_EVENT(fscache_invalidate, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:462:1: note: in expansion of macro ‘TRACE_EVENT’ 462 | TRACE_EVENT(fscache_invalidate, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘perf_trace_fscache_resize’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:481:1: note: in expansion of macro ‘TRACE_EVENT’ 481 | TRACE_EVENT(fscache_resize, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:481:1: note: in expansion of macro ‘TRACE_EVENT’ 481 | TRACE_EVENT(fscache_resize, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/fscache.h: In function ‘__bpf_trace_fscache_cache’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ 211 | TRACE_EVENT(fscache_cache, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ 211 | TRACE_EVENT(fscache_cache, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘__bpf_trace_fscache_volume’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ 236 | TRACE_EVENT(fscache_volume, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ 236 | TRACE_EVENT(fscache_volume, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘__bpf_trace_fscache_cookie’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:261:1: note: in expansion of macro ‘TRACE_EVENT’ 261 | TRACE_EVENT(fscache_cookie, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:261:1: note: in expansion of macro ‘TRACE_EVENT’ 261 | TRACE_EVENT(fscache_cookie, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘__bpf_trace_fscache_active’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ 286 | TRACE_EVENT(fscache_active, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ 286 | TRACE_EVENT(fscache_active, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘__bpf_trace_fscache_access_cache’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ 319 | TRACE_EVENT(fscache_access_cache, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ 319 | TRACE_EVENT(fscache_access_cache, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘__bpf_trace_fscache_access_volume’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:348:1: note: in expansion of macro ‘TRACE_EVENT’ 348 | TRACE_EVENT(fscache_access_volume, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:348:1: note: in expansion of macro ‘TRACE_EVENT’ 348 | TRACE_EVENT(fscache_access_volume, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘__bpf_trace_fscache_access’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:381:1: note: in expansion of macro ‘TRACE_EVENT’ 381 | TRACE_EVENT(fscache_access, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:381:1: note: in expansion of macro ‘TRACE_EVENT’ 381 | TRACE_EVENT(fscache_access, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘__bpf_trace_fscache_acquire’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ 410 | TRACE_EVENT(fscache_acquire, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ 410 | TRACE_EVENT(fscache_acquire, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘__bpf_trace_fscache_relinquish’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:434:1: note: in expansion of macro ‘TRACE_EVENT’ 434 | TRACE_EVENT(fscache_relinquish, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:434:1: note: in expansion of macro ‘TRACE_EVENT’ 434 | TRACE_EVENT(fscache_relinquish, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘__bpf_trace_fscache_invalidate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:462:1: note: in expansion of macro ‘TRACE_EVENT’ 462 | TRACE_EVENT(fscache_invalidate, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:462:1: note: in expansion of macro ‘TRACE_EVENT’ 462 | TRACE_EVENT(fscache_invalidate, | ^~~~~~~~~~~ ../include/trace/events/fscache.h: In function ‘__bpf_trace_fscache_resize’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:481:1: note: in expansion of macro ‘TRACE_EVENT’ 481 | TRACE_EVENT(fscache_resize, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fscache.h:481:1: note: in expansion of macro ‘TRACE_EVENT’ 481 | TRACE_EVENT(fscache_resize, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: fs/netfs/fscache_main.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../drivers/net/wireless/ath/ath6kl/trace.h:327, from ../drivers/net/wireless/ath/ath6kl/trace.c:20: ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘trace_event_raw_event_ath6kl_wmi_cmd’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ 39 | TRACE_EVENT(ath6kl_wmi_cmd, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ 39 | TRACE_EVENT(ath6kl_wmi_cmd, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ 39 | TRACE_EVENT(ath6kl_wmi_cmd, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ 39 | TRACE_EVENT(ath6kl_wmi_cmd, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ 39 | TRACE_EVENT(ath6kl_wmi_cmd, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘trace_event_raw_event_ath6kl_wmi_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ 62 | TRACE_EVENT(ath6kl_wmi_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ 62 | TRACE_EVENT(ath6kl_wmi_event, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘trace_event_raw_event_ath6kl_sdio’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ 85 | TRACE_EVENT(ath6kl_sdio, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ 85 | TRACE_EVENT(ath6kl_sdio, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘trace_event_raw_event_ath6kl_sdio_scat’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:120:1: note: in expansion of macro ‘TRACE_EVENT’ 120 | TRACE_EVENT(ath6kl_sdio_scat, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:120:1: note: in expansion of macro ‘TRACE_EVENT’ 120 | TRACE_EVENT(ath6kl_sdio_scat, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘trace_event_raw_event_ath6kl_sdio_irq’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:174:1: note: in expansion of macro ‘TRACE_EVENT’ 174 | TRACE_EVENT(ath6kl_sdio_irq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:174:1: note: in expansion of macro ‘TRACE_EVENT’ 174 | TRACE_EVENT(ath6kl_sdio_irq, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘trace_event_raw_event_ath6kl_htc_rx’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:194:1: note: in expansion of macro ‘TRACE_EVENT’ 194 | TRACE_EVENT(ath6kl_htc_rx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:194:1: note: in expansion of macro ‘TRACE_EVENT’ 194 | TRACE_EVENT(ath6kl_htc_rx, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘trace_event_raw_event_ath6kl_htc_tx’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:222:1: note: in expansion of macro ‘TRACE_EVENT’ 222 | TRACE_EVENT(ath6kl_htc_tx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:222:1: note: in expansion of macro ‘TRACE_EVENT’ 222 | TRACE_EVENT(ath6kl_htc_tx, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘trace_event_raw_event_ath6kl_log_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:252:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 252 | DECLARE_EVENT_CLASS(ath6kl_log_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:252:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 252 | DECLARE_EVENT_CLASS(ath6kl_log_event, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘trace_event_raw_event_ath6kl_log_dbg’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:279:1: note: in expansion of macro ‘TRACE_EVENT’ 279 | TRACE_EVENT(ath6kl_log_dbg, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:279:1: note: in expansion of macro ‘TRACE_EVENT’ 279 | TRACE_EVENT(ath6kl_log_dbg, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘trace_event_raw_event_ath6kl_log_dbg_dump’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:293:1: note: in expansion of macro ‘TRACE_EVENT’ 293 | TRACE_EVENT(ath6kl_log_dbg_dump, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:293:1: note: in expansion of macro ‘TRACE_EVENT’ 293 | TRACE_EVENT(ath6kl_log_dbg_dump, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘perf_trace_ath6kl_wmi_cmd’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ 39 | TRACE_EVENT(ath6kl_wmi_cmd, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ 39 | TRACE_EVENT(ath6kl_wmi_cmd, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘perf_trace_ath6kl_wmi_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ 62 | TRACE_EVENT(ath6kl_wmi_event, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ 62 | TRACE_EVENT(ath6kl_wmi_event, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘perf_trace_ath6kl_sdio’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ 85 | TRACE_EVENT(ath6kl_sdio, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ 85 | TRACE_EVENT(ath6kl_sdio, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘perf_trace_ath6kl_sdio_scat’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:120:1: note: in expansion of macro ‘TRACE_EVENT’ 120 | TRACE_EVENT(ath6kl_sdio_scat, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:120:1: note: in expansion of macro ‘TRACE_EVENT’ 120 | TRACE_EVENT(ath6kl_sdio_scat, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘perf_trace_ath6kl_sdio_irq’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:174:1: note: in expansion of macro ‘TRACE_EVENT’ 174 | TRACE_EVENT(ath6kl_sdio_irq, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:174:1: note: in expansion of macro ‘TRACE_EVENT’ 174 | TRACE_EVENT(ath6kl_sdio_irq, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘perf_trace_ath6kl_htc_rx’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:194:1: note: in expansion of macro ‘TRACE_EVENT’ 194 | TRACE_EVENT(ath6kl_htc_rx, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:194:1: note: in expansion of macro ‘TRACE_EVENT’ 194 | TRACE_EVENT(ath6kl_htc_rx, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘perf_trace_ath6kl_htc_tx’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:222:1: note: in expansion of macro ‘TRACE_EVENT’ 222 | TRACE_EVENT(ath6kl_htc_tx, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:222:1: note: in expansion of macro ‘TRACE_EVENT’ 222 | TRACE_EVENT(ath6kl_htc_tx, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘perf_trace_ath6kl_log_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:252:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 252 | DECLARE_EVENT_CLASS(ath6kl_log_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:252:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 252 | DECLARE_EVENT_CLASS(ath6kl_log_event, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘perf_trace_ath6kl_log_dbg’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:279:1: note: in expansion of macro ‘TRACE_EVENT’ 279 | TRACE_EVENT(ath6kl_log_dbg, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:279:1: note: in expansion of macro ‘TRACE_EVENT’ 279 | TRACE_EVENT(ath6kl_log_dbg, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘perf_trace_ath6kl_log_dbg_dump’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:293:1: note: in expansion of macro ‘TRACE_EVENT’ 293 | TRACE_EVENT(ath6kl_log_dbg_dump, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:293:1: note: in expansion of macro ‘TRACE_EVENT’ 293 | TRACE_EVENT(ath6kl_log_dbg_dump, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘__bpf_trace_ath6kl_wmi_cmd’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ 39 | TRACE_EVENT(ath6kl_wmi_cmd, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ 39 | TRACE_EVENT(ath6kl_wmi_cmd, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘__bpf_trace_ath6kl_wmi_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ 62 | TRACE_EVENT(ath6kl_wmi_event, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ 62 | TRACE_EVENT(ath6kl_wmi_event, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘__bpf_trace_ath6kl_sdio’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ 85 | TRACE_EVENT(ath6kl_sdio, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ 85 | TRACE_EVENT(ath6kl_sdio, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘__bpf_trace_ath6kl_sdio_scat’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:120:1: note: in expansion of macro ‘TRACE_EVENT’ 120 | TRACE_EVENT(ath6kl_sdio_scat, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:120:1: note: in expansion of macro ‘TRACE_EVENT’ 120 | TRACE_EVENT(ath6kl_sdio_scat, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘__bpf_trace_ath6kl_sdio_irq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:174:1: note: in expansion of macro ‘TRACE_EVENT’ 174 | TRACE_EVENT(ath6kl_sdio_irq, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:174:1: note: in expansion of macro ‘TRACE_EVENT’ 174 | TRACE_EVENT(ath6kl_sdio_irq, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘__bpf_trace_ath6kl_htc_rx’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:194:1: note: in expansion of macro ‘TRACE_EVENT’ 194 | TRACE_EVENT(ath6kl_htc_rx, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:194:1: note: in expansion of macro ‘TRACE_EVENT’ 194 | TRACE_EVENT(ath6kl_htc_rx, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘__bpf_trace_ath6kl_htc_tx’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:222:1: note: in expansion of macro ‘TRACE_EVENT’ 222 | TRACE_EVENT(ath6kl_htc_tx, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:222:1: note: in expansion of macro ‘TRACE_EVENT’ 222 | TRACE_EVENT(ath6kl_htc_tx, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘__bpf_trace_ath6kl_log_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:252:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 252 | DECLARE_EVENT_CLASS(ath6kl_log_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:252:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 252 | DECLARE_EVENT_CLASS(ath6kl_log_event, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘__bpf_trace_ath6kl_log_dbg’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:279:1: note: in expansion of macro ‘TRACE_EVENT’ 279 | TRACE_EVENT(ath6kl_log_dbg, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:279:1: note: in expansion of macro ‘TRACE_EVENT’ 279 | TRACE_EVENT(ath6kl_log_dbg, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘__bpf_trace_ath6kl_log_dbg_dump’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:293:1: note: in expansion of macro ‘TRACE_EVENT’ 293 | TRACE_EVENT(ath6kl_log_dbg_dump, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath6kl/./trace.h:293:1: note: in expansion of macro ‘TRACE_EVENT’ 293 | TRACE_EVENT(ath6kl_log_dbg_dump, | ^~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/ath/ath6kl/trace.o] Error 1 make[7]: *** [../scripts/Makefile.build:485: drivers/net/wireless/ath/ath6kl] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/io_uring.h:683, from ../io_uring/io_uring.c:76: ../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_create’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ 27 | TRACE_EVENT(io_uring_create, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ 27 | TRACE_EVENT(io_uring_create, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ 27 | TRACE_EVENT(io_uring_create, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ 27 | TRACE_EVENT(io_uring_create, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ 27 | TRACE_EVENT(io_uring_create, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_register’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ 69 | TRACE_EVENT(io_uring_register, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ 69 | TRACE_EVENT(io_uring_register, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_file_get’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ 108 | TRACE_EVENT(io_uring_file_get, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ 108 | TRACE_EVENT(io_uring_file_get, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_queue_async_work’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:140:1: note: in expansion of macro ‘TRACE_EVENT’ 140 | TRACE_EVENT(io_uring_queue_async_work, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:140:1: note: in expansion of macro ‘TRACE_EVENT’ 140 | TRACE_EVENT(io_uring_queue_async_work, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_defer’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:184:1: note: in expansion of macro ‘TRACE_EVENT’ 184 | TRACE_EVENT(io_uring_defer, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:184:1: note: in expansion of macro ‘TRACE_EVENT’ 184 | TRACE_EVENT(io_uring_defer, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_link’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:223:1: note: in expansion of macro ‘TRACE_EVENT’ 223 | TRACE_EVENT(io_uring_link, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:223:1: note: in expansion of macro ‘TRACE_EVENT’ 223 | TRACE_EVENT(io_uring_link, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_cqring_wait’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ 255 | TRACE_EVENT(io_uring_cqring_wait, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ 255 | TRACE_EVENT(io_uring_cqring_wait, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_fail_link’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:283:1: note: in expansion of macro ‘TRACE_EVENT’ 283 | TRACE_EVENT(io_uring_fail_link, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:283:1: note: in expansion of macro ‘TRACE_EVENT’ 283 | TRACE_EVENT(io_uring_fail_link, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_complete’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ 326 | TRACE_EVENT(io_uring_complete, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ 326 | TRACE_EVENT(io_uring_complete, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_submit_req’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:370:1: note: in expansion of macro ‘TRACE_EVENT’ 370 | TRACE_EVENT(io_uring_submit_req, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:370:1: note: in expansion of macro ‘TRACE_EVENT’ 370 | TRACE_EVENT(io_uring_submit_req, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_poll_arm’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ 414 | TRACE_EVENT(io_uring_poll_arm, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ 414 | TRACE_EVENT(io_uring_poll_arm, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_task_add’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:455:1: note: in expansion of macro ‘TRACE_EVENT’ 455 | TRACE_EVENT(io_uring_task_add, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:455:1: note: in expansion of macro ‘TRACE_EVENT’ 455 | TRACE_EVENT(io_uring_task_add, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_req_failed’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:496:1: note: in expansion of macro ‘TRACE_EVENT’ 496 | TRACE_EVENT(io_uring_req_failed, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:496:1: note: in expansion of macro ‘TRACE_EVENT’ 496 | TRACE_EVENT(io_uring_req_failed, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_cqe_overflow’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:571:1: note: in expansion of macro ‘TRACE_EVENT’ 571 | TRACE_EVENT(io_uring_cqe_overflow, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:571:1: note: in expansion of macro ‘TRACE_EVENT’ 571 | TRACE_EVENT(io_uring_cqe_overflow, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_task_work_run’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:607:1: note: in expansion of macro ‘TRACE_EVENT’ 607 | TRACE_EVENT(io_uring_task_work_run, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:607:1: note: in expansion of macro ‘TRACE_EVENT’ 607 | TRACE_EVENT(io_uring_task_work_run, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_short_write’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:626:1: note: in expansion of macro ‘TRACE_EVENT’ 626 | TRACE_EVENT(io_uring_short_write, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:626:1: note: in expansion of macro ‘TRACE_EVENT’ 626 | TRACE_EVENT(io_uring_short_write, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_local_work_run’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:659:1: note: in expansion of macro ‘TRACE_EVENT’ 659 | TRACE_EVENT(io_uring_local_work_run, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:659:1: note: in expansion of macro ‘TRACE_EVENT’ 659 | TRACE_EVENT(io_uring_local_work_run, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/io_uring.h: In function ‘perf_trace_io_uring_create’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ 27 | TRACE_EVENT(io_uring_create, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ 27 | TRACE_EVENT(io_uring_create, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘perf_trace_io_uring_register’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ 69 | TRACE_EVENT(io_uring_register, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ 69 | TRACE_EVENT(io_uring_register, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘perf_trace_io_uring_file_get’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ 108 | TRACE_EVENT(io_uring_file_get, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ 108 | TRACE_EVENT(io_uring_file_get, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘perf_trace_io_uring_queue_async_work’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:140:1: note: in expansion of macro ‘TRACE_EVENT’ 140 | TRACE_EVENT(io_uring_queue_async_work, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:140:1: note: in expansion of macro ‘TRACE_EVENT’ 140 | TRACE_EVENT(io_uring_queue_async_work, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘perf_trace_io_uring_defer’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:184:1: note: in expansion of macro ‘TRACE_EVENT’ 184 | TRACE_EVENT(io_uring_defer, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:184:1: note: in expansion of macro ‘TRACE_EVENT’ 184 | TRACE_EVENT(io_uring_defer, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘perf_trace_io_uring_link’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:223:1: note: in expansion of macro ‘TRACE_EVENT’ 223 | TRACE_EVENT(io_uring_link, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:223:1: note: in expansion of macro ‘TRACE_EVENT’ 223 | TRACE_EVENT(io_uring_link, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘perf_trace_io_uring_cqring_wait’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ 255 | TRACE_EVENT(io_uring_cqring_wait, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ 255 | TRACE_EVENT(io_uring_cqring_wait, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘perf_trace_io_uring_fail_link’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:283:1: note: in expansion of macro ‘TRACE_EVENT’ 283 | TRACE_EVENT(io_uring_fail_link, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:283:1: note: in expansion of macro ‘TRACE_EVENT’ 283 | TRACE_EVENT(io_uring_fail_link, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘perf_trace_io_uring_complete’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ 326 | TRACE_EVENT(io_uring_complete, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ 326 | TRACE_EVENT(io_uring_complete, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘perf_trace_io_uring_submit_req’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:370:1: note: in expansion of macro ‘TRACE_EVENT’ 370 | TRACE_EVENT(io_uring_submit_req, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:370:1: note: in expansion of macro ‘TRACE_EVENT’ 370 | TRACE_EVENT(io_uring_submit_req, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘perf_trace_io_uring_poll_arm’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ 414 | TRACE_EVENT(io_uring_poll_arm, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ 414 | TRACE_EVENT(io_uring_poll_arm, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘perf_trace_io_uring_task_add’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:455:1: note: in expansion of macro ‘TRACE_EVENT’ 455 | TRACE_EVENT(io_uring_task_add, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:455:1: note: in expansion of macro ‘TRACE_EVENT’ 455 | TRACE_EVENT(io_uring_task_add, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘perf_trace_io_uring_req_failed’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:496:1: note: in expansion of macro ‘TRACE_EVENT’ 496 | TRACE_EVENT(io_uring_req_failed, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:496:1: note: in expansion of macro ‘TRACE_EVENT’ 496 | TRACE_EVENT(io_uring_req_failed, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘perf_trace_io_uring_cqe_overflow’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:571:1: note: in expansion of macro ‘TRACE_EVENT’ 571 | TRACE_EVENT(io_uring_cqe_overflow, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:571:1: note: in expansion of macro ‘TRACE_EVENT’ 571 | TRACE_EVENT(io_uring_cqe_overflow, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘perf_trace_io_uring_task_work_run’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:607:1: note: in expansion of macro ‘TRACE_EVENT’ 607 | TRACE_EVENT(io_uring_task_work_run, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:607:1: note: in expansion of macro ‘TRACE_EVENT’ 607 | TRACE_EVENT(io_uring_task_work_run, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘perf_trace_io_uring_short_write’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:626:1: note: in expansion of macro ‘TRACE_EVENT’ 626 | TRACE_EVENT(io_uring_short_write, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:626:1: note: in expansion of macro ‘TRACE_EVENT’ 626 | TRACE_EVENT(io_uring_short_write, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘perf_trace_io_uring_local_work_run’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:659:1: note: in expansion of macro ‘TRACE_EVENT’ 659 | TRACE_EVENT(io_uring_local_work_run, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:659:1: note: in expansion of macro ‘TRACE_EVENT’ 659 | TRACE_EVENT(io_uring_local_work_run, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_create’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ 27 | TRACE_EVENT(io_uring_create, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ 27 | TRACE_EVENT(io_uring_create, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_register’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ 69 | TRACE_EVENT(io_uring_register, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ 69 | TRACE_EVENT(io_uring_register, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_file_get’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ 108 | TRACE_EVENT(io_uring_file_get, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ 108 | TRACE_EVENT(io_uring_file_get, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_queue_async_work’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:140:1: note: in expansion of macro ‘TRACE_EVENT’ 140 | TRACE_EVENT(io_uring_queue_async_work, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:140:1: note: in expansion of macro ‘TRACE_EVENT’ 140 | TRACE_EVENT(io_uring_queue_async_work, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_defer’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:184:1: note: in expansion of macro ‘TRACE_EVENT’ 184 | TRACE_EVENT(io_uring_defer, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:184:1: note: in expansion of macro ‘TRACE_EVENT’ 184 | TRACE_EVENT(io_uring_defer, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_link’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:223:1: note: in expansion of macro ‘TRACE_EVENT’ 223 | TRACE_EVENT(io_uring_link, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:223:1: note: in expansion of macro ‘TRACE_EVENT’ 223 | TRACE_EVENT(io_uring_link, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_cqring_wait’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ 255 | TRACE_EVENT(io_uring_cqring_wait, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ 255 | TRACE_EVENT(io_uring_cqring_wait, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_fail_link’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:283:1: note: in expansion of macro ‘TRACE_EVENT’ 283 | TRACE_EVENT(io_uring_fail_link, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:283:1: note: in expansion of macro ‘TRACE_EVENT’ 283 | TRACE_EVENT(io_uring_fail_link, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_complete’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ 326 | TRACE_EVENT(io_uring_complete, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ 326 | TRACE_EVENT(io_uring_complete, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_submit_req’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:370:1: note: in expansion of macro ‘TRACE_EVENT’ 370 | TRACE_EVENT(io_uring_submit_req, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:370:1: note: in expansion of macro ‘TRACE_EVENT’ 370 | TRACE_EVENT(io_uring_submit_req, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_poll_arm’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ 414 | TRACE_EVENT(io_uring_poll_arm, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ 414 | TRACE_EVENT(io_uring_poll_arm, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_task_add’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:455:1: note: in expansion of macro ‘TRACE_EVENT’ 455 | TRACE_EVENT(io_uring_task_add, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:455:1: note: in expansion of macro ‘TRACE_EVENT’ 455 | TRACE_EVENT(io_uring_task_add, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_req_failed’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:496:1: note: in expansion of macro ‘TRACE_EVENT’ 496 | TRACE_EVENT(io_uring_req_failed, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:496:1: note: in expansion of macro ‘TRACE_EVENT’ 496 | TRACE_EVENT(io_uring_req_failed, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_cqe_overflow’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:571:1: note: in expansion of macro ‘TRACE_EVENT’ 571 | TRACE_EVENT(io_uring_cqe_overflow, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:571:1: note: in expansion of macro ‘TRACE_EVENT’ 571 | TRACE_EVENT(io_uring_cqe_overflow, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_task_work_run’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:607:1: note: in expansion of macro ‘TRACE_EVENT’ 607 | TRACE_EVENT(io_uring_task_work_run, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:607:1: note: in expansion of macro ‘TRACE_EVENT’ 607 | TRACE_EVENT(io_uring_task_work_run, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_short_write’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:626:1: note: in expansion of macro ‘TRACE_EVENT’ 626 | TRACE_EVENT(io_uring_short_write, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:626:1: note: in expansion of macro ‘TRACE_EVENT’ 626 | TRACE_EVENT(io_uring_short_write, | ^~~~~~~~~~~ ../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_local_work_run’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:659:1: note: in expansion of macro ‘TRACE_EVENT’ 659 | TRACE_EVENT(io_uring_local_work_run, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/io_uring.h:659:1: note: in expansion of macro ‘TRACE_EVENT’ 659 | TRACE_EVENT(io_uring_local_work_run, | ^~~~~~~~~~~ make[4]: *** [../scripts/Makefile.build:244: io_uring/io_uring.o] Error 1 make[3]: *** [../scripts/Makefile.build:485: io_uring] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/firewire.h:912, from ../drivers/firewire/core-trace.c:10: ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_async_outbound_initiate_template’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:39:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 39 | DECLARE_EVENT_CLASS(async_outbound_initiate_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:39:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 39 | DECLARE_EVENT_CLASS(async_outbound_initiate_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:39:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 39 | DECLARE_EVENT_CLASS(async_outbound_initiate_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:39:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 39 | DECLARE_EVENT_CLASS(async_outbound_initiate_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:39:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 39 | DECLARE_EVENT_CLASS(async_outbound_initiate_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_async_outbound_complete_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:77:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 77 | DECLARE_EVENT_CLASS(async_outbound_complete_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:77:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 77 | DECLARE_EVENT_CLASS(async_outbound_complete_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_async_inbound_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:108:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 108 | DECLARE_EVENT_CLASS(async_inbound_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:108:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 108 | DECLARE_EVENT_CLASS(async_inbound_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_async_phy_outbound_initiate’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ 220 | TRACE_EVENT(async_phy_outbound_initiate, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ 220 | TRACE_EVENT(async_phy_outbound_initiate, | ^~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_async_phy_outbound_complete’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:247:1: note: in expansion of macro ‘TRACE_EVENT’ 247 | TRACE_EVENT(async_phy_outbound_complete, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:247:1: note: in expansion of macro ‘TRACE_EVENT’ 247 | TRACE_EVENT(async_phy_outbound_complete, | ^~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_async_phy_inbound’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ 274 | TRACE_EVENT(async_phy_inbound, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ 274 | TRACE_EVENT(async_phy_inbound, | ^~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_bus_reset_arrange_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:306:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 306 | DECLARE_EVENT_CLASS(bus_reset_arrange_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:306:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 306 | DECLARE_EVENT_CLASS(bus_reset_arrange_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_bus_reset_handle’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:342:1: note: in expansion of macro ‘TRACE_EVENT’ 342 | TRACE_EVENT(bus_reset_handle, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:342:1: note: in expansion of macro ‘TRACE_EVENT’ 342 | TRACE_EVENT(bus_reset_handle, | ^~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_self_id_sequence’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:395:1: note: in expansion of macro ‘TRACE_EVENT’ 395 | TRACE_EVENT(self_id_sequence, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:395:1: note: in expansion of macro ‘TRACE_EVENT’ 395 | TRACE_EVENT(self_id_sequence, | ^~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_isoc_outbound_allocate’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:445:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 445 | TRACE_EVENT_CONDITION(isoc_outbound_allocate, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:445:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 445 | TRACE_EVENT_CONDITION(isoc_outbound_allocate, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_isoc_inbound_single_allocate’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:470:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 470 | TRACE_EVENT_CONDITION(isoc_inbound_single_allocate, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:470:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 470 | TRACE_EVENT_CONDITION(isoc_inbound_single_allocate, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_isoc_inbound_multiple_allocate’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:495:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 495 | TRACE_EVENT_CONDITION(isoc_inbound_multiple_allocate, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:495:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 495 | TRACE_EVENT_CONDITION(isoc_inbound_multiple_allocate, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_isoc_destroy_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:514:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 514 | DECLARE_EVENT_CLASS(isoc_destroy_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:514:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 514 | DECLARE_EVENT_CLASS(isoc_destroy_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_isoc_inbound_multiple_channels’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:550:1: note: in expansion of macro ‘TRACE_EVENT’ 550 | TRACE_EVENT(isoc_inbound_multiple_channels, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:550:1: note: in expansion of macro ‘TRACE_EVENT’ 550 | TRACE_EVENT(isoc_inbound_multiple_channels, | ^~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_isoc_outbound_start’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:571:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 571 | TRACE_EVENT_CONDITION(isoc_outbound_start, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:571:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 571 | TRACE_EVENT_CONDITION(isoc_outbound_start, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_isoc_inbound_start_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:596:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 596 | DECLARE_EVENT_CLASS(isoc_inbound_start_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:596:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 596 | DECLARE_EVENT_CLASS(isoc_inbound_start_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_isoc_stop_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:643:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 643 | DECLARE_EVENT_CLASS(isoc_stop_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:643:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 643 | DECLARE_EVENT_CLASS(isoc_stop_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_isoc_flush_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:679:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 679 | DECLARE_EVENT_CLASS(isoc_flush_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:679:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 679 | DECLARE_EVENT_CLASS(isoc_flush_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_isoc_flush_completions_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:715:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 715 | DECLARE_EVENT_CLASS(isoc_flush_completions_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:715:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 715 | DECLARE_EVENT_CLASS(isoc_flush_completions_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_isoc_outbound_queue’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:776:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 776 | TRACE_EVENT_CONDITION(isoc_outbound_queue, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:776:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 776 | TRACE_EVENT_CONDITION(isoc_outbound_queue, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_isoc_inbound_single_queue’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:796:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 796 | TRACE_EVENT_CONDITION(isoc_inbound_single_queue, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:796:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 796 | TRACE_EVENT_CONDITION(isoc_inbound_single_queue, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_isoc_inbound_multiple_queue’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:812:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 812 | TRACE_EVENT_CONDITION(isoc_inbound_multiple_queue, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:812:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 812 | TRACE_EVENT_CONDITION(isoc_inbound_multiple_queue, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_isoc_single_completions_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:844:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 844 | DECLARE_EVENT_CLASS(isoc_single_completions_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:844:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 844 | DECLARE_EVENT_CLASS(isoc_single_completions_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘trace_event_raw_event_isoc_inbound_multiple_completions’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:884:1: note: in expansion of macro ‘TRACE_EVENT’ 884 | TRACE_EVENT(isoc_inbound_multiple_completions, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:884:1: note: in expansion of macro ‘TRACE_EVENT’ 884 | TRACE_EVENT(isoc_inbound_multiple_completions, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/firewire.h: In function ‘perf_trace_async_outbound_initiate_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:39:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 39 | DECLARE_EVENT_CLASS(async_outbound_initiate_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:39:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 39 | DECLARE_EVENT_CLASS(async_outbound_initiate_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘perf_trace_async_outbound_complete_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:77:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 77 | DECLARE_EVENT_CLASS(async_outbound_complete_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:77:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 77 | DECLARE_EVENT_CLASS(async_outbound_complete_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘perf_trace_async_inbound_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:108:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 108 | DECLARE_EVENT_CLASS(async_inbound_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:108:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 108 | DECLARE_EVENT_CLASS(async_inbound_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘perf_trace_async_phy_outbound_initiate’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ 220 | TRACE_EVENT(async_phy_outbound_initiate, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ 220 | TRACE_EVENT(async_phy_outbound_initiate, | ^~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘perf_trace_async_phy_outbound_complete’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:247:1: note: in expansion of macro ‘TRACE_EVENT’ 247 | TRACE_EVENT(async_phy_outbound_complete, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:247:1: note: in expansion of macro ‘TRACE_EVENT’ 247 | TRACE_EVENT(async_phy_outbound_complete, | ^~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘perf_trace_async_phy_inbound’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ 274 | TRACE_EVENT(async_phy_inbound, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ 274 | TRACE_EVENT(async_phy_inbound, | ^~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘perf_trace_bus_reset_arrange_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:306:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 306 | DECLARE_EVENT_CLASS(bus_reset_arrange_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:306:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 306 | DECLARE_EVENT_CLASS(bus_reset_arrange_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘perf_trace_bus_reset_handle’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:342:1: note: in expansion of macro ‘TRACE_EVENT’ 342 | TRACE_EVENT(bus_reset_handle, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:342:1: note: in expansion of macro ‘TRACE_EVENT’ 342 | TRACE_EVENT(bus_reset_handle, | ^~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘perf_trace_self_id_sequence’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:395:1: note: in expansion of macro ‘TRACE_EVENT’ 395 | TRACE_EVENT(self_id_sequence, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:395:1: note: in expansion of macro ‘TRACE_EVENT’ 395 | TRACE_EVENT(self_id_sequence, | ^~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘perf_trace_isoc_outbound_allocate’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:445:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 445 | TRACE_EVENT_CONDITION(isoc_outbound_allocate, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:445:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 445 | TRACE_EVENT_CONDITION(isoc_outbound_allocate, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘perf_trace_isoc_inbound_single_allocate’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:470:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 470 | TRACE_EVENT_CONDITION(isoc_inbound_single_allocate, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:470:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 470 | TRACE_EVENT_CONDITION(isoc_inbound_single_allocate, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘perf_trace_isoc_inbound_multiple_allocate’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:495:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 495 | TRACE_EVENT_CONDITION(isoc_inbound_multiple_allocate, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:495:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 495 | TRACE_EVENT_CONDITION(isoc_inbound_multiple_allocate, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘perf_trace_isoc_destroy_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:514:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 514 | DECLARE_EVENT_CLASS(isoc_destroy_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:514:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 514 | DECLARE_EVENT_CLASS(isoc_destroy_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘perf_trace_isoc_inbound_multiple_channels’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:550:1: note: in expansion of macro ‘TRACE_EVENT’ 550 | TRACE_EVENT(isoc_inbound_multiple_channels, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:550:1: note: in expansion of macro ‘TRACE_EVENT’ 550 | TRACE_EVENT(isoc_inbound_multiple_channels, | ^~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘perf_trace_isoc_outbound_start’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:571:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 571 | TRACE_EVENT_CONDITION(isoc_outbound_start, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:571:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 571 | TRACE_EVENT_CONDITION(isoc_outbound_start, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘perf_trace_isoc_inbound_start_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:596:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 596 | DECLARE_EVENT_CLASS(isoc_inbound_start_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:596:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 596 | DECLARE_EVENT_CLASS(isoc_inbound_start_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘perf_trace_isoc_stop_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:643:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 643 | DECLARE_EVENT_CLASS(isoc_stop_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:643:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 643 | DECLARE_EVENT_CLASS(isoc_stop_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘perf_trace_isoc_flush_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:679:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 679 | DECLARE_EVENT_CLASS(isoc_flush_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:679:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 679 | DECLARE_EVENT_CLASS(isoc_flush_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘perf_trace_isoc_flush_completions_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:715:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 715 | DECLARE_EVENT_CLASS(isoc_flush_completions_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:715:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 715 | DECLARE_EVENT_CLASS(isoc_flush_completions_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘perf_trace_isoc_outbound_queue’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:776:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 776 | TRACE_EVENT_CONDITION(isoc_outbound_queue, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:776:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 776 | TRACE_EVENT_CONDITION(isoc_outbound_queue, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘perf_trace_isoc_inbound_single_queue’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:796:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 796 | TRACE_EVENT_CONDITION(isoc_inbound_single_queue, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:796:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 796 | TRACE_EVENT_CONDITION(isoc_inbound_single_queue, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘perf_trace_isoc_inbound_multiple_queue’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:812:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 812 | TRACE_EVENT_CONDITION(isoc_inbound_multiple_queue, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:812:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 812 | TRACE_EVENT_CONDITION(isoc_inbound_multiple_queue, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘perf_trace_isoc_single_completions_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:844:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 844 | DECLARE_EVENT_CLASS(isoc_single_completions_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:844:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 844 | DECLARE_EVENT_CLASS(isoc_single_completions_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘perf_trace_isoc_inbound_multiple_completions’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:884:1: note: in expansion of macro ‘TRACE_EVENT’ 884 | TRACE_EVENT(isoc_inbound_multiple_completions, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:884:1: note: in expansion of macro ‘TRACE_EVENT’ 884 | TRACE_EVENT(isoc_inbound_multiple_completions, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/firewire.h: In function ‘__bpf_trace_async_outbound_initiate_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:39:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 39 | DECLARE_EVENT_CLASS(async_outbound_initiate_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:39:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 39 | DECLARE_EVENT_CLASS(async_outbound_initiate_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘__bpf_trace_async_outbound_complete_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:77:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 77 | DECLARE_EVENT_CLASS(async_outbound_complete_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:77:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 77 | DECLARE_EVENT_CLASS(async_outbound_complete_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘__bpf_trace_async_inbound_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:108:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 108 | DECLARE_EVENT_CLASS(async_inbound_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:108:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 108 | DECLARE_EVENT_CLASS(async_inbound_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘__bpf_trace_async_phy_outbound_initiate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ 220 | TRACE_EVENT(async_phy_outbound_initiate, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ 220 | TRACE_EVENT(async_phy_outbound_initiate, | ^~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘__bpf_trace_async_phy_outbound_complete’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:247:1: note: in expansion of macro ‘TRACE_EVENT’ 247 | TRACE_EVENT(async_phy_outbound_complete, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:247:1: note: in expansion of macro ‘TRACE_EVENT’ 247 | TRACE_EVENT(async_phy_outbound_complete, | ^~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘__bpf_trace_async_phy_inbound’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ 274 | TRACE_EVENT(async_phy_inbound, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ 274 | TRACE_EVENT(async_phy_inbound, | ^~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘__bpf_trace_bus_reset_arrange_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:306:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 306 | DECLARE_EVENT_CLASS(bus_reset_arrange_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:306:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 306 | DECLARE_EVENT_CLASS(bus_reset_arrange_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘__bpf_trace_bus_reset_handle’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:342:1: note: in expansion of macro ‘TRACE_EVENT’ 342 | TRACE_EVENT(bus_reset_handle, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:342:1: note: in expansion of macro ‘TRACE_EVENT’ 342 | TRACE_EVENT(bus_reset_handle, | ^~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘__bpf_trace_self_id_sequence’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:395:1: note: in expansion of macro ‘TRACE_EVENT’ 395 | TRACE_EVENT(self_id_sequence, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:395:1: note: in expansion of macro ‘TRACE_EVENT’ 395 | TRACE_EVENT(self_id_sequence, | ^~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘__bpf_trace_isoc_outbound_allocate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:445:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 445 | TRACE_EVENT_CONDITION(isoc_outbound_allocate, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:445:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 445 | TRACE_EVENT_CONDITION(isoc_outbound_allocate, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘__bpf_trace_isoc_inbound_single_allocate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:470:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 470 | TRACE_EVENT_CONDITION(isoc_inbound_single_allocate, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:470:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 470 | TRACE_EVENT_CONDITION(isoc_inbound_single_allocate, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘__bpf_trace_isoc_inbound_multiple_allocate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:495:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 495 | TRACE_EVENT_CONDITION(isoc_inbound_multiple_allocate, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:495:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 495 | TRACE_EVENT_CONDITION(isoc_inbound_multiple_allocate, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘__bpf_trace_isoc_destroy_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:514:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 514 | DECLARE_EVENT_CLASS(isoc_destroy_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:514:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 514 | DECLARE_EVENT_CLASS(isoc_destroy_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘__bpf_trace_isoc_inbound_multiple_channels’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:550:1: note: in expansion of macro ‘TRACE_EVENT’ 550 | TRACE_EVENT(isoc_inbound_multiple_channels, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:550:1: note: in expansion of macro ‘TRACE_EVENT’ 550 | TRACE_EVENT(isoc_inbound_multiple_channels, | ^~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘__bpf_trace_isoc_outbound_start’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:571:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 571 | TRACE_EVENT_CONDITION(isoc_outbound_start, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:571:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 571 | TRACE_EVENT_CONDITION(isoc_outbound_start, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘__bpf_trace_isoc_inbound_start_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:596:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 596 | DECLARE_EVENT_CLASS(isoc_inbound_start_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:596:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 596 | DECLARE_EVENT_CLASS(isoc_inbound_start_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘__bpf_trace_isoc_stop_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:643:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 643 | DECLARE_EVENT_CLASS(isoc_stop_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:643:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 643 | DECLARE_EVENT_CLASS(isoc_stop_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘__bpf_trace_isoc_flush_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:679:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 679 | DECLARE_EVENT_CLASS(isoc_flush_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:679:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 679 | DECLARE_EVENT_CLASS(isoc_flush_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘__bpf_trace_isoc_flush_completions_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:715:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 715 | DECLARE_EVENT_CLASS(isoc_flush_completions_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:715:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 715 | DECLARE_EVENT_CLASS(isoc_flush_completions_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘__bpf_trace_isoc_outbound_queue’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:776:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 776 | TRACE_EVENT_CONDITION(isoc_outbound_queue, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:776:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 776 | TRACE_EVENT_CONDITION(isoc_outbound_queue, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘__bpf_trace_isoc_inbound_single_queue’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:796:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 796 | TRACE_EVENT_CONDITION(isoc_inbound_single_queue, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:796:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 796 | TRACE_EVENT_CONDITION(isoc_inbound_single_queue, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘__bpf_trace_isoc_inbound_multiple_queue’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:812:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 812 | TRACE_EVENT_CONDITION(isoc_inbound_multiple_queue, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/firewire.h:812:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 812 | TRACE_EVENT_CONDITION(isoc_inbound_multiple_queue, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘__bpf_trace_isoc_single_completions_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:844:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 844 | DECLARE_EVENT_CLASS(isoc_single_completions_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:844:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 844 | DECLARE_EVENT_CLASS(isoc_single_completions_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h: In function ‘__bpf_trace_isoc_inbound_multiple_completions’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:884:1: note: in expansion of macro ‘TRACE_EVENT’ 884 | TRACE_EVENT(isoc_inbound_multiple_completions, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/firewire.h:884:1: note: in expansion of macro ‘TRACE_EVENT’ 884 | TRACE_EVENT(isoc_inbound_multiple_completions, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: drivers/firewire/core-trace.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: drivers/firewire] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/nilfs2.h:229, from ../fs/nilfs2/segment.c:78: ../include/trace/events/nilfs2.h: In function ‘trace_event_raw_event_nilfs2_collection_stage_transition’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:25:1: note: in expansion of macro ‘TRACE_EVENT’ 25 | TRACE_EVENT(nilfs2_collection_stage_transition, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:25:1: note: in expansion of macro ‘TRACE_EVENT’ 25 | TRACE_EVENT(nilfs2_collection_stage_transition, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:25:1: note: in expansion of macro ‘TRACE_EVENT’ 25 | TRACE_EVENT(nilfs2_collection_stage_transition, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:25:1: note: in expansion of macro ‘TRACE_EVENT’ 25 | TRACE_EVENT(nilfs2_collection_stage_transition, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:25:1: note: in expansion of macro ‘TRACE_EVENT’ 25 | TRACE_EVENT(nilfs2_collection_stage_transition, | ^~~~~~~~~~~ ../include/trace/events/nilfs2.h: In function ‘trace_event_raw_event_nilfs2_transaction_transition’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(nilfs2_transaction_transition, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(nilfs2_transaction_transition, | ^~~~~~~~~~~ ../include/trace/events/nilfs2.h: In function ‘trace_event_raw_event_nilfs2_segment_usage_check’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ 99 | TRACE_EVENT(nilfs2_segment_usage_check, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ 99 | TRACE_EVENT(nilfs2_segment_usage_check, | ^~~~~~~~~~~ ../include/trace/events/nilfs2.h: In function ‘trace_event_raw_event_nilfs2_segment_usage_allocated’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:124:1: note: in expansion of macro ‘TRACE_EVENT’ 124 | TRACE_EVENT(nilfs2_segment_usage_allocated, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:124:1: note: in expansion of macro ‘TRACE_EVENT’ 124 | TRACE_EVENT(nilfs2_segment_usage_allocated, | ^~~~~~~~~~~ ../include/trace/events/nilfs2.h: In function ‘trace_event_raw_event_nilfs2_segment_usage_freed’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:145:1: note: in expansion of macro ‘TRACE_EVENT’ 145 | TRACE_EVENT(nilfs2_segment_usage_freed, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:145:1: note: in expansion of macro ‘TRACE_EVENT’ 145 | TRACE_EVENT(nilfs2_segment_usage_freed, | ^~~~~~~~~~~ ../include/trace/events/nilfs2.h: In function ‘trace_event_raw_event_nilfs2_mdt_insert_new_block’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:166:1: note: in expansion of macro ‘TRACE_EVENT’ 166 | TRACE_EVENT(nilfs2_mdt_insert_new_block, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:166:1: note: in expansion of macro ‘TRACE_EVENT’ 166 | TRACE_EVENT(nilfs2_mdt_insert_new_block, | ^~~~~~~~~~~ ../include/trace/events/nilfs2.h: In function ‘trace_event_raw_event_nilfs2_mdt_submit_block’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:191:1: note: in expansion of macro ‘TRACE_EVENT’ 191 | TRACE_EVENT(nilfs2_mdt_submit_block, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:191:1: note: in expansion of macro ‘TRACE_EVENT’ 191 | TRACE_EVENT(nilfs2_mdt_submit_block, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/nilfs2.h: In function ‘perf_trace_nilfs2_collection_stage_transition’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:25:1: note: in expansion of macro ‘TRACE_EVENT’ 25 | TRACE_EVENT(nilfs2_collection_stage_transition, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:25:1: note: in expansion of macro ‘TRACE_EVENT’ 25 | TRACE_EVENT(nilfs2_collection_stage_transition, | ^~~~~~~~~~~ ../include/trace/events/nilfs2.h: In function ‘perf_trace_nilfs2_transaction_transition’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(nilfs2_transaction_transition, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(nilfs2_transaction_transition, | ^~~~~~~~~~~ ../include/trace/events/nilfs2.h: In function ‘perf_trace_nilfs2_segment_usage_check’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ 99 | TRACE_EVENT(nilfs2_segment_usage_check, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ 99 | TRACE_EVENT(nilfs2_segment_usage_check, | ^~~~~~~~~~~ ../include/trace/events/nilfs2.h: In function ‘perf_trace_nilfs2_segment_usage_allocated’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:124:1: note: in expansion of macro ‘TRACE_EVENT’ 124 | TRACE_EVENT(nilfs2_segment_usage_allocated, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:124:1: note: in expansion of macro ‘TRACE_EVENT’ 124 | TRACE_EVENT(nilfs2_segment_usage_allocated, | ^~~~~~~~~~~ ../include/trace/events/nilfs2.h: In function ‘perf_trace_nilfs2_segment_usage_freed’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:145:1: note: in expansion of macro ‘TRACE_EVENT’ 145 | TRACE_EVENT(nilfs2_segment_usage_freed, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:145:1: note: in expansion of macro ‘TRACE_EVENT’ 145 | TRACE_EVENT(nilfs2_segment_usage_freed, | ^~~~~~~~~~~ ../include/trace/events/nilfs2.h: In function ‘perf_trace_nilfs2_mdt_insert_new_block’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:166:1: note: in expansion of macro ‘TRACE_EVENT’ 166 | TRACE_EVENT(nilfs2_mdt_insert_new_block, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:166:1: note: in expansion of macro ‘TRACE_EVENT’ 166 | TRACE_EVENT(nilfs2_mdt_insert_new_block, | ^~~~~~~~~~~ ../include/trace/events/nilfs2.h: In function ‘perf_trace_nilfs2_mdt_submit_block’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:191:1: note: in expansion of macro ‘TRACE_EVENT’ 191 | TRACE_EVENT(nilfs2_mdt_submit_block, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:191:1: note: in expansion of macro ‘TRACE_EVENT’ 191 | TRACE_EVENT(nilfs2_mdt_submit_block, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/nilfs2.h: In function ‘__bpf_trace_nilfs2_collection_stage_transition’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:25:1: note: in expansion of macro ‘TRACE_EVENT’ 25 | TRACE_EVENT(nilfs2_collection_stage_transition, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:25:1: note: in expansion of macro ‘TRACE_EVENT’ 25 | TRACE_EVENT(nilfs2_collection_stage_transition, | ^~~~~~~~~~~ ../include/trace/events/nilfs2.h: In function ‘__bpf_trace_nilfs2_transaction_transition’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(nilfs2_transaction_transition, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ 66 | TRACE_EVENT(nilfs2_transaction_transition, | ^~~~~~~~~~~ ../include/trace/events/nilfs2.h: In function ‘__bpf_trace_nilfs2_segment_usage_check’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ 99 | TRACE_EVENT(nilfs2_segment_usage_check, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ 99 | TRACE_EVENT(nilfs2_segment_usage_check, | ^~~~~~~~~~~ ../include/trace/events/nilfs2.h: In function ‘__bpf_trace_nilfs2_segment_usage_allocated’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:124:1: note: in expansion of macro ‘TRACE_EVENT’ 124 | TRACE_EVENT(nilfs2_segment_usage_allocated, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:124:1: note: in expansion of macro ‘TRACE_EVENT’ 124 | TRACE_EVENT(nilfs2_segment_usage_allocated, | ^~~~~~~~~~~ ../include/trace/events/nilfs2.h: In function ‘__bpf_trace_nilfs2_segment_usage_freed’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:145:1: note: in expansion of macro ‘TRACE_EVENT’ 145 | TRACE_EVENT(nilfs2_segment_usage_freed, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:145:1: note: in expansion of macro ‘TRACE_EVENT’ 145 | TRACE_EVENT(nilfs2_segment_usage_freed, | ^~~~~~~~~~~ ../include/trace/events/nilfs2.h: In function ‘__bpf_trace_nilfs2_mdt_insert_new_block’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:166:1: note: in expansion of macro ‘TRACE_EVENT’ 166 | TRACE_EVENT(nilfs2_mdt_insert_new_block, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:166:1: note: in expansion of macro ‘TRACE_EVENT’ 166 | TRACE_EVENT(nilfs2_mdt_insert_new_block, | ^~~~~~~~~~~ ../include/trace/events/nilfs2.h: In function ‘__bpf_trace_nilfs2_mdt_submit_block’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:191:1: note: in expansion of macro ‘TRACE_EVENT’ 191 | TRACE_EVENT(nilfs2_mdt_submit_block, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/nilfs2.h:191:1: note: in expansion of macro ‘TRACE_EVENT’ 191 | TRACE_EVENT(nilfs2_mdt_submit_block, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: fs/nilfs2/segment.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: fs/nilfs2] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/gpu/drm/radeon/radeon_trace.h:209, from ../drivers/gpu/drm/radeon/radeon_trace_points.c:10: ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘trace_event_raw_event_radeon_bo_create’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(radeon_bo_create, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(radeon_bo_create, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(radeon_bo_create, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(radeon_bo_create, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(radeon_bo_create, | ^~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘trace_event_raw_event_radeon_cs’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:30:1: note: in expansion of macro ‘TRACE_EVENT’ 30 | TRACE_EVENT(radeon_cs, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:30:1: note: in expansion of macro ‘TRACE_EVENT’ 30 | TRACE_EVENT(radeon_cs, | ^~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘trace_event_raw_event_radeon_vm_grab_id’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(radeon_vm_grab_id, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(radeon_vm_grab_id, | ^~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘trace_event_raw_event_radeon_vm_bo_update’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ 65 | TRACE_EVENT(radeon_vm_bo_update, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ 65 | TRACE_EVENT(radeon_vm_bo_update, | ^~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘trace_event_raw_event_radeon_vm_set_page’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(radeon_vm_set_page, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(radeon_vm_set_page, | ^~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘trace_event_raw_event_radeon_vm_flush’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:107:1: note: in expansion of macro ‘TRACE_EVENT’ 107 | TRACE_EVENT(radeon_vm_flush, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:107:1: note: in expansion of macro ‘TRACE_EVENT’ 107 | TRACE_EVENT(radeon_vm_flush, | ^~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘trace_event_raw_event_radeon_fence_request’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:125:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 125 | DECLARE_EVENT_CLASS(radeon_fence_request, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:125:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 125 | DECLARE_EVENT_CLASS(radeon_fence_request, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘trace_event_raw_event_radeon_semaphore_request’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:168:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 168 | DECLARE_EVENT_CLASS(radeon_semaphore_request, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:168:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 168 | DECLARE_EVENT_CLASS(radeon_semaphore_request, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘perf_trace_radeon_bo_create’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(radeon_bo_create, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(radeon_bo_create, | ^~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘perf_trace_radeon_cs’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:30:1: note: in expansion of macro ‘TRACE_EVENT’ 30 | TRACE_EVENT(radeon_cs, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:30:1: note: in expansion of macro ‘TRACE_EVENT’ 30 | TRACE_EVENT(radeon_cs, | ^~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘perf_trace_radeon_vm_grab_id’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(radeon_vm_grab_id, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(radeon_vm_grab_id, | ^~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘perf_trace_radeon_vm_bo_update’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ 65 | TRACE_EVENT(radeon_vm_bo_update, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ 65 | TRACE_EVENT(radeon_vm_bo_update, | ^~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘perf_trace_radeon_vm_set_page’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(radeon_vm_set_page, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(radeon_vm_set_page, | ^~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘perf_trace_radeon_vm_flush’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:107:1: note: in expansion of macro ‘TRACE_EVENT’ 107 | TRACE_EVENT(radeon_vm_flush, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:107:1: note: in expansion of macro ‘TRACE_EVENT’ 107 | TRACE_EVENT(radeon_vm_flush, | ^~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘perf_trace_radeon_fence_request’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:125:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 125 | DECLARE_EVENT_CLASS(radeon_fence_request, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:125:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 125 | DECLARE_EVENT_CLASS(radeon_fence_request, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘perf_trace_radeon_semaphore_request’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:168:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 168 | DECLARE_EVENT_CLASS(radeon_semaphore_request, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:168:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 168 | DECLARE_EVENT_CLASS(radeon_semaphore_request, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘__bpf_trace_radeon_bo_create’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(radeon_bo_create, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(radeon_bo_create, | ^~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘__bpf_trace_radeon_cs’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:30:1: note: in expansion of macro ‘TRACE_EVENT’ 30 | TRACE_EVENT(radeon_cs, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:30:1: note: in expansion of macro ‘TRACE_EVENT’ 30 | TRACE_EVENT(radeon_cs, | ^~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘__bpf_trace_radeon_vm_grab_id’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(radeon_vm_grab_id, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ 50 | TRACE_EVENT(radeon_vm_grab_id, | ^~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘__bpf_trace_radeon_vm_bo_update’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ 65 | TRACE_EVENT(radeon_vm_bo_update, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ 65 | TRACE_EVENT(radeon_vm_bo_update, | ^~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘__bpf_trace_radeon_vm_set_page’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(radeon_vm_set_page, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(radeon_vm_set_page, | ^~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘__bpf_trace_radeon_vm_flush’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:107:1: note: in expansion of macro ‘TRACE_EVENT’ 107 | TRACE_EVENT(radeon_vm_flush, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:107:1: note: in expansion of macro ‘TRACE_EVENT’ 107 | TRACE_EVENT(radeon_vm_flush, | ^~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘__bpf_trace_radeon_fence_request’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:125:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 125 | DECLARE_EVENT_CLASS(radeon_fence_request, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:125:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 125 | DECLARE_EVENT_CLASS(radeon_fence_request, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘__bpf_trace_radeon_semaphore_request’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:168:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 168 | DECLARE_EVENT_CLASS(radeon_semaphore_request, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:168:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 168 | DECLARE_EVENT_CLASS(radeon_semaphore_request, | ^~~~~~~~~~~~~~~~~~~ make[7]: *** [../scripts/Makefile.build:244: drivers/gpu/drm/radeon/radeon_trace_points.o] Error 1 make[6]: *** [../scripts/Makefile.build:485: drivers/gpu/drm/radeon] Error 2 make[5]: *** [../scripts/Makefile.build:485: drivers/gpu/drm] Error 2 make[4]: *** [../scripts/Makefile.build:485: drivers/gpu] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/ethernet/intel/i40e/i40e_trace.h:258, from ../drivers/net/ethernet/intel/i40e/i40e_main.c:25: ../drivers/net/ethernet/intel/i40e/./i40e_trace.h: In function ‘trace_event_raw_event_i40e_napi_poll’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ 60 | TRACE_EVENT(i40e_napi_poll, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ 60 | TRACE_EVENT(i40e_napi_poll, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ 60 | TRACE_EVENT(i40e_napi_poll, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ 60 | TRACE_EVENT(i40e_napi_poll, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ 60 | TRACE_EVENT(i40e_napi_poll, | ^~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h: In function ‘trace_event_raw_event_i40e_tx_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h:108:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 108 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h:108:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 108 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h: In function ‘trace_event_raw_event_i40e_rx_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h:160:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 160 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h:160:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 160 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h: In function ‘trace_event_raw_event_i40e_xmit_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h:205:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 205 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h:205:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 205 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/net/ethernet/intel/i40e/./i40e_trace.h: In function ‘perf_trace_i40e_napi_poll’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ 60 | TRACE_EVENT(i40e_napi_poll, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ 60 | TRACE_EVENT(i40e_napi_poll, | ^~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h: In function ‘perf_trace_i40e_tx_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h:108:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 108 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h:108:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 108 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h: In function ‘perf_trace_i40e_rx_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h:160:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 160 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h:160:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 160 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h: In function ‘perf_trace_i40e_xmit_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h:205:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 205 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h:205:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 205 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/ethernet/intel/i40e/./i40e_trace.h: In function ‘__bpf_trace_i40e_napi_poll’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ 60 | TRACE_EVENT(i40e_napi_poll, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ 60 | TRACE_EVENT(i40e_napi_poll, | ^~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h: In function ‘__bpf_trace_i40e_tx_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h:108:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 108 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h:108:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 108 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h: In function ‘__bpf_trace_i40e_rx_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h:160:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 160 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h:160:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 160 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h: In function ‘__bpf_trace_i40e_xmit_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h:205:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 205 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/intel/i40e/./i40e_trace.h:205:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 205 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/intel/i40e/i40e_main.o] Error 1 make[7]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/intel/i40e] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/ethernet/mellanox/mlx5/core/diag/en_tc_tracepoint.h:114, from ../drivers/net/ethernet/mellanox/mlx5/core/diag/en_tc_tracepoint.c:5: ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h: In function ‘trace_event_raw_event_mlx5e_flower_template’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 25 | DECLARE_EVENT_CLASS(mlx5e_flower_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 25 | DECLARE_EVENT_CLASS(mlx5e_flower_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 25 | DECLARE_EVENT_CLASS(mlx5e_flower_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 25 | DECLARE_EVENT_CLASS(mlx5e_flower_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 25 | DECLARE_EVENT_CLASS(mlx5e_flower_template, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h: In function ‘trace_event_raw_event_mlx5e_stats_flower’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ 58 | TRACE_EVENT(mlx5e_stats_flower, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ 58 | TRACE_EVENT(mlx5e_stats_flower, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h: In function ‘trace_event_raw_event_mlx5e_tc_update_neigh_used_value’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ 77 | TRACE_EVENT(mlx5e_tc_update_neigh_used_value, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ 77 | TRACE_EVENT(mlx5e_tc_update_neigh_used_value, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h: In function ‘perf_trace_mlx5e_flower_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 25 | DECLARE_EVENT_CLASS(mlx5e_flower_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 25 | DECLARE_EVENT_CLASS(mlx5e_flower_template, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h: In function ‘perf_trace_mlx5e_stats_flower’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ 58 | TRACE_EVENT(mlx5e_stats_flower, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ 58 | TRACE_EVENT(mlx5e_stats_flower, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h: In function ‘perf_trace_mlx5e_tc_update_neigh_used_value’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ 77 | TRACE_EVENT(mlx5e_tc_update_neigh_used_value, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ 77 | TRACE_EVENT(mlx5e_tc_update_neigh_used_value, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h: In function ‘__bpf_trace_mlx5e_flower_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 25 | DECLARE_EVENT_CLASS(mlx5e_flower_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 25 | DECLARE_EVENT_CLASS(mlx5e_flower_template, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h: In function ‘__bpf_trace_mlx5e_stats_flower’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ 58 | TRACE_EVENT(mlx5e_stats_flower, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ 58 | TRACE_EVENT(mlx5e_stats_flower, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h: In function ‘__bpf_trace_mlx5e_tc_update_neigh_used_value’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ 77 | TRACE_EVENT(mlx5e_tc_update_neigh_used_value, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ 77 | TRACE_EVENT(mlx5e_tc_update_neigh_used_value, | ^~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/mellanox/mlx5/core/diag/en_tc_tracepoint.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:123, from ../drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c:9: ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h: In function ‘trace_event_raw_event_mlx5_esw_vport_qos_destroy’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(mlx5_esw_vport_qos_destroy, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(mlx5_esw_vport_qos_destroy, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(mlx5_esw_vport_qos_destroy, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(mlx5_esw_vport_qos_destroy, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(mlx5_esw_vport_qos_destroy, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h: In function ‘trace_event_raw_event_mlx5_esw_vport_qos_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(mlx5_esw_vport_qos_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(mlx5_esw_vport_qos_template, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h: In function ‘trace_event_raw_event_mlx5_esw_group_qos_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 62 | DECLARE_EVENT_CLASS(mlx5_esw_group_qos_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 62 | DECLARE_EVENT_CLASS(mlx5_esw_group_qos_template, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h: In function ‘trace_event_raw_event_mlx5_esw_group_qos_config’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(mlx5_esw_group_qos_config, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(mlx5_esw_group_qos_config, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h: In function ‘perf_trace_mlx5_esw_vport_qos_destroy’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(mlx5_esw_vport_qos_destroy, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(mlx5_esw_vport_qos_destroy, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h: In function ‘perf_trace_mlx5_esw_vport_qos_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(mlx5_esw_vport_qos_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(mlx5_esw_vport_qos_template, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h: In function ‘perf_trace_mlx5_esw_group_qos_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 62 | DECLARE_EVENT_CLASS(mlx5_esw_group_qos_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 62 | DECLARE_EVENT_CLASS(mlx5_esw_group_qos_template, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h: In function ‘perf_trace_mlx5_esw_group_qos_config’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(mlx5_esw_group_qos_config, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(mlx5_esw_group_qos_config, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h: In function ‘__bpf_trace_mlx5_esw_vport_qos_destroy’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(mlx5_esw_vport_qos_destroy, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(mlx5_esw_vport_qos_destroy, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h: In function ‘__bpf_trace_mlx5_esw_vport_qos_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(mlx5_esw_vport_qos_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(mlx5_esw_vport_qos_template, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h: In function ‘__bpf_trace_mlx5_esw_group_qos_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 62 | DECLARE_EVENT_CLASS(mlx5_esw_group_qos_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 62 | DECLARE_EVENT_CLASS(mlx5_esw_group_qos_template, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h: In function ‘__bpf_trace_mlx5_esw_group_qos_config’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(mlx5_esw_group_qos_config, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(mlx5_esw_group_qos_config, | ^~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/mellanox/mlx5/core/esw/qos.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/sof_intel.h:148, from ../sound/soc/sof/intel/tracepoints.c:3: ../include/trace/events/sof_intel.h: In function ‘trace_event_raw_event_sof_intel_hda_irq’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(sof_intel_hda_irq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(sof_intel_hda_irq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(sof_intel_hda_irq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(sof_intel_hda_irq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(sof_intel_hda_irq, | ^~~~~~~~~~~ ../include/trace/events/sof_intel.h: In function ‘trace_event_raw_event_sof_intel_ipc_firmware_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 32 | DECLARE_EVENT_CLASS(sof_intel_ipc_firmware_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 32 | DECLARE_EVENT_CLASS(sof_intel_ipc_firmware_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h: In function ‘trace_event_raw_event_sof_intel_D0I3C_updated’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(sof_intel_D0I3C_updated, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(sof_intel_D0I3C_updated, | ^~~~~~~~~~~ ../include/trace/events/sof_intel.h: In function ‘trace_event_raw_event_sof_intel_hda_irq_ipc_check’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:74:1: note: in expansion of macro ‘TRACE_EVENT’ 74 | TRACE_EVENT(sof_intel_hda_irq_ipc_check, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:74:1: note: in expansion of macro ‘TRACE_EVENT’ 74 | TRACE_EVENT(sof_intel_hda_irq_ipc_check, | ^~~~~~~~~~~ ../include/trace/events/sof_intel.h: In function ‘trace_event_raw_event_sof_intel_hda_dsp_pcm’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(sof_intel_hda_dsp_pcm, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(sof_intel_hda_dsp_pcm, | ^~~~~~~~~~~ ../include/trace/events/sof_intel.h: In function ‘trace_event_raw_event_sof_intel_hda_dsp_stream_status’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ 113 | TRACE_EVENT(sof_intel_hda_dsp_stream_status, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ 113 | TRACE_EVENT(sof_intel_hda_dsp_stream_status, | ^~~~~~~~~~~ ../include/trace/events/sof_intel.h: In function ‘trace_event_raw_event_sof_intel_hda_dsp_check_stream_irq’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:130:1: note: in expansion of macro ‘TRACE_EVENT’ 130 | TRACE_EVENT(sof_intel_hda_dsp_check_stream_irq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:130:1: note: in expansion of macro ‘TRACE_EVENT’ 130 | TRACE_EVENT(sof_intel_hda_dsp_check_stream_irq, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/sof_intel.h: In function ‘perf_trace_sof_intel_hda_irq’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(sof_intel_hda_irq, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(sof_intel_hda_irq, | ^~~~~~~~~~~ ../include/trace/events/sof_intel.h: In function ‘perf_trace_sof_intel_ipc_firmware_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 32 | DECLARE_EVENT_CLASS(sof_intel_ipc_firmware_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 32 | DECLARE_EVENT_CLASS(sof_intel_ipc_firmware_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h: In function ‘perf_trace_sof_intel_D0I3C_updated’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(sof_intel_D0I3C_updated, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(sof_intel_D0I3C_updated, | ^~~~~~~~~~~ ../include/trace/events/sof_intel.h: In function ‘perf_trace_sof_intel_hda_irq_ipc_check’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:74:1: note: in expansion of macro ‘TRACE_EVENT’ 74 | TRACE_EVENT(sof_intel_hda_irq_ipc_check, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:74:1: note: in expansion of macro ‘TRACE_EVENT’ 74 | TRACE_EVENT(sof_intel_hda_irq_ipc_check, | ^~~~~~~~~~~ ../include/trace/events/sof_intel.h: In function ‘perf_trace_sof_intel_hda_dsp_pcm’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(sof_intel_hda_dsp_pcm, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(sof_intel_hda_dsp_pcm, | ^~~~~~~~~~~ ../include/trace/events/sof_intel.h: In function ‘perf_trace_sof_intel_hda_dsp_stream_status’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ 113 | TRACE_EVENT(sof_intel_hda_dsp_stream_status, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ 113 | TRACE_EVENT(sof_intel_hda_dsp_stream_status, | ^~~~~~~~~~~ ../include/trace/events/sof_intel.h: In function ‘perf_trace_sof_intel_hda_dsp_check_stream_irq’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:130:1: note: in expansion of macro ‘TRACE_EVENT’ 130 | TRACE_EVENT(sof_intel_hda_dsp_check_stream_irq, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:130:1: note: in expansion of macro ‘TRACE_EVENT’ 130 | TRACE_EVENT(sof_intel_hda_dsp_check_stream_irq, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/sof_intel.h: In function ‘__bpf_trace_sof_intel_hda_irq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(sof_intel_hda_irq, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(sof_intel_hda_irq, | ^~~~~~~~~~~ ../include/trace/events/sof_intel.h: In function ‘__bpf_trace_sof_intel_ipc_firmware_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 32 | DECLARE_EVENT_CLASS(sof_intel_ipc_firmware_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 32 | DECLARE_EVENT_CLASS(sof_intel_ipc_firmware_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h: In function ‘__bpf_trace_sof_intel_D0I3C_updated’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(sof_intel_D0I3C_updated, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(sof_intel_D0I3C_updated, | ^~~~~~~~~~~ ../include/trace/events/sof_intel.h: In function ‘__bpf_trace_sof_intel_hda_irq_ipc_check’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:74:1: note: in expansion of macro ‘TRACE_EVENT’ 74 | TRACE_EVENT(sof_intel_hda_irq_ipc_check, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:74:1: note: in expansion of macro ‘TRACE_EVENT’ 74 | TRACE_EVENT(sof_intel_hda_irq_ipc_check, | ^~~~~~~~~~~ ../include/trace/events/sof_intel.h: In function ‘__bpf_trace_sof_intel_hda_dsp_pcm’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(sof_intel_hda_dsp_pcm, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ 89 | TRACE_EVENT(sof_intel_hda_dsp_pcm, | ^~~~~~~~~~~ ../include/trace/events/sof_intel.h: In function ‘__bpf_trace_sof_intel_hda_dsp_stream_status’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ 113 | TRACE_EVENT(sof_intel_hda_dsp_stream_status, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ 113 | TRACE_EVENT(sof_intel_hda_dsp_stream_status, | ^~~~~~~~~~~ ../include/trace/events/sof_intel.h: In function ‘__bpf_trace_sof_intel_hda_dsp_check_stream_irq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:130:1: note: in expansion of macro ‘TRACE_EVENT’ 130 | TRACE_EVENT(sof_intel_hda_dsp_check_stream_irq, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sof_intel.h:130:1: note: in expansion of macro ‘TRACE_EVENT’ 130 | TRACE_EVENT(sof_intel_hda_dsp_check_stream_irq, | ^~~~~~~~~~~ make[7]: *** [../scripts/Makefile.build:244: sound/soc/sof/intel/tracepoints.o] Error 1 make[6]: *** [../scripts/Makefile.build:485: sound/soc/sof/intel] Error 2 make[5]: *** [../scripts/Makefile.build:485: sound/soc/sof] Error 2 make[4]: *** [../scripts/Makefile.build:485: sound/soc] Error 2 make[3]: *** [../scripts/Makefile.build:485: sound] Error 2 In file included from ../include/trace/define_trace.h:108, from ../arch/x86/kvm/mmu/mmutrace.h:451, from ../arch/x86/kvm/mmu/mmu.c:193: ../arch/x86/kvm/mmu/mmutrace.h: In function ‘trace_event_raw_event_kvm_mmu_pagetable_walk’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:67:1: note: in expansion of macro ‘TRACE_EVENT’ 67 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:67:1: note: in expansion of macro ‘TRACE_EVENT’ 67 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:67:1: note: in expansion of macro ‘TRACE_EVENT’ 67 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:67:1: note: in expansion of macro ‘TRACE_EVENT’ 67 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:67:1: note: in expansion of macro ‘TRACE_EVENT’ 67 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘trace_event_raw_event_kvm_mmu_paging_element’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:88:1: note: in expansion of macro ‘TRACE_EVENT’ 88 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:88:1: note: in expansion of macro ‘TRACE_EVENT’ 88 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘trace_event_raw_event_kvm_mmu_set_bit_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:106:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 106 | DECLARE_EVENT_CLASS(kvm_mmu_set_bit_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:106:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 106 | DECLARE_EVENT_CLASS(kvm_mmu_set_bit_class, | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘trace_event_raw_event_kvm_mmu_walker_error’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:140:1: note: in expansion of macro ‘TRACE_EVENT’ 140 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:140:1: note: in expansion of macro ‘TRACE_EVENT’ 140 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘trace_event_raw_event_kvm_mmu_get_page’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:157:1: note: in expansion of macro ‘TRACE_EVENT’ 157 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:157:1: note: in expansion of macro ‘TRACE_EVENT’ 157 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘trace_event_raw_event_kvm_mmu_page_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:176:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 176 | DECLARE_EVENT_CLASS(kvm_mmu_page_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:176:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 176 | DECLARE_EVENT_CLASS(kvm_mmu_page_class, | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘trace_event_raw_event_mark_mmio_spte’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:210:1: note: in expansion of macro ‘TRACE_EVENT’ 210 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:210:1: note: in expansion of macro ‘TRACE_EVENT’ 210 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘trace_event_raw_event_handle_mmio_page_fault’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:233:1: note: in expansion of macro ‘TRACE_EVENT’ 233 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:233:1: note: in expansion of macro ‘TRACE_EVENT’ 233 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘trace_event_raw_event_fast_page_fault’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:254:1: note: in expansion of macro ‘TRACE_EVENT’ 254 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:254:1: note: in expansion of macro ‘TRACE_EVENT’ 254 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘trace_event_raw_event_kvm_mmu_zap_all_fast’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:289:1: note: in expansion of macro ‘TRACE_EVENT’ 289 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:289:1: note: in expansion of macro ‘TRACE_EVENT’ 289 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘trace_event_raw_event_check_mmio_spte’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:310:1: note: in expansion of macro ‘TRACE_EVENT’ 310 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:310:1: note: in expansion of macro ‘TRACE_EVENT’ 310 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘trace_event_raw_event_kvm_mmu_set_spte’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:333:1: note: in expansion of macro ‘TRACE_EVENT’ 333 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:333:1: note: in expansion of macro ‘TRACE_EVENT’ 333 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘trace_event_raw_event_kvm_mmu_spte_requested’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:369:1: note: in expansion of macro ‘TRACE_EVENT’ 369 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:369:1: note: in expansion of macro ‘TRACE_EVENT’ 369 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘trace_event_raw_event_kvm_tdp_mmu_spte_changed’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:391:1: note: in expansion of macro ‘TRACE_EVENT’ 391 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:391:1: note: in expansion of macro ‘TRACE_EVENT’ 391 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘trace_event_raw_event_kvm_mmu_split_huge_page’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:420:1: note: in expansion of macro ‘TRACE_EVENT’ 420 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:420:1: note: in expansion of macro ‘TRACE_EVENT’ 420 | TRACE_EVENT( | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../arch/x86/kvm/mmu/mmutrace.h: In function ‘perf_trace_kvm_mmu_pagetable_walk’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:67:1: note: in expansion of macro ‘TRACE_EVENT’ 67 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:67:1: note: in expansion of macro ‘TRACE_EVENT’ 67 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘perf_trace_kvm_mmu_paging_element’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:88:1: note: in expansion of macro ‘TRACE_EVENT’ 88 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:88:1: note: in expansion of macro ‘TRACE_EVENT’ 88 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘perf_trace_kvm_mmu_set_bit_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:106:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 106 | DECLARE_EVENT_CLASS(kvm_mmu_set_bit_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:106:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 106 | DECLARE_EVENT_CLASS(kvm_mmu_set_bit_class, | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘perf_trace_kvm_mmu_walker_error’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:140:1: note: in expansion of macro ‘TRACE_EVENT’ 140 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:140:1: note: in expansion of macro ‘TRACE_EVENT’ 140 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘perf_trace_kvm_mmu_get_page’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:157:1: note: in expansion of macro ‘TRACE_EVENT’ 157 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:157:1: note: in expansion of macro ‘TRACE_EVENT’ 157 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘perf_trace_kvm_mmu_page_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:176:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 176 | DECLARE_EVENT_CLASS(kvm_mmu_page_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:176:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 176 | DECLARE_EVENT_CLASS(kvm_mmu_page_class, | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘perf_trace_mark_mmio_spte’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:210:1: note: in expansion of macro ‘TRACE_EVENT’ 210 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:210:1: note: in expansion of macro ‘TRACE_EVENT’ 210 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘perf_trace_handle_mmio_page_fault’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:233:1: note: in expansion of macro ‘TRACE_EVENT’ 233 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:233:1: note: in expansion of macro ‘TRACE_EVENT’ 233 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘perf_trace_fast_page_fault’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:254:1: note: in expansion of macro ‘TRACE_EVENT’ 254 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:254:1: note: in expansion of macro ‘TRACE_EVENT’ 254 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘perf_trace_kvm_mmu_zap_all_fast’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:289:1: note: in expansion of macro ‘TRACE_EVENT’ 289 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:289:1: note: in expansion of macro ‘TRACE_EVENT’ 289 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘perf_trace_check_mmio_spte’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:310:1: note: in expansion of macro ‘TRACE_EVENT’ 310 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:310:1: note: in expansion of macro ‘TRACE_EVENT’ 310 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘perf_trace_kvm_mmu_set_spte’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:333:1: note: in expansion of macro ‘TRACE_EVENT’ 333 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:333:1: note: in expansion of macro ‘TRACE_EVENT’ 333 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘perf_trace_kvm_mmu_spte_requested’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:369:1: note: in expansion of macro ‘TRACE_EVENT’ 369 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:369:1: note: in expansion of macro ‘TRACE_EVENT’ 369 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘perf_trace_kvm_tdp_mmu_spte_changed’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:391:1: note: in expansion of macro ‘TRACE_EVENT’ 391 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:391:1: note: in expansion of macro ‘TRACE_EVENT’ 391 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘perf_trace_kvm_mmu_split_huge_page’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:420:1: note: in expansion of macro ‘TRACE_EVENT’ 420 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:420:1: note: in expansion of macro ‘TRACE_EVENT’ 420 | TRACE_EVENT( | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../arch/x86/kvm/mmu/mmutrace.h: In function ‘__bpf_trace_kvm_mmu_pagetable_walk’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:67:1: note: in expansion of macro ‘TRACE_EVENT’ 67 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:67:1: note: in expansion of macro ‘TRACE_EVENT’ 67 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘__bpf_trace_kvm_mmu_paging_element’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:88:1: note: in expansion of macro ‘TRACE_EVENT’ 88 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:88:1: note: in expansion of macro ‘TRACE_EVENT’ 88 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘__bpf_trace_kvm_mmu_set_bit_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:106:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 106 | DECLARE_EVENT_CLASS(kvm_mmu_set_bit_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:106:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 106 | DECLARE_EVENT_CLASS(kvm_mmu_set_bit_class, | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘__bpf_trace_kvm_mmu_walker_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:140:1: note: in expansion of macro ‘TRACE_EVENT’ 140 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:140:1: note: in expansion of macro ‘TRACE_EVENT’ 140 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘__bpf_trace_kvm_mmu_get_page’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:157:1: note: in expansion of macro ‘TRACE_EVENT’ 157 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:157:1: note: in expansion of macro ‘TRACE_EVENT’ 157 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘__bpf_trace_kvm_mmu_page_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:176:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 176 | DECLARE_EVENT_CLASS(kvm_mmu_page_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:176:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 176 | DECLARE_EVENT_CLASS(kvm_mmu_page_class, | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘__bpf_trace_mark_mmio_spte’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:210:1: note: in expansion of macro ‘TRACE_EVENT’ 210 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:210:1: note: in expansion of macro ‘TRACE_EVENT’ 210 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘__bpf_trace_handle_mmio_page_fault’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:233:1: note: in expansion of macro ‘TRACE_EVENT’ 233 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:233:1: note: in expansion of macro ‘TRACE_EVENT’ 233 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘__bpf_trace_fast_page_fault’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:254:1: note: in expansion of macro ‘TRACE_EVENT’ 254 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:254:1: note: in expansion of macro ‘TRACE_EVENT’ 254 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘__bpf_trace_kvm_mmu_zap_all_fast’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:289:1: note: in expansion of macro ‘TRACE_EVENT’ 289 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:289:1: note: in expansion of macro ‘TRACE_EVENT’ 289 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘__bpf_trace_check_mmio_spte’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:310:1: note: in expansion of macro ‘TRACE_EVENT’ 310 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:310:1: note: in expansion of macro ‘TRACE_EVENT’ 310 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘__bpf_trace_kvm_mmu_set_spte’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:333:1: note: in expansion of macro ‘TRACE_EVENT’ 333 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:333:1: note: in expansion of macro ‘TRACE_EVENT’ 333 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘__bpf_trace_kvm_mmu_spte_requested’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:369:1: note: in expansion of macro ‘TRACE_EVENT’ 369 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:369:1: note: in expansion of macro ‘TRACE_EVENT’ 369 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘__bpf_trace_kvm_tdp_mmu_spte_changed’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:391:1: note: in expansion of macro ‘TRACE_EVENT’ 391 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:391:1: note: in expansion of macro ‘TRACE_EVENT’ 391 | TRACE_EVENT( | ^~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h: In function ‘__bpf_trace_kvm_mmu_split_huge_page’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:420:1: note: in expansion of macro ‘TRACE_EVENT’ 420 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../arch/x86/kvm/mmu/mmutrace.h:420:1: note: in expansion of macro ‘TRACE_EVENT’ 420 | TRACE_EVENT( | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: arch/x86/kvm/mmu/mmu.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/jbd2.h:497, from ../fs/jbd2/journal.c:46: ../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_checkpoint’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(jbd2_checkpoint, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(jbd2_checkpoint, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(jbd2_checkpoint, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(jbd2_checkpoint, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(jbd2_checkpoint, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_commit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:34:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 34 | DECLARE_EVENT_CLASS(jbd2_commit, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:34:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 34 | DECLARE_EVENT_CLASS(jbd2_commit, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_end_commit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:92:1: note: in expansion of macro ‘TRACE_EVENT’ 92 | TRACE_EVENT(jbd2_end_commit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:92:1: note: in expansion of macro ‘TRACE_EVENT’ 92 | TRACE_EVENT(jbd2_end_commit, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_submit_inode_data’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:116:1: note: in expansion of macro ‘TRACE_EVENT’ 116 | TRACE_EVENT(jbd2_submit_inode_data, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:116:1: note: in expansion of macro ‘TRACE_EVENT’ 116 | TRACE_EVENT(jbd2_submit_inode_data, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_handle_start_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:136:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 136 | DECLARE_EVENT_CLASS(jbd2_handle_start_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:136:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 136 | DECLARE_EVENT_CLASS(jbd2_handle_start_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_handle_extend’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:178:1: note: in expansion of macro ‘TRACE_EVENT’ 178 | TRACE_EVENT(jbd2_handle_extend, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:178:1: note: in expansion of macro ‘TRACE_EVENT’ 178 | TRACE_EVENT(jbd2_handle_extend, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_handle_stats’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:210:1: note: in expansion of macro ‘TRACE_EVENT’ 210 | TRACE_EVENT(jbd2_handle_stats, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:210:1: note: in expansion of macro ‘TRACE_EVENT’ 210 | TRACE_EVENT(jbd2_handle_stats, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_run_stats’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:248:1: note: in expansion of macro ‘TRACE_EVENT’ 248 | TRACE_EVENT(jbd2_run_stats, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:248:1: note: in expansion of macro ‘TRACE_EVENT’ 248 | TRACE_EVENT(jbd2_run_stats, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_checkpoint_stats’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:296:1: note: in expansion of macro ‘TRACE_EVENT’ 296 | TRACE_EVENT(jbd2_checkpoint_stats, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:296:1: note: in expansion of macro ‘TRACE_EVENT’ 296 | TRACE_EVENT(jbd2_checkpoint_stats, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_update_log_tail’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:327:1: note: in expansion of macro ‘TRACE_EVENT’ 327 | TRACE_EVENT(jbd2_update_log_tail, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:327:1: note: in expansion of macro ‘TRACE_EVENT’ 327 | TRACE_EVENT(jbd2_update_log_tail, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_write_superblock’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:356:1: note: in expansion of macro ‘TRACE_EVENT’ 356 | TRACE_EVENT(jbd2_write_superblock, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:356:1: note: in expansion of macro ‘TRACE_EVENT’ 356 | TRACE_EVENT(jbd2_write_superblock, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_lock_buffer_stall’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:376:1: note: in expansion of macro ‘TRACE_EVENT’ 376 | TRACE_EVENT(jbd2_lock_buffer_stall, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:376:1: note: in expansion of macro ‘TRACE_EVENT’ 376 | TRACE_EVENT(jbd2_lock_buffer_stall, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_journal_shrink’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:397:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 397 | DECLARE_EVENT_CLASS(jbd2_journal_shrink, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:397:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 397 | DECLARE_EVENT_CLASS(jbd2_journal_shrink, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_shrink_scan_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:435:1: note: in expansion of macro ‘TRACE_EVENT’ 435 | TRACE_EVENT(jbd2_shrink_scan_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:435:1: note: in expansion of macro ‘TRACE_EVENT’ 435 | TRACE_EVENT(jbd2_shrink_scan_exit, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_shrink_checkpoint_list’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:462:1: note: in expansion of macro ‘TRACE_EVENT’ 462 | TRACE_EVENT(jbd2_shrink_checkpoint_list, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:462:1: note: in expansion of macro ‘TRACE_EVENT’ 462 | TRACE_EVENT(jbd2_shrink_checkpoint_list, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/jbd2.h: In function ‘perf_trace_jbd2_checkpoint’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(jbd2_checkpoint, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(jbd2_checkpoint, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘perf_trace_jbd2_commit’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:34:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 34 | DECLARE_EVENT_CLASS(jbd2_commit, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:34:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 34 | DECLARE_EVENT_CLASS(jbd2_commit, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘perf_trace_jbd2_end_commit’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:92:1: note: in expansion of macro ‘TRACE_EVENT’ 92 | TRACE_EVENT(jbd2_end_commit, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:92:1: note: in expansion of macro ‘TRACE_EVENT’ 92 | TRACE_EVENT(jbd2_end_commit, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘perf_trace_jbd2_submit_inode_data’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:116:1: note: in expansion of macro ‘TRACE_EVENT’ 116 | TRACE_EVENT(jbd2_submit_inode_data, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:116:1: note: in expansion of macro ‘TRACE_EVENT’ 116 | TRACE_EVENT(jbd2_submit_inode_data, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘perf_trace_jbd2_handle_start_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:136:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 136 | DECLARE_EVENT_CLASS(jbd2_handle_start_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:136:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 136 | DECLARE_EVENT_CLASS(jbd2_handle_start_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘perf_trace_jbd2_handle_extend’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:178:1: note: in expansion of macro ‘TRACE_EVENT’ 178 | TRACE_EVENT(jbd2_handle_extend, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:178:1: note: in expansion of macro ‘TRACE_EVENT’ 178 | TRACE_EVENT(jbd2_handle_extend, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘perf_trace_jbd2_handle_stats’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:210:1: note: in expansion of macro ‘TRACE_EVENT’ 210 | TRACE_EVENT(jbd2_handle_stats, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:210:1: note: in expansion of macro ‘TRACE_EVENT’ 210 | TRACE_EVENT(jbd2_handle_stats, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘perf_trace_jbd2_run_stats’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:248:1: note: in expansion of macro ‘TRACE_EVENT’ 248 | TRACE_EVENT(jbd2_run_stats, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:248:1: note: in expansion of macro ‘TRACE_EVENT’ 248 | TRACE_EVENT(jbd2_run_stats, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘perf_trace_jbd2_checkpoint_stats’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:296:1: note: in expansion of macro ‘TRACE_EVENT’ 296 | TRACE_EVENT(jbd2_checkpoint_stats, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:296:1: note: in expansion of macro ‘TRACE_EVENT’ 296 | TRACE_EVENT(jbd2_checkpoint_stats, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘perf_trace_jbd2_update_log_tail’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:327:1: note: in expansion of macro ‘TRACE_EVENT’ 327 | TRACE_EVENT(jbd2_update_log_tail, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:327:1: note: in expansion of macro ‘TRACE_EVENT’ 327 | TRACE_EVENT(jbd2_update_log_tail, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘perf_trace_jbd2_write_superblock’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:356:1: note: in expansion of macro ‘TRACE_EVENT’ 356 | TRACE_EVENT(jbd2_write_superblock, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:356:1: note: in expansion of macro ‘TRACE_EVENT’ 356 | TRACE_EVENT(jbd2_write_superblock, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘perf_trace_jbd2_lock_buffer_stall’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:376:1: note: in expansion of macro ‘TRACE_EVENT’ 376 | TRACE_EVENT(jbd2_lock_buffer_stall, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:376:1: note: in expansion of macro ‘TRACE_EVENT’ 376 | TRACE_EVENT(jbd2_lock_buffer_stall, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘perf_trace_jbd2_journal_shrink’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:397:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 397 | DECLARE_EVENT_CLASS(jbd2_journal_shrink, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:397:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 397 | DECLARE_EVENT_CLASS(jbd2_journal_shrink, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘perf_trace_jbd2_shrink_scan_exit’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:435:1: note: in expansion of macro ‘TRACE_EVENT’ 435 | TRACE_EVENT(jbd2_shrink_scan_exit, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:435:1: note: in expansion of macro ‘TRACE_EVENT’ 435 | TRACE_EVENT(jbd2_shrink_scan_exit, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘perf_trace_jbd2_shrink_checkpoint_list’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:462:1: note: in expansion of macro ‘TRACE_EVENT’ 462 | TRACE_EVENT(jbd2_shrink_checkpoint_list, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:462:1: note: in expansion of macro ‘TRACE_EVENT’ 462 | TRACE_EVENT(jbd2_shrink_checkpoint_list, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/jbd2.h: In function ‘__bpf_trace_jbd2_checkpoint’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(jbd2_checkpoint, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(jbd2_checkpoint, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘__bpf_trace_jbd2_commit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:34:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 34 | DECLARE_EVENT_CLASS(jbd2_commit, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:34:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 34 | DECLARE_EVENT_CLASS(jbd2_commit, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘__bpf_trace_jbd2_end_commit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:92:1: note: in expansion of macro ‘TRACE_EVENT’ 92 | TRACE_EVENT(jbd2_end_commit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:92:1: note: in expansion of macro ‘TRACE_EVENT’ 92 | TRACE_EVENT(jbd2_end_commit, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘__bpf_trace_jbd2_submit_inode_data’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:116:1: note: in expansion of macro ‘TRACE_EVENT’ 116 | TRACE_EVENT(jbd2_submit_inode_data, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:116:1: note: in expansion of macro ‘TRACE_EVENT’ 116 | TRACE_EVENT(jbd2_submit_inode_data, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘__bpf_trace_jbd2_handle_start_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:136:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 136 | DECLARE_EVENT_CLASS(jbd2_handle_start_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:136:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 136 | DECLARE_EVENT_CLASS(jbd2_handle_start_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘__bpf_trace_jbd2_handle_extend’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:178:1: note: in expansion of macro ‘TRACE_EVENT’ 178 | TRACE_EVENT(jbd2_handle_extend, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:178:1: note: in expansion of macro ‘TRACE_EVENT’ 178 | TRACE_EVENT(jbd2_handle_extend, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘__bpf_trace_jbd2_handle_stats’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:210:1: note: in expansion of macro ‘TRACE_EVENT’ 210 | TRACE_EVENT(jbd2_handle_stats, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:210:1: note: in expansion of macro ‘TRACE_EVENT’ 210 | TRACE_EVENT(jbd2_handle_stats, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘__bpf_trace_jbd2_run_stats’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:248:1: note: in expansion of macro ‘TRACE_EVENT’ 248 | TRACE_EVENT(jbd2_run_stats, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:248:1: note: in expansion of macro ‘TRACE_EVENT’ 248 | TRACE_EVENT(jbd2_run_stats, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘__bpf_trace_jbd2_checkpoint_stats’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:296:1: note: in expansion of macro ‘TRACE_EVENT’ 296 | TRACE_EVENT(jbd2_checkpoint_stats, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:296:1: note: in expansion of macro ‘TRACE_EVENT’ 296 | TRACE_EVENT(jbd2_checkpoint_stats, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘__bpf_trace_jbd2_update_log_tail’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:327:1: note: in expansion of macro ‘TRACE_EVENT’ 327 | TRACE_EVENT(jbd2_update_log_tail, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:327:1: note: in expansion of macro ‘TRACE_EVENT’ 327 | TRACE_EVENT(jbd2_update_log_tail, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘__bpf_trace_jbd2_write_superblock’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:356:1: note: in expansion of macro ‘TRACE_EVENT’ 356 | TRACE_EVENT(jbd2_write_superblock, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:356:1: note: in expansion of macro ‘TRACE_EVENT’ 356 | TRACE_EVENT(jbd2_write_superblock, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘__bpf_trace_jbd2_lock_buffer_stall’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:376:1: note: in expansion of macro ‘TRACE_EVENT’ 376 | TRACE_EVENT(jbd2_lock_buffer_stall, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:376:1: note: in expansion of macro ‘TRACE_EVENT’ 376 | TRACE_EVENT(jbd2_lock_buffer_stall, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘__bpf_trace_jbd2_journal_shrink’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:397:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 397 | DECLARE_EVENT_CLASS(jbd2_journal_shrink, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:397:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 397 | DECLARE_EVENT_CLASS(jbd2_journal_shrink, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘__bpf_trace_jbd2_shrink_scan_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:435:1: note: in expansion of macro ‘TRACE_EVENT’ 435 | TRACE_EVENT(jbd2_shrink_scan_exit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:435:1: note: in expansion of macro ‘TRACE_EVENT’ 435 | TRACE_EVENT(jbd2_shrink_scan_exit, | ^~~~~~~~~~~ ../include/trace/events/jbd2.h: In function ‘__bpf_trace_jbd2_shrink_checkpoint_list’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:462:1: note: in expansion of macro ‘TRACE_EVENT’ 462 | TRACE_EVENT(jbd2_shrink_checkpoint_list, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/jbd2.h:462:1: note: in expansion of macro ‘TRACE_EVENT’ 462 | TRACE_EVENT(jbd2_shrink_checkpoint_list, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: fs/jbd2/journal.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: fs/jbd2] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/netfs.h:689, from ../fs/netfs/main.c:15: ../include/trace/events/netfs.h: In function ‘trace_event_raw_event_netfs_read’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ 220 | TRACE_EVENT(netfs_read, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ 220 | TRACE_EVENT(netfs_read, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ 220 | TRACE_EVENT(netfs_read, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ 220 | TRACE_EVENT(netfs_read, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ 220 | TRACE_EVENT(netfs_read, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘trace_event_raw_event_netfs_rreq’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:253:1: note: in expansion of macro ‘TRACE_EVENT’ 253 | TRACE_EVENT(netfs_rreq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:253:1: note: in expansion of macro ‘TRACE_EVENT’ 253 | TRACE_EVENT(netfs_rreq, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘trace_event_raw_event_netfs_sreq’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:280:1: note: in expansion of macro ‘TRACE_EVENT’ 280 | TRACE_EVENT(netfs_sreq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:280:1: note: in expansion of macro ‘TRACE_EVENT’ 280 | TRACE_EVENT(netfs_sreq, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘trace_event_raw_event_netfs_failure’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ 319 | TRACE_EVENT(netfs_failure, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ 319 | TRACE_EVENT(netfs_failure, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘trace_event_raw_event_netfs_rreq_ref’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:359:1: note: in expansion of macro ‘TRACE_EVENT’ 359 | TRACE_EVENT(netfs_rreq_ref, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:359:1: note: in expansion of macro ‘TRACE_EVENT’ 359 | TRACE_EVENT(netfs_rreq_ref, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘trace_event_raw_event_netfs_sreq_ref’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:383:1: note: in expansion of macro ‘TRACE_EVENT’ 383 | TRACE_EVENT(netfs_sreq_ref, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:383:1: note: in expansion of macro ‘TRACE_EVENT’ 383 | TRACE_EVENT(netfs_sreq_ref, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘trace_event_raw_event_netfs_folio’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ 410 | TRACE_EVENT(netfs_folio, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ 410 | TRACE_EVENT(netfs_folio, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘trace_event_raw_event_netfs_write_iter’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:434:1: note: in expansion of macro ‘TRACE_EVENT’ 434 | TRACE_EVENT(netfs_write_iter, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:434:1: note: in expansion of macro ‘TRACE_EVENT’ 434 | TRACE_EVENT(netfs_write_iter, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘trace_event_raw_event_netfs_write’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:457:1: note: in expansion of macro ‘TRACE_EVENT’ 457 | TRACE_EVENT(netfs_write, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:457:1: note: in expansion of macro ‘TRACE_EVENT’ 457 | TRACE_EVENT(netfs_write, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘trace_event_raw_event_netfs_collect’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:491:1: note: in expansion of macro ‘TRACE_EVENT’ 491 | TRACE_EVENT(netfs_collect, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:491:1: note: in expansion of macro ‘TRACE_EVENT’ 491 | TRACE_EVENT(netfs_collect, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘trace_event_raw_event_netfs_collect_contig’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:516:1: note: in expansion of macro ‘TRACE_EVENT’ 516 | TRACE_EVENT(netfs_collect_contig, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:516:1: note: in expansion of macro ‘TRACE_EVENT’ 516 | TRACE_EVENT(netfs_collect_contig, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘trace_event_raw_event_netfs_collect_sreq’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:543:1: note: in expansion of macro ‘TRACE_EVENT’ 543 | TRACE_EVENT(netfs_collect_sreq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:543:1: note: in expansion of macro ‘TRACE_EVENT’ 543 | TRACE_EVENT(netfs_collect_sreq, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘trace_event_raw_event_netfs_collect_folio’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:572:1: note: in expansion of macro ‘TRACE_EVENT’ 572 | TRACE_EVENT(netfs_collect_folio, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:572:1: note: in expansion of macro ‘TRACE_EVENT’ 572 | TRACE_EVENT(netfs_collect_folio, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘trace_event_raw_event_netfs_collect_state’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:602:1: note: in expansion of macro ‘TRACE_EVENT’ 602 | TRACE_EVENT(netfs_collect_state, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:602:1: note: in expansion of macro ‘TRACE_EVENT’ 602 | TRACE_EVENT(netfs_collect_state, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘trace_event_raw_event_netfs_collect_gap’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:631:1: note: in expansion of macro ‘TRACE_EVENT’ 631 | TRACE_EVENT(netfs_collect_gap, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:631:1: note: in expansion of macro ‘TRACE_EVENT’ 631 | TRACE_EVENT(netfs_collect_gap, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘trace_event_raw_event_netfs_collect_stream’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:659:1: note: in expansion of macro ‘TRACE_EVENT’ 659 | TRACE_EVENT(netfs_collect_stream, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:659:1: note: in expansion of macro ‘TRACE_EVENT’ 659 | TRACE_EVENT(netfs_collect_stream, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/netfs.h: In function ‘perf_trace_netfs_read’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ 220 | TRACE_EVENT(netfs_read, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ 220 | TRACE_EVENT(netfs_read, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘perf_trace_netfs_rreq’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:253:1: note: in expansion of macro ‘TRACE_EVENT’ 253 | TRACE_EVENT(netfs_rreq, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:253:1: note: in expansion of macro ‘TRACE_EVENT’ 253 | TRACE_EVENT(netfs_rreq, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘perf_trace_netfs_sreq’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:280:1: note: in expansion of macro ‘TRACE_EVENT’ 280 | TRACE_EVENT(netfs_sreq, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:280:1: note: in expansion of macro ‘TRACE_EVENT’ 280 | TRACE_EVENT(netfs_sreq, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘perf_trace_netfs_failure’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ 319 | TRACE_EVENT(netfs_failure, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ 319 | TRACE_EVENT(netfs_failure, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘perf_trace_netfs_rreq_ref’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:359:1: note: in expansion of macro ‘TRACE_EVENT’ 359 | TRACE_EVENT(netfs_rreq_ref, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:359:1: note: in expansion of macro ‘TRACE_EVENT’ 359 | TRACE_EVENT(netfs_rreq_ref, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘perf_trace_netfs_sreq_ref’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:383:1: note: in expansion of macro ‘TRACE_EVENT’ 383 | TRACE_EVENT(netfs_sreq_ref, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:383:1: note: in expansion of macro ‘TRACE_EVENT’ 383 | TRACE_EVENT(netfs_sreq_ref, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘perf_trace_netfs_folio’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ 410 | TRACE_EVENT(netfs_folio, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ 410 | TRACE_EVENT(netfs_folio, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘perf_trace_netfs_write_iter’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:434:1: note: in expansion of macro ‘TRACE_EVENT’ 434 | TRACE_EVENT(netfs_write_iter, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:434:1: note: in expansion of macro ‘TRACE_EVENT’ 434 | TRACE_EVENT(netfs_write_iter, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘perf_trace_netfs_write’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:457:1: note: in expansion of macro ‘TRACE_EVENT’ 457 | TRACE_EVENT(netfs_write, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:457:1: note: in expansion of macro ‘TRACE_EVENT’ 457 | TRACE_EVENT(netfs_write, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘perf_trace_netfs_collect’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:491:1: note: in expansion of macro ‘TRACE_EVENT’ 491 | TRACE_EVENT(netfs_collect, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:491:1: note: in expansion of macro ‘TRACE_EVENT’ 491 | TRACE_EVENT(netfs_collect, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘perf_trace_netfs_collect_contig’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:516:1: note: in expansion of macro ‘TRACE_EVENT’ 516 | TRACE_EVENT(netfs_collect_contig, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:516:1: note: in expansion of macro ‘TRACE_EVENT’ 516 | TRACE_EVENT(netfs_collect_contig, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘perf_trace_netfs_collect_sreq’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:543:1: note: in expansion of macro ‘TRACE_EVENT’ 543 | TRACE_EVENT(netfs_collect_sreq, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:543:1: note: in expansion of macro ‘TRACE_EVENT’ 543 | TRACE_EVENT(netfs_collect_sreq, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘perf_trace_netfs_collect_folio’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:572:1: note: in expansion of macro ‘TRACE_EVENT’ 572 | TRACE_EVENT(netfs_collect_folio, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:572:1: note: in expansion of macro ‘TRACE_EVENT’ 572 | TRACE_EVENT(netfs_collect_folio, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘perf_trace_netfs_collect_state’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:602:1: note: in expansion of macro ‘TRACE_EVENT’ 602 | TRACE_EVENT(netfs_collect_state, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:602:1: note: in expansion of macro ‘TRACE_EVENT’ 602 | TRACE_EVENT(netfs_collect_state, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘perf_trace_netfs_collect_gap’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:631:1: note: in expansion of macro ‘TRACE_EVENT’ 631 | TRACE_EVENT(netfs_collect_gap, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:631:1: note: in expansion of macro ‘TRACE_EVENT’ 631 | TRACE_EVENT(netfs_collect_gap, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘perf_trace_netfs_collect_stream’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:659:1: note: in expansion of macro ‘TRACE_EVENT’ 659 | TRACE_EVENT(netfs_collect_stream, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:659:1: note: in expansion of macro ‘TRACE_EVENT’ 659 | TRACE_EVENT(netfs_collect_stream, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_read’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ 220 | TRACE_EVENT(netfs_read, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ 220 | TRACE_EVENT(netfs_read, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_rreq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:253:1: note: in expansion of macro ‘TRACE_EVENT’ 253 | TRACE_EVENT(netfs_rreq, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:253:1: note: in expansion of macro ‘TRACE_EVENT’ 253 | TRACE_EVENT(netfs_rreq, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_sreq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:280:1: note: in expansion of macro ‘TRACE_EVENT’ 280 | TRACE_EVENT(netfs_sreq, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:280:1: note: in expansion of macro ‘TRACE_EVENT’ 280 | TRACE_EVENT(netfs_sreq, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_failure’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ 319 | TRACE_EVENT(netfs_failure, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ 319 | TRACE_EVENT(netfs_failure, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_rreq_ref’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:359:1: note: in expansion of macro ‘TRACE_EVENT’ 359 | TRACE_EVENT(netfs_rreq_ref, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:359:1: note: in expansion of macro ‘TRACE_EVENT’ 359 | TRACE_EVENT(netfs_rreq_ref, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_sreq_ref’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:383:1: note: in expansion of macro ‘TRACE_EVENT’ 383 | TRACE_EVENT(netfs_sreq_ref, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:383:1: note: in expansion of macro ‘TRACE_EVENT’ 383 | TRACE_EVENT(netfs_sreq_ref, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_folio’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ 410 | TRACE_EVENT(netfs_folio, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ 410 | TRACE_EVENT(netfs_folio, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_write_iter’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:434:1: note: in expansion of macro ‘TRACE_EVENT’ 434 | TRACE_EVENT(netfs_write_iter, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:434:1: note: in expansion of macro ‘TRACE_EVENT’ 434 | TRACE_EVENT(netfs_write_iter, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_write’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:457:1: note: in expansion of macro ‘TRACE_EVENT’ 457 | TRACE_EVENT(netfs_write, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:457:1: note: in expansion of macro ‘TRACE_EVENT’ 457 | TRACE_EVENT(netfs_write, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_collect’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:491:1: note: in expansion of macro ‘TRACE_EVENT’ 491 | TRACE_EVENT(netfs_collect, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:491:1: note: in expansion of macro ‘TRACE_EVENT’ 491 | TRACE_EVENT(netfs_collect, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_collect_contig’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:516:1: note: in expansion of macro ‘TRACE_EVENT’ 516 | TRACE_EVENT(netfs_collect_contig, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:516:1: note: in expansion of macro ‘TRACE_EVENT’ 516 | TRACE_EVENT(netfs_collect_contig, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_collect_sreq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:543:1: note: in expansion of macro ‘TRACE_EVENT’ 543 | TRACE_EVENT(netfs_collect_sreq, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:543:1: note: in expansion of macro ‘TRACE_EVENT’ 543 | TRACE_EVENT(netfs_collect_sreq, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_collect_folio’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:572:1: note: in expansion of macro ‘TRACE_EVENT’ 572 | TRACE_EVENT(netfs_collect_folio, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:572:1: note: in expansion of macro ‘TRACE_EVENT’ 572 | TRACE_EVENT(netfs_collect_folio, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_collect_state’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:602:1: note: in expansion of macro ‘TRACE_EVENT’ 602 | TRACE_EVENT(netfs_collect_state, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:602:1: note: in expansion of macro ‘TRACE_EVENT’ 602 | TRACE_EVENT(netfs_collect_state, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_collect_gap’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:631:1: note: in expansion of macro ‘TRACE_EVENT’ 631 | TRACE_EVENT(netfs_collect_gap, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:631:1: note: in expansion of macro ‘TRACE_EVENT’ 631 | TRACE_EVENT(netfs_collect_gap, | ^~~~~~~~~~~ ../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_collect_stream’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:659:1: note: in expansion of macro ‘TRACE_EVENT’ 659 | TRACE_EVENT(netfs_collect_stream, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/netfs.h:659:1: note: in expansion of macro ‘TRACE_EVENT’ 659 | TRACE_EVENT(netfs_collect_stream, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: fs/netfs/main.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: fs/netfs] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:155, from ../drivers/net/ethernet/mellanox/mlx5/core/esw/bridge.c:14: ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h: In function ‘trace_event_raw_event_mlx5_esw_bridge_fdb_template’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:13:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 13 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_fdb_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:13:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 13 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_fdb_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:13:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 13 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_fdb_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:13:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 13 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_fdb_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:13:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 13 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_fdb_template, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h: In function ‘trace_event_raw_event_mlx5_esw_bridge_vlan_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:56:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 56 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_vlan_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:56:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 56 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_vlan_template, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h: In function ‘trace_event_raw_event_mlx5_esw_bridge_port_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:83:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 83 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_port_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:83:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 83 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_port_template, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h: In function ‘trace_event_raw_event_mlx5_esw_bridge_mdb_port_change_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:113:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 113 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_mdb_port_change_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:113:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 113 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_mdb_port_change_template, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h: In function ‘perf_trace_mlx5_esw_bridge_fdb_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:13:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 13 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_fdb_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:13:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 13 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_fdb_template, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h: In function ‘perf_trace_mlx5_esw_bridge_vlan_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:56:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 56 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_vlan_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:56:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 56 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_vlan_template, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h: In function ‘perf_trace_mlx5_esw_bridge_port_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:83:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 83 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_port_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:83:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 83 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_port_template, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h: In function ‘perf_trace_mlx5_esw_bridge_mdb_port_change_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:113:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 113 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_mdb_port_change_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:113:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 113 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_mdb_port_change_template, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h: In function ‘__bpf_trace_mlx5_esw_bridge_fdb_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:13:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 13 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_fdb_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:13:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 13 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_fdb_template, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h: In function ‘__bpf_trace_mlx5_esw_bridge_vlan_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:56:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 56 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_vlan_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:56:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 56 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_vlan_template, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h: In function ‘__bpf_trace_mlx5_esw_bridge_port_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:83:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 83 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_port_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:83:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 83 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_port_template, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h: In function ‘__bpf_trace_mlx5_esw_bridge_mdb_port_change_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:113:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 113 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_mdb_port_change_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:113:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 113 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_mdb_port_change_template, | ^~~~~~~~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/mellanox/mlx5/core/esw/bridge.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/wireless/mediatek/mt7601u/trace.h:392, from ../drivers/net/wireless/mediatek/mt7601u/trace.c:11: ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_dev_reg_evtu’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(dev_reg_evtu, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(dev_reg_evtu, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(dev_reg_evtu, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(dev_reg_evtu, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(dev_reg_evtu, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_mt_submit_urb’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:56:1: note: in expansion of macro ‘TRACE_EVENT’ 56 | TRACE_EVENT(mt_submit_urb, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:56:1: note: in expansion of macro ‘TRACE_EVENT’ 56 | TRACE_EVENT(mt_submit_urb, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_mt_mcu_msg_send’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:78:1: note: in expansion of macro ‘TRACE_EVENT’ 78 | TRACE_EVENT(mt_mcu_msg_send, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:78:1: note: in expansion of macro ‘TRACE_EVENT’ 78 | TRACE_EVENT(mt_mcu_msg_send, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_mt_vend_req’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ 98 | TRACE_EVENT(mt_vend_req, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ 98 | TRACE_EVENT(mt_vend_req, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_ee_read’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:126:1: note: in expansion of macro ‘TRACE_EVENT’ 126 | TRACE_EVENT(ee_read, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:126:1: note: in expansion of macro ‘TRACE_EVENT’ 126 | TRACE_EVENT(ee_read, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_dev_rf_reg_evt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:141:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 141 | DECLARE_EVENT_CLASS(dev_rf_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:141:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 141 | DECLARE_EVENT_CLASS(dev_rf_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_dev_bbp_reg_evt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 171 | DECLARE_EVENT_CLASS(dev_bbp_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 171 | DECLARE_EVENT_CLASS(dev_bbp_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_dev_simple_evt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:199:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 199 | DECLARE_EVENT_CLASS(dev_simple_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:199:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 199 | DECLARE_EVENT_CLASS(dev_simple_evt, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_freq_cal_offset’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:230:1: note: in expansion of macro ‘TRACE_EVENT’ 230 | TRACE_EVENT(freq_cal_offset, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:230:1: note: in expansion of macro ‘TRACE_EVENT’ 230 | TRACE_EVENT(freq_cal_offset, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_mt_rx’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:247:1: note: in expansion of macro ‘TRACE_EVENT’ 247 | TRACE_EVENT(mt_rx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:247:1: note: in expansion of macro ‘TRACE_EVENT’ 247 | TRACE_EVENT(mt_rx, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_mt_tx’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:277:1: note: in expansion of macro ‘TRACE_EVENT’ 277 | TRACE_EVENT(mt_tx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:277:1: note: in expansion of macro ‘TRACE_EVENT’ 277 | TRACE_EVENT(mt_tx, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_mt_tx_dma_done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:302:1: note: in expansion of macro ‘TRACE_EVENT’ 302 | TRACE_EVENT(mt_tx_dma_done, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:302:1: note: in expansion of macro ‘TRACE_EVENT’ 302 | TRACE_EVENT(mt_tx_dma_done, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_mt_tx_status_cleaned’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ 316 | TRACE_EVENT(mt_tx_status_cleaned, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ 316 | TRACE_EVENT(mt_tx_status_cleaned, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_mt_tx_status’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:330:1: note: in expansion of macro ‘TRACE_EVENT’ 330 | TRACE_EVENT(mt_tx_status, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:330:1: note: in expansion of macro ‘TRACE_EVENT’ 330 | TRACE_EVENT(mt_tx_status, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_mt_rx_dma_aggr’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:346:1: note: in expansion of macro ‘TRACE_EVENT’ 346 | TRACE_EVENT(mt_rx_dma_aggr, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:346:1: note: in expansion of macro ‘TRACE_EVENT’ 346 | TRACE_EVENT(mt_rx_dma_aggr, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_set_shared_key’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:368:1: note: in expansion of macro ‘TRACE_EVENT’ 368 | TRACE_EVENT(set_shared_key, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:368:1: note: in expansion of macro ‘TRACE_EVENT’ 368 | TRACE_EVENT(set_shared_key, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘perf_trace_dev_reg_evtu’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(dev_reg_evtu, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(dev_reg_evtu, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘perf_trace_mt_submit_urb’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:56:1: note: in expansion of macro ‘TRACE_EVENT’ 56 | TRACE_EVENT(mt_submit_urb, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:56:1: note: in expansion of macro ‘TRACE_EVENT’ 56 | TRACE_EVENT(mt_submit_urb, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘perf_trace_mt_mcu_msg_send’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:78:1: note: in expansion of macro ‘TRACE_EVENT’ 78 | TRACE_EVENT(mt_mcu_msg_send, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:78:1: note: in expansion of macro ‘TRACE_EVENT’ 78 | TRACE_EVENT(mt_mcu_msg_send, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘perf_trace_mt_vend_req’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ 98 | TRACE_EVENT(mt_vend_req, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ 98 | TRACE_EVENT(mt_vend_req, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘perf_trace_ee_read’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:126:1: note: in expansion of macro ‘TRACE_EVENT’ 126 | TRACE_EVENT(ee_read, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:126:1: note: in expansion of macro ‘TRACE_EVENT’ 126 | TRACE_EVENT(ee_read, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘perf_trace_dev_rf_reg_evt’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:141:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 141 | DECLARE_EVENT_CLASS(dev_rf_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:141:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 141 | DECLARE_EVENT_CLASS(dev_rf_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘perf_trace_dev_bbp_reg_evt’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 171 | DECLARE_EVENT_CLASS(dev_bbp_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 171 | DECLARE_EVENT_CLASS(dev_bbp_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘perf_trace_dev_simple_evt’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:199:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 199 | DECLARE_EVENT_CLASS(dev_simple_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:199:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 199 | DECLARE_EVENT_CLASS(dev_simple_evt, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘perf_trace_freq_cal_offset’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:230:1: note: in expansion of macro ‘TRACE_EVENT’ 230 | TRACE_EVENT(freq_cal_offset, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:230:1: note: in expansion of macro ‘TRACE_EVENT’ 230 | TRACE_EVENT(freq_cal_offset, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘perf_trace_mt_rx’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:247:1: note: in expansion of macro ‘TRACE_EVENT’ 247 | TRACE_EVENT(mt_rx, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:247:1: note: in expansion of macro ‘TRACE_EVENT’ 247 | TRACE_EVENT(mt_rx, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘perf_trace_mt_tx’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:277:1: note: in expansion of macro ‘TRACE_EVENT’ 277 | TRACE_EVENT(mt_tx, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:277:1: note: in expansion of macro ‘TRACE_EVENT’ 277 | TRACE_EVENT(mt_tx, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘perf_trace_mt_tx_dma_done’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:302:1: note: in expansion of macro ‘TRACE_EVENT’ 302 | TRACE_EVENT(mt_tx_dma_done, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:302:1: note: in expansion of macro ‘TRACE_EVENT’ 302 | TRACE_EVENT(mt_tx_dma_done, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘perf_trace_mt_tx_status_cleaned’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ 316 | TRACE_EVENT(mt_tx_status_cleaned, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ 316 | TRACE_EVENT(mt_tx_status_cleaned, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘perf_trace_mt_tx_status’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:330:1: note: in expansion of macro ‘TRACE_EVENT’ 330 | TRACE_EVENT(mt_tx_status, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:330:1: note: in expansion of macro ‘TRACE_EVENT’ 330 | TRACE_EVENT(mt_tx_status, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘perf_trace_mt_rx_dma_aggr’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:346:1: note: in expansion of macro ‘TRACE_EVENT’ 346 | TRACE_EVENT(mt_rx_dma_aggr, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:346:1: note: in expansion of macro ‘TRACE_EVENT’ 346 | TRACE_EVENT(mt_rx_dma_aggr, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘perf_trace_set_shared_key’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:368:1: note: in expansion of macro ‘TRACE_EVENT’ 368 | TRACE_EVENT(set_shared_key, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:368:1: note: in expansion of macro ‘TRACE_EVENT’ 368 | TRACE_EVENT(set_shared_key, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_dev_reg_evtu’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(dev_reg_evtu, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 29 | DECLARE_EVENT_CLASS(dev_reg_evtu, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_mt_submit_urb’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:56:1: note: in expansion of macro ‘TRACE_EVENT’ 56 | TRACE_EVENT(mt_submit_urb, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:56:1: note: in expansion of macro ‘TRACE_EVENT’ 56 | TRACE_EVENT(mt_submit_urb, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_mt_mcu_msg_send’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:78:1: note: in expansion of macro ‘TRACE_EVENT’ 78 | TRACE_EVENT(mt_mcu_msg_send, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:78:1: note: in expansion of macro ‘TRACE_EVENT’ 78 | TRACE_EVENT(mt_mcu_msg_send, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_mt_vend_req’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ 98 | TRACE_EVENT(mt_vend_req, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ 98 | TRACE_EVENT(mt_vend_req, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_ee_read’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:126:1: note: in expansion of macro ‘TRACE_EVENT’ 126 | TRACE_EVENT(ee_read, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:126:1: note: in expansion of macro ‘TRACE_EVENT’ 126 | TRACE_EVENT(ee_read, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_dev_rf_reg_evt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:141:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 141 | DECLARE_EVENT_CLASS(dev_rf_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:141:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 141 | DECLARE_EVENT_CLASS(dev_rf_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_dev_bbp_reg_evt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 171 | DECLARE_EVENT_CLASS(dev_bbp_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 171 | DECLARE_EVENT_CLASS(dev_bbp_reg_evt, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_dev_simple_evt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:199:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 199 | DECLARE_EVENT_CLASS(dev_simple_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:199:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 199 | DECLARE_EVENT_CLASS(dev_simple_evt, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_freq_cal_offset’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:230:1: note: in expansion of macro ‘TRACE_EVENT’ 230 | TRACE_EVENT(freq_cal_offset, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:230:1: note: in expansion of macro ‘TRACE_EVENT’ 230 | TRACE_EVENT(freq_cal_offset, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_mt_rx’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:247:1: note: in expansion of macro ‘TRACE_EVENT’ 247 | TRACE_EVENT(mt_rx, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:247:1: note: in expansion of macro ‘TRACE_EVENT’ 247 | TRACE_EVENT(mt_rx, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_mt_tx’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:277:1: note: in expansion of macro ‘TRACE_EVENT’ 277 | TRACE_EVENT(mt_tx, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:277:1: note: in expansion of macro ‘TRACE_EVENT’ 277 | TRACE_EVENT(mt_tx, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_mt_tx_dma_done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:302:1: note: in expansion of macro ‘TRACE_EVENT’ 302 | TRACE_EVENT(mt_tx_dma_done, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:302:1: note: in expansion of macro ‘TRACE_EVENT’ 302 | TRACE_EVENT(mt_tx_dma_done, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_mt_tx_status_cleaned’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ 316 | TRACE_EVENT(mt_tx_status_cleaned, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ 316 | TRACE_EVENT(mt_tx_status_cleaned, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_mt_tx_status’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:330:1: note: in expansion of macro ‘TRACE_EVENT’ 330 | TRACE_EVENT(mt_tx_status, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:330:1: note: in expansion of macro ‘TRACE_EVENT’ 330 | TRACE_EVENT(mt_tx_status, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_mt_rx_dma_aggr’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:346:1: note: in expansion of macro ‘TRACE_EVENT’ 346 | TRACE_EVENT(mt_rx_dma_aggr, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:346:1: note: in expansion of macro ‘TRACE_EVENT’ 346 | TRACE_EVENT(mt_rx_dma_aggr, | ^~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_set_shared_key’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:368:1: note: in expansion of macro ‘TRACE_EVENT’ 368 | TRACE_EVENT(set_shared_key, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/mediatek/mt7601u/./trace.h:368:1: note: in expansion of macro ‘TRACE_EVENT’ 368 | TRACE_EVENT(set_shared_key, | ^~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/mediatek/mt7601u/trace.o] Error 1 make[7]: *** [../scripts/Makefile.build:485: drivers/net/wireless/mediatek/mt7601u] Error 2 make[6]: *** [../scripts/Makefile.build:485: drivers/net/wireless/mediatek] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.h:323, from ../drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.c:35: ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘trace_event_raw_event_mlx5_fs_add_ft’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ 64 | TRACE_EVENT(mlx5_fs_add_ft, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ 64 | TRACE_EVENT(mlx5_fs_add_ft, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ 64 | TRACE_EVENT(mlx5_fs_add_ft, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ 64 | TRACE_EVENT(mlx5_fs_add_ft, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ 64 | TRACE_EVENT(mlx5_fs_add_ft, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘trace_event_raw_event_mlx5_fs_del_ft’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(mlx5_fs_del_ft, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(mlx5_fs_del_ft, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘trace_event_raw_event_mlx5_fs_add_fg’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ 99 | TRACE_EVENT(mlx5_fs_add_fg, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ 99 | TRACE_EVENT(mlx5_fs_add_fg, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘trace_event_raw_event_mlx5_fs_del_fg’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:150:1: note: in expansion of macro ‘TRACE_EVENT’ 150 | TRACE_EVENT(mlx5_fs_del_fg, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:150:1: note: in expansion of macro ‘TRACE_EVENT’ 150 | TRACE_EVENT(mlx5_fs_del_fg, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘trace_event_raw_event_mlx5_fs_set_fte’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:180:1: note: in expansion of macro ‘TRACE_EVENT’ 180 | TRACE_EVENT(mlx5_fs_set_fte, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:180:1: note: in expansion of macro ‘TRACE_EVENT’ 180 | TRACE_EVENT(mlx5_fs_set_fte, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘trace_event_raw_event_mlx5_fs_del_fte’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:257:1: note: in expansion of macro ‘TRACE_EVENT’ 257 | TRACE_EVENT(mlx5_fs_del_fte, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:257:1: note: in expansion of macro ‘TRACE_EVENT’ 257 | TRACE_EVENT(mlx5_fs_del_fte, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘trace_event_raw_event_mlx5_fs_add_rule’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:273:1: note: in expansion of macro ‘TRACE_EVENT’ 273 | TRACE_EVENT(mlx5_fs_add_rule, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:273:1: note: in expansion of macro ‘TRACE_EVENT’ 273 | TRACE_EVENT(mlx5_fs_add_rule, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘trace_event_raw_event_mlx5_fs_del_rule’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:303:1: note: in expansion of macro ‘TRACE_EVENT’ 303 | TRACE_EVENT(mlx5_fs_del_rule, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:303:1: note: in expansion of macro ‘TRACE_EVENT’ 303 | TRACE_EVENT(mlx5_fs_del_rule, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘perf_trace_mlx5_fs_add_ft’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ 64 | TRACE_EVENT(mlx5_fs_add_ft, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ 64 | TRACE_EVENT(mlx5_fs_add_ft, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘perf_trace_mlx5_fs_del_ft’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(mlx5_fs_del_ft, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(mlx5_fs_del_ft, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘perf_trace_mlx5_fs_add_fg’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ 99 | TRACE_EVENT(mlx5_fs_add_fg, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ 99 | TRACE_EVENT(mlx5_fs_add_fg, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘perf_trace_mlx5_fs_del_fg’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:150:1: note: in expansion of macro ‘TRACE_EVENT’ 150 | TRACE_EVENT(mlx5_fs_del_fg, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:150:1: note: in expansion of macro ‘TRACE_EVENT’ 150 | TRACE_EVENT(mlx5_fs_del_fg, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘perf_trace_mlx5_fs_set_fte’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:180:1: note: in expansion of macro ‘TRACE_EVENT’ 180 | TRACE_EVENT(mlx5_fs_set_fte, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:180:1: note: in expansion of macro ‘TRACE_EVENT’ 180 | TRACE_EVENT(mlx5_fs_set_fte, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘perf_trace_mlx5_fs_del_fte’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:257:1: note: in expansion of macro ‘TRACE_EVENT’ 257 | TRACE_EVENT(mlx5_fs_del_fte, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:257:1: note: in expansion of macro ‘TRACE_EVENT’ 257 | TRACE_EVENT(mlx5_fs_del_fte, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘perf_trace_mlx5_fs_add_rule’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:273:1: note: in expansion of macro ‘TRACE_EVENT’ 273 | TRACE_EVENT(mlx5_fs_add_rule, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:273:1: note: in expansion of macro ‘TRACE_EVENT’ 273 | TRACE_EVENT(mlx5_fs_add_rule, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘perf_trace_mlx5_fs_del_rule’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:303:1: note: in expansion of macro ‘TRACE_EVENT’ 303 | TRACE_EVENT(mlx5_fs_del_rule, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:303:1: note: in expansion of macro ‘TRACE_EVENT’ 303 | TRACE_EVENT(mlx5_fs_del_rule, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘__bpf_trace_mlx5_fs_add_ft’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ 64 | TRACE_EVENT(mlx5_fs_add_ft, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ 64 | TRACE_EVENT(mlx5_fs_add_ft, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘__bpf_trace_mlx5_fs_del_ft’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(mlx5_fs_del_ft, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ 83 | TRACE_EVENT(mlx5_fs_del_ft, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘__bpf_trace_mlx5_fs_add_fg’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ 99 | TRACE_EVENT(mlx5_fs_add_fg, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ 99 | TRACE_EVENT(mlx5_fs_add_fg, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘__bpf_trace_mlx5_fs_del_fg’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:150:1: note: in expansion of macro ‘TRACE_EVENT’ 150 | TRACE_EVENT(mlx5_fs_del_fg, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:150:1: note: in expansion of macro ‘TRACE_EVENT’ 150 | TRACE_EVENT(mlx5_fs_del_fg, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘__bpf_trace_mlx5_fs_set_fte’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:180:1: note: in expansion of macro ‘TRACE_EVENT’ 180 | TRACE_EVENT(mlx5_fs_set_fte, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:180:1: note: in expansion of macro ‘TRACE_EVENT’ 180 | TRACE_EVENT(mlx5_fs_set_fte, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘__bpf_trace_mlx5_fs_del_fte’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:257:1: note: in expansion of macro ‘TRACE_EVENT’ 257 | TRACE_EVENT(mlx5_fs_del_fte, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:257:1: note: in expansion of macro ‘TRACE_EVENT’ 257 | TRACE_EVENT(mlx5_fs_del_fte, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘__bpf_trace_mlx5_fs_add_rule’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:273:1: note: in expansion of macro ‘TRACE_EVENT’ 273 | TRACE_EVENT(mlx5_fs_add_rule, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:273:1: note: in expansion of macro ‘TRACE_EVENT’ 273 | TRACE_EVENT(mlx5_fs_add_rule, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘__bpf_trace_mlx5_fs_del_rule’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:303:1: note: in expansion of macro ‘TRACE_EVENT’ 303 | TRACE_EVENT(mlx5_fs_del_rule, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:303:1: note: in expansion of macro ‘TRACE_EVENT’ 303 | TRACE_EVENT(mlx5_fs_del_rule, | ^~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:173, from ../drivers/net/ethernet/mellanox/mlx5/core/sf/devlink.c:12: ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘trace_event_raw_event_mlx5_sf_add’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5_sf_add, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5_sf_add, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5_sf_add, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5_sf_add, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5_sf_add, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘trace_event_raw_event_mlx5_sf_free’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(mlx5_sf_free, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(mlx5_sf_free, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘trace_event_raw_event_mlx5_sf_hwc_alloc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(mlx5_sf_hwc_alloc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(mlx5_sf_hwc_alloc, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘trace_event_raw_event_mlx5_sf_hwc_free’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ 80 | TRACE_EVENT(mlx5_sf_hwc_free, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ 80 | TRACE_EVENT(mlx5_sf_hwc_free, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘trace_event_raw_event_mlx5_sf_hwc_deferred_free’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ 93 | TRACE_EVENT(mlx5_sf_hwc_deferred_free, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ 93 | TRACE_EVENT(mlx5_sf_hwc_deferred_free, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘trace_event_raw_event_mlx5_sf_state_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:106:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 106 | DECLARE_EVENT_CLASS(mlx5_sf_state_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:106:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 106 | DECLARE_EVENT_CLASS(mlx5_sf_state_template, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘trace_event_raw_event_mlx5_sf_update_state’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:142:1: note: in expansion of macro ‘TRACE_EVENT’ 142 | TRACE_EVENT(mlx5_sf_update_state, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:142:1: note: in expansion of macro ‘TRACE_EVENT’ 142 | TRACE_EVENT(mlx5_sf_update_state, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘perf_trace_mlx5_sf_add’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5_sf_add, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5_sf_add, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘perf_trace_mlx5_sf_free’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(mlx5_sf_free, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(mlx5_sf_free, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘perf_trace_mlx5_sf_hwc_alloc’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(mlx5_sf_hwc_alloc, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(mlx5_sf_hwc_alloc, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘perf_trace_mlx5_sf_hwc_free’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ 80 | TRACE_EVENT(mlx5_sf_hwc_free, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ 80 | TRACE_EVENT(mlx5_sf_hwc_free, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘perf_trace_mlx5_sf_hwc_deferred_free’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ 93 | TRACE_EVENT(mlx5_sf_hwc_deferred_free, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ 93 | TRACE_EVENT(mlx5_sf_hwc_deferred_free, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘perf_trace_mlx5_sf_state_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:106:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 106 | DECLARE_EVENT_CLASS(mlx5_sf_state_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:106:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 106 | DECLARE_EVENT_CLASS(mlx5_sf_state_template, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘perf_trace_mlx5_sf_update_state’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:142:1: note: in expansion of macro ‘TRACE_EVENT’ 142 | TRACE_EVENT(mlx5_sf_update_state, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:142:1: note: in expansion of macro ‘TRACE_EVENT’ 142 | TRACE_EVENT(mlx5_sf_update_state, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘__bpf_trace_mlx5_sf_add’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5_sf_add, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(mlx5_sf_add, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘__bpf_trace_mlx5_sf_free’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(mlx5_sf_free, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(mlx5_sf_free, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘__bpf_trace_mlx5_sf_hwc_alloc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(mlx5_sf_hwc_alloc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ 59 | TRACE_EVENT(mlx5_sf_hwc_alloc, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘__bpf_trace_mlx5_sf_hwc_free’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ 80 | TRACE_EVENT(mlx5_sf_hwc_free, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ 80 | TRACE_EVENT(mlx5_sf_hwc_free, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘__bpf_trace_mlx5_sf_hwc_deferred_free’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ 93 | TRACE_EVENT(mlx5_sf_hwc_deferred_free, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ 93 | TRACE_EVENT(mlx5_sf_hwc_deferred_free, | ^~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘__bpf_trace_mlx5_sf_state_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:106:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 106 | DECLARE_EVENT_CLASS(mlx5_sf_state_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:106:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 106 | DECLARE_EVENT_CLASS(mlx5_sf_state_template, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘__bpf_trace_mlx5_sf_update_state’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:142:1: note: in expansion of macro ‘TRACE_EVENT’ 142 | TRACE_EVENT(mlx5_sf_update_state, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:142:1: note: in expansion of macro ‘TRACE_EVENT’ 142 | TRACE_EVENT(mlx5_sf_update_state, | ^~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/mellanox/mlx5/core/sf/devlink.o] Error 1 make[7]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/mellanox/mlx5/core] Error 2 make[6]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/mellanox] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/wireless/ath/ath10k/trace.h:531, from ../drivers/net/wireless/ath/ath10k/trace.c:9: ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘trace_event_raw_event_ath10k_log_event’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:49:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 49 | DECLARE_EVENT_CLASS(ath10k_log_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:49:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 49 | DECLARE_EVENT_CLASS(ath10k_log_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:49:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 49 | DECLARE_EVENT_CLASS(ath10k_log_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:49:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 49 | DECLARE_EVENT_CLASS(ath10k_log_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:49:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 49 | DECLARE_EVENT_CLASS(ath10k_log_event, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘trace_event_raw_event_ath10k_log_dbg’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ 85 | TRACE_EVENT(ath10k_log_dbg, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ 85 | TRACE_EVENT(ath10k_log_dbg, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘trace_event_raw_event_ath10k_log_dbg_dump’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ 108 | TRACE_EVENT(ath10k_log_dbg_dump, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ 108 | TRACE_EVENT(ath10k_log_dbg_dump, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘trace_event_raw_event_ath10k_wmi_cmd’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ 141 | TRACE_EVENT(ath10k_wmi_cmd, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ 141 | TRACE_EVENT(ath10k_wmi_cmd, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘trace_event_raw_event_ath10k_wmi_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:171:1: note: in expansion of macro ‘TRACE_EVENT’ 171 | TRACE_EVENT(ath10k_wmi_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:171:1: note: in expansion of macro ‘TRACE_EVENT’ 171 | TRACE_EVENT(ath10k_wmi_event, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘trace_event_raw_event_ath10k_htt_stats’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:201:1: note: in expansion of macro ‘TRACE_EVENT’ 201 | TRACE_EVENT(ath10k_htt_stats, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:201:1: note: in expansion of macro ‘TRACE_EVENT’ 201 | TRACE_EVENT(ath10k_htt_stats, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘trace_event_raw_event_ath10k_wmi_dbglog’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:228:1: note: in expansion of macro ‘TRACE_EVENT’ 228 | TRACE_EVENT(ath10k_wmi_dbglog, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:228:1: note: in expansion of macro ‘TRACE_EVENT’ 228 | TRACE_EVENT(ath10k_wmi_dbglog, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘trace_event_raw_event_ath10k_htt_pktlog’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:258:1: note: in expansion of macro ‘TRACE_EVENT’ 258 | TRACE_EVENT(ath10k_htt_pktlog, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:258:1: note: in expansion of macro ‘TRACE_EVENT’ 258 | TRACE_EVENT(ath10k_htt_pktlog, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘trace_event_raw_event_ath10k_htt_tx’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:288:1: note: in expansion of macro ‘TRACE_EVENT’ 288 | TRACE_EVENT(ath10k_htt_tx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:288:1: note: in expansion of macro ‘TRACE_EVENT’ 288 | TRACE_EVENT(ath10k_htt_tx, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘trace_event_raw_event_ath10k_txrx_tx_unref’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:323:1: note: in expansion of macro ‘TRACE_EVENT’ 323 | TRACE_EVENT(ath10k_txrx_tx_unref, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:323:1: note: in expansion of macro ‘TRACE_EVENT’ 323 | TRACE_EVENT(ath10k_txrx_tx_unref, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘trace_event_raw_event_ath10k_hdr_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:348:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 348 | DECLARE_EVENT_CLASS(ath10k_hdr_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:348:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 348 | DECLARE_EVENT_CLASS(ath10k_hdr_event, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘trace_event_raw_event_ath10k_payload_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 375 | DECLARE_EVENT_CLASS(ath10k_payload_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 375 | DECLARE_EVENT_CLASS(ath10k_payload_event, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘trace_event_raw_event_ath10k_htt_rx_desc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:424:1: note: in expansion of macro ‘TRACE_EVENT’ 424 | TRACE_EVENT(ath10k_htt_rx_desc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:424:1: note: in expansion of macro ‘TRACE_EVENT’ 424 | TRACE_EVENT(ath10k_htt_rx_desc, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘trace_event_raw_event_ath10k_wmi_diag_container’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:454:1: note: in expansion of macro ‘TRACE_EVENT’ 454 | TRACE_EVENT(ath10k_wmi_diag_container, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:454:1: note: in expansion of macro ‘TRACE_EVENT’ 454 | TRACE_EVENT(ath10k_wmi_diag_container, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘trace_event_raw_event_ath10k_wmi_diag’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:495:1: note: in expansion of macro ‘TRACE_EVENT’ 495 | TRACE_EVENT(ath10k_wmi_diag, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:495:1: note: in expansion of macro ‘TRACE_EVENT’ 495 | TRACE_EVENT(ath10k_wmi_diag, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘perf_trace_ath10k_log_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:49:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 49 | DECLARE_EVENT_CLASS(ath10k_log_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:49:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 49 | DECLARE_EVENT_CLASS(ath10k_log_event, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘perf_trace_ath10k_log_dbg’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ 85 | TRACE_EVENT(ath10k_log_dbg, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ 85 | TRACE_EVENT(ath10k_log_dbg, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘perf_trace_ath10k_log_dbg_dump’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ 108 | TRACE_EVENT(ath10k_log_dbg_dump, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ 108 | TRACE_EVENT(ath10k_log_dbg_dump, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘perf_trace_ath10k_wmi_cmd’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ 141 | TRACE_EVENT(ath10k_wmi_cmd, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ 141 | TRACE_EVENT(ath10k_wmi_cmd, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘perf_trace_ath10k_wmi_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:171:1: note: in expansion of macro ‘TRACE_EVENT’ 171 | TRACE_EVENT(ath10k_wmi_event, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:171:1: note: in expansion of macro ‘TRACE_EVENT’ 171 | TRACE_EVENT(ath10k_wmi_event, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘perf_trace_ath10k_htt_stats’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:201:1: note: in expansion of macro ‘TRACE_EVENT’ 201 | TRACE_EVENT(ath10k_htt_stats, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:201:1: note: in expansion of macro ‘TRACE_EVENT’ 201 | TRACE_EVENT(ath10k_htt_stats, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘perf_trace_ath10k_wmi_dbglog’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:228:1: note: in expansion of macro ‘TRACE_EVENT’ 228 | TRACE_EVENT(ath10k_wmi_dbglog, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:228:1: note: in expansion of macro ‘TRACE_EVENT’ 228 | TRACE_EVENT(ath10k_wmi_dbglog, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘perf_trace_ath10k_htt_pktlog’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:258:1: note: in expansion of macro ‘TRACE_EVENT’ 258 | TRACE_EVENT(ath10k_htt_pktlog, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:258:1: note: in expansion of macro ‘TRACE_EVENT’ 258 | TRACE_EVENT(ath10k_htt_pktlog, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘perf_trace_ath10k_htt_tx’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:288:1: note: in expansion of macro ‘TRACE_EVENT’ 288 | TRACE_EVENT(ath10k_htt_tx, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:288:1: note: in expansion of macro ‘TRACE_EVENT’ 288 | TRACE_EVENT(ath10k_htt_tx, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘perf_trace_ath10k_txrx_tx_unref’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:323:1: note: in expansion of macro ‘TRACE_EVENT’ 323 | TRACE_EVENT(ath10k_txrx_tx_unref, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:323:1: note: in expansion of macro ‘TRACE_EVENT’ 323 | TRACE_EVENT(ath10k_txrx_tx_unref, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘perf_trace_ath10k_hdr_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:348:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 348 | DECLARE_EVENT_CLASS(ath10k_hdr_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:348:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 348 | DECLARE_EVENT_CLASS(ath10k_hdr_event, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘perf_trace_ath10k_payload_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 375 | DECLARE_EVENT_CLASS(ath10k_payload_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 375 | DECLARE_EVENT_CLASS(ath10k_payload_event, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘perf_trace_ath10k_htt_rx_desc’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:424:1: note: in expansion of macro ‘TRACE_EVENT’ 424 | TRACE_EVENT(ath10k_htt_rx_desc, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:424:1: note: in expansion of macro ‘TRACE_EVENT’ 424 | TRACE_EVENT(ath10k_htt_rx_desc, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘perf_trace_ath10k_wmi_diag_container’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:454:1: note: in expansion of macro ‘TRACE_EVENT’ 454 | TRACE_EVENT(ath10k_wmi_diag_container, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:454:1: note: in expansion of macro ‘TRACE_EVENT’ 454 | TRACE_EVENT(ath10k_wmi_diag_container, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘perf_trace_ath10k_wmi_diag’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:495:1: note: in expansion of macro ‘TRACE_EVENT’ 495 | TRACE_EVENT(ath10k_wmi_diag, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:495:1: note: in expansion of macro ‘TRACE_EVENT’ 495 | TRACE_EVENT(ath10k_wmi_diag, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘__bpf_trace_ath10k_log_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:49:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 49 | DECLARE_EVENT_CLASS(ath10k_log_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:49:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 49 | DECLARE_EVENT_CLASS(ath10k_log_event, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘__bpf_trace_ath10k_log_dbg’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ 85 | TRACE_EVENT(ath10k_log_dbg, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ 85 | TRACE_EVENT(ath10k_log_dbg, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘__bpf_trace_ath10k_log_dbg_dump’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ 108 | TRACE_EVENT(ath10k_log_dbg_dump, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ 108 | TRACE_EVENT(ath10k_log_dbg_dump, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘__bpf_trace_ath10k_wmi_cmd’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ 141 | TRACE_EVENT(ath10k_wmi_cmd, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ 141 | TRACE_EVENT(ath10k_wmi_cmd, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘__bpf_trace_ath10k_wmi_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:171:1: note: in expansion of macro ‘TRACE_EVENT’ 171 | TRACE_EVENT(ath10k_wmi_event, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:171:1: note: in expansion of macro ‘TRACE_EVENT’ 171 | TRACE_EVENT(ath10k_wmi_event, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘__bpf_trace_ath10k_htt_stats’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:201:1: note: in expansion of macro ‘TRACE_EVENT’ 201 | TRACE_EVENT(ath10k_htt_stats, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:201:1: note: in expansion of macro ‘TRACE_EVENT’ 201 | TRACE_EVENT(ath10k_htt_stats, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘__bpf_trace_ath10k_wmi_dbglog’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:228:1: note: in expansion of macro ‘TRACE_EVENT’ 228 | TRACE_EVENT(ath10k_wmi_dbglog, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:228:1: note: in expansion of macro ‘TRACE_EVENT’ 228 | TRACE_EVENT(ath10k_wmi_dbglog, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘__bpf_trace_ath10k_htt_pktlog’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:258:1: note: in expansion of macro ‘TRACE_EVENT’ 258 | TRACE_EVENT(ath10k_htt_pktlog, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:258:1: note: in expansion of macro ‘TRACE_EVENT’ 258 | TRACE_EVENT(ath10k_htt_pktlog, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘__bpf_trace_ath10k_htt_tx’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:288:1: note: in expansion of macro ‘TRACE_EVENT’ 288 | TRACE_EVENT(ath10k_htt_tx, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:288:1: note: in expansion of macro ‘TRACE_EVENT’ 288 | TRACE_EVENT(ath10k_htt_tx, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘__bpf_trace_ath10k_txrx_tx_unref’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:323:1: note: in expansion of macro ‘TRACE_EVENT’ 323 | TRACE_EVENT(ath10k_txrx_tx_unref, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:323:1: note: in expansion of macro ‘TRACE_EVENT’ 323 | TRACE_EVENT(ath10k_txrx_tx_unref, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘__bpf_trace_ath10k_hdr_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:348:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 348 | DECLARE_EVENT_CLASS(ath10k_hdr_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:348:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 348 | DECLARE_EVENT_CLASS(ath10k_hdr_event, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘__bpf_trace_ath10k_payload_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 375 | DECLARE_EVENT_CLASS(ath10k_payload_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 375 | DECLARE_EVENT_CLASS(ath10k_payload_event, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘__bpf_trace_ath10k_htt_rx_desc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:424:1: note: in expansion of macro ‘TRACE_EVENT’ 424 | TRACE_EVENT(ath10k_htt_rx_desc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:424:1: note: in expansion of macro ‘TRACE_EVENT’ 424 | TRACE_EVENT(ath10k_htt_rx_desc, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘__bpf_trace_ath10k_wmi_diag_container’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:454:1: note: in expansion of macro ‘TRACE_EVENT’ 454 | TRACE_EVENT(ath10k_wmi_diag_container, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:454:1: note: in expansion of macro ‘TRACE_EVENT’ 454 | TRACE_EVENT(ath10k_wmi_diag_container, | ^~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘__bpf_trace_ath10k_wmi_diag’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:495:1: note: in expansion of macro ‘TRACE_EVENT’ 495 | TRACE_EVENT(ath10k_wmi_diag, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/ath/ath10k/./trace.h:495:1: note: in expansion of macro ‘TRACE_EVENT’ 495 | TRACE_EVENT(ath10k_wmi_diag, | ^~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/ath/ath10k/trace.o] Error 1 make[7]: *** [../scripts/Makefile.build:485: drivers/net/wireless/ath/ath10k] Error 2 make[6]: *** [../scripts/Makefile.build:485: drivers/net/wireless/ath] Error 2 In file included from ../include/trace/define_trace.h:108, from ../fs/gfs2/trace_gfs2.h:641, from ../fs/gfs2/glock.c:52: ../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_glock_state_change’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:90:1: note: in expansion of macro ‘TRACE_EVENT’ 90 | TRACE_EVENT(gfs2_glock_state_change, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:90:1: note: in expansion of macro ‘TRACE_EVENT’ 90 | TRACE_EVENT(gfs2_glock_state_change, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:90:1: note: in expansion of macro ‘TRACE_EVENT’ 90 | TRACE_EVENT(gfs2_glock_state_change, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:90:1: note: in expansion of macro ‘TRACE_EVENT’ 90 | TRACE_EVENT(gfs2_glock_state_change, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:90:1: note: in expansion of macro ‘TRACE_EVENT’ 90 | TRACE_EVENT(gfs2_glock_state_change, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_glock_put’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:129:1: note: in expansion of macro ‘TRACE_EVENT’ 129 | TRACE_EVENT(gfs2_glock_put, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:129:1: note: in expansion of macro ‘TRACE_EVENT’ 129 | TRACE_EVENT(gfs2_glock_put, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_demote_rq’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:161:1: note: in expansion of macro ‘TRACE_EVENT’ 161 | TRACE_EVENT(gfs2_demote_rq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:161:1: note: in expansion of macro ‘TRACE_EVENT’ 161 | TRACE_EVENT(gfs2_demote_rq, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_promote’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:198:1: note: in expansion of macro ‘TRACE_EVENT’ 198 | TRACE_EVENT(gfs2_promote, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:198:1: note: in expansion of macro ‘TRACE_EVENT’ 198 | TRACE_EVENT(gfs2_promote, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_glock_queue’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:225:1: note: in expansion of macro ‘TRACE_EVENT’ 225 | TRACE_EVENT(gfs2_glock_queue, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:225:1: note: in expansion of macro ‘TRACE_EVENT’ 225 | TRACE_EVENT(gfs2_glock_queue, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_glock_lock_time’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ 255 | TRACE_EVENT(gfs2_glock_lock_time, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ 255 | TRACE_EVENT(gfs2_glock_lock_time, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_pin’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ 319 | TRACE_EVENT(gfs2_pin, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ 319 | TRACE_EVENT(gfs2_pin, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_log_flush’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:350:1: note: in expansion of macro ‘TRACE_EVENT’ 350 | TRACE_EVENT(gfs2_log_flush, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:350:1: note: in expansion of macro ‘TRACE_EVENT’ 350 | TRACE_EVENT(gfs2_log_flush, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_log_blocks’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:378:1: note: in expansion of macro ‘TRACE_EVENT’ 378 | TRACE_EVENT(gfs2_log_blocks, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:378:1: note: in expansion of macro ‘TRACE_EVENT’ 378 | TRACE_EVENT(gfs2_log_blocks, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_ail_flush’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:401:1: note: in expansion of macro ‘TRACE_EVENT’ 401 | TRACE_EVENT(gfs2_ail_flush, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:401:1: note: in expansion of macro ‘TRACE_EVENT’ 401 | TRACE_EVENT(gfs2_ail_flush, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_bmap’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ 436 | TRACE_EVENT(gfs2_bmap, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ 436 | TRACE_EVENT(gfs2_bmap, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_iomap_start’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:475:1: note: in expansion of macro ‘TRACE_EVENT’ 475 | TRACE_EVENT(gfs2_iomap_start, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:475:1: note: in expansion of macro ‘TRACE_EVENT’ 475 | TRACE_EVENT(gfs2_iomap_start, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_iomap_end’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:505:1: note: in expansion of macro ‘TRACE_EVENT’ 505 | TRACE_EVENT(gfs2_iomap_end, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:505:1: note: in expansion of macro ‘TRACE_EVENT’ 505 | TRACE_EVENT(gfs2_iomap_end, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_block_alloc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:545:1: note: in expansion of macro ‘TRACE_EVENT’ 545 | TRACE_EVENT(gfs2_block_alloc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:545:1: note: in expansion of macro ‘TRACE_EVENT’ 545 | TRACE_EVENT(gfs2_block_alloc, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_rs’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:589:1: note: in expansion of macro ‘TRACE_EVENT’ 589 | TRACE_EVENT(gfs2_rs, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:589:1: note: in expansion of macro ‘TRACE_EVENT’ 589 | TRACE_EVENT(gfs2_rs, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../fs/gfs2/./trace_gfs2.h: In function ‘perf_trace_gfs2_glock_state_change’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:90:1: note: in expansion of macro ‘TRACE_EVENT’ 90 | TRACE_EVENT(gfs2_glock_state_change, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:90:1: note: in expansion of macro ‘TRACE_EVENT’ 90 | TRACE_EVENT(gfs2_glock_state_change, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘perf_trace_gfs2_glock_put’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:129:1: note: in expansion of macro ‘TRACE_EVENT’ 129 | TRACE_EVENT(gfs2_glock_put, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:129:1: note: in expansion of macro ‘TRACE_EVENT’ 129 | TRACE_EVENT(gfs2_glock_put, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘perf_trace_gfs2_demote_rq’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:161:1: note: in expansion of macro ‘TRACE_EVENT’ 161 | TRACE_EVENT(gfs2_demote_rq, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:161:1: note: in expansion of macro ‘TRACE_EVENT’ 161 | TRACE_EVENT(gfs2_demote_rq, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘perf_trace_gfs2_promote’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:198:1: note: in expansion of macro ‘TRACE_EVENT’ 198 | TRACE_EVENT(gfs2_promote, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:198:1: note: in expansion of macro ‘TRACE_EVENT’ 198 | TRACE_EVENT(gfs2_promote, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘perf_trace_gfs2_glock_queue’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:225:1: note: in expansion of macro ‘TRACE_EVENT’ 225 | TRACE_EVENT(gfs2_glock_queue, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:225:1: note: in expansion of macro ‘TRACE_EVENT’ 225 | TRACE_EVENT(gfs2_glock_queue, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘perf_trace_gfs2_glock_lock_time’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ 255 | TRACE_EVENT(gfs2_glock_lock_time, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ 255 | TRACE_EVENT(gfs2_glock_lock_time, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘perf_trace_gfs2_pin’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ 319 | TRACE_EVENT(gfs2_pin, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ 319 | TRACE_EVENT(gfs2_pin, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘perf_trace_gfs2_log_flush’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:350:1: note: in expansion of macro ‘TRACE_EVENT’ 350 | TRACE_EVENT(gfs2_log_flush, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:350:1: note: in expansion of macro ‘TRACE_EVENT’ 350 | TRACE_EVENT(gfs2_log_flush, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘perf_trace_gfs2_log_blocks’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:378:1: note: in expansion of macro ‘TRACE_EVENT’ 378 | TRACE_EVENT(gfs2_log_blocks, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:378:1: note: in expansion of macro ‘TRACE_EVENT’ 378 | TRACE_EVENT(gfs2_log_blocks, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘perf_trace_gfs2_ail_flush’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:401:1: note: in expansion of macro ‘TRACE_EVENT’ 401 | TRACE_EVENT(gfs2_ail_flush, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:401:1: note: in expansion of macro ‘TRACE_EVENT’ 401 | TRACE_EVENT(gfs2_ail_flush, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘perf_trace_gfs2_bmap’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ 436 | TRACE_EVENT(gfs2_bmap, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ 436 | TRACE_EVENT(gfs2_bmap, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘perf_trace_gfs2_iomap_start’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:475:1: note: in expansion of macro ‘TRACE_EVENT’ 475 | TRACE_EVENT(gfs2_iomap_start, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:475:1: note: in expansion of macro ‘TRACE_EVENT’ 475 | TRACE_EVENT(gfs2_iomap_start, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘perf_trace_gfs2_iomap_end’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:505:1: note: in expansion of macro ‘TRACE_EVENT’ 505 | TRACE_EVENT(gfs2_iomap_end, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:505:1: note: in expansion of macro ‘TRACE_EVENT’ 505 | TRACE_EVENT(gfs2_iomap_end, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘perf_trace_gfs2_block_alloc’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:545:1: note: in expansion of macro ‘TRACE_EVENT’ 545 | TRACE_EVENT(gfs2_block_alloc, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:545:1: note: in expansion of macro ‘TRACE_EVENT’ 545 | TRACE_EVENT(gfs2_block_alloc, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘perf_trace_gfs2_rs’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:589:1: note: in expansion of macro ‘TRACE_EVENT’ 589 | TRACE_EVENT(gfs2_rs, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:589:1: note: in expansion of macro ‘TRACE_EVENT’ 589 | TRACE_EVENT(gfs2_rs, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_glock_state_change’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:90:1: note: in expansion of macro ‘TRACE_EVENT’ 90 | TRACE_EVENT(gfs2_glock_state_change, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:90:1: note: in expansion of macro ‘TRACE_EVENT’ 90 | TRACE_EVENT(gfs2_glock_state_change, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_glock_put’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:129:1: note: in expansion of macro ‘TRACE_EVENT’ 129 | TRACE_EVENT(gfs2_glock_put, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:129:1: note: in expansion of macro ‘TRACE_EVENT’ 129 | TRACE_EVENT(gfs2_glock_put, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_demote_rq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:161:1: note: in expansion of macro ‘TRACE_EVENT’ 161 | TRACE_EVENT(gfs2_demote_rq, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:161:1: note: in expansion of macro ‘TRACE_EVENT’ 161 | TRACE_EVENT(gfs2_demote_rq, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_promote’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:198:1: note: in expansion of macro ‘TRACE_EVENT’ 198 | TRACE_EVENT(gfs2_promote, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:198:1: note: in expansion of macro ‘TRACE_EVENT’ 198 | TRACE_EVENT(gfs2_promote, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_glock_queue’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:225:1: note: in expansion of macro ‘TRACE_EVENT’ 225 | TRACE_EVENT(gfs2_glock_queue, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:225:1: note: in expansion of macro ‘TRACE_EVENT’ 225 | TRACE_EVENT(gfs2_glock_queue, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_glock_lock_time’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ 255 | TRACE_EVENT(gfs2_glock_lock_time, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ 255 | TRACE_EVENT(gfs2_glock_lock_time, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_pin’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ 319 | TRACE_EVENT(gfs2_pin, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ 319 | TRACE_EVENT(gfs2_pin, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_log_flush’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:350:1: note: in expansion of macro ‘TRACE_EVENT’ 350 | TRACE_EVENT(gfs2_log_flush, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:350:1: note: in expansion of macro ‘TRACE_EVENT’ 350 | TRACE_EVENT(gfs2_log_flush, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_log_blocks’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:378:1: note: in expansion of macro ‘TRACE_EVENT’ 378 | TRACE_EVENT(gfs2_log_blocks, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:378:1: note: in expansion of macro ‘TRACE_EVENT’ 378 | TRACE_EVENT(gfs2_log_blocks, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_ail_flush’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:401:1: note: in expansion of macro ‘TRACE_EVENT’ 401 | TRACE_EVENT(gfs2_ail_flush, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:401:1: note: in expansion of macro ‘TRACE_EVENT’ 401 | TRACE_EVENT(gfs2_ail_flush, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_bmap’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ 436 | TRACE_EVENT(gfs2_bmap, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ 436 | TRACE_EVENT(gfs2_bmap, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_iomap_start’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:475:1: note: in expansion of macro ‘TRACE_EVENT’ 475 | TRACE_EVENT(gfs2_iomap_start, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:475:1: note: in expansion of macro ‘TRACE_EVENT’ 475 | TRACE_EVENT(gfs2_iomap_start, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_iomap_end’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:505:1: note: in expansion of macro ‘TRACE_EVENT’ 505 | TRACE_EVENT(gfs2_iomap_end, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:505:1: note: in expansion of macro ‘TRACE_EVENT’ 505 | TRACE_EVENT(gfs2_iomap_end, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_block_alloc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:545:1: note: in expansion of macro ‘TRACE_EVENT’ 545 | TRACE_EVENT(gfs2_block_alloc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:545:1: note: in expansion of macro ‘TRACE_EVENT’ 545 | TRACE_EVENT(gfs2_block_alloc, | ^~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_rs’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:589:1: note: in expansion of macro ‘TRACE_EVENT’ 589 | TRACE_EVENT(gfs2_rs, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/gfs2/./trace_gfs2.h:589:1: note: in expansion of macro ‘TRACE_EVENT’ 589 | TRACE_EVENT(gfs2_rs, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: fs/gfs2/glock.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: fs/gfs2] Error 2 In file included from ../include/trace/define_trace.h:108, from ../drivers/net/wireless/intel/iwlwifi/iwl-devtrace-io.h:194, from ../drivers/net/wireless/intel/iwlwifi/iwl-devtrace.h:92, from ../drivers/net/wireless/intel/iwlwifi/iwl-devtrace.c:18: ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘trace_event_raw_event_iwlwifi_dev_ioread32’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(iwlwifi_dev_ioread32, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(iwlwifi_dev_ioread32, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(iwlwifi_dev_ioread32, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(iwlwifi_dev_ioread32, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(iwlwifi_dev_ioread32, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘trace_event_raw_event_iwlwifi_dev_iowrite8’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ 34 | TRACE_EVENT(iwlwifi_dev_iowrite8, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ 34 | TRACE_EVENT(iwlwifi_dev_iowrite8, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘trace_event_raw_event_iwlwifi_dev_iowrite32’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:51:1: note: in expansion of macro ‘TRACE_EVENT’ 51 | TRACE_EVENT(iwlwifi_dev_iowrite32, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:51:1: note: in expansion of macro ‘TRACE_EVENT’ 51 | TRACE_EVENT(iwlwifi_dev_iowrite32, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘trace_event_raw_event_iwlwifi_dev_iowrite64’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ 68 | TRACE_EVENT(iwlwifi_dev_iowrite64, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ 68 | TRACE_EVENT(iwlwifi_dev_iowrite64, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘trace_event_raw_event_iwlwifi_dev_iowrite_prph32’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ 85 | TRACE_EVENT(iwlwifi_dev_iowrite_prph32, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ 85 | TRACE_EVENT(iwlwifi_dev_iowrite_prph32, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘trace_event_raw_event_iwlwifi_dev_iowrite_prph64’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:102:1: note: in expansion of macro ‘TRACE_EVENT’ 102 | TRACE_EVENT(iwlwifi_dev_iowrite_prph64, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:102:1: note: in expansion of macro ‘TRACE_EVENT’ 102 | TRACE_EVENT(iwlwifi_dev_iowrite_prph64, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘trace_event_raw_event_iwlwifi_dev_ioread_prph32’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:119:1: note: in expansion of macro ‘TRACE_EVENT’ 119 | TRACE_EVENT(iwlwifi_dev_ioread_prph32, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:119:1: note: in expansion of macro ‘TRACE_EVENT’ 119 | TRACE_EVENT(iwlwifi_dev_ioread_prph32, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘trace_event_raw_event_iwlwifi_dev_irq’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ 136 | TRACE_EVENT(iwlwifi_dev_irq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ 136 | TRACE_EVENT(iwlwifi_dev_irq, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘trace_event_raw_event_iwlwifi_dev_irq_msix’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:149:1: note: in expansion of macro ‘TRACE_EVENT’ 149 | TRACE_EVENT(iwlwifi_dev_irq_msix, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:149:1: note: in expansion of macro ‘TRACE_EVENT’ 149 | TRACE_EVENT(iwlwifi_dev_irq_msix, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘trace_event_raw_event_iwlwifi_dev_ict_read’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:172:1: note: in expansion of macro ‘TRACE_EVENT’ 172 | TRACE_EVENT(iwlwifi_dev_ict_read, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:172:1: note: in expansion of macro ‘TRACE_EVENT’ 172 | TRACE_EVENT(iwlwifi_dev_ict_read, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘perf_trace_iwlwifi_dev_ioread32’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(iwlwifi_dev_ioread32, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(iwlwifi_dev_ioread32, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘perf_trace_iwlwifi_dev_iowrite8’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ 34 | TRACE_EVENT(iwlwifi_dev_iowrite8, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ 34 | TRACE_EVENT(iwlwifi_dev_iowrite8, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘perf_trace_iwlwifi_dev_iowrite32’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:51:1: note: in expansion of macro ‘TRACE_EVENT’ 51 | TRACE_EVENT(iwlwifi_dev_iowrite32, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:51:1: note: in expansion of macro ‘TRACE_EVENT’ 51 | TRACE_EVENT(iwlwifi_dev_iowrite32, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘perf_trace_iwlwifi_dev_iowrite64’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ 68 | TRACE_EVENT(iwlwifi_dev_iowrite64, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ 68 | TRACE_EVENT(iwlwifi_dev_iowrite64, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘perf_trace_iwlwifi_dev_iowrite_prph32’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ 85 | TRACE_EVENT(iwlwifi_dev_iowrite_prph32, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ 85 | TRACE_EVENT(iwlwifi_dev_iowrite_prph32, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘perf_trace_iwlwifi_dev_iowrite_prph64’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:102:1: note: in expansion of macro ‘TRACE_EVENT’ 102 | TRACE_EVENT(iwlwifi_dev_iowrite_prph64, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:102:1: note: in expansion of macro ‘TRACE_EVENT’ 102 | TRACE_EVENT(iwlwifi_dev_iowrite_prph64, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘perf_trace_iwlwifi_dev_ioread_prph32’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:119:1: note: in expansion of macro ‘TRACE_EVENT’ 119 | TRACE_EVENT(iwlwifi_dev_ioread_prph32, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:119:1: note: in expansion of macro ‘TRACE_EVENT’ 119 | TRACE_EVENT(iwlwifi_dev_ioread_prph32, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘perf_trace_iwlwifi_dev_irq’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ 136 | TRACE_EVENT(iwlwifi_dev_irq, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ 136 | TRACE_EVENT(iwlwifi_dev_irq, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘perf_trace_iwlwifi_dev_irq_msix’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:149:1: note: in expansion of macro ‘TRACE_EVENT’ 149 | TRACE_EVENT(iwlwifi_dev_irq_msix, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:149:1: note: in expansion of macro ‘TRACE_EVENT’ 149 | TRACE_EVENT(iwlwifi_dev_irq_msix, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘perf_trace_iwlwifi_dev_ict_read’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:172:1: note: in expansion of macro ‘TRACE_EVENT’ 172 | TRACE_EVENT(iwlwifi_dev_ict_read, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:172:1: note: in expansion of macro ‘TRACE_EVENT’ 172 | TRACE_EVENT(iwlwifi_dev_ict_read, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘__bpf_trace_iwlwifi_dev_ioread32’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(iwlwifi_dev_ioread32, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(iwlwifi_dev_ioread32, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘__bpf_trace_iwlwifi_dev_iowrite8’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ 34 | TRACE_EVENT(iwlwifi_dev_iowrite8, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ 34 | TRACE_EVENT(iwlwifi_dev_iowrite8, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘__bpf_trace_iwlwifi_dev_iowrite32’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:51:1: note: in expansion of macro ‘TRACE_EVENT’ 51 | TRACE_EVENT(iwlwifi_dev_iowrite32, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:51:1: note: in expansion of macro ‘TRACE_EVENT’ 51 | TRACE_EVENT(iwlwifi_dev_iowrite32, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘__bpf_trace_iwlwifi_dev_iowrite64’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ 68 | TRACE_EVENT(iwlwifi_dev_iowrite64, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ 68 | TRACE_EVENT(iwlwifi_dev_iowrite64, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘__bpf_trace_iwlwifi_dev_iowrite_prph32’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ 85 | TRACE_EVENT(iwlwifi_dev_iowrite_prph32, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ 85 | TRACE_EVENT(iwlwifi_dev_iowrite_prph32, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘__bpf_trace_iwlwifi_dev_iowrite_prph64’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:102:1: note: in expansion of macro ‘TRACE_EVENT’ 102 | TRACE_EVENT(iwlwifi_dev_iowrite_prph64, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:102:1: note: in expansion of macro ‘TRACE_EVENT’ 102 | TRACE_EVENT(iwlwifi_dev_iowrite_prph64, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘__bpf_trace_iwlwifi_dev_ioread_prph32’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:119:1: note: in expansion of macro ‘TRACE_EVENT’ 119 | TRACE_EVENT(iwlwifi_dev_ioread_prph32, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:119:1: note: in expansion of macro ‘TRACE_EVENT’ 119 | TRACE_EVENT(iwlwifi_dev_ioread_prph32, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘__bpf_trace_iwlwifi_dev_irq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ 136 | TRACE_EVENT(iwlwifi_dev_irq, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ 136 | TRACE_EVENT(iwlwifi_dev_irq, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘__bpf_trace_iwlwifi_dev_irq_msix’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:149:1: note: in expansion of macro ‘TRACE_EVENT’ 149 | TRACE_EVENT(iwlwifi_dev_irq_msix, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:149:1: note: in expansion of macro ‘TRACE_EVENT’ 149 | TRACE_EVENT(iwlwifi_dev_irq_msix, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘__bpf_trace_iwlwifi_dev_ict_read’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:172:1: note: in expansion of macro ‘TRACE_EVENT’ 172 | TRACE_EVENT(iwlwifi_dev_ict_read, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:172:1: note: in expansion of macro ‘TRACE_EVENT’ 172 | TRACE_EVENT(iwlwifi_dev_ict_read, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:108, from ../drivers/net/wireless/intel/iwlwifi/iwl-devtrace-ucode.h:61, from ../drivers/net/wireless/intel/iwlwifi/iwl-devtrace.h:93: ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-ucode.h: In function ‘trace_event_raw_event_iwlwifi_dev_ucode_cont_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-ucode.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(iwlwifi_dev_ucode_cont_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-ucode.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(iwlwifi_dev_ucode_cont_event, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-ucode.h: In function ‘trace_event_raw_event_iwlwifi_dev_ucode_wrap_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-ucode.h:35:1: note: in expansion of macro ‘TRACE_EVENT’ 35 | TRACE_EVENT(iwlwifi_dev_ucode_wrap_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-ucode.h:35:1: note: in expansion of macro ‘TRACE_EVENT’ 35 | TRACE_EVENT(iwlwifi_dev_ucode_wrap_event, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-ucode.h: In function ‘perf_trace_iwlwifi_dev_ucode_cont_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-ucode.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(iwlwifi_dev_ucode_cont_event, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-ucode.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(iwlwifi_dev_ucode_cont_event, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-ucode.h: In function ‘perf_trace_iwlwifi_dev_ucode_wrap_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-ucode.h:35:1: note: in expansion of macro ‘TRACE_EVENT’ 35 | TRACE_EVENT(iwlwifi_dev_ucode_wrap_event, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-ucode.h:35:1: note: in expansion of macro ‘TRACE_EVENT’ 35 | TRACE_EVENT(iwlwifi_dev_ucode_wrap_event, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-ucode.h: In function ‘__bpf_trace_iwlwifi_dev_ucode_cont_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-ucode.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(iwlwifi_dev_ucode_cont_event, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-ucode.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ 15 | TRACE_EVENT(iwlwifi_dev_ucode_cont_event, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-ucode.h: In function ‘__bpf_trace_iwlwifi_dev_ucode_wrap_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-ucode.h:35:1: note: in expansion of macro ‘TRACE_EVENT’ 35 | TRACE_EVENT(iwlwifi_dev_ucode_wrap_event, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-ucode.h:35:1: note: in expansion of macro ‘TRACE_EVENT’ 35 | TRACE_EVENT(iwlwifi_dev_ucode_wrap_event, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:108, from ../drivers/net/wireless/intel/iwlwifi/iwl-devtrace-msg.h:71, from ../drivers/net/wireless/intel/iwlwifi/iwl-devtrace.h:94: ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h: In function ‘trace_event_raw_event_iwlwifi_msg_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h:17:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 17 | DECLARE_EVENT_CLASS(iwlwifi_msg_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h:17:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 17 | DECLARE_EVENT_CLASS(iwlwifi_msg_event, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h: In function ‘trace_event_raw_event_iwlwifi_dbg’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(iwlwifi_dbg, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(iwlwifi_dbg, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h: In function ‘perf_trace_iwlwifi_msg_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h:17:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 17 | DECLARE_EVENT_CLASS(iwlwifi_msg_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h:17:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 17 | DECLARE_EVENT_CLASS(iwlwifi_msg_event, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h: In function ‘perf_trace_iwlwifi_dbg’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(iwlwifi_dbg, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(iwlwifi_dbg, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h: In function ‘__bpf_trace_iwlwifi_msg_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h:17:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 17 | DECLARE_EVENT_CLASS(iwlwifi_msg_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h:17:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 17 | DECLARE_EVENT_CLASS(iwlwifi_msg_event, | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h: In function ‘__bpf_trace_iwlwifi_dbg’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(iwlwifi_dbg, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(iwlwifi_dbg, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:108, from ../drivers/net/wireless/intel/iwlwifi/iwl-devtrace-data.h:59, from ../drivers/net/wireless/intel/iwlwifi/iwl-devtrace.h:95: ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-data.h: In function ‘trace_event_raw_event_iwlwifi_dev_tx_tb’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-data.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(iwlwifi_dev_tx_tb, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-data.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(iwlwifi_dev_tx_tb, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-data.h: In function ‘trace_event_raw_event_iwlwifi_dev_rx_data’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-data.h:37:1: note: in expansion of macro ‘TRACE_EVENT’ 37 | TRACE_EVENT(iwlwifi_dev_rx_data, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-data.h:37:1: note: in expansion of macro ‘TRACE_EVENT’ 37 | TRACE_EVENT(iwlwifi_dev_rx_data, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-data.h: In function ‘perf_trace_iwlwifi_dev_tx_tb’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-data.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(iwlwifi_dev_tx_tb, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-data.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(iwlwifi_dev_tx_tb, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-data.h: In function ‘perf_trace_iwlwifi_dev_rx_data’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-data.h:37:1: note: in expansion of macro ‘TRACE_EVENT’ 37 | TRACE_EVENT(iwlwifi_dev_rx_data, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-data.h:37:1: note: in expansion of macro ‘TRACE_EVENT’ 37 | TRACE_EVENT(iwlwifi_dev_rx_data, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-data.h: In function ‘__bpf_trace_iwlwifi_dev_tx_tb’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-data.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(iwlwifi_dev_tx_tb, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-data.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(iwlwifi_dev_tx_tb, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-data.h: In function ‘__bpf_trace_iwlwifi_dev_rx_data’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-data.h:37:1: note: in expansion of macro ‘TRACE_EVENT’ 37 | TRACE_EVENT(iwlwifi_dev_rx_data, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-data.h:37:1: note: in expansion of macro ‘TRACE_EVENT’ 37 | TRACE_EVENT(iwlwifi_dev_rx_data, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:108, from ../drivers/net/wireless/intel/iwlwifi/iwl-devtrace-iwlwifi.h:137, from ../drivers/net/wireless/intel/iwlwifi/iwl-devtrace.h:96: ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h: In function ‘trace_event_raw_event_iwlwifi_dev_hcmd’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:18:1: note: in expansion of macro ‘TRACE_EVENT’ 18 | TRACE_EVENT(iwlwifi_dev_hcmd, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:18:1: note: in expansion of macro ‘TRACE_EVENT’ 18 | TRACE_EVENT(iwlwifi_dev_hcmd, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h: In function ‘trace_event_raw_event_iwlwifi_dev_rx’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:52:1: note: in expansion of macro ‘TRACE_EVENT’ 52 | TRACE_EVENT(iwlwifi_dev_rx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:52:1: note: in expansion of macro ‘TRACE_EVENT’ 52 | TRACE_EVENT(iwlwifi_dev_rx, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h: In function ‘trace_event_raw_event_iwlwifi_dev_tx’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ 73 | TRACE_EVENT(iwlwifi_dev_tx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ 73 | TRACE_EVENT(iwlwifi_dev_tx, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h: In function ‘trace_event_raw_event_iwlwifi_dev_ucode_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:112:1: note: in expansion of macro ‘TRACE_EVENT’ 112 | TRACE_EVENT(iwlwifi_dev_ucode_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:112:1: note: in expansion of macro ‘TRACE_EVENT’ 112 | TRACE_EVENT(iwlwifi_dev_ucode_event, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h: In function ‘perf_trace_iwlwifi_dev_hcmd’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:18:1: note: in expansion of macro ‘TRACE_EVENT’ 18 | TRACE_EVENT(iwlwifi_dev_hcmd, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:18:1: note: in expansion of macro ‘TRACE_EVENT’ 18 | TRACE_EVENT(iwlwifi_dev_hcmd, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h: In function ‘perf_trace_iwlwifi_dev_rx’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:52:1: note: in expansion of macro ‘TRACE_EVENT’ 52 | TRACE_EVENT(iwlwifi_dev_rx, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:52:1: note: in expansion of macro ‘TRACE_EVENT’ 52 | TRACE_EVENT(iwlwifi_dev_rx, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h: In function ‘perf_trace_iwlwifi_dev_tx’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ 73 | TRACE_EVENT(iwlwifi_dev_tx, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ 73 | TRACE_EVENT(iwlwifi_dev_tx, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h: In function ‘perf_trace_iwlwifi_dev_ucode_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:112:1: note: in expansion of macro ‘TRACE_EVENT’ 112 | TRACE_EVENT(iwlwifi_dev_ucode_event, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:112:1: note: in expansion of macro ‘TRACE_EVENT’ 112 | TRACE_EVENT(iwlwifi_dev_ucode_event, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h: In function ‘__bpf_trace_iwlwifi_dev_hcmd’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:18:1: note: in expansion of macro ‘TRACE_EVENT’ 18 | TRACE_EVENT(iwlwifi_dev_hcmd, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:18:1: note: in expansion of macro ‘TRACE_EVENT’ 18 | TRACE_EVENT(iwlwifi_dev_hcmd, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h: In function ‘__bpf_trace_iwlwifi_dev_rx’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:52:1: note: in expansion of macro ‘TRACE_EVENT’ 52 | TRACE_EVENT(iwlwifi_dev_rx, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:52:1: note: in expansion of macro ‘TRACE_EVENT’ 52 | TRACE_EVENT(iwlwifi_dev_rx, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h: In function ‘__bpf_trace_iwlwifi_dev_tx’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ 73 | TRACE_EVENT(iwlwifi_dev_tx, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ 73 | TRACE_EVENT(iwlwifi_dev_tx, | ^~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h: In function ‘__bpf_trace_iwlwifi_dev_ucode_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:112:1: note: in expansion of macro ‘TRACE_EVENT’ 112 | TRACE_EVENT(iwlwifi_dev_ucode_event, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:112:1: note: in expansion of macro ‘TRACE_EVENT’ 112 | TRACE_EVENT(iwlwifi_dev_ucode_event, | ^~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/intel/iwlwifi/iwl-devtrace.o] Error 1 make[7]: *** [../scripts/Makefile.build:485: drivers/net/wireless/intel/iwlwifi] Error 2 make[6]: *** [../scripts/Makefile.build:485: drivers/net/wireless/intel] Error 2 make[5]: *** [../scripts/Makefile.build:485: drivers/net/wireless] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/rpcgss.h:688, from ../net/sunrpc/auth_gss/trace.c:14: ../include/trace/events/rpcgss.h: In function ‘trace_event_raw_event_rpcgss_gssapi_event’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:83:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 83 | DECLARE_EVENT_CLASS(rpcgss_gssapi_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:83:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 83 | DECLARE_EVENT_CLASS(rpcgss_gssapi_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:83:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 83 | DECLARE_EVENT_CLASS(rpcgss_gssapi_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:83:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 83 | DECLARE_EVENT_CLASS(rpcgss_gssapi_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:83:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 83 | DECLARE_EVENT_CLASS(rpcgss_gssapi_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘trace_event_raw_event_rpcgss_import_ctx’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ 118 | TRACE_EVENT(rpcgss_import_ctx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ 118 | TRACE_EVENT(rpcgss_import_ctx, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘trace_event_raw_event_rpcgss_ctx_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:141:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 141 | DECLARE_EVENT_CLASS(rpcgss_ctx_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:141:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 141 | DECLARE_EVENT_CLASS(rpcgss_ctx_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘trace_event_raw_event_rpcgss_svc_gssapi_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 175 | DECLARE_EVENT_CLASS(rpcgss_svc_gssapi_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 175 | DECLARE_EVENT_CLASS(rpcgss_svc_gssapi_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘trace_event_raw_event_rpcgss_svc_wrap_failed’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ 214 | TRACE_EVENT(rpcgss_svc_wrap_failed, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ 214 | TRACE_EVENT(rpcgss_svc_wrap_failed, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘trace_event_raw_event_rpcgss_svc_unwrap_failed’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:234:1: note: in expansion of macro ‘TRACE_EVENT’ 234 | TRACE_EVENT(rpcgss_svc_unwrap_failed, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:234:1: note: in expansion of macro ‘TRACE_EVENT’ 234 | TRACE_EVENT(rpcgss_svc_unwrap_failed, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘trace_event_raw_event_rpcgss_svc_seqno_bad’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:254:1: note: in expansion of macro ‘TRACE_EVENT’ 254 | TRACE_EVENT(rpcgss_svc_seqno_bad, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:254:1: note: in expansion of macro ‘TRACE_EVENT’ 254 | TRACE_EVENT(rpcgss_svc_seqno_bad, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘trace_event_raw_event_rpcgss_svc_accept_upcall’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:282:1: note: in expansion of macro ‘TRACE_EVENT’ 282 | TRACE_EVENT(rpcgss_svc_accept_upcall, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:282:1: note: in expansion of macro ‘TRACE_EVENT’ 282 | TRACE_EVENT(rpcgss_svc_accept_upcall, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘trace_event_raw_event_rpcgss_svc_authenticate’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:313:1: note: in expansion of macro ‘TRACE_EVENT’ 313 | TRACE_EVENT(rpcgss_svc_authenticate, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:313:1: note: in expansion of macro ‘TRACE_EVENT’ 313 | TRACE_EVENT(rpcgss_svc_authenticate, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘trace_event_raw_event_rpcgss_unwrap_failed’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:342:1: note: in expansion of macro ‘TRACE_EVENT’ 342 | TRACE_EVENT(rpcgss_unwrap_failed, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:342:1: note: in expansion of macro ‘TRACE_EVENT’ 342 | TRACE_EVENT(rpcgss_unwrap_failed, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘trace_event_raw_event_rpcgss_bad_seqno’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:363:1: note: in expansion of macro ‘TRACE_EVENT’ 363 | TRACE_EVENT(rpcgss_bad_seqno, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:363:1: note: in expansion of macro ‘TRACE_EVENT’ 363 | TRACE_EVENT(rpcgss_bad_seqno, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘trace_event_raw_event_rpcgss_seqno’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:392:1: note: in expansion of macro ‘TRACE_EVENT’ 392 | TRACE_EVENT(rpcgss_seqno, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:392:1: note: in expansion of macro ‘TRACE_EVENT’ 392 | TRACE_EVENT(rpcgss_seqno, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘trace_event_raw_event_rpcgss_need_reencode’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:420:1: note: in expansion of macro ‘TRACE_EVENT’ 420 | TRACE_EVENT(rpcgss_need_reencode, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:420:1: note: in expansion of macro ‘TRACE_EVENT’ 420 | TRACE_EVENT(rpcgss_need_reencode, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘trace_event_raw_event_rpcgss_update_slack’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:454:1: note: in expansion of macro ‘TRACE_EVENT’ 454 | TRACE_EVENT(rpcgss_update_slack, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:454:1: note: in expansion of macro ‘TRACE_EVENT’ 454 | TRACE_EVENT(rpcgss_update_slack, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘trace_event_raw_event_rpcgss_svc_seqno_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:489:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 489 | DECLARE_EVENT_CLASS(rpcgss_svc_seqno_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:489:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 489 | DECLARE_EVENT_CLASS(rpcgss_svc_seqno_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘trace_event_raw_event_rpcgss_svc_seqno_low’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:522:1: note: in expansion of macro ‘TRACE_EVENT’ 522 | TRACE_EVENT(rpcgss_svc_seqno_low, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:522:1: note: in expansion of macro ‘TRACE_EVENT’ 522 | TRACE_EVENT(rpcgss_svc_seqno_low, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘trace_event_raw_event_rpcgss_upcall_msg’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:554:1: note: in expansion of macro ‘TRACE_EVENT’ 554 | TRACE_EVENT(rpcgss_upcall_msg, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:554:1: note: in expansion of macro ‘TRACE_EVENT’ 554 | TRACE_EVENT(rpcgss_upcall_msg, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘trace_event_raw_event_rpcgss_upcall_result’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:572:1: note: in expansion of macro ‘TRACE_EVENT’ 572 | TRACE_EVENT(rpcgss_upcall_result, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:572:1: note: in expansion of macro ‘TRACE_EVENT’ 572 | TRACE_EVENT(rpcgss_upcall_result, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘trace_event_raw_event_rpcgss_context’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:594:1: note: in expansion of macro ‘TRACE_EVENT’ 594 | TRACE_EVENT(rpcgss_context, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:594:1: note: in expansion of macro ‘TRACE_EVENT’ 594 | TRACE_EVENT(rpcgss_context, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘trace_event_raw_event_rpcgss_createauth’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:645:1: note: in expansion of macro ‘TRACE_EVENT’ 645 | TRACE_EVENT(rpcgss_createauth, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:645:1: note: in expansion of macro ‘TRACE_EVENT’ 645 | TRACE_EVENT(rpcgss_createauth, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘trace_event_raw_event_rpcgss_oid_to_mech’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:668:1: note: in expansion of macro ‘TRACE_EVENT’ 668 | TRACE_EVENT(rpcgss_oid_to_mech, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:668:1: note: in expansion of macro ‘TRACE_EVENT’ 668 | TRACE_EVENT(rpcgss_oid_to_mech, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/rpcgss.h: In function ‘perf_trace_rpcgss_gssapi_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:83:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 83 | DECLARE_EVENT_CLASS(rpcgss_gssapi_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:83:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 83 | DECLARE_EVENT_CLASS(rpcgss_gssapi_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘perf_trace_rpcgss_import_ctx’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ 118 | TRACE_EVENT(rpcgss_import_ctx, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ 118 | TRACE_EVENT(rpcgss_import_ctx, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘perf_trace_rpcgss_ctx_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:141:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 141 | DECLARE_EVENT_CLASS(rpcgss_ctx_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:141:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 141 | DECLARE_EVENT_CLASS(rpcgss_ctx_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘perf_trace_rpcgss_svc_gssapi_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 175 | DECLARE_EVENT_CLASS(rpcgss_svc_gssapi_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 175 | DECLARE_EVENT_CLASS(rpcgss_svc_gssapi_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘perf_trace_rpcgss_svc_wrap_failed’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ 214 | TRACE_EVENT(rpcgss_svc_wrap_failed, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ 214 | TRACE_EVENT(rpcgss_svc_wrap_failed, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘perf_trace_rpcgss_svc_unwrap_failed’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:234:1: note: in expansion of macro ‘TRACE_EVENT’ 234 | TRACE_EVENT(rpcgss_svc_unwrap_failed, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:234:1: note: in expansion of macro ‘TRACE_EVENT’ 234 | TRACE_EVENT(rpcgss_svc_unwrap_failed, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘perf_trace_rpcgss_svc_seqno_bad’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:254:1: note: in expansion of macro ‘TRACE_EVENT’ 254 | TRACE_EVENT(rpcgss_svc_seqno_bad, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:254:1: note: in expansion of macro ‘TRACE_EVENT’ 254 | TRACE_EVENT(rpcgss_svc_seqno_bad, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘perf_trace_rpcgss_svc_accept_upcall’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:282:1: note: in expansion of macro ‘TRACE_EVENT’ 282 | TRACE_EVENT(rpcgss_svc_accept_upcall, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:282:1: note: in expansion of macro ‘TRACE_EVENT’ 282 | TRACE_EVENT(rpcgss_svc_accept_upcall, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘perf_trace_rpcgss_svc_authenticate’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:313:1: note: in expansion of macro ‘TRACE_EVENT’ 313 | TRACE_EVENT(rpcgss_svc_authenticate, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:313:1: note: in expansion of macro ‘TRACE_EVENT’ 313 | TRACE_EVENT(rpcgss_svc_authenticate, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘perf_trace_rpcgss_unwrap_failed’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:342:1: note: in expansion of macro ‘TRACE_EVENT’ 342 | TRACE_EVENT(rpcgss_unwrap_failed, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:342:1: note: in expansion of macro ‘TRACE_EVENT’ 342 | TRACE_EVENT(rpcgss_unwrap_failed, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘perf_trace_rpcgss_bad_seqno’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:363:1: note: in expansion of macro ‘TRACE_EVENT’ 363 | TRACE_EVENT(rpcgss_bad_seqno, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:363:1: note: in expansion of macro ‘TRACE_EVENT’ 363 | TRACE_EVENT(rpcgss_bad_seqno, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘perf_trace_rpcgss_seqno’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:392:1: note: in expansion of macro ‘TRACE_EVENT’ 392 | TRACE_EVENT(rpcgss_seqno, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:392:1: note: in expansion of macro ‘TRACE_EVENT’ 392 | TRACE_EVENT(rpcgss_seqno, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘perf_trace_rpcgss_need_reencode’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:420:1: note: in expansion of macro ‘TRACE_EVENT’ 420 | TRACE_EVENT(rpcgss_need_reencode, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:420:1: note: in expansion of macro ‘TRACE_EVENT’ 420 | TRACE_EVENT(rpcgss_need_reencode, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘perf_trace_rpcgss_update_slack’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:454:1: note: in expansion of macro ‘TRACE_EVENT’ 454 | TRACE_EVENT(rpcgss_update_slack, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:454:1: note: in expansion of macro ‘TRACE_EVENT’ 454 | TRACE_EVENT(rpcgss_update_slack, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘perf_trace_rpcgss_svc_seqno_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:489:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 489 | DECLARE_EVENT_CLASS(rpcgss_svc_seqno_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:489:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 489 | DECLARE_EVENT_CLASS(rpcgss_svc_seqno_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘perf_trace_rpcgss_svc_seqno_low’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:522:1: note: in expansion of macro ‘TRACE_EVENT’ 522 | TRACE_EVENT(rpcgss_svc_seqno_low, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:522:1: note: in expansion of macro ‘TRACE_EVENT’ 522 | TRACE_EVENT(rpcgss_svc_seqno_low, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘perf_trace_rpcgss_upcall_msg’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:554:1: note: in expansion of macro ‘TRACE_EVENT’ 554 | TRACE_EVENT(rpcgss_upcall_msg, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:554:1: note: in expansion of macro ‘TRACE_EVENT’ 554 | TRACE_EVENT(rpcgss_upcall_msg, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘perf_trace_rpcgss_upcall_result’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:572:1: note: in expansion of macro ‘TRACE_EVENT’ 572 | TRACE_EVENT(rpcgss_upcall_result, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:572:1: note: in expansion of macro ‘TRACE_EVENT’ 572 | TRACE_EVENT(rpcgss_upcall_result, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘perf_trace_rpcgss_context’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:594:1: note: in expansion of macro ‘TRACE_EVENT’ 594 | TRACE_EVENT(rpcgss_context, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:594:1: note: in expansion of macro ‘TRACE_EVENT’ 594 | TRACE_EVENT(rpcgss_context, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘perf_trace_rpcgss_createauth’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:645:1: note: in expansion of macro ‘TRACE_EVENT’ 645 | TRACE_EVENT(rpcgss_createauth, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:645:1: note: in expansion of macro ‘TRACE_EVENT’ 645 | TRACE_EVENT(rpcgss_createauth, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘perf_trace_rpcgss_oid_to_mech’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:668:1: note: in expansion of macro ‘TRACE_EVENT’ 668 | TRACE_EVENT(rpcgss_oid_to_mech, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:668:1: note: in expansion of macro ‘TRACE_EVENT’ 668 | TRACE_EVENT(rpcgss_oid_to_mech, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/rpcgss.h: In function ‘__bpf_trace_rpcgss_gssapi_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:83:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 83 | DECLARE_EVENT_CLASS(rpcgss_gssapi_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:83:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 83 | DECLARE_EVENT_CLASS(rpcgss_gssapi_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘__bpf_trace_rpcgss_import_ctx’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ 118 | TRACE_EVENT(rpcgss_import_ctx, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ 118 | TRACE_EVENT(rpcgss_import_ctx, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘__bpf_trace_rpcgss_ctx_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:141:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 141 | DECLARE_EVENT_CLASS(rpcgss_ctx_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:141:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 141 | DECLARE_EVENT_CLASS(rpcgss_ctx_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘__bpf_trace_rpcgss_svc_gssapi_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 175 | DECLARE_EVENT_CLASS(rpcgss_svc_gssapi_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 175 | DECLARE_EVENT_CLASS(rpcgss_svc_gssapi_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘__bpf_trace_rpcgss_svc_wrap_failed’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ 214 | TRACE_EVENT(rpcgss_svc_wrap_failed, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ 214 | TRACE_EVENT(rpcgss_svc_wrap_failed, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘__bpf_trace_rpcgss_svc_unwrap_failed’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:234:1: note: in expansion of macro ‘TRACE_EVENT’ 234 | TRACE_EVENT(rpcgss_svc_unwrap_failed, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:234:1: note: in expansion of macro ‘TRACE_EVENT’ 234 | TRACE_EVENT(rpcgss_svc_unwrap_failed, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘__bpf_trace_rpcgss_svc_seqno_bad’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:254:1: note: in expansion of macro ‘TRACE_EVENT’ 254 | TRACE_EVENT(rpcgss_svc_seqno_bad, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:254:1: note: in expansion of macro ‘TRACE_EVENT’ 254 | TRACE_EVENT(rpcgss_svc_seqno_bad, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘__bpf_trace_rpcgss_svc_accept_upcall’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:282:1: note: in expansion of macro ‘TRACE_EVENT’ 282 | TRACE_EVENT(rpcgss_svc_accept_upcall, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:282:1: note: in expansion of macro ‘TRACE_EVENT’ 282 | TRACE_EVENT(rpcgss_svc_accept_upcall, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘__bpf_trace_rpcgss_svc_authenticate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:313:1: note: in expansion of macro ‘TRACE_EVENT’ 313 | TRACE_EVENT(rpcgss_svc_authenticate, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:313:1: note: in expansion of macro ‘TRACE_EVENT’ 313 | TRACE_EVENT(rpcgss_svc_authenticate, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘__bpf_trace_rpcgss_unwrap_failed’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:342:1: note: in expansion of macro ‘TRACE_EVENT’ 342 | TRACE_EVENT(rpcgss_unwrap_failed, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:342:1: note: in expansion of macro ‘TRACE_EVENT’ 342 | TRACE_EVENT(rpcgss_unwrap_failed, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘__bpf_trace_rpcgss_bad_seqno’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:363:1: note: in expansion of macro ‘TRACE_EVENT’ 363 | TRACE_EVENT(rpcgss_bad_seqno, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:363:1: note: in expansion of macro ‘TRACE_EVENT’ 363 | TRACE_EVENT(rpcgss_bad_seqno, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘__bpf_trace_rpcgss_seqno’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:392:1: note: in expansion of macro ‘TRACE_EVENT’ 392 | TRACE_EVENT(rpcgss_seqno, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:392:1: note: in expansion of macro ‘TRACE_EVENT’ 392 | TRACE_EVENT(rpcgss_seqno, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘__bpf_trace_rpcgss_need_reencode’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:420:1: note: in expansion of macro ‘TRACE_EVENT’ 420 | TRACE_EVENT(rpcgss_need_reencode, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:420:1: note: in expansion of macro ‘TRACE_EVENT’ 420 | TRACE_EVENT(rpcgss_need_reencode, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘__bpf_trace_rpcgss_update_slack’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:454:1: note: in expansion of macro ‘TRACE_EVENT’ 454 | TRACE_EVENT(rpcgss_update_slack, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:454:1: note: in expansion of macro ‘TRACE_EVENT’ 454 | TRACE_EVENT(rpcgss_update_slack, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘__bpf_trace_rpcgss_svc_seqno_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:489:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 489 | DECLARE_EVENT_CLASS(rpcgss_svc_seqno_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:489:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 489 | DECLARE_EVENT_CLASS(rpcgss_svc_seqno_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘__bpf_trace_rpcgss_svc_seqno_low’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:522:1: note: in expansion of macro ‘TRACE_EVENT’ 522 | TRACE_EVENT(rpcgss_svc_seqno_low, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:522:1: note: in expansion of macro ‘TRACE_EVENT’ 522 | TRACE_EVENT(rpcgss_svc_seqno_low, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘__bpf_trace_rpcgss_upcall_msg’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:554:1: note: in expansion of macro ‘TRACE_EVENT’ 554 | TRACE_EVENT(rpcgss_upcall_msg, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:554:1: note: in expansion of macro ‘TRACE_EVENT’ 554 | TRACE_EVENT(rpcgss_upcall_msg, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘__bpf_trace_rpcgss_upcall_result’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:572:1: note: in expansion of macro ‘TRACE_EVENT’ 572 | TRACE_EVENT(rpcgss_upcall_result, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:572:1: note: in expansion of macro ‘TRACE_EVENT’ 572 | TRACE_EVENT(rpcgss_upcall_result, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘__bpf_trace_rpcgss_context’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:594:1: note: in expansion of macro ‘TRACE_EVENT’ 594 | TRACE_EVENT(rpcgss_context, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:594:1: note: in expansion of macro ‘TRACE_EVENT’ 594 | TRACE_EVENT(rpcgss_context, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘__bpf_trace_rpcgss_createauth’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:645:1: note: in expansion of macro ‘TRACE_EVENT’ 645 | TRACE_EVENT(rpcgss_createauth, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:645:1: note: in expansion of macro ‘TRACE_EVENT’ 645 | TRACE_EVENT(rpcgss_createauth, | ^~~~~~~~~~~ ../include/trace/events/rpcgss.h: In function ‘__bpf_trace_rpcgss_oid_to_mech’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:668:1: note: in expansion of macro ‘TRACE_EVENT’ 668 | TRACE_EVENT(rpcgss_oid_to_mech, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcgss.h:668:1: note: in expansion of macro ‘TRACE_EVENT’ 668 | TRACE_EVENT(rpcgss_oid_to_mech, | ^~~~~~~~~~~ make[6]: *** [../scripts/Makefile.build:244: net/sunrpc/auth_gss/trace.o] Error 1 make[5]: *** [../scripts/Makefile.build:485: net/sunrpc/auth_gss] Error 2 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../drivers/net/ethernet/intel/ice/ice_trace.h:364, from ../drivers/net/ethernet/intel/ice/ice_main.c:24: ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘trace_event_raw_event_ice_rx_dim_template’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:63:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 63 | DECLARE_EVENT_CLASS(ice_rx_dim_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:63:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 63 | DECLARE_EVENT_CLASS(ice_rx_dim_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:63:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 63 | DECLARE_EVENT_CLASS(ice_rx_dim_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:63:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 63 | DECLARE_EVENT_CLASS(ice_rx_dim_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:63:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 63 | DECLARE_EVENT_CLASS(ice_rx_dim_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘trace_event_raw_event_ice_tx_dim_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:90:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 90 | DECLARE_EVENT_CLASS(ice_tx_dim_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:90:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 90 | DECLARE_EVENT_CLASS(ice_tx_dim_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘trace_event_raw_event_ice_tx_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:118:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 118 | DECLARE_EVENT_CLASS(ice_tx_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:118:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 118 | DECLARE_EVENT_CLASS(ice_tx_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘trace_event_raw_event_ice_rx_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 148 | DECLARE_EVENT_CLASS(ice_rx_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 148 | DECLARE_EVENT_CLASS(ice_rx_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘trace_event_raw_event_ice_rx_indicate_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:169:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 169 | DECLARE_EVENT_CLASS(ice_rx_indicate_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:169:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 169 | DECLARE_EVENT_CLASS(ice_rx_indicate_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘trace_event_raw_event_ice_xmit_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:195:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 195 | DECLARE_EVENT_CLASS(ice_xmit_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:195:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 195 | DECLARE_EVENT_CLASS(ice_xmit_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘trace_event_raw_event_ice_tx_tstamp_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:220:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 220 | DECLARE_EVENT_CLASS(ice_tx_tstamp_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:220:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 220 | DECLARE_EVENT_CLASS(ice_tx_tstamp_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘trace_event_raw_event_ice_esw_br_fdb_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:244:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 244 | DECLARE_EVENT_CLASS(ice_esw_br_fdb_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:244:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 244 | DECLARE_EVENT_CLASS(ice_esw_br_fdb_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘trace_event_raw_event_ice_esw_br_vlan_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:276:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 276 | DECLARE_EVENT_CLASS(ice_esw_br_vlan_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:276:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 276 | DECLARE_EVENT_CLASS(ice_esw_br_vlan_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘trace_event_raw_event_ice_esw_br_port_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:302:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 302 | DECLARE_EVENT_CLASS(ice_esw_br_port_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:302:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 302 | DECLARE_EVENT_CLASS(ice_esw_br_port_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘trace_event_raw_event_ice_switch_stats_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:333:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 333 | DECLARE_EVENT_CLASS(ice_switch_stats_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:333:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 333 | DECLARE_EVENT_CLASS(ice_switch_stats_template, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘perf_trace_ice_rx_dim_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:63:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 63 | DECLARE_EVENT_CLASS(ice_rx_dim_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:63:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 63 | DECLARE_EVENT_CLASS(ice_rx_dim_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘perf_trace_ice_tx_dim_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:90:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 90 | DECLARE_EVENT_CLASS(ice_tx_dim_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:90:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 90 | DECLARE_EVENT_CLASS(ice_tx_dim_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘perf_trace_ice_tx_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:118:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 118 | DECLARE_EVENT_CLASS(ice_tx_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:118:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 118 | DECLARE_EVENT_CLASS(ice_tx_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘perf_trace_ice_rx_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 148 | DECLARE_EVENT_CLASS(ice_rx_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 148 | DECLARE_EVENT_CLASS(ice_rx_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘perf_trace_ice_rx_indicate_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:169:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 169 | DECLARE_EVENT_CLASS(ice_rx_indicate_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:169:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 169 | DECLARE_EVENT_CLASS(ice_rx_indicate_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘perf_trace_ice_xmit_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:195:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 195 | DECLARE_EVENT_CLASS(ice_xmit_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:195:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 195 | DECLARE_EVENT_CLASS(ice_xmit_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘perf_trace_ice_tx_tstamp_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:220:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 220 | DECLARE_EVENT_CLASS(ice_tx_tstamp_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:220:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 220 | DECLARE_EVENT_CLASS(ice_tx_tstamp_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘perf_trace_ice_esw_br_fdb_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:244:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 244 | DECLARE_EVENT_CLASS(ice_esw_br_fdb_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:244:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 244 | DECLARE_EVENT_CLASS(ice_esw_br_fdb_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘perf_trace_ice_esw_br_vlan_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:276:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 276 | DECLARE_EVENT_CLASS(ice_esw_br_vlan_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:276:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 276 | DECLARE_EVENT_CLASS(ice_esw_br_vlan_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘perf_trace_ice_esw_br_port_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:302:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 302 | DECLARE_EVENT_CLASS(ice_esw_br_port_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:302:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 302 | DECLARE_EVENT_CLASS(ice_esw_br_port_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘perf_trace_ice_switch_stats_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:333:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 333 | DECLARE_EVENT_CLASS(ice_switch_stats_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:333:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 333 | DECLARE_EVENT_CLASS(ice_switch_stats_template, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘__bpf_trace_ice_rx_dim_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:63:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 63 | DECLARE_EVENT_CLASS(ice_rx_dim_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:63:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 63 | DECLARE_EVENT_CLASS(ice_rx_dim_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘__bpf_trace_ice_tx_dim_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:90:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 90 | DECLARE_EVENT_CLASS(ice_tx_dim_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:90:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 90 | DECLARE_EVENT_CLASS(ice_tx_dim_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘__bpf_trace_ice_tx_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:118:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 118 | DECLARE_EVENT_CLASS(ice_tx_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:118:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 118 | DECLARE_EVENT_CLASS(ice_tx_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘__bpf_trace_ice_rx_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 148 | DECLARE_EVENT_CLASS(ice_rx_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 148 | DECLARE_EVENT_CLASS(ice_rx_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘__bpf_trace_ice_rx_indicate_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:169:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 169 | DECLARE_EVENT_CLASS(ice_rx_indicate_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:169:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 169 | DECLARE_EVENT_CLASS(ice_rx_indicate_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘__bpf_trace_ice_xmit_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:195:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 195 | DECLARE_EVENT_CLASS(ice_xmit_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:195:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 195 | DECLARE_EVENT_CLASS(ice_xmit_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘__bpf_trace_ice_tx_tstamp_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:220:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 220 | DECLARE_EVENT_CLASS(ice_tx_tstamp_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:220:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 220 | DECLARE_EVENT_CLASS(ice_tx_tstamp_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘__bpf_trace_ice_esw_br_fdb_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:244:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 244 | DECLARE_EVENT_CLASS(ice_esw_br_fdb_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:244:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 244 | DECLARE_EVENT_CLASS(ice_esw_br_fdb_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘__bpf_trace_ice_esw_br_vlan_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:276:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 276 | DECLARE_EVENT_CLASS(ice_esw_br_vlan_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:276:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 276 | DECLARE_EVENT_CLASS(ice_esw_br_vlan_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘__bpf_trace_ice_esw_br_port_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:302:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 302 | DECLARE_EVENT_CLASS(ice_esw_br_port_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:302:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 302 | DECLARE_EVENT_CLASS(ice_esw_br_port_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘__bpf_trace_ice_switch_stats_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:333:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 333 | DECLARE_EVENT_CLASS(ice_switch_stats_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:333:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 333 | DECLARE_EVENT_CLASS(ice_switch_stats_template, | ^~~~~~~~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/intel/ice/ice_main.o] Error 1 make[7]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/intel/ice] Error 2 make[6]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/intel] Error 2 make[5]: *** [../scripts/Makefile.build:485: drivers/net/ethernet] Error 2 make[4]: *** [../scripts/Makefile.build:485: drivers/net] Error 2 make[3]: *** [../scripts/Makefile.build:485: drivers] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/cachefiles.h:860, from ../fs/cachefiles/internal.h:151, from ../fs/cachefiles/main.c:24: ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_ref’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ 216 | TRACE_EVENT(cachefiles_ref, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ 216 | TRACE_EVENT(cachefiles_ref, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ 216 | TRACE_EVENT(cachefiles_ref, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ 216 | TRACE_EVENT(cachefiles_ref, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ 216 | TRACE_EVENT(cachefiles_ref, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_lookup’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:244:1: note: in expansion of macro ‘TRACE_EVENT’ 244 | TRACE_EVENT(cachefiles_lookup, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:244:1: note: in expansion of macro ‘TRACE_EVENT’ 244 | TRACE_EVENT(cachefiles_lookup, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_mkdir’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:270:1: note: in expansion of macro ‘TRACE_EVENT’ 270 | TRACE_EVENT(cachefiles_mkdir, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:270:1: note: in expansion of macro ‘TRACE_EVENT’ 270 | TRACE_EVENT(cachefiles_mkdir, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_tmpfile’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:290:1: note: in expansion of macro ‘TRACE_EVENT’ 290 | TRACE_EVENT(cachefiles_tmpfile, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:290:1: note: in expansion of macro ‘TRACE_EVENT’ 290 | TRACE_EVENT(cachefiles_tmpfile, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_link’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:310:1: note: in expansion of macro ‘TRACE_EVENT’ 310 | TRACE_EVENT(cachefiles_link, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:310:1: note: in expansion of macro ‘TRACE_EVENT’ 310 | TRACE_EVENT(cachefiles_link, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_unlink’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:330:1: note: in expansion of macro ‘TRACE_EVENT’ 330 | TRACE_EVENT(cachefiles_unlink, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:330:1: note: in expansion of macro ‘TRACE_EVENT’ 330 | TRACE_EVENT(cachefiles_unlink, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_rename’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:355:1: note: in expansion of macro ‘TRACE_EVENT’ 355 | TRACE_EVENT(cachefiles_rename, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:355:1: note: in expansion of macro ‘TRACE_EVENT’ 355 | TRACE_EVENT(cachefiles_rename, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_coherency’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:380:1: note: in expansion of macro ‘TRACE_EVENT’ 380 | TRACE_EVENT(cachefiles_coherency, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:380:1: note: in expansion of macro ‘TRACE_EVENT’ 380 | TRACE_EVENT(cachefiles_coherency, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_vol_coherency’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ 410 | TRACE_EVENT(cachefiles_vol_coherency, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ 410 | TRACE_EVENT(cachefiles_vol_coherency, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_prep_read’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ 436 | TRACE_EVENT(cachefiles_prep_read, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ 436 | TRACE_EVENT(cachefiles_prep_read, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_read’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:478:1: note: in expansion of macro ‘TRACE_EVENT’ 478 | TRACE_EVENT(cachefiles_read, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:478:1: note: in expansion of macro ‘TRACE_EVENT’ 478 | TRACE_EVENT(cachefiles_read, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_write’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:507:1: note: in expansion of macro ‘TRACE_EVENT’ 507 | TRACE_EVENT(cachefiles_write, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:507:1: note: in expansion of macro ‘TRACE_EVENT’ 507 | TRACE_EVENT(cachefiles_write, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_trunc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ 536 | TRACE_EVENT(cachefiles_trunc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ 536 | TRACE_EVENT(cachefiles_trunc, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_mark_active’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:566:1: note: in expansion of macro ‘TRACE_EVENT’ 566 | TRACE_EVENT(cachefiles_mark_active, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:566:1: note: in expansion of macro ‘TRACE_EVENT’ 566 | TRACE_EVENT(cachefiles_mark_active, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_mark_failed’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:587:1: note: in expansion of macro ‘TRACE_EVENT’ 587 | TRACE_EVENT(cachefiles_mark_failed, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:587:1: note: in expansion of macro ‘TRACE_EVENT’ 587 | TRACE_EVENT(cachefiles_mark_failed, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_mark_inactive’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:608:1: note: in expansion of macro ‘TRACE_EVENT’ 608 | TRACE_EVENT(cachefiles_mark_inactive, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:608:1: note: in expansion of macro ‘TRACE_EVENT’ 608 | TRACE_EVENT(cachefiles_mark_inactive, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_vfs_error’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:629:1: note: in expansion of macro ‘TRACE_EVENT’ 629 | TRACE_EVENT(cachefiles_vfs_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:629:1: note: in expansion of macro ‘TRACE_EVENT’ 629 | TRACE_EVENT(cachefiles_vfs_error, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_io_error’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:656:1: note: in expansion of macro ‘TRACE_EVENT’ 656 | TRACE_EVENT(cachefiles_io_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:656:1: note: in expansion of macro ‘TRACE_EVENT’ 656 | TRACE_EVENT(cachefiles_io_error, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_ondemand_open’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:683:1: note: in expansion of macro ‘TRACE_EVENT’ 683 | TRACE_EVENT(cachefiles_ondemand_open, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:683:1: note: in expansion of macro ‘TRACE_EVENT’ 683 | TRACE_EVENT(cachefiles_ondemand_open, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_ondemand_copen’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:713:1: note: in expansion of macro ‘TRACE_EVENT’ 713 | TRACE_EVENT(cachefiles_ondemand_copen, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:713:1: note: in expansion of macro ‘TRACE_EVENT’ 713 | TRACE_EVENT(cachefiles_ondemand_copen, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_ondemand_close’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:737:1: note: in expansion of macro ‘TRACE_EVENT’ 737 | TRACE_EVENT(cachefiles_ondemand_close, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:737:1: note: in expansion of macro ‘TRACE_EVENT’ 737 | TRACE_EVENT(cachefiles_ondemand_close, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_ondemand_read’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:760:1: note: in expansion of macro ‘TRACE_EVENT’ 760 | TRACE_EVENT(cachefiles_ondemand_read, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:760:1: note: in expansion of macro ‘TRACE_EVENT’ 760 | TRACE_EVENT(cachefiles_ondemand_read, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_ondemand_cread’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:790:1: note: in expansion of macro ‘TRACE_EVENT’ 790 | TRACE_EVENT(cachefiles_ondemand_cread, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:790:1: note: in expansion of macro ‘TRACE_EVENT’ 790 | TRACE_EVENT(cachefiles_ondemand_cread, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_ondemand_fd_write’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ 810 | TRACE_EVENT(cachefiles_ondemand_fd_write, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ 810 | TRACE_EVENT(cachefiles_ondemand_fd_write, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_ondemand_fd_release’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:837:1: note: in expansion of macro ‘TRACE_EVENT’ 837 | TRACE_EVENT(cachefiles_ondemand_fd_release, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:837:1: note: in expansion of macro ‘TRACE_EVENT’ 837 | TRACE_EVENT(cachefiles_ondemand_fd_release, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_ref’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ 216 | TRACE_EVENT(cachefiles_ref, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ 216 | TRACE_EVENT(cachefiles_ref, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_lookup’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:244:1: note: in expansion of macro ‘TRACE_EVENT’ 244 | TRACE_EVENT(cachefiles_lookup, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:244:1: note: in expansion of macro ‘TRACE_EVENT’ 244 | TRACE_EVENT(cachefiles_lookup, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_mkdir’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:270:1: note: in expansion of macro ‘TRACE_EVENT’ 270 | TRACE_EVENT(cachefiles_mkdir, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:270:1: note: in expansion of macro ‘TRACE_EVENT’ 270 | TRACE_EVENT(cachefiles_mkdir, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_tmpfile’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:290:1: note: in expansion of macro ‘TRACE_EVENT’ 290 | TRACE_EVENT(cachefiles_tmpfile, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:290:1: note: in expansion of macro ‘TRACE_EVENT’ 290 | TRACE_EVENT(cachefiles_tmpfile, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_link’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:310:1: note: in expansion of macro ‘TRACE_EVENT’ 310 | TRACE_EVENT(cachefiles_link, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:310:1: note: in expansion of macro ‘TRACE_EVENT’ 310 | TRACE_EVENT(cachefiles_link, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_unlink’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:330:1: note: in expansion of macro ‘TRACE_EVENT’ 330 | TRACE_EVENT(cachefiles_unlink, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:330:1: note: in expansion of macro ‘TRACE_EVENT’ 330 | TRACE_EVENT(cachefiles_unlink, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_rename’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:355:1: note: in expansion of macro ‘TRACE_EVENT’ 355 | TRACE_EVENT(cachefiles_rename, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:355:1: note: in expansion of macro ‘TRACE_EVENT’ 355 | TRACE_EVENT(cachefiles_rename, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_coherency’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:380:1: note: in expansion of macro ‘TRACE_EVENT’ 380 | TRACE_EVENT(cachefiles_coherency, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:380:1: note: in expansion of macro ‘TRACE_EVENT’ 380 | TRACE_EVENT(cachefiles_coherency, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_vol_coherency’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ 410 | TRACE_EVENT(cachefiles_vol_coherency, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ 410 | TRACE_EVENT(cachefiles_vol_coherency, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_prep_read’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ 436 | TRACE_EVENT(cachefiles_prep_read, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ 436 | TRACE_EVENT(cachefiles_prep_read, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_read’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:478:1: note: in expansion of macro ‘TRACE_EVENT’ 478 | TRACE_EVENT(cachefiles_read, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:478:1: note: in expansion of macro ‘TRACE_EVENT’ 478 | TRACE_EVENT(cachefiles_read, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_write’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:507:1: note: in expansion of macro ‘TRACE_EVENT’ 507 | TRACE_EVENT(cachefiles_write, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:507:1: note: in expansion of macro ‘TRACE_EVENT’ 507 | TRACE_EVENT(cachefiles_write, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_trunc’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ 536 | TRACE_EVENT(cachefiles_trunc, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ 536 | TRACE_EVENT(cachefiles_trunc, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_mark_active’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:566:1: note: in expansion of macro ‘TRACE_EVENT’ 566 | TRACE_EVENT(cachefiles_mark_active, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:566:1: note: in expansion of macro ‘TRACE_EVENT’ 566 | TRACE_EVENT(cachefiles_mark_active, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_mark_failed’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:587:1: note: in expansion of macro ‘TRACE_EVENT’ 587 | TRACE_EVENT(cachefiles_mark_failed, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:587:1: note: in expansion of macro ‘TRACE_EVENT’ 587 | TRACE_EVENT(cachefiles_mark_failed, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_mark_inactive’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:608:1: note: in expansion of macro ‘TRACE_EVENT’ 608 | TRACE_EVENT(cachefiles_mark_inactive, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:608:1: note: in expansion of macro ‘TRACE_EVENT’ 608 | TRACE_EVENT(cachefiles_mark_inactive, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_vfs_error’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:629:1: note: in expansion of macro ‘TRACE_EVENT’ 629 | TRACE_EVENT(cachefiles_vfs_error, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:629:1: note: in expansion of macro ‘TRACE_EVENT’ 629 | TRACE_EVENT(cachefiles_vfs_error, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_io_error’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:656:1: note: in expansion of macro ‘TRACE_EVENT’ 656 | TRACE_EVENT(cachefiles_io_error, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:656:1: note: in expansion of macro ‘TRACE_EVENT’ 656 | TRACE_EVENT(cachefiles_io_error, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_ondemand_open’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:683:1: note: in expansion of macro ‘TRACE_EVENT’ 683 | TRACE_EVENT(cachefiles_ondemand_open, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:683:1: note: in expansion of macro ‘TRACE_EVENT’ 683 | TRACE_EVENT(cachefiles_ondemand_open, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_ondemand_copen’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:713:1: note: in expansion of macro ‘TRACE_EVENT’ 713 | TRACE_EVENT(cachefiles_ondemand_copen, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:713:1: note: in expansion of macro ‘TRACE_EVENT’ 713 | TRACE_EVENT(cachefiles_ondemand_copen, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_ondemand_close’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:737:1: note: in expansion of macro ‘TRACE_EVENT’ 737 | TRACE_EVENT(cachefiles_ondemand_close, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:737:1: note: in expansion of macro ‘TRACE_EVENT’ 737 | TRACE_EVENT(cachefiles_ondemand_close, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_ondemand_read’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:760:1: note: in expansion of macro ‘TRACE_EVENT’ 760 | TRACE_EVENT(cachefiles_ondemand_read, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:760:1: note: in expansion of macro ‘TRACE_EVENT’ 760 | TRACE_EVENT(cachefiles_ondemand_read, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_ondemand_cread’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:790:1: note: in expansion of macro ‘TRACE_EVENT’ 790 | TRACE_EVENT(cachefiles_ondemand_cread, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:790:1: note: in expansion of macro ‘TRACE_EVENT’ 790 | TRACE_EVENT(cachefiles_ondemand_cread, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_ondemand_fd_write’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ 810 | TRACE_EVENT(cachefiles_ondemand_fd_write, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ 810 | TRACE_EVENT(cachefiles_ondemand_fd_write, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_ondemand_fd_release’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:837:1: note: in expansion of macro ‘TRACE_EVENT’ 837 | TRACE_EVENT(cachefiles_ondemand_fd_release, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:837:1: note: in expansion of macro ‘TRACE_EVENT’ 837 | TRACE_EVENT(cachefiles_ondemand_fd_release, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_ref’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ 216 | TRACE_EVENT(cachefiles_ref, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ 216 | TRACE_EVENT(cachefiles_ref, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_lookup’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:244:1: note: in expansion of macro ‘TRACE_EVENT’ 244 | TRACE_EVENT(cachefiles_lookup, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:244:1: note: in expansion of macro ‘TRACE_EVENT’ 244 | TRACE_EVENT(cachefiles_lookup, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_mkdir’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:270:1: note: in expansion of macro ‘TRACE_EVENT’ 270 | TRACE_EVENT(cachefiles_mkdir, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:270:1: note: in expansion of macro ‘TRACE_EVENT’ 270 | TRACE_EVENT(cachefiles_mkdir, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_tmpfile’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:290:1: note: in expansion of macro ‘TRACE_EVENT’ 290 | TRACE_EVENT(cachefiles_tmpfile, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:290:1: note: in expansion of macro ‘TRACE_EVENT’ 290 | TRACE_EVENT(cachefiles_tmpfile, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_link’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:310:1: note: in expansion of macro ‘TRACE_EVENT’ 310 | TRACE_EVENT(cachefiles_link, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:310:1: note: in expansion of macro ‘TRACE_EVENT’ 310 | TRACE_EVENT(cachefiles_link, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_unlink’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:330:1: note: in expansion of macro ‘TRACE_EVENT’ 330 | TRACE_EVENT(cachefiles_unlink, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:330:1: note: in expansion of macro ‘TRACE_EVENT’ 330 | TRACE_EVENT(cachefiles_unlink, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_rename’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:355:1: note: in expansion of macro ‘TRACE_EVENT’ 355 | TRACE_EVENT(cachefiles_rename, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:355:1: note: in expansion of macro ‘TRACE_EVENT’ 355 | TRACE_EVENT(cachefiles_rename, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_coherency’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:380:1: note: in expansion of macro ‘TRACE_EVENT’ 380 | TRACE_EVENT(cachefiles_coherency, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:380:1: note: in expansion of macro ‘TRACE_EVENT’ 380 | TRACE_EVENT(cachefiles_coherency, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_vol_coherency’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ 410 | TRACE_EVENT(cachefiles_vol_coherency, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ 410 | TRACE_EVENT(cachefiles_vol_coherency, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_prep_read’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ 436 | TRACE_EVENT(cachefiles_prep_read, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ 436 | TRACE_EVENT(cachefiles_prep_read, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_read’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:478:1: note: in expansion of macro ‘TRACE_EVENT’ 478 | TRACE_EVENT(cachefiles_read, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:478:1: note: in expansion of macro ‘TRACE_EVENT’ 478 | TRACE_EVENT(cachefiles_read, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_write’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:507:1: note: in expansion of macro ‘TRACE_EVENT’ 507 | TRACE_EVENT(cachefiles_write, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:507:1: note: in expansion of macro ‘TRACE_EVENT’ 507 | TRACE_EVENT(cachefiles_write, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_trunc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ 536 | TRACE_EVENT(cachefiles_trunc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ 536 | TRACE_EVENT(cachefiles_trunc, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_mark_active’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:566:1: note: in expansion of macro ‘TRACE_EVENT’ 566 | TRACE_EVENT(cachefiles_mark_active, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:566:1: note: in expansion of macro ‘TRACE_EVENT’ 566 | TRACE_EVENT(cachefiles_mark_active, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_mark_failed’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:587:1: note: in expansion of macro ‘TRACE_EVENT’ 587 | TRACE_EVENT(cachefiles_mark_failed, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:587:1: note: in expansion of macro ‘TRACE_EVENT’ 587 | TRACE_EVENT(cachefiles_mark_failed, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_mark_inactive’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:608:1: note: in expansion of macro ‘TRACE_EVENT’ 608 | TRACE_EVENT(cachefiles_mark_inactive, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:608:1: note: in expansion of macro ‘TRACE_EVENT’ 608 | TRACE_EVENT(cachefiles_mark_inactive, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_vfs_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:629:1: note: in expansion of macro ‘TRACE_EVENT’ 629 | TRACE_EVENT(cachefiles_vfs_error, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:629:1: note: in expansion of macro ‘TRACE_EVENT’ 629 | TRACE_EVENT(cachefiles_vfs_error, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_io_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:656:1: note: in expansion of macro ‘TRACE_EVENT’ 656 | TRACE_EVENT(cachefiles_io_error, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:656:1: note: in expansion of macro ‘TRACE_EVENT’ 656 | TRACE_EVENT(cachefiles_io_error, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_ondemand_open’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:683:1: note: in expansion of macro ‘TRACE_EVENT’ 683 | TRACE_EVENT(cachefiles_ondemand_open, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:683:1: note: in expansion of macro ‘TRACE_EVENT’ 683 | TRACE_EVENT(cachefiles_ondemand_open, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_ondemand_copen’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:713:1: note: in expansion of macro ‘TRACE_EVENT’ 713 | TRACE_EVENT(cachefiles_ondemand_copen, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:713:1: note: in expansion of macro ‘TRACE_EVENT’ 713 | TRACE_EVENT(cachefiles_ondemand_copen, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_ondemand_close’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:737:1: note: in expansion of macro ‘TRACE_EVENT’ 737 | TRACE_EVENT(cachefiles_ondemand_close, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:737:1: note: in expansion of macro ‘TRACE_EVENT’ 737 | TRACE_EVENT(cachefiles_ondemand_close, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_ondemand_read’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:760:1: note: in expansion of macro ‘TRACE_EVENT’ 760 | TRACE_EVENT(cachefiles_ondemand_read, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:760:1: note: in expansion of macro ‘TRACE_EVENT’ 760 | TRACE_EVENT(cachefiles_ondemand_read, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_ondemand_cread’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:790:1: note: in expansion of macro ‘TRACE_EVENT’ 790 | TRACE_EVENT(cachefiles_ondemand_cread, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:790:1: note: in expansion of macro ‘TRACE_EVENT’ 790 | TRACE_EVENT(cachefiles_ondemand_cread, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_ondemand_fd_write’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ 810 | TRACE_EVENT(cachefiles_ondemand_fd_write, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ 810 | TRACE_EVENT(cachefiles_ondemand_fd_write, | ^~~~~~~~~~~ ../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_ondemand_fd_release’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:837:1: note: in expansion of macro ‘TRACE_EVENT’ 837 | TRACE_EVENT(cachefiles_ondemand_fd_release, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/cachefiles.h:837:1: note: in expansion of macro ‘TRACE_EVENT’ 837 | TRACE_EVENT(cachefiles_ondemand_fd_release, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: fs/cachefiles/main.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: fs/cachefiles] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/sched.h:830, from ../kernel/sched/core.c:84: ../include/trace/events/sched.h: In function ‘trace_event_raw_event_sched_kthread_stop’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(sched_kthread_stop, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(sched_kthread_stop, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(sched_kthread_stop, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(sched_kthread_stop, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(sched_kthread_stop, | ^~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘trace_event_raw_event_sched_kthread_stop_ret’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(sched_kthread_stop_ret, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(sched_kthread_stop_ret, | ^~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘trace_event_raw_event_sched_kthread_work_queue_work’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ 64 | TRACE_EVENT(sched_kthread_work_queue_work, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ 64 | TRACE_EVENT(sched_kthread_work_queue_work, | ^~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘trace_event_raw_event_sched_kthread_work_execute_start’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ 93 | TRACE_EVENT(sched_kthread_work_execute_start, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ 93 | TRACE_EVENT(sched_kthread_work_execute_start, | ^~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘trace_event_raw_event_sched_kthread_work_execute_end’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:119:1: note: in expansion of macro ‘TRACE_EVENT’ 119 | TRACE_EVENT(sched_kthread_work_execute_end, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:119:1: note: in expansion of macro ‘TRACE_EVENT’ 119 | TRACE_EVENT(sched_kthread_work_execute_end, | ^~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘trace_event_raw_event_sched_wakeup_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:141:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 141 | DECLARE_EVENT_CLASS(sched_wakeup_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:141:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 141 | DECLARE_EVENT_CLASS(sched_wakeup_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘trace_event_raw_event_sched_switch’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:222:1: note: in expansion of macro ‘TRACE_EVENT’ 222 | TRACE_EVENT(sched_switch, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:222:1: note: in expansion of macro ‘TRACE_EVENT’ 222 | TRACE_EVENT(sched_switch, | ^~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘trace_event_raw_event_sched_migrate_task’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ 274 | TRACE_EVENT(sched_migrate_task, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ 274 | TRACE_EVENT(sched_migrate_task, | ^~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘trace_event_raw_event_sched_process_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:301:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 301 | DECLARE_EVENT_CLASS(sched_process_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:301:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 301 | DECLARE_EVENT_CLASS(sched_process_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘trace_event_raw_event_sched_process_wait’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:347:1: note: in expansion of macro ‘TRACE_EVENT’ 347 | TRACE_EVENT(sched_process_wait, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:347:1: note: in expansion of macro ‘TRACE_EVENT’ 347 | TRACE_EVENT(sched_process_wait, | ^~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘trace_event_raw_event_sched_process_fork’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:372:1: note: in expansion of macro ‘TRACE_EVENT’ 372 | TRACE_EVENT(sched_process_fork, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:372:1: note: in expansion of macro ‘TRACE_EVENT’ 372 | TRACE_EVENT(sched_process_fork, | ^~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘trace_event_raw_event_sched_process_exec’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:400:1: note: in expansion of macro ‘TRACE_EVENT’ 400 | TRACE_EVENT(sched_process_exec, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:400:1: note: in expansion of macro ‘TRACE_EVENT’ 400 | TRACE_EVENT(sched_process_exec, | ^~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘trace_event_raw_event_sched_prepare_exec’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:434:1: note: in expansion of macro ‘TRACE_EVENT’ 434 | TRACE_EVENT(sched_prepare_exec, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:434:1: note: in expansion of macro ‘TRACE_EVENT’ 434 | TRACE_EVENT(sched_prepare_exec, | ^~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘trace_event_raw_event_sched_stat_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:461:39: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 461 | #define DECLARE_EVENT_CLASS_SCHEDSTAT DECLARE_EVENT_CLASS | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:471:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS_SCHEDSTAT’ 471 | DECLARE_EVENT_CLASS_SCHEDSTAT(sched_stat_template, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:461:39: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 461 | #define DECLARE_EVENT_CLASS_SCHEDSTAT DECLARE_EVENT_CLASS | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:471:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS_SCHEDSTAT’ 471 | DECLARE_EVENT_CLASS_SCHEDSTAT(sched_stat_template, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘trace_event_raw_event_sched_stat_runtime’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:529:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 529 | DECLARE_EVENT_CLASS(sched_stat_runtime, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:529:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 529 | DECLARE_EVENT_CLASS(sched_stat_runtime, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘trace_event_raw_event_sched_pi_setprio’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:560:1: note: in expansion of macro ‘TRACE_EVENT’ 560 | TRACE_EVENT(sched_pi_setprio, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:560:1: note: in expansion of macro ‘TRACE_EVENT’ 560 | TRACE_EVENT(sched_pi_setprio, | ^~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘trace_event_raw_event_sched_process_hang’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:589:1: note: in expansion of macro ‘TRACE_EVENT’ 589 | TRACE_EVENT(sched_process_hang, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:589:1: note: in expansion of macro ‘TRACE_EVENT’ 589 | TRACE_EVENT(sched_process_hang, | ^~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘trace_event_raw_event_sched_move_numa’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:611:1: note: in expansion of macro ‘TRACE_EVENT’ 611 | TRACE_EVENT(sched_move_numa, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:611:1: note: in expansion of macro ‘TRACE_EVENT’ 611 | TRACE_EVENT(sched_move_numa, | ^~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘trace_event_raw_event_sched_numa_pair_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:643:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 643 | DECLARE_EVENT_CLASS(sched_numa_pair_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:643:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 643 | DECLARE_EVENT_CLASS(sched_numa_pair_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘trace_event_raw_event_sched_wake_idle_without_ipi’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:755:1: note: in expansion of macro ‘TRACE_EVENT’ 755 | TRACE_EVENT(sched_wake_idle_without_ipi, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:755:1: note: in expansion of macro ‘TRACE_EVENT’ 755 | TRACE_EVENT(sched_wake_idle_without_ipi, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/sched.h: In function ‘perf_trace_sched_kthread_stop’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(sched_kthread_stop, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(sched_kthread_stop, | ^~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘perf_trace_sched_kthread_stop_ret’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(sched_kthread_stop_ret, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(sched_kthread_stop_ret, | ^~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘perf_trace_sched_kthread_work_queue_work’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ 64 | TRACE_EVENT(sched_kthread_work_queue_work, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ 64 | TRACE_EVENT(sched_kthread_work_queue_work, | ^~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘perf_trace_sched_kthread_work_execute_start’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ 93 | TRACE_EVENT(sched_kthread_work_execute_start, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ 93 | TRACE_EVENT(sched_kthread_work_execute_start, | ^~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘perf_trace_sched_kthread_work_execute_end’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:119:1: note: in expansion of macro ‘TRACE_EVENT’ 119 | TRACE_EVENT(sched_kthread_work_execute_end, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:119:1: note: in expansion of macro ‘TRACE_EVENT’ 119 | TRACE_EVENT(sched_kthread_work_execute_end, | ^~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘perf_trace_sched_wakeup_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:141:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 141 | DECLARE_EVENT_CLASS(sched_wakeup_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:141:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 141 | DECLARE_EVENT_CLASS(sched_wakeup_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘perf_trace_sched_switch’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:222:1: note: in expansion of macro ‘TRACE_EVENT’ 222 | TRACE_EVENT(sched_switch, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:222:1: note: in expansion of macro ‘TRACE_EVENT’ 222 | TRACE_EVENT(sched_switch, | ^~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘perf_trace_sched_migrate_task’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ 274 | TRACE_EVENT(sched_migrate_task, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ 274 | TRACE_EVENT(sched_migrate_task, | ^~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘perf_trace_sched_process_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:301:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 301 | DECLARE_EVENT_CLASS(sched_process_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:301:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 301 | DECLARE_EVENT_CLASS(sched_process_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘perf_trace_sched_process_wait’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:347:1: note: in expansion of macro ‘TRACE_EVENT’ 347 | TRACE_EVENT(sched_process_wait, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:347:1: note: in expansion of macro ‘TRACE_EVENT’ 347 | TRACE_EVENT(sched_process_wait, | ^~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘perf_trace_sched_process_fork’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:372:1: note: in expansion of macro ‘TRACE_EVENT’ 372 | TRACE_EVENT(sched_process_fork, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:372:1: note: in expansion of macro ‘TRACE_EVENT’ 372 | TRACE_EVENT(sched_process_fork, | ^~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘perf_trace_sched_process_exec’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:400:1: note: in expansion of macro ‘TRACE_EVENT’ 400 | TRACE_EVENT(sched_process_exec, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:400:1: note: in expansion of macro ‘TRACE_EVENT’ 400 | TRACE_EVENT(sched_process_exec, | ^~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘perf_trace_sched_prepare_exec’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:434:1: note: in expansion of macro ‘TRACE_EVENT’ 434 | TRACE_EVENT(sched_prepare_exec, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:434:1: note: in expansion of macro ‘TRACE_EVENT’ 434 | TRACE_EVENT(sched_prepare_exec, | ^~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘perf_trace_sched_stat_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:461:39: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 461 | #define DECLARE_EVENT_CLASS_SCHEDSTAT DECLARE_EVENT_CLASS | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:471:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS_SCHEDSTAT’ 471 | DECLARE_EVENT_CLASS_SCHEDSTAT(sched_stat_template, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:461:39: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 461 | #define DECLARE_EVENT_CLASS_SCHEDSTAT DECLARE_EVENT_CLASS | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:471:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS_SCHEDSTAT’ 471 | DECLARE_EVENT_CLASS_SCHEDSTAT(sched_stat_template, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘perf_trace_sched_stat_runtime’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:529:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 529 | DECLARE_EVENT_CLASS(sched_stat_runtime, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:529:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 529 | DECLARE_EVENT_CLASS(sched_stat_runtime, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘perf_trace_sched_pi_setprio’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:560:1: note: in expansion of macro ‘TRACE_EVENT’ 560 | TRACE_EVENT(sched_pi_setprio, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:560:1: note: in expansion of macro ‘TRACE_EVENT’ 560 | TRACE_EVENT(sched_pi_setprio, | ^~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘perf_trace_sched_process_hang’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:589:1: note: in expansion of macro ‘TRACE_EVENT’ 589 | TRACE_EVENT(sched_process_hang, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:589:1: note: in expansion of macro ‘TRACE_EVENT’ 589 | TRACE_EVENT(sched_process_hang, | ^~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘perf_trace_sched_move_numa’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:611:1: note: in expansion of macro ‘TRACE_EVENT’ 611 | TRACE_EVENT(sched_move_numa, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:611:1: note: in expansion of macro ‘TRACE_EVENT’ 611 | TRACE_EVENT(sched_move_numa, | ^~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘perf_trace_sched_numa_pair_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:643:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 643 | DECLARE_EVENT_CLASS(sched_numa_pair_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:643:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 643 | DECLARE_EVENT_CLASS(sched_numa_pair_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘perf_trace_sched_wake_idle_without_ipi’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:755:1: note: in expansion of macro ‘TRACE_EVENT’ 755 | TRACE_EVENT(sched_wake_idle_without_ipi, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:755:1: note: in expansion of macro ‘TRACE_EVENT’ 755 | TRACE_EVENT(sched_wake_idle_without_ipi, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/sched.h: In function ‘__bpf_trace_sched_kthread_stop’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(sched_kthread_stop, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ 16 | TRACE_EVENT(sched_kthread_stop, | ^~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘__bpf_trace_sched_kthread_stop_ret’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(sched_kthread_stop_ret, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(sched_kthread_stop_ret, | ^~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘__bpf_trace_sched_kthread_work_queue_work’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ 64 | TRACE_EVENT(sched_kthread_work_queue_work, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ 64 | TRACE_EVENT(sched_kthread_work_queue_work, | ^~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘__bpf_trace_sched_kthread_work_execute_start’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ 93 | TRACE_EVENT(sched_kthread_work_execute_start, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ 93 | TRACE_EVENT(sched_kthread_work_execute_start, | ^~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘__bpf_trace_sched_kthread_work_execute_end’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:119:1: note: in expansion of macro ‘TRACE_EVENT’ 119 | TRACE_EVENT(sched_kthread_work_execute_end, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:119:1: note: in expansion of macro ‘TRACE_EVENT’ 119 | TRACE_EVENT(sched_kthread_work_execute_end, | ^~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘__bpf_trace_sched_wakeup_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:141:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 141 | DECLARE_EVENT_CLASS(sched_wakeup_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:141:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 141 | DECLARE_EVENT_CLASS(sched_wakeup_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘__bpf_trace_sched_switch’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:222:1: note: in expansion of macro ‘TRACE_EVENT’ 222 | TRACE_EVENT(sched_switch, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:222:1: note: in expansion of macro ‘TRACE_EVENT’ 222 | TRACE_EVENT(sched_switch, | ^~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘__bpf_trace_sched_migrate_task’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ 274 | TRACE_EVENT(sched_migrate_task, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ 274 | TRACE_EVENT(sched_migrate_task, | ^~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘__bpf_trace_sched_process_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:301:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 301 | DECLARE_EVENT_CLASS(sched_process_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:301:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 301 | DECLARE_EVENT_CLASS(sched_process_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘__bpf_trace_sched_process_wait’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:347:1: note: in expansion of macro ‘TRACE_EVENT’ 347 | TRACE_EVENT(sched_process_wait, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:347:1: note: in expansion of macro ‘TRACE_EVENT’ 347 | TRACE_EVENT(sched_process_wait, | ^~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘__bpf_trace_sched_process_fork’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:372:1: note: in expansion of macro ‘TRACE_EVENT’ 372 | TRACE_EVENT(sched_process_fork, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:372:1: note: in expansion of macro ‘TRACE_EVENT’ 372 | TRACE_EVENT(sched_process_fork, | ^~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘__bpf_trace_sched_process_exec’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:400:1: note: in expansion of macro ‘TRACE_EVENT’ 400 | TRACE_EVENT(sched_process_exec, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:400:1: note: in expansion of macro ‘TRACE_EVENT’ 400 | TRACE_EVENT(sched_process_exec, | ^~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘__bpf_trace_sched_prepare_exec’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:434:1: note: in expansion of macro ‘TRACE_EVENT’ 434 | TRACE_EVENT(sched_prepare_exec, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:434:1: note: in expansion of macro ‘TRACE_EVENT’ 434 | TRACE_EVENT(sched_prepare_exec, | ^~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘__bpf_trace_sched_stat_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:461:39: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 461 | #define DECLARE_EVENT_CLASS_SCHEDSTAT DECLARE_EVENT_CLASS | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:471:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS_SCHEDSTAT’ 471 | DECLARE_EVENT_CLASS_SCHEDSTAT(sched_stat_template, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:461:39: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 461 | #define DECLARE_EVENT_CLASS_SCHEDSTAT DECLARE_EVENT_CLASS | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:471:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS_SCHEDSTAT’ 471 | DECLARE_EVENT_CLASS_SCHEDSTAT(sched_stat_template, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘__bpf_trace_sched_stat_runtime’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:529:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 529 | DECLARE_EVENT_CLASS(sched_stat_runtime, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:529:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 529 | DECLARE_EVENT_CLASS(sched_stat_runtime, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘__bpf_trace_sched_pi_setprio’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:560:1: note: in expansion of macro ‘TRACE_EVENT’ 560 | TRACE_EVENT(sched_pi_setprio, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:560:1: note: in expansion of macro ‘TRACE_EVENT’ 560 | TRACE_EVENT(sched_pi_setprio, | ^~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘__bpf_trace_sched_process_hang’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:589:1: note: in expansion of macro ‘TRACE_EVENT’ 589 | TRACE_EVENT(sched_process_hang, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:589:1: note: in expansion of macro ‘TRACE_EVENT’ 589 | TRACE_EVENT(sched_process_hang, | ^~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘__bpf_trace_sched_move_numa’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:611:1: note: in expansion of macro ‘TRACE_EVENT’ 611 | TRACE_EVENT(sched_move_numa, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:611:1: note: in expansion of macro ‘TRACE_EVENT’ 611 | TRACE_EVENT(sched_move_numa, | ^~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘__bpf_trace_sched_numa_pair_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:643:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 643 | DECLARE_EVENT_CLASS(sched_numa_pair_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:643:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 643 | DECLARE_EVENT_CLASS(sched_numa_pair_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘__bpf_trace_sched_wake_idle_without_ipi’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:755:1: note: in expansion of macro ‘TRACE_EVENT’ 755 | TRACE_EVENT(sched_wake_idle_without_ipi, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:755:1: note: in expansion of macro ‘TRACE_EVENT’ 755 | TRACE_EVENT(sched_wake_idle_without_ipi, | ^~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘__bpf_trace_pelt_cfs_tp’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:778:1: note: in expansion of macro ‘DECLARE_TRACE’ 778 | DECLARE_TRACE(pelt_cfs_tp, | ^~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:778:1: note: in expansion of macro ‘DECLARE_TRACE’ 778 | DECLARE_TRACE(pelt_cfs_tp, | ^~~~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘__bpf_trace_pelt_rt_tp’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:782:1: note: in expansion of macro ‘DECLARE_TRACE’ 782 | DECLARE_TRACE(pelt_rt_tp, | ^~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:782:1: note: in expansion of macro ‘DECLARE_TRACE’ 782 | DECLARE_TRACE(pelt_rt_tp, | ^~~~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘__bpf_trace_pelt_dl_tp’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:786:1: note: in expansion of macro ‘DECLARE_TRACE’ 786 | DECLARE_TRACE(pelt_dl_tp, | ^~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:786:1: note: in expansion of macro ‘DECLARE_TRACE’ 786 | DECLARE_TRACE(pelt_dl_tp, | ^~~~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘__bpf_trace_pelt_hw_tp’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:790:1: note: in expansion of macro ‘DECLARE_TRACE’ 790 | DECLARE_TRACE(pelt_hw_tp, | ^~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:790:1: note: in expansion of macro ‘DECLARE_TRACE’ 790 | DECLARE_TRACE(pelt_hw_tp, | ^~~~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘__bpf_trace_pelt_irq_tp’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:794:1: note: in expansion of macro ‘DECLARE_TRACE’ 794 | DECLARE_TRACE(pelt_irq_tp, | ^~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:794:1: note: in expansion of macro ‘DECLARE_TRACE’ 794 | DECLARE_TRACE(pelt_irq_tp, | ^~~~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘__bpf_trace_pelt_se_tp’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:798:1: note: in expansion of macro ‘DECLARE_TRACE’ 798 | DECLARE_TRACE(pelt_se_tp, | ^~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:798:1: note: in expansion of macro ‘DECLARE_TRACE’ 798 | DECLARE_TRACE(pelt_se_tp, | ^~~~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘__bpf_trace_sched_cpu_capacity_tp’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:802:1: note: in expansion of macro ‘DECLARE_TRACE’ 802 | DECLARE_TRACE(sched_cpu_capacity_tp, | ^~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:802:1: note: in expansion of macro ‘DECLARE_TRACE’ 802 | DECLARE_TRACE(sched_cpu_capacity_tp, | ^~~~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘__bpf_trace_sched_overutilized_tp’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:806:1: note: in expansion of macro ‘DECLARE_TRACE’ 806 | DECLARE_TRACE(sched_overutilized_tp, | ^~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:806:1: note: in expansion of macro ‘DECLARE_TRACE’ 806 | DECLARE_TRACE(sched_overutilized_tp, | ^~~~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘__bpf_trace_sched_util_est_cfs_tp’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:810:1: note: in expansion of macro ‘DECLARE_TRACE’ 810 | DECLARE_TRACE(sched_util_est_cfs_tp, | ^~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:810:1: note: in expansion of macro ‘DECLARE_TRACE’ 810 | DECLARE_TRACE(sched_util_est_cfs_tp, | ^~~~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘__bpf_trace_sched_util_est_se_tp’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:814:1: note: in expansion of macro ‘DECLARE_TRACE’ 814 | DECLARE_TRACE(sched_util_est_se_tp, | ^~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:814:1: note: in expansion of macro ‘DECLARE_TRACE’ 814 | DECLARE_TRACE(sched_util_est_se_tp, | ^~~~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘__bpf_trace_sched_update_nr_running_tp’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:818:1: note: in expansion of macro ‘DECLARE_TRACE’ 818 | DECLARE_TRACE(sched_update_nr_running_tp, | ^~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:818:1: note: in expansion of macro ‘DECLARE_TRACE’ 818 | DECLARE_TRACE(sched_update_nr_running_tp, | ^~~~~~~~~~~~~ ../include/trace/events/sched.h: In function ‘__bpf_trace_sched_compute_energy_tp’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:822:1: note: in expansion of macro ‘DECLARE_TRACE’ 822 | DECLARE_TRACE(sched_compute_energy_tp, | ^~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sched.h:822:1: note: in expansion of macro ‘DECLARE_TRACE’ 822 | DECLARE_TRACE(sched_compute_energy_tp, | ^~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/ipi.h:134, from ../kernel/sched/core.c:85: ../include/trace/events/ipi.h: In function ‘trace_event_raw_event_ipi_raise’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ipi.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ 19 | TRACE_EVENT(ipi_raise, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ipi.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ 19 | TRACE_EVENT(ipi_raise, | ^~~~~~~~~~~ ../include/trace/events/ipi.h: In function ‘trace_event_raw_event_ipi_send_cpu’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ipi.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(ipi_send_cpu, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ipi.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(ipi_send_cpu, | ^~~~~~~~~~~ ../include/trace/events/ipi.h: In function ‘trace_event_raw_event_ipi_send_cpumask’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ipi.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ 60 | TRACE_EVENT(ipi_send_cpumask, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ipi.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ 60 | TRACE_EVENT(ipi_send_cpumask, | ^~~~~~~~~~~ ../include/trace/events/ipi.h: In function ‘trace_event_raw_event_ipi_handler’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ipi.h:82:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 82 | DECLARE_EVENT_CLASS(ipi_handler, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ipi.h:82:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 82 | DECLARE_EVENT_CLASS(ipi_handler, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/ipi.h: In function ‘perf_trace_ipi_raise’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ipi.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ 19 | TRACE_EVENT(ipi_raise, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ipi.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ 19 | TRACE_EVENT(ipi_raise, | ^~~~~~~~~~~ ../include/trace/events/ipi.h: In function ‘perf_trace_ipi_send_cpu’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ipi.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(ipi_send_cpu, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ipi.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(ipi_send_cpu, | ^~~~~~~~~~~ ../include/trace/events/ipi.h: In function ‘perf_trace_ipi_send_cpumask’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ipi.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ 60 | TRACE_EVENT(ipi_send_cpumask, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ipi.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ 60 | TRACE_EVENT(ipi_send_cpumask, | ^~~~~~~~~~~ ../include/trace/events/ipi.h: In function ‘perf_trace_ipi_handler’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ipi.h:82:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 82 | DECLARE_EVENT_CLASS(ipi_handler, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ipi.h:82:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 82 | DECLARE_EVENT_CLASS(ipi_handler, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/ipi.h: In function ‘__bpf_trace_ipi_raise’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ipi.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ 19 | TRACE_EVENT(ipi_raise, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ipi.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ 19 | TRACE_EVENT(ipi_raise, | ^~~~~~~~~~~ ../include/trace/events/ipi.h: In function ‘__bpf_trace_ipi_send_cpu’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ipi.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(ipi_send_cpu, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ipi.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ 38 | TRACE_EVENT(ipi_send_cpu, | ^~~~~~~~~~~ ../include/trace/events/ipi.h: In function ‘__bpf_trace_ipi_send_cpumask’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ipi.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ 60 | TRACE_EVENT(ipi_send_cpumask, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ipi.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ 60 | TRACE_EVENT(ipi_send_cpumask, | ^~~~~~~~~~~ ../include/trace/events/ipi.h: In function ‘__bpf_trace_ipi_handler’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ipi.h:82:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 82 | DECLARE_EVENT_CLASS(ipi_handler, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ipi.h:82:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 82 | DECLARE_EVENT_CLASS(ipi_handler, | ^~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: kernel/sched/core.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: kernel/sched] Error 2 make[3]: *** [../scripts/Makefile.build:485: kernel] Error 2 In file included from ../include/trace/define_trace.h:108, from ../fs/smb/client/trace.h:1579, from ../fs/smb/client/trace.c:8: ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_rw_err_class’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:105:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 105 | DECLARE_EVENT_CLASS(smb3_rw_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:105:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 105 | DECLARE_EVENT_CLASS(smb3_rw_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:105:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 105 | DECLARE_EVENT_CLASS(smb3_rw_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:105:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 105 | DECLARE_EVENT_CLASS(smb3_rw_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:105:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 105 | DECLARE_EVENT_CLASS(smb3_rw_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_other_err_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:161:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 161 | DECLARE_EVENT_CLASS(smb3_other_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:161:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 161 | DECLARE_EVENT_CLASS(smb3_other_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_copy_range_err_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:213:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 213 | DECLARE_EVENT_CLASS(smb3_copy_range_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:213:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 213 | DECLARE_EVENT_CLASS(smb3_copy_range_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_copy_range_done_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:267:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 267 | DECLARE_EVENT_CLASS(smb3_copy_range_done_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:267:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 267 | DECLARE_EVENT_CLASS(smb3_copy_range_done_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_rw_done_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:321:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 321 | DECLARE_EVENT_CLASS(smb3_rw_done_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:321:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 321 | DECLARE_EVENT_CLASS(smb3_rw_done_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_other_done_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:374:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 374 | DECLARE_EVENT_CLASS(smb3_other_done_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:374:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 374 | DECLARE_EVENT_CLASS(smb3_other_done_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_eof_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:423:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 423 | DECLARE_EVENT_CLASS(smb3_eof_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:423:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 423 | DECLARE_EVENT_CLASS(smb3_eof_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_fd_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:463:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 463 | DECLARE_EVENT_CLASS(smb3_fd_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:463:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 463 | DECLARE_EVENT_CLASS(smb3_fd_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_fd_err_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:499:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 499 | DECLARE_EVENT_CLASS(smb3_fd_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:499:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 499 | DECLARE_EVENT_CLASS(smb3_fd_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_inf_enter_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:541:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 541 | DECLARE_EVENT_CLASS(smb3_inf_enter_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:541:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 541 | DECLARE_EVENT_CLASS(smb3_inf_enter_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_inf_err_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:585:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 585 | DECLARE_EVENT_CLASS(smb3_inf_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:585:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 585 | DECLARE_EVENT_CLASS(smb3_inf_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_inf_compound_enter_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:633:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 633 | DECLARE_EVENT_CLASS(smb3_inf_compound_enter_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:633:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 633 | DECLARE_EVENT_CLASS(smb3_inf_compound_enter_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_inf_compound_done_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:678:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 678 | DECLARE_EVENT_CLASS(smb3_inf_compound_done_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:678:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 678 | DECLARE_EVENT_CLASS(smb3_inf_compound_done_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_inf_compound_err_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:719:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 719 | DECLARE_EVENT_CLASS(smb3_inf_compound_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:719:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 719 | DECLARE_EVENT_CLASS(smb3_inf_compound_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_cmd_err_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:768:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 768 | DECLARE_EVENT_CLASS(smb3_cmd_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:768:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 768 | DECLARE_EVENT_CLASS(smb3_cmd_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_cmd_done_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:809:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 809 | DECLARE_EVENT_CLASS(smb3_cmd_done_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:809:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 809 | DECLARE_EVENT_CLASS(smb3_cmd_done_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_mid_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:844:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 844 | DECLARE_EVENT_CLASS(smb3_mid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:844:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 844 | DECLARE_EVENT_CLASS(smb3_mid_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_exit_err_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:881:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 881 | DECLARE_EVENT_CLASS(smb3_exit_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:881:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 881 | DECLARE_EVENT_CLASS(smb3_exit_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_sync_err_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:910:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 910 | DECLARE_EVENT_CLASS(smb3_sync_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:910:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 910 | DECLARE_EVENT_CLASS(smb3_sync_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_enter_exit_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:936:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 936 | DECLARE_EVENT_CLASS(smb3_enter_exit_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:936:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 936 | DECLARE_EVENT_CLASS(smb3_enter_exit_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_tcon_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:965:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 965 | DECLARE_EVENT_CLASS(smb3_tcon_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:965:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 965 | DECLARE_EVENT_CLASS(smb3_tcon_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_open_enter_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1007:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1007 | DECLARE_EVENT_CLASS(smb3_open_enter_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1007:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1007 | DECLARE_EVENT_CLASS(smb3_open_enter_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_open_err_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1049:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1049 | DECLARE_EVENT_CLASS(smb3_open_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1049:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1049 | DECLARE_EVENT_CLASS(smb3_open_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_open_done_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1091:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1091 | DECLARE_EVENT_CLASS(smb3_open_done_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1091:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1091 | DECLARE_EVENT_CLASS(smb3_open_done_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_lease_done_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1134:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1134 | DECLARE_EVENT_CLASS(smb3_lease_done_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1134:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1134 | DECLARE_EVENT_CLASS(smb3_lease_done_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_lease_err_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1172:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1172 | DECLARE_EVENT_CLASS(smb3_lease_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1172:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1172 | DECLARE_EVENT_CLASS(smb3_lease_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_connect_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1213:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1213 | DECLARE_EVENT_CLASS(smb3_connect_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1213:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1213 | DECLARE_EVENT_CLASS(smb3_connect_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_connect_err_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1248:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1248 | DECLARE_EVENT_CLASS(smb3_connect_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1248:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1248 | DECLARE_EVENT_CLASS(smb3_connect_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_sess_setup_err_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1284:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1284 | DECLARE_EVENT_CLASS(smb3_sess_setup_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1284:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1284 | DECLARE_EVENT_CLASS(smb3_sess_setup_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_reconnect_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1324:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1324 | DECLARE_EVENT_CLASS(smb3_reconnect_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1324:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1324 | DECLARE_EVENT_CLASS(smb3_reconnect_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_ses_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1355:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1355 | DECLARE_EVENT_CLASS(smb3_ses_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1355:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1355 | DECLARE_EVENT_CLASS(smb3_ses_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_ioctl_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1375 | DECLARE_EVENT_CLASS(smb3_ioctl_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1375 | DECLARE_EVENT_CLASS(smb3_ioctl_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_shutdown_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1403:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1403 | DECLARE_EVENT_CLASS(smb3_shutdown_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1403:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1403 | DECLARE_EVENT_CLASS(smb3_shutdown_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_shutdown_err_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1428:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1428 | DECLARE_EVENT_CLASS(smb3_shutdown_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1428:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1428 | DECLARE_EVENT_CLASS(smb3_shutdown_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_credit_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1456:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1456 | DECLARE_EVENT_CLASS(smb3_credit_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1456:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1456 | DECLARE_EVENT_CLASS(smb3_credit_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_tcon_ref’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1516:1: note: in expansion of macro ‘TRACE_EVENT’ 1516 | TRACE_EVENT(smb3_tcon_ref, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1516:1: note: in expansion of macro ‘TRACE_EVENT’ 1516 | TRACE_EVENT(smb3_tcon_ref, | ^~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_rw_credits’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1536:1: note: in expansion of macro ‘TRACE_EVENT’ 1536 | TRACE_EVENT(smb3_rw_credits, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1536:1: note: in expansion of macro ‘TRACE_EVENT’ 1536 | TRACE_EVENT(smb3_rw_credits, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_rw_err_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:105:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 105 | DECLARE_EVENT_CLASS(smb3_rw_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:105:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 105 | DECLARE_EVENT_CLASS(smb3_rw_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_other_err_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:161:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 161 | DECLARE_EVENT_CLASS(smb3_other_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:161:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 161 | DECLARE_EVENT_CLASS(smb3_other_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_copy_range_err_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:213:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 213 | DECLARE_EVENT_CLASS(smb3_copy_range_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:213:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 213 | DECLARE_EVENT_CLASS(smb3_copy_range_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_copy_range_done_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:267:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 267 | DECLARE_EVENT_CLASS(smb3_copy_range_done_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:267:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 267 | DECLARE_EVENT_CLASS(smb3_copy_range_done_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_rw_done_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:321:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 321 | DECLARE_EVENT_CLASS(smb3_rw_done_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:321:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 321 | DECLARE_EVENT_CLASS(smb3_rw_done_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_other_done_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:374:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 374 | DECLARE_EVENT_CLASS(smb3_other_done_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:374:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 374 | DECLARE_EVENT_CLASS(smb3_other_done_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_eof_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:423:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 423 | DECLARE_EVENT_CLASS(smb3_eof_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:423:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 423 | DECLARE_EVENT_CLASS(smb3_eof_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_fd_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:463:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 463 | DECLARE_EVENT_CLASS(smb3_fd_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:463:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 463 | DECLARE_EVENT_CLASS(smb3_fd_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_fd_err_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:499:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 499 | DECLARE_EVENT_CLASS(smb3_fd_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:499:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 499 | DECLARE_EVENT_CLASS(smb3_fd_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_inf_enter_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:541:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 541 | DECLARE_EVENT_CLASS(smb3_inf_enter_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:541:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 541 | DECLARE_EVENT_CLASS(smb3_inf_enter_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_inf_err_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:585:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 585 | DECLARE_EVENT_CLASS(smb3_inf_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:585:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 585 | DECLARE_EVENT_CLASS(smb3_inf_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_inf_compound_enter_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:633:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 633 | DECLARE_EVENT_CLASS(smb3_inf_compound_enter_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:633:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 633 | DECLARE_EVENT_CLASS(smb3_inf_compound_enter_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_inf_compound_done_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:678:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 678 | DECLARE_EVENT_CLASS(smb3_inf_compound_done_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:678:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 678 | DECLARE_EVENT_CLASS(smb3_inf_compound_done_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_inf_compound_err_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:719:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 719 | DECLARE_EVENT_CLASS(smb3_inf_compound_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:719:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 719 | DECLARE_EVENT_CLASS(smb3_inf_compound_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_cmd_err_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:768:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 768 | DECLARE_EVENT_CLASS(smb3_cmd_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:768:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 768 | DECLARE_EVENT_CLASS(smb3_cmd_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_cmd_done_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:809:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 809 | DECLARE_EVENT_CLASS(smb3_cmd_done_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:809:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 809 | DECLARE_EVENT_CLASS(smb3_cmd_done_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_mid_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:844:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 844 | DECLARE_EVENT_CLASS(smb3_mid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:844:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 844 | DECLARE_EVENT_CLASS(smb3_mid_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_exit_err_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:881:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 881 | DECLARE_EVENT_CLASS(smb3_exit_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:881:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 881 | DECLARE_EVENT_CLASS(smb3_exit_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_sync_err_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:910:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 910 | DECLARE_EVENT_CLASS(smb3_sync_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:910:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 910 | DECLARE_EVENT_CLASS(smb3_sync_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_enter_exit_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:936:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 936 | DECLARE_EVENT_CLASS(smb3_enter_exit_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:936:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 936 | DECLARE_EVENT_CLASS(smb3_enter_exit_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_tcon_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:965:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 965 | DECLARE_EVENT_CLASS(smb3_tcon_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:965:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 965 | DECLARE_EVENT_CLASS(smb3_tcon_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_open_enter_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1007:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1007 | DECLARE_EVENT_CLASS(smb3_open_enter_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1007:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1007 | DECLARE_EVENT_CLASS(smb3_open_enter_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_open_err_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1049:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1049 | DECLARE_EVENT_CLASS(smb3_open_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1049:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1049 | DECLARE_EVENT_CLASS(smb3_open_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_open_done_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1091:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1091 | DECLARE_EVENT_CLASS(smb3_open_done_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1091:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1091 | DECLARE_EVENT_CLASS(smb3_open_done_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_lease_done_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1134:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1134 | DECLARE_EVENT_CLASS(smb3_lease_done_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1134:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1134 | DECLARE_EVENT_CLASS(smb3_lease_done_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_lease_err_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1172:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1172 | DECLARE_EVENT_CLASS(smb3_lease_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1172:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1172 | DECLARE_EVENT_CLASS(smb3_lease_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_connect_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1213:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1213 | DECLARE_EVENT_CLASS(smb3_connect_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1213:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1213 | DECLARE_EVENT_CLASS(smb3_connect_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_connect_err_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1248:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1248 | DECLARE_EVENT_CLASS(smb3_connect_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1248:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1248 | DECLARE_EVENT_CLASS(smb3_connect_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_sess_setup_err_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1284:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1284 | DECLARE_EVENT_CLASS(smb3_sess_setup_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1284:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1284 | DECLARE_EVENT_CLASS(smb3_sess_setup_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_reconnect_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1324:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1324 | DECLARE_EVENT_CLASS(smb3_reconnect_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1324:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1324 | DECLARE_EVENT_CLASS(smb3_reconnect_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_ses_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1355:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1355 | DECLARE_EVENT_CLASS(smb3_ses_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1355:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1355 | DECLARE_EVENT_CLASS(smb3_ses_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_ioctl_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1375 | DECLARE_EVENT_CLASS(smb3_ioctl_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1375 | DECLARE_EVENT_CLASS(smb3_ioctl_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_shutdown_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1403:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1403 | DECLARE_EVENT_CLASS(smb3_shutdown_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1403:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1403 | DECLARE_EVENT_CLASS(smb3_shutdown_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_shutdown_err_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1428:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1428 | DECLARE_EVENT_CLASS(smb3_shutdown_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1428:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1428 | DECLARE_EVENT_CLASS(smb3_shutdown_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_credit_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1456:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1456 | DECLARE_EVENT_CLASS(smb3_credit_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1456:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1456 | DECLARE_EVENT_CLASS(smb3_credit_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_tcon_ref’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1516:1: note: in expansion of macro ‘TRACE_EVENT’ 1516 | TRACE_EVENT(smb3_tcon_ref, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1516:1: note: in expansion of macro ‘TRACE_EVENT’ 1516 | TRACE_EVENT(smb3_tcon_ref, | ^~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_rw_credits’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1536:1: note: in expansion of macro ‘TRACE_EVENT’ 1536 | TRACE_EVENT(smb3_rw_credits, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1536:1: note: in expansion of macro ‘TRACE_EVENT’ 1536 | TRACE_EVENT(smb3_rw_credits, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_rw_err_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:105:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 105 | DECLARE_EVENT_CLASS(smb3_rw_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:105:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 105 | DECLARE_EVENT_CLASS(smb3_rw_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_other_err_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:161:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 161 | DECLARE_EVENT_CLASS(smb3_other_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:161:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 161 | DECLARE_EVENT_CLASS(smb3_other_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_copy_range_err_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:213:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 213 | DECLARE_EVENT_CLASS(smb3_copy_range_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:213:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 213 | DECLARE_EVENT_CLASS(smb3_copy_range_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_copy_range_done_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:267:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 267 | DECLARE_EVENT_CLASS(smb3_copy_range_done_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:267:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 267 | DECLARE_EVENT_CLASS(smb3_copy_range_done_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_rw_done_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:321:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 321 | DECLARE_EVENT_CLASS(smb3_rw_done_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:321:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 321 | DECLARE_EVENT_CLASS(smb3_rw_done_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_other_done_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:374:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 374 | DECLARE_EVENT_CLASS(smb3_other_done_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:374:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 374 | DECLARE_EVENT_CLASS(smb3_other_done_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_eof_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:423:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 423 | DECLARE_EVENT_CLASS(smb3_eof_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:423:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 423 | DECLARE_EVENT_CLASS(smb3_eof_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_fd_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:463:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 463 | DECLARE_EVENT_CLASS(smb3_fd_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:463:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 463 | DECLARE_EVENT_CLASS(smb3_fd_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_fd_err_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:499:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 499 | DECLARE_EVENT_CLASS(smb3_fd_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:499:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 499 | DECLARE_EVENT_CLASS(smb3_fd_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_inf_enter_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:541:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 541 | DECLARE_EVENT_CLASS(smb3_inf_enter_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:541:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 541 | DECLARE_EVENT_CLASS(smb3_inf_enter_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_inf_err_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:585:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 585 | DECLARE_EVENT_CLASS(smb3_inf_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:585:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 585 | DECLARE_EVENT_CLASS(smb3_inf_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_inf_compound_enter_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:633:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 633 | DECLARE_EVENT_CLASS(smb3_inf_compound_enter_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:633:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 633 | DECLARE_EVENT_CLASS(smb3_inf_compound_enter_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_inf_compound_done_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:678:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 678 | DECLARE_EVENT_CLASS(smb3_inf_compound_done_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:678:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 678 | DECLARE_EVENT_CLASS(smb3_inf_compound_done_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_inf_compound_err_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:719:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 719 | DECLARE_EVENT_CLASS(smb3_inf_compound_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:719:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 719 | DECLARE_EVENT_CLASS(smb3_inf_compound_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_cmd_err_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:768:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 768 | DECLARE_EVENT_CLASS(smb3_cmd_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:768:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 768 | DECLARE_EVENT_CLASS(smb3_cmd_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_cmd_done_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:809:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 809 | DECLARE_EVENT_CLASS(smb3_cmd_done_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:809:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 809 | DECLARE_EVENT_CLASS(smb3_cmd_done_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_mid_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:844:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 844 | DECLARE_EVENT_CLASS(smb3_mid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:844:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 844 | DECLARE_EVENT_CLASS(smb3_mid_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_exit_err_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:881:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 881 | DECLARE_EVENT_CLASS(smb3_exit_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:881:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 881 | DECLARE_EVENT_CLASS(smb3_exit_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_sync_err_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:910:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 910 | DECLARE_EVENT_CLASS(smb3_sync_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:910:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 910 | DECLARE_EVENT_CLASS(smb3_sync_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_enter_exit_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:936:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 936 | DECLARE_EVENT_CLASS(smb3_enter_exit_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:936:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 936 | DECLARE_EVENT_CLASS(smb3_enter_exit_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_tcon_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:965:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 965 | DECLARE_EVENT_CLASS(smb3_tcon_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:965:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 965 | DECLARE_EVENT_CLASS(smb3_tcon_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_open_enter_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1007:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1007 | DECLARE_EVENT_CLASS(smb3_open_enter_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1007:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1007 | DECLARE_EVENT_CLASS(smb3_open_enter_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_open_err_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1049:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1049 | DECLARE_EVENT_CLASS(smb3_open_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1049:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1049 | DECLARE_EVENT_CLASS(smb3_open_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_open_done_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1091:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1091 | DECLARE_EVENT_CLASS(smb3_open_done_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1091:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1091 | DECLARE_EVENT_CLASS(smb3_open_done_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_lease_done_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1134:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1134 | DECLARE_EVENT_CLASS(smb3_lease_done_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1134:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1134 | DECLARE_EVENT_CLASS(smb3_lease_done_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_lease_err_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1172:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1172 | DECLARE_EVENT_CLASS(smb3_lease_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1172:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1172 | DECLARE_EVENT_CLASS(smb3_lease_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_connect_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1213:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1213 | DECLARE_EVENT_CLASS(smb3_connect_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1213:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1213 | DECLARE_EVENT_CLASS(smb3_connect_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_connect_err_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1248:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1248 | DECLARE_EVENT_CLASS(smb3_connect_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1248:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1248 | DECLARE_EVENT_CLASS(smb3_connect_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_sess_setup_err_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1284:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1284 | DECLARE_EVENT_CLASS(smb3_sess_setup_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1284:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1284 | DECLARE_EVENT_CLASS(smb3_sess_setup_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_reconnect_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1324:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1324 | DECLARE_EVENT_CLASS(smb3_reconnect_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1324:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1324 | DECLARE_EVENT_CLASS(smb3_reconnect_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_ses_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1355:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1355 | DECLARE_EVENT_CLASS(smb3_ses_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1355:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1355 | DECLARE_EVENT_CLASS(smb3_ses_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_ioctl_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1375 | DECLARE_EVENT_CLASS(smb3_ioctl_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1375 | DECLARE_EVENT_CLASS(smb3_ioctl_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_shutdown_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1403:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1403 | DECLARE_EVENT_CLASS(smb3_shutdown_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1403:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1403 | DECLARE_EVENT_CLASS(smb3_shutdown_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_shutdown_err_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1428:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1428 | DECLARE_EVENT_CLASS(smb3_shutdown_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1428:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1428 | DECLARE_EVENT_CLASS(smb3_shutdown_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_credit_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1456:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1456 | DECLARE_EVENT_CLASS(smb3_credit_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1456:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1456 | DECLARE_EVENT_CLASS(smb3_credit_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_tcon_ref’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1516:1: note: in expansion of macro ‘TRACE_EVENT’ 1516 | TRACE_EVENT(smb3_tcon_ref, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1516:1: note: in expansion of macro ‘TRACE_EVENT’ 1516 | TRACE_EVENT(smb3_tcon_ref, | ^~~~~~~~~~~ ../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_rw_credits’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1536:1: note: in expansion of macro ‘TRACE_EVENT’ 1536 | TRACE_EVENT(smb3_rw_credits, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/smb/client/./trace.h:1536:1: note: in expansion of macro ‘TRACE_EVENT’ 1536 | TRACE_EVENT(smb3_rw_credits, | ^~~~~~~~~~~ make[6]: *** [../scripts/Makefile.build:244: fs/smb/client/trace.o] Error 1 make[5]: *** [../scripts/Makefile.build:485: fs/smb/client] Error 2 make[4]: *** [../scripts/Makefile.build:485: fs/smb] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/afs.h:1612, from ../fs/afs/internal.h:985, from ../fs/afs/main.c:16: ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_receive_data’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ 536 | TRACE_EVENT(afs_receive_data, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ 536 | TRACE_EVENT(afs_receive_data, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ 536 | TRACE_EVENT(afs_receive_data, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ 536 | TRACE_EVENT(afs_receive_data, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ 536 | TRACE_EVENT(afs_receive_data, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_notify_call’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:569:1: note: in expansion of macro ‘TRACE_EVENT’ 569 | TRACE_EVENT(afs_notify_call, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:569:1: note: in expansion of macro ‘TRACE_EVENT’ 569 | TRACE_EVENT(afs_notify_call, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_cb_call’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:591:1: note: in expansion of macro ‘TRACE_EVENT’ 591 | TRACE_EVENT(afs_cb_call, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:591:1: note: in expansion of macro ‘TRACE_EVENT’ 591 | TRACE_EVENT(afs_cb_call, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_call’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:615:1: note: in expansion of macro ‘TRACE_EVENT’ 615 | TRACE_EVENT(afs_call, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:615:1: note: in expansion of macro ‘TRACE_EVENT’ 615 | TRACE_EVENT(afs_call, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_make_fs_call’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:645:1: note: in expansion of macro ‘TRACE_EVENT’ 645 | TRACE_EVENT(afs_make_fs_call, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:645:1: note: in expansion of macro ‘TRACE_EVENT’ 645 | TRACE_EVENT(afs_make_fs_call, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_make_fs_calli’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:676:1: note: in expansion of macro ‘TRACE_EVENT’ 676 | TRACE_EVENT(afs_make_fs_calli, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:676:1: note: in expansion of macro ‘TRACE_EVENT’ 676 | TRACE_EVENT(afs_make_fs_calli, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_make_fs_call1’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:711:1: note: in expansion of macro ‘TRACE_EVENT’ 711 | TRACE_EVENT(afs_make_fs_call1, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:711:1: note: in expansion of macro ‘TRACE_EVENT’ 711 | TRACE_EVENT(afs_make_fs_call1, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_make_fs_call2’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:748:1: note: in expansion of macro ‘TRACE_EVENT’ 748 | TRACE_EVENT(afs_make_fs_call2, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:748:1: note: in expansion of macro ‘TRACE_EVENT’ 748 | TRACE_EVENT(afs_make_fs_call2, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_make_vl_call’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:790:1: note: in expansion of macro ‘TRACE_EVENT’ 790 | TRACE_EVENT(afs_make_vl_call, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:790:1: note: in expansion of macro ‘TRACE_EVENT’ 790 | TRACE_EVENT(afs_make_vl_call, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_call_done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ 810 | TRACE_EVENT(afs_call_done, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ 810 | TRACE_EVENT(afs_call_done, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_send_data’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:836:1: note: in expansion of macro ‘TRACE_EVENT’ 836 | TRACE_EVENT(afs_send_data, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:836:1: note: in expansion of macro ‘TRACE_EVENT’ 836 | TRACE_EVENT(afs_send_data, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_sent_data’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:860:1: note: in expansion of macro ‘TRACE_EVENT’ 860 | TRACE_EVENT(afs_sent_data, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:860:1: note: in expansion of macro ‘TRACE_EVENT’ 860 | TRACE_EVENT(afs_sent_data, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_dir_check_failed’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:884:1: note: in expansion of macro ‘TRACE_EVENT’ 884 | TRACE_EVENT(afs_dir_check_failed, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:884:1: note: in expansion of macro ‘TRACE_EVENT’ 884 | TRACE_EVENT(afs_dir_check_failed, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_call_state’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:905:1: note: in expansion of macro ‘TRACE_EVENT’ 905 | TRACE_EVENT(afs_call_state, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:905:1: note: in expansion of macro ‘TRACE_EVENT’ 905 | TRACE_EVENT(afs_call_state, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_lookup’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:935:1: note: in expansion of macro ‘TRACE_EVENT’ 935 | TRACE_EVENT(afs_lookup, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:935:1: note: in expansion of macro ‘TRACE_EVENT’ 935 | TRACE_EVENT(afs_lookup, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_edit_dir’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:961:1: note: in expansion of macro ‘TRACE_EVENT’ 961 | TRACE_EVENT(afs_edit_dir, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:961:1: note: in expansion of macro ‘TRACE_EVENT’ 961 | TRACE_EVENT(afs_edit_dir, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_protocol_error’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1009:1: note: in expansion of macro ‘TRACE_EVENT’ 1009 | TRACE_EVENT(afs_protocol_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1009:1: note: in expansion of macro ‘TRACE_EVENT’ 1009 | TRACE_EVENT(afs_protocol_error, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_io_error’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1029:1: note: in expansion of macro ‘TRACE_EVENT’ 1029 | TRACE_EVENT(afs_io_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1029:1: note: in expansion of macro ‘TRACE_EVENT’ 1029 | TRACE_EVENT(afs_io_error, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_file_error’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1051:1: note: in expansion of macro ‘TRACE_EVENT’ 1051 | TRACE_EVENT(afs_file_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1051:1: note: in expansion of macro ‘TRACE_EVENT’ 1051 | TRACE_EVENT(afs_file_error, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_bulkstat_error’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1074:1: note: in expansion of macro ‘TRACE_EVENT’ 1074 | TRACE_EVENT(afs_bulkstat_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1074:1: note: in expansion of macro ‘TRACE_EVENT’ 1074 | TRACE_EVENT(afs_bulkstat_error, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_cm_no_server’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1099:1: note: in expansion of macro ‘TRACE_EVENT’ 1099 | TRACE_EVENT(afs_cm_no_server, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1099:1: note: in expansion of macro ‘TRACE_EVENT’ 1099 | TRACE_EVENT(afs_cm_no_server, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_cm_no_server_u’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1120:1: note: in expansion of macro ‘TRACE_EVENT’ 1120 | TRACE_EVENT(afs_cm_no_server_u, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1120:1: note: in expansion of macro ‘TRACE_EVENT’ 1120 | TRACE_EVENT(afs_cm_no_server_u, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_flock_ev’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1141:1: note: in expansion of macro ‘TRACE_EVENT’ 1141 | TRACE_EVENT(afs_flock_ev, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1141:1: note: in expansion of macro ‘TRACE_EVENT’ 1141 | TRACE_EVENT(afs_flock_ev, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_flock_op’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1171:1: note: in expansion of macro ‘TRACE_EVENT’ 1171 | TRACE_EVENT(afs_flock_op, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1171:1: note: in expansion of macro ‘TRACE_EVENT’ 1171 | TRACE_EVENT(afs_flock_op, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_reload_dir’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1205:1: note: in expansion of macro ‘TRACE_EVENT’ 1205 | TRACE_EVENT(afs_reload_dir, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1205:1: note: in expansion of macro ‘TRACE_EVENT’ 1205 | TRACE_EVENT(afs_reload_dir, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_silly_rename’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1222:1: note: in expansion of macro ‘TRACE_EVENT’ 1222 | TRACE_EVENT(afs_silly_rename, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1222:1: note: in expansion of macro ‘TRACE_EVENT’ 1222 | TRACE_EVENT(afs_silly_rename, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_get_tree’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1242:1: note: in expansion of macro ‘TRACE_EVENT’ 1242 | TRACE_EVENT(afs_get_tree, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1242:1: note: in expansion of macro ‘TRACE_EVENT’ 1242 | TRACE_EVENT(afs_get_tree, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_cb_v_break’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1268:1: note: in expansion of macro ‘TRACE_EVENT’ 1268 | TRACE_EVENT(afs_cb_v_break, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1268:1: note: in expansion of macro ‘TRACE_EVENT’ 1268 | TRACE_EVENT(afs_cb_v_break, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_cb_break’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1292:1: note: in expansion of macro ‘TRACE_EVENT’ 1292 | TRACE_EVENT(afs_cb_break, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1292:1: note: in expansion of macro ‘TRACE_EVENT’ 1292 | TRACE_EVENT(afs_cb_break, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_cb_miss’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1319:1: note: in expansion of macro ‘TRACE_EVENT’ 1319 | TRACE_EVENT(afs_cb_miss, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1319:1: note: in expansion of macro ‘TRACE_EVENT’ 1319 | TRACE_EVENT(afs_cb_miss, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_server’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1339:1: note: in expansion of macro ‘TRACE_EVENT’ 1339 | TRACE_EVENT(afs_server, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1339:1: note: in expansion of macro ‘TRACE_EVENT’ 1339 | TRACE_EVENT(afs_server, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_volume’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1366:1: note: in expansion of macro ‘TRACE_EVENT’ 1366 | TRACE_EVENT(afs_volume, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1366:1: note: in expansion of macro ‘TRACE_EVENT’ 1366 | TRACE_EVENT(afs_volume, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_cell’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1389:1: note: in expansion of macro ‘TRACE_EVENT’ 1389 | TRACE_EVENT(afs_cell, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1389:1: note: in expansion of macro ‘TRACE_EVENT’ 1389 | TRACE_EVENT(afs_cell, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_alist’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1416:1: note: in expansion of macro ‘TRACE_EVENT’ 1416 | TRACE_EVENT(afs_alist, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1416:1: note: in expansion of macro ‘TRACE_EVENT’ 1416 | TRACE_EVENT(afs_alist, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_estate’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1440:1: note: in expansion of macro ‘TRACE_EVENT’ 1440 | TRACE_EVENT(afs_estate, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1440:1: note: in expansion of macro ‘TRACE_EVENT’ 1440 | TRACE_EVENT(afs_estate, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_fs_probe’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1468:1: note: in expansion of macro ‘TRACE_EVENT’ 1468 | TRACE_EVENT(afs_fs_probe, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1468:1: note: in expansion of macro ‘TRACE_EVENT’ 1468 | TRACE_EVENT(afs_fs_probe, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_vl_probe’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1504:1: note: in expansion of macro ‘TRACE_EVENT’ 1504 | TRACE_EVENT(afs_vl_probe, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1504:1: note: in expansion of macro ‘TRACE_EVENT’ 1504 | TRACE_EVENT(afs_vl_probe, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_rotate’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ 1538 | TRACE_EVENT(afs_rotate, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ 1538 | TRACE_EVENT(afs_rotate, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_make_call’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1573:1: note: in expansion of macro ‘TRACE_EVENT’ 1573 | TRACE_EVENT(afs_make_call, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1573:1: note: in expansion of macro ‘TRACE_EVENT’ 1573 | TRACE_EVENT(afs_make_call, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/afs.h: In function ‘perf_trace_afs_receive_data’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ 536 | TRACE_EVENT(afs_receive_data, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ 536 | TRACE_EVENT(afs_receive_data, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘perf_trace_afs_notify_call’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:569:1: note: in expansion of macro ‘TRACE_EVENT’ 569 | TRACE_EVENT(afs_notify_call, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:569:1: note: in expansion of macro ‘TRACE_EVENT’ 569 | TRACE_EVENT(afs_notify_call, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘perf_trace_afs_cb_call’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:591:1: note: in expansion of macro ‘TRACE_EVENT’ 591 | TRACE_EVENT(afs_cb_call, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:591:1: note: in expansion of macro ‘TRACE_EVENT’ 591 | TRACE_EVENT(afs_cb_call, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘perf_trace_afs_call’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:615:1: note: in expansion of macro ‘TRACE_EVENT’ 615 | TRACE_EVENT(afs_call, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:615:1: note: in expansion of macro ‘TRACE_EVENT’ 615 | TRACE_EVENT(afs_call, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘perf_trace_afs_make_fs_call’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:645:1: note: in expansion of macro ‘TRACE_EVENT’ 645 | TRACE_EVENT(afs_make_fs_call, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:645:1: note: in expansion of macro ‘TRACE_EVENT’ 645 | TRACE_EVENT(afs_make_fs_call, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘perf_trace_afs_make_fs_calli’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:676:1: note: in expansion of macro ‘TRACE_EVENT’ 676 | TRACE_EVENT(afs_make_fs_calli, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:676:1: note: in expansion of macro ‘TRACE_EVENT’ 676 | TRACE_EVENT(afs_make_fs_calli, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘perf_trace_afs_make_fs_call1’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:711:1: note: in expansion of macro ‘TRACE_EVENT’ 711 | TRACE_EVENT(afs_make_fs_call1, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:711:1: note: in expansion of macro ‘TRACE_EVENT’ 711 | TRACE_EVENT(afs_make_fs_call1, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘perf_trace_afs_make_fs_call2’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:748:1: note: in expansion of macro ‘TRACE_EVENT’ 748 | TRACE_EVENT(afs_make_fs_call2, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:748:1: note: in expansion of macro ‘TRACE_EVENT’ 748 | TRACE_EVENT(afs_make_fs_call2, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘perf_trace_afs_make_vl_call’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:790:1: note: in expansion of macro ‘TRACE_EVENT’ 790 | TRACE_EVENT(afs_make_vl_call, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:790:1: note: in expansion of macro ‘TRACE_EVENT’ 790 | TRACE_EVENT(afs_make_vl_call, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘perf_trace_afs_call_done’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ 810 | TRACE_EVENT(afs_call_done, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ 810 | TRACE_EVENT(afs_call_done, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘perf_trace_afs_send_data’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:836:1: note: in expansion of macro ‘TRACE_EVENT’ 836 | TRACE_EVENT(afs_send_data, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:836:1: note: in expansion of macro ‘TRACE_EVENT’ 836 | TRACE_EVENT(afs_send_data, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘perf_trace_afs_sent_data’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:860:1: note: in expansion of macro ‘TRACE_EVENT’ 860 | TRACE_EVENT(afs_sent_data, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:860:1: note: in expansion of macro ‘TRACE_EVENT’ 860 | TRACE_EVENT(afs_sent_data, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘perf_trace_afs_dir_check_failed’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:884:1: note: in expansion of macro ‘TRACE_EVENT’ 884 | TRACE_EVENT(afs_dir_check_failed, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:884:1: note: in expansion of macro ‘TRACE_EVENT’ 884 | TRACE_EVENT(afs_dir_check_failed, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘perf_trace_afs_call_state’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:905:1: note: in expansion of macro ‘TRACE_EVENT’ 905 | TRACE_EVENT(afs_call_state, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:905:1: note: in expansion of macro ‘TRACE_EVENT’ 905 | TRACE_EVENT(afs_call_state, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘perf_trace_afs_lookup’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:935:1: note: in expansion of macro ‘TRACE_EVENT’ 935 | TRACE_EVENT(afs_lookup, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:935:1: note: in expansion of macro ‘TRACE_EVENT’ 935 | TRACE_EVENT(afs_lookup, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘perf_trace_afs_edit_dir’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:961:1: note: in expansion of macro ‘TRACE_EVENT’ 961 | TRACE_EVENT(afs_edit_dir, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:961:1: note: in expansion of macro ‘TRACE_EVENT’ 961 | TRACE_EVENT(afs_edit_dir, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘perf_trace_afs_protocol_error’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1009:1: note: in expansion of macro ‘TRACE_EVENT’ 1009 | TRACE_EVENT(afs_protocol_error, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1009:1: note: in expansion of macro ‘TRACE_EVENT’ 1009 | TRACE_EVENT(afs_protocol_error, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘perf_trace_afs_io_error’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1029:1: note: in expansion of macro ‘TRACE_EVENT’ 1029 | TRACE_EVENT(afs_io_error, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1029:1: note: in expansion of macro ‘TRACE_EVENT’ 1029 | TRACE_EVENT(afs_io_error, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘perf_trace_afs_file_error’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1051:1: note: in expansion of macro ‘TRACE_EVENT’ 1051 | TRACE_EVENT(afs_file_error, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1051:1: note: in expansion of macro ‘TRACE_EVENT’ 1051 | TRACE_EVENT(afs_file_error, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘perf_trace_afs_bulkstat_error’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1074:1: note: in expansion of macro ‘TRACE_EVENT’ 1074 | TRACE_EVENT(afs_bulkstat_error, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1074:1: note: in expansion of macro ‘TRACE_EVENT’ 1074 | TRACE_EVENT(afs_bulkstat_error, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘perf_trace_afs_cm_no_server’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1099:1: note: in expansion of macro ‘TRACE_EVENT’ 1099 | TRACE_EVENT(afs_cm_no_server, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1099:1: note: in expansion of macro ‘TRACE_EVENT’ 1099 | TRACE_EVENT(afs_cm_no_server, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘perf_trace_afs_cm_no_server_u’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1120:1: note: in expansion of macro ‘TRACE_EVENT’ 1120 | TRACE_EVENT(afs_cm_no_server_u, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1120:1: note: in expansion of macro ‘TRACE_EVENT’ 1120 | TRACE_EVENT(afs_cm_no_server_u, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘perf_trace_afs_flock_ev’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1141:1: note: in expansion of macro ‘TRACE_EVENT’ 1141 | TRACE_EVENT(afs_flock_ev, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1141:1: note: in expansion of macro ‘TRACE_EVENT’ 1141 | TRACE_EVENT(afs_flock_ev, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘perf_trace_afs_flock_op’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1171:1: note: in expansion of macro ‘TRACE_EVENT’ 1171 | TRACE_EVENT(afs_flock_op, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1171:1: note: in expansion of macro ‘TRACE_EVENT’ 1171 | TRACE_EVENT(afs_flock_op, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘perf_trace_afs_reload_dir’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1205:1: note: in expansion of macro ‘TRACE_EVENT’ 1205 | TRACE_EVENT(afs_reload_dir, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1205:1: note: in expansion of macro ‘TRACE_EVENT’ 1205 | TRACE_EVENT(afs_reload_dir, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘perf_trace_afs_silly_rename’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1222:1: note: in expansion of macro ‘TRACE_EVENT’ 1222 | TRACE_EVENT(afs_silly_rename, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1222:1: note: in expansion of macro ‘TRACE_EVENT’ 1222 | TRACE_EVENT(afs_silly_rename, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘perf_trace_afs_get_tree’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1242:1: note: in expansion of macro ‘TRACE_EVENT’ 1242 | TRACE_EVENT(afs_get_tree, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1242:1: note: in expansion of macro ‘TRACE_EVENT’ 1242 | TRACE_EVENT(afs_get_tree, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘perf_trace_afs_cb_v_break’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1268:1: note: in expansion of macro ‘TRACE_EVENT’ 1268 | TRACE_EVENT(afs_cb_v_break, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1268:1: note: in expansion of macro ‘TRACE_EVENT’ 1268 | TRACE_EVENT(afs_cb_v_break, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘perf_trace_afs_cb_break’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1292:1: note: in expansion of macro ‘TRACE_EVENT’ 1292 | TRACE_EVENT(afs_cb_break, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1292:1: note: in expansion of macro ‘TRACE_EVENT’ 1292 | TRACE_EVENT(afs_cb_break, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘perf_trace_afs_cb_miss’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1319:1: note: in expansion of macro ‘TRACE_EVENT’ 1319 | TRACE_EVENT(afs_cb_miss, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1319:1: note: in expansion of macro ‘TRACE_EVENT’ 1319 | TRACE_EVENT(afs_cb_miss, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘perf_trace_afs_server’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1339:1: note: in expansion of macro ‘TRACE_EVENT’ 1339 | TRACE_EVENT(afs_server, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1339:1: note: in expansion of macro ‘TRACE_EVENT’ 1339 | TRACE_EVENT(afs_server, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘perf_trace_afs_volume’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1366:1: note: in expansion of macro ‘TRACE_EVENT’ 1366 | TRACE_EVENT(afs_volume, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1366:1: note: in expansion of macro ‘TRACE_EVENT’ 1366 | TRACE_EVENT(afs_volume, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘perf_trace_afs_cell’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1389:1: note: in expansion of macro ‘TRACE_EVENT’ 1389 | TRACE_EVENT(afs_cell, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1389:1: note: in expansion of macro ‘TRACE_EVENT’ 1389 | TRACE_EVENT(afs_cell, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘perf_trace_afs_alist’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1416:1: note: in expansion of macro ‘TRACE_EVENT’ 1416 | TRACE_EVENT(afs_alist, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1416:1: note: in expansion of macro ‘TRACE_EVENT’ 1416 | TRACE_EVENT(afs_alist, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘perf_trace_afs_estate’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1440:1: note: in expansion of macro ‘TRACE_EVENT’ 1440 | TRACE_EVENT(afs_estate, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1440:1: note: in expansion of macro ‘TRACE_EVENT’ 1440 | TRACE_EVENT(afs_estate, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘perf_trace_afs_fs_probe’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1468:1: note: in expansion of macro ‘TRACE_EVENT’ 1468 | TRACE_EVENT(afs_fs_probe, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1468:1: note: in expansion of macro ‘TRACE_EVENT’ 1468 | TRACE_EVENT(afs_fs_probe, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘perf_trace_afs_vl_probe’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1504:1: note: in expansion of macro ‘TRACE_EVENT’ 1504 | TRACE_EVENT(afs_vl_probe, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1504:1: note: in expansion of macro ‘TRACE_EVENT’ 1504 | TRACE_EVENT(afs_vl_probe, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘perf_trace_afs_rotate’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ 1538 | TRACE_EVENT(afs_rotate, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ 1538 | TRACE_EVENT(afs_rotate, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘perf_trace_afs_make_call’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1573:1: note: in expansion of macro ‘TRACE_EVENT’ 1573 | TRACE_EVENT(afs_make_call, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1573:1: note: in expansion of macro ‘TRACE_EVENT’ 1573 | TRACE_EVENT(afs_make_call, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_receive_data’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ 536 | TRACE_EVENT(afs_receive_data, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ 536 | TRACE_EVENT(afs_receive_data, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_notify_call’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:569:1: note: in expansion of macro ‘TRACE_EVENT’ 569 | TRACE_EVENT(afs_notify_call, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:569:1: note: in expansion of macro ‘TRACE_EVENT’ 569 | TRACE_EVENT(afs_notify_call, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_cb_call’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:591:1: note: in expansion of macro ‘TRACE_EVENT’ 591 | TRACE_EVENT(afs_cb_call, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:591:1: note: in expansion of macro ‘TRACE_EVENT’ 591 | TRACE_EVENT(afs_cb_call, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_call’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:615:1: note: in expansion of macro ‘TRACE_EVENT’ 615 | TRACE_EVENT(afs_call, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:615:1: note: in expansion of macro ‘TRACE_EVENT’ 615 | TRACE_EVENT(afs_call, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_make_fs_call’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:645:1: note: in expansion of macro ‘TRACE_EVENT’ 645 | TRACE_EVENT(afs_make_fs_call, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:645:1: note: in expansion of macro ‘TRACE_EVENT’ 645 | TRACE_EVENT(afs_make_fs_call, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_make_fs_calli’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:676:1: note: in expansion of macro ‘TRACE_EVENT’ 676 | TRACE_EVENT(afs_make_fs_calli, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:676:1: note: in expansion of macro ‘TRACE_EVENT’ 676 | TRACE_EVENT(afs_make_fs_calli, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_make_fs_call1’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:711:1: note: in expansion of macro ‘TRACE_EVENT’ 711 | TRACE_EVENT(afs_make_fs_call1, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:711:1: note: in expansion of macro ‘TRACE_EVENT’ 711 | TRACE_EVENT(afs_make_fs_call1, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_make_fs_call2’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:748:1: note: in expansion of macro ‘TRACE_EVENT’ 748 | TRACE_EVENT(afs_make_fs_call2, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:748:1: note: in expansion of macro ‘TRACE_EVENT’ 748 | TRACE_EVENT(afs_make_fs_call2, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_make_vl_call’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:790:1: note: in expansion of macro ‘TRACE_EVENT’ 790 | TRACE_EVENT(afs_make_vl_call, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:790:1: note: in expansion of macro ‘TRACE_EVENT’ 790 | TRACE_EVENT(afs_make_vl_call, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_call_done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ 810 | TRACE_EVENT(afs_call_done, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ 810 | TRACE_EVENT(afs_call_done, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_send_data’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:836:1: note: in expansion of macro ‘TRACE_EVENT’ 836 | TRACE_EVENT(afs_send_data, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:836:1: note: in expansion of macro ‘TRACE_EVENT’ 836 | TRACE_EVENT(afs_send_data, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_sent_data’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:860:1: note: in expansion of macro ‘TRACE_EVENT’ 860 | TRACE_EVENT(afs_sent_data, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:860:1: note: in expansion of macro ‘TRACE_EVENT’ 860 | TRACE_EVENT(afs_sent_data, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_dir_check_failed’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:884:1: note: in expansion of macro ‘TRACE_EVENT’ 884 | TRACE_EVENT(afs_dir_check_failed, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:884:1: note: in expansion of macro ‘TRACE_EVENT’ 884 | TRACE_EVENT(afs_dir_check_failed, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_call_state’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:905:1: note: in expansion of macro ‘TRACE_EVENT’ 905 | TRACE_EVENT(afs_call_state, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:905:1: note: in expansion of macro ‘TRACE_EVENT’ 905 | TRACE_EVENT(afs_call_state, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_lookup’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:935:1: note: in expansion of macro ‘TRACE_EVENT’ 935 | TRACE_EVENT(afs_lookup, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:935:1: note: in expansion of macro ‘TRACE_EVENT’ 935 | TRACE_EVENT(afs_lookup, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_edit_dir’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:961:1: note: in expansion of macro ‘TRACE_EVENT’ 961 | TRACE_EVENT(afs_edit_dir, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:961:1: note: in expansion of macro ‘TRACE_EVENT’ 961 | TRACE_EVENT(afs_edit_dir, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_protocol_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1009:1: note: in expansion of macro ‘TRACE_EVENT’ 1009 | TRACE_EVENT(afs_protocol_error, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1009:1: note: in expansion of macro ‘TRACE_EVENT’ 1009 | TRACE_EVENT(afs_protocol_error, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_io_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1029:1: note: in expansion of macro ‘TRACE_EVENT’ 1029 | TRACE_EVENT(afs_io_error, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1029:1: note: in expansion of macro ‘TRACE_EVENT’ 1029 | TRACE_EVENT(afs_io_error, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_file_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1051:1: note: in expansion of macro ‘TRACE_EVENT’ 1051 | TRACE_EVENT(afs_file_error, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1051:1: note: in expansion of macro ‘TRACE_EVENT’ 1051 | TRACE_EVENT(afs_file_error, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_bulkstat_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1074:1: note: in expansion of macro ‘TRACE_EVENT’ 1074 | TRACE_EVENT(afs_bulkstat_error, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1074:1: note: in expansion of macro ‘TRACE_EVENT’ 1074 | TRACE_EVENT(afs_bulkstat_error, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_cm_no_server’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1099:1: note: in expansion of macro ‘TRACE_EVENT’ 1099 | TRACE_EVENT(afs_cm_no_server, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1099:1: note: in expansion of macro ‘TRACE_EVENT’ 1099 | TRACE_EVENT(afs_cm_no_server, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_cm_no_server_u’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1120:1: note: in expansion of macro ‘TRACE_EVENT’ 1120 | TRACE_EVENT(afs_cm_no_server_u, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1120:1: note: in expansion of macro ‘TRACE_EVENT’ 1120 | TRACE_EVENT(afs_cm_no_server_u, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_flock_ev’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1141:1: note: in expansion of macro ‘TRACE_EVENT’ 1141 | TRACE_EVENT(afs_flock_ev, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1141:1: note: in expansion of macro ‘TRACE_EVENT’ 1141 | TRACE_EVENT(afs_flock_ev, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_flock_op’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1171:1: note: in expansion of macro ‘TRACE_EVENT’ 1171 | TRACE_EVENT(afs_flock_op, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1171:1: note: in expansion of macro ‘TRACE_EVENT’ 1171 | TRACE_EVENT(afs_flock_op, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_reload_dir’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1205:1: note: in expansion of macro ‘TRACE_EVENT’ 1205 | TRACE_EVENT(afs_reload_dir, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1205:1: note: in expansion of macro ‘TRACE_EVENT’ 1205 | TRACE_EVENT(afs_reload_dir, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_silly_rename’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1222:1: note: in expansion of macro ‘TRACE_EVENT’ 1222 | TRACE_EVENT(afs_silly_rename, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1222:1: note: in expansion of macro ‘TRACE_EVENT’ 1222 | TRACE_EVENT(afs_silly_rename, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_get_tree’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1242:1: note: in expansion of macro ‘TRACE_EVENT’ 1242 | TRACE_EVENT(afs_get_tree, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1242:1: note: in expansion of macro ‘TRACE_EVENT’ 1242 | TRACE_EVENT(afs_get_tree, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_cb_v_break’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1268:1: note: in expansion of macro ‘TRACE_EVENT’ 1268 | TRACE_EVENT(afs_cb_v_break, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1268:1: note: in expansion of macro ‘TRACE_EVENT’ 1268 | TRACE_EVENT(afs_cb_v_break, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_cb_break’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1292:1: note: in expansion of macro ‘TRACE_EVENT’ 1292 | TRACE_EVENT(afs_cb_break, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1292:1: note: in expansion of macro ‘TRACE_EVENT’ 1292 | TRACE_EVENT(afs_cb_break, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_cb_miss’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1319:1: note: in expansion of macro ‘TRACE_EVENT’ 1319 | TRACE_EVENT(afs_cb_miss, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1319:1: note: in expansion of macro ‘TRACE_EVENT’ 1319 | TRACE_EVENT(afs_cb_miss, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_server’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1339:1: note: in expansion of macro ‘TRACE_EVENT’ 1339 | TRACE_EVENT(afs_server, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1339:1: note: in expansion of macro ‘TRACE_EVENT’ 1339 | TRACE_EVENT(afs_server, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_volume’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1366:1: note: in expansion of macro ‘TRACE_EVENT’ 1366 | TRACE_EVENT(afs_volume, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1366:1: note: in expansion of macro ‘TRACE_EVENT’ 1366 | TRACE_EVENT(afs_volume, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_cell’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1389:1: note: in expansion of macro ‘TRACE_EVENT’ 1389 | TRACE_EVENT(afs_cell, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1389:1: note: in expansion of macro ‘TRACE_EVENT’ 1389 | TRACE_EVENT(afs_cell, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_alist’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1416:1: note: in expansion of macro ‘TRACE_EVENT’ 1416 | TRACE_EVENT(afs_alist, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1416:1: note: in expansion of macro ‘TRACE_EVENT’ 1416 | TRACE_EVENT(afs_alist, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_estate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1440:1: note: in expansion of macro ‘TRACE_EVENT’ 1440 | TRACE_EVENT(afs_estate, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1440:1: note: in expansion of macro ‘TRACE_EVENT’ 1440 | TRACE_EVENT(afs_estate, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_fs_probe’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1468:1: note: in expansion of macro ‘TRACE_EVENT’ 1468 | TRACE_EVENT(afs_fs_probe, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1468:1: note: in expansion of macro ‘TRACE_EVENT’ 1468 | TRACE_EVENT(afs_fs_probe, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_vl_probe’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1504:1: note: in expansion of macro ‘TRACE_EVENT’ 1504 | TRACE_EVENT(afs_vl_probe, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1504:1: note: in expansion of macro ‘TRACE_EVENT’ 1504 | TRACE_EVENT(afs_vl_probe, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_rotate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ 1538 | TRACE_EVENT(afs_rotate, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ 1538 | TRACE_EVENT(afs_rotate, | ^~~~~~~~~~~ ../include/trace/events/afs.h: In function ‘__bpf_trace_afs_make_call’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1573:1: note: in expansion of macro ‘TRACE_EVENT’ 1573 | TRACE_EVENT(afs_make_call, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/afs.h:1573:1: note: in expansion of macro ‘TRACE_EVENT’ 1573 | TRACE_EVENT(afs_make_call, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: fs/afs/main.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: fs/afs] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/skb.h:98, from ../net/core/net-traces.c:30: ../include/trace/events/skb.h: In function ‘trace_event_raw_event_kfree_skb’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/skb.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ 24 | TRACE_EVENT(kfree_skb, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/skb.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ 24 | TRACE_EVENT(kfree_skb, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/skb.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ 24 | TRACE_EVENT(kfree_skb, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/skb.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ 24 | TRACE_EVENT(kfree_skb, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/skb.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ 24 | TRACE_EVENT(kfree_skb, | ^~~~~~~~~~~ ../include/trace/events/skb.h: In function ‘trace_event_raw_event_consume_skb’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/skb.h:57:1: note: in expansion of macro ‘TRACE_EVENT’ 57 | TRACE_EVENT(consume_skb, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/skb.h:57:1: note: in expansion of macro ‘TRACE_EVENT’ 57 | TRACE_EVENT(consume_skb, | ^~~~~~~~~~~ ../include/trace/events/skb.h: In function ‘trace_event_raw_event_skb_copy_datagram_iovec’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/skb.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ 76 | TRACE_EVENT(skb_copy_datagram_iovec, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/skb.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ 76 | TRACE_EVENT(skb_copy_datagram_iovec, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/skb.h: In function ‘perf_trace_kfree_skb’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/skb.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ 24 | TRACE_EVENT(kfree_skb, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/skb.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ 24 | TRACE_EVENT(kfree_skb, | ^~~~~~~~~~~ ../include/trace/events/skb.h: In function ‘perf_trace_consume_skb’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/skb.h:57:1: note: in expansion of macro ‘TRACE_EVENT’ 57 | TRACE_EVENT(consume_skb, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/skb.h:57:1: note: in expansion of macro ‘TRACE_EVENT’ 57 | TRACE_EVENT(consume_skb, | ^~~~~~~~~~~ ../include/trace/events/skb.h: In function ‘perf_trace_skb_copy_datagram_iovec’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/skb.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ 76 | TRACE_EVENT(skb_copy_datagram_iovec, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/skb.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ 76 | TRACE_EVENT(skb_copy_datagram_iovec, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/skb.h: In function ‘__bpf_trace_kfree_skb’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/skb.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ 24 | TRACE_EVENT(kfree_skb, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/skb.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ 24 | TRACE_EVENT(kfree_skb, | ^~~~~~~~~~~ ../include/trace/events/skb.h: In function ‘__bpf_trace_consume_skb’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/skb.h:57:1: note: in expansion of macro ‘TRACE_EVENT’ 57 | TRACE_EVENT(consume_skb, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/skb.h:57:1: note: in expansion of macro ‘TRACE_EVENT’ 57 | TRACE_EVENT(consume_skb, | ^~~~~~~~~~~ ../include/trace/events/skb.h: In function ‘__bpf_trace_skb_copy_datagram_iovec’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/skb.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ 76 | TRACE_EVENT(skb_copy_datagram_iovec, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/skb.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ 76 | TRACE_EVENT(skb_copy_datagram_iovec, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/net.h:319, from ../net/core/net-traces.c:31: ../include/trace/events/net.h: In function ‘trace_event_raw_event_net_dev_start_xmit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(net_dev_start_xmit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(net_dev_start_xmit, | ^~~~~~~~~~~ ../include/trace/events/net.h: In function ‘trace_event_raw_event_net_dev_xmit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ 72 | TRACE_EVENT(net_dev_xmit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ 72 | TRACE_EVENT(net_dev_xmit, | ^~~~~~~~~~~ ../include/trace/events/net.h: In function ‘trace_event_raw_event_net_dev_xmit_timeout’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ 99 | TRACE_EVENT(net_dev_xmit_timeout, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ 99 | TRACE_EVENT(net_dev_xmit_timeout, | ^~~~~~~~~~~ ../include/trace/events/net.h: In function ‘trace_event_raw_event_net_dev_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:122:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 122 | DECLARE_EVENT_CLASS(net_dev_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:122:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 122 | DECLARE_EVENT_CLASS(net_dev_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h: In function ‘trace_event_raw_event_net_dev_rx_verbose_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 165 | DECLARE_EVENT_CLASS(net_dev_rx_verbose_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 165 | DECLARE_EVENT_CLASS(net_dev_rx_verbose_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h: In function ‘trace_event_raw_event_net_dev_rx_exit_template’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:264:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 264 | DECLARE_EVENT_CLASS(net_dev_rx_exit_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:264:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 264 | DECLARE_EVENT_CLASS(net_dev_rx_exit_template, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/net.h: In function ‘perf_trace_net_dev_start_xmit’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(net_dev_start_xmit, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(net_dev_start_xmit, | ^~~~~~~~~~~ ../include/trace/events/net.h: In function ‘perf_trace_net_dev_xmit’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ 72 | TRACE_EVENT(net_dev_xmit, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ 72 | TRACE_EVENT(net_dev_xmit, | ^~~~~~~~~~~ ../include/trace/events/net.h: In function ‘perf_trace_net_dev_xmit_timeout’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ 99 | TRACE_EVENT(net_dev_xmit_timeout, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ 99 | TRACE_EVENT(net_dev_xmit_timeout, | ^~~~~~~~~~~ ../include/trace/events/net.h: In function ‘perf_trace_net_dev_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:122:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 122 | DECLARE_EVENT_CLASS(net_dev_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:122:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 122 | DECLARE_EVENT_CLASS(net_dev_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h: In function ‘perf_trace_net_dev_rx_verbose_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 165 | DECLARE_EVENT_CLASS(net_dev_rx_verbose_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 165 | DECLARE_EVENT_CLASS(net_dev_rx_verbose_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h: In function ‘perf_trace_net_dev_rx_exit_template’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:264:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 264 | DECLARE_EVENT_CLASS(net_dev_rx_exit_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:264:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 264 | DECLARE_EVENT_CLASS(net_dev_rx_exit_template, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/net.h: In function ‘__bpf_trace_net_dev_start_xmit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(net_dev_start_xmit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(net_dev_start_xmit, | ^~~~~~~~~~~ ../include/trace/events/net.h: In function ‘__bpf_trace_net_dev_xmit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ 72 | TRACE_EVENT(net_dev_xmit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ 72 | TRACE_EVENT(net_dev_xmit, | ^~~~~~~~~~~ ../include/trace/events/net.h: In function ‘__bpf_trace_net_dev_xmit_timeout’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ 99 | TRACE_EVENT(net_dev_xmit_timeout, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ 99 | TRACE_EVENT(net_dev_xmit_timeout, | ^~~~~~~~~~~ ../include/trace/events/net.h: In function ‘__bpf_trace_net_dev_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:122:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 122 | DECLARE_EVENT_CLASS(net_dev_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:122:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 122 | DECLARE_EVENT_CLASS(net_dev_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h: In function ‘__bpf_trace_net_dev_rx_verbose_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 165 | DECLARE_EVENT_CLASS(net_dev_rx_verbose_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 165 | DECLARE_EVENT_CLASS(net_dev_rx_verbose_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h: In function ‘__bpf_trace_net_dev_rx_exit_template’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:264:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 264 | DECLARE_EVENT_CLASS(net_dev_rx_exit_template, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/net.h:264:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 264 | DECLARE_EVENT_CLASS(net_dev_rx_exit_template, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/napi.h:77, from ../net/core/net-traces.c:32: ../include/trace/events/napi.h: In function ‘trace_event_raw_event_napi_poll’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/napi.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(napi_poll, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/napi.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(napi_poll, | ^~~~~~~~~~~ ../include/trace/events/napi.h: In function ‘trace_event_raw_event_dql_stall_detected’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/napi.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ 39 | TRACE_EVENT(dql_stall_detected, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/napi.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ 39 | TRACE_EVENT(dql_stall_detected, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/napi.h: In function ‘perf_trace_napi_poll’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/napi.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(napi_poll, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/napi.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(napi_poll, | ^~~~~~~~~~~ ../include/trace/events/napi.h: In function ‘perf_trace_dql_stall_detected’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/napi.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ 39 | TRACE_EVENT(dql_stall_detected, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/napi.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ 39 | TRACE_EVENT(dql_stall_detected, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/napi.h: In function ‘__bpf_trace_napi_poll’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/napi.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(napi_poll, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/napi.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(napi_poll, | ^~~~~~~~~~~ ../include/trace/events/napi.h: In function ‘__bpf_trace_dql_stall_detected’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/napi.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ 39 | TRACE_EVENT(dql_stall_detected, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/napi.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ 39 | TRACE_EVENT(dql_stall_detected, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/sock.h:313, from ../net/core/net-traces.c:33: ../include/trace/events/sock.h: In function ‘trace_event_raw_event_sock_rcvqueue_full’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ 72 | TRACE_EVENT(sock_rcvqueue_full, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ 72 | TRACE_EVENT(sock_rcvqueue_full, | ^~~~~~~~~~~ ../include/trace/events/sock.h: In function ‘trace_event_raw_event_sock_exceed_buf_limit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(sock_exceed_buf_limit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(sock_exceed_buf_limit, | ^~~~~~~~~~~ ../include/trace/events/sock.h: In function ‘trace_event_raw_event_inet_sock_set_state’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ 141 | TRACE_EVENT(inet_sock_set_state, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ 141 | TRACE_EVENT(inet_sock_set_state, | ^~~~~~~~~~~ ../include/trace/events/sock.h: In function ‘trace_event_raw_event_inet_sk_error_report’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:194:1: note: in expansion of macro ‘TRACE_EVENT’ 194 | TRACE_EVENT(inet_sk_error_report, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:194:1: note: in expansion of macro ‘TRACE_EVENT’ 194 | TRACE_EVENT(inet_sk_error_report, | ^~~~~~~~~~~ ../include/trace/events/sock.h: In function ‘trace_event_raw_event_sk_data_ready’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:241:1: note: in expansion of macro ‘TRACE_EVENT’ 241 | TRACE_EVENT(sk_data_ready, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:241:1: note: in expansion of macro ‘TRACE_EVENT’ 241 | TRACE_EVENT(sk_data_ready, | ^~~~~~~~~~~ ../include/trace/events/sock.h: In function ‘trace_event_raw_event_sock_msg_length’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:268:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 268 | DECLARE_EVENT_CLASS(sock_msg_length, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:268:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 268 | DECLARE_EVENT_CLASS(sock_msg_length, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/sock.h: In function ‘perf_trace_sock_rcvqueue_full’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ 72 | TRACE_EVENT(sock_rcvqueue_full, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ 72 | TRACE_EVENT(sock_rcvqueue_full, | ^~~~~~~~~~~ ../include/trace/events/sock.h: In function ‘perf_trace_sock_exceed_buf_limit’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(sock_exceed_buf_limit, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(sock_exceed_buf_limit, | ^~~~~~~~~~~ ../include/trace/events/sock.h: In function ‘perf_trace_inet_sock_set_state’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ 141 | TRACE_EVENT(inet_sock_set_state, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ 141 | TRACE_EVENT(inet_sock_set_state, | ^~~~~~~~~~~ ../include/trace/events/sock.h: In function ‘perf_trace_inet_sk_error_report’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:194:1: note: in expansion of macro ‘TRACE_EVENT’ 194 | TRACE_EVENT(inet_sk_error_report, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:194:1: note: in expansion of macro ‘TRACE_EVENT’ 194 | TRACE_EVENT(inet_sk_error_report, | ^~~~~~~~~~~ ../include/trace/events/sock.h: In function ‘perf_trace_sk_data_ready’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:241:1: note: in expansion of macro ‘TRACE_EVENT’ 241 | TRACE_EVENT(sk_data_ready, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:241:1: note: in expansion of macro ‘TRACE_EVENT’ 241 | TRACE_EVENT(sk_data_ready, | ^~~~~~~~~~~ ../include/trace/events/sock.h: In function ‘perf_trace_sock_msg_length’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:268:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 268 | DECLARE_EVENT_CLASS(sock_msg_length, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:268:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 268 | DECLARE_EVENT_CLASS(sock_msg_length, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/sock.h: In function ‘__bpf_trace_sock_rcvqueue_full’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ 72 | TRACE_EVENT(sock_rcvqueue_full, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ 72 | TRACE_EVENT(sock_rcvqueue_full, | ^~~~~~~~~~~ ../include/trace/events/sock.h: In function ‘__bpf_trace_sock_exceed_buf_limit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(sock_exceed_buf_limit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(sock_exceed_buf_limit, | ^~~~~~~~~~~ ../include/trace/events/sock.h: In function ‘__bpf_trace_inet_sock_set_state’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ 141 | TRACE_EVENT(inet_sock_set_state, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ 141 | TRACE_EVENT(inet_sock_set_state, | ^~~~~~~~~~~ ../include/trace/events/sock.h: In function ‘__bpf_trace_inet_sk_error_report’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:194:1: note: in expansion of macro ‘TRACE_EVENT’ 194 | TRACE_EVENT(inet_sk_error_report, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:194:1: note: in expansion of macro ‘TRACE_EVENT’ 194 | TRACE_EVENT(inet_sk_error_report, | ^~~~~~~~~~~ ../include/trace/events/sock.h: In function ‘__bpf_trace_sk_data_ready’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:241:1: note: in expansion of macro ‘TRACE_EVENT’ 241 | TRACE_EVENT(sk_data_ready, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:241:1: note: in expansion of macro ‘TRACE_EVENT’ 241 | TRACE_EVENT(sk_data_ready, | ^~~~~~~~~~~ ../include/trace/events/sock.h: In function ‘__bpf_trace_sock_msg_length’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:268:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 268 | DECLARE_EVENT_CLASS(sock_msg_length, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sock.h:268:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 268 | DECLARE_EVENT_CLASS(sock_msg_length, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/udp.h:52, from ../net/core/net-traces.c:34: ../include/trace/events/udp.h: In function ‘trace_event_raw_event_udp_fail_queue_rcv_skb’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/udp.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(udp_fail_queue_rcv_skb, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/udp.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(udp_fail_queue_rcv_skb, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/udp.h: In function ‘perf_trace_udp_fail_queue_rcv_skb’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/udp.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(udp_fail_queue_rcv_skb, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/udp.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(udp_fail_queue_rcv_skb, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/udp.h: In function ‘__bpf_trace_udp_fail_queue_rcv_skb’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/udp.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(udp_fail_queue_rcv_skb, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/udp.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(udp_fail_queue_rcv_skb, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/tcp.h:734, from ../net/core/net-traces.c:35: ../include/trace/events/tcp.h: In function ‘trace_event_raw_event_tcp_event_sk_skb’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 22 | DECLARE_EVENT_CLASS(tcp_event_sk_skb, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 22 | DECLARE_EVENT_CLASS(tcp_event_sk_skb, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘trace_event_raw_event_tcp_send_reset’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:91:1: note: in expansion of macro ‘TRACE_EVENT’ 91 | TRACE_EVENT(tcp_send_reset, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:91:1: note: in expansion of macro ‘TRACE_EVENT’ 91 | TRACE_EVENT(tcp_send_reset, | ^~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘trace_event_raw_event_tcp_event_sk’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:147:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 147 | DECLARE_EVENT_CLASS(tcp_event_sk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:147:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 147 | DECLARE_EVENT_CLASS(tcp_event_sk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘trace_event_raw_event_tcp_retransmit_synack’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ 216 | TRACE_EVENT(tcp_retransmit_synack, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ 216 | TRACE_EVENT(tcp_retransmit_synack, | ^~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘trace_event_raw_event_tcp_probe’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:264:1: note: in expansion of macro ‘TRACE_EVENT’ 264 | TRACE_EVENT(tcp_probe, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:264:1: note: in expansion of macro ‘TRACE_EVENT’ 264 | TRACE_EVENT(tcp_probe, | ^~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘trace_event_raw_event_tcp_event_skb’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:333:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 333 | DECLARE_EVENT_CLASS(tcp_event_skb, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:333:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 333 | DECLARE_EVENT_CLASS(tcp_event_skb, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘trace_event_raw_event_tcp_cong_state_set’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:366:1: note: in expansion of macro ‘TRACE_EVENT’ 366 | TRACE_EVENT(tcp_cong_state_set, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:366:1: note: in expansion of macro ‘TRACE_EVENT’ 366 | TRACE_EVENT(tcp_cong_state_set, | ^~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘trace_event_raw_event_tcp_hash_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:414:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 414 | DECLARE_EVENT_CLASS(tcp_hash_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:414:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 414 | DECLARE_EVENT_CLASS(tcp_hash_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘trace_event_raw_event_tcp_ao_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:510:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 510 | DECLARE_EVENT_CLASS(tcp_ao_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:510:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 510 | DECLARE_EVENT_CLASS(tcp_ao_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘trace_event_raw_event_tcp_ao_event_sk’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:616:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 616 | DECLARE_EVENT_CLASS(tcp_ao_event_sk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:616:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 616 | DECLARE_EVENT_CLASS(tcp_ao_event_sk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘trace_event_raw_event_tcp_ao_event_sne’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:672:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 672 | DECLARE_EVENT_CLASS(tcp_ao_event_sne, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:672:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 672 | DECLARE_EVENT_CLASS(tcp_ao_event_sne, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/tcp.h: In function ‘perf_trace_tcp_event_sk_skb’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 22 | DECLARE_EVENT_CLASS(tcp_event_sk_skb, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 22 | DECLARE_EVENT_CLASS(tcp_event_sk_skb, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘perf_trace_tcp_send_reset’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:91:1: note: in expansion of macro ‘TRACE_EVENT’ 91 | TRACE_EVENT(tcp_send_reset, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:91:1: note: in expansion of macro ‘TRACE_EVENT’ 91 | TRACE_EVENT(tcp_send_reset, | ^~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘perf_trace_tcp_event_sk’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:147:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 147 | DECLARE_EVENT_CLASS(tcp_event_sk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:147:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 147 | DECLARE_EVENT_CLASS(tcp_event_sk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘perf_trace_tcp_retransmit_synack’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ 216 | TRACE_EVENT(tcp_retransmit_synack, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ 216 | TRACE_EVENT(tcp_retransmit_synack, | ^~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘perf_trace_tcp_probe’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:264:1: note: in expansion of macro ‘TRACE_EVENT’ 264 | TRACE_EVENT(tcp_probe, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:264:1: note: in expansion of macro ‘TRACE_EVENT’ 264 | TRACE_EVENT(tcp_probe, | ^~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘perf_trace_tcp_event_skb’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:333:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 333 | DECLARE_EVENT_CLASS(tcp_event_skb, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:333:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 333 | DECLARE_EVENT_CLASS(tcp_event_skb, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘perf_trace_tcp_cong_state_set’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:366:1: note: in expansion of macro ‘TRACE_EVENT’ 366 | TRACE_EVENT(tcp_cong_state_set, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:366:1: note: in expansion of macro ‘TRACE_EVENT’ 366 | TRACE_EVENT(tcp_cong_state_set, | ^~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘perf_trace_tcp_hash_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:414:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 414 | DECLARE_EVENT_CLASS(tcp_hash_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:414:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 414 | DECLARE_EVENT_CLASS(tcp_hash_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘perf_trace_tcp_ao_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:510:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 510 | DECLARE_EVENT_CLASS(tcp_ao_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:510:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 510 | DECLARE_EVENT_CLASS(tcp_ao_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘perf_trace_tcp_ao_event_sk’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:616:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 616 | DECLARE_EVENT_CLASS(tcp_ao_event_sk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:616:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 616 | DECLARE_EVENT_CLASS(tcp_ao_event_sk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘perf_trace_tcp_ao_event_sne’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:672:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 672 | DECLARE_EVENT_CLASS(tcp_ao_event_sne, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:672:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 672 | DECLARE_EVENT_CLASS(tcp_ao_event_sne, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/tcp.h: In function ‘__bpf_trace_tcp_event_sk_skb’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 22 | DECLARE_EVENT_CLASS(tcp_event_sk_skb, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 22 | DECLARE_EVENT_CLASS(tcp_event_sk_skb, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘__bpf_trace_tcp_send_reset’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:91:1: note: in expansion of macro ‘TRACE_EVENT’ 91 | TRACE_EVENT(tcp_send_reset, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:91:1: note: in expansion of macro ‘TRACE_EVENT’ 91 | TRACE_EVENT(tcp_send_reset, | ^~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘__bpf_trace_tcp_event_sk’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:147:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 147 | DECLARE_EVENT_CLASS(tcp_event_sk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:147:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 147 | DECLARE_EVENT_CLASS(tcp_event_sk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘__bpf_trace_tcp_retransmit_synack’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ 216 | TRACE_EVENT(tcp_retransmit_synack, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ 216 | TRACE_EVENT(tcp_retransmit_synack, | ^~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘__bpf_trace_tcp_probe’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:264:1: note: in expansion of macro ‘TRACE_EVENT’ 264 | TRACE_EVENT(tcp_probe, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:264:1: note: in expansion of macro ‘TRACE_EVENT’ 264 | TRACE_EVENT(tcp_probe, | ^~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘__bpf_trace_tcp_event_skb’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:333:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 333 | DECLARE_EVENT_CLASS(tcp_event_skb, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:333:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 333 | DECLARE_EVENT_CLASS(tcp_event_skb, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘__bpf_trace_tcp_cong_state_set’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:366:1: note: in expansion of macro ‘TRACE_EVENT’ 366 | TRACE_EVENT(tcp_cong_state_set, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:366:1: note: in expansion of macro ‘TRACE_EVENT’ 366 | TRACE_EVENT(tcp_cong_state_set, | ^~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘__bpf_trace_tcp_hash_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:414:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 414 | DECLARE_EVENT_CLASS(tcp_hash_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:414:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 414 | DECLARE_EVENT_CLASS(tcp_hash_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘__bpf_trace_tcp_ao_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:510:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 510 | DECLARE_EVENT_CLASS(tcp_ao_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:510:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 510 | DECLARE_EVENT_CLASS(tcp_ao_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘__bpf_trace_tcp_ao_event_sk’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:616:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 616 | DECLARE_EVENT_CLASS(tcp_ao_event_sk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:616:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 616 | DECLARE_EVENT_CLASS(tcp_ao_event_sk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h: In function ‘__bpf_trace_tcp_ao_event_sne’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:672:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 672 | DECLARE_EVENT_CLASS(tcp_ao_event_sne, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/tcp.h:672:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 672 | DECLARE_EVENT_CLASS(tcp_ao_event_sne, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/fib.h:102, from ../net/core/net-traces.c:36: ../include/trace/events/fib.h: In function ‘trace_event_raw_event_fib_table_lookup’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fib.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(fib_table_lookup, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fib.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(fib_table_lookup, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/fib.h: In function ‘perf_trace_fib_table_lookup’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fib.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(fib_table_lookup, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fib.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(fib_table_lookup, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/fib.h: In function ‘__bpf_trace_fib_table_lookup’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fib.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(fib_table_lookup, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/fib.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ 13 | TRACE_EVENT(fib_table_lookup, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/qdisc.h:153, from ../net/core/net-traces.c:37: ../include/trace/events/qdisc.h: In function ‘trace_event_raw_event_qdisc_dequeue’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(qdisc_dequeue, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(qdisc_dequeue, | ^~~~~~~~~~~ ../include/trace/events/qdisc.h: In function ‘trace_event_raw_event_qdisc_enqueue’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(qdisc_enqueue, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(qdisc_enqueue, | ^~~~~~~~~~~ ../include/trace/events/qdisc.h: In function ‘trace_event_raw_event_qdisc_reset’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ 77 | TRACE_EVENT(qdisc_reset, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ 77 | TRACE_EVENT(qdisc_reset, | ^~~~~~~~~~~ ../include/trace/events/qdisc.h: In function ‘trace_event_raw_event_qdisc_destroy’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:102:1: note: in expansion of macro ‘TRACE_EVENT’ 102 | TRACE_EVENT(qdisc_destroy, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:102:1: note: in expansion of macro ‘TRACE_EVENT’ 102 | TRACE_EVENT(qdisc_destroy, | ^~~~~~~~~~~ ../include/trace/events/qdisc.h: In function ‘trace_event_raw_event_qdisc_create’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:127:1: note: in expansion of macro ‘TRACE_EVENT’ 127 | TRACE_EVENT(qdisc_create, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:127:1: note: in expansion of macro ‘TRACE_EVENT’ 127 | TRACE_EVENT(qdisc_create, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/qdisc.h: In function ‘perf_trace_qdisc_dequeue’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(qdisc_dequeue, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(qdisc_dequeue, | ^~~~~~~~~~~ ../include/trace/events/qdisc.h: In function ‘perf_trace_qdisc_enqueue’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(qdisc_enqueue, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(qdisc_enqueue, | ^~~~~~~~~~~ ../include/trace/events/qdisc.h: In function ‘perf_trace_qdisc_reset’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ 77 | TRACE_EVENT(qdisc_reset, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ 77 | TRACE_EVENT(qdisc_reset, | ^~~~~~~~~~~ ../include/trace/events/qdisc.h: In function ‘perf_trace_qdisc_destroy’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:102:1: note: in expansion of macro ‘TRACE_EVENT’ 102 | TRACE_EVENT(qdisc_destroy, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:102:1: note: in expansion of macro ‘TRACE_EVENT’ 102 | TRACE_EVENT(qdisc_destroy, | ^~~~~~~~~~~ ../include/trace/events/qdisc.h: In function ‘perf_trace_qdisc_create’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:127:1: note: in expansion of macro ‘TRACE_EVENT’ 127 | TRACE_EVENT(qdisc_create, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:127:1: note: in expansion of macro ‘TRACE_EVENT’ 127 | TRACE_EVENT(qdisc_create, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/qdisc.h: In function ‘__bpf_trace_qdisc_dequeue’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(qdisc_dequeue, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(qdisc_dequeue, | ^~~~~~~~~~~ ../include/trace/events/qdisc.h: In function ‘__bpf_trace_qdisc_enqueue’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(qdisc_enqueue, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ 49 | TRACE_EVENT(qdisc_enqueue, | ^~~~~~~~~~~ ../include/trace/events/qdisc.h: In function ‘__bpf_trace_qdisc_reset’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ 77 | TRACE_EVENT(qdisc_reset, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ 77 | TRACE_EVENT(qdisc_reset, | ^~~~~~~~~~~ ../include/trace/events/qdisc.h: In function ‘__bpf_trace_qdisc_destroy’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:102:1: note: in expansion of macro ‘TRACE_EVENT’ 102 | TRACE_EVENT(qdisc_destroy, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:102:1: note: in expansion of macro ‘TRACE_EVENT’ 102 | TRACE_EVENT(qdisc_destroy, | ^~~~~~~~~~~ ../include/trace/events/qdisc.h: In function ‘__bpf_trace_qdisc_create’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:127:1: note: in expansion of macro ‘TRACE_EVENT’ 127 | TRACE_EVENT(qdisc_create, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/qdisc.h:127:1: note: in expansion of macro ‘TRACE_EVENT’ 127 | TRACE_EVENT(qdisc_create, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/bridge.h:187, from ../net/core/net-traces.c:39: ../include/trace/events/bridge.h: In function ‘trace_event_raw_event_br_fdb_add’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(br_fdb_add, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(br_fdb_add, | ^~~~~~~~~~~ ../include/trace/events/bridge.h: In function ‘trace_event_raw_event_br_fdb_external_learn_add’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ 42 | TRACE_EVENT(br_fdb_external_learn_add, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ 42 | TRACE_EVENT(br_fdb_external_learn_add, | ^~~~~~~~~~~ ../include/trace/events/bridge.h: In function ‘trace_event_raw_event_fdb_delete’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ 69 | TRACE_EVENT(fdb_delete, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ 69 | TRACE_EVENT(fdb_delete, | ^~~~~~~~~~~ ../include/trace/events/bridge.h: In function ‘trace_event_raw_event_br_fdb_update’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:95:1: note: in expansion of macro ‘TRACE_EVENT’ 95 | TRACE_EVENT(br_fdb_update, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:95:1: note: in expansion of macro ‘TRACE_EVENT’ 95 | TRACE_EVENT(br_fdb_update, | ^~~~~~~~~~~ ../include/trace/events/bridge.h: In function ‘trace_event_raw_event_br_mdb_full’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:125:1: note: in expansion of macro ‘TRACE_EVENT’ 125 | TRACE_EVENT(br_mdb_full, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:125:1: note: in expansion of macro ‘TRACE_EVENT’ 125 | TRACE_EVENT(br_mdb_full, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/bridge.h: In function ‘perf_trace_br_fdb_add’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(br_fdb_add, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(br_fdb_add, | ^~~~~~~~~~~ ../include/trace/events/bridge.h: In function ‘perf_trace_br_fdb_external_learn_add’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ 42 | TRACE_EVENT(br_fdb_external_learn_add, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ 42 | TRACE_EVENT(br_fdb_external_learn_add, | ^~~~~~~~~~~ ../include/trace/events/bridge.h: In function ‘perf_trace_fdb_delete’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ 69 | TRACE_EVENT(fdb_delete, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ 69 | TRACE_EVENT(fdb_delete, | ^~~~~~~~~~~ ../include/trace/events/bridge.h: In function ‘perf_trace_br_fdb_update’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:95:1: note: in expansion of macro ‘TRACE_EVENT’ 95 | TRACE_EVENT(br_fdb_update, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:95:1: note: in expansion of macro ‘TRACE_EVENT’ 95 | TRACE_EVENT(br_fdb_update, | ^~~~~~~~~~~ ../include/trace/events/bridge.h: In function ‘perf_trace_br_mdb_full’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:125:1: note: in expansion of macro ‘TRACE_EVENT’ 125 | TRACE_EVENT(br_mdb_full, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:125:1: note: in expansion of macro ‘TRACE_EVENT’ 125 | TRACE_EVENT(br_mdb_full, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/bridge.h: In function ‘__bpf_trace_br_fdb_add’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(br_fdb_add, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ 12 | TRACE_EVENT(br_fdb_add, | ^~~~~~~~~~~ ../include/trace/events/bridge.h: In function ‘__bpf_trace_br_fdb_external_learn_add’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ 42 | TRACE_EVENT(br_fdb_external_learn_add, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ 42 | TRACE_EVENT(br_fdb_external_learn_add, | ^~~~~~~~~~~ ../include/trace/events/bridge.h: In function ‘__bpf_trace_fdb_delete’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ 69 | TRACE_EVENT(fdb_delete, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ 69 | TRACE_EVENT(fdb_delete, | ^~~~~~~~~~~ ../include/trace/events/bridge.h: In function ‘__bpf_trace_br_fdb_update’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:95:1: note: in expansion of macro ‘TRACE_EVENT’ 95 | TRACE_EVENT(br_fdb_update, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:95:1: note: in expansion of macro ‘TRACE_EVENT’ 95 | TRACE_EVENT(br_fdb_update, | ^~~~~~~~~~~ ../include/trace/events/bridge.h: In function ‘__bpf_trace_br_mdb_full’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:125:1: note: in expansion of macro ‘TRACE_EVENT’ 125 | TRACE_EVENT(br_mdb_full, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/bridge.h:125:1: note: in expansion of macro ‘TRACE_EVENT’ 125 | TRACE_EVENT(br_mdb_full, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/page_pool.h:119, from ../net/core/net-traces.c:48: ../include/trace/events/page_pool.h: In function ‘trace_event_raw_event_page_pool_release’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/page_pool.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(page_pool_release, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/page_pool.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(page_pool_release, | ^~~~~~~~~~~ ../include/trace/events/page_pool.h: In function ‘trace_event_raw_event_page_pool_state_release’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/page_pool.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ 42 | TRACE_EVENT(page_pool_state_release, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/page_pool.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ 42 | TRACE_EVENT(page_pool_state_release, | ^~~~~~~~~~~ ../include/trace/events/page_pool.h: In function ‘trace_event_raw_event_page_pool_state_hold’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/page_pool.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ 68 | TRACE_EVENT(page_pool_state_hold, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/page_pool.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ 68 | TRACE_EVENT(page_pool_state_hold, | ^~~~~~~~~~~ ../include/trace/events/page_pool.h: In function ‘trace_event_raw_event_page_pool_update_nid’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/page_pool.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(page_pool_update_nid, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/page_pool.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(page_pool_update_nid, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/page_pool.h: In function ‘perf_trace_page_pool_release’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/page_pool.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(page_pool_release, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/page_pool.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(page_pool_release, | ^~~~~~~~~~~ ../include/trace/events/page_pool.h: In function ‘perf_trace_page_pool_state_release’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/page_pool.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ 42 | TRACE_EVENT(page_pool_state_release, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/page_pool.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ 42 | TRACE_EVENT(page_pool_state_release, | ^~~~~~~~~~~ ../include/trace/events/page_pool.h: In function ‘perf_trace_page_pool_state_hold’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/page_pool.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ 68 | TRACE_EVENT(page_pool_state_hold, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/page_pool.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ 68 | TRACE_EVENT(page_pool_state_hold, | ^~~~~~~~~~~ ../include/trace/events/page_pool.h: In function ‘perf_trace_page_pool_update_nid’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/page_pool.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(page_pool_update_nid, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/page_pool.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(page_pool_update_nid, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/page_pool.h: In function ‘__bpf_trace_page_pool_release’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/page_pool.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(page_pool_release, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/page_pool.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ 14 | TRACE_EVENT(page_pool_release, | ^~~~~~~~~~~ ../include/trace/events/page_pool.h: In function ‘__bpf_trace_page_pool_state_release’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/page_pool.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ 42 | TRACE_EVENT(page_pool_state_release, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/page_pool.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ 42 | TRACE_EVENT(page_pool_state_release, | ^~~~~~~~~~~ ../include/trace/events/page_pool.h: In function ‘__bpf_trace_page_pool_state_hold’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/page_pool.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ 68 | TRACE_EVENT(page_pool_state_hold, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/page_pool.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ 68 | TRACE_EVENT(page_pool_state_hold, | ^~~~~~~~~~~ ../include/trace/events/page_pool.h: In function ‘__bpf_trace_page_pool_update_nid’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/page_pool.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(page_pool_update_nid, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/page_pool.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ 94 | TRACE_EVENT(page_pool_update_nid, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/neigh.h:255, from ../net/core/net-traces.c:51: ../include/trace/events/neigh.h: In function ‘trace_event_raw_event_neigh_create’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/neigh.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ 23 | TRACE_EVENT(neigh_create, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/neigh.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ 23 | TRACE_EVENT(neigh_create, | ^~~~~~~~~~~ ../include/trace/events/neigh.h: In function ‘trace_event_raw_event_neigh_update’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/neigh.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ 72 | TRACE_EVENT(neigh_update, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/neigh.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ 72 | TRACE_EVENT(neigh_update, | ^~~~~~~~~~~ ../include/trace/events/neigh.h: In function ‘trace_event_raw_event_neigh__update’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/neigh.h:156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 156 | DECLARE_EVENT_CLASS(neigh__update, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/neigh.h:156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 156 | DECLARE_EVENT_CLASS(neigh__update, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/neigh.h: In function ‘perf_trace_neigh_create’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/neigh.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ 23 | TRACE_EVENT(neigh_create, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/neigh.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ 23 | TRACE_EVENT(neigh_create, | ^~~~~~~~~~~ ../include/trace/events/neigh.h: In function ‘perf_trace_neigh_update’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/neigh.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ 72 | TRACE_EVENT(neigh_update, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/neigh.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ 72 | TRACE_EVENT(neigh_update, | ^~~~~~~~~~~ ../include/trace/events/neigh.h: In function ‘perf_trace_neigh__update’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/neigh.h:156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 156 | DECLARE_EVENT_CLASS(neigh__update, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/neigh.h:156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 156 | DECLARE_EVENT_CLASS(neigh__update, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/neigh.h: In function ‘__bpf_trace_neigh_create’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/neigh.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ 23 | TRACE_EVENT(neigh_create, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/neigh.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ 23 | TRACE_EVENT(neigh_create, | ^~~~~~~~~~~ ../include/trace/events/neigh.h: In function ‘__bpf_trace_neigh_update’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/neigh.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ 72 | TRACE_EVENT(neigh_update, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/neigh.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ 72 | TRACE_EVENT(neigh_update, | ^~~~~~~~~~~ ../include/trace/events/neigh.h: In function ‘__bpf_trace_neigh__update’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/neigh.h:156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 156 | DECLARE_EVENT_CLASS(neigh__update, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/neigh.h:156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 156 | DECLARE_EVENT_CLASS(neigh__update, | ^~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: net/core/net-traces.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: net/core] Error 2 In file included from ../include/trace/define_trace.h:108, from ../fs/bcachefs/trace.h:1450, from ../fs/bcachefs/trace.c:18: ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_bpos’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:20:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 20 | DECLARE_EVENT_CLASS(bpos, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:20:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 20 | DECLARE_EVENT_CLASS(bpos, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:20:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 20 | DECLARE_EVENT_CLASS(bpos, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:20:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 20 | DECLARE_EVENT_CLASS(bpos, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:20:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 20 | DECLARE_EVENT_CLASS(bpos, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_fs_str’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 35 | DECLARE_EVENT_CLASS(fs_str, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 35 | DECLARE_EVENT_CLASS(fs_str, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_trans_str’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 52 | DECLARE_EVENT_CLASS(trans_str, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 52 | DECLARE_EVENT_CLASS(trans_str, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_trans_str_nocaller’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:75:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 75 | DECLARE_EVENT_CLASS(trans_str_nocaller, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:75:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 75 | DECLARE_EVENT_CLASS(trans_str_nocaller, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_btree_node_nofs’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:96:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 96 | DECLARE_EVENT_CLASS(btree_node_nofs, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:96:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 96 | DECLARE_EVENT_CLASS(btree_node_nofs, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_btree_node’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:121:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 121 | DECLARE_EVENT_CLASS(btree_node, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:121:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 121 | DECLARE_EVENT_CLASS(btree_node, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_bch_fs’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 148 | DECLARE_EVENT_CLASS(bch_fs, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 148 | DECLARE_EVENT_CLASS(bch_fs, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_btree_trans’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:163:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 163 | DECLARE_EVENT_CLASS(btree_trans, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:163:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 163 | DECLARE_EVENT_CLASS(btree_trans, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_bio’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 180 | DECLARE_EVENT_CLASS(bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 180 | DECLARE_EVENT_CLASS(bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_bch2_sync_fs’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:204:1: note: in expansion of macro ‘TRACE_EVENT’ 204 | TRACE_EVENT(bch2_sync_fs, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:204:1: note: in expansion of macro ‘TRACE_EVENT’ 204 | TRACE_EVENT(bch2_sync_fs, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_bch2_fsync’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:226:1: note: in expansion of macro ‘TRACE_EVENT’ 226 | TRACE_EVENT(bch2_fsync, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:226:1: note: in expansion of macro ‘TRACE_EVENT’ 226 | TRACE_EVENT(bch2_fsync, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_write_super’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:254:1: note: in expansion of macro ‘TRACE_EVENT’ 254 | TRACE_EVENT(write_super, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:254:1: note: in expansion of macro ‘TRACE_EVENT’ 254 | TRACE_EVENT(write_super, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_read_nopromote’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:280:1: note: in expansion of macro ‘TRACE_EVENT’ 280 | TRACE_EVENT(read_nopromote, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:280:1: note: in expansion of macro ‘TRACE_EVENT’ 280 | TRACE_EVENT(read_nopromote, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_journal_reclaim_start’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:341:1: note: in expansion of macro ‘TRACE_EVENT’ 341 | TRACE_EVENT(journal_reclaim_start, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:341:1: note: in expansion of macro ‘TRACE_EVENT’ 341 | TRACE_EVENT(journal_reclaim_start, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_journal_reclaim_finish’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:386:1: note: in expansion of macro ‘TRACE_EVENT’ 386 | TRACE_EVENT(journal_reclaim_finish, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:386:1: note: in expansion of macro ‘TRACE_EVENT’ 386 | TRACE_EVENT(journal_reclaim_finish, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_btree_cache_scan’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ 414 | TRACE_EVENT(btree_cache_scan, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ 414 | TRACE_EVENT(btree_cache_scan, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_btree_node_write’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:466:1: note: in expansion of macro ‘TRACE_EVENT’ 466 | TRACE_EVENT(btree_node_write, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:466:1: note: in expansion of macro ‘TRACE_EVENT’ 466 | TRACE_EVENT(btree_node_write, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_btree_reserve_get_fail’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:496:1: note: in expansion of macro ‘TRACE_EVENT’ 496 | TRACE_EVENT(btree_reserve_get_fail, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:496:1: note: in expansion of macro ‘TRACE_EVENT’ 496 | TRACE_EVENT(btree_reserve_get_fail, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_btree_path_relock_fail’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:549:1: note: in expansion of macro ‘TRACE_EVENT’ 549 | TRACE_EVENT(btree_path_relock_fail, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:549:1: note: in expansion of macro ‘TRACE_EVENT’ 549 | TRACE_EVENT(btree_path_relock_fail, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_btree_path_upgrade_fail’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:616:1: note: in expansion of macro ‘TRACE_EVENT’ 616 | TRACE_EVENT(btree_path_upgrade_fail, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:616:1: note: in expansion of macro ‘TRACE_EVENT’ 616 | TRACE_EVENT(btree_path_upgrade_fail, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_discard_buckets’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:701:1: note: in expansion of macro ‘TRACE_EVENT’ 701 | TRACE_EVENT(discard_buckets, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:701:1: note: in expansion of macro ‘TRACE_EVENT’ 701 | TRACE_EVENT(discard_buckets, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_bucket_invalidate’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:733:1: note: in expansion of macro ‘TRACE_EVENT’ 733 | TRACE_EVENT(bucket_invalidate, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:733:1: note: in expansion of macro ‘TRACE_EVENT’ 733 | TRACE_EVENT(bucket_invalidate, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_bucket_evacuate’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:759:1: note: in expansion of macro ‘TRACE_EVENT’ 759 | TRACE_EVENT(bucket_evacuate, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:759:1: note: in expansion of macro ‘TRACE_EVENT’ 759 | TRACE_EVENT(bucket_evacuate, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_move_data’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ 810 | TRACE_EVENT(move_data, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ 810 | TRACE_EVENT(move_data, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_evacuate_bucket’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:843:1: note: in expansion of macro ‘TRACE_EVENT’ 843 | TRACE_EVENT(evacuate_bucket, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:843:1: note: in expansion of macro ‘TRACE_EVENT’ 843 | TRACE_EVENT(evacuate_bucket, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_copygc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:876:1: note: in expansion of macro ‘TRACE_EVENT’ 876 | TRACE_EVENT(copygc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:876:1: note: in expansion of macro ‘TRACE_EVENT’ 876 | TRACE_EVENT(copygc, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_copygc_wait’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:906:1: note: in expansion of macro ‘TRACE_EVENT’ 906 | TRACE_EVENT(copygc_wait, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:906:1: note: in expansion of macro ‘TRACE_EVENT’ 906 | TRACE_EVENT(copygc_wait, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_transaction_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:930:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 930 | DECLARE_EVENT_CLASS(transaction_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:930:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 930 | DECLARE_EVENT_CLASS(transaction_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_trans_restart_split_race’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:960:1: note: in expansion of macro ‘TRACE_EVENT’ 960 | TRACE_EVENT(trans_restart_split_race, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:960:1: note: in expansion of macro ‘TRACE_EVENT’ 960 | TRACE_EVENT(trans_restart_split_race, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_trans_blocked_journal_reclaim’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:991:1: note: in expansion of macro ‘TRACE_EVENT’ 991 | TRACE_EVENT(trans_blocked_journal_reclaim, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:991:1: note: in expansion of macro ‘TRACE_EVENT’ 991 | TRACE_EVENT(trans_blocked_journal_reclaim, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_trans_restart_journal_preres_get’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1020:1: note: in expansion of macro ‘TRACE_EVENT’ 1020 | TRACE_EVENT(trans_restart_journal_preres_get, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1020:1: note: in expansion of macro ‘TRACE_EVENT’ 1020 | TRACE_EVENT(trans_restart_journal_preres_get, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_transaction_restart_iter’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1068:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1068 | DECLARE_EVENT_CLASS(transaction_restart_iter, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1068:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1068 | DECLARE_EVENT_CLASS(transaction_restart_iter, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_trans_restart_upgrade’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1111:1: note: in expansion of macro ‘TRACE_EVENT’ 1111 | TRACE_EVENT(trans_restart_upgrade, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1111:1: note: in expansion of macro ‘TRACE_EVENT’ 1111 | TRACE_EVENT(trans_restart_upgrade, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_trans_restart_would_deadlock_write’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1237:1: note: in expansion of macro ‘TRACE_EVENT’ 1237 | TRACE_EVENT(trans_restart_would_deadlock_write, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1237:1: note: in expansion of macro ‘TRACE_EVENT’ 1237 | TRACE_EVENT(trans_restart_would_deadlock_write, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_trans_restart_mem_realloced’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1252:1: note: in expansion of macro ‘TRACE_EVENT’ 1252 | TRACE_EVENT(trans_restart_mem_realloced, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1252:1: note: in expansion of macro ‘TRACE_EVENT’ 1252 | TRACE_EVENT(trans_restart_mem_realloced, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_trans_restart_key_cache_key_realloced’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1276:1: note: in expansion of macro ‘TRACE_EVENT’ 1276 | TRACE_EVENT(trans_restart_key_cache_key_realloced, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1276:1: note: in expansion of macro ‘TRACE_EVENT’ 1276 | TRACE_EVENT(trans_restart_key_cache_key_realloced, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_path_downgrade’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1314:1: note: in expansion of macro ‘TRACE_EVENT’ 1314 | TRACE_EVENT(path_downgrade, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1314:1: note: in expansion of macro ‘TRACE_EVENT’ 1314 | TRACE_EVENT(path_downgrade, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_write_buffer_flush’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1356:1: note: in expansion of macro ‘TRACE_EVENT’ 1356 | TRACE_EVENT(write_buffer_flush, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1356:1: note: in expansion of macro ‘TRACE_EVENT’ 1356 | TRACE_EVENT(write_buffer_flush, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_write_buffer_flush_sync’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1378:1: note: in expansion of macro ‘TRACE_EVENT’ 1378 | TRACE_EVENT(write_buffer_flush_sync, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1378:1: note: in expansion of macro ‘TRACE_EVENT’ 1378 | TRACE_EVENT(write_buffer_flush_sync, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_write_buffer_flush_slowpath’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1395:1: note: in expansion of macro ‘TRACE_EVENT’ 1395 | TRACE_EVENT(write_buffer_flush_slowpath, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1395:1: note: in expansion of macro ‘TRACE_EVENT’ 1395 | TRACE_EVENT(write_buffer_flush_slowpath, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_error_downcast’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1422:1: note: in expansion of macro ‘TRACE_EVENT’ 1422 | TRACE_EVENT(error_downcast, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1422:1: note: in expansion of macro ‘TRACE_EVENT’ 1422 | TRACE_EVENT(error_downcast, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_bpos’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:20:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 20 | DECLARE_EVENT_CLASS(bpos, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:20:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 20 | DECLARE_EVENT_CLASS(bpos, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_fs_str’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 35 | DECLARE_EVENT_CLASS(fs_str, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 35 | DECLARE_EVENT_CLASS(fs_str, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_trans_str’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 52 | DECLARE_EVENT_CLASS(trans_str, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 52 | DECLARE_EVENT_CLASS(trans_str, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_trans_str_nocaller’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:75:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 75 | DECLARE_EVENT_CLASS(trans_str_nocaller, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:75:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 75 | DECLARE_EVENT_CLASS(trans_str_nocaller, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_btree_node_nofs’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:96:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 96 | DECLARE_EVENT_CLASS(btree_node_nofs, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:96:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 96 | DECLARE_EVENT_CLASS(btree_node_nofs, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_btree_node’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:121:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 121 | DECLARE_EVENT_CLASS(btree_node, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:121:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 121 | DECLARE_EVENT_CLASS(btree_node, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_bch_fs’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 148 | DECLARE_EVENT_CLASS(bch_fs, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 148 | DECLARE_EVENT_CLASS(bch_fs, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_btree_trans’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:163:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 163 | DECLARE_EVENT_CLASS(btree_trans, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:163:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 163 | DECLARE_EVENT_CLASS(btree_trans, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_bio’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 180 | DECLARE_EVENT_CLASS(bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 180 | DECLARE_EVENT_CLASS(bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_bch2_sync_fs’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:204:1: note: in expansion of macro ‘TRACE_EVENT’ 204 | TRACE_EVENT(bch2_sync_fs, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:204:1: note: in expansion of macro ‘TRACE_EVENT’ 204 | TRACE_EVENT(bch2_sync_fs, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_bch2_fsync’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:226:1: note: in expansion of macro ‘TRACE_EVENT’ 226 | TRACE_EVENT(bch2_fsync, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:226:1: note: in expansion of macro ‘TRACE_EVENT’ 226 | TRACE_EVENT(bch2_fsync, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_write_super’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:254:1: note: in expansion of macro ‘TRACE_EVENT’ 254 | TRACE_EVENT(write_super, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:254:1: note: in expansion of macro ‘TRACE_EVENT’ 254 | TRACE_EVENT(write_super, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_read_nopromote’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:280:1: note: in expansion of macro ‘TRACE_EVENT’ 280 | TRACE_EVENT(read_nopromote, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:280:1: note: in expansion of macro ‘TRACE_EVENT’ 280 | TRACE_EVENT(read_nopromote, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_journal_reclaim_start’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:341:1: note: in expansion of macro ‘TRACE_EVENT’ 341 | TRACE_EVENT(journal_reclaim_start, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:341:1: note: in expansion of macro ‘TRACE_EVENT’ 341 | TRACE_EVENT(journal_reclaim_start, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_journal_reclaim_finish’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:386:1: note: in expansion of macro ‘TRACE_EVENT’ 386 | TRACE_EVENT(journal_reclaim_finish, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:386:1: note: in expansion of macro ‘TRACE_EVENT’ 386 | TRACE_EVENT(journal_reclaim_finish, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_btree_cache_scan’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ 414 | TRACE_EVENT(btree_cache_scan, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ 414 | TRACE_EVENT(btree_cache_scan, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_btree_node_write’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:466:1: note: in expansion of macro ‘TRACE_EVENT’ 466 | TRACE_EVENT(btree_node_write, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:466:1: note: in expansion of macro ‘TRACE_EVENT’ 466 | TRACE_EVENT(btree_node_write, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_btree_reserve_get_fail’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:496:1: note: in expansion of macro ‘TRACE_EVENT’ 496 | TRACE_EVENT(btree_reserve_get_fail, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:496:1: note: in expansion of macro ‘TRACE_EVENT’ 496 | TRACE_EVENT(btree_reserve_get_fail, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_btree_path_relock_fail’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:549:1: note: in expansion of macro ‘TRACE_EVENT’ 549 | TRACE_EVENT(btree_path_relock_fail, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:549:1: note: in expansion of macro ‘TRACE_EVENT’ 549 | TRACE_EVENT(btree_path_relock_fail, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_btree_path_upgrade_fail’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:616:1: note: in expansion of macro ‘TRACE_EVENT’ 616 | TRACE_EVENT(btree_path_upgrade_fail, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:616:1: note: in expansion of macro ‘TRACE_EVENT’ 616 | TRACE_EVENT(btree_path_upgrade_fail, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_discard_buckets’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:701:1: note: in expansion of macro ‘TRACE_EVENT’ 701 | TRACE_EVENT(discard_buckets, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:701:1: note: in expansion of macro ‘TRACE_EVENT’ 701 | TRACE_EVENT(discard_buckets, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_bucket_invalidate’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:733:1: note: in expansion of macro ‘TRACE_EVENT’ 733 | TRACE_EVENT(bucket_invalidate, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:733:1: note: in expansion of macro ‘TRACE_EVENT’ 733 | TRACE_EVENT(bucket_invalidate, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_bucket_evacuate’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:759:1: note: in expansion of macro ‘TRACE_EVENT’ 759 | TRACE_EVENT(bucket_evacuate, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:759:1: note: in expansion of macro ‘TRACE_EVENT’ 759 | TRACE_EVENT(bucket_evacuate, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_move_data’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ 810 | TRACE_EVENT(move_data, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ 810 | TRACE_EVENT(move_data, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_evacuate_bucket’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:843:1: note: in expansion of macro ‘TRACE_EVENT’ 843 | TRACE_EVENT(evacuate_bucket, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:843:1: note: in expansion of macro ‘TRACE_EVENT’ 843 | TRACE_EVENT(evacuate_bucket, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_copygc’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:876:1: note: in expansion of macro ‘TRACE_EVENT’ 876 | TRACE_EVENT(copygc, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:876:1: note: in expansion of macro ‘TRACE_EVENT’ 876 | TRACE_EVENT(copygc, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_copygc_wait’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:906:1: note: in expansion of macro ‘TRACE_EVENT’ 906 | TRACE_EVENT(copygc_wait, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:906:1: note: in expansion of macro ‘TRACE_EVENT’ 906 | TRACE_EVENT(copygc_wait, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_transaction_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:930:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 930 | DECLARE_EVENT_CLASS(transaction_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:930:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 930 | DECLARE_EVENT_CLASS(transaction_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_trans_restart_split_race’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:960:1: note: in expansion of macro ‘TRACE_EVENT’ 960 | TRACE_EVENT(trans_restart_split_race, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:960:1: note: in expansion of macro ‘TRACE_EVENT’ 960 | TRACE_EVENT(trans_restart_split_race, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_trans_blocked_journal_reclaim’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:991:1: note: in expansion of macro ‘TRACE_EVENT’ 991 | TRACE_EVENT(trans_blocked_journal_reclaim, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:991:1: note: in expansion of macro ‘TRACE_EVENT’ 991 | TRACE_EVENT(trans_blocked_journal_reclaim, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_trans_restart_journal_preres_get’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1020:1: note: in expansion of macro ‘TRACE_EVENT’ 1020 | TRACE_EVENT(trans_restart_journal_preres_get, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1020:1: note: in expansion of macro ‘TRACE_EVENT’ 1020 | TRACE_EVENT(trans_restart_journal_preres_get, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_transaction_restart_iter’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1068:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1068 | DECLARE_EVENT_CLASS(transaction_restart_iter, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1068:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1068 | DECLARE_EVENT_CLASS(transaction_restart_iter, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_trans_restart_upgrade’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1111:1: note: in expansion of macro ‘TRACE_EVENT’ 1111 | TRACE_EVENT(trans_restart_upgrade, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1111:1: note: in expansion of macro ‘TRACE_EVENT’ 1111 | TRACE_EVENT(trans_restart_upgrade, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_trans_restart_would_deadlock_write’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1237:1: note: in expansion of macro ‘TRACE_EVENT’ 1237 | TRACE_EVENT(trans_restart_would_deadlock_write, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1237:1: note: in expansion of macro ‘TRACE_EVENT’ 1237 | TRACE_EVENT(trans_restart_would_deadlock_write, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_trans_restart_mem_realloced’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1252:1: note: in expansion of macro ‘TRACE_EVENT’ 1252 | TRACE_EVENT(trans_restart_mem_realloced, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1252:1: note: in expansion of macro ‘TRACE_EVENT’ 1252 | TRACE_EVENT(trans_restart_mem_realloced, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_trans_restart_key_cache_key_realloced’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1276:1: note: in expansion of macro ‘TRACE_EVENT’ 1276 | TRACE_EVENT(trans_restart_key_cache_key_realloced, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1276:1: note: in expansion of macro ‘TRACE_EVENT’ 1276 | TRACE_EVENT(trans_restart_key_cache_key_realloced, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_path_downgrade’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1314:1: note: in expansion of macro ‘TRACE_EVENT’ 1314 | TRACE_EVENT(path_downgrade, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1314:1: note: in expansion of macro ‘TRACE_EVENT’ 1314 | TRACE_EVENT(path_downgrade, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_write_buffer_flush’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1356:1: note: in expansion of macro ‘TRACE_EVENT’ 1356 | TRACE_EVENT(write_buffer_flush, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1356:1: note: in expansion of macro ‘TRACE_EVENT’ 1356 | TRACE_EVENT(write_buffer_flush, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_write_buffer_flush_sync’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1378:1: note: in expansion of macro ‘TRACE_EVENT’ 1378 | TRACE_EVENT(write_buffer_flush_sync, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1378:1: note: in expansion of macro ‘TRACE_EVENT’ 1378 | TRACE_EVENT(write_buffer_flush_sync, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_write_buffer_flush_slowpath’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1395:1: note: in expansion of macro ‘TRACE_EVENT’ 1395 | TRACE_EVENT(write_buffer_flush_slowpath, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1395:1: note: in expansion of macro ‘TRACE_EVENT’ 1395 | TRACE_EVENT(write_buffer_flush_slowpath, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_error_downcast’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1422:1: note: in expansion of macro ‘TRACE_EVENT’ 1422 | TRACE_EVENT(error_downcast, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1422:1: note: in expansion of macro ‘TRACE_EVENT’ 1422 | TRACE_EVENT(error_downcast, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_bpos’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:20:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 20 | DECLARE_EVENT_CLASS(bpos, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:20:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 20 | DECLARE_EVENT_CLASS(bpos, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_fs_str’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 35 | DECLARE_EVENT_CLASS(fs_str, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 35 | DECLARE_EVENT_CLASS(fs_str, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_trans_str’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 52 | DECLARE_EVENT_CLASS(trans_str, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 52 | DECLARE_EVENT_CLASS(trans_str, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_trans_str_nocaller’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:75:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 75 | DECLARE_EVENT_CLASS(trans_str_nocaller, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:75:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 75 | DECLARE_EVENT_CLASS(trans_str_nocaller, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_btree_node_nofs’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:96:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 96 | DECLARE_EVENT_CLASS(btree_node_nofs, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:96:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 96 | DECLARE_EVENT_CLASS(btree_node_nofs, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_btree_node’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:121:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 121 | DECLARE_EVENT_CLASS(btree_node, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:121:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 121 | DECLARE_EVENT_CLASS(btree_node, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_bch_fs’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 148 | DECLARE_EVENT_CLASS(bch_fs, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 148 | DECLARE_EVENT_CLASS(bch_fs, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_btree_trans’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:163:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 163 | DECLARE_EVENT_CLASS(btree_trans, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:163:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 163 | DECLARE_EVENT_CLASS(btree_trans, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_bio’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 180 | DECLARE_EVENT_CLASS(bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 180 | DECLARE_EVENT_CLASS(bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_bch2_sync_fs’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:204:1: note: in expansion of macro ‘TRACE_EVENT’ 204 | TRACE_EVENT(bch2_sync_fs, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:204:1: note: in expansion of macro ‘TRACE_EVENT’ 204 | TRACE_EVENT(bch2_sync_fs, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_bch2_fsync’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:226:1: note: in expansion of macro ‘TRACE_EVENT’ 226 | TRACE_EVENT(bch2_fsync, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:226:1: note: in expansion of macro ‘TRACE_EVENT’ 226 | TRACE_EVENT(bch2_fsync, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_write_super’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:254:1: note: in expansion of macro ‘TRACE_EVENT’ 254 | TRACE_EVENT(write_super, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:254:1: note: in expansion of macro ‘TRACE_EVENT’ 254 | TRACE_EVENT(write_super, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_read_nopromote’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:280:1: note: in expansion of macro ‘TRACE_EVENT’ 280 | TRACE_EVENT(read_nopromote, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:280:1: note: in expansion of macro ‘TRACE_EVENT’ 280 | TRACE_EVENT(read_nopromote, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_journal_reclaim_start’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:341:1: note: in expansion of macro ‘TRACE_EVENT’ 341 | TRACE_EVENT(journal_reclaim_start, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:341:1: note: in expansion of macro ‘TRACE_EVENT’ 341 | TRACE_EVENT(journal_reclaim_start, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_journal_reclaim_finish’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:386:1: note: in expansion of macro ‘TRACE_EVENT’ 386 | TRACE_EVENT(journal_reclaim_finish, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:386:1: note: in expansion of macro ‘TRACE_EVENT’ 386 | TRACE_EVENT(journal_reclaim_finish, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_btree_cache_scan’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ 414 | TRACE_EVENT(btree_cache_scan, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ 414 | TRACE_EVENT(btree_cache_scan, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_btree_node_write’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:466:1: note: in expansion of macro ‘TRACE_EVENT’ 466 | TRACE_EVENT(btree_node_write, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:466:1: note: in expansion of macro ‘TRACE_EVENT’ 466 | TRACE_EVENT(btree_node_write, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_btree_reserve_get_fail’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:496:1: note: in expansion of macro ‘TRACE_EVENT’ 496 | TRACE_EVENT(btree_reserve_get_fail, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:496:1: note: in expansion of macro ‘TRACE_EVENT’ 496 | TRACE_EVENT(btree_reserve_get_fail, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_btree_path_relock_fail’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:549:1: note: in expansion of macro ‘TRACE_EVENT’ 549 | TRACE_EVENT(btree_path_relock_fail, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:549:1: note: in expansion of macro ‘TRACE_EVENT’ 549 | TRACE_EVENT(btree_path_relock_fail, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_btree_path_upgrade_fail’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:616:1: note: in expansion of macro ‘TRACE_EVENT’ 616 | TRACE_EVENT(btree_path_upgrade_fail, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:616:1: note: in expansion of macro ‘TRACE_EVENT’ 616 | TRACE_EVENT(btree_path_upgrade_fail, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_discard_buckets’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:701:1: note: in expansion of macro ‘TRACE_EVENT’ 701 | TRACE_EVENT(discard_buckets, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:701:1: note: in expansion of macro ‘TRACE_EVENT’ 701 | TRACE_EVENT(discard_buckets, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_bucket_invalidate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:733:1: note: in expansion of macro ‘TRACE_EVENT’ 733 | TRACE_EVENT(bucket_invalidate, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:733:1: note: in expansion of macro ‘TRACE_EVENT’ 733 | TRACE_EVENT(bucket_invalidate, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_bucket_evacuate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:759:1: note: in expansion of macro ‘TRACE_EVENT’ 759 | TRACE_EVENT(bucket_evacuate, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:759:1: note: in expansion of macro ‘TRACE_EVENT’ 759 | TRACE_EVENT(bucket_evacuate, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_move_data’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ 810 | TRACE_EVENT(move_data, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ 810 | TRACE_EVENT(move_data, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_evacuate_bucket’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:843:1: note: in expansion of macro ‘TRACE_EVENT’ 843 | TRACE_EVENT(evacuate_bucket, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:843:1: note: in expansion of macro ‘TRACE_EVENT’ 843 | TRACE_EVENT(evacuate_bucket, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_copygc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:876:1: note: in expansion of macro ‘TRACE_EVENT’ 876 | TRACE_EVENT(copygc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:876:1: note: in expansion of macro ‘TRACE_EVENT’ 876 | TRACE_EVENT(copygc, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_copygc_wait’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:906:1: note: in expansion of macro ‘TRACE_EVENT’ 906 | TRACE_EVENT(copygc_wait, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:906:1: note: in expansion of macro ‘TRACE_EVENT’ 906 | TRACE_EVENT(copygc_wait, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_transaction_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:930:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 930 | DECLARE_EVENT_CLASS(transaction_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:930:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 930 | DECLARE_EVENT_CLASS(transaction_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_trans_restart_split_race’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:960:1: note: in expansion of macro ‘TRACE_EVENT’ 960 | TRACE_EVENT(trans_restart_split_race, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:960:1: note: in expansion of macro ‘TRACE_EVENT’ 960 | TRACE_EVENT(trans_restart_split_race, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_trans_blocked_journal_reclaim’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:991:1: note: in expansion of macro ‘TRACE_EVENT’ 991 | TRACE_EVENT(trans_blocked_journal_reclaim, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:991:1: note: in expansion of macro ‘TRACE_EVENT’ 991 | TRACE_EVENT(trans_blocked_journal_reclaim, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_trans_restart_journal_preres_get’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1020:1: note: in expansion of macro ‘TRACE_EVENT’ 1020 | TRACE_EVENT(trans_restart_journal_preres_get, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1020:1: note: in expansion of macro ‘TRACE_EVENT’ 1020 | TRACE_EVENT(trans_restart_journal_preres_get, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_transaction_restart_iter’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1068:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1068 | DECLARE_EVENT_CLASS(transaction_restart_iter, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1068:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1068 | DECLARE_EVENT_CLASS(transaction_restart_iter, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_trans_restart_upgrade’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1111:1: note: in expansion of macro ‘TRACE_EVENT’ 1111 | TRACE_EVENT(trans_restart_upgrade, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1111:1: note: in expansion of macro ‘TRACE_EVENT’ 1111 | TRACE_EVENT(trans_restart_upgrade, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_trans_restart_would_deadlock_write’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1237:1: note: in expansion of macro ‘TRACE_EVENT’ 1237 | TRACE_EVENT(trans_restart_would_deadlock_write, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1237:1: note: in expansion of macro ‘TRACE_EVENT’ 1237 | TRACE_EVENT(trans_restart_would_deadlock_write, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_trans_restart_mem_realloced’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1252:1: note: in expansion of macro ‘TRACE_EVENT’ 1252 | TRACE_EVENT(trans_restart_mem_realloced, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1252:1: note: in expansion of macro ‘TRACE_EVENT’ 1252 | TRACE_EVENT(trans_restart_mem_realloced, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_trans_restart_key_cache_key_realloced’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1276:1: note: in expansion of macro ‘TRACE_EVENT’ 1276 | TRACE_EVENT(trans_restart_key_cache_key_realloced, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1276:1: note: in expansion of macro ‘TRACE_EVENT’ 1276 | TRACE_EVENT(trans_restart_key_cache_key_realloced, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_path_downgrade’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1314:1: note: in expansion of macro ‘TRACE_EVENT’ 1314 | TRACE_EVENT(path_downgrade, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1314:1: note: in expansion of macro ‘TRACE_EVENT’ 1314 | TRACE_EVENT(path_downgrade, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_write_buffer_flush’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1356:1: note: in expansion of macro ‘TRACE_EVENT’ 1356 | TRACE_EVENT(write_buffer_flush, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1356:1: note: in expansion of macro ‘TRACE_EVENT’ 1356 | TRACE_EVENT(write_buffer_flush, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_write_buffer_flush_sync’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1378:1: note: in expansion of macro ‘TRACE_EVENT’ 1378 | TRACE_EVENT(write_buffer_flush_sync, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1378:1: note: in expansion of macro ‘TRACE_EVENT’ 1378 | TRACE_EVENT(write_buffer_flush_sync, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_write_buffer_flush_slowpath’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1395:1: note: in expansion of macro ‘TRACE_EVENT’ 1395 | TRACE_EVENT(write_buffer_flush_slowpath, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1395:1: note: in expansion of macro ‘TRACE_EVENT’ 1395 | TRACE_EVENT(write_buffer_flush_slowpath, | ^~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_error_downcast’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1422:1: note: in expansion of macro ‘TRACE_EVENT’ 1422 | TRACE_EVENT(error_downcast, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../fs/bcachefs/trace.h:1422:1: note: in expansion of macro ‘TRACE_EVENT’ 1422 | TRACE_EVENT(error_downcast, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: fs/bcachefs/trace.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: fs/bcachefs] Error 2 In file included from ../include/trace/define_trace.h:108, from ../fs/nfs/nfstrace.h:1745, from ../fs/nfs/nfstrace.c:10: ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_inode_event’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:47:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 47 | DECLARE_EVENT_CLASS(nfs_inode_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:47:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 47 | DECLARE_EVENT_CLASS(nfs_inode_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:47:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 47 | DECLARE_EVENT_CLASS(nfs_inode_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:47:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 47 | DECLARE_EVENT_CLASS(nfs_inode_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:47:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 47 | DECLARE_EVENT_CLASS(nfs_inode_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_inode_event_done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:78:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 78 | DECLARE_EVENT_CLASS(nfs_inode_event_done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:78:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 78 | DECLARE_EVENT_CLASS(nfs_inode_event_done, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_access_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:164:1: note: in expansion of macro ‘TRACE_EVENT’ 164 | TRACE_EVENT(nfs_access_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:164:1: note: in expansion of macro ‘TRACE_EVENT’ 164 | TRACE_EVENT(nfs_access_exit, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_update_size_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:224:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 224 | DECLARE_EVENT_CLASS(nfs_update_size_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:224:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 224 | DECLARE_EVENT_CLASS(nfs_update_size_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_inode_range_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:274:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 274 | DECLARE_EVENT_CLASS(nfs_inode_range_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:274:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 274 | DECLARE_EVENT_CLASS(nfs_inode_range_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_readdir_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:324:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 324 | DECLARE_EVENT_CLASS(nfs_readdir_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:324:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 324 | DECLARE_EVENT_CLASS(nfs_readdir_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_lookup_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:390:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 390 | DECLARE_EVENT_CLASS(nfs_lookup_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:390:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 390 | DECLARE_EVENT_CLASS(nfs_lookup_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_lookup_event_done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:435:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 435 | DECLARE_EVENT_CLASS(nfs_lookup_event_done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:435:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 435 | DECLARE_EVENT_CLASS(nfs_lookup_event_done, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_atomic_open_enter’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:493:1: note: in expansion of macro ‘TRACE_EVENT’ 493 | TRACE_EVENT(nfs_atomic_open_enter, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:493:1: note: in expansion of macro ‘TRACE_EVENT’ 493 | TRACE_EVENT(nfs_atomic_open_enter, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_atomic_open_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:529:1: note: in expansion of macro ‘TRACE_EVENT’ 529 | TRACE_EVENT(nfs_atomic_open_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:529:1: note: in expansion of macro ‘TRACE_EVENT’ 529 | TRACE_EVENT(nfs_atomic_open_exit, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_create_enter’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:570:1: note: in expansion of macro ‘TRACE_EVENT’ 570 | TRACE_EVENT(nfs_create_enter, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:570:1: note: in expansion of macro ‘TRACE_EVENT’ 570 | TRACE_EVENT(nfs_create_enter, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_create_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ 603 | TRACE_EVENT(nfs_create_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ 603 | TRACE_EVENT(nfs_create_exit, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_directory_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:640:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 640 | DECLARE_EVENT_CLASS(nfs_directory_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:640:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 640 | DECLARE_EVENT_CLASS(nfs_directory_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_directory_event_done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:676:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 676 | DECLARE_EVENT_CLASS(nfs_directory_event_done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:676:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 676 | DECLARE_EVENT_CLASS(nfs_directory_event_done, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_link_enter’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:730:1: note: in expansion of macro ‘TRACE_EVENT’ 730 | TRACE_EVENT(nfs_link_enter, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:730:1: note: in expansion of macro ‘TRACE_EVENT’ 730 | TRACE_EVENT(nfs_link_enter, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_link_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:763:1: note: in expansion of macro ‘TRACE_EVENT’ 763 | TRACE_EVENT(nfs_link_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:763:1: note: in expansion of macro ‘TRACE_EVENT’ 763 | TRACE_EVENT(nfs_link_exit, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_rename_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:800:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 800 | DECLARE_EVENT_CLASS(nfs_rename_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:800:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 800 | DECLARE_EVENT_CLASS(nfs_rename_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_rename_event_done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:846:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 846 | DECLARE_EVENT_CLASS(nfs_rename_event_done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:846:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 846 | DECLARE_EVENT_CLASS(nfs_rename_event_done, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_sillyrename_unlink’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:904:1: note: in expansion of macro ‘TRACE_EVENT’ 904 | TRACE_EVENT(nfs_sillyrename_unlink, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:904:1: note: in expansion of macro ‘TRACE_EVENT’ 904 | TRACE_EVENT(nfs_sillyrename_unlink, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_folio_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:939:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 939 | DECLARE_EVENT_CLASS(nfs_folio_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:939:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 939 | DECLARE_EVENT_CLASS(nfs_folio_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_folio_event_done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:987:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 987 | DECLARE_EVENT_CLASS(nfs_folio_event_done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:987:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 987 | DECLARE_EVENT_CLASS(nfs_folio_event_done, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_aop_readahead’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1048:1: note: in expansion of macro ‘TRACE_EVENT’ 1048 | TRACE_EVENT(nfs_aop_readahead, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1048:1: note: in expansion of macro ‘TRACE_EVENT’ 1048 | TRACE_EVENT(nfs_aop_readahead, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_aop_readahead_done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1086:1: note: in expansion of macro ‘TRACE_EVENT’ 1086 | TRACE_EVENT(nfs_aop_readahead_done, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1086:1: note: in expansion of macro ‘TRACE_EVENT’ 1086 | TRACE_EVENT(nfs_aop_readahead_done, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_initiate_read’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1125:1: note: in expansion of macro ‘TRACE_EVENT’ 1125 | TRACE_EVENT(nfs_initiate_read, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1125:1: note: in expansion of macro ‘TRACE_EVENT’ 1125 | TRACE_EVENT(nfs_initiate_read, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_readpage_done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1163:1: note: in expansion of macro ‘TRACE_EVENT’ 1163 | TRACE_EVENT(nfs_readpage_done, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1163:1: note: in expansion of macro ‘TRACE_EVENT’ 1163 | TRACE_EVENT(nfs_readpage_done, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_readpage_short’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1209:1: note: in expansion of macro ‘TRACE_EVENT’ 1209 | TRACE_EVENT(nfs_readpage_short, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1209:1: note: in expansion of macro ‘TRACE_EVENT’ 1209 | TRACE_EVENT(nfs_readpage_short, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_pgio_error’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1256:1: note: in expansion of macro ‘TRACE_EVENT’ 1256 | TRACE_EVENT(nfs_pgio_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1256:1: note: in expansion of macro ‘TRACE_EVENT’ 1256 | TRACE_EVENT(nfs_pgio_error, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_initiate_write’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1300:1: note: in expansion of macro ‘TRACE_EVENT’ 1300 | TRACE_EVENT(nfs_initiate_write, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1300:1: note: in expansion of macro ‘TRACE_EVENT’ 1300 | TRACE_EVENT(nfs_initiate_write, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_writeback_done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1341:1: note: in expansion of macro ‘TRACE_EVENT’ 1341 | TRACE_EVENT(nfs_writeback_done, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1341:1: note: in expansion of macro ‘TRACE_EVENT’ 1341 | TRACE_EVENT(nfs_writeback_done, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_page_error_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1395:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1395 | DECLARE_EVENT_CLASS(nfs_page_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1395:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1395 | DECLARE_EVENT_CLASS(nfs_page_error_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_initiate_commit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1446:1: note: in expansion of macro ‘TRACE_EVENT’ 1446 | TRACE_EVENT(nfs_initiate_commit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1446:1: note: in expansion of macro ‘TRACE_EVENT’ 1446 | TRACE_EVENT(nfs_initiate_commit, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_commit_done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1484:1: note: in expansion of macro ‘TRACE_EVENT’ 1484 | TRACE_EVENT(nfs_commit_done, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1484:1: note: in expansion of macro ‘TRACE_EVENT’ 1484 | TRACE_EVENT(nfs_commit_done, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_direct_req_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1539:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1539 | DECLARE_EVENT_CLASS(nfs_direct_req_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1539:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1539 | DECLARE_EVENT_CLASS(nfs_direct_req_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_fh_to_dentry’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1596:1: note: in expansion of macro ‘TRACE_EVENT’ 1596 | TRACE_EVENT(nfs_fh_to_dentry, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1596:1: note: in expansion of macro ‘TRACE_EVENT’ 1596 | TRACE_EVENT(nfs_fh_to_dentry, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_mount_assign’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1629:1: note: in expansion of macro ‘TRACE_EVENT’ 1629 | TRACE_EVENT(nfs_mount_assign, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1629:1: note: in expansion of macro ‘TRACE_EVENT’ 1629 | TRACE_EVENT(nfs_mount_assign, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_mount_option’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1652:1: note: in expansion of macro ‘TRACE_EVENT’ 1652 | TRACE_EVENT(nfs_mount_option, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1652:1: note: in expansion of macro ‘TRACE_EVENT’ 1652 | TRACE_EVENT(nfs_mount_option, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_mount_path’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1670:1: note: in expansion of macro ‘TRACE_EVENT’ 1670 | TRACE_EVENT(nfs_mount_path, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1670:1: note: in expansion of macro ‘TRACE_EVENT’ 1670 | TRACE_EVENT(nfs_mount_path, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_xdr_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1688:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1688 | DECLARE_EVENT_CLASS(nfs_xdr_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1688:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1688 | DECLARE_EVENT_CLASS(nfs_xdr_event, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_inode_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:47:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 47 | DECLARE_EVENT_CLASS(nfs_inode_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:47:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 47 | DECLARE_EVENT_CLASS(nfs_inode_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_inode_event_done’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:78:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 78 | DECLARE_EVENT_CLASS(nfs_inode_event_done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:78:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 78 | DECLARE_EVENT_CLASS(nfs_inode_event_done, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_access_exit’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:164:1: note: in expansion of macro ‘TRACE_EVENT’ 164 | TRACE_EVENT(nfs_access_exit, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:164:1: note: in expansion of macro ‘TRACE_EVENT’ 164 | TRACE_EVENT(nfs_access_exit, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_update_size_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:224:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 224 | DECLARE_EVENT_CLASS(nfs_update_size_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:224:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 224 | DECLARE_EVENT_CLASS(nfs_update_size_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_inode_range_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:274:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 274 | DECLARE_EVENT_CLASS(nfs_inode_range_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:274:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 274 | DECLARE_EVENT_CLASS(nfs_inode_range_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_readdir_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:324:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 324 | DECLARE_EVENT_CLASS(nfs_readdir_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:324:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 324 | DECLARE_EVENT_CLASS(nfs_readdir_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_lookup_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:390:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 390 | DECLARE_EVENT_CLASS(nfs_lookup_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:390:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 390 | DECLARE_EVENT_CLASS(nfs_lookup_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_lookup_event_done’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:435:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 435 | DECLARE_EVENT_CLASS(nfs_lookup_event_done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:435:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 435 | DECLARE_EVENT_CLASS(nfs_lookup_event_done, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_atomic_open_enter’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:493:1: note: in expansion of macro ‘TRACE_EVENT’ 493 | TRACE_EVENT(nfs_atomic_open_enter, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:493:1: note: in expansion of macro ‘TRACE_EVENT’ 493 | TRACE_EVENT(nfs_atomic_open_enter, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_atomic_open_exit’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:529:1: note: in expansion of macro ‘TRACE_EVENT’ 529 | TRACE_EVENT(nfs_atomic_open_exit, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:529:1: note: in expansion of macro ‘TRACE_EVENT’ 529 | TRACE_EVENT(nfs_atomic_open_exit, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_create_enter’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:570:1: note: in expansion of macro ‘TRACE_EVENT’ 570 | TRACE_EVENT(nfs_create_enter, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:570:1: note: in expansion of macro ‘TRACE_EVENT’ 570 | TRACE_EVENT(nfs_create_enter, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_create_exit’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ 603 | TRACE_EVENT(nfs_create_exit, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ 603 | TRACE_EVENT(nfs_create_exit, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_directory_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:640:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 640 | DECLARE_EVENT_CLASS(nfs_directory_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:640:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 640 | DECLARE_EVENT_CLASS(nfs_directory_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_directory_event_done’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:676:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 676 | DECLARE_EVENT_CLASS(nfs_directory_event_done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:676:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 676 | DECLARE_EVENT_CLASS(nfs_directory_event_done, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_link_enter’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:730:1: note: in expansion of macro ‘TRACE_EVENT’ 730 | TRACE_EVENT(nfs_link_enter, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:730:1: note: in expansion of macro ‘TRACE_EVENT’ 730 | TRACE_EVENT(nfs_link_enter, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_link_exit’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:763:1: note: in expansion of macro ‘TRACE_EVENT’ 763 | TRACE_EVENT(nfs_link_exit, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:763:1: note: in expansion of macro ‘TRACE_EVENT’ 763 | TRACE_EVENT(nfs_link_exit, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_rename_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:800:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 800 | DECLARE_EVENT_CLASS(nfs_rename_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:800:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 800 | DECLARE_EVENT_CLASS(nfs_rename_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_rename_event_done’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:846:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 846 | DECLARE_EVENT_CLASS(nfs_rename_event_done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:846:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 846 | DECLARE_EVENT_CLASS(nfs_rename_event_done, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_sillyrename_unlink’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:904:1: note: in expansion of macro ‘TRACE_EVENT’ 904 | TRACE_EVENT(nfs_sillyrename_unlink, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:904:1: note: in expansion of macro ‘TRACE_EVENT’ 904 | TRACE_EVENT(nfs_sillyrename_unlink, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_folio_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:939:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 939 | DECLARE_EVENT_CLASS(nfs_folio_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:939:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 939 | DECLARE_EVENT_CLASS(nfs_folio_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_folio_event_done’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:987:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 987 | DECLARE_EVENT_CLASS(nfs_folio_event_done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:987:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 987 | DECLARE_EVENT_CLASS(nfs_folio_event_done, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_aop_readahead’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1048:1: note: in expansion of macro ‘TRACE_EVENT’ 1048 | TRACE_EVENT(nfs_aop_readahead, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1048:1: note: in expansion of macro ‘TRACE_EVENT’ 1048 | TRACE_EVENT(nfs_aop_readahead, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_aop_readahead_done’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1086:1: note: in expansion of macro ‘TRACE_EVENT’ 1086 | TRACE_EVENT(nfs_aop_readahead_done, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1086:1: note: in expansion of macro ‘TRACE_EVENT’ 1086 | TRACE_EVENT(nfs_aop_readahead_done, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_initiate_read’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1125:1: note: in expansion of macro ‘TRACE_EVENT’ 1125 | TRACE_EVENT(nfs_initiate_read, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1125:1: note: in expansion of macro ‘TRACE_EVENT’ 1125 | TRACE_EVENT(nfs_initiate_read, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_readpage_done’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1163:1: note: in expansion of macro ‘TRACE_EVENT’ 1163 | TRACE_EVENT(nfs_readpage_done, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1163:1: note: in expansion of macro ‘TRACE_EVENT’ 1163 | TRACE_EVENT(nfs_readpage_done, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_readpage_short’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1209:1: note: in expansion of macro ‘TRACE_EVENT’ 1209 | TRACE_EVENT(nfs_readpage_short, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1209:1: note: in expansion of macro ‘TRACE_EVENT’ 1209 | TRACE_EVENT(nfs_readpage_short, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_pgio_error’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1256:1: note: in expansion of macro ‘TRACE_EVENT’ 1256 | TRACE_EVENT(nfs_pgio_error, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1256:1: note: in expansion of macro ‘TRACE_EVENT’ 1256 | TRACE_EVENT(nfs_pgio_error, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_initiate_write’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1300:1: note: in expansion of macro ‘TRACE_EVENT’ 1300 | TRACE_EVENT(nfs_initiate_write, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1300:1: note: in expansion of macro ‘TRACE_EVENT’ 1300 | TRACE_EVENT(nfs_initiate_write, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_writeback_done’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1341:1: note: in expansion of macro ‘TRACE_EVENT’ 1341 | TRACE_EVENT(nfs_writeback_done, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1341:1: note: in expansion of macro ‘TRACE_EVENT’ 1341 | TRACE_EVENT(nfs_writeback_done, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_page_error_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1395:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1395 | DECLARE_EVENT_CLASS(nfs_page_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1395:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1395 | DECLARE_EVENT_CLASS(nfs_page_error_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_initiate_commit’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1446:1: note: in expansion of macro ‘TRACE_EVENT’ 1446 | TRACE_EVENT(nfs_initiate_commit, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1446:1: note: in expansion of macro ‘TRACE_EVENT’ 1446 | TRACE_EVENT(nfs_initiate_commit, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_commit_done’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1484:1: note: in expansion of macro ‘TRACE_EVENT’ 1484 | TRACE_EVENT(nfs_commit_done, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1484:1: note: in expansion of macro ‘TRACE_EVENT’ 1484 | TRACE_EVENT(nfs_commit_done, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_direct_req_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1539:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1539 | DECLARE_EVENT_CLASS(nfs_direct_req_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1539:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1539 | DECLARE_EVENT_CLASS(nfs_direct_req_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_fh_to_dentry’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1596:1: note: in expansion of macro ‘TRACE_EVENT’ 1596 | TRACE_EVENT(nfs_fh_to_dentry, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1596:1: note: in expansion of macro ‘TRACE_EVENT’ 1596 | TRACE_EVENT(nfs_fh_to_dentry, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_mount_assign’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1629:1: note: in expansion of macro ‘TRACE_EVENT’ 1629 | TRACE_EVENT(nfs_mount_assign, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1629:1: note: in expansion of macro ‘TRACE_EVENT’ 1629 | TRACE_EVENT(nfs_mount_assign, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_mount_option’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1652:1: note: in expansion of macro ‘TRACE_EVENT’ 1652 | TRACE_EVENT(nfs_mount_option, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1652:1: note: in expansion of macro ‘TRACE_EVENT’ 1652 | TRACE_EVENT(nfs_mount_option, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_mount_path’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1670:1: note: in expansion of macro ‘TRACE_EVENT’ 1670 | TRACE_EVENT(nfs_mount_path, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1670:1: note: in expansion of macro ‘TRACE_EVENT’ 1670 | TRACE_EVENT(nfs_mount_path, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_xdr_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1688:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1688 | DECLARE_EVENT_CLASS(nfs_xdr_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1688:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1688 | DECLARE_EVENT_CLASS(nfs_xdr_event, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_inode_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:47:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 47 | DECLARE_EVENT_CLASS(nfs_inode_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:47:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 47 | DECLARE_EVENT_CLASS(nfs_inode_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_inode_event_done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:78:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 78 | DECLARE_EVENT_CLASS(nfs_inode_event_done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:78:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 78 | DECLARE_EVENT_CLASS(nfs_inode_event_done, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_access_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:164:1: note: in expansion of macro ‘TRACE_EVENT’ 164 | TRACE_EVENT(nfs_access_exit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:164:1: note: in expansion of macro ‘TRACE_EVENT’ 164 | TRACE_EVENT(nfs_access_exit, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_update_size_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:224:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 224 | DECLARE_EVENT_CLASS(nfs_update_size_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:224:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 224 | DECLARE_EVENT_CLASS(nfs_update_size_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_inode_range_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:274:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 274 | DECLARE_EVENT_CLASS(nfs_inode_range_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:274:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 274 | DECLARE_EVENT_CLASS(nfs_inode_range_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_readdir_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:324:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 324 | DECLARE_EVENT_CLASS(nfs_readdir_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:324:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 324 | DECLARE_EVENT_CLASS(nfs_readdir_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_lookup_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:390:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 390 | DECLARE_EVENT_CLASS(nfs_lookup_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:390:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 390 | DECLARE_EVENT_CLASS(nfs_lookup_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_lookup_event_done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:435:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 435 | DECLARE_EVENT_CLASS(nfs_lookup_event_done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:435:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 435 | DECLARE_EVENT_CLASS(nfs_lookup_event_done, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_atomic_open_enter’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:493:1: note: in expansion of macro ‘TRACE_EVENT’ 493 | TRACE_EVENT(nfs_atomic_open_enter, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:493:1: note: in expansion of macro ‘TRACE_EVENT’ 493 | TRACE_EVENT(nfs_atomic_open_enter, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_atomic_open_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:529:1: note: in expansion of macro ‘TRACE_EVENT’ 529 | TRACE_EVENT(nfs_atomic_open_exit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:529:1: note: in expansion of macro ‘TRACE_EVENT’ 529 | TRACE_EVENT(nfs_atomic_open_exit, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_create_enter’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:570:1: note: in expansion of macro ‘TRACE_EVENT’ 570 | TRACE_EVENT(nfs_create_enter, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:570:1: note: in expansion of macro ‘TRACE_EVENT’ 570 | TRACE_EVENT(nfs_create_enter, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_create_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ 603 | TRACE_EVENT(nfs_create_exit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ 603 | TRACE_EVENT(nfs_create_exit, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_directory_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:640:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 640 | DECLARE_EVENT_CLASS(nfs_directory_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:640:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 640 | DECLARE_EVENT_CLASS(nfs_directory_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_directory_event_done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:676:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 676 | DECLARE_EVENT_CLASS(nfs_directory_event_done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:676:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 676 | DECLARE_EVENT_CLASS(nfs_directory_event_done, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_link_enter’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:730:1: note: in expansion of macro ‘TRACE_EVENT’ 730 | TRACE_EVENT(nfs_link_enter, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:730:1: note: in expansion of macro ‘TRACE_EVENT’ 730 | TRACE_EVENT(nfs_link_enter, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_link_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:763:1: note: in expansion of macro ‘TRACE_EVENT’ 763 | TRACE_EVENT(nfs_link_exit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:763:1: note: in expansion of macro ‘TRACE_EVENT’ 763 | TRACE_EVENT(nfs_link_exit, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_rename_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:800:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 800 | DECLARE_EVENT_CLASS(nfs_rename_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:800:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 800 | DECLARE_EVENT_CLASS(nfs_rename_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_rename_event_done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:846:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 846 | DECLARE_EVENT_CLASS(nfs_rename_event_done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:846:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 846 | DECLARE_EVENT_CLASS(nfs_rename_event_done, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_sillyrename_unlink’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:904:1: note: in expansion of macro ‘TRACE_EVENT’ 904 | TRACE_EVENT(nfs_sillyrename_unlink, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:904:1: note: in expansion of macro ‘TRACE_EVENT’ 904 | TRACE_EVENT(nfs_sillyrename_unlink, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_folio_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:939:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 939 | DECLARE_EVENT_CLASS(nfs_folio_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:939:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 939 | DECLARE_EVENT_CLASS(nfs_folio_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_folio_event_done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:987:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 987 | DECLARE_EVENT_CLASS(nfs_folio_event_done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:987:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 987 | DECLARE_EVENT_CLASS(nfs_folio_event_done, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_aop_readahead’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1048:1: note: in expansion of macro ‘TRACE_EVENT’ 1048 | TRACE_EVENT(nfs_aop_readahead, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1048:1: note: in expansion of macro ‘TRACE_EVENT’ 1048 | TRACE_EVENT(nfs_aop_readahead, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_aop_readahead_done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1086:1: note: in expansion of macro ‘TRACE_EVENT’ 1086 | TRACE_EVENT(nfs_aop_readahead_done, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1086:1: note: in expansion of macro ‘TRACE_EVENT’ 1086 | TRACE_EVENT(nfs_aop_readahead_done, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_initiate_read’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1125:1: note: in expansion of macro ‘TRACE_EVENT’ 1125 | TRACE_EVENT(nfs_initiate_read, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1125:1: note: in expansion of macro ‘TRACE_EVENT’ 1125 | TRACE_EVENT(nfs_initiate_read, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_readpage_done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1163:1: note: in expansion of macro ‘TRACE_EVENT’ 1163 | TRACE_EVENT(nfs_readpage_done, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1163:1: note: in expansion of macro ‘TRACE_EVENT’ 1163 | TRACE_EVENT(nfs_readpage_done, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_readpage_short’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1209:1: note: in expansion of macro ‘TRACE_EVENT’ 1209 | TRACE_EVENT(nfs_readpage_short, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1209:1: note: in expansion of macro ‘TRACE_EVENT’ 1209 | TRACE_EVENT(nfs_readpage_short, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_pgio_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1256:1: note: in expansion of macro ‘TRACE_EVENT’ 1256 | TRACE_EVENT(nfs_pgio_error, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1256:1: note: in expansion of macro ‘TRACE_EVENT’ 1256 | TRACE_EVENT(nfs_pgio_error, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_initiate_write’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1300:1: note: in expansion of macro ‘TRACE_EVENT’ 1300 | TRACE_EVENT(nfs_initiate_write, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1300:1: note: in expansion of macro ‘TRACE_EVENT’ 1300 | TRACE_EVENT(nfs_initiate_write, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_writeback_done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1341:1: note: in expansion of macro ‘TRACE_EVENT’ 1341 | TRACE_EVENT(nfs_writeback_done, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1341:1: note: in expansion of macro ‘TRACE_EVENT’ 1341 | TRACE_EVENT(nfs_writeback_done, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_page_error_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1395:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1395 | DECLARE_EVENT_CLASS(nfs_page_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1395:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1395 | DECLARE_EVENT_CLASS(nfs_page_error_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_initiate_commit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1446:1: note: in expansion of macro ‘TRACE_EVENT’ 1446 | TRACE_EVENT(nfs_initiate_commit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1446:1: note: in expansion of macro ‘TRACE_EVENT’ 1446 | TRACE_EVENT(nfs_initiate_commit, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_commit_done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1484:1: note: in expansion of macro ‘TRACE_EVENT’ 1484 | TRACE_EVENT(nfs_commit_done, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1484:1: note: in expansion of macro ‘TRACE_EVENT’ 1484 | TRACE_EVENT(nfs_commit_done, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_direct_req_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1539:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1539 | DECLARE_EVENT_CLASS(nfs_direct_req_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1539:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1539 | DECLARE_EVENT_CLASS(nfs_direct_req_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_fh_to_dentry’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1596:1: note: in expansion of macro ‘TRACE_EVENT’ 1596 | TRACE_EVENT(nfs_fh_to_dentry, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1596:1: note: in expansion of macro ‘TRACE_EVENT’ 1596 | TRACE_EVENT(nfs_fh_to_dentry, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_mount_assign’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1629:1: note: in expansion of macro ‘TRACE_EVENT’ 1629 | TRACE_EVENT(nfs_mount_assign, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1629:1: note: in expansion of macro ‘TRACE_EVENT’ 1629 | TRACE_EVENT(nfs_mount_assign, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_mount_option’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1652:1: note: in expansion of macro ‘TRACE_EVENT’ 1652 | TRACE_EVENT(nfs_mount_option, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1652:1: note: in expansion of macro ‘TRACE_EVENT’ 1652 | TRACE_EVENT(nfs_mount_option, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_mount_path’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1670:1: note: in expansion of macro ‘TRACE_EVENT’ 1670 | TRACE_EVENT(nfs_mount_path, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1670:1: note: in expansion of macro ‘TRACE_EVENT’ 1670 | TRACE_EVENT(nfs_mount_path, | ^~~~~~~~~~~ ../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_xdr_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1688:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1688 | DECLARE_EVENT_CLASS(nfs_xdr_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfstrace.h:1688:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1688 | DECLARE_EVENT_CLASS(nfs_xdr_event, | ^~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: fs/nfs/nfstrace.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/f2fs.h:2410, from ../fs/f2fs/super.c:40: ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs__inode’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:183:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 183 | DECLARE_EVENT_CLASS(f2fs__inode, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:183:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 183 | DECLARE_EVENT_CLASS(f2fs__inode, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:183:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 183 | DECLARE_EVENT_CLASS(f2fs__inode, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:183:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 183 | DECLARE_EVENT_CLASS(f2fs__inode, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:183:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 183 | DECLARE_EVENT_CLASS(f2fs__inode, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs__inode_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:222:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 222 | DECLARE_EVENT_CLASS(f2fs__inode_exit, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:222:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 222 | DECLARE_EVENT_CLASS(f2fs__inode_exit, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_sync_file_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:256:1: note: in expansion of macro ‘TRACE_EVENT’ 256 | TRACE_EVENT(f2fs_sync_file_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:256:1: note: in expansion of macro ‘TRACE_EVENT’ 256 | TRACE_EVENT(f2fs_sync_file_exit, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_sync_fs’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ 286 | TRACE_EVENT(f2fs_sync_fs, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ 286 | TRACE_EVENT(f2fs_sync_fs, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_unlink_enter’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:338:1: note: in expansion of macro ‘TRACE_EVENT’ 338 | TRACE_EVENT(f2fs_unlink_enter, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:338:1: note: in expansion of macro ‘TRACE_EVENT’ 338 | TRACE_EVENT(f2fs_unlink_enter, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_truncate_data_blocks_range’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:389:1: note: in expansion of macro ‘TRACE_EVENT’ 389 | TRACE_EVENT(f2fs_truncate_data_blocks_range, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:389:1: note: in expansion of macro ‘TRACE_EVENT’ 389 | TRACE_EVENT(f2fs_truncate_data_blocks_range, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs__truncate_op’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:418:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 418 | DECLARE_EVENT_CLASS(f2fs__truncate_op, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:418:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 418 | DECLARE_EVENT_CLASS(f2fs__truncate_op, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs__truncate_node’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:476:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 476 | DECLARE_EVENT_CLASS(f2fs__truncate_node, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:476:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 476 | DECLARE_EVENT_CLASS(f2fs__truncate_node, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_truncate_partial_nodes’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:523:1: note: in expansion of macro ‘TRACE_EVENT’ 523 | TRACE_EVENT(f2fs_truncate_partial_nodes, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:523:1: note: in expansion of macro ‘TRACE_EVENT’ 523 | TRACE_EVENT(f2fs_truncate_partial_nodes, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_file_write_iter’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:557:1: note: in expansion of macro ‘TRACE_EVENT’ 557 | TRACE_EVENT(f2fs_file_write_iter, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:557:1: note: in expansion of macro ‘TRACE_EVENT’ 557 | TRACE_EVENT(f2fs_file_write_iter, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_map_blocks’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:588:1: note: in expansion of macro ‘TRACE_EVENT’ 588 | TRACE_EVENT(f2fs_map_blocks, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:588:1: note: in expansion of macro ‘TRACE_EVENT’ 588 | TRACE_EVENT(f2fs_map_blocks, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_background_gc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:638:1: note: in expansion of macro ‘TRACE_EVENT’ 638 | TRACE_EVENT(f2fs_background_gc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:638:1: note: in expansion of macro ‘TRACE_EVENT’ 638 | TRACE_EVENT(f2fs_background_gc, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_gc_begin’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:666:1: note: in expansion of macro ‘TRACE_EVENT’ 666 | TRACE_EVENT(f2fs_gc_begin, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:666:1: note: in expansion of macro ‘TRACE_EVENT’ 666 | TRACE_EVENT(f2fs_gc_begin, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_gc_end’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:723:1: note: in expansion of macro ‘TRACE_EVENT’ 723 | TRACE_EVENT(f2fs_gc_end, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:723:1: note: in expansion of macro ‘TRACE_EVENT’ 723 | TRACE_EVENT(f2fs_gc_end, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_get_victim’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:778:1: note: in expansion of macro ‘TRACE_EVENT’ 778 | TRACE_EVENT(f2fs_get_victim, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:778:1: note: in expansion of macro ‘TRACE_EVENT’ 778 | TRACE_EVENT(f2fs_get_victim, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_lookup_start’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:830:1: note: in expansion of macro ‘TRACE_EVENT’ 830 | TRACE_EVENT(f2fs_lookup_start, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:830:1: note: in expansion of macro ‘TRACE_EVENT’ 830 | TRACE_EVENT(f2fs_lookup_start, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_lookup_end’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:856:1: note: in expansion of macro ‘TRACE_EVENT’ 856 | TRACE_EVENT(f2fs_lookup_end, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:856:1: note: in expansion of macro ‘TRACE_EVENT’ 856 | TRACE_EVENT(f2fs_lookup_end, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_rename_start’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:886:1: note: in expansion of macro ‘TRACE_EVENT’ 886 | TRACE_EVENT(f2fs_rename_start, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:886:1: note: in expansion of macro ‘TRACE_EVENT’ 886 | TRACE_EVENT(f2fs_rename_start, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_rename_end’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:921:1: note: in expansion of macro ‘TRACE_EVENT’ 921 | TRACE_EVENT(f2fs_rename_end, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:921:1: note: in expansion of macro ‘TRACE_EVENT’ 921 | TRACE_EVENT(f2fs_rename_end, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_readdir’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:955:1: note: in expansion of macro ‘TRACE_EVENT’ 955 | TRACE_EVENT(f2fs_readdir, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:955:1: note: in expansion of macro ‘TRACE_EVENT’ 955 | TRACE_EVENT(f2fs_readdir, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_fallocate’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:984:1: note: in expansion of macro ‘TRACE_EVENT’ 984 | TRACE_EVENT(f2fs_fallocate, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:984:1: note: in expansion of macro ‘TRACE_EVENT’ 984 | TRACE_EVENT(f2fs_fallocate, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_direct_IO_enter’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1024:1: note: in expansion of macro ‘TRACE_EVENT’ 1024 | TRACE_EVENT(f2fs_direct_IO_enter, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1024:1: note: in expansion of macro ‘TRACE_EVENT’ 1024 | TRACE_EVENT(f2fs_direct_IO_enter, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_direct_IO_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1059:1: note: in expansion of macro ‘TRACE_EVENT’ 1059 | TRACE_EVENT(f2fs_direct_IO_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1059:1: note: in expansion of macro ‘TRACE_EVENT’ 1059 | TRACE_EVENT(f2fs_direct_IO_exit, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_reserve_new_blocks’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1093:1: note: in expansion of macro ‘TRACE_EVENT’ 1093 | TRACE_EVENT(f2fs_reserve_new_blocks, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1093:1: note: in expansion of macro ‘TRACE_EVENT’ 1093 | TRACE_EVENT(f2fs_reserve_new_blocks, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs__submit_page_bio’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1121:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1121 | DECLARE_EVENT_CLASS(f2fs__submit_page_bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1121:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1121 | DECLARE_EVENT_CLASS(f2fs__submit_page_bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs__bio’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1180 | DECLARE_EVENT_CLASS(f2fs__bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1180 | DECLARE_EVENT_CLASS(f2fs__bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_write_begin’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1251:1: note: in expansion of macro ‘TRACE_EVENT’ 1251 | TRACE_EVENT(f2fs_write_begin, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1251:1: note: in expansion of macro ‘TRACE_EVENT’ 1251 | TRACE_EVENT(f2fs_write_begin, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_write_end’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1277:1: note: in expansion of macro ‘TRACE_EVENT’ 1277 | TRACE_EVENT(f2fs_write_end, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1277:1: note: in expansion of macro ‘TRACE_EVENT’ 1277 | TRACE_EVENT(f2fs_write_end, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs__folio’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1307:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1307 | DECLARE_EVENT_CLASS(f2fs__folio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1307:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1307 | DECLARE_EVENT_CLASS(f2fs__folio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_replace_atomic_write_block’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1372:1: note: in expansion of macro ‘TRACE_EVENT’ 1372 | TRACE_EVENT(f2fs_replace_atomic_write_block, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1372:1: note: in expansion of macro ‘TRACE_EVENT’ 1372 | TRACE_EVENT(f2fs_replace_atomic_write_block, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_mmap’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1409:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1409 | DECLARE_EVENT_CLASS(f2fs_mmap, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1409:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1409 | DECLARE_EVENT_CLASS(f2fs_mmap, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_writepages’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1455:1: note: in expansion of macro ‘TRACE_EVENT’ 1455 | TRACE_EVENT(f2fs_writepages, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1455:1: note: in expansion of macro ‘TRACE_EVENT’ 1455 | TRACE_EVENT(f2fs_writepages, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_readpages’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1519:1: note: in expansion of macro ‘TRACE_EVENT’ 1519 | TRACE_EVENT(f2fs_readpages, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1519:1: note: in expansion of macro ‘TRACE_EVENT’ 1519 | TRACE_EVENT(f2fs_readpages, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_write_checkpoint’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1545:1: note: in expansion of macro ‘TRACE_EVENT’ 1545 | TRACE_EVENT(f2fs_write_checkpoint, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1545:1: note: in expansion of macro ‘TRACE_EVENT’ 1545 | TRACE_EVENT(f2fs_write_checkpoint, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_discard’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1569:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1569 | DECLARE_EVENT_CLASS(f2fs_discard, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1569:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1569 | DECLARE_EVENT_CLASS(f2fs_discard, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_reset_zone’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1614:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1614 | DECLARE_EVENT_CLASS(f2fs_reset_zone, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1614:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1614 | DECLARE_EVENT_CLASS(f2fs_reset_zone, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_issue_flush’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1649:1: note: in expansion of macro ‘TRACE_EVENT’ 1649 | TRACE_EVENT(f2fs_issue_flush, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1649:1: note: in expansion of macro ‘TRACE_EVENT’ 1649 | TRACE_EVENT(f2fs_issue_flush, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_lookup_extent_tree_start’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ 1677 | TRACE_EVENT(f2fs_lookup_extent_tree_start, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ 1677 | TRACE_EVENT(f2fs_lookup_extent_tree_start, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_lookup_read_extent_tree_end’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/f2fs.h:1703:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 1703 | TRACE_EVENT_CONDITION(f2fs_lookup_read_extent_tree_end, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/f2fs.h:1703:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 1703 | TRACE_EVENT_CONDITION(f2fs_lookup_read_extent_tree_end, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_lookup_age_extent_tree_end’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/f2fs.h:1739:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 1739 | TRACE_EVENT_CONDITION(f2fs_lookup_age_extent_tree_end, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/f2fs.h:1739:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 1739 | TRACE_EVENT_CONDITION(f2fs_lookup_age_extent_tree_end, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_update_read_extent_tree_range’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1778:1: note: in expansion of macro ‘TRACE_EVENT’ 1778 | TRACE_EVENT(f2fs_update_read_extent_tree_range, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1778:1: note: in expansion of macro ‘TRACE_EVENT’ 1778 | TRACE_EVENT(f2fs_update_read_extent_tree_range, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_update_age_extent_tree_range’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1813:1: note: in expansion of macro ‘TRACE_EVENT’ 1813 | TRACE_EVENT(f2fs_update_age_extent_tree_range, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1813:1: note: in expansion of macro ‘TRACE_EVENT’ 1813 | TRACE_EVENT(f2fs_update_age_extent_tree_range, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_shrink_extent_tree’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1848:1: note: in expansion of macro ‘TRACE_EVENT’ 1848 | TRACE_EVENT(f2fs_shrink_extent_tree, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1848:1: note: in expansion of macro ‘TRACE_EVENT’ 1848 | TRACE_EVENT(f2fs_shrink_extent_tree, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_destroy_extent_tree’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1876:1: note: in expansion of macro ‘TRACE_EVENT’ 1876 | TRACE_EVENT(f2fs_destroy_extent_tree, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1876:1: note: in expansion of macro ‘TRACE_EVENT’ 1876 | TRACE_EVENT(f2fs_destroy_extent_tree, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_sync_dirty_inodes’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1903:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1903 | DECLARE_EVENT_CLASS(f2fs_sync_dirty_inodes, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1903:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1903 | DECLARE_EVENT_CLASS(f2fs_sync_dirty_inodes, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_shutdown’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1941:1: note: in expansion of macro ‘TRACE_EVENT’ 1941 | TRACE_EVENT(f2fs_shutdown, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1941:1: note: in expansion of macro ‘TRACE_EVENT’ 1941 | TRACE_EVENT(f2fs_shutdown, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_zip_start’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1965:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1965 | DECLARE_EVENT_CLASS(f2fs_zip_start, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1965:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1965 | DECLARE_EVENT_CLASS(f2fs_zip_start, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_zip_end’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1996:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1996 | DECLARE_EVENT_CLASS(f2fs_zip_end, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1996:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1996 | DECLARE_EVENT_CLASS(f2fs_zip_end, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_iostat’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2060:1: note: in expansion of macro ‘TRACE_EVENT’ 2060 | TRACE_EVENT(f2fs_iostat, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2060:1: note: in expansion of macro ‘TRACE_EVENT’ 2060 | TRACE_EVENT(f2fs_iostat, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_iostat_latency’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2163:1: note: in expansion of macro ‘TRACE_EVENT’ 2163 | TRACE_EVENT(f2fs_iostat_latency, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2163:1: note: in expansion of macro ‘TRACE_EVENT’ 2163 | TRACE_EVENT(f2fs_iostat_latency, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_bmap’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2250:1: note: in expansion of macro ‘TRACE_EVENT’ 2250 | TRACE_EVENT(f2fs_bmap, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2250:1: note: in expansion of macro ‘TRACE_EVENT’ 2250 | TRACE_EVENT(f2fs_bmap, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_fiemap’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2276:1: note: in expansion of macro ‘TRACE_EVENT’ 2276 | TRACE_EVENT(f2fs_fiemap, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2276:1: note: in expansion of macro ‘TRACE_EVENT’ 2276 | TRACE_EVENT(f2fs_fiemap, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs__rw_start’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2313:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2313 | DECLARE_EVENT_CLASS(f2fs__rw_start, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2313:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2313 | DECLARE_EVENT_CLASS(f2fs__rw_start, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs__rw_end’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2354 | DECLARE_EVENT_CLASS(f2fs__rw_end, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2354 | DECLARE_EVENT_CLASS(f2fs__rw_end, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs__inode’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:183:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 183 | DECLARE_EVENT_CLASS(f2fs__inode, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:183:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 183 | DECLARE_EVENT_CLASS(f2fs__inode, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs__inode_exit’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:222:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 222 | DECLARE_EVENT_CLASS(f2fs__inode_exit, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:222:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 222 | DECLARE_EVENT_CLASS(f2fs__inode_exit, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_sync_file_exit’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:256:1: note: in expansion of macro ‘TRACE_EVENT’ 256 | TRACE_EVENT(f2fs_sync_file_exit, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:256:1: note: in expansion of macro ‘TRACE_EVENT’ 256 | TRACE_EVENT(f2fs_sync_file_exit, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_sync_fs’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ 286 | TRACE_EVENT(f2fs_sync_fs, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ 286 | TRACE_EVENT(f2fs_sync_fs, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_unlink_enter’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:338:1: note: in expansion of macro ‘TRACE_EVENT’ 338 | TRACE_EVENT(f2fs_unlink_enter, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:338:1: note: in expansion of macro ‘TRACE_EVENT’ 338 | TRACE_EVENT(f2fs_unlink_enter, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_truncate_data_blocks_range’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:389:1: note: in expansion of macro ‘TRACE_EVENT’ 389 | TRACE_EVENT(f2fs_truncate_data_blocks_range, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:389:1: note: in expansion of macro ‘TRACE_EVENT’ 389 | TRACE_EVENT(f2fs_truncate_data_blocks_range, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs__truncate_op’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:418:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 418 | DECLARE_EVENT_CLASS(f2fs__truncate_op, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:418:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 418 | DECLARE_EVENT_CLASS(f2fs__truncate_op, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs__truncate_node’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:476:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 476 | DECLARE_EVENT_CLASS(f2fs__truncate_node, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:476:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 476 | DECLARE_EVENT_CLASS(f2fs__truncate_node, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_truncate_partial_nodes’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:523:1: note: in expansion of macro ‘TRACE_EVENT’ 523 | TRACE_EVENT(f2fs_truncate_partial_nodes, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:523:1: note: in expansion of macro ‘TRACE_EVENT’ 523 | TRACE_EVENT(f2fs_truncate_partial_nodes, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_file_write_iter’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:557:1: note: in expansion of macro ‘TRACE_EVENT’ 557 | TRACE_EVENT(f2fs_file_write_iter, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:557:1: note: in expansion of macro ‘TRACE_EVENT’ 557 | TRACE_EVENT(f2fs_file_write_iter, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_map_blocks’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:588:1: note: in expansion of macro ‘TRACE_EVENT’ 588 | TRACE_EVENT(f2fs_map_blocks, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:588:1: note: in expansion of macro ‘TRACE_EVENT’ 588 | TRACE_EVENT(f2fs_map_blocks, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_background_gc’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:638:1: note: in expansion of macro ‘TRACE_EVENT’ 638 | TRACE_EVENT(f2fs_background_gc, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:638:1: note: in expansion of macro ‘TRACE_EVENT’ 638 | TRACE_EVENT(f2fs_background_gc, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_gc_begin’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:666:1: note: in expansion of macro ‘TRACE_EVENT’ 666 | TRACE_EVENT(f2fs_gc_begin, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:666:1: note: in expansion of macro ‘TRACE_EVENT’ 666 | TRACE_EVENT(f2fs_gc_begin, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_gc_end’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:723:1: note: in expansion of macro ‘TRACE_EVENT’ 723 | TRACE_EVENT(f2fs_gc_end, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:723:1: note: in expansion of macro ‘TRACE_EVENT’ 723 | TRACE_EVENT(f2fs_gc_end, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_get_victim’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:778:1: note: in expansion of macro ‘TRACE_EVENT’ 778 | TRACE_EVENT(f2fs_get_victim, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:778:1: note: in expansion of macro ‘TRACE_EVENT’ 778 | TRACE_EVENT(f2fs_get_victim, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_lookup_start’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:830:1: note: in expansion of macro ‘TRACE_EVENT’ 830 | TRACE_EVENT(f2fs_lookup_start, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:830:1: note: in expansion of macro ‘TRACE_EVENT’ 830 | TRACE_EVENT(f2fs_lookup_start, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_lookup_end’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:856:1: note: in expansion of macro ‘TRACE_EVENT’ 856 | TRACE_EVENT(f2fs_lookup_end, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:856:1: note: in expansion of macro ‘TRACE_EVENT’ 856 | TRACE_EVENT(f2fs_lookup_end, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_rename_start’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:886:1: note: in expansion of macro ‘TRACE_EVENT’ 886 | TRACE_EVENT(f2fs_rename_start, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:886:1: note: in expansion of macro ‘TRACE_EVENT’ 886 | TRACE_EVENT(f2fs_rename_start, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_rename_end’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:921:1: note: in expansion of macro ‘TRACE_EVENT’ 921 | TRACE_EVENT(f2fs_rename_end, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:921:1: note: in expansion of macro ‘TRACE_EVENT’ 921 | TRACE_EVENT(f2fs_rename_end, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_readdir’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:955:1: note: in expansion of macro ‘TRACE_EVENT’ 955 | TRACE_EVENT(f2fs_readdir, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:955:1: note: in expansion of macro ‘TRACE_EVENT’ 955 | TRACE_EVENT(f2fs_readdir, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_fallocate’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:984:1: note: in expansion of macro ‘TRACE_EVENT’ 984 | TRACE_EVENT(f2fs_fallocate, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:984:1: note: in expansion of macro ‘TRACE_EVENT’ 984 | TRACE_EVENT(f2fs_fallocate, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_direct_IO_enter’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1024:1: note: in expansion of macro ‘TRACE_EVENT’ 1024 | TRACE_EVENT(f2fs_direct_IO_enter, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1024:1: note: in expansion of macro ‘TRACE_EVENT’ 1024 | TRACE_EVENT(f2fs_direct_IO_enter, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_direct_IO_exit’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1059:1: note: in expansion of macro ‘TRACE_EVENT’ 1059 | TRACE_EVENT(f2fs_direct_IO_exit, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1059:1: note: in expansion of macro ‘TRACE_EVENT’ 1059 | TRACE_EVENT(f2fs_direct_IO_exit, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_reserve_new_blocks’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1093:1: note: in expansion of macro ‘TRACE_EVENT’ 1093 | TRACE_EVENT(f2fs_reserve_new_blocks, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1093:1: note: in expansion of macro ‘TRACE_EVENT’ 1093 | TRACE_EVENT(f2fs_reserve_new_blocks, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs__submit_page_bio’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1121:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1121 | DECLARE_EVENT_CLASS(f2fs__submit_page_bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1121:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1121 | DECLARE_EVENT_CLASS(f2fs__submit_page_bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs__bio’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1180 | DECLARE_EVENT_CLASS(f2fs__bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1180 | DECLARE_EVENT_CLASS(f2fs__bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_write_begin’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1251:1: note: in expansion of macro ‘TRACE_EVENT’ 1251 | TRACE_EVENT(f2fs_write_begin, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1251:1: note: in expansion of macro ‘TRACE_EVENT’ 1251 | TRACE_EVENT(f2fs_write_begin, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_write_end’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1277:1: note: in expansion of macro ‘TRACE_EVENT’ 1277 | TRACE_EVENT(f2fs_write_end, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1277:1: note: in expansion of macro ‘TRACE_EVENT’ 1277 | TRACE_EVENT(f2fs_write_end, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs__folio’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1307:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1307 | DECLARE_EVENT_CLASS(f2fs__folio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1307:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1307 | DECLARE_EVENT_CLASS(f2fs__folio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_replace_atomic_write_block’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1372:1: note: in expansion of macro ‘TRACE_EVENT’ 1372 | TRACE_EVENT(f2fs_replace_atomic_write_block, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1372:1: note: in expansion of macro ‘TRACE_EVENT’ 1372 | TRACE_EVENT(f2fs_replace_atomic_write_block, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_mmap’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1409:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1409 | DECLARE_EVENT_CLASS(f2fs_mmap, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1409:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1409 | DECLARE_EVENT_CLASS(f2fs_mmap, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_writepages’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1455:1: note: in expansion of macro ‘TRACE_EVENT’ 1455 | TRACE_EVENT(f2fs_writepages, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1455:1: note: in expansion of macro ‘TRACE_EVENT’ 1455 | TRACE_EVENT(f2fs_writepages, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_readpages’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1519:1: note: in expansion of macro ‘TRACE_EVENT’ 1519 | TRACE_EVENT(f2fs_readpages, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1519:1: note: in expansion of macro ‘TRACE_EVENT’ 1519 | TRACE_EVENT(f2fs_readpages, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_write_checkpoint’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1545:1: note: in expansion of macro ‘TRACE_EVENT’ 1545 | TRACE_EVENT(f2fs_write_checkpoint, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1545:1: note: in expansion of macro ‘TRACE_EVENT’ 1545 | TRACE_EVENT(f2fs_write_checkpoint, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_discard’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1569:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1569 | DECLARE_EVENT_CLASS(f2fs_discard, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1569:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1569 | DECLARE_EVENT_CLASS(f2fs_discard, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_reset_zone’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1614:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1614 | DECLARE_EVENT_CLASS(f2fs_reset_zone, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1614:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1614 | DECLARE_EVENT_CLASS(f2fs_reset_zone, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_issue_flush’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1649:1: note: in expansion of macro ‘TRACE_EVENT’ 1649 | TRACE_EVENT(f2fs_issue_flush, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1649:1: note: in expansion of macro ‘TRACE_EVENT’ 1649 | TRACE_EVENT(f2fs_issue_flush, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_lookup_extent_tree_start’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ 1677 | TRACE_EVENT(f2fs_lookup_extent_tree_start, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ 1677 | TRACE_EVENT(f2fs_lookup_extent_tree_start, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_lookup_read_extent_tree_end’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/f2fs.h:1703:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 1703 | TRACE_EVENT_CONDITION(f2fs_lookup_read_extent_tree_end, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/f2fs.h:1703:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 1703 | TRACE_EVENT_CONDITION(f2fs_lookup_read_extent_tree_end, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_lookup_age_extent_tree_end’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/f2fs.h:1739:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 1739 | TRACE_EVENT_CONDITION(f2fs_lookup_age_extent_tree_end, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/f2fs.h:1739:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 1739 | TRACE_EVENT_CONDITION(f2fs_lookup_age_extent_tree_end, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_update_read_extent_tree_range’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1778:1: note: in expansion of macro ‘TRACE_EVENT’ 1778 | TRACE_EVENT(f2fs_update_read_extent_tree_range, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1778:1: note: in expansion of macro ‘TRACE_EVENT’ 1778 | TRACE_EVENT(f2fs_update_read_extent_tree_range, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_update_age_extent_tree_range’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1813:1: note: in expansion of macro ‘TRACE_EVENT’ 1813 | TRACE_EVENT(f2fs_update_age_extent_tree_range, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1813:1: note: in expansion of macro ‘TRACE_EVENT’ 1813 | TRACE_EVENT(f2fs_update_age_extent_tree_range, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_shrink_extent_tree’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1848:1: note: in expansion of macro ‘TRACE_EVENT’ 1848 | TRACE_EVENT(f2fs_shrink_extent_tree, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1848:1: note: in expansion of macro ‘TRACE_EVENT’ 1848 | TRACE_EVENT(f2fs_shrink_extent_tree, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_destroy_extent_tree’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1876:1: note: in expansion of macro ‘TRACE_EVENT’ 1876 | TRACE_EVENT(f2fs_destroy_extent_tree, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1876:1: note: in expansion of macro ‘TRACE_EVENT’ 1876 | TRACE_EVENT(f2fs_destroy_extent_tree, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_sync_dirty_inodes’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1903:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1903 | DECLARE_EVENT_CLASS(f2fs_sync_dirty_inodes, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1903:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1903 | DECLARE_EVENT_CLASS(f2fs_sync_dirty_inodes, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_shutdown’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1941:1: note: in expansion of macro ‘TRACE_EVENT’ 1941 | TRACE_EVENT(f2fs_shutdown, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1941:1: note: in expansion of macro ‘TRACE_EVENT’ 1941 | TRACE_EVENT(f2fs_shutdown, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_zip_start’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1965:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1965 | DECLARE_EVENT_CLASS(f2fs_zip_start, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1965:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1965 | DECLARE_EVENT_CLASS(f2fs_zip_start, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_zip_end’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1996:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1996 | DECLARE_EVENT_CLASS(f2fs_zip_end, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1996:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1996 | DECLARE_EVENT_CLASS(f2fs_zip_end, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_iostat’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2060:1: note: in expansion of macro ‘TRACE_EVENT’ 2060 | TRACE_EVENT(f2fs_iostat, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2060:1: note: in expansion of macro ‘TRACE_EVENT’ 2060 | TRACE_EVENT(f2fs_iostat, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_iostat_latency’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2163:1: note: in expansion of macro ‘TRACE_EVENT’ 2163 | TRACE_EVENT(f2fs_iostat_latency, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2163:1: note: in expansion of macro ‘TRACE_EVENT’ 2163 | TRACE_EVENT(f2fs_iostat_latency, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_bmap’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2250:1: note: in expansion of macro ‘TRACE_EVENT’ 2250 | TRACE_EVENT(f2fs_bmap, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2250:1: note: in expansion of macro ‘TRACE_EVENT’ 2250 | TRACE_EVENT(f2fs_bmap, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_fiemap’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2276:1: note: in expansion of macro ‘TRACE_EVENT’ 2276 | TRACE_EVENT(f2fs_fiemap, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2276:1: note: in expansion of macro ‘TRACE_EVENT’ 2276 | TRACE_EVENT(f2fs_fiemap, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs__rw_start’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2313:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2313 | DECLARE_EVENT_CLASS(f2fs__rw_start, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2313:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2313 | DECLARE_EVENT_CLASS(f2fs__rw_start, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs__rw_end’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2354 | DECLARE_EVENT_CLASS(f2fs__rw_end, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2354 | DECLARE_EVENT_CLASS(f2fs__rw_end, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs__inode’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:183:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 183 | DECLARE_EVENT_CLASS(f2fs__inode, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:183:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 183 | DECLARE_EVENT_CLASS(f2fs__inode, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs__inode_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:222:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 222 | DECLARE_EVENT_CLASS(f2fs__inode_exit, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:222:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 222 | DECLARE_EVENT_CLASS(f2fs__inode_exit, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_sync_file_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:256:1: note: in expansion of macro ‘TRACE_EVENT’ 256 | TRACE_EVENT(f2fs_sync_file_exit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:256:1: note: in expansion of macro ‘TRACE_EVENT’ 256 | TRACE_EVENT(f2fs_sync_file_exit, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_sync_fs’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ 286 | TRACE_EVENT(f2fs_sync_fs, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ 286 | TRACE_EVENT(f2fs_sync_fs, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_unlink_enter’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:338:1: note: in expansion of macro ‘TRACE_EVENT’ 338 | TRACE_EVENT(f2fs_unlink_enter, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:338:1: note: in expansion of macro ‘TRACE_EVENT’ 338 | TRACE_EVENT(f2fs_unlink_enter, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_truncate_data_blocks_range’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:389:1: note: in expansion of macro ‘TRACE_EVENT’ 389 | TRACE_EVENT(f2fs_truncate_data_blocks_range, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:389:1: note: in expansion of macro ‘TRACE_EVENT’ 389 | TRACE_EVENT(f2fs_truncate_data_blocks_range, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs__truncate_op’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:418:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 418 | DECLARE_EVENT_CLASS(f2fs__truncate_op, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:418:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 418 | DECLARE_EVENT_CLASS(f2fs__truncate_op, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs__truncate_node’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:476:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 476 | DECLARE_EVENT_CLASS(f2fs__truncate_node, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:476:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 476 | DECLARE_EVENT_CLASS(f2fs__truncate_node, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_truncate_partial_nodes’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:523:1: note: in expansion of macro ‘TRACE_EVENT’ 523 | TRACE_EVENT(f2fs_truncate_partial_nodes, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:523:1: note: in expansion of macro ‘TRACE_EVENT’ 523 | TRACE_EVENT(f2fs_truncate_partial_nodes, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_file_write_iter’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:557:1: note: in expansion of macro ‘TRACE_EVENT’ 557 | TRACE_EVENT(f2fs_file_write_iter, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:557:1: note: in expansion of macro ‘TRACE_EVENT’ 557 | TRACE_EVENT(f2fs_file_write_iter, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_map_blocks’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:588:1: note: in expansion of macro ‘TRACE_EVENT’ 588 | TRACE_EVENT(f2fs_map_blocks, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:588:1: note: in expansion of macro ‘TRACE_EVENT’ 588 | TRACE_EVENT(f2fs_map_blocks, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_background_gc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:638:1: note: in expansion of macro ‘TRACE_EVENT’ 638 | TRACE_EVENT(f2fs_background_gc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:638:1: note: in expansion of macro ‘TRACE_EVENT’ 638 | TRACE_EVENT(f2fs_background_gc, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_gc_begin’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:666:1: note: in expansion of macro ‘TRACE_EVENT’ 666 | TRACE_EVENT(f2fs_gc_begin, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:666:1: note: in expansion of macro ‘TRACE_EVENT’ 666 | TRACE_EVENT(f2fs_gc_begin, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_gc_end’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:723:1: note: in expansion of macro ‘TRACE_EVENT’ 723 | TRACE_EVENT(f2fs_gc_end, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:723:1: note: in expansion of macro ‘TRACE_EVENT’ 723 | TRACE_EVENT(f2fs_gc_end, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_get_victim’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:778:1: note: in expansion of macro ‘TRACE_EVENT’ 778 | TRACE_EVENT(f2fs_get_victim, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:778:1: note: in expansion of macro ‘TRACE_EVENT’ 778 | TRACE_EVENT(f2fs_get_victim, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_lookup_start’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:830:1: note: in expansion of macro ‘TRACE_EVENT’ 830 | TRACE_EVENT(f2fs_lookup_start, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:830:1: note: in expansion of macro ‘TRACE_EVENT’ 830 | TRACE_EVENT(f2fs_lookup_start, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_lookup_end’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:856:1: note: in expansion of macro ‘TRACE_EVENT’ 856 | TRACE_EVENT(f2fs_lookup_end, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:856:1: note: in expansion of macro ‘TRACE_EVENT’ 856 | TRACE_EVENT(f2fs_lookup_end, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_rename_start’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:886:1: note: in expansion of macro ‘TRACE_EVENT’ 886 | TRACE_EVENT(f2fs_rename_start, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:886:1: note: in expansion of macro ‘TRACE_EVENT’ 886 | TRACE_EVENT(f2fs_rename_start, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_rename_end’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:921:1: note: in expansion of macro ‘TRACE_EVENT’ 921 | TRACE_EVENT(f2fs_rename_end, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:921:1: note: in expansion of macro ‘TRACE_EVENT’ 921 | TRACE_EVENT(f2fs_rename_end, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_readdir’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:955:1: note: in expansion of macro ‘TRACE_EVENT’ 955 | TRACE_EVENT(f2fs_readdir, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:955:1: note: in expansion of macro ‘TRACE_EVENT’ 955 | TRACE_EVENT(f2fs_readdir, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_fallocate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:984:1: note: in expansion of macro ‘TRACE_EVENT’ 984 | TRACE_EVENT(f2fs_fallocate, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:984:1: note: in expansion of macro ‘TRACE_EVENT’ 984 | TRACE_EVENT(f2fs_fallocate, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_direct_IO_enter’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1024:1: note: in expansion of macro ‘TRACE_EVENT’ 1024 | TRACE_EVENT(f2fs_direct_IO_enter, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1024:1: note: in expansion of macro ‘TRACE_EVENT’ 1024 | TRACE_EVENT(f2fs_direct_IO_enter, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_direct_IO_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1059:1: note: in expansion of macro ‘TRACE_EVENT’ 1059 | TRACE_EVENT(f2fs_direct_IO_exit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1059:1: note: in expansion of macro ‘TRACE_EVENT’ 1059 | TRACE_EVENT(f2fs_direct_IO_exit, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_reserve_new_blocks’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1093:1: note: in expansion of macro ‘TRACE_EVENT’ 1093 | TRACE_EVENT(f2fs_reserve_new_blocks, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1093:1: note: in expansion of macro ‘TRACE_EVENT’ 1093 | TRACE_EVENT(f2fs_reserve_new_blocks, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs__submit_page_bio’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1121:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1121 | DECLARE_EVENT_CLASS(f2fs__submit_page_bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1121:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1121 | DECLARE_EVENT_CLASS(f2fs__submit_page_bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs__bio’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1180 | DECLARE_EVENT_CLASS(f2fs__bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1180 | DECLARE_EVENT_CLASS(f2fs__bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_write_begin’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1251:1: note: in expansion of macro ‘TRACE_EVENT’ 1251 | TRACE_EVENT(f2fs_write_begin, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1251:1: note: in expansion of macro ‘TRACE_EVENT’ 1251 | TRACE_EVENT(f2fs_write_begin, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_write_end’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1277:1: note: in expansion of macro ‘TRACE_EVENT’ 1277 | TRACE_EVENT(f2fs_write_end, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1277:1: note: in expansion of macro ‘TRACE_EVENT’ 1277 | TRACE_EVENT(f2fs_write_end, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs__folio’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1307:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1307 | DECLARE_EVENT_CLASS(f2fs__folio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1307:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1307 | DECLARE_EVENT_CLASS(f2fs__folio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_replace_atomic_write_block’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1372:1: note: in expansion of macro ‘TRACE_EVENT’ 1372 | TRACE_EVENT(f2fs_replace_atomic_write_block, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1372:1: note: in expansion of macro ‘TRACE_EVENT’ 1372 | TRACE_EVENT(f2fs_replace_atomic_write_block, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_mmap’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1409:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1409 | DECLARE_EVENT_CLASS(f2fs_mmap, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1409:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1409 | DECLARE_EVENT_CLASS(f2fs_mmap, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_writepages’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1455:1: note: in expansion of macro ‘TRACE_EVENT’ 1455 | TRACE_EVENT(f2fs_writepages, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1455:1: note: in expansion of macro ‘TRACE_EVENT’ 1455 | TRACE_EVENT(f2fs_writepages, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_readpages’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1519:1: note: in expansion of macro ‘TRACE_EVENT’ 1519 | TRACE_EVENT(f2fs_readpages, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1519:1: note: in expansion of macro ‘TRACE_EVENT’ 1519 | TRACE_EVENT(f2fs_readpages, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_write_checkpoint’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1545:1: note: in expansion of macro ‘TRACE_EVENT’ 1545 | TRACE_EVENT(f2fs_write_checkpoint, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1545:1: note: in expansion of macro ‘TRACE_EVENT’ 1545 | TRACE_EVENT(f2fs_write_checkpoint, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_discard’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1569:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1569 | DECLARE_EVENT_CLASS(f2fs_discard, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1569:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1569 | DECLARE_EVENT_CLASS(f2fs_discard, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_reset_zone’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1614:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1614 | DECLARE_EVENT_CLASS(f2fs_reset_zone, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1614:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1614 | DECLARE_EVENT_CLASS(f2fs_reset_zone, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_issue_flush’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1649:1: note: in expansion of macro ‘TRACE_EVENT’ 1649 | TRACE_EVENT(f2fs_issue_flush, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1649:1: note: in expansion of macro ‘TRACE_EVENT’ 1649 | TRACE_EVENT(f2fs_issue_flush, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_lookup_extent_tree_start’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ 1677 | TRACE_EVENT(f2fs_lookup_extent_tree_start, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ 1677 | TRACE_EVENT(f2fs_lookup_extent_tree_start, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_lookup_read_extent_tree_end’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/f2fs.h:1703:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 1703 | TRACE_EVENT_CONDITION(f2fs_lookup_read_extent_tree_end, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/f2fs.h:1703:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 1703 | TRACE_EVENT_CONDITION(f2fs_lookup_read_extent_tree_end, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_lookup_age_extent_tree_end’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/f2fs.h:1739:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 1739 | TRACE_EVENT_CONDITION(f2fs_lookup_age_extent_tree_end, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/f2fs.h:1739:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 1739 | TRACE_EVENT_CONDITION(f2fs_lookup_age_extent_tree_end, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_update_read_extent_tree_range’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1778:1: note: in expansion of macro ‘TRACE_EVENT’ 1778 | TRACE_EVENT(f2fs_update_read_extent_tree_range, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1778:1: note: in expansion of macro ‘TRACE_EVENT’ 1778 | TRACE_EVENT(f2fs_update_read_extent_tree_range, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_update_age_extent_tree_range’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1813:1: note: in expansion of macro ‘TRACE_EVENT’ 1813 | TRACE_EVENT(f2fs_update_age_extent_tree_range, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1813:1: note: in expansion of macro ‘TRACE_EVENT’ 1813 | TRACE_EVENT(f2fs_update_age_extent_tree_range, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_shrink_extent_tree’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1848:1: note: in expansion of macro ‘TRACE_EVENT’ 1848 | TRACE_EVENT(f2fs_shrink_extent_tree, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1848:1: note: in expansion of macro ‘TRACE_EVENT’ 1848 | TRACE_EVENT(f2fs_shrink_extent_tree, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_destroy_extent_tree’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1876:1: note: in expansion of macro ‘TRACE_EVENT’ 1876 | TRACE_EVENT(f2fs_destroy_extent_tree, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1876:1: note: in expansion of macro ‘TRACE_EVENT’ 1876 | TRACE_EVENT(f2fs_destroy_extent_tree, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_sync_dirty_inodes’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1903:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1903 | DECLARE_EVENT_CLASS(f2fs_sync_dirty_inodes, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1903:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1903 | DECLARE_EVENT_CLASS(f2fs_sync_dirty_inodes, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_shutdown’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1941:1: note: in expansion of macro ‘TRACE_EVENT’ 1941 | TRACE_EVENT(f2fs_shutdown, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1941:1: note: in expansion of macro ‘TRACE_EVENT’ 1941 | TRACE_EVENT(f2fs_shutdown, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_zip_start’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1965:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1965 | DECLARE_EVENT_CLASS(f2fs_zip_start, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1965:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1965 | DECLARE_EVENT_CLASS(f2fs_zip_start, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_zip_end’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1996:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1996 | DECLARE_EVENT_CLASS(f2fs_zip_end, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:1996:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1996 | DECLARE_EVENT_CLASS(f2fs_zip_end, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_iostat’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2060:1: note: in expansion of macro ‘TRACE_EVENT’ 2060 | TRACE_EVENT(f2fs_iostat, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2060:1: note: in expansion of macro ‘TRACE_EVENT’ 2060 | TRACE_EVENT(f2fs_iostat, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_iostat_latency’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2163:1: note: in expansion of macro ‘TRACE_EVENT’ 2163 | TRACE_EVENT(f2fs_iostat_latency, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2163:1: note: in expansion of macro ‘TRACE_EVENT’ 2163 | TRACE_EVENT(f2fs_iostat_latency, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_bmap’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2250:1: note: in expansion of macro ‘TRACE_EVENT’ 2250 | TRACE_EVENT(f2fs_bmap, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2250:1: note: in expansion of macro ‘TRACE_EVENT’ 2250 | TRACE_EVENT(f2fs_bmap, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_fiemap’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2276:1: note: in expansion of macro ‘TRACE_EVENT’ 2276 | TRACE_EVENT(f2fs_fiemap, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2276:1: note: in expansion of macro ‘TRACE_EVENT’ 2276 | TRACE_EVENT(f2fs_fiemap, | ^~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs__rw_start’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2313:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2313 | DECLARE_EVENT_CLASS(f2fs__rw_start, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2313:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2313 | DECLARE_EVENT_CLASS(f2fs__rw_start, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs__rw_end’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2354 | DECLARE_EVENT_CLASS(f2fs__rw_end, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/f2fs.h:2354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2354 | DECLARE_EVENT_CLASS(f2fs__rw_end, | ^~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: fs/f2fs/super.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: fs/f2fs] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/sunrpc.h:2518, from ../net/sunrpc/sched.c:31: ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpc_xdr_buf_class’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 52 | DECLARE_EVENT_CLASS(rpc_xdr_buf_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 52 | DECLARE_EVENT_CLASS(rpc_xdr_buf_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 52 | DECLARE_EVENT_CLASS(rpc_xdr_buf_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 52 | DECLARE_EVENT_CLASS(rpc_xdr_buf_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 52 | DECLARE_EVENT_CLASS(rpc_xdr_buf_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpc_clnt_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 109 | DECLARE_EVENT_CLASS(rpc_clnt_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 109 | DECLARE_EVENT_CLASS(rpc_clnt_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpc_clnt_new’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:168:1: note: in expansion of macro ‘TRACE_EVENT’ 168 | TRACE_EVENT(rpc_clnt_new, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:168:1: note: in expansion of macro ‘TRACE_EVENT’ 168 | TRACE_EVENT(rpc_clnt_new, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpc_clnt_new_err’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:206:1: note: in expansion of macro ‘TRACE_EVENT’ 206 | TRACE_EVENT(rpc_clnt_new_err, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:206:1: note: in expansion of macro ‘TRACE_EVENT’ 206 | TRACE_EVENT(rpc_clnt_new_err, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpc_clnt_clone_err’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:231:1: note: in expansion of macro ‘TRACE_EVENT’ 231 | TRACE_EVENT(rpc_clnt_clone_err, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:231:1: note: in expansion of macro ‘TRACE_EVENT’ 231 | TRACE_EVENT(rpc_clnt_clone_err, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpc_task_status’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:274:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 274 | DECLARE_EVENT_CLASS(rpc_task_status, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:274:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 274 | DECLARE_EVENT_CLASS(rpc_task_status, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpc_request’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:309:1: note: in expansion of macro ‘TRACE_EVENT’ 309 | TRACE_EVENT(rpc_request, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:309:1: note: in expansion of macro ‘TRACE_EVENT’ 309 | TRACE_EVENT(rpc_request, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpc_task_running’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:366:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 366 | DECLARE_EVENT_CLASS(rpc_task_running, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:366:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 366 | DECLARE_EVENT_CLASS(rpc_task_running, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpc_task_queued’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:418:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 418 | DECLARE_EVENT_CLASS(rpc_task_queued, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:418:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 418 | DECLARE_EVENT_CLASS(rpc_task_queued, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpc_failure’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:466:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 466 | DECLARE_EVENT_CLASS(rpc_failure, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:466:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 466 | DECLARE_EVENT_CLASS(rpc_failure, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpc_reply_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:496:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 496 | DECLARE_EVENT_CLASS(rpc_reply_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:496:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 496 | DECLARE_EVENT_CLASS(rpc_reply_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpc_buf_alloc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:561:1: note: in expansion of macro ‘TRACE_EVENT’ 561 | TRACE_EVENT(rpc_buf_alloc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:561:1: note: in expansion of macro ‘TRACE_EVENT’ 561 | TRACE_EVENT(rpc_buf_alloc, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpc_call_rpcerror’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:592:1: note: in expansion of macro ‘TRACE_EVENT’ 592 | TRACE_EVENT(rpc_call_rpcerror, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:592:1: note: in expansion of macro ‘TRACE_EVENT’ 592 | TRACE_EVENT(rpc_call_rpcerror, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpc_stats_latency’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:621:1: note: in expansion of macro ‘TRACE_EVENT’ 621 | TRACE_EVENT(rpc_stats_latency, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:621:1: note: in expansion of macro ‘TRACE_EVENT’ 621 | TRACE_EVENT(rpc_stats_latency, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpc_xdr_overflow’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:667:1: note: in expansion of macro ‘TRACE_EVENT’ 667 | TRACE_EVENT(rpc_xdr_overflow, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:667:1: note: in expansion of macro ‘TRACE_EVENT’ 667 | TRACE_EVENT(rpc_xdr_overflow, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpc_xdr_alignment’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:733:1: note: in expansion of macro ‘TRACE_EVENT’ 733 | TRACE_EVENT(rpc_xdr_alignment, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:733:1: note: in expansion of macro ‘TRACE_EVENT’ 733 | TRACE_EVENT(rpc_xdr_alignment, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_xs_socket_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:842:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 842 | DECLARE_EVENT_CLASS(xs_socket_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:842:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 842 | DECLARE_EVENT_CLASS(xs_socket_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_xs_socket_event_done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:895:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 895 | DECLARE_EVENT_CLASS(xs_socket_event_done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:895:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 895 | DECLARE_EVENT_CLASS(xs_socket_event_done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpc_socket_nospace’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:959:1: note: in expansion of macro ‘TRACE_EVENT’ 959 | TRACE_EVENT(rpc_socket_nospace, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:959:1: note: in expansion of macro ‘TRACE_EVENT’ 959 | TRACE_EVENT(rpc_socket_nospace, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpc_xprt_lifetime_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1004:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1004 | DECLARE_EVENT_CLASS(rpc_xprt_lifetime_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1004:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1004 | DECLARE_EVENT_CLASS(rpc_xprt_lifetime_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpc_xprt_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1043:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1043 | DECLARE_EVENT_CLASS(rpc_xprt_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1043:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1043 | DECLARE_EVENT_CLASS(rpc_xprt_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_xprt_transmit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1082:1: note: in expansion of macro ‘TRACE_EVENT’ 1082 | TRACE_EVENT(xprt_transmit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1082:1: note: in expansion of macro ‘TRACE_EVENT’ 1082 | TRACE_EVENT(xprt_transmit, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_xprt_retransmit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1113:1: note: in expansion of macro ‘TRACE_EVENT’ 1113 | TRACE_EVENT(xprt_retransmit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1113:1: note: in expansion of macro ‘TRACE_EVENT’ 1113 | TRACE_EVENT(xprt_retransmit, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_xprt_ping’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1154:1: note: in expansion of macro ‘TRACE_EVENT’ 1154 | TRACE_EVENT(xprt_ping, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1154:1: note: in expansion of macro ‘TRACE_EVENT’ 1154 | TRACE_EVENT(xprt_ping, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_xprt_writelock_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1175 | DECLARE_EVENT_CLASS(xprt_writelock_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1175 | DECLARE_EVENT_CLASS(xprt_writelock_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_xprt_cong_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1221:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1221 | DECLARE_EVENT_CLASS(xprt_cong_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1221:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1221 | DECLARE_EVENT_CLASS(xprt_cong_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_xprt_reserve’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1278:1: note: in expansion of macro ‘TRACE_EVENT’ 1278 | TRACE_EVENT(xprt_reserve, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1278:1: note: in expansion of macro ‘TRACE_EVENT’ 1278 | TRACE_EVENT(xprt_reserve, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_xs_data_ready’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1302:1: note: in expansion of macro ‘TRACE_EVENT’ 1302 | TRACE_EVENT(xs_data_ready, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1302:1: note: in expansion of macro ‘TRACE_EVENT’ 1302 | TRACE_EVENT(xs_data_ready, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_xs_stream_read_data’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1322:1: note: in expansion of macro ‘TRACE_EVENT’ 1322 | TRACE_EVENT(xs_stream_read_data, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1322:1: note: in expansion of macro ‘TRACE_EVENT’ 1322 | TRACE_EVENT(xs_stream_read_data, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_xs_stream_read_request’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1347:1: note: in expansion of macro ‘TRACE_EVENT’ 1347 | TRACE_EVENT(xs_stream_read_request, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1347:1: note: in expansion of macro ‘TRACE_EVENT’ 1347 | TRACE_EVENT(xs_stream_read_request, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpcb_getport’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1375:1: note: in expansion of macro ‘TRACE_EVENT’ 1375 | TRACE_EVENT(rpcb_getport, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1375:1: note: in expansion of macro ‘TRACE_EVENT’ 1375 | TRACE_EVENT(rpcb_getport, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpcb_setport’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1412:1: note: in expansion of macro ‘TRACE_EVENT’ 1412 | TRACE_EVENT(rpcb_setport, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1412:1: note: in expansion of macro ‘TRACE_EVENT’ 1412 | TRACE_EVENT(rpcb_setport, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_pmap_register’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1441:1: note: in expansion of macro ‘TRACE_EVENT’ 1441 | TRACE_EVENT(pmap_register, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1441:1: note: in expansion of macro ‘TRACE_EVENT’ 1441 | TRACE_EVENT(pmap_register, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpcb_register’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1471:1: note: in expansion of macro ‘TRACE_EVENT’ 1471 | TRACE_EVENT(rpcb_register, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1471:1: note: in expansion of macro ‘TRACE_EVENT’ 1471 | TRACE_EVENT(rpcb_register, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpcb_unregister’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1501:1: note: in expansion of macro ‘TRACE_EVENT’ 1501 | TRACE_EVENT(rpcb_unregister, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1501:1: note: in expansion of macro ‘TRACE_EVENT’ 1501 | TRACE_EVENT(rpcb_unregister, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpc_tls_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1531:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1531 | DECLARE_EVENT_CLASS(rpc_tls_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1531:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1531 | DECLARE_EVENT_CLASS(rpc_tls_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_svc_xdr_msg_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1572:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1572 | DECLARE_EVENT_CLASS(svc_xdr_msg_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1572:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1572 | DECLARE_EVENT_CLASS(svc_xdr_msg_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_svc_xdr_buf_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1619:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1619 | DECLARE_EVENT_CLASS(svc_xdr_buf_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1619:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1619 | DECLARE_EVENT_CLASS(svc_xdr_buf_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_svc_authenticate’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h:1742:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 1742 | TRACE_EVENT_CONDITION(svc_authenticate, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h:1742:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 1742 | TRACE_EVENT_CONDITION(svc_authenticate, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_svc_process’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1773:1: note: in expansion of macro ‘TRACE_EVENT’ 1773 | TRACE_EVENT(svc_process, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1773:1: note: in expansion of macro ‘TRACE_EVENT’ 1773 | TRACE_EVENT(svc_process, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_svc_rqst_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1804:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1804 | DECLARE_EVENT_CLASS(svc_rqst_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1804:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1804 | DECLARE_EVENT_CLASS(svc_rqst_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_svc_rqst_status’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1837:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1837 | DECLARE_EVENT_CLASS(svc_rqst_status, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1837:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1837 | DECLARE_EVENT_CLASS(svc_rqst_status, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_svc_replace_page_err’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1868:1: note: in expansion of macro ‘TRACE_EVENT’ 1868 | TRACE_EVENT(svc_replace_page_err, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1868:1: note: in expansion of macro ‘TRACE_EVENT’ 1868 | TRACE_EVENT(svc_replace_page_err, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_svc_stats_latency’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1893:1: note: in expansion of macro ‘TRACE_EVENT’ 1893 | TRACE_EVENT(svc_stats_latency, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1893:1: note: in expansion of macro ‘TRACE_EVENT’ 1893 | TRACE_EVENT(svc_stats_latency, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_svc_xprt_create_err’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1957:1: note: in expansion of macro ‘TRACE_EVENT’ 1957 | TRACE_EVENT(svc_xprt_create_err, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1957:1: note: in expansion of macro ‘TRACE_EVENT’ 1957 | TRACE_EVENT(svc_xprt_create_err, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_svc_xprt_enqueue’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2010:1: note: in expansion of macro ‘TRACE_EVENT’ 2010 | TRACE_EVENT(svc_xprt_enqueue, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2010:1: note: in expansion of macro ‘TRACE_EVENT’ 2010 | TRACE_EVENT(svc_xprt_enqueue, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_svc_xprt_dequeue’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2034:1: note: in expansion of macro ‘TRACE_EVENT’ 2034 | TRACE_EVENT(svc_xprt_dequeue, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2034:1: note: in expansion of macro ‘TRACE_EVENT’ 2034 | TRACE_EVENT(svc_xprt_dequeue, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_svc_xprt_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2058:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2058 | DECLARE_EVENT_CLASS(svc_xprt_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2058:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2058 | DECLARE_EVENT_CLASS(svc_xprt_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_svc_xprt_accept’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2099:1: note: in expansion of macro ‘TRACE_EVENT’ 2099 | TRACE_EVENT(svc_xprt_accept, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2099:1: note: in expansion of macro ‘TRACE_EVENT’ 2099 | TRACE_EVENT(svc_xprt_accept, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_svc_wake_up’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2127:1: note: in expansion of macro ‘TRACE_EVENT’ 2127 | TRACE_EVENT(svc_wake_up, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2127:1: note: in expansion of macro ‘TRACE_EVENT’ 2127 | TRACE_EVENT(svc_wake_up, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_svc_alloc_arg_err’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2143:1: note: in expansion of macro ‘TRACE_EVENT’ 2143 | TRACE_EVENT(svc_alloc_arg_err, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2143:1: note: in expansion of macro ‘TRACE_EVENT’ 2143 | TRACE_EVENT(svc_alloc_arg_err, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_svc_deferred_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2165 | DECLARE_EVENT_CLASS(svc_deferred_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2165 | DECLARE_EVENT_CLASS(svc_deferred_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_svcsock_lifetime_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2199:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2199 | DECLARE_EVENT_CLASS(svcsock_lifetime_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2199:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2199 | DECLARE_EVENT_CLASS(svcsock_lifetime_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_svcsock_marker’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2240:1: note: in expansion of macro ‘TRACE_EVENT’ 2240 | TRACE_EVENT(svcsock_marker, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2240:1: note: in expansion of macro ‘TRACE_EVENT’ 2240 | TRACE_EVENT(svcsock_marker, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_svcsock_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2264:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2264 | DECLARE_EVENT_CLASS(svcsock_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2264:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2264 | DECLARE_EVENT_CLASS(svcsock_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_svcsock_tcp_recv_short’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2307:1: note: in expansion of macro ‘TRACE_EVENT’ 2307 | TRACE_EVENT(svcsock_tcp_recv_short, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2307:1: note: in expansion of macro ‘TRACE_EVENT’ 2307 | TRACE_EVENT(svcsock_tcp_recv_short, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_svcsock_tcp_state’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2336:1: note: in expansion of macro ‘TRACE_EVENT’ 2336 | TRACE_EVENT(svcsock_tcp_state, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2336:1: note: in expansion of macro ‘TRACE_EVENT’ 2336 | TRACE_EVENT(svcsock_tcp_state, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_svcsock_accept_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2365:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2365 | DECLARE_EVENT_CLASS(svcsock_accept_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2365:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2365 | DECLARE_EVENT_CLASS(svcsock_accept_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_cache_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2403:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2403 | DECLARE_EVENT_CLASS(cache_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2403:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2403 | DECLARE_EVENT_CLASS(cache_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_register_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2436:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2436 | DECLARE_EVENT_CLASS(register_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2436:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2436 | DECLARE_EVENT_CLASS(register_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_svc_unregister’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2490:1: note: in expansion of macro ‘TRACE_EVENT’ 2490 | TRACE_EVENT(svc_unregister, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2490:1: note: in expansion of macro ‘TRACE_EVENT’ 2490 | TRACE_EVENT(svc_unregister, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/sunrpc.h: In function ‘perf_trace_rpc_xdr_buf_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 52 | DECLARE_EVENT_CLASS(rpc_xdr_buf_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 52 | DECLARE_EVENT_CLASS(rpc_xdr_buf_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_rpc_clnt_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 109 | DECLARE_EVENT_CLASS(rpc_clnt_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 109 | DECLARE_EVENT_CLASS(rpc_clnt_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_rpc_clnt_new’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:168:1: note: in expansion of macro ‘TRACE_EVENT’ 168 | TRACE_EVENT(rpc_clnt_new, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:168:1: note: in expansion of macro ‘TRACE_EVENT’ 168 | TRACE_EVENT(rpc_clnt_new, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_rpc_clnt_new_err’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:206:1: note: in expansion of macro ‘TRACE_EVENT’ 206 | TRACE_EVENT(rpc_clnt_new_err, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:206:1: note: in expansion of macro ‘TRACE_EVENT’ 206 | TRACE_EVENT(rpc_clnt_new_err, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_rpc_clnt_clone_err’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:231:1: note: in expansion of macro ‘TRACE_EVENT’ 231 | TRACE_EVENT(rpc_clnt_clone_err, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:231:1: note: in expansion of macro ‘TRACE_EVENT’ 231 | TRACE_EVENT(rpc_clnt_clone_err, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_rpc_task_status’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:274:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 274 | DECLARE_EVENT_CLASS(rpc_task_status, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:274:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 274 | DECLARE_EVENT_CLASS(rpc_task_status, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_rpc_request’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:309:1: note: in expansion of macro ‘TRACE_EVENT’ 309 | TRACE_EVENT(rpc_request, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:309:1: note: in expansion of macro ‘TRACE_EVENT’ 309 | TRACE_EVENT(rpc_request, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_rpc_task_running’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:366:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 366 | DECLARE_EVENT_CLASS(rpc_task_running, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:366:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 366 | DECLARE_EVENT_CLASS(rpc_task_running, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_rpc_task_queued’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:418:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 418 | DECLARE_EVENT_CLASS(rpc_task_queued, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:418:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 418 | DECLARE_EVENT_CLASS(rpc_task_queued, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_rpc_failure’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:466:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 466 | DECLARE_EVENT_CLASS(rpc_failure, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:466:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 466 | DECLARE_EVENT_CLASS(rpc_failure, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_rpc_reply_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:496:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 496 | DECLARE_EVENT_CLASS(rpc_reply_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:496:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 496 | DECLARE_EVENT_CLASS(rpc_reply_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_rpc_buf_alloc’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:561:1: note: in expansion of macro ‘TRACE_EVENT’ 561 | TRACE_EVENT(rpc_buf_alloc, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:561:1: note: in expansion of macro ‘TRACE_EVENT’ 561 | TRACE_EVENT(rpc_buf_alloc, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_rpc_call_rpcerror’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:592:1: note: in expansion of macro ‘TRACE_EVENT’ 592 | TRACE_EVENT(rpc_call_rpcerror, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:592:1: note: in expansion of macro ‘TRACE_EVENT’ 592 | TRACE_EVENT(rpc_call_rpcerror, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_rpc_stats_latency’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:621:1: note: in expansion of macro ‘TRACE_EVENT’ 621 | TRACE_EVENT(rpc_stats_latency, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:621:1: note: in expansion of macro ‘TRACE_EVENT’ 621 | TRACE_EVENT(rpc_stats_latency, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_rpc_xdr_overflow’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:667:1: note: in expansion of macro ‘TRACE_EVENT’ 667 | TRACE_EVENT(rpc_xdr_overflow, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:667:1: note: in expansion of macro ‘TRACE_EVENT’ 667 | TRACE_EVENT(rpc_xdr_overflow, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_rpc_xdr_alignment’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:733:1: note: in expansion of macro ‘TRACE_EVENT’ 733 | TRACE_EVENT(rpc_xdr_alignment, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:733:1: note: in expansion of macro ‘TRACE_EVENT’ 733 | TRACE_EVENT(rpc_xdr_alignment, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_xs_socket_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:842:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 842 | DECLARE_EVENT_CLASS(xs_socket_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:842:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 842 | DECLARE_EVENT_CLASS(xs_socket_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_xs_socket_event_done’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:895:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 895 | DECLARE_EVENT_CLASS(xs_socket_event_done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:895:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 895 | DECLARE_EVENT_CLASS(xs_socket_event_done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_rpc_socket_nospace’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:959:1: note: in expansion of macro ‘TRACE_EVENT’ 959 | TRACE_EVENT(rpc_socket_nospace, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:959:1: note: in expansion of macro ‘TRACE_EVENT’ 959 | TRACE_EVENT(rpc_socket_nospace, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_rpc_xprt_lifetime_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1004:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1004 | DECLARE_EVENT_CLASS(rpc_xprt_lifetime_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1004:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1004 | DECLARE_EVENT_CLASS(rpc_xprt_lifetime_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_rpc_xprt_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1043:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1043 | DECLARE_EVENT_CLASS(rpc_xprt_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1043:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1043 | DECLARE_EVENT_CLASS(rpc_xprt_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_xprt_transmit’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1082:1: note: in expansion of macro ‘TRACE_EVENT’ 1082 | TRACE_EVENT(xprt_transmit, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1082:1: note: in expansion of macro ‘TRACE_EVENT’ 1082 | TRACE_EVENT(xprt_transmit, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_xprt_retransmit’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1113:1: note: in expansion of macro ‘TRACE_EVENT’ 1113 | TRACE_EVENT(xprt_retransmit, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1113:1: note: in expansion of macro ‘TRACE_EVENT’ 1113 | TRACE_EVENT(xprt_retransmit, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_xprt_ping’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1154:1: note: in expansion of macro ‘TRACE_EVENT’ 1154 | TRACE_EVENT(xprt_ping, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1154:1: note: in expansion of macro ‘TRACE_EVENT’ 1154 | TRACE_EVENT(xprt_ping, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_xprt_writelock_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1175 | DECLARE_EVENT_CLASS(xprt_writelock_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1175 | DECLARE_EVENT_CLASS(xprt_writelock_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_xprt_cong_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1221:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1221 | DECLARE_EVENT_CLASS(xprt_cong_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1221:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1221 | DECLARE_EVENT_CLASS(xprt_cong_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_xprt_reserve’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1278:1: note: in expansion of macro ‘TRACE_EVENT’ 1278 | TRACE_EVENT(xprt_reserve, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1278:1: note: in expansion of macro ‘TRACE_EVENT’ 1278 | TRACE_EVENT(xprt_reserve, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_xs_data_ready’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1302:1: note: in expansion of macro ‘TRACE_EVENT’ 1302 | TRACE_EVENT(xs_data_ready, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1302:1: note: in expansion of macro ‘TRACE_EVENT’ 1302 | TRACE_EVENT(xs_data_ready, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_xs_stream_read_data’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1322:1: note: in expansion of macro ‘TRACE_EVENT’ 1322 | TRACE_EVENT(xs_stream_read_data, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1322:1: note: in expansion of macro ‘TRACE_EVENT’ 1322 | TRACE_EVENT(xs_stream_read_data, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_xs_stream_read_request’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1347:1: note: in expansion of macro ‘TRACE_EVENT’ 1347 | TRACE_EVENT(xs_stream_read_request, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1347:1: note: in expansion of macro ‘TRACE_EVENT’ 1347 | TRACE_EVENT(xs_stream_read_request, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_rpcb_getport’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1375:1: note: in expansion of macro ‘TRACE_EVENT’ 1375 | TRACE_EVENT(rpcb_getport, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1375:1: note: in expansion of macro ‘TRACE_EVENT’ 1375 | TRACE_EVENT(rpcb_getport, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_rpcb_setport’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1412:1: note: in expansion of macro ‘TRACE_EVENT’ 1412 | TRACE_EVENT(rpcb_setport, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1412:1: note: in expansion of macro ‘TRACE_EVENT’ 1412 | TRACE_EVENT(rpcb_setport, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_pmap_register’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1441:1: note: in expansion of macro ‘TRACE_EVENT’ 1441 | TRACE_EVENT(pmap_register, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1441:1: note: in expansion of macro ‘TRACE_EVENT’ 1441 | TRACE_EVENT(pmap_register, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_rpcb_register’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1471:1: note: in expansion of macro ‘TRACE_EVENT’ 1471 | TRACE_EVENT(rpcb_register, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1471:1: note: in expansion of macro ‘TRACE_EVENT’ 1471 | TRACE_EVENT(rpcb_register, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_rpcb_unregister’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1501:1: note: in expansion of macro ‘TRACE_EVENT’ 1501 | TRACE_EVENT(rpcb_unregister, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1501:1: note: in expansion of macro ‘TRACE_EVENT’ 1501 | TRACE_EVENT(rpcb_unregister, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_rpc_tls_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1531:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1531 | DECLARE_EVENT_CLASS(rpc_tls_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1531:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1531 | DECLARE_EVENT_CLASS(rpc_tls_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_svc_xdr_msg_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1572:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1572 | DECLARE_EVENT_CLASS(svc_xdr_msg_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1572:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1572 | DECLARE_EVENT_CLASS(svc_xdr_msg_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_svc_xdr_buf_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1619:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1619 | DECLARE_EVENT_CLASS(svc_xdr_buf_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1619:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1619 | DECLARE_EVENT_CLASS(svc_xdr_buf_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_svc_authenticate’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h:1742:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 1742 | TRACE_EVENT_CONDITION(svc_authenticate, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h:1742:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 1742 | TRACE_EVENT_CONDITION(svc_authenticate, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_svc_process’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1773:1: note: in expansion of macro ‘TRACE_EVENT’ 1773 | TRACE_EVENT(svc_process, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1773:1: note: in expansion of macro ‘TRACE_EVENT’ 1773 | TRACE_EVENT(svc_process, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_svc_rqst_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1804:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1804 | DECLARE_EVENT_CLASS(svc_rqst_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1804:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1804 | DECLARE_EVENT_CLASS(svc_rqst_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_svc_rqst_status’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1837:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1837 | DECLARE_EVENT_CLASS(svc_rqst_status, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1837:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1837 | DECLARE_EVENT_CLASS(svc_rqst_status, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_svc_replace_page_err’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1868:1: note: in expansion of macro ‘TRACE_EVENT’ 1868 | TRACE_EVENT(svc_replace_page_err, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1868:1: note: in expansion of macro ‘TRACE_EVENT’ 1868 | TRACE_EVENT(svc_replace_page_err, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_svc_stats_latency’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1893:1: note: in expansion of macro ‘TRACE_EVENT’ 1893 | TRACE_EVENT(svc_stats_latency, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1893:1: note: in expansion of macro ‘TRACE_EVENT’ 1893 | TRACE_EVENT(svc_stats_latency, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_svc_xprt_create_err’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1957:1: note: in expansion of macro ‘TRACE_EVENT’ 1957 | TRACE_EVENT(svc_xprt_create_err, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1957:1: note: in expansion of macro ‘TRACE_EVENT’ 1957 | TRACE_EVENT(svc_xprt_create_err, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_svc_xprt_enqueue’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2010:1: note: in expansion of macro ‘TRACE_EVENT’ 2010 | TRACE_EVENT(svc_xprt_enqueue, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2010:1: note: in expansion of macro ‘TRACE_EVENT’ 2010 | TRACE_EVENT(svc_xprt_enqueue, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_svc_xprt_dequeue’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2034:1: note: in expansion of macro ‘TRACE_EVENT’ 2034 | TRACE_EVENT(svc_xprt_dequeue, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2034:1: note: in expansion of macro ‘TRACE_EVENT’ 2034 | TRACE_EVENT(svc_xprt_dequeue, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_svc_xprt_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2058:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2058 | DECLARE_EVENT_CLASS(svc_xprt_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2058:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2058 | DECLARE_EVENT_CLASS(svc_xprt_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_svc_xprt_accept’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2099:1: note: in expansion of macro ‘TRACE_EVENT’ 2099 | TRACE_EVENT(svc_xprt_accept, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2099:1: note: in expansion of macro ‘TRACE_EVENT’ 2099 | TRACE_EVENT(svc_xprt_accept, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_svc_wake_up’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2127:1: note: in expansion of macro ‘TRACE_EVENT’ 2127 | TRACE_EVENT(svc_wake_up, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2127:1: note: in expansion of macro ‘TRACE_EVENT’ 2127 | TRACE_EVENT(svc_wake_up, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_svc_alloc_arg_err’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2143:1: note: in expansion of macro ‘TRACE_EVENT’ 2143 | TRACE_EVENT(svc_alloc_arg_err, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2143:1: note: in expansion of macro ‘TRACE_EVENT’ 2143 | TRACE_EVENT(svc_alloc_arg_err, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_svc_deferred_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2165 | DECLARE_EVENT_CLASS(svc_deferred_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2165 | DECLARE_EVENT_CLASS(svc_deferred_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_svcsock_lifetime_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2199:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2199 | DECLARE_EVENT_CLASS(svcsock_lifetime_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2199:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2199 | DECLARE_EVENT_CLASS(svcsock_lifetime_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_svcsock_marker’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2240:1: note: in expansion of macro ‘TRACE_EVENT’ 2240 | TRACE_EVENT(svcsock_marker, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2240:1: note: in expansion of macro ‘TRACE_EVENT’ 2240 | TRACE_EVENT(svcsock_marker, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_svcsock_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2264:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2264 | DECLARE_EVENT_CLASS(svcsock_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2264:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2264 | DECLARE_EVENT_CLASS(svcsock_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_svcsock_tcp_recv_short’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2307:1: note: in expansion of macro ‘TRACE_EVENT’ 2307 | TRACE_EVENT(svcsock_tcp_recv_short, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2307:1: note: in expansion of macro ‘TRACE_EVENT’ 2307 | TRACE_EVENT(svcsock_tcp_recv_short, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_svcsock_tcp_state’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2336:1: note: in expansion of macro ‘TRACE_EVENT’ 2336 | TRACE_EVENT(svcsock_tcp_state, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2336:1: note: in expansion of macro ‘TRACE_EVENT’ 2336 | TRACE_EVENT(svcsock_tcp_state, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_svcsock_accept_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2365:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2365 | DECLARE_EVENT_CLASS(svcsock_accept_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2365:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2365 | DECLARE_EVENT_CLASS(svcsock_accept_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_cache_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2403:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2403 | DECLARE_EVENT_CLASS(cache_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2403:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2403 | DECLARE_EVENT_CLASS(cache_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_register_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2436:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2436 | DECLARE_EVENT_CLASS(register_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2436:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2436 | DECLARE_EVENT_CLASS(register_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘perf_trace_svc_unregister’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2490:1: note: in expansion of macro ‘TRACE_EVENT’ 2490 | TRACE_EVENT(svc_unregister, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2490:1: note: in expansion of macro ‘TRACE_EVENT’ 2490 | TRACE_EVENT(svc_unregister, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpc_xdr_buf_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 52 | DECLARE_EVENT_CLASS(rpc_xdr_buf_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 52 | DECLARE_EVENT_CLASS(rpc_xdr_buf_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpc_clnt_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 109 | DECLARE_EVENT_CLASS(rpc_clnt_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 109 | DECLARE_EVENT_CLASS(rpc_clnt_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpc_clnt_new’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:168:1: note: in expansion of macro ‘TRACE_EVENT’ 168 | TRACE_EVENT(rpc_clnt_new, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:168:1: note: in expansion of macro ‘TRACE_EVENT’ 168 | TRACE_EVENT(rpc_clnt_new, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpc_clnt_new_err’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:206:1: note: in expansion of macro ‘TRACE_EVENT’ 206 | TRACE_EVENT(rpc_clnt_new_err, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:206:1: note: in expansion of macro ‘TRACE_EVENT’ 206 | TRACE_EVENT(rpc_clnt_new_err, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpc_clnt_clone_err’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:231:1: note: in expansion of macro ‘TRACE_EVENT’ 231 | TRACE_EVENT(rpc_clnt_clone_err, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:231:1: note: in expansion of macro ‘TRACE_EVENT’ 231 | TRACE_EVENT(rpc_clnt_clone_err, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpc_task_status’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:274:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 274 | DECLARE_EVENT_CLASS(rpc_task_status, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:274:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 274 | DECLARE_EVENT_CLASS(rpc_task_status, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpc_request’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:309:1: note: in expansion of macro ‘TRACE_EVENT’ 309 | TRACE_EVENT(rpc_request, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:309:1: note: in expansion of macro ‘TRACE_EVENT’ 309 | TRACE_EVENT(rpc_request, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpc_task_running’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:366:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 366 | DECLARE_EVENT_CLASS(rpc_task_running, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:366:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 366 | DECLARE_EVENT_CLASS(rpc_task_running, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpc_task_queued’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:418:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 418 | DECLARE_EVENT_CLASS(rpc_task_queued, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:418:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 418 | DECLARE_EVENT_CLASS(rpc_task_queued, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpc_failure’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:466:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 466 | DECLARE_EVENT_CLASS(rpc_failure, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:466:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 466 | DECLARE_EVENT_CLASS(rpc_failure, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpc_reply_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:496:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 496 | DECLARE_EVENT_CLASS(rpc_reply_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:496:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 496 | DECLARE_EVENT_CLASS(rpc_reply_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpc_buf_alloc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:561:1: note: in expansion of macro ‘TRACE_EVENT’ 561 | TRACE_EVENT(rpc_buf_alloc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:561:1: note: in expansion of macro ‘TRACE_EVENT’ 561 | TRACE_EVENT(rpc_buf_alloc, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpc_call_rpcerror’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:592:1: note: in expansion of macro ‘TRACE_EVENT’ 592 | TRACE_EVENT(rpc_call_rpcerror, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:592:1: note: in expansion of macro ‘TRACE_EVENT’ 592 | TRACE_EVENT(rpc_call_rpcerror, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpc_stats_latency’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:621:1: note: in expansion of macro ‘TRACE_EVENT’ 621 | TRACE_EVENT(rpc_stats_latency, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:621:1: note: in expansion of macro ‘TRACE_EVENT’ 621 | TRACE_EVENT(rpc_stats_latency, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpc_xdr_overflow’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:667:1: note: in expansion of macro ‘TRACE_EVENT’ 667 | TRACE_EVENT(rpc_xdr_overflow, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:667:1: note: in expansion of macro ‘TRACE_EVENT’ 667 | TRACE_EVENT(rpc_xdr_overflow, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpc_xdr_alignment’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:733:1: note: in expansion of macro ‘TRACE_EVENT’ 733 | TRACE_EVENT(rpc_xdr_alignment, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:733:1: note: in expansion of macro ‘TRACE_EVENT’ 733 | TRACE_EVENT(rpc_xdr_alignment, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_xs_socket_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:842:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 842 | DECLARE_EVENT_CLASS(xs_socket_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:842:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 842 | DECLARE_EVENT_CLASS(xs_socket_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_xs_socket_event_done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:895:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 895 | DECLARE_EVENT_CLASS(xs_socket_event_done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:895:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 895 | DECLARE_EVENT_CLASS(xs_socket_event_done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpc_socket_nospace’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:959:1: note: in expansion of macro ‘TRACE_EVENT’ 959 | TRACE_EVENT(rpc_socket_nospace, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:959:1: note: in expansion of macro ‘TRACE_EVENT’ 959 | TRACE_EVENT(rpc_socket_nospace, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpc_xprt_lifetime_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1004:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1004 | DECLARE_EVENT_CLASS(rpc_xprt_lifetime_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1004:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1004 | DECLARE_EVENT_CLASS(rpc_xprt_lifetime_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpc_xprt_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1043:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1043 | DECLARE_EVENT_CLASS(rpc_xprt_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1043:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1043 | DECLARE_EVENT_CLASS(rpc_xprt_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_xprt_transmit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1082:1: note: in expansion of macro ‘TRACE_EVENT’ 1082 | TRACE_EVENT(xprt_transmit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1082:1: note: in expansion of macro ‘TRACE_EVENT’ 1082 | TRACE_EVENT(xprt_transmit, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_xprt_retransmit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1113:1: note: in expansion of macro ‘TRACE_EVENT’ 1113 | TRACE_EVENT(xprt_retransmit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1113:1: note: in expansion of macro ‘TRACE_EVENT’ 1113 | TRACE_EVENT(xprt_retransmit, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_xprt_ping’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1154:1: note: in expansion of macro ‘TRACE_EVENT’ 1154 | TRACE_EVENT(xprt_ping, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1154:1: note: in expansion of macro ‘TRACE_EVENT’ 1154 | TRACE_EVENT(xprt_ping, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_xprt_writelock_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1175 | DECLARE_EVENT_CLASS(xprt_writelock_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1175 | DECLARE_EVENT_CLASS(xprt_writelock_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_xprt_cong_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1221:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1221 | DECLARE_EVENT_CLASS(xprt_cong_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1221:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1221 | DECLARE_EVENT_CLASS(xprt_cong_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_xprt_reserve’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1278:1: note: in expansion of macro ‘TRACE_EVENT’ 1278 | TRACE_EVENT(xprt_reserve, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1278:1: note: in expansion of macro ‘TRACE_EVENT’ 1278 | TRACE_EVENT(xprt_reserve, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_xs_data_ready’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1302:1: note: in expansion of macro ‘TRACE_EVENT’ 1302 | TRACE_EVENT(xs_data_ready, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1302:1: note: in expansion of macro ‘TRACE_EVENT’ 1302 | TRACE_EVENT(xs_data_ready, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_xs_stream_read_data’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1322:1: note: in expansion of macro ‘TRACE_EVENT’ 1322 | TRACE_EVENT(xs_stream_read_data, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1322:1: note: in expansion of macro ‘TRACE_EVENT’ 1322 | TRACE_EVENT(xs_stream_read_data, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_xs_stream_read_request’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1347:1: note: in expansion of macro ‘TRACE_EVENT’ 1347 | TRACE_EVENT(xs_stream_read_request, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1347:1: note: in expansion of macro ‘TRACE_EVENT’ 1347 | TRACE_EVENT(xs_stream_read_request, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpcb_getport’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1375:1: note: in expansion of macro ‘TRACE_EVENT’ 1375 | TRACE_EVENT(rpcb_getport, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1375:1: note: in expansion of macro ‘TRACE_EVENT’ 1375 | TRACE_EVENT(rpcb_getport, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpcb_setport’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1412:1: note: in expansion of macro ‘TRACE_EVENT’ 1412 | TRACE_EVENT(rpcb_setport, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1412:1: note: in expansion of macro ‘TRACE_EVENT’ 1412 | TRACE_EVENT(rpcb_setport, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_pmap_register’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1441:1: note: in expansion of macro ‘TRACE_EVENT’ 1441 | TRACE_EVENT(pmap_register, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1441:1: note: in expansion of macro ‘TRACE_EVENT’ 1441 | TRACE_EVENT(pmap_register, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpcb_register’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1471:1: note: in expansion of macro ‘TRACE_EVENT’ 1471 | TRACE_EVENT(rpcb_register, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1471:1: note: in expansion of macro ‘TRACE_EVENT’ 1471 | TRACE_EVENT(rpcb_register, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpcb_unregister’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1501:1: note: in expansion of macro ‘TRACE_EVENT’ 1501 | TRACE_EVENT(rpcb_unregister, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1501:1: note: in expansion of macro ‘TRACE_EVENT’ 1501 | TRACE_EVENT(rpcb_unregister, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpc_tls_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1531:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1531 | DECLARE_EVENT_CLASS(rpc_tls_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1531:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1531 | DECLARE_EVENT_CLASS(rpc_tls_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_svc_xdr_msg_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1572:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1572 | DECLARE_EVENT_CLASS(svc_xdr_msg_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1572:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1572 | DECLARE_EVENT_CLASS(svc_xdr_msg_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_svc_xdr_buf_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1619:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1619 | DECLARE_EVENT_CLASS(svc_xdr_buf_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1619:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1619 | DECLARE_EVENT_CLASS(svc_xdr_buf_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_svc_authenticate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h:1742:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 1742 | TRACE_EVENT_CONDITION(svc_authenticate, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h:1742:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 1742 | TRACE_EVENT_CONDITION(svc_authenticate, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_svc_process’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1773:1: note: in expansion of macro ‘TRACE_EVENT’ 1773 | TRACE_EVENT(svc_process, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1773:1: note: in expansion of macro ‘TRACE_EVENT’ 1773 | TRACE_EVENT(svc_process, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_svc_rqst_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1804:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1804 | DECLARE_EVENT_CLASS(svc_rqst_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1804:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1804 | DECLARE_EVENT_CLASS(svc_rqst_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_svc_rqst_status’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1837:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1837 | DECLARE_EVENT_CLASS(svc_rqst_status, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1837:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1837 | DECLARE_EVENT_CLASS(svc_rqst_status, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_svc_replace_page_err’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1868:1: note: in expansion of macro ‘TRACE_EVENT’ 1868 | TRACE_EVENT(svc_replace_page_err, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1868:1: note: in expansion of macro ‘TRACE_EVENT’ 1868 | TRACE_EVENT(svc_replace_page_err, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_svc_stats_latency’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1893:1: note: in expansion of macro ‘TRACE_EVENT’ 1893 | TRACE_EVENT(svc_stats_latency, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1893:1: note: in expansion of macro ‘TRACE_EVENT’ 1893 | TRACE_EVENT(svc_stats_latency, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_svc_xprt_create_err’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1957:1: note: in expansion of macro ‘TRACE_EVENT’ 1957 | TRACE_EVENT(svc_xprt_create_err, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:1957:1: note: in expansion of macro ‘TRACE_EVENT’ 1957 | TRACE_EVENT(svc_xprt_create_err, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_svc_xprt_enqueue’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2010:1: note: in expansion of macro ‘TRACE_EVENT’ 2010 | TRACE_EVENT(svc_xprt_enqueue, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2010:1: note: in expansion of macro ‘TRACE_EVENT’ 2010 | TRACE_EVENT(svc_xprt_enqueue, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_svc_xprt_dequeue’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2034:1: note: in expansion of macro ‘TRACE_EVENT’ 2034 | TRACE_EVENT(svc_xprt_dequeue, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2034:1: note: in expansion of macro ‘TRACE_EVENT’ 2034 | TRACE_EVENT(svc_xprt_dequeue, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_svc_xprt_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2058:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2058 | DECLARE_EVENT_CLASS(svc_xprt_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2058:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2058 | DECLARE_EVENT_CLASS(svc_xprt_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_svc_xprt_accept’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2099:1: note: in expansion of macro ‘TRACE_EVENT’ 2099 | TRACE_EVENT(svc_xprt_accept, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2099:1: note: in expansion of macro ‘TRACE_EVENT’ 2099 | TRACE_EVENT(svc_xprt_accept, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_svc_wake_up’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2127:1: note: in expansion of macro ‘TRACE_EVENT’ 2127 | TRACE_EVENT(svc_wake_up, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2127:1: note: in expansion of macro ‘TRACE_EVENT’ 2127 | TRACE_EVENT(svc_wake_up, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_svc_alloc_arg_err’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2143:1: note: in expansion of macro ‘TRACE_EVENT’ 2143 | TRACE_EVENT(svc_alloc_arg_err, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2143:1: note: in expansion of macro ‘TRACE_EVENT’ 2143 | TRACE_EVENT(svc_alloc_arg_err, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_svc_deferred_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2165 | DECLARE_EVENT_CLASS(svc_deferred_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2165 | DECLARE_EVENT_CLASS(svc_deferred_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_svcsock_lifetime_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2199:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2199 | DECLARE_EVENT_CLASS(svcsock_lifetime_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2199:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2199 | DECLARE_EVENT_CLASS(svcsock_lifetime_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_svcsock_marker’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2240:1: note: in expansion of macro ‘TRACE_EVENT’ 2240 | TRACE_EVENT(svcsock_marker, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2240:1: note: in expansion of macro ‘TRACE_EVENT’ 2240 | TRACE_EVENT(svcsock_marker, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_svcsock_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2264:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2264 | DECLARE_EVENT_CLASS(svcsock_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2264:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2264 | DECLARE_EVENT_CLASS(svcsock_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_svcsock_tcp_recv_short’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2307:1: note: in expansion of macro ‘TRACE_EVENT’ 2307 | TRACE_EVENT(svcsock_tcp_recv_short, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2307:1: note: in expansion of macro ‘TRACE_EVENT’ 2307 | TRACE_EVENT(svcsock_tcp_recv_short, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_svcsock_tcp_state’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2336:1: note: in expansion of macro ‘TRACE_EVENT’ 2336 | TRACE_EVENT(svcsock_tcp_state, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2336:1: note: in expansion of macro ‘TRACE_EVENT’ 2336 | TRACE_EVENT(svcsock_tcp_state, | ^~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_svcsock_accept_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2365:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2365 | DECLARE_EVENT_CLASS(svcsock_accept_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2365:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2365 | DECLARE_EVENT_CLASS(svcsock_accept_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_cache_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2403:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2403 | DECLARE_EVENT_CLASS(cache_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2403:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2403 | DECLARE_EVENT_CLASS(cache_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_register_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2436:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2436 | DECLARE_EVENT_CLASS(register_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2436:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2436 | DECLARE_EVENT_CLASS(register_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h: In function ‘__bpf_trace_svc_unregister’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2490:1: note: in expansion of macro ‘TRACE_EVENT’ 2490 | TRACE_EVENT(svc_unregister, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/sunrpc.h:2490:1: note: in expansion of macro ‘TRACE_EVENT’ 2490 | TRACE_EVENT(svc_unregister, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: net/sunrpc/sched.o] Error 1 In file included from ../include/trace/define_trace.h:108, from ../fs/nfs/nfs4trace.h:2701, from ../fs/nfs/nfs4trace.c:15: ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_clientid_event’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 35 | DECLARE_EVENT_CLASS(nfs4_clientid_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 35 | DECLARE_EVENT_CLASS(nfs4_clientid_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 35 | DECLARE_EVENT_CLASS(nfs4_clientid_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 35 | DECLARE_EVENT_CLASS(nfs4_clientid_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 35 | DECLARE_EVENT_CLASS(nfs4_clientid_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_trunked_exchange_id’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ 80 | TRACE_EVENT(nfs4_trunked_exchange_id, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ 80 | TRACE_EVENT(nfs4_trunked_exchange_id, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_sequence_done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:110:1: note: in expansion of macro ‘TRACE_EVENT’ 110 | TRACE_EVENT(nfs4_sequence_done, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:110:1: note: in expansion of macro ‘TRACE_EVENT’ 110 | TRACE_EVENT(nfs4_sequence_done, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_cb_sequence’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(nfs4_cb_sequence, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(nfs4_cb_sequence, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_cb_seqid_err’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ 196 | TRACE_EVENT(nfs4_cb_seqid_err, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ 196 | TRACE_EVENT(nfs4_cb_seqid_err, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_cb_offload’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:233:1: note: in expansion of macro ‘TRACE_EVENT’ 233 | TRACE_EVENT(nfs4_cb_offload, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:233:1: note: in expansion of macro ‘TRACE_EVENT’ 233 | TRACE_EVENT(nfs4_cb_offload, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_setup_sequence’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:278:1: note: in expansion of macro ‘TRACE_EVENT’ 278 | TRACE_EVENT(nfs4_setup_sequence, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:278:1: note: in expansion of macro ‘TRACE_EVENT’ 278 | TRACE_EVENT(nfs4_setup_sequence, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_state_mgr’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:354:1: note: in expansion of macro ‘TRACE_EVENT’ 354 | TRACE_EVENT(nfs4_state_mgr, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:354:1: note: in expansion of macro ‘TRACE_EVENT’ 354 | TRACE_EVENT(nfs4_state_mgr, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_state_mgr_failed’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:377:1: note: in expansion of macro ‘TRACE_EVENT’ 377 | TRACE_EVENT(nfs4_state_mgr_failed, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:377:1: note: in expansion of macro ‘TRACE_EVENT’ 377 | TRACE_EVENT(nfs4_state_mgr_failed, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_xdr_bad_operation’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:409:1: note: in expansion of macro ‘TRACE_EVENT’ 409 | TRACE_EVENT(nfs4_xdr_bad_operation, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:409:1: note: in expansion of macro ‘TRACE_EVENT’ 409 | TRACE_EVENT(nfs4_xdr_bad_operation, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_xdr_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:444:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 444 | DECLARE_EVENT_CLASS(nfs4_xdr_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:444:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 444 | DECLARE_EVENT_CLASS(nfs4_xdr_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_cb_error_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:490:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 490 | DECLARE_EVENT_CLASS(nfs4_cb_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:490:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 490 | DECLARE_EVENT_CLASS(nfs4_cb_error_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_open_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:525:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 525 | DECLARE_EVENT_CLASS(nfs4_open_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:525:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 525 | DECLARE_EVENT_CLASS(nfs4_open_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_cached_open’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:617:1: note: in expansion of macro ‘TRACE_EVENT’ 617 | TRACE_EVENT(nfs4_cached_open, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:617:1: note: in expansion of macro ‘TRACE_EVENT’ 617 | TRACE_EVENT(nfs4_cached_open, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_close’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:656:1: note: in expansion of macro ‘TRACE_EVENT’ 656 | TRACE_EVENT(nfs4_close, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:656:1: note: in expansion of macro ‘TRACE_EVENT’ 656 | TRACE_EVENT(nfs4_close, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_lock_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:704:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 704 | DECLARE_EVENT_CLASS(nfs4_lock_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:704:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 704 | DECLARE_EVENT_CLASS(nfs4_lock_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_set_lock’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:773:1: note: in expansion of macro ‘TRACE_EVENT’ 773 | TRACE_EVENT(nfs4_set_lock, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:773:1: note: in expansion of macro ‘TRACE_EVENT’ 773 | TRACE_EVENT(nfs4_set_lock, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_state_lock_reclaim’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:877:1: note: in expansion of macro ‘TRACE_EVENT’ 877 | TRACE_EVENT(nfs4_state_lock_reclaim, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:877:1: note: in expansion of macro ‘TRACE_EVENT’ 877 | TRACE_EVENT(nfs4_state_lock_reclaim, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_set_delegation_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:920:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 920 | DECLARE_EVENT_CLASS(nfs4_set_delegation_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:920:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 920 | DECLARE_EVENT_CLASS(nfs4_set_delegation_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_delegreturn_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:960:1: note: in expansion of macro ‘TRACE_EVENT’ 960 | TRACE_EVENT(nfs4_delegreturn_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:960:1: note: in expansion of macro ‘TRACE_EVENT’ 960 | TRACE_EVENT(nfs4_delegreturn_exit, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_test_stateid_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:999:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 999 | DECLARE_EVENT_CLASS(nfs4_test_stateid_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:999:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 999 | DECLARE_EVENT_CLASS(nfs4_test_stateid_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_lookup_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1055:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1055 | DECLARE_EVENT_CLASS(nfs4_lookup_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1055:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1055 | DECLARE_EVENT_CLASS(nfs4_lookup_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_lookupp’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1105:1: note: in expansion of macro ‘TRACE_EVENT’ 1105 | TRACE_EVENT(nfs4_lookupp, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1105:1: note: in expansion of macro ‘TRACE_EVENT’ 1105 | TRACE_EVENT(nfs4_lookupp, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_rename’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1134:1: note: in expansion of macro ‘TRACE_EVENT’ 1134 | TRACE_EVENT(nfs4_rename, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1134:1: note: in expansion of macro ‘TRACE_EVENT’ 1134 | TRACE_EVENT(nfs4_rename, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_inode_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1177:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1177 | DECLARE_EVENT_CLASS(nfs4_inode_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1177:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1177 | DECLARE_EVENT_CLASS(nfs4_inode_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_inode_stateid_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1227:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1227 | DECLARE_EVENT_CLASS(nfs4_inode_stateid_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1227:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1227 | DECLARE_EVENT_CLASS(nfs4_inode_stateid_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_getattr_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1283:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1283 | DECLARE_EVENT_CLASS(nfs4_getattr_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1283:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1283 | DECLARE_EVENT_CLASS(nfs4_getattr_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_inode_callback_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1334:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1334 | DECLARE_EVENT_CLASS(nfs4_inode_callback_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1334:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1334 | DECLARE_EVENT_CLASS(nfs4_inode_callback_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_inode_stateid_callback_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1388:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1388 | DECLARE_EVENT_CLASS(nfs4_inode_stateid_callback_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1388:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1388 | DECLARE_EVENT_CLASS(nfs4_inode_stateid_callback_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_idmap_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1452:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1452 | DECLARE_EVENT_CLASS(nfs4_idmap_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1452:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1452 | DECLARE_EVENT_CLASS(nfs4_idmap_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_read_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1505:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1505 | DECLARE_EVENT_CLASS(nfs4_read_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1505:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1505 | DECLARE_EVENT_CLASS(nfs4_read_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_write_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1579:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1579 | DECLARE_EVENT_CLASS(nfs4_write_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1579:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1579 | DECLARE_EVENT_CLASS(nfs4_write_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_commit_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1654:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1654 | DECLARE_EVENT_CLASS(nfs4_commit_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1654:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1654 | DECLARE_EVENT_CLASS(nfs4_commit_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_layoutget’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1715:1: note: in expansion of macro ‘TRACE_EVENT’ 1715 | TRACE_EVENT(nfs4_layoutget, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1715:1: note: in expansion of macro ‘TRACE_EVENT’ 1715 | TRACE_EVENT(nfs4_layoutget, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_pnfs_update_layout’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1820:1: note: in expansion of macro ‘TRACE_EVENT’ 1820 | TRACE_EVENT(pnfs_update_layout, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1820:1: note: in expansion of macro ‘TRACE_EVENT’ 1820 | TRACE_EVENT(pnfs_update_layout, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_pnfs_layout_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1877:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1877 | DECLARE_EVENT_CLASS(pnfs_layout_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1877:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1877 | DECLARE_EVENT_CLASS(pnfs_layout_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_deviceid_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1949:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1949 | DECLARE_EVENT_CLASS(nfs4_deviceid_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1949:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1949 | DECLARE_EVENT_CLASS(nfs4_deviceid_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_deviceid_status’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1982:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1982 | DECLARE_EVENT_CLASS(nfs4_deviceid_status, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1982:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1982 | DECLARE_EVENT_CLASS(nfs4_deviceid_status, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_fl_getdevinfo’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2024:1: note: in expansion of macro ‘TRACE_EVENT’ 2024 | TRACE_EVENT(fl_getdevinfo, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2024:1: note: in expansion of macro ‘TRACE_EVENT’ 2024 | TRACE_EVENT(fl_getdevinfo, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_flexfiles_io_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2052:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2052 | DECLARE_EVENT_CLASS(nfs4_flexfiles_io_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2052:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2052 | DECLARE_EVENT_CLASS(nfs4_flexfiles_io_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_ff_layout_commit_error’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2112:1: note: in expansion of macro ‘TRACE_EVENT’ 2112 | TRACE_EVENT(ff_layout_commit_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2112:1: note: in expansion of macro ‘TRACE_EVENT’ 2112 | TRACE_EVENT(ff_layout_commit_error, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_pnfs_bl_pr_key_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2156 | DECLARE_EVENT_CLASS(pnfs_bl_pr_key_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2156 | DECLARE_EVENT_CLASS(pnfs_bl_pr_key_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_pnfs_bl_pr_key_err_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2207:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2207 | DECLARE_EVENT_CLASS(pnfs_bl_pr_key_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2207:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2207 | DECLARE_EVENT_CLASS(pnfs_bl_pr_key_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_llseek’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2253:1: note: in expansion of macro ‘TRACE_EVENT’ 2253 | TRACE_EVENT(nfs4_llseek, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2253:1: note: in expansion of macro ‘TRACE_EVENT’ 2253 | TRACE_EVENT(nfs4_llseek, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_sparse_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2317:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2317 | DECLARE_EVENT_CLASS(nfs4_sparse_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2317:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2317 | DECLARE_EVENT_CLASS(nfs4_sparse_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_copy’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2374:1: note: in expansion of macro ‘TRACE_EVENT’ 2374 | TRACE_EVENT(nfs4_copy, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2374:1: note: in expansion of macro ‘TRACE_EVENT’ 2374 | TRACE_EVENT(nfs4_copy, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_clone’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2481:1: note: in expansion of macro ‘TRACE_EVENT’ 2481 | TRACE_EVENT(nfs4_clone, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2481:1: note: in expansion of macro ‘TRACE_EVENT’ 2481 | TRACE_EVENT(nfs4_clone, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_copy_notify’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2554:1: note: in expansion of macro ‘TRACE_EVENT’ 2554 | TRACE_EVENT(nfs4_copy_notify, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2554:1: note: in expansion of macro ‘TRACE_EVENT’ 2554 | TRACE_EVENT(nfs4_copy_notify, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_offload_cancel’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2611:1: note: in expansion of macro ‘TRACE_EVENT’ 2611 | TRACE_EVENT(nfs4_offload_cancel, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2611:1: note: in expansion of macro ‘TRACE_EVENT’ 2611 | TRACE_EVENT(nfs4_offload_cancel, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_xattr_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2644:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2644 | DECLARE_EVENT_CLASS(nfs4_xattr_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2644:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2644 | DECLARE_EVENT_CLASS(nfs4_xattr_event, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_clientid_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 35 | DECLARE_EVENT_CLASS(nfs4_clientid_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 35 | DECLARE_EVENT_CLASS(nfs4_clientid_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_trunked_exchange_id’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ 80 | TRACE_EVENT(nfs4_trunked_exchange_id, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ 80 | TRACE_EVENT(nfs4_trunked_exchange_id, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_sequence_done’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:110:1: note: in expansion of macro ‘TRACE_EVENT’ 110 | TRACE_EVENT(nfs4_sequence_done, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:110:1: note: in expansion of macro ‘TRACE_EVENT’ 110 | TRACE_EVENT(nfs4_sequence_done, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_cb_sequence’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(nfs4_cb_sequence, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(nfs4_cb_sequence, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_cb_seqid_err’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ 196 | TRACE_EVENT(nfs4_cb_seqid_err, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ 196 | TRACE_EVENT(nfs4_cb_seqid_err, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_cb_offload’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:233:1: note: in expansion of macro ‘TRACE_EVENT’ 233 | TRACE_EVENT(nfs4_cb_offload, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:233:1: note: in expansion of macro ‘TRACE_EVENT’ 233 | TRACE_EVENT(nfs4_cb_offload, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_setup_sequence’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:278:1: note: in expansion of macro ‘TRACE_EVENT’ 278 | TRACE_EVENT(nfs4_setup_sequence, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:278:1: note: in expansion of macro ‘TRACE_EVENT’ 278 | TRACE_EVENT(nfs4_setup_sequence, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_state_mgr’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:354:1: note: in expansion of macro ‘TRACE_EVENT’ 354 | TRACE_EVENT(nfs4_state_mgr, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:354:1: note: in expansion of macro ‘TRACE_EVENT’ 354 | TRACE_EVENT(nfs4_state_mgr, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_state_mgr_failed’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:377:1: note: in expansion of macro ‘TRACE_EVENT’ 377 | TRACE_EVENT(nfs4_state_mgr_failed, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:377:1: note: in expansion of macro ‘TRACE_EVENT’ 377 | TRACE_EVENT(nfs4_state_mgr_failed, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_xdr_bad_operation’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:409:1: note: in expansion of macro ‘TRACE_EVENT’ 409 | TRACE_EVENT(nfs4_xdr_bad_operation, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:409:1: note: in expansion of macro ‘TRACE_EVENT’ 409 | TRACE_EVENT(nfs4_xdr_bad_operation, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_xdr_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:444:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 444 | DECLARE_EVENT_CLASS(nfs4_xdr_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:444:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 444 | DECLARE_EVENT_CLASS(nfs4_xdr_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_cb_error_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:490:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 490 | DECLARE_EVENT_CLASS(nfs4_cb_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:490:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 490 | DECLARE_EVENT_CLASS(nfs4_cb_error_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_open_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:525:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 525 | DECLARE_EVENT_CLASS(nfs4_open_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:525:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 525 | DECLARE_EVENT_CLASS(nfs4_open_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_cached_open’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:617:1: note: in expansion of macro ‘TRACE_EVENT’ 617 | TRACE_EVENT(nfs4_cached_open, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:617:1: note: in expansion of macro ‘TRACE_EVENT’ 617 | TRACE_EVENT(nfs4_cached_open, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_close’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:656:1: note: in expansion of macro ‘TRACE_EVENT’ 656 | TRACE_EVENT(nfs4_close, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:656:1: note: in expansion of macro ‘TRACE_EVENT’ 656 | TRACE_EVENT(nfs4_close, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_lock_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:704:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 704 | DECLARE_EVENT_CLASS(nfs4_lock_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:704:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 704 | DECLARE_EVENT_CLASS(nfs4_lock_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_set_lock’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:773:1: note: in expansion of macro ‘TRACE_EVENT’ 773 | TRACE_EVENT(nfs4_set_lock, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:773:1: note: in expansion of macro ‘TRACE_EVENT’ 773 | TRACE_EVENT(nfs4_set_lock, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_state_lock_reclaim’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:877:1: note: in expansion of macro ‘TRACE_EVENT’ 877 | TRACE_EVENT(nfs4_state_lock_reclaim, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:877:1: note: in expansion of macro ‘TRACE_EVENT’ 877 | TRACE_EVENT(nfs4_state_lock_reclaim, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_set_delegation_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:920:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 920 | DECLARE_EVENT_CLASS(nfs4_set_delegation_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:920:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 920 | DECLARE_EVENT_CLASS(nfs4_set_delegation_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_delegreturn_exit’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:960:1: note: in expansion of macro ‘TRACE_EVENT’ 960 | TRACE_EVENT(nfs4_delegreturn_exit, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:960:1: note: in expansion of macro ‘TRACE_EVENT’ 960 | TRACE_EVENT(nfs4_delegreturn_exit, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_test_stateid_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:999:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 999 | DECLARE_EVENT_CLASS(nfs4_test_stateid_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:999:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 999 | DECLARE_EVENT_CLASS(nfs4_test_stateid_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_lookup_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1055:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1055 | DECLARE_EVENT_CLASS(nfs4_lookup_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1055:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1055 | DECLARE_EVENT_CLASS(nfs4_lookup_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_lookupp’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1105:1: note: in expansion of macro ‘TRACE_EVENT’ 1105 | TRACE_EVENT(nfs4_lookupp, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1105:1: note: in expansion of macro ‘TRACE_EVENT’ 1105 | TRACE_EVENT(nfs4_lookupp, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_rename’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1134:1: note: in expansion of macro ‘TRACE_EVENT’ 1134 | TRACE_EVENT(nfs4_rename, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1134:1: note: in expansion of macro ‘TRACE_EVENT’ 1134 | TRACE_EVENT(nfs4_rename, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_inode_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1177:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1177 | DECLARE_EVENT_CLASS(nfs4_inode_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1177:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1177 | DECLARE_EVENT_CLASS(nfs4_inode_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_inode_stateid_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1227:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1227 | DECLARE_EVENT_CLASS(nfs4_inode_stateid_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1227:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1227 | DECLARE_EVENT_CLASS(nfs4_inode_stateid_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_getattr_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1283:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1283 | DECLARE_EVENT_CLASS(nfs4_getattr_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1283:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1283 | DECLARE_EVENT_CLASS(nfs4_getattr_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_inode_callback_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1334:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1334 | DECLARE_EVENT_CLASS(nfs4_inode_callback_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1334:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1334 | DECLARE_EVENT_CLASS(nfs4_inode_callback_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_inode_stateid_callback_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1388:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1388 | DECLARE_EVENT_CLASS(nfs4_inode_stateid_callback_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1388:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1388 | DECLARE_EVENT_CLASS(nfs4_inode_stateid_callback_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_idmap_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1452:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1452 | DECLARE_EVENT_CLASS(nfs4_idmap_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1452:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1452 | DECLARE_EVENT_CLASS(nfs4_idmap_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_read_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1505:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1505 | DECLARE_EVENT_CLASS(nfs4_read_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1505:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1505 | DECLARE_EVENT_CLASS(nfs4_read_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_write_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1579:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1579 | DECLARE_EVENT_CLASS(nfs4_write_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1579:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1579 | DECLARE_EVENT_CLASS(nfs4_write_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_commit_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1654:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1654 | DECLARE_EVENT_CLASS(nfs4_commit_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1654:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1654 | DECLARE_EVENT_CLASS(nfs4_commit_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_layoutget’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1715:1: note: in expansion of macro ‘TRACE_EVENT’ 1715 | TRACE_EVENT(nfs4_layoutget, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1715:1: note: in expansion of macro ‘TRACE_EVENT’ 1715 | TRACE_EVENT(nfs4_layoutget, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_pnfs_update_layout’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1820:1: note: in expansion of macro ‘TRACE_EVENT’ 1820 | TRACE_EVENT(pnfs_update_layout, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1820:1: note: in expansion of macro ‘TRACE_EVENT’ 1820 | TRACE_EVENT(pnfs_update_layout, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_pnfs_layout_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1877:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1877 | DECLARE_EVENT_CLASS(pnfs_layout_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1877:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1877 | DECLARE_EVENT_CLASS(pnfs_layout_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_deviceid_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1949:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1949 | DECLARE_EVENT_CLASS(nfs4_deviceid_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1949:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1949 | DECLARE_EVENT_CLASS(nfs4_deviceid_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_deviceid_status’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1982:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1982 | DECLARE_EVENT_CLASS(nfs4_deviceid_status, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1982:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1982 | DECLARE_EVENT_CLASS(nfs4_deviceid_status, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_fl_getdevinfo’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2024:1: note: in expansion of macro ‘TRACE_EVENT’ 2024 | TRACE_EVENT(fl_getdevinfo, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2024:1: note: in expansion of macro ‘TRACE_EVENT’ 2024 | TRACE_EVENT(fl_getdevinfo, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_flexfiles_io_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2052:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2052 | DECLARE_EVENT_CLASS(nfs4_flexfiles_io_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2052:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2052 | DECLARE_EVENT_CLASS(nfs4_flexfiles_io_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_ff_layout_commit_error’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2112:1: note: in expansion of macro ‘TRACE_EVENT’ 2112 | TRACE_EVENT(ff_layout_commit_error, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2112:1: note: in expansion of macro ‘TRACE_EVENT’ 2112 | TRACE_EVENT(ff_layout_commit_error, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_pnfs_bl_pr_key_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2156 | DECLARE_EVENT_CLASS(pnfs_bl_pr_key_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2156 | DECLARE_EVENT_CLASS(pnfs_bl_pr_key_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_pnfs_bl_pr_key_err_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2207:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2207 | DECLARE_EVENT_CLASS(pnfs_bl_pr_key_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2207:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2207 | DECLARE_EVENT_CLASS(pnfs_bl_pr_key_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_llseek’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2253:1: note: in expansion of macro ‘TRACE_EVENT’ 2253 | TRACE_EVENT(nfs4_llseek, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2253:1: note: in expansion of macro ‘TRACE_EVENT’ 2253 | TRACE_EVENT(nfs4_llseek, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_sparse_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2317:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2317 | DECLARE_EVENT_CLASS(nfs4_sparse_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2317:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2317 | DECLARE_EVENT_CLASS(nfs4_sparse_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_copy’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2374:1: note: in expansion of macro ‘TRACE_EVENT’ 2374 | TRACE_EVENT(nfs4_copy, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2374:1: note: in expansion of macro ‘TRACE_EVENT’ 2374 | TRACE_EVENT(nfs4_copy, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_clone’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2481:1: note: in expansion of macro ‘TRACE_EVENT’ 2481 | TRACE_EVENT(nfs4_clone, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2481:1: note: in expansion of macro ‘TRACE_EVENT’ 2481 | TRACE_EVENT(nfs4_clone, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_copy_notify’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2554:1: note: in expansion of macro ‘TRACE_EVENT’ 2554 | TRACE_EVENT(nfs4_copy_notify, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2554:1: note: in expansion of macro ‘TRACE_EVENT’ 2554 | TRACE_EVENT(nfs4_copy_notify, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_offload_cancel’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2611:1: note: in expansion of macro ‘TRACE_EVENT’ 2611 | TRACE_EVENT(nfs4_offload_cancel, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2611:1: note: in expansion of macro ‘TRACE_EVENT’ 2611 | TRACE_EVENT(nfs4_offload_cancel, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_xattr_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2644:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2644 | DECLARE_EVENT_CLASS(nfs4_xattr_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2644:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2644 | DECLARE_EVENT_CLASS(nfs4_xattr_event, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_clientid_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 35 | DECLARE_EVENT_CLASS(nfs4_clientid_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 35 | DECLARE_EVENT_CLASS(nfs4_clientid_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_trunked_exchange_id’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ 80 | TRACE_EVENT(nfs4_trunked_exchange_id, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ 80 | TRACE_EVENT(nfs4_trunked_exchange_id, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_sequence_done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:110:1: note: in expansion of macro ‘TRACE_EVENT’ 110 | TRACE_EVENT(nfs4_sequence_done, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:110:1: note: in expansion of macro ‘TRACE_EVENT’ 110 | TRACE_EVENT(nfs4_sequence_done, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_cb_sequence’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(nfs4_cb_sequence, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ 158 | TRACE_EVENT(nfs4_cb_sequence, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_cb_seqid_err’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ 196 | TRACE_EVENT(nfs4_cb_seqid_err, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ 196 | TRACE_EVENT(nfs4_cb_seqid_err, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_cb_offload’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:233:1: note: in expansion of macro ‘TRACE_EVENT’ 233 | TRACE_EVENT(nfs4_cb_offload, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:233:1: note: in expansion of macro ‘TRACE_EVENT’ 233 | TRACE_EVENT(nfs4_cb_offload, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_setup_sequence’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:278:1: note: in expansion of macro ‘TRACE_EVENT’ 278 | TRACE_EVENT(nfs4_setup_sequence, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:278:1: note: in expansion of macro ‘TRACE_EVENT’ 278 | TRACE_EVENT(nfs4_setup_sequence, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_state_mgr’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:354:1: note: in expansion of macro ‘TRACE_EVENT’ 354 | TRACE_EVENT(nfs4_state_mgr, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:354:1: note: in expansion of macro ‘TRACE_EVENT’ 354 | TRACE_EVENT(nfs4_state_mgr, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_state_mgr_failed’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:377:1: note: in expansion of macro ‘TRACE_EVENT’ 377 | TRACE_EVENT(nfs4_state_mgr_failed, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:377:1: note: in expansion of macro ‘TRACE_EVENT’ 377 | TRACE_EVENT(nfs4_state_mgr_failed, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_xdr_bad_operation’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:409:1: note: in expansion of macro ‘TRACE_EVENT’ 409 | TRACE_EVENT(nfs4_xdr_bad_operation, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:409:1: note: in expansion of macro ‘TRACE_EVENT’ 409 | TRACE_EVENT(nfs4_xdr_bad_operation, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_xdr_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:444:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 444 | DECLARE_EVENT_CLASS(nfs4_xdr_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:444:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 444 | DECLARE_EVENT_CLASS(nfs4_xdr_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_cb_error_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:490:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 490 | DECLARE_EVENT_CLASS(nfs4_cb_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:490:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 490 | DECLARE_EVENT_CLASS(nfs4_cb_error_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_open_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:525:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 525 | DECLARE_EVENT_CLASS(nfs4_open_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:525:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 525 | DECLARE_EVENT_CLASS(nfs4_open_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_cached_open’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:617:1: note: in expansion of macro ‘TRACE_EVENT’ 617 | TRACE_EVENT(nfs4_cached_open, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:617:1: note: in expansion of macro ‘TRACE_EVENT’ 617 | TRACE_EVENT(nfs4_cached_open, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_close’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:656:1: note: in expansion of macro ‘TRACE_EVENT’ 656 | TRACE_EVENT(nfs4_close, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:656:1: note: in expansion of macro ‘TRACE_EVENT’ 656 | TRACE_EVENT(nfs4_close, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_lock_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:704:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 704 | DECLARE_EVENT_CLASS(nfs4_lock_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:704:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 704 | DECLARE_EVENT_CLASS(nfs4_lock_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_set_lock’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:773:1: note: in expansion of macro ‘TRACE_EVENT’ 773 | TRACE_EVENT(nfs4_set_lock, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:773:1: note: in expansion of macro ‘TRACE_EVENT’ 773 | TRACE_EVENT(nfs4_set_lock, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_state_lock_reclaim’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:877:1: note: in expansion of macro ‘TRACE_EVENT’ 877 | TRACE_EVENT(nfs4_state_lock_reclaim, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:877:1: note: in expansion of macro ‘TRACE_EVENT’ 877 | TRACE_EVENT(nfs4_state_lock_reclaim, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_set_delegation_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:920:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 920 | DECLARE_EVENT_CLASS(nfs4_set_delegation_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:920:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 920 | DECLARE_EVENT_CLASS(nfs4_set_delegation_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_delegreturn_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:960:1: note: in expansion of macro ‘TRACE_EVENT’ 960 | TRACE_EVENT(nfs4_delegreturn_exit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:960:1: note: in expansion of macro ‘TRACE_EVENT’ 960 | TRACE_EVENT(nfs4_delegreturn_exit, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_test_stateid_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:999:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 999 | DECLARE_EVENT_CLASS(nfs4_test_stateid_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:999:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 999 | DECLARE_EVENT_CLASS(nfs4_test_stateid_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_lookup_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1055:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1055 | DECLARE_EVENT_CLASS(nfs4_lookup_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1055:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1055 | DECLARE_EVENT_CLASS(nfs4_lookup_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_lookupp’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1105:1: note: in expansion of macro ‘TRACE_EVENT’ 1105 | TRACE_EVENT(nfs4_lookupp, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1105:1: note: in expansion of macro ‘TRACE_EVENT’ 1105 | TRACE_EVENT(nfs4_lookupp, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_rename’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1134:1: note: in expansion of macro ‘TRACE_EVENT’ 1134 | TRACE_EVENT(nfs4_rename, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1134:1: note: in expansion of macro ‘TRACE_EVENT’ 1134 | TRACE_EVENT(nfs4_rename, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_inode_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1177:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1177 | DECLARE_EVENT_CLASS(nfs4_inode_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1177:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1177 | DECLARE_EVENT_CLASS(nfs4_inode_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_inode_stateid_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1227:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1227 | DECLARE_EVENT_CLASS(nfs4_inode_stateid_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1227:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1227 | DECLARE_EVENT_CLASS(nfs4_inode_stateid_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_getattr_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1283:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1283 | DECLARE_EVENT_CLASS(nfs4_getattr_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1283:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1283 | DECLARE_EVENT_CLASS(nfs4_getattr_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_inode_callback_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1334:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1334 | DECLARE_EVENT_CLASS(nfs4_inode_callback_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1334:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1334 | DECLARE_EVENT_CLASS(nfs4_inode_callback_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_inode_stateid_callback_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1388:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1388 | DECLARE_EVENT_CLASS(nfs4_inode_stateid_callback_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1388:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1388 | DECLARE_EVENT_CLASS(nfs4_inode_stateid_callback_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_idmap_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1452:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1452 | DECLARE_EVENT_CLASS(nfs4_idmap_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1452:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1452 | DECLARE_EVENT_CLASS(nfs4_idmap_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_read_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1505:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1505 | DECLARE_EVENT_CLASS(nfs4_read_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1505:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1505 | DECLARE_EVENT_CLASS(nfs4_read_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_write_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1579:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1579 | DECLARE_EVENT_CLASS(nfs4_write_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1579:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1579 | DECLARE_EVENT_CLASS(nfs4_write_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_commit_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1654:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1654 | DECLARE_EVENT_CLASS(nfs4_commit_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1654:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1654 | DECLARE_EVENT_CLASS(nfs4_commit_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_layoutget’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1715:1: note: in expansion of macro ‘TRACE_EVENT’ 1715 | TRACE_EVENT(nfs4_layoutget, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1715:1: note: in expansion of macro ‘TRACE_EVENT’ 1715 | TRACE_EVENT(nfs4_layoutget, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_pnfs_update_layout’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1820:1: note: in expansion of macro ‘TRACE_EVENT’ 1820 | TRACE_EVENT(pnfs_update_layout, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1820:1: note: in expansion of macro ‘TRACE_EVENT’ 1820 | TRACE_EVENT(pnfs_update_layout, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_pnfs_layout_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1877:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1877 | DECLARE_EVENT_CLASS(pnfs_layout_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1877:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1877 | DECLARE_EVENT_CLASS(pnfs_layout_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_deviceid_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1949:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1949 | DECLARE_EVENT_CLASS(nfs4_deviceid_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1949:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1949 | DECLARE_EVENT_CLASS(nfs4_deviceid_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_deviceid_status’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1982:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1982 | DECLARE_EVENT_CLASS(nfs4_deviceid_status, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:1982:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1982 | DECLARE_EVENT_CLASS(nfs4_deviceid_status, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_fl_getdevinfo’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2024:1: note: in expansion of macro ‘TRACE_EVENT’ 2024 | TRACE_EVENT(fl_getdevinfo, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2024:1: note: in expansion of macro ‘TRACE_EVENT’ 2024 | TRACE_EVENT(fl_getdevinfo, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_flexfiles_io_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2052:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2052 | DECLARE_EVENT_CLASS(nfs4_flexfiles_io_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2052:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2052 | DECLARE_EVENT_CLASS(nfs4_flexfiles_io_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_ff_layout_commit_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2112:1: note: in expansion of macro ‘TRACE_EVENT’ 2112 | TRACE_EVENT(ff_layout_commit_error, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2112:1: note: in expansion of macro ‘TRACE_EVENT’ 2112 | TRACE_EVENT(ff_layout_commit_error, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_pnfs_bl_pr_key_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2156 | DECLARE_EVENT_CLASS(pnfs_bl_pr_key_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2156 | DECLARE_EVENT_CLASS(pnfs_bl_pr_key_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_pnfs_bl_pr_key_err_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2207:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2207 | DECLARE_EVENT_CLASS(pnfs_bl_pr_key_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2207:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2207 | DECLARE_EVENT_CLASS(pnfs_bl_pr_key_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_llseek’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2253:1: note: in expansion of macro ‘TRACE_EVENT’ 2253 | TRACE_EVENT(nfs4_llseek, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2253:1: note: in expansion of macro ‘TRACE_EVENT’ 2253 | TRACE_EVENT(nfs4_llseek, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_sparse_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2317:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2317 | DECLARE_EVENT_CLASS(nfs4_sparse_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2317:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2317 | DECLARE_EVENT_CLASS(nfs4_sparse_event, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_copy’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2374:1: note: in expansion of macro ‘TRACE_EVENT’ 2374 | TRACE_EVENT(nfs4_copy, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2374:1: note: in expansion of macro ‘TRACE_EVENT’ 2374 | TRACE_EVENT(nfs4_copy, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_clone’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2481:1: note: in expansion of macro ‘TRACE_EVENT’ 2481 | TRACE_EVENT(nfs4_clone, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2481:1: note: in expansion of macro ‘TRACE_EVENT’ 2481 | TRACE_EVENT(nfs4_clone, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_copy_notify’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2554:1: note: in expansion of macro ‘TRACE_EVENT’ 2554 | TRACE_EVENT(nfs4_copy_notify, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2554:1: note: in expansion of macro ‘TRACE_EVENT’ 2554 | TRACE_EVENT(nfs4_copy_notify, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_offload_cancel’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2611:1: note: in expansion of macro ‘TRACE_EVENT’ 2611 | TRACE_EVENT(nfs4_offload_cancel, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2611:1: note: in expansion of macro ‘TRACE_EVENT’ 2611 | TRACE_EVENT(nfs4_offload_cancel, | ^~~~~~~~~~~ ../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_xattr_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2644:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2644 | DECLARE_EVENT_CLASS(nfs4_xattr_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfs/./nfs4trace.h:2644:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2644 | DECLARE_EVENT_CLASS(nfs4_xattr_event, | ^~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: fs/nfs/nfs4trace.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: fs/nfs] Error 2 In file included from ../include/trace/define_trace.h:108, from ../arch/x86/kvm/trace.h:1882, from ../arch/x86/kvm/x86.c:90: ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_entry’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(kvm_entry, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(kvm_entry, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(kvm_entry, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(kvm_entry, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(kvm_entry, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hypercall’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:40:1: note: in expansion of macro ‘TRACE_EVENT’ 40 | TRACE_EVENT(kvm_hypercall, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:40:1: note: in expansion of macro ‘TRACE_EVENT’ 40 | TRACE_EVENT(kvm_hypercall, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_hypercall’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ 69 | TRACE_EVENT(kvm_hv_hypercall, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ 69 | TRACE_EVENT(kvm_hv_hypercall, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_hypercall_done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:100:1: note: in expansion of macro ‘TRACE_EVENT’ 100 | TRACE_EVENT(kvm_hv_hypercall_done, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:100:1: note: in expansion of macro ‘TRACE_EVENT’ 100 | TRACE_EVENT(kvm_hv_hypercall_done, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_xen_hypercall’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ 118 | TRACE_EVENT(kvm_xen_hypercall, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ 118 | TRACE_EVENT(kvm_xen_hypercall, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_pio’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:161:1: note: in expansion of macro ‘TRACE_EVENT’ 161 | TRACE_EVENT(kvm_pio, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:161:1: note: in expansion of macro ‘TRACE_EVENT’ 161 | TRACE_EVENT(kvm_pio, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_fast_mmio’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ 196 | TRACE_EVENT(kvm_fast_mmio, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ 196 | TRACE_EVENT(kvm_fast_mmio, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_cpuid’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ 214 | TRACE_EVENT(kvm_cpuid, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ 214 | TRACE_EVENT(kvm_cpuid, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_apic’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:261:1: note: in expansion of macro ‘TRACE_EVENT’ 261 | TRACE_EVENT(kvm_apic, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:261:1: note: in expansion of macro ‘TRACE_EVENT’ 261 | TRACE_EVENT(kvm_apic, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ 298 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:336:1: note: in expansion of macro ‘TRACE_EVENT_KVM_EXIT’ 336 | TRACE_EVENT_KVM_EXIT(kvm_exit); | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ 298 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:336:1: note: in expansion of macro ‘TRACE_EVENT_KVM_EXIT’ 336 | TRACE_EVENT_KVM_EXIT(kvm_exit); | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_inj_virq’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:341:1: note: in expansion of macro ‘TRACE_EVENT’ 341 | TRACE_EVENT(kvm_inj_virq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:341:1: note: in expansion of macro ‘TRACE_EVENT’ 341 | TRACE_EVENT(kvm_inj_virq, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_inj_exception’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:372:1: note: in expansion of macro ‘TRACE_EVENT’ 372 | TRACE_EVENT(kvm_inj_exception, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:372:1: note: in expansion of macro ‘TRACE_EVENT’ 372 | TRACE_EVENT(kvm_inj_exception, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_page_fault’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:402:1: note: in expansion of macro ‘TRACE_EVENT’ 402 | TRACE_EVENT(kvm_page_fault, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:402:1: note: in expansion of macro ‘TRACE_EVENT’ 402 | TRACE_EVENT(kvm_page_fault, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_msr’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:428:1: note: in expansion of macro ‘TRACE_EVENT’ 428 | TRACE_EVENT(kvm_msr, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:428:1: note: in expansion of macro ‘TRACE_EVENT’ 428 | TRACE_EVENT(kvm_msr, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_cr’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:460:1: note: in expansion of macro ‘TRACE_EVENT’ 460 | TRACE_EVENT(kvm_cr, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:460:1: note: in expansion of macro ‘TRACE_EVENT’ 460 | TRACE_EVENT(kvm_cr, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_pic_set_irq’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:484:1: note: in expansion of macro ‘TRACE_EVENT’ 484 | TRACE_EVENT(kvm_pic_set_irq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:484:1: note: in expansion of macro ‘TRACE_EVENT’ 484 | TRACE_EVENT(kvm_pic_set_irq, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_apic_ipi’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:517:1: note: in expansion of macro ‘TRACE_EVENT’ 517 | TRACE_EVENT(kvm_apic_ipi, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:517:1: note: in expansion of macro ‘TRACE_EVENT’ 517 | TRACE_EVENT(kvm_apic_ipi, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_apic_accept_irq’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:542:1: note: in expansion of macro ‘TRACE_EVENT’ 542 | TRACE_EVENT(kvm_apic_accept_irq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:542:1: note: in expansion of macro ‘TRACE_EVENT’ 542 | TRACE_EVENT(kvm_apic_accept_irq, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_eoi’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:566:1: note: in expansion of macro ‘TRACE_EVENT’ 566 | TRACE_EVENT(kvm_eoi, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:566:1: note: in expansion of macro ‘TRACE_EVENT’ 566 | TRACE_EVENT(kvm_eoi, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_pv_eoi’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:583:1: note: in expansion of macro ‘TRACE_EVENT’ 583 | TRACE_EVENT(kvm_pv_eoi, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:583:1: note: in expansion of macro ‘TRACE_EVENT’ 583 | TRACE_EVENT(kvm_pv_eoi, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_nested_vmenter’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ 603 | TRACE_EVENT(kvm_nested_vmenter, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ 603 | TRACE_EVENT(kvm_nested_vmenter, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_nested_intercepts’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:647:1: note: in expansion of macro ‘TRACE_EVENT’ 647 | TRACE_EVENT(kvm_nested_intercepts, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:647:1: note: in expansion of macro ‘TRACE_EVENT’ 647 | TRACE_EVENT(kvm_nested_intercepts, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_nested_vmexit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ 298 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:679:1: note: in expansion of macro ‘TRACE_EVENT_KVM_EXIT’ 679 | TRACE_EVENT_KVM_EXIT(kvm_nested_vmexit); | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ 298 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:679:1: note: in expansion of macro ‘TRACE_EVENT_KVM_EXIT’ 679 | TRACE_EVENT_KVM_EXIT(kvm_nested_vmexit); | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_nested_vmexit_inject’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:684:1: note: in expansion of macro ‘TRACE_EVENT’ 684 | TRACE_EVENT(kvm_nested_vmexit_inject, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:684:1: note: in expansion of macro ‘TRACE_EVENT’ 684 | TRACE_EVENT(kvm_nested_vmexit_inject, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_nested_intr_vmexit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:719:1: note: in expansion of macro ‘TRACE_EVENT’ 719 | TRACE_EVENT(kvm_nested_intr_vmexit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:719:1: note: in expansion of macro ‘TRACE_EVENT’ 719 | TRACE_EVENT(kvm_nested_intr_vmexit, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_invlpga’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:737:1: note: in expansion of macro ‘TRACE_EVENT’ 737 | TRACE_EVENT(kvm_invlpga, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:737:1: note: in expansion of macro ‘TRACE_EVENT’ 737 | TRACE_EVENT(kvm_invlpga, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_skinit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:760:1: note: in expansion of macro ‘TRACE_EVENT’ 760 | TRACE_EVENT(kvm_skinit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:760:1: note: in expansion of macro ‘TRACE_EVENT’ 760 | TRACE_EVENT(kvm_skinit, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_emulate_insn’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:817:1: note: in expansion of macro ‘TRACE_EVENT’ 817 | TRACE_EVENT(kvm_emulate_insn, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:817:1: note: in expansion of macro ‘TRACE_EVENT’ 817 | TRACE_EVENT(kvm_emulate_insn, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_vcpu_match_mmio’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:855:1: note: in expansion of macro ‘TRACE_EVENT’ 855 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:855:1: note: in expansion of macro ‘TRACE_EVENT’ 855 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_write_tsc_offset’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:879:1: note: in expansion of macro ‘TRACE_EVENT’ 879 | TRACE_EVENT(kvm_write_tsc_offset, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:879:1: note: in expansion of macro ‘TRACE_EVENT’ 879 | TRACE_EVENT(kvm_write_tsc_offset, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_pml_full’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:963:1: note: in expansion of macro ‘TRACE_EVENT’ 963 | TRACE_EVENT(kvm_pml_full, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:963:1: note: in expansion of macro ‘TRACE_EVENT’ 963 | TRACE_EVENT(kvm_pml_full, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_ple_window_update’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:978:1: note: in expansion of macro ‘TRACE_EVENT’ 978 | TRACE_EVENT(kvm_ple_window_update, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:978:1: note: in expansion of macro ‘TRACE_EVENT’ 978 | TRACE_EVENT(kvm_ple_window_update, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_pvclock_update’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:999:1: note: in expansion of macro ‘TRACE_EVENT’ 999 | TRACE_EVENT(kvm_pvclock_update, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:999:1: note: in expansion of macro ‘TRACE_EVENT’ 999 | TRACE_EVENT(kvm_pvclock_update, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_wait_lapic_expire’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1035:1: note: in expansion of macro ‘TRACE_EVENT’ 1035 | TRACE_EVENT(kvm_wait_lapic_expire, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1035:1: note: in expansion of macro ‘TRACE_EVENT’ 1035 | TRACE_EVENT(kvm_wait_lapic_expire, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_smm_transition’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1055:1: note: in expansion of macro ‘TRACE_EVENT’ 1055 | TRACE_EVENT(kvm_smm_transition, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1055:1: note: in expansion of macro ‘TRACE_EVENT’ 1055 | TRACE_EVENT(kvm_smm_transition, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_pi_irte_update’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1080:1: note: in expansion of macro ‘TRACE_EVENT’ 1080 | TRACE_EVENT(kvm_pi_irte_update, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1080:1: note: in expansion of macro ‘TRACE_EVENT’ 1080 | TRACE_EVENT(kvm_pi_irte_update, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_notify_acked_sint’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1117:1: note: in expansion of macro ‘TRACE_EVENT’ 1117 | TRACE_EVENT(kvm_hv_notify_acked_sint, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1117:1: note: in expansion of macro ‘TRACE_EVENT’ 1117 | TRACE_EVENT(kvm_hv_notify_acked_sint, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_synic_set_irq’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1137:1: note: in expansion of macro ‘TRACE_EVENT’ 1137 | TRACE_EVENT(kvm_hv_synic_set_irq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1137:1: note: in expansion of macro ‘TRACE_EVENT’ 1137 | TRACE_EVENT(kvm_hv_synic_set_irq, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_synic_send_eoi’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1163:1: note: in expansion of macro ‘TRACE_EVENT’ 1163 | TRACE_EVENT(kvm_hv_synic_send_eoi, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1163:1: note: in expansion of macro ‘TRACE_EVENT’ 1163 | TRACE_EVENT(kvm_hv_synic_send_eoi, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_synic_set_msr’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1185:1: note: in expansion of macro ‘TRACE_EVENT’ 1185 | TRACE_EVENT(kvm_hv_synic_set_msr, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1185:1: note: in expansion of macro ‘TRACE_EVENT’ 1185 | TRACE_EVENT(kvm_hv_synic_set_msr, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_stimer_set_config’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1210:1: note: in expansion of macro ‘TRACE_EVENT’ 1210 | TRACE_EVENT(kvm_hv_stimer_set_config, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1210:1: note: in expansion of macro ‘TRACE_EVENT’ 1210 | TRACE_EVENT(kvm_hv_stimer_set_config, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_stimer_set_count’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1236:1: note: in expansion of macro ‘TRACE_EVENT’ 1236 | TRACE_EVENT(kvm_hv_stimer_set_count, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1236:1: note: in expansion of macro ‘TRACE_EVENT’ 1236 | TRACE_EVENT(kvm_hv_stimer_set_count, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_stimer_start_periodic’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1262:1: note: in expansion of macro ‘TRACE_EVENT’ 1262 | TRACE_EVENT(kvm_hv_stimer_start_periodic, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1262:1: note: in expansion of macro ‘TRACE_EVENT’ 1262 | TRACE_EVENT(kvm_hv_stimer_start_periodic, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_stimer_start_one_shot’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1288:1: note: in expansion of macro ‘TRACE_EVENT’ 1288 | TRACE_EVENT(kvm_hv_stimer_start_one_shot, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1288:1: note: in expansion of macro ‘TRACE_EVENT’ 1288 | TRACE_EVENT(kvm_hv_stimer_start_one_shot, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_stimer_callback’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1314:1: note: in expansion of macro ‘TRACE_EVENT’ 1314 | TRACE_EVENT(kvm_hv_stimer_callback, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1314:1: note: in expansion of macro ‘TRACE_EVENT’ 1314 | TRACE_EVENT(kvm_hv_stimer_callback, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_stimer_expiration’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1335:1: note: in expansion of macro ‘TRACE_EVENT’ 1335 | TRACE_EVENT(kvm_hv_stimer_expiration, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1335:1: note: in expansion of macro ‘TRACE_EVENT’ 1335 | TRACE_EVENT(kvm_hv_stimer_expiration, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_stimer_cleanup’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1361:1: note: in expansion of macro ‘TRACE_EVENT’ 1361 | TRACE_EVENT(kvm_hv_stimer_cleanup, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1361:1: note: in expansion of macro ‘TRACE_EVENT’ 1361 | TRACE_EVENT(kvm_hv_stimer_cleanup, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_apicv_inhibit_changed’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1383:1: note: in expansion of macro ‘TRACE_EVENT’ 1383 | TRACE_EVENT(kvm_apicv_inhibit_changed, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1383:1: note: in expansion of macro ‘TRACE_EVENT’ 1383 | TRACE_EVENT(kvm_apicv_inhibit_changed, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_apicv_accept_irq’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1405:1: note: in expansion of macro ‘TRACE_EVENT’ 1405 | TRACE_EVENT(kvm_apicv_accept_irq, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1405:1: note: in expansion of macro ‘TRACE_EVENT’ 1405 | TRACE_EVENT(kvm_apicv_accept_irq, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_avic_incomplete_ipi’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1432:1: note: in expansion of macro ‘TRACE_EVENT’ 1432 | TRACE_EVENT(kvm_avic_incomplete_ipi, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1432:1: note: in expansion of macro ‘TRACE_EVENT’ 1432 | TRACE_EVENT(kvm_avic_incomplete_ipi, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_avic_unaccelerated_access’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1457:1: note: in expansion of macro ‘TRACE_EVENT’ 1457 | TRACE_EVENT(kvm_avic_unaccelerated_access, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1457:1: note: in expansion of macro ‘TRACE_EVENT’ 1457 | TRACE_EVENT(kvm_avic_unaccelerated_access, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_avic_ga_log’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1486:1: note: in expansion of macro ‘TRACE_EVENT’ 1486 | TRACE_EVENT(kvm_avic_ga_log, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1486:1: note: in expansion of macro ‘TRACE_EVENT’ 1486 | TRACE_EVENT(kvm_avic_ga_log, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_avic_kick_vcpu_slowpath’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1504:1: note: in expansion of macro ‘TRACE_EVENT’ 1504 | TRACE_EVENT(kvm_avic_kick_vcpu_slowpath, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1504:1: note: in expansion of macro ‘TRACE_EVENT’ 1504 | TRACE_EVENT(kvm_avic_kick_vcpu_slowpath, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_avic_doorbell’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1524:1: note: in expansion of macro ‘TRACE_EVENT’ 1524 | TRACE_EVENT(kvm_avic_doorbell, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1524:1: note: in expansion of macro ‘TRACE_EVENT’ 1524 | TRACE_EVENT(kvm_avic_doorbell, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_timer_state’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1542:1: note: in expansion of macro ‘TRACE_EVENT’ 1542 | TRACE_EVENT(kvm_hv_timer_state, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1542:1: note: in expansion of macro ‘TRACE_EVENT’ 1542 | TRACE_EVENT(kvm_hv_timer_state, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_flush_tlb’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1561:1: note: in expansion of macro ‘TRACE_EVENT’ 1561 | TRACE_EVENT(kvm_hv_flush_tlb, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1561:1: note: in expansion of macro ‘TRACE_EVENT’ 1561 | TRACE_EVENT(kvm_hv_flush_tlb, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_flush_tlb_ex’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1587:1: note: in expansion of macro ‘TRACE_EVENT’ 1587 | TRACE_EVENT(kvm_hv_flush_tlb_ex, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1587:1: note: in expansion of macro ‘TRACE_EVENT’ 1587 | TRACE_EVENT(kvm_hv_flush_tlb_ex, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_send_ipi’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1617:1: note: in expansion of macro ‘TRACE_EVENT’ 1617 | TRACE_EVENT(kvm_hv_send_ipi, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1617:1: note: in expansion of macro ‘TRACE_EVENT’ 1617 | TRACE_EVENT(kvm_hv_send_ipi, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_send_ipi_ex’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1635:1: note: in expansion of macro ‘TRACE_EVENT’ 1635 | TRACE_EVENT(kvm_hv_send_ipi_ex, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1635:1: note: in expansion of macro ‘TRACE_EVENT’ 1635 | TRACE_EVENT(kvm_hv_send_ipi_ex, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_pv_tlb_flush’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1656:1: note: in expansion of macro ‘TRACE_EVENT’ 1656 | TRACE_EVENT(kvm_pv_tlb_flush, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1656:1: note: in expansion of macro ‘TRACE_EVENT’ 1656 | TRACE_EVENT(kvm_pv_tlb_flush, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_nested_vmenter_failed’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ 1677 | TRACE_EVENT(kvm_nested_vmenter_failed, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ 1677 | TRACE_EVENT(kvm_nested_vmenter_failed, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_syndbg_set_msr’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1698:1: note: in expansion of macro ‘TRACE_EVENT’ 1698 | TRACE_EVENT(kvm_hv_syndbg_set_msr, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1698:1: note: in expansion of macro ‘TRACE_EVENT’ 1698 | TRACE_EVENT(kvm_hv_syndbg_set_msr, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_syndbg_get_msr’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1724:1: note: in expansion of macro ‘TRACE_EVENT’ 1724 | TRACE_EVENT(kvm_hv_syndbg_get_msr, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1724:1: note: in expansion of macro ‘TRACE_EVENT’ 1724 | TRACE_EVENT(kvm_hv_syndbg_get_msr, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_vmgexit_enter’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1750:1: note: in expansion of macro ‘TRACE_EVENT’ 1750 | TRACE_EVENT(kvm_vmgexit_enter, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1750:1: note: in expansion of macro ‘TRACE_EVENT’ 1750 | TRACE_EVENT(kvm_vmgexit_enter, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_vmgexit_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1776:1: note: in expansion of macro ‘TRACE_EVENT’ 1776 | TRACE_EVENT(kvm_vmgexit_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1776:1: note: in expansion of macro ‘TRACE_EVENT’ 1776 | TRACE_EVENT(kvm_vmgexit_exit, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_vmgexit_msr_protocol_enter’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1802:1: note: in expansion of macro ‘TRACE_EVENT’ 1802 | TRACE_EVENT(kvm_vmgexit_msr_protocol_enter, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1802:1: note: in expansion of macro ‘TRACE_EVENT’ 1802 | TRACE_EVENT(kvm_vmgexit_msr_protocol_enter, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_vmgexit_msr_protocol_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1823:1: note: in expansion of macro ‘TRACE_EVENT’ 1823 | TRACE_EVENT(kvm_vmgexit_msr_protocol_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1823:1: note: in expansion of macro ‘TRACE_EVENT’ 1823 | TRACE_EVENT(kvm_vmgexit_msr_protocol_exit, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_rmp_fault’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1846:1: note: in expansion of macro ‘TRACE_EVENT’ 1846 | TRACE_EVENT(kvm_rmp_fault, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1846:1: note: in expansion of macro ‘TRACE_EVENT’ 1846 | TRACE_EVENT(kvm_rmp_fault, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_entry’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(kvm_entry, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(kvm_entry, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_hypercall’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:40:1: note: in expansion of macro ‘TRACE_EVENT’ 40 | TRACE_EVENT(kvm_hypercall, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:40:1: note: in expansion of macro ‘TRACE_EVENT’ 40 | TRACE_EVENT(kvm_hypercall, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_hv_hypercall’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ 69 | TRACE_EVENT(kvm_hv_hypercall, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ 69 | TRACE_EVENT(kvm_hv_hypercall, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_hv_hypercall_done’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:100:1: note: in expansion of macro ‘TRACE_EVENT’ 100 | TRACE_EVENT(kvm_hv_hypercall_done, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:100:1: note: in expansion of macro ‘TRACE_EVENT’ 100 | TRACE_EVENT(kvm_hv_hypercall_done, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_xen_hypercall’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ 118 | TRACE_EVENT(kvm_xen_hypercall, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ 118 | TRACE_EVENT(kvm_xen_hypercall, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_pio’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:161:1: note: in expansion of macro ‘TRACE_EVENT’ 161 | TRACE_EVENT(kvm_pio, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:161:1: note: in expansion of macro ‘TRACE_EVENT’ 161 | TRACE_EVENT(kvm_pio, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_fast_mmio’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ 196 | TRACE_EVENT(kvm_fast_mmio, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ 196 | TRACE_EVENT(kvm_fast_mmio, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_cpuid’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ 214 | TRACE_EVENT(kvm_cpuid, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ 214 | TRACE_EVENT(kvm_cpuid, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_apic’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:261:1: note: in expansion of macro ‘TRACE_EVENT’ 261 | TRACE_EVENT(kvm_apic, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:261:1: note: in expansion of macro ‘TRACE_EVENT’ 261 | TRACE_EVENT(kvm_apic, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_exit’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ 298 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:336:1: note: in expansion of macro ‘TRACE_EVENT_KVM_EXIT’ 336 | TRACE_EVENT_KVM_EXIT(kvm_exit); | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ 298 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:336:1: note: in expansion of macro ‘TRACE_EVENT_KVM_EXIT’ 336 | TRACE_EVENT_KVM_EXIT(kvm_exit); | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_inj_virq’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:341:1: note: in expansion of macro ‘TRACE_EVENT’ 341 | TRACE_EVENT(kvm_inj_virq, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:341:1: note: in expansion of macro ‘TRACE_EVENT’ 341 | TRACE_EVENT(kvm_inj_virq, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_inj_exception’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:372:1: note: in expansion of macro ‘TRACE_EVENT’ 372 | TRACE_EVENT(kvm_inj_exception, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:372:1: note: in expansion of macro ‘TRACE_EVENT’ 372 | TRACE_EVENT(kvm_inj_exception, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_page_fault’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:402:1: note: in expansion of macro ‘TRACE_EVENT’ 402 | TRACE_EVENT(kvm_page_fault, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:402:1: note: in expansion of macro ‘TRACE_EVENT’ 402 | TRACE_EVENT(kvm_page_fault, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_msr’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:428:1: note: in expansion of macro ‘TRACE_EVENT’ 428 | TRACE_EVENT(kvm_msr, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:428:1: note: in expansion of macro ‘TRACE_EVENT’ 428 | TRACE_EVENT(kvm_msr, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_cr’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:460:1: note: in expansion of macro ‘TRACE_EVENT’ 460 | TRACE_EVENT(kvm_cr, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:460:1: note: in expansion of macro ‘TRACE_EVENT’ 460 | TRACE_EVENT(kvm_cr, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_pic_set_irq’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:484:1: note: in expansion of macro ‘TRACE_EVENT’ 484 | TRACE_EVENT(kvm_pic_set_irq, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:484:1: note: in expansion of macro ‘TRACE_EVENT’ 484 | TRACE_EVENT(kvm_pic_set_irq, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_apic_ipi’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:517:1: note: in expansion of macro ‘TRACE_EVENT’ 517 | TRACE_EVENT(kvm_apic_ipi, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:517:1: note: in expansion of macro ‘TRACE_EVENT’ 517 | TRACE_EVENT(kvm_apic_ipi, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_apic_accept_irq’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:542:1: note: in expansion of macro ‘TRACE_EVENT’ 542 | TRACE_EVENT(kvm_apic_accept_irq, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:542:1: note: in expansion of macro ‘TRACE_EVENT’ 542 | TRACE_EVENT(kvm_apic_accept_irq, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_eoi’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:566:1: note: in expansion of macro ‘TRACE_EVENT’ 566 | TRACE_EVENT(kvm_eoi, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:566:1: note: in expansion of macro ‘TRACE_EVENT’ 566 | TRACE_EVENT(kvm_eoi, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_pv_eoi’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:583:1: note: in expansion of macro ‘TRACE_EVENT’ 583 | TRACE_EVENT(kvm_pv_eoi, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:583:1: note: in expansion of macro ‘TRACE_EVENT’ 583 | TRACE_EVENT(kvm_pv_eoi, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_nested_vmenter’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ 603 | TRACE_EVENT(kvm_nested_vmenter, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ 603 | TRACE_EVENT(kvm_nested_vmenter, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_nested_intercepts’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:647:1: note: in expansion of macro ‘TRACE_EVENT’ 647 | TRACE_EVENT(kvm_nested_intercepts, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:647:1: note: in expansion of macro ‘TRACE_EVENT’ 647 | TRACE_EVENT(kvm_nested_intercepts, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_nested_vmexit’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ 298 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:679:1: note: in expansion of macro ‘TRACE_EVENT_KVM_EXIT’ 679 | TRACE_EVENT_KVM_EXIT(kvm_nested_vmexit); | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ 298 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:679:1: note: in expansion of macro ‘TRACE_EVENT_KVM_EXIT’ 679 | TRACE_EVENT_KVM_EXIT(kvm_nested_vmexit); | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_nested_vmexit_inject’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:684:1: note: in expansion of macro ‘TRACE_EVENT’ 684 | TRACE_EVENT(kvm_nested_vmexit_inject, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:684:1: note: in expansion of macro ‘TRACE_EVENT’ 684 | TRACE_EVENT(kvm_nested_vmexit_inject, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_nested_intr_vmexit’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:719:1: note: in expansion of macro ‘TRACE_EVENT’ 719 | TRACE_EVENT(kvm_nested_intr_vmexit, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:719:1: note: in expansion of macro ‘TRACE_EVENT’ 719 | TRACE_EVENT(kvm_nested_intr_vmexit, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_invlpga’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:737:1: note: in expansion of macro ‘TRACE_EVENT’ 737 | TRACE_EVENT(kvm_invlpga, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:737:1: note: in expansion of macro ‘TRACE_EVENT’ 737 | TRACE_EVENT(kvm_invlpga, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_skinit’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:760:1: note: in expansion of macro ‘TRACE_EVENT’ 760 | TRACE_EVENT(kvm_skinit, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:760:1: note: in expansion of macro ‘TRACE_EVENT’ 760 | TRACE_EVENT(kvm_skinit, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_emulate_insn’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:817:1: note: in expansion of macro ‘TRACE_EVENT’ 817 | TRACE_EVENT(kvm_emulate_insn, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:817:1: note: in expansion of macro ‘TRACE_EVENT’ 817 | TRACE_EVENT(kvm_emulate_insn, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_vcpu_match_mmio’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:855:1: note: in expansion of macro ‘TRACE_EVENT’ 855 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:855:1: note: in expansion of macro ‘TRACE_EVENT’ 855 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_write_tsc_offset’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:879:1: note: in expansion of macro ‘TRACE_EVENT’ 879 | TRACE_EVENT(kvm_write_tsc_offset, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:879:1: note: in expansion of macro ‘TRACE_EVENT’ 879 | TRACE_EVENT(kvm_write_tsc_offset, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_pml_full’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:963:1: note: in expansion of macro ‘TRACE_EVENT’ 963 | TRACE_EVENT(kvm_pml_full, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:963:1: note: in expansion of macro ‘TRACE_EVENT’ 963 | TRACE_EVENT(kvm_pml_full, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_ple_window_update’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:978:1: note: in expansion of macro ‘TRACE_EVENT’ 978 | TRACE_EVENT(kvm_ple_window_update, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:978:1: note: in expansion of macro ‘TRACE_EVENT’ 978 | TRACE_EVENT(kvm_ple_window_update, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_pvclock_update’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:999:1: note: in expansion of macro ‘TRACE_EVENT’ 999 | TRACE_EVENT(kvm_pvclock_update, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:999:1: note: in expansion of macro ‘TRACE_EVENT’ 999 | TRACE_EVENT(kvm_pvclock_update, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_wait_lapic_expire’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1035:1: note: in expansion of macro ‘TRACE_EVENT’ 1035 | TRACE_EVENT(kvm_wait_lapic_expire, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1035:1: note: in expansion of macro ‘TRACE_EVENT’ 1035 | TRACE_EVENT(kvm_wait_lapic_expire, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_smm_transition’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1055:1: note: in expansion of macro ‘TRACE_EVENT’ 1055 | TRACE_EVENT(kvm_smm_transition, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1055:1: note: in expansion of macro ‘TRACE_EVENT’ 1055 | TRACE_EVENT(kvm_smm_transition, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_pi_irte_update’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1080:1: note: in expansion of macro ‘TRACE_EVENT’ 1080 | TRACE_EVENT(kvm_pi_irte_update, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1080:1: note: in expansion of macro ‘TRACE_EVENT’ 1080 | TRACE_EVENT(kvm_pi_irte_update, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_hv_notify_acked_sint’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1117:1: note: in expansion of macro ‘TRACE_EVENT’ 1117 | TRACE_EVENT(kvm_hv_notify_acked_sint, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1117:1: note: in expansion of macro ‘TRACE_EVENT’ 1117 | TRACE_EVENT(kvm_hv_notify_acked_sint, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_hv_synic_set_irq’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1137:1: note: in expansion of macro ‘TRACE_EVENT’ 1137 | TRACE_EVENT(kvm_hv_synic_set_irq, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1137:1: note: in expansion of macro ‘TRACE_EVENT’ 1137 | TRACE_EVENT(kvm_hv_synic_set_irq, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_hv_synic_send_eoi’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1163:1: note: in expansion of macro ‘TRACE_EVENT’ 1163 | TRACE_EVENT(kvm_hv_synic_send_eoi, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1163:1: note: in expansion of macro ‘TRACE_EVENT’ 1163 | TRACE_EVENT(kvm_hv_synic_send_eoi, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_hv_synic_set_msr’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1185:1: note: in expansion of macro ‘TRACE_EVENT’ 1185 | TRACE_EVENT(kvm_hv_synic_set_msr, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1185:1: note: in expansion of macro ‘TRACE_EVENT’ 1185 | TRACE_EVENT(kvm_hv_synic_set_msr, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_hv_stimer_set_config’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1210:1: note: in expansion of macro ‘TRACE_EVENT’ 1210 | TRACE_EVENT(kvm_hv_stimer_set_config, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1210:1: note: in expansion of macro ‘TRACE_EVENT’ 1210 | TRACE_EVENT(kvm_hv_stimer_set_config, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_hv_stimer_set_count’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1236:1: note: in expansion of macro ‘TRACE_EVENT’ 1236 | TRACE_EVENT(kvm_hv_stimer_set_count, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1236:1: note: in expansion of macro ‘TRACE_EVENT’ 1236 | TRACE_EVENT(kvm_hv_stimer_set_count, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_hv_stimer_start_periodic’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1262:1: note: in expansion of macro ‘TRACE_EVENT’ 1262 | TRACE_EVENT(kvm_hv_stimer_start_periodic, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1262:1: note: in expansion of macro ‘TRACE_EVENT’ 1262 | TRACE_EVENT(kvm_hv_stimer_start_periodic, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_hv_stimer_start_one_shot’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1288:1: note: in expansion of macro ‘TRACE_EVENT’ 1288 | TRACE_EVENT(kvm_hv_stimer_start_one_shot, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1288:1: note: in expansion of macro ‘TRACE_EVENT’ 1288 | TRACE_EVENT(kvm_hv_stimer_start_one_shot, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_hv_stimer_callback’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1314:1: note: in expansion of macro ‘TRACE_EVENT’ 1314 | TRACE_EVENT(kvm_hv_stimer_callback, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1314:1: note: in expansion of macro ‘TRACE_EVENT’ 1314 | TRACE_EVENT(kvm_hv_stimer_callback, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_hv_stimer_expiration’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1335:1: note: in expansion of macro ‘TRACE_EVENT’ 1335 | TRACE_EVENT(kvm_hv_stimer_expiration, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1335:1: note: in expansion of macro ‘TRACE_EVENT’ 1335 | TRACE_EVENT(kvm_hv_stimer_expiration, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_hv_stimer_cleanup’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1361:1: note: in expansion of macro ‘TRACE_EVENT’ 1361 | TRACE_EVENT(kvm_hv_stimer_cleanup, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1361:1: note: in expansion of macro ‘TRACE_EVENT’ 1361 | TRACE_EVENT(kvm_hv_stimer_cleanup, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_apicv_inhibit_changed’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1383:1: note: in expansion of macro ‘TRACE_EVENT’ 1383 | TRACE_EVENT(kvm_apicv_inhibit_changed, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1383:1: note: in expansion of macro ‘TRACE_EVENT’ 1383 | TRACE_EVENT(kvm_apicv_inhibit_changed, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_apicv_accept_irq’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1405:1: note: in expansion of macro ‘TRACE_EVENT’ 1405 | TRACE_EVENT(kvm_apicv_accept_irq, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1405:1: note: in expansion of macro ‘TRACE_EVENT’ 1405 | TRACE_EVENT(kvm_apicv_accept_irq, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_avic_incomplete_ipi’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1432:1: note: in expansion of macro ‘TRACE_EVENT’ 1432 | TRACE_EVENT(kvm_avic_incomplete_ipi, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1432:1: note: in expansion of macro ‘TRACE_EVENT’ 1432 | TRACE_EVENT(kvm_avic_incomplete_ipi, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_avic_unaccelerated_access’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1457:1: note: in expansion of macro ‘TRACE_EVENT’ 1457 | TRACE_EVENT(kvm_avic_unaccelerated_access, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1457:1: note: in expansion of macro ‘TRACE_EVENT’ 1457 | TRACE_EVENT(kvm_avic_unaccelerated_access, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_avic_ga_log’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1486:1: note: in expansion of macro ‘TRACE_EVENT’ 1486 | TRACE_EVENT(kvm_avic_ga_log, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1486:1: note: in expansion of macro ‘TRACE_EVENT’ 1486 | TRACE_EVENT(kvm_avic_ga_log, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_avic_kick_vcpu_slowpath’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1504:1: note: in expansion of macro ‘TRACE_EVENT’ 1504 | TRACE_EVENT(kvm_avic_kick_vcpu_slowpath, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1504:1: note: in expansion of macro ‘TRACE_EVENT’ 1504 | TRACE_EVENT(kvm_avic_kick_vcpu_slowpath, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_avic_doorbell’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1524:1: note: in expansion of macro ‘TRACE_EVENT’ 1524 | TRACE_EVENT(kvm_avic_doorbell, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1524:1: note: in expansion of macro ‘TRACE_EVENT’ 1524 | TRACE_EVENT(kvm_avic_doorbell, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_hv_timer_state’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1542:1: note: in expansion of macro ‘TRACE_EVENT’ 1542 | TRACE_EVENT(kvm_hv_timer_state, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1542:1: note: in expansion of macro ‘TRACE_EVENT’ 1542 | TRACE_EVENT(kvm_hv_timer_state, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_hv_flush_tlb’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1561:1: note: in expansion of macro ‘TRACE_EVENT’ 1561 | TRACE_EVENT(kvm_hv_flush_tlb, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1561:1: note: in expansion of macro ‘TRACE_EVENT’ 1561 | TRACE_EVENT(kvm_hv_flush_tlb, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_hv_flush_tlb_ex’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1587:1: note: in expansion of macro ‘TRACE_EVENT’ 1587 | TRACE_EVENT(kvm_hv_flush_tlb_ex, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1587:1: note: in expansion of macro ‘TRACE_EVENT’ 1587 | TRACE_EVENT(kvm_hv_flush_tlb_ex, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_hv_send_ipi’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1617:1: note: in expansion of macro ‘TRACE_EVENT’ 1617 | TRACE_EVENT(kvm_hv_send_ipi, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1617:1: note: in expansion of macro ‘TRACE_EVENT’ 1617 | TRACE_EVENT(kvm_hv_send_ipi, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_hv_send_ipi_ex’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1635:1: note: in expansion of macro ‘TRACE_EVENT’ 1635 | TRACE_EVENT(kvm_hv_send_ipi_ex, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1635:1: note: in expansion of macro ‘TRACE_EVENT’ 1635 | TRACE_EVENT(kvm_hv_send_ipi_ex, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_pv_tlb_flush’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1656:1: note: in expansion of macro ‘TRACE_EVENT’ 1656 | TRACE_EVENT(kvm_pv_tlb_flush, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1656:1: note: in expansion of macro ‘TRACE_EVENT’ 1656 | TRACE_EVENT(kvm_pv_tlb_flush, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_nested_vmenter_failed’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ 1677 | TRACE_EVENT(kvm_nested_vmenter_failed, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ 1677 | TRACE_EVENT(kvm_nested_vmenter_failed, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_hv_syndbg_set_msr’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1698:1: note: in expansion of macro ‘TRACE_EVENT’ 1698 | TRACE_EVENT(kvm_hv_syndbg_set_msr, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1698:1: note: in expansion of macro ‘TRACE_EVENT’ 1698 | TRACE_EVENT(kvm_hv_syndbg_set_msr, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_hv_syndbg_get_msr’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1724:1: note: in expansion of macro ‘TRACE_EVENT’ 1724 | TRACE_EVENT(kvm_hv_syndbg_get_msr, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1724:1: note: in expansion of macro ‘TRACE_EVENT’ 1724 | TRACE_EVENT(kvm_hv_syndbg_get_msr, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_vmgexit_enter’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1750:1: note: in expansion of macro ‘TRACE_EVENT’ 1750 | TRACE_EVENT(kvm_vmgexit_enter, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1750:1: note: in expansion of macro ‘TRACE_EVENT’ 1750 | TRACE_EVENT(kvm_vmgexit_enter, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_vmgexit_exit’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1776:1: note: in expansion of macro ‘TRACE_EVENT’ 1776 | TRACE_EVENT(kvm_vmgexit_exit, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1776:1: note: in expansion of macro ‘TRACE_EVENT’ 1776 | TRACE_EVENT(kvm_vmgexit_exit, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_vmgexit_msr_protocol_enter’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1802:1: note: in expansion of macro ‘TRACE_EVENT’ 1802 | TRACE_EVENT(kvm_vmgexit_msr_protocol_enter, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1802:1: note: in expansion of macro ‘TRACE_EVENT’ 1802 | TRACE_EVENT(kvm_vmgexit_msr_protocol_enter, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_vmgexit_msr_protocol_exit’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1823:1: note: in expansion of macro ‘TRACE_EVENT’ 1823 | TRACE_EVENT(kvm_vmgexit_msr_protocol_exit, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1823:1: note: in expansion of macro ‘TRACE_EVENT’ 1823 | TRACE_EVENT(kvm_vmgexit_msr_protocol_exit, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_rmp_fault’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1846:1: note: in expansion of macro ‘TRACE_EVENT’ 1846 | TRACE_EVENT(kvm_rmp_fault, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1846:1: note: in expansion of macro ‘TRACE_EVENT’ 1846 | TRACE_EVENT(kvm_rmp_fault, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_entry’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(kvm_entry, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ 17 | TRACE_EVENT(kvm_entry, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hypercall’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:40:1: note: in expansion of macro ‘TRACE_EVENT’ 40 | TRACE_EVENT(kvm_hypercall, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:40:1: note: in expansion of macro ‘TRACE_EVENT’ 40 | TRACE_EVENT(kvm_hypercall, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_hypercall’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ 69 | TRACE_EVENT(kvm_hv_hypercall, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ 69 | TRACE_EVENT(kvm_hv_hypercall, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_hypercall_done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:100:1: note: in expansion of macro ‘TRACE_EVENT’ 100 | TRACE_EVENT(kvm_hv_hypercall_done, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:100:1: note: in expansion of macro ‘TRACE_EVENT’ 100 | TRACE_EVENT(kvm_hv_hypercall_done, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_xen_hypercall’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ 118 | TRACE_EVENT(kvm_xen_hypercall, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ 118 | TRACE_EVENT(kvm_xen_hypercall, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_pio’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:161:1: note: in expansion of macro ‘TRACE_EVENT’ 161 | TRACE_EVENT(kvm_pio, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:161:1: note: in expansion of macro ‘TRACE_EVENT’ 161 | TRACE_EVENT(kvm_pio, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_fast_mmio’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ 196 | TRACE_EVENT(kvm_fast_mmio, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ 196 | TRACE_EVENT(kvm_fast_mmio, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_cpuid’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ 214 | TRACE_EVENT(kvm_cpuid, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ 214 | TRACE_EVENT(kvm_cpuid, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_apic’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:261:1: note: in expansion of macro ‘TRACE_EVENT’ 261 | TRACE_EVENT(kvm_apic, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:261:1: note: in expansion of macro ‘TRACE_EVENT’ 261 | TRACE_EVENT(kvm_apic, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ 298 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:336:1: note: in expansion of macro ‘TRACE_EVENT_KVM_EXIT’ 336 | TRACE_EVENT_KVM_EXIT(kvm_exit); | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ 298 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:336:1: note: in expansion of macro ‘TRACE_EVENT_KVM_EXIT’ 336 | TRACE_EVENT_KVM_EXIT(kvm_exit); | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_inj_virq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:341:1: note: in expansion of macro ‘TRACE_EVENT’ 341 | TRACE_EVENT(kvm_inj_virq, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:341:1: note: in expansion of macro ‘TRACE_EVENT’ 341 | TRACE_EVENT(kvm_inj_virq, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_inj_exception’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:372:1: note: in expansion of macro ‘TRACE_EVENT’ 372 | TRACE_EVENT(kvm_inj_exception, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:372:1: note: in expansion of macro ‘TRACE_EVENT’ 372 | TRACE_EVENT(kvm_inj_exception, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_page_fault’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:402:1: note: in expansion of macro ‘TRACE_EVENT’ 402 | TRACE_EVENT(kvm_page_fault, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:402:1: note: in expansion of macro ‘TRACE_EVENT’ 402 | TRACE_EVENT(kvm_page_fault, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_msr’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:428:1: note: in expansion of macro ‘TRACE_EVENT’ 428 | TRACE_EVENT(kvm_msr, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:428:1: note: in expansion of macro ‘TRACE_EVENT’ 428 | TRACE_EVENT(kvm_msr, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_cr’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:460:1: note: in expansion of macro ‘TRACE_EVENT’ 460 | TRACE_EVENT(kvm_cr, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:460:1: note: in expansion of macro ‘TRACE_EVENT’ 460 | TRACE_EVENT(kvm_cr, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_pic_set_irq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:484:1: note: in expansion of macro ‘TRACE_EVENT’ 484 | TRACE_EVENT(kvm_pic_set_irq, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:484:1: note: in expansion of macro ‘TRACE_EVENT’ 484 | TRACE_EVENT(kvm_pic_set_irq, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_apic_ipi’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:517:1: note: in expansion of macro ‘TRACE_EVENT’ 517 | TRACE_EVENT(kvm_apic_ipi, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:517:1: note: in expansion of macro ‘TRACE_EVENT’ 517 | TRACE_EVENT(kvm_apic_ipi, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_apic_accept_irq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:542:1: note: in expansion of macro ‘TRACE_EVENT’ 542 | TRACE_EVENT(kvm_apic_accept_irq, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:542:1: note: in expansion of macro ‘TRACE_EVENT’ 542 | TRACE_EVENT(kvm_apic_accept_irq, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_eoi’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:566:1: note: in expansion of macro ‘TRACE_EVENT’ 566 | TRACE_EVENT(kvm_eoi, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:566:1: note: in expansion of macro ‘TRACE_EVENT’ 566 | TRACE_EVENT(kvm_eoi, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_pv_eoi’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:583:1: note: in expansion of macro ‘TRACE_EVENT’ 583 | TRACE_EVENT(kvm_pv_eoi, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:583:1: note: in expansion of macro ‘TRACE_EVENT’ 583 | TRACE_EVENT(kvm_pv_eoi, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_nested_vmenter’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ 603 | TRACE_EVENT(kvm_nested_vmenter, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ 603 | TRACE_EVENT(kvm_nested_vmenter, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_nested_intercepts’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:647:1: note: in expansion of macro ‘TRACE_EVENT’ 647 | TRACE_EVENT(kvm_nested_intercepts, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:647:1: note: in expansion of macro ‘TRACE_EVENT’ 647 | TRACE_EVENT(kvm_nested_intercepts, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_nested_vmexit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ 298 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:679:1: note: in expansion of macro ‘TRACE_EVENT_KVM_EXIT’ 679 | TRACE_EVENT_KVM_EXIT(kvm_nested_vmexit); | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ 298 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:679:1: note: in expansion of macro ‘TRACE_EVENT_KVM_EXIT’ 679 | TRACE_EVENT_KVM_EXIT(kvm_nested_vmexit); | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_nested_vmexit_inject’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:684:1: note: in expansion of macro ‘TRACE_EVENT’ 684 | TRACE_EVENT(kvm_nested_vmexit_inject, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:684:1: note: in expansion of macro ‘TRACE_EVENT’ 684 | TRACE_EVENT(kvm_nested_vmexit_inject, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_nested_intr_vmexit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:719:1: note: in expansion of macro ‘TRACE_EVENT’ 719 | TRACE_EVENT(kvm_nested_intr_vmexit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:719:1: note: in expansion of macro ‘TRACE_EVENT’ 719 | TRACE_EVENT(kvm_nested_intr_vmexit, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_invlpga’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:737:1: note: in expansion of macro ‘TRACE_EVENT’ 737 | TRACE_EVENT(kvm_invlpga, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:737:1: note: in expansion of macro ‘TRACE_EVENT’ 737 | TRACE_EVENT(kvm_invlpga, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_skinit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:760:1: note: in expansion of macro ‘TRACE_EVENT’ 760 | TRACE_EVENT(kvm_skinit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:760:1: note: in expansion of macro ‘TRACE_EVENT’ 760 | TRACE_EVENT(kvm_skinit, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_emulate_insn’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:817:1: note: in expansion of macro ‘TRACE_EVENT’ 817 | TRACE_EVENT(kvm_emulate_insn, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:817:1: note: in expansion of macro ‘TRACE_EVENT’ 817 | TRACE_EVENT(kvm_emulate_insn, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_vcpu_match_mmio’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:855:1: note: in expansion of macro ‘TRACE_EVENT’ 855 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:855:1: note: in expansion of macro ‘TRACE_EVENT’ 855 | TRACE_EVENT( | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_write_tsc_offset’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:879:1: note: in expansion of macro ‘TRACE_EVENT’ 879 | TRACE_EVENT(kvm_write_tsc_offset, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:879:1: note: in expansion of macro ‘TRACE_EVENT’ 879 | TRACE_EVENT(kvm_write_tsc_offset, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_pml_full’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:963:1: note: in expansion of macro ‘TRACE_EVENT’ 963 | TRACE_EVENT(kvm_pml_full, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:963:1: note: in expansion of macro ‘TRACE_EVENT’ 963 | TRACE_EVENT(kvm_pml_full, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_ple_window_update’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:978:1: note: in expansion of macro ‘TRACE_EVENT’ 978 | TRACE_EVENT(kvm_ple_window_update, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:978:1: note: in expansion of macro ‘TRACE_EVENT’ 978 | TRACE_EVENT(kvm_ple_window_update, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_pvclock_update’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:999:1: note: in expansion of macro ‘TRACE_EVENT’ 999 | TRACE_EVENT(kvm_pvclock_update, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:999:1: note: in expansion of macro ‘TRACE_EVENT’ 999 | TRACE_EVENT(kvm_pvclock_update, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_wait_lapic_expire’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1035:1: note: in expansion of macro ‘TRACE_EVENT’ 1035 | TRACE_EVENT(kvm_wait_lapic_expire, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1035:1: note: in expansion of macro ‘TRACE_EVENT’ 1035 | TRACE_EVENT(kvm_wait_lapic_expire, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_smm_transition’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1055:1: note: in expansion of macro ‘TRACE_EVENT’ 1055 | TRACE_EVENT(kvm_smm_transition, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1055:1: note: in expansion of macro ‘TRACE_EVENT’ 1055 | TRACE_EVENT(kvm_smm_transition, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_pi_irte_update’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1080:1: note: in expansion of macro ‘TRACE_EVENT’ 1080 | TRACE_EVENT(kvm_pi_irte_update, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1080:1: note: in expansion of macro ‘TRACE_EVENT’ 1080 | TRACE_EVENT(kvm_pi_irte_update, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_notify_acked_sint’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1117:1: note: in expansion of macro ‘TRACE_EVENT’ 1117 | TRACE_EVENT(kvm_hv_notify_acked_sint, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1117:1: note: in expansion of macro ‘TRACE_EVENT’ 1117 | TRACE_EVENT(kvm_hv_notify_acked_sint, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_synic_set_irq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1137:1: note: in expansion of macro ‘TRACE_EVENT’ 1137 | TRACE_EVENT(kvm_hv_synic_set_irq, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1137:1: note: in expansion of macro ‘TRACE_EVENT’ 1137 | TRACE_EVENT(kvm_hv_synic_set_irq, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_synic_send_eoi’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1163:1: note: in expansion of macro ‘TRACE_EVENT’ 1163 | TRACE_EVENT(kvm_hv_synic_send_eoi, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1163:1: note: in expansion of macro ‘TRACE_EVENT’ 1163 | TRACE_EVENT(kvm_hv_synic_send_eoi, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_synic_set_msr’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1185:1: note: in expansion of macro ‘TRACE_EVENT’ 1185 | TRACE_EVENT(kvm_hv_synic_set_msr, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1185:1: note: in expansion of macro ‘TRACE_EVENT’ 1185 | TRACE_EVENT(kvm_hv_synic_set_msr, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_stimer_set_config’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1210:1: note: in expansion of macro ‘TRACE_EVENT’ 1210 | TRACE_EVENT(kvm_hv_stimer_set_config, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1210:1: note: in expansion of macro ‘TRACE_EVENT’ 1210 | TRACE_EVENT(kvm_hv_stimer_set_config, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_stimer_set_count’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1236:1: note: in expansion of macro ‘TRACE_EVENT’ 1236 | TRACE_EVENT(kvm_hv_stimer_set_count, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1236:1: note: in expansion of macro ‘TRACE_EVENT’ 1236 | TRACE_EVENT(kvm_hv_stimer_set_count, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_stimer_start_periodic’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1262:1: note: in expansion of macro ‘TRACE_EVENT’ 1262 | TRACE_EVENT(kvm_hv_stimer_start_periodic, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1262:1: note: in expansion of macro ‘TRACE_EVENT’ 1262 | TRACE_EVENT(kvm_hv_stimer_start_periodic, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_stimer_start_one_shot’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1288:1: note: in expansion of macro ‘TRACE_EVENT’ 1288 | TRACE_EVENT(kvm_hv_stimer_start_one_shot, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1288:1: note: in expansion of macro ‘TRACE_EVENT’ 1288 | TRACE_EVENT(kvm_hv_stimer_start_one_shot, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_stimer_callback’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1314:1: note: in expansion of macro ‘TRACE_EVENT’ 1314 | TRACE_EVENT(kvm_hv_stimer_callback, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1314:1: note: in expansion of macro ‘TRACE_EVENT’ 1314 | TRACE_EVENT(kvm_hv_stimer_callback, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_stimer_expiration’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1335:1: note: in expansion of macro ‘TRACE_EVENT’ 1335 | TRACE_EVENT(kvm_hv_stimer_expiration, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1335:1: note: in expansion of macro ‘TRACE_EVENT’ 1335 | TRACE_EVENT(kvm_hv_stimer_expiration, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_stimer_cleanup’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1361:1: note: in expansion of macro ‘TRACE_EVENT’ 1361 | TRACE_EVENT(kvm_hv_stimer_cleanup, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1361:1: note: in expansion of macro ‘TRACE_EVENT’ 1361 | TRACE_EVENT(kvm_hv_stimer_cleanup, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_apicv_inhibit_changed’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1383:1: note: in expansion of macro ‘TRACE_EVENT’ 1383 | TRACE_EVENT(kvm_apicv_inhibit_changed, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1383:1: note: in expansion of macro ‘TRACE_EVENT’ 1383 | TRACE_EVENT(kvm_apicv_inhibit_changed, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_apicv_accept_irq’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1405:1: note: in expansion of macro ‘TRACE_EVENT’ 1405 | TRACE_EVENT(kvm_apicv_accept_irq, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1405:1: note: in expansion of macro ‘TRACE_EVENT’ 1405 | TRACE_EVENT(kvm_apicv_accept_irq, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_avic_incomplete_ipi’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1432:1: note: in expansion of macro ‘TRACE_EVENT’ 1432 | TRACE_EVENT(kvm_avic_incomplete_ipi, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1432:1: note: in expansion of macro ‘TRACE_EVENT’ 1432 | TRACE_EVENT(kvm_avic_incomplete_ipi, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_avic_unaccelerated_access’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1457:1: note: in expansion of macro ‘TRACE_EVENT’ 1457 | TRACE_EVENT(kvm_avic_unaccelerated_access, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1457:1: note: in expansion of macro ‘TRACE_EVENT’ 1457 | TRACE_EVENT(kvm_avic_unaccelerated_access, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_avic_ga_log’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1486:1: note: in expansion of macro ‘TRACE_EVENT’ 1486 | TRACE_EVENT(kvm_avic_ga_log, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1486:1: note: in expansion of macro ‘TRACE_EVENT’ 1486 | TRACE_EVENT(kvm_avic_ga_log, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_avic_kick_vcpu_slowpath’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1504:1: note: in expansion of macro ‘TRACE_EVENT’ 1504 | TRACE_EVENT(kvm_avic_kick_vcpu_slowpath, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1504:1: note: in expansion of macro ‘TRACE_EVENT’ 1504 | TRACE_EVENT(kvm_avic_kick_vcpu_slowpath, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_avic_doorbell’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1524:1: note: in expansion of macro ‘TRACE_EVENT’ 1524 | TRACE_EVENT(kvm_avic_doorbell, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1524:1: note: in expansion of macro ‘TRACE_EVENT’ 1524 | TRACE_EVENT(kvm_avic_doorbell, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_timer_state’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1542:1: note: in expansion of macro ‘TRACE_EVENT’ 1542 | TRACE_EVENT(kvm_hv_timer_state, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1542:1: note: in expansion of macro ‘TRACE_EVENT’ 1542 | TRACE_EVENT(kvm_hv_timer_state, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_flush_tlb’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1561:1: note: in expansion of macro ‘TRACE_EVENT’ 1561 | TRACE_EVENT(kvm_hv_flush_tlb, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1561:1: note: in expansion of macro ‘TRACE_EVENT’ 1561 | TRACE_EVENT(kvm_hv_flush_tlb, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_flush_tlb_ex’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1587:1: note: in expansion of macro ‘TRACE_EVENT’ 1587 | TRACE_EVENT(kvm_hv_flush_tlb_ex, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1587:1: note: in expansion of macro ‘TRACE_EVENT’ 1587 | TRACE_EVENT(kvm_hv_flush_tlb_ex, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_send_ipi’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1617:1: note: in expansion of macro ‘TRACE_EVENT’ 1617 | TRACE_EVENT(kvm_hv_send_ipi, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1617:1: note: in expansion of macro ‘TRACE_EVENT’ 1617 | TRACE_EVENT(kvm_hv_send_ipi, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_send_ipi_ex’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1635:1: note: in expansion of macro ‘TRACE_EVENT’ 1635 | TRACE_EVENT(kvm_hv_send_ipi_ex, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1635:1: note: in expansion of macro ‘TRACE_EVENT’ 1635 | TRACE_EVENT(kvm_hv_send_ipi_ex, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_pv_tlb_flush’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1656:1: note: in expansion of macro ‘TRACE_EVENT’ 1656 | TRACE_EVENT(kvm_pv_tlb_flush, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1656:1: note: in expansion of macro ‘TRACE_EVENT’ 1656 | TRACE_EVENT(kvm_pv_tlb_flush, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_nested_vmenter_failed’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ 1677 | TRACE_EVENT(kvm_nested_vmenter_failed, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ 1677 | TRACE_EVENT(kvm_nested_vmenter_failed, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_syndbg_set_msr’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1698:1: note: in expansion of macro ‘TRACE_EVENT’ 1698 | TRACE_EVENT(kvm_hv_syndbg_set_msr, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1698:1: note: in expansion of macro ‘TRACE_EVENT’ 1698 | TRACE_EVENT(kvm_hv_syndbg_set_msr, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_syndbg_get_msr’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1724:1: note: in expansion of macro ‘TRACE_EVENT’ 1724 | TRACE_EVENT(kvm_hv_syndbg_get_msr, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1724:1: note: in expansion of macro ‘TRACE_EVENT’ 1724 | TRACE_EVENT(kvm_hv_syndbg_get_msr, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_vmgexit_enter’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1750:1: note: in expansion of macro ‘TRACE_EVENT’ 1750 | TRACE_EVENT(kvm_vmgexit_enter, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1750:1: note: in expansion of macro ‘TRACE_EVENT’ 1750 | TRACE_EVENT(kvm_vmgexit_enter, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_vmgexit_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1776:1: note: in expansion of macro ‘TRACE_EVENT’ 1776 | TRACE_EVENT(kvm_vmgexit_exit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1776:1: note: in expansion of macro ‘TRACE_EVENT’ 1776 | TRACE_EVENT(kvm_vmgexit_exit, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_vmgexit_msr_protocol_enter’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1802:1: note: in expansion of macro ‘TRACE_EVENT’ 1802 | TRACE_EVENT(kvm_vmgexit_msr_protocol_enter, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1802:1: note: in expansion of macro ‘TRACE_EVENT’ 1802 | TRACE_EVENT(kvm_vmgexit_msr_protocol_enter, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_vmgexit_msr_protocol_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1823:1: note: in expansion of macro ‘TRACE_EVENT’ 1823 | TRACE_EVENT(kvm_vmgexit_msr_protocol_exit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1823:1: note: in expansion of macro ‘TRACE_EVENT’ 1823 | TRACE_EVENT(kvm_vmgexit_msr_protocol_exit, | ^~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_rmp_fault’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1846:1: note: in expansion of macro ‘TRACE_EVENT’ 1846 | TRACE_EVENT(kvm_rmp_fault, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/../../arch/x86/kvm/trace.h:1846:1: note: in expansion of macro ‘TRACE_EVENT’ 1846 | TRACE_EVENT(kvm_rmp_fault, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: arch/x86/kvm/x86.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: arch/x86/kvm] Error 2 make[3]: *** [../scripts/Makefile.build:485: arch/x86] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/btrfs.h:2637, from ../fs/btrfs/super.c:65: ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_transaction_commit’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:182:1: note: in expansion of macro ‘TRACE_EVENT’ 182 | TRACE_EVENT(btrfs_transaction_commit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:182:1: note: in expansion of macro ‘TRACE_EVENT’ 182 | TRACE_EVENT(btrfs_transaction_commit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:182:1: note: in expansion of macro ‘TRACE_EVENT’ 182 | TRACE_EVENT(btrfs_transaction_commit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:182:1: note: in expansion of macro ‘TRACE_EVENT’ 182 | TRACE_EVENT(btrfs_transaction_commit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:182:1: note: in expansion of macro ‘TRACE_EVENT’ 182 | TRACE_EVENT(btrfs_transaction_commit, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__inode’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:203:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 203 | DECLARE_EVENT_CLASS(btrfs__inode, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:203:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 203 | DECLARE_EVENT_CLASS(btrfs__inode, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_get_extent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/btrfs.h:280:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 280 | TRACE_EVENT_CONDITION(btrfs_get_extent, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/btrfs.h:280:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 280 | TRACE_EVENT_CONDITION(btrfs_get_extent, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_handle_em_exist’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ 316 | TRACE_EVENT(btrfs_handle_em_exist, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ 316 | TRACE_EVENT(btrfs_handle_em_exist, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__file_extent_item_regular’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 354 | DECLARE_EVENT_CLASS(btrfs__file_extent_item_regular, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 354 | DECLARE_EVENT_CLASS(btrfs__file_extent_item_regular, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__file_extent_item_inline’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:408:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 408 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:408:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 408 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__ordered_extent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:498:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 498 | DECLARE_EVENT_CLASS(btrfs__ordered_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:498:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 498 | DECLARE_EVENT_CLASS(btrfs__ordered_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_finish_ordered_extent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:646:1: note: in expansion of macro ‘TRACE_EVENT’ 646 | TRACE_EVENT(btrfs_finish_ordered_extent, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:646:1: note: in expansion of macro ‘TRACE_EVENT’ 646 | TRACE_EVENT(btrfs_finish_ordered_extent, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__writepage’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:675:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 675 | DECLARE_EVENT_CLASS(btrfs__writepage, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:675:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 675 | DECLARE_EVENT_CLASS(btrfs__writepage, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_writepage_end_io_hook’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:732:1: note: in expansion of macro ‘TRACE_EVENT’ 732 | TRACE_EVENT(btrfs_writepage_end_io_hook, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:732:1: note: in expansion of macro ‘TRACE_EVENT’ 732 | TRACE_EVENT(btrfs_writepage_end_io_hook, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_sync_file’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:761:1: note: in expansion of macro ‘TRACE_EVENT’ 761 | TRACE_EVENT(btrfs_sync_file, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:761:1: note: in expansion of macro ‘TRACE_EVENT’ 761 | TRACE_EVENT(btrfs_sync_file, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_sync_fs’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:793:1: note: in expansion of macro ‘TRACE_EVENT’ 793 | TRACE_EVENT(btrfs_sync_fs, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:793:1: note: in expansion of macro ‘TRACE_EVENT’ 793 | TRACE_EVENT(btrfs_sync_fs, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_add_block_group’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ 810 | TRACE_EVENT(btrfs_add_block_group, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ 810 | TRACE_EVENT(btrfs_add_block_group, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_delayed_tree_ref’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:855:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 855 | DECLARE_EVENT_CLASS(btrfs_delayed_tree_ref, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:855:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 855 | DECLARE_EVENT_CLASS(btrfs_delayed_tree_ref, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_delayed_data_ref’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:912:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 912 | DECLARE_EVENT_CLASS(btrfs_delayed_data_ref, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:912:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 912 | DECLARE_EVENT_CLASS(btrfs_delayed_data_ref, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_delayed_ref_head’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:973:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 973 | DECLARE_EVENT_CLASS(btrfs_delayed_ref_head, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:973:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 973 | DECLARE_EVENT_CLASS(btrfs_delayed_ref_head, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__chunk’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1032:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1032 | DECLARE_EVENT_CLASS(btrfs__chunk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1032:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1032 | DECLARE_EVENT_CLASS(btrfs__chunk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_cow_block’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1082:1: note: in expansion of macro ‘TRACE_EVENT’ 1082 | TRACE_EVENT(btrfs_cow_block, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1082:1: note: in expansion of macro ‘TRACE_EVENT’ 1082 | TRACE_EVENT(btrfs_cow_block, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_space_reservation’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1117:1: note: in expansion of macro ‘TRACE_EVENT’ 1117 | TRACE_EVENT(btrfs_space_reservation, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1117:1: note: in expansion of macro ‘TRACE_EVENT’ 1117 | TRACE_EVENT(btrfs_space_reservation, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_trigger_flush’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1143:1: note: in expansion of macro ‘TRACE_EVENT’ 1143 | TRACE_EVENT(btrfs_trigger_flush, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1143:1: note: in expansion of macro ‘TRACE_EVENT’ 1143 | TRACE_EVENT(btrfs_trigger_flush, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_flush_space’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1174:1: note: in expansion of macro ‘TRACE_EVENT’ 1174 | TRACE_EVENT(btrfs_flush_space, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1174:1: note: in expansion of macro ‘TRACE_EVENT’ 1174 | TRACE_EVENT(btrfs_flush_space, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__reserved_extent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1206:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1206 | DECLARE_EVENT_CLASS(btrfs__reserved_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1206:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1206 | DECLARE_EVENT_CLASS(btrfs__reserved_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_find_free_extent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1242:1: note: in expansion of macro ‘TRACE_EVENT’ 1242 | TRACE_EVENT(find_free_extent, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1242:1: note: in expansion of macro ‘TRACE_EVENT’ 1242 | TRACE_EVENT(find_free_extent, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_find_free_extent_search_loop’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1270:1: note: in expansion of macro ‘TRACE_EVENT’ 1270 | TRACE_EVENT(find_free_extent_search_loop, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1270:1: note: in expansion of macro ‘TRACE_EVENT’ 1270 | TRACE_EVENT(find_free_extent_search_loop, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_find_free_extent_have_block_group’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1300:1: note: in expansion of macro ‘TRACE_EVENT’ 1300 | TRACE_EVENT(find_free_extent_have_block_group, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1300:1: note: in expansion of macro ‘TRACE_EVENT’ 1300 | TRACE_EVENT(find_free_extent_have_block_group, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__reserve_extent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1341:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1341 | DECLARE_EVENT_CLASS(btrfs__reserve_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1341:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1341 | DECLARE_EVENT_CLASS(btrfs__reserve_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_find_cluster’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1396:1: note: in expansion of macro ‘TRACE_EVENT’ 1396 | TRACE_EVENT(btrfs_find_cluster, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1396:1: note: in expansion of macro ‘TRACE_EVENT’ 1396 | TRACE_EVENT(btrfs_find_cluster, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_failed_cluster_setup’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1429:1: note: in expansion of macro ‘TRACE_EVENT’ 1429 | TRACE_EVENT(btrfs_failed_cluster_setup, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1429:1: note: in expansion of macro ‘TRACE_EVENT’ 1429 | TRACE_EVENT(btrfs_failed_cluster_setup, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_setup_cluster’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1446:1: note: in expansion of macro ‘TRACE_EVENT’ 1446 | TRACE_EVENT(btrfs_setup_cluster, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1446:1: note: in expansion of macro ‘TRACE_EVENT’ 1446 | TRACE_EVENT(btrfs_setup_cluster, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_alloc_extent_state’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1482:1: note: in expansion of macro ‘TRACE_EVENT’ 1482 | TRACE_EVENT(alloc_extent_state, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1482:1: note: in expansion of macro ‘TRACE_EVENT’ 1482 | TRACE_EVENT(alloc_extent_state, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_free_extent_state’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1505:1: note: in expansion of macro ‘TRACE_EVENT’ 1505 | TRACE_EVENT(free_extent_state, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1505:1: note: in expansion of macro ‘TRACE_EVENT’ 1505 | TRACE_EVENT(free_extent_state, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__work’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1524:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1524 | DECLARE_EVENT_CLASS(btrfs__work, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1524:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1524 | DECLARE_EVENT_CLASS(btrfs__work, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__work__done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1556:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1556 | DECLARE_EVENT_CLASS(btrfs__work__done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1556:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1556 | DECLARE_EVENT_CLASS(btrfs__work__done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_workqueue’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1601:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1601 | DECLARE_EVENT_CLASS(btrfs_workqueue, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1601:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1601 | DECLARE_EVENT_CLASS(btrfs_workqueue, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_workqueue_done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1628:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1628 | DECLARE_EVENT_CLASS(btrfs_workqueue_done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1628:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1628 | DECLARE_EVENT_CLASS(btrfs_workqueue_done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__qgroup_rsv_data’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1657:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1657 | DECLARE_EVENT_CLASS(btrfs__qgroup_rsv_data, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1657:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1657 | DECLARE_EVENT_CLASS(btrfs__qgroup_rsv_data, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_qgroup_extent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1707:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1707 | DECLARE_EVENT_CLASS(btrfs_qgroup_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1707:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1707 | DECLARE_EVENT_CLASS(btrfs_qgroup_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_qgroup_num_dirty_extents’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1743:1: note: in expansion of macro ‘TRACE_EVENT’ 1743 | TRACE_EVENT(qgroup_num_dirty_extents, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1743:1: note: in expansion of macro ‘TRACE_EVENT’ 1743 | TRACE_EVENT(qgroup_num_dirty_extents, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_qgroup_account_extent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1764:1: note: in expansion of macro ‘TRACE_EVENT’ 1764 | TRACE_EVENT(btrfs_qgroup_account_extent, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1764:1: note: in expansion of macro ‘TRACE_EVENT’ 1764 | TRACE_EVENT(btrfs_qgroup_account_extent, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_qgroup_update_counters’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1797:1: note: in expansion of macro ‘TRACE_EVENT’ 1797 | TRACE_EVENT(qgroup_update_counters, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1797:1: note: in expansion of macro ‘TRACE_EVENT’ 1797 | TRACE_EVENT(qgroup_update_counters, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_qgroup_update_reserve’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1826:1: note: in expansion of macro ‘TRACE_EVENT’ 1826 | TRACE_EVENT(qgroup_update_reserve, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1826:1: note: in expansion of macro ‘TRACE_EVENT’ 1826 | TRACE_EVENT(qgroup_update_reserve, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_qgroup_meta_reserve’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1852:1: note: in expansion of macro ‘TRACE_EVENT’ 1852 | TRACE_EVENT(qgroup_meta_reserve, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1852:1: note: in expansion of macro ‘TRACE_EVENT’ 1852 | TRACE_EVENT(qgroup_meta_reserve, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_qgroup_meta_convert’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1875:1: note: in expansion of macro ‘TRACE_EVENT’ 1875 | TRACE_EVENT(qgroup_meta_convert, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1875:1: note: in expansion of macro ‘TRACE_EVENT’ 1875 | TRACE_EVENT(qgroup_meta_convert, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_qgroup_meta_free_all_pertrans’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1898:1: note: in expansion of macro ‘TRACE_EVENT’ 1898 | TRACE_EVENT(qgroup_meta_free_all_pertrans, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1898:1: note: in expansion of macro ‘TRACE_EVENT’ 1898 | TRACE_EVENT(qgroup_meta_free_all_pertrans, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__prelim_ref’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1923:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1923 | DECLARE_EVENT_CLASS(btrfs__prelim_ref, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1923:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1923 | DECLARE_EVENT_CLASS(btrfs__prelim_ref, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_inode_mod_outstanding_extents’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1980:1: note: in expansion of macro ‘TRACE_EVENT’ 1980 | TRACE_EVENT(btrfs_inode_mod_outstanding_extents, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1980:1: note: in expansion of macro ‘TRACE_EVENT’ 1980 | TRACE_EVENT(btrfs_inode_mod_outstanding_extents, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__block_group’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2004:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2004 | DECLARE_EVENT_CLASS(btrfs__block_group, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2004:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2004 | DECLARE_EVENT_CLASS(btrfs__block_group, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_set_extent_bit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2058:1: note: in expansion of macro ‘TRACE_EVENT’ 2058 | TRACE_EVENT(btrfs_set_extent_bit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2058:1: note: in expansion of macro ‘TRACE_EVENT’ 2058 | TRACE_EVENT(btrfs_set_extent_bit, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_clear_extent_bit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2091:1: note: in expansion of macro ‘TRACE_EVENT’ 2091 | TRACE_EVENT(btrfs_clear_extent_bit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2091:1: note: in expansion of macro ‘TRACE_EVENT’ 2091 | TRACE_EVENT(btrfs_clear_extent_bit, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_convert_extent_bit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2124:1: note: in expansion of macro ‘TRACE_EVENT’ 2124 | TRACE_EVENT(btrfs_convert_extent_bit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2124:1: note: in expansion of macro ‘TRACE_EVENT’ 2124 | TRACE_EVENT(btrfs_convert_extent_bit, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_dump_space_info’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2160:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2160 | DECLARE_EVENT_CLASS(btrfs_dump_space_info, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2160:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2160 | DECLARE_EVENT_CLASS(btrfs_dump_space_info, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_reserve_ticket’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2234:1: note: in expansion of macro ‘TRACE_EVENT’ 2234 | TRACE_EVENT(btrfs_reserve_ticket, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2234:1: note: in expansion of macro ‘TRACE_EVENT’ 2234 | TRACE_EVENT(btrfs_reserve_ticket, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_sleep_tree_lock’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2263:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2263 | DECLARE_EVENT_CLASS(btrfs_sleep_tree_lock, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2263:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2263 | DECLARE_EVENT_CLASS(btrfs_sleep_tree_lock, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_locking_events’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2307:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2307 | DECLARE_EVENT_CLASS(btrfs_locking_events, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2307:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2307 | DECLARE_EVENT_CLASS(btrfs_locking_events, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__space_info_update’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2347:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2347 | DECLARE_EVENT_CLASS(btrfs__space_info_update, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2347:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2347 | DECLARE_EVENT_CLASS(btrfs__space_info_update, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_raid56_bio’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2394:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2394 | DECLARE_EVENT_CLASS(btrfs_raid56_bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2394:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2394 | DECLARE_EVENT_CLASS(btrfs_raid56_bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_insert_one_raid_extent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2461:1: note: in expansion of macro ‘TRACE_EVENT’ 2461 | TRACE_EVENT(btrfs_insert_one_raid_extent, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2461:1: note: in expansion of macro ‘TRACE_EVENT’ 2461 | TRACE_EVENT(btrfs_insert_one_raid_extent, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_raid_extent_delete’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2485:1: note: in expansion of macro ‘TRACE_EVENT’ 2485 | TRACE_EVENT(btrfs_raid_extent_delete, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2485:1: note: in expansion of macro ‘TRACE_EVENT’ 2485 | TRACE_EVENT(btrfs_raid_extent_delete, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_get_raid_extent_offset’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2511:1: note: in expansion of macro ‘TRACE_EVENT’ 2511 | TRACE_EVENT(btrfs_get_raid_extent_offset, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2511:1: note: in expansion of macro ‘TRACE_EVENT’ 2511 | TRACE_EVENT(btrfs_get_raid_extent_offset, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_extent_map_shrinker_count’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2537:1: note: in expansion of macro ‘TRACE_EVENT’ 2537 | TRACE_EVENT(btrfs_extent_map_shrinker_count, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2537:1: note: in expansion of macro ‘TRACE_EVENT’ 2537 | TRACE_EVENT(btrfs_extent_map_shrinker_count, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_extent_map_shrinker_scan_enter’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2554:1: note: in expansion of macro ‘TRACE_EVENT’ 2554 | TRACE_EVENT(btrfs_extent_map_shrinker_scan_enter, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2554:1: note: in expansion of macro ‘TRACE_EVENT’ 2554 | TRACE_EVENT(btrfs_extent_map_shrinker_scan_enter, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_extent_map_shrinker_scan_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2580:1: note: in expansion of macro ‘TRACE_EVENT’ 2580 | TRACE_EVENT(btrfs_extent_map_shrinker_scan_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2580:1: note: in expansion of macro ‘TRACE_EVENT’ 2580 | TRACE_EVENT(btrfs_extent_map_shrinker_scan_exit, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_extent_map_shrinker_remove_em’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2606:1: note: in expansion of macro ‘TRACE_EVENT’ 2606 | TRACE_EVENT(btrfs_extent_map_shrinker_remove_em, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2606:1: note: in expansion of macro ‘TRACE_EVENT’ 2606 | TRACE_EVENT(btrfs_extent_map_shrinker_remove_em, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_transaction_commit’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:182:1: note: in expansion of macro ‘TRACE_EVENT’ 182 | TRACE_EVENT(btrfs_transaction_commit, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:182:1: note: in expansion of macro ‘TRACE_EVENT’ 182 | TRACE_EVENT(btrfs_transaction_commit, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs__inode’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:203:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 203 | DECLARE_EVENT_CLASS(btrfs__inode, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:203:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 203 | DECLARE_EVENT_CLASS(btrfs__inode, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_get_extent’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/btrfs.h:280:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 280 | TRACE_EVENT_CONDITION(btrfs_get_extent, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/btrfs.h:280:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 280 | TRACE_EVENT_CONDITION(btrfs_get_extent, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_handle_em_exist’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ 316 | TRACE_EVENT(btrfs_handle_em_exist, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ 316 | TRACE_EVENT(btrfs_handle_em_exist, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs__file_extent_item_regular’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 354 | DECLARE_EVENT_CLASS(btrfs__file_extent_item_regular, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 354 | DECLARE_EVENT_CLASS(btrfs__file_extent_item_regular, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs__file_extent_item_inline’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:408:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 408 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:408:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 408 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs__ordered_extent’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:498:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 498 | DECLARE_EVENT_CLASS(btrfs__ordered_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:498:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 498 | DECLARE_EVENT_CLASS(btrfs__ordered_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_finish_ordered_extent’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:646:1: note: in expansion of macro ‘TRACE_EVENT’ 646 | TRACE_EVENT(btrfs_finish_ordered_extent, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:646:1: note: in expansion of macro ‘TRACE_EVENT’ 646 | TRACE_EVENT(btrfs_finish_ordered_extent, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs__writepage’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:675:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 675 | DECLARE_EVENT_CLASS(btrfs__writepage, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:675:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 675 | DECLARE_EVENT_CLASS(btrfs__writepage, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_writepage_end_io_hook’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:732:1: note: in expansion of macro ‘TRACE_EVENT’ 732 | TRACE_EVENT(btrfs_writepage_end_io_hook, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:732:1: note: in expansion of macro ‘TRACE_EVENT’ 732 | TRACE_EVENT(btrfs_writepage_end_io_hook, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_sync_file’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:761:1: note: in expansion of macro ‘TRACE_EVENT’ 761 | TRACE_EVENT(btrfs_sync_file, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:761:1: note: in expansion of macro ‘TRACE_EVENT’ 761 | TRACE_EVENT(btrfs_sync_file, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_sync_fs’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:793:1: note: in expansion of macro ‘TRACE_EVENT’ 793 | TRACE_EVENT(btrfs_sync_fs, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:793:1: note: in expansion of macro ‘TRACE_EVENT’ 793 | TRACE_EVENT(btrfs_sync_fs, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_add_block_group’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ 810 | TRACE_EVENT(btrfs_add_block_group, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ 810 | TRACE_EVENT(btrfs_add_block_group, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_delayed_tree_ref’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:855:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 855 | DECLARE_EVENT_CLASS(btrfs_delayed_tree_ref, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:855:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 855 | DECLARE_EVENT_CLASS(btrfs_delayed_tree_ref, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_delayed_data_ref’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:912:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 912 | DECLARE_EVENT_CLASS(btrfs_delayed_data_ref, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:912:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 912 | DECLARE_EVENT_CLASS(btrfs_delayed_data_ref, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_delayed_ref_head’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:973:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 973 | DECLARE_EVENT_CLASS(btrfs_delayed_ref_head, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:973:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 973 | DECLARE_EVENT_CLASS(btrfs_delayed_ref_head, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs__chunk’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1032:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1032 | DECLARE_EVENT_CLASS(btrfs__chunk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1032:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1032 | DECLARE_EVENT_CLASS(btrfs__chunk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_cow_block’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1082:1: note: in expansion of macro ‘TRACE_EVENT’ 1082 | TRACE_EVENT(btrfs_cow_block, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1082:1: note: in expansion of macro ‘TRACE_EVENT’ 1082 | TRACE_EVENT(btrfs_cow_block, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_space_reservation’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1117:1: note: in expansion of macro ‘TRACE_EVENT’ 1117 | TRACE_EVENT(btrfs_space_reservation, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1117:1: note: in expansion of macro ‘TRACE_EVENT’ 1117 | TRACE_EVENT(btrfs_space_reservation, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_trigger_flush’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1143:1: note: in expansion of macro ‘TRACE_EVENT’ 1143 | TRACE_EVENT(btrfs_trigger_flush, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1143:1: note: in expansion of macro ‘TRACE_EVENT’ 1143 | TRACE_EVENT(btrfs_trigger_flush, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_flush_space’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1174:1: note: in expansion of macro ‘TRACE_EVENT’ 1174 | TRACE_EVENT(btrfs_flush_space, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1174:1: note: in expansion of macro ‘TRACE_EVENT’ 1174 | TRACE_EVENT(btrfs_flush_space, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs__reserved_extent’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1206:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1206 | DECLARE_EVENT_CLASS(btrfs__reserved_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1206:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1206 | DECLARE_EVENT_CLASS(btrfs__reserved_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_find_free_extent’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1242:1: note: in expansion of macro ‘TRACE_EVENT’ 1242 | TRACE_EVENT(find_free_extent, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1242:1: note: in expansion of macro ‘TRACE_EVENT’ 1242 | TRACE_EVENT(find_free_extent, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_find_free_extent_search_loop’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1270:1: note: in expansion of macro ‘TRACE_EVENT’ 1270 | TRACE_EVENT(find_free_extent_search_loop, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1270:1: note: in expansion of macro ‘TRACE_EVENT’ 1270 | TRACE_EVENT(find_free_extent_search_loop, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_find_free_extent_have_block_group’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1300:1: note: in expansion of macro ‘TRACE_EVENT’ 1300 | TRACE_EVENT(find_free_extent_have_block_group, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1300:1: note: in expansion of macro ‘TRACE_EVENT’ 1300 | TRACE_EVENT(find_free_extent_have_block_group, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs__reserve_extent’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1341:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1341 | DECLARE_EVENT_CLASS(btrfs__reserve_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1341:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1341 | DECLARE_EVENT_CLASS(btrfs__reserve_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_find_cluster’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1396:1: note: in expansion of macro ‘TRACE_EVENT’ 1396 | TRACE_EVENT(btrfs_find_cluster, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1396:1: note: in expansion of macro ‘TRACE_EVENT’ 1396 | TRACE_EVENT(btrfs_find_cluster, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_failed_cluster_setup’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1429:1: note: in expansion of macro ‘TRACE_EVENT’ 1429 | TRACE_EVENT(btrfs_failed_cluster_setup, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1429:1: note: in expansion of macro ‘TRACE_EVENT’ 1429 | TRACE_EVENT(btrfs_failed_cluster_setup, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_setup_cluster’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1446:1: note: in expansion of macro ‘TRACE_EVENT’ 1446 | TRACE_EVENT(btrfs_setup_cluster, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1446:1: note: in expansion of macro ‘TRACE_EVENT’ 1446 | TRACE_EVENT(btrfs_setup_cluster, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_alloc_extent_state’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1482:1: note: in expansion of macro ‘TRACE_EVENT’ 1482 | TRACE_EVENT(alloc_extent_state, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1482:1: note: in expansion of macro ‘TRACE_EVENT’ 1482 | TRACE_EVENT(alloc_extent_state, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_free_extent_state’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1505:1: note: in expansion of macro ‘TRACE_EVENT’ 1505 | TRACE_EVENT(free_extent_state, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1505:1: note: in expansion of macro ‘TRACE_EVENT’ 1505 | TRACE_EVENT(free_extent_state, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs__work’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1524:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1524 | DECLARE_EVENT_CLASS(btrfs__work, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1524:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1524 | DECLARE_EVENT_CLASS(btrfs__work, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs__work__done’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1556:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1556 | DECLARE_EVENT_CLASS(btrfs__work__done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1556:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1556 | DECLARE_EVENT_CLASS(btrfs__work__done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_workqueue’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1601:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1601 | DECLARE_EVENT_CLASS(btrfs_workqueue, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1601:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1601 | DECLARE_EVENT_CLASS(btrfs_workqueue, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_workqueue_done’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1628:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1628 | DECLARE_EVENT_CLASS(btrfs_workqueue_done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1628:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1628 | DECLARE_EVENT_CLASS(btrfs_workqueue_done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs__qgroup_rsv_data’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1657:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1657 | DECLARE_EVENT_CLASS(btrfs__qgroup_rsv_data, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1657:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1657 | DECLARE_EVENT_CLASS(btrfs__qgroup_rsv_data, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_qgroup_extent’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1707:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1707 | DECLARE_EVENT_CLASS(btrfs_qgroup_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1707:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1707 | DECLARE_EVENT_CLASS(btrfs_qgroup_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_qgroup_num_dirty_extents’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1743:1: note: in expansion of macro ‘TRACE_EVENT’ 1743 | TRACE_EVENT(qgroup_num_dirty_extents, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1743:1: note: in expansion of macro ‘TRACE_EVENT’ 1743 | TRACE_EVENT(qgroup_num_dirty_extents, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_qgroup_account_extent’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1764:1: note: in expansion of macro ‘TRACE_EVENT’ 1764 | TRACE_EVENT(btrfs_qgroup_account_extent, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1764:1: note: in expansion of macro ‘TRACE_EVENT’ 1764 | TRACE_EVENT(btrfs_qgroup_account_extent, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_qgroup_update_counters’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1797:1: note: in expansion of macro ‘TRACE_EVENT’ 1797 | TRACE_EVENT(qgroup_update_counters, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1797:1: note: in expansion of macro ‘TRACE_EVENT’ 1797 | TRACE_EVENT(qgroup_update_counters, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_qgroup_update_reserve’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1826:1: note: in expansion of macro ‘TRACE_EVENT’ 1826 | TRACE_EVENT(qgroup_update_reserve, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1826:1: note: in expansion of macro ‘TRACE_EVENT’ 1826 | TRACE_EVENT(qgroup_update_reserve, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_qgroup_meta_reserve’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1852:1: note: in expansion of macro ‘TRACE_EVENT’ 1852 | TRACE_EVENT(qgroup_meta_reserve, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1852:1: note: in expansion of macro ‘TRACE_EVENT’ 1852 | TRACE_EVENT(qgroup_meta_reserve, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_qgroup_meta_convert’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1875:1: note: in expansion of macro ‘TRACE_EVENT’ 1875 | TRACE_EVENT(qgroup_meta_convert, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1875:1: note: in expansion of macro ‘TRACE_EVENT’ 1875 | TRACE_EVENT(qgroup_meta_convert, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_qgroup_meta_free_all_pertrans’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1898:1: note: in expansion of macro ‘TRACE_EVENT’ 1898 | TRACE_EVENT(qgroup_meta_free_all_pertrans, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1898:1: note: in expansion of macro ‘TRACE_EVENT’ 1898 | TRACE_EVENT(qgroup_meta_free_all_pertrans, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs__prelim_ref’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1923:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1923 | DECLARE_EVENT_CLASS(btrfs__prelim_ref, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1923:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1923 | DECLARE_EVENT_CLASS(btrfs__prelim_ref, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_inode_mod_outstanding_extents’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1980:1: note: in expansion of macro ‘TRACE_EVENT’ 1980 | TRACE_EVENT(btrfs_inode_mod_outstanding_extents, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1980:1: note: in expansion of macro ‘TRACE_EVENT’ 1980 | TRACE_EVENT(btrfs_inode_mod_outstanding_extents, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs__block_group’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2004:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2004 | DECLARE_EVENT_CLASS(btrfs__block_group, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2004:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2004 | DECLARE_EVENT_CLASS(btrfs__block_group, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_set_extent_bit’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2058:1: note: in expansion of macro ‘TRACE_EVENT’ 2058 | TRACE_EVENT(btrfs_set_extent_bit, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2058:1: note: in expansion of macro ‘TRACE_EVENT’ 2058 | TRACE_EVENT(btrfs_set_extent_bit, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_clear_extent_bit’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2091:1: note: in expansion of macro ‘TRACE_EVENT’ 2091 | TRACE_EVENT(btrfs_clear_extent_bit, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2091:1: note: in expansion of macro ‘TRACE_EVENT’ 2091 | TRACE_EVENT(btrfs_clear_extent_bit, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_convert_extent_bit’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2124:1: note: in expansion of macro ‘TRACE_EVENT’ 2124 | TRACE_EVENT(btrfs_convert_extent_bit, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2124:1: note: in expansion of macro ‘TRACE_EVENT’ 2124 | TRACE_EVENT(btrfs_convert_extent_bit, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_dump_space_info’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2160:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2160 | DECLARE_EVENT_CLASS(btrfs_dump_space_info, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2160:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2160 | DECLARE_EVENT_CLASS(btrfs_dump_space_info, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_reserve_ticket’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2234:1: note: in expansion of macro ‘TRACE_EVENT’ 2234 | TRACE_EVENT(btrfs_reserve_ticket, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2234:1: note: in expansion of macro ‘TRACE_EVENT’ 2234 | TRACE_EVENT(btrfs_reserve_ticket, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_sleep_tree_lock’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2263:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2263 | DECLARE_EVENT_CLASS(btrfs_sleep_tree_lock, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2263:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2263 | DECLARE_EVENT_CLASS(btrfs_sleep_tree_lock, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_locking_events’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2307:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2307 | DECLARE_EVENT_CLASS(btrfs_locking_events, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2307:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2307 | DECLARE_EVENT_CLASS(btrfs_locking_events, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs__space_info_update’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2347:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2347 | DECLARE_EVENT_CLASS(btrfs__space_info_update, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2347:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2347 | DECLARE_EVENT_CLASS(btrfs__space_info_update, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_raid56_bio’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2394:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2394 | DECLARE_EVENT_CLASS(btrfs_raid56_bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2394:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2394 | DECLARE_EVENT_CLASS(btrfs_raid56_bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_insert_one_raid_extent’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2461:1: note: in expansion of macro ‘TRACE_EVENT’ 2461 | TRACE_EVENT(btrfs_insert_one_raid_extent, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2461:1: note: in expansion of macro ‘TRACE_EVENT’ 2461 | TRACE_EVENT(btrfs_insert_one_raid_extent, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_raid_extent_delete’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2485:1: note: in expansion of macro ‘TRACE_EVENT’ 2485 | TRACE_EVENT(btrfs_raid_extent_delete, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2485:1: note: in expansion of macro ‘TRACE_EVENT’ 2485 | TRACE_EVENT(btrfs_raid_extent_delete, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_get_raid_extent_offset’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2511:1: note: in expansion of macro ‘TRACE_EVENT’ 2511 | TRACE_EVENT(btrfs_get_raid_extent_offset, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2511:1: note: in expansion of macro ‘TRACE_EVENT’ 2511 | TRACE_EVENT(btrfs_get_raid_extent_offset, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_extent_map_shrinker_count’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2537:1: note: in expansion of macro ‘TRACE_EVENT’ 2537 | TRACE_EVENT(btrfs_extent_map_shrinker_count, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2537:1: note: in expansion of macro ‘TRACE_EVENT’ 2537 | TRACE_EVENT(btrfs_extent_map_shrinker_count, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_extent_map_shrinker_scan_enter’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2554:1: note: in expansion of macro ‘TRACE_EVENT’ 2554 | TRACE_EVENT(btrfs_extent_map_shrinker_scan_enter, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2554:1: note: in expansion of macro ‘TRACE_EVENT’ 2554 | TRACE_EVENT(btrfs_extent_map_shrinker_scan_enter, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_extent_map_shrinker_scan_exit’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2580:1: note: in expansion of macro ‘TRACE_EVENT’ 2580 | TRACE_EVENT(btrfs_extent_map_shrinker_scan_exit, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2580:1: note: in expansion of macro ‘TRACE_EVENT’ 2580 | TRACE_EVENT(btrfs_extent_map_shrinker_scan_exit, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_extent_map_shrinker_remove_em’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2606:1: note: in expansion of macro ‘TRACE_EVENT’ 2606 | TRACE_EVENT(btrfs_extent_map_shrinker_remove_em, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2606:1: note: in expansion of macro ‘TRACE_EVENT’ 2606 | TRACE_EVENT(btrfs_extent_map_shrinker_remove_em, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_transaction_commit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:182:1: note: in expansion of macro ‘TRACE_EVENT’ 182 | TRACE_EVENT(btrfs_transaction_commit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:182:1: note: in expansion of macro ‘TRACE_EVENT’ 182 | TRACE_EVENT(btrfs_transaction_commit, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__inode’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:203:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 203 | DECLARE_EVENT_CLASS(btrfs__inode, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:203:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 203 | DECLARE_EVENT_CLASS(btrfs__inode, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_get_extent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/btrfs.h:280:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 280 | TRACE_EVENT_CONDITION(btrfs_get_extent, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../include/trace/events/btrfs.h:280:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 280 | TRACE_EVENT_CONDITION(btrfs_get_extent, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_handle_em_exist’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ 316 | TRACE_EVENT(btrfs_handle_em_exist, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ 316 | TRACE_EVENT(btrfs_handle_em_exist, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__file_extent_item_regular’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 354 | DECLARE_EVENT_CLASS(btrfs__file_extent_item_regular, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 354 | DECLARE_EVENT_CLASS(btrfs__file_extent_item_regular, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__file_extent_item_inline’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:408:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 408 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:408:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 408 | DECLARE_EVENT_CLASS( | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__ordered_extent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:498:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 498 | DECLARE_EVENT_CLASS(btrfs__ordered_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:498:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 498 | DECLARE_EVENT_CLASS(btrfs__ordered_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_finish_ordered_extent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:646:1: note: in expansion of macro ‘TRACE_EVENT’ 646 | TRACE_EVENT(btrfs_finish_ordered_extent, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:646:1: note: in expansion of macro ‘TRACE_EVENT’ 646 | TRACE_EVENT(btrfs_finish_ordered_extent, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__writepage’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:675:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 675 | DECLARE_EVENT_CLASS(btrfs__writepage, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:675:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 675 | DECLARE_EVENT_CLASS(btrfs__writepage, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_writepage_end_io_hook’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:732:1: note: in expansion of macro ‘TRACE_EVENT’ 732 | TRACE_EVENT(btrfs_writepage_end_io_hook, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:732:1: note: in expansion of macro ‘TRACE_EVENT’ 732 | TRACE_EVENT(btrfs_writepage_end_io_hook, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_sync_file’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:761:1: note: in expansion of macro ‘TRACE_EVENT’ 761 | TRACE_EVENT(btrfs_sync_file, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:761:1: note: in expansion of macro ‘TRACE_EVENT’ 761 | TRACE_EVENT(btrfs_sync_file, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_sync_fs’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:793:1: note: in expansion of macro ‘TRACE_EVENT’ 793 | TRACE_EVENT(btrfs_sync_fs, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:793:1: note: in expansion of macro ‘TRACE_EVENT’ 793 | TRACE_EVENT(btrfs_sync_fs, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_add_block_group’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ 810 | TRACE_EVENT(btrfs_add_block_group, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ 810 | TRACE_EVENT(btrfs_add_block_group, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_delayed_tree_ref’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:855:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 855 | DECLARE_EVENT_CLASS(btrfs_delayed_tree_ref, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:855:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 855 | DECLARE_EVENT_CLASS(btrfs_delayed_tree_ref, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_delayed_data_ref’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:912:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 912 | DECLARE_EVENT_CLASS(btrfs_delayed_data_ref, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:912:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 912 | DECLARE_EVENT_CLASS(btrfs_delayed_data_ref, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_delayed_ref_head’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:973:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 973 | DECLARE_EVENT_CLASS(btrfs_delayed_ref_head, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:973:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 973 | DECLARE_EVENT_CLASS(btrfs_delayed_ref_head, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__chunk’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1032:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1032 | DECLARE_EVENT_CLASS(btrfs__chunk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1032:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1032 | DECLARE_EVENT_CLASS(btrfs__chunk, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_cow_block’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1082:1: note: in expansion of macro ‘TRACE_EVENT’ 1082 | TRACE_EVENT(btrfs_cow_block, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1082:1: note: in expansion of macro ‘TRACE_EVENT’ 1082 | TRACE_EVENT(btrfs_cow_block, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_space_reservation’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1117:1: note: in expansion of macro ‘TRACE_EVENT’ 1117 | TRACE_EVENT(btrfs_space_reservation, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1117:1: note: in expansion of macro ‘TRACE_EVENT’ 1117 | TRACE_EVENT(btrfs_space_reservation, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_trigger_flush’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1143:1: note: in expansion of macro ‘TRACE_EVENT’ 1143 | TRACE_EVENT(btrfs_trigger_flush, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1143:1: note: in expansion of macro ‘TRACE_EVENT’ 1143 | TRACE_EVENT(btrfs_trigger_flush, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_flush_space’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1174:1: note: in expansion of macro ‘TRACE_EVENT’ 1174 | TRACE_EVENT(btrfs_flush_space, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1174:1: note: in expansion of macro ‘TRACE_EVENT’ 1174 | TRACE_EVENT(btrfs_flush_space, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__reserved_extent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1206:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1206 | DECLARE_EVENT_CLASS(btrfs__reserved_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1206:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1206 | DECLARE_EVENT_CLASS(btrfs__reserved_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_find_free_extent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1242:1: note: in expansion of macro ‘TRACE_EVENT’ 1242 | TRACE_EVENT(find_free_extent, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1242:1: note: in expansion of macro ‘TRACE_EVENT’ 1242 | TRACE_EVENT(find_free_extent, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_find_free_extent_search_loop’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1270:1: note: in expansion of macro ‘TRACE_EVENT’ 1270 | TRACE_EVENT(find_free_extent_search_loop, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1270:1: note: in expansion of macro ‘TRACE_EVENT’ 1270 | TRACE_EVENT(find_free_extent_search_loop, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_find_free_extent_have_block_group’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1300:1: note: in expansion of macro ‘TRACE_EVENT’ 1300 | TRACE_EVENT(find_free_extent_have_block_group, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1300:1: note: in expansion of macro ‘TRACE_EVENT’ 1300 | TRACE_EVENT(find_free_extent_have_block_group, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__reserve_extent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1341:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1341 | DECLARE_EVENT_CLASS(btrfs__reserve_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1341:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1341 | DECLARE_EVENT_CLASS(btrfs__reserve_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_find_cluster’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1396:1: note: in expansion of macro ‘TRACE_EVENT’ 1396 | TRACE_EVENT(btrfs_find_cluster, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1396:1: note: in expansion of macro ‘TRACE_EVENT’ 1396 | TRACE_EVENT(btrfs_find_cluster, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_failed_cluster_setup’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1429:1: note: in expansion of macro ‘TRACE_EVENT’ 1429 | TRACE_EVENT(btrfs_failed_cluster_setup, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1429:1: note: in expansion of macro ‘TRACE_EVENT’ 1429 | TRACE_EVENT(btrfs_failed_cluster_setup, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_setup_cluster’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1446:1: note: in expansion of macro ‘TRACE_EVENT’ 1446 | TRACE_EVENT(btrfs_setup_cluster, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1446:1: note: in expansion of macro ‘TRACE_EVENT’ 1446 | TRACE_EVENT(btrfs_setup_cluster, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_alloc_extent_state’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1482:1: note: in expansion of macro ‘TRACE_EVENT’ 1482 | TRACE_EVENT(alloc_extent_state, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1482:1: note: in expansion of macro ‘TRACE_EVENT’ 1482 | TRACE_EVENT(alloc_extent_state, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_free_extent_state’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1505:1: note: in expansion of macro ‘TRACE_EVENT’ 1505 | TRACE_EVENT(free_extent_state, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1505:1: note: in expansion of macro ‘TRACE_EVENT’ 1505 | TRACE_EVENT(free_extent_state, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__work’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1524:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1524 | DECLARE_EVENT_CLASS(btrfs__work, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1524:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1524 | DECLARE_EVENT_CLASS(btrfs__work, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__work__done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1556:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1556 | DECLARE_EVENT_CLASS(btrfs__work__done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1556:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1556 | DECLARE_EVENT_CLASS(btrfs__work__done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_workqueue’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1601:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1601 | DECLARE_EVENT_CLASS(btrfs_workqueue, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1601:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1601 | DECLARE_EVENT_CLASS(btrfs_workqueue, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_workqueue_done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1628:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1628 | DECLARE_EVENT_CLASS(btrfs_workqueue_done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1628:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1628 | DECLARE_EVENT_CLASS(btrfs_workqueue_done, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__qgroup_rsv_data’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1657:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1657 | DECLARE_EVENT_CLASS(btrfs__qgroup_rsv_data, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1657:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1657 | DECLARE_EVENT_CLASS(btrfs__qgroup_rsv_data, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_qgroup_extent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1707:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1707 | DECLARE_EVENT_CLASS(btrfs_qgroup_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1707:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1707 | DECLARE_EVENT_CLASS(btrfs_qgroup_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_qgroup_num_dirty_extents’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1743:1: note: in expansion of macro ‘TRACE_EVENT’ 1743 | TRACE_EVENT(qgroup_num_dirty_extents, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1743:1: note: in expansion of macro ‘TRACE_EVENT’ 1743 | TRACE_EVENT(qgroup_num_dirty_extents, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_qgroup_account_extent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1764:1: note: in expansion of macro ‘TRACE_EVENT’ 1764 | TRACE_EVENT(btrfs_qgroup_account_extent, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1764:1: note: in expansion of macro ‘TRACE_EVENT’ 1764 | TRACE_EVENT(btrfs_qgroup_account_extent, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_qgroup_update_counters’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1797:1: note: in expansion of macro ‘TRACE_EVENT’ 1797 | TRACE_EVENT(qgroup_update_counters, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1797:1: note: in expansion of macro ‘TRACE_EVENT’ 1797 | TRACE_EVENT(qgroup_update_counters, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_qgroup_update_reserve’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1826:1: note: in expansion of macro ‘TRACE_EVENT’ 1826 | TRACE_EVENT(qgroup_update_reserve, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1826:1: note: in expansion of macro ‘TRACE_EVENT’ 1826 | TRACE_EVENT(qgroup_update_reserve, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_qgroup_meta_reserve’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1852:1: note: in expansion of macro ‘TRACE_EVENT’ 1852 | TRACE_EVENT(qgroup_meta_reserve, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1852:1: note: in expansion of macro ‘TRACE_EVENT’ 1852 | TRACE_EVENT(qgroup_meta_reserve, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_qgroup_meta_convert’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1875:1: note: in expansion of macro ‘TRACE_EVENT’ 1875 | TRACE_EVENT(qgroup_meta_convert, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1875:1: note: in expansion of macro ‘TRACE_EVENT’ 1875 | TRACE_EVENT(qgroup_meta_convert, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_qgroup_meta_free_all_pertrans’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1898:1: note: in expansion of macro ‘TRACE_EVENT’ 1898 | TRACE_EVENT(qgroup_meta_free_all_pertrans, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1898:1: note: in expansion of macro ‘TRACE_EVENT’ 1898 | TRACE_EVENT(qgroup_meta_free_all_pertrans, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__prelim_ref’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1923:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1923 | DECLARE_EVENT_CLASS(btrfs__prelim_ref, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1923:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1923 | DECLARE_EVENT_CLASS(btrfs__prelim_ref, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_inode_mod_outstanding_extents’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1980:1: note: in expansion of macro ‘TRACE_EVENT’ 1980 | TRACE_EVENT(btrfs_inode_mod_outstanding_extents, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:1980:1: note: in expansion of macro ‘TRACE_EVENT’ 1980 | TRACE_EVENT(btrfs_inode_mod_outstanding_extents, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__block_group’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2004:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2004 | DECLARE_EVENT_CLASS(btrfs__block_group, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2004:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2004 | DECLARE_EVENT_CLASS(btrfs__block_group, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_set_extent_bit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2058:1: note: in expansion of macro ‘TRACE_EVENT’ 2058 | TRACE_EVENT(btrfs_set_extent_bit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2058:1: note: in expansion of macro ‘TRACE_EVENT’ 2058 | TRACE_EVENT(btrfs_set_extent_bit, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_clear_extent_bit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2091:1: note: in expansion of macro ‘TRACE_EVENT’ 2091 | TRACE_EVENT(btrfs_clear_extent_bit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2091:1: note: in expansion of macro ‘TRACE_EVENT’ 2091 | TRACE_EVENT(btrfs_clear_extent_bit, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_convert_extent_bit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2124:1: note: in expansion of macro ‘TRACE_EVENT’ 2124 | TRACE_EVENT(btrfs_convert_extent_bit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2124:1: note: in expansion of macro ‘TRACE_EVENT’ 2124 | TRACE_EVENT(btrfs_convert_extent_bit, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_dump_space_info’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2160:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2160 | DECLARE_EVENT_CLASS(btrfs_dump_space_info, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2160:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2160 | DECLARE_EVENT_CLASS(btrfs_dump_space_info, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_reserve_ticket’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2234:1: note: in expansion of macro ‘TRACE_EVENT’ 2234 | TRACE_EVENT(btrfs_reserve_ticket, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2234:1: note: in expansion of macro ‘TRACE_EVENT’ 2234 | TRACE_EVENT(btrfs_reserve_ticket, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_sleep_tree_lock’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2263:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2263 | DECLARE_EVENT_CLASS(btrfs_sleep_tree_lock, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2263:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2263 | DECLARE_EVENT_CLASS(btrfs_sleep_tree_lock, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_locking_events’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2307:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2307 | DECLARE_EVENT_CLASS(btrfs_locking_events, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2307:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2307 | DECLARE_EVENT_CLASS(btrfs_locking_events, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__space_info_update’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2347:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2347 | DECLARE_EVENT_CLASS(btrfs__space_info_update, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2347:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2347 | DECLARE_EVENT_CLASS(btrfs__space_info_update, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_raid56_bio’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2394:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2394 | DECLARE_EVENT_CLASS(btrfs_raid56_bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2394:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2394 | DECLARE_EVENT_CLASS(btrfs_raid56_bio, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_insert_one_raid_extent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2461:1: note: in expansion of macro ‘TRACE_EVENT’ 2461 | TRACE_EVENT(btrfs_insert_one_raid_extent, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2461:1: note: in expansion of macro ‘TRACE_EVENT’ 2461 | TRACE_EVENT(btrfs_insert_one_raid_extent, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_raid_extent_delete’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2485:1: note: in expansion of macro ‘TRACE_EVENT’ 2485 | TRACE_EVENT(btrfs_raid_extent_delete, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2485:1: note: in expansion of macro ‘TRACE_EVENT’ 2485 | TRACE_EVENT(btrfs_raid_extent_delete, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_get_raid_extent_offset’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2511:1: note: in expansion of macro ‘TRACE_EVENT’ 2511 | TRACE_EVENT(btrfs_get_raid_extent_offset, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2511:1: note: in expansion of macro ‘TRACE_EVENT’ 2511 | TRACE_EVENT(btrfs_get_raid_extent_offset, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_extent_map_shrinker_count’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2537:1: note: in expansion of macro ‘TRACE_EVENT’ 2537 | TRACE_EVENT(btrfs_extent_map_shrinker_count, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2537:1: note: in expansion of macro ‘TRACE_EVENT’ 2537 | TRACE_EVENT(btrfs_extent_map_shrinker_count, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_extent_map_shrinker_scan_enter’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2554:1: note: in expansion of macro ‘TRACE_EVENT’ 2554 | TRACE_EVENT(btrfs_extent_map_shrinker_scan_enter, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2554:1: note: in expansion of macro ‘TRACE_EVENT’ 2554 | TRACE_EVENT(btrfs_extent_map_shrinker_scan_enter, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_extent_map_shrinker_scan_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2580:1: note: in expansion of macro ‘TRACE_EVENT’ 2580 | TRACE_EVENT(btrfs_extent_map_shrinker_scan_exit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2580:1: note: in expansion of macro ‘TRACE_EVENT’ 2580 | TRACE_EVENT(btrfs_extent_map_shrinker_scan_exit, | ^~~~~~~~~~~ ../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_extent_map_shrinker_remove_em’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2606:1: note: in expansion of macro ‘TRACE_EVENT’ 2606 | TRACE_EVENT(btrfs_extent_map_shrinker_remove_em, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/btrfs.h:2606:1: note: in expansion of macro ‘TRACE_EVENT’ 2606 | TRACE_EVENT(btrfs_extent_map_shrinker_remove_em, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: fs/btrfs/super.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: fs/btrfs] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/rpcrdma.h:2282, from ../net/sunrpc/xprtrdma/module.c:21: ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_rpcrdma_simple_cid_class’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 25 | DECLARE_EVENT_CLASS(rpcrdma_simple_cid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 25 | DECLARE_EVENT_CLASS(rpcrdma_simple_cid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 25 | DECLARE_EVENT_CLASS(rpcrdma_simple_cid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 25 | DECLARE_EVENT_CLASS(rpcrdma_simple_cid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 25 | DECLARE_EVENT_CLASS(rpcrdma_simple_cid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_rpcrdma_completion_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:55:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 55 | DECLARE_EVENT_CLASS(rpcrdma_completion_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:55:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 55 | DECLARE_EVENT_CLASS(rpcrdma_completion_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_rpcrdma_send_flush_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:95:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 95 | DECLARE_EVENT_CLASS(rpcrdma_send_flush_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:95:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 95 | DECLARE_EVENT_CLASS(rpcrdma_send_flush_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_rpcrdma_mr_completion_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 132 | DECLARE_EVENT_CLASS(rpcrdma_mr_completion_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 132 | DECLARE_EVENT_CLASS(rpcrdma_mr_completion_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_rpcrdma_receive_completion_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:172:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 172 | DECLARE_EVENT_CLASS(rpcrdma_receive_completion_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:172:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 172 | DECLARE_EVENT_CLASS(rpcrdma_receive_completion_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_rpcrdma_receive_success_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:217:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 217 | DECLARE_EVENT_CLASS(rpcrdma_receive_success_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:217:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 217 | DECLARE_EVENT_CLASS(rpcrdma_receive_success_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_rpcrdma_receive_flush_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:251:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 251 | DECLARE_EVENT_CLASS(rpcrdma_receive_flush_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:251:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 251 | DECLARE_EVENT_CLASS(rpcrdma_receive_flush_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_reply_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:288:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 288 | DECLARE_EVENT_CLASS(xprtrdma_reply_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:288:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 288 | DECLARE_EVENT_CLASS(xprtrdma_reply_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_rxprt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:325:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 325 | DECLARE_EVENT_CLASS(xprtrdma_rxprt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:325:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 325 | DECLARE_EVENT_CLASS(xprtrdma_rxprt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_connect_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 354 | DECLARE_EVENT_CLASS(xprtrdma_connect_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 354 | DECLARE_EVENT_CLASS(xprtrdma_connect_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_rdch_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:390:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 390 | DECLARE_EVENT_CLASS(xprtrdma_rdch_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:390:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 390 | DECLARE_EVENT_CLASS(xprtrdma_rdch_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_wrch_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:441:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 441 | DECLARE_EVENT_CLASS(xprtrdma_wrch_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:441:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 441 | DECLARE_EVENT_CLASS(xprtrdma_wrch_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_mr_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:500:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 500 | DECLARE_EVENT_CLASS(xprtrdma_mr_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:500:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 500 | DECLARE_EVENT_CLASS(xprtrdma_mr_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_anonymous_mr_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:555:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 555 | DECLARE_EVENT_CLASS(xprtrdma_anonymous_mr_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:555:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 555 | DECLARE_EVENT_CLASS(xprtrdma_anonymous_mr_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_callback_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:595:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 595 | DECLARE_EVENT_CLASS(xprtrdma_callback_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:595:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 595 | DECLARE_EVENT_CLASS(xprtrdma_callback_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_inline_thresh’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:633:1: note: in expansion of macro ‘TRACE_EVENT’ 633 | TRACE_EVENT(xprtrdma_inline_thresh, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:633:1: note: in expansion of macro ‘TRACE_EVENT’ 633 | TRACE_EVENT(xprtrdma_inline_thresh, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_device_removal’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:672:1: note: in expansion of macro ‘TRACE_EVENT’ 672 | TRACE_EVENT(xprtrdma_device_removal, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:672:1: note: in expansion of macro ‘TRACE_EVENT’ 672 | TRACE_EVENT(xprtrdma_device_removal, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_op_connect’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:697:1: note: in expansion of macro ‘TRACE_EVENT’ 697 | TRACE_EVENT(xprtrdma_op_connect, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:697:1: note: in expansion of macro ‘TRACE_EVENT’ 697 | TRACE_EVENT(xprtrdma_op_connect, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_op_set_cto’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:723:1: note: in expansion of macro ‘TRACE_EVENT’ 723 | TRACE_EVENT(xprtrdma_op_set_cto, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:723:1: note: in expansion of macro ‘TRACE_EVENT’ 723 | TRACE_EVENT(xprtrdma_op_set_cto, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_createmrs’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:756:1: note: in expansion of macro ‘TRACE_EVENT’ 756 | TRACE_EVENT(xprtrdma_createmrs, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:756:1: note: in expansion of macro ‘TRACE_EVENT’ 756 | TRACE_EVENT(xprtrdma_createmrs, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_nomrs_err’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:781:1: note: in expansion of macro ‘TRACE_EVENT’ 781 | TRACE_EVENT(xprtrdma_nomrs_err, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:781:1: note: in expansion of macro ‘TRACE_EVENT’ 781 | TRACE_EVENT(xprtrdma_nomrs_err, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_marshal’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:834:1: note: in expansion of macro ‘TRACE_EVENT’ 834 | TRACE_EVENT(xprtrdma_marshal, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:834:1: note: in expansion of macro ‘TRACE_EVENT’ 834 | TRACE_EVENT(xprtrdma_marshal, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_marshal_failed’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:879:1: note: in expansion of macro ‘TRACE_EVENT’ 879 | TRACE_EVENT(xprtrdma_marshal_failed, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:879:1: note: in expansion of macro ‘TRACE_EVENT’ 879 | TRACE_EVENT(xprtrdma_marshal_failed, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_prepsend_failed’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:906:1: note: in expansion of macro ‘TRACE_EVENT’ 906 | TRACE_EVENT(xprtrdma_prepsend_failed, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:906:1: note: in expansion of macro ‘TRACE_EVENT’ 906 | TRACE_EVENT(xprtrdma_prepsend_failed, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_post_send’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:933:1: note: in expansion of macro ‘TRACE_EVENT’ 933 | TRACE_EVENT(xprtrdma_post_send, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:933:1: note: in expansion of macro ‘TRACE_EVENT’ 933 | TRACE_EVENT(xprtrdma_post_send, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_post_send_err’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:970:1: note: in expansion of macro ‘TRACE_EVENT’ 970 | TRACE_EVENT(xprtrdma_post_send_err, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:970:1: note: in expansion of macro ‘TRACE_EVENT’ 970 | TRACE_EVENT(xprtrdma_post_send_err, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_post_recvs’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1005:1: note: in expansion of macro ‘TRACE_EVENT’ 1005 | TRACE_EVENT(xprtrdma_post_recvs, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1005:1: note: in expansion of macro ‘TRACE_EVENT’ 1005 | TRACE_EVENT(xprtrdma_post_recvs, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_post_recvs_err’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1037:1: note: in expansion of macro ‘TRACE_EVENT’ 1037 | TRACE_EVENT(xprtrdma_post_recvs_err, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1037:1: note: in expansion of macro ‘TRACE_EVENT’ 1037 | TRACE_EVENT(xprtrdma_post_recvs_err, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_post_linv_err’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1067:1: note: in expansion of macro ‘TRACE_EVENT’ 1067 | TRACE_EVENT(xprtrdma_post_linv_err, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1067:1: note: in expansion of macro ‘TRACE_EVENT’ 1067 | TRACE_EVENT(xprtrdma_post_linv_err, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_frwr_alloc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1106:1: note: in expansion of macro ‘TRACE_EVENT’ 1106 | TRACE_EVENT(xprtrdma_frwr_alloc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1106:1: note: in expansion of macro ‘TRACE_EVENT’ 1106 | TRACE_EVENT(xprtrdma_frwr_alloc, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_frwr_dereg’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1129:1: note: in expansion of macro ‘TRACE_EVENT’ 1129 | TRACE_EVENT(xprtrdma_frwr_dereg, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1129:1: note: in expansion of macro ‘TRACE_EVENT’ 1129 | TRACE_EVENT(xprtrdma_frwr_dereg, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_frwr_sgerr’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1165:1: note: in expansion of macro ‘TRACE_EVENT’ 1165 | TRACE_EVENT(xprtrdma_frwr_sgerr, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1165:1: note: in expansion of macro ‘TRACE_EVENT’ 1165 | TRACE_EVENT(xprtrdma_frwr_sgerr, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_frwr_maperr’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1194:1: note: in expansion of macro ‘TRACE_EVENT’ 1194 | TRACE_EVENT(xprtrdma_frwr_maperr, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1194:1: note: in expansion of macro ‘TRACE_EVENT’ 1194 | TRACE_EVENT(xprtrdma_frwr_maperr, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_dma_maperr’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1232:1: note: in expansion of macro ‘TRACE_EVENT’ 1232 | TRACE_EVENT(xprtrdma_dma_maperr, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1232:1: note: in expansion of macro ‘TRACE_EVENT’ 1232 | TRACE_EVENT(xprtrdma_dma_maperr, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_reply’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1254:1: note: in expansion of macro ‘TRACE_EVENT’ 1254 | TRACE_EVENT(xprtrdma_reply, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1254:1: note: in expansion of macro ‘TRACE_EVENT’ 1254 | TRACE_EVENT(xprtrdma_reply, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_err_vers’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1288:1: note: in expansion of macro ‘TRACE_EVENT’ 1288 | TRACE_EVENT(xprtrdma_err_vers, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1288:1: note: in expansion of macro ‘TRACE_EVENT’ 1288 | TRACE_EVENT(xprtrdma_err_vers, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_err_chunk’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1319:1: note: in expansion of macro ‘TRACE_EVENT’ 1319 | TRACE_EVENT(xprtrdma_err_chunk, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1319:1: note: in expansion of macro ‘TRACE_EVENT’ 1319 | TRACE_EVENT(xprtrdma_err_chunk, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_err_unrecognized’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1343:1: note: in expansion of macro ‘TRACE_EVENT’ 1343 | TRACE_EVENT(xprtrdma_err_unrecognized, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1343:1: note: in expansion of macro ‘TRACE_EVENT’ 1343 | TRACE_EVENT(xprtrdma_err_unrecognized, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_fixup’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1370:1: note: in expansion of macro ‘TRACE_EVENT’ 1370 | TRACE_EVENT(xprtrdma_fixup, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1370:1: note: in expansion of macro ‘TRACE_EVENT’ 1370 | TRACE_EVENT(xprtrdma_fixup, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_decode_seg’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1402:1: note: in expansion of macro ‘TRACE_EVENT’ 1402 | TRACE_EVENT(xprtrdma_decode_seg, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1402:1: note: in expansion of macro ‘TRACE_EVENT’ 1402 | TRACE_EVENT(xprtrdma_decode_seg, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_mrs_zap’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1429:1: note: in expansion of macro ‘TRACE_EVENT’ 1429 | TRACE_EVENT(xprtrdma_mrs_zap, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1429:1: note: in expansion of macro ‘TRACE_EVENT’ 1429 | TRACE_EVENT(xprtrdma_mrs_zap, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_cb_setup’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1455:1: note: in expansion of macro ‘TRACE_EVENT’ 1455 | TRACE_EVENT(xprtrdma_cb_setup, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1455:1: note: in expansion of macro ‘TRACE_EVENT’ 1455 | TRACE_EVENT(xprtrdma_cb_setup, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_svcrdma_accept_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1487:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1487 | DECLARE_EVENT_CLASS(svcrdma_accept_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1487:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1487 | DECLARE_EVENT_CLASS(svcrdma_accept_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_svcrdma_decode_rqst’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ 1538 | TRACE_EVENT(svcrdma_decode_rqst, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ 1538 | TRACE_EVENT(svcrdma_decode_rqst, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_svcrdma_decode_short_err’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1573:1: note: in expansion of macro ‘TRACE_EVENT’ 1573 | TRACE_EVENT(svcrdma_decode_short_err, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1573:1: note: in expansion of macro ‘TRACE_EVENT’ 1573 | TRACE_EVENT(svcrdma_decode_short_err, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_svcrdma_badreq_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1598:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1598 | DECLARE_EVENT_CLASS(svcrdma_badreq_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1598:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1598 | DECLARE_EVENT_CLASS(svcrdma_badreq_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_svcrdma_encode_wseg’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1643:1: note: in expansion of macro ‘TRACE_EVENT’ 1643 | TRACE_EVENT(svcrdma_encode_wseg, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1643:1: note: in expansion of macro ‘TRACE_EVENT’ 1643 | TRACE_EVENT(svcrdma_encode_wseg, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_svcrdma_decode_rseg’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1679:1: note: in expansion of macro ‘TRACE_EVENT’ 1679 | TRACE_EVENT(svcrdma_decode_rseg, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1679:1: note: in expansion of macro ‘TRACE_EVENT’ 1679 | TRACE_EVENT(svcrdma_decode_rseg, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_svcrdma_decode_wseg’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1715:1: note: in expansion of macro ‘TRACE_EVENT’ 1715 | TRACE_EVENT(svcrdma_decode_wseg, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1715:1: note: in expansion of macro ‘TRACE_EVENT’ 1715 | TRACE_EVENT(svcrdma_decode_wseg, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_svcrdma_error_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1752:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1752 | DECLARE_EVENT_CLASS(svcrdma_error_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1752:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1752 | DECLARE_EVENT_CLASS(svcrdma_error_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_svcrdma_dma_map_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1786:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1786 | DECLARE_EVENT_CLASS(svcrdma_dma_map_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1786:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1786 | DECLARE_EVENT_CLASS(svcrdma_dma_map_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_svcrdma_dma_map_rw_err’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1829:1: note: in expansion of macro ‘TRACE_EVENT’ 1829 | TRACE_EVENT(svcrdma_dma_map_rw_err, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1829:1: note: in expansion of macro ‘TRACE_EVENT’ 1829 | TRACE_EVENT(svcrdma_dma_map_rw_err, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_svcrdma_rwctx_empty’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1862:1: note: in expansion of macro ‘TRACE_EVENT’ 1862 | TRACE_EVENT(svcrdma_rwctx_empty, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1862:1: note: in expansion of macro ‘TRACE_EVENT’ 1862 | TRACE_EVENT(svcrdma_rwctx_empty, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_svcrdma_page_overrun_err’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1885:1: note: in expansion of macro ‘TRACE_EVENT’ 1885 | TRACE_EVENT(svcrdma_page_overrun_err, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1885:1: note: in expansion of macro ‘TRACE_EVENT’ 1885 | TRACE_EVENT(svcrdma_page_overrun_err, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_svcrdma_small_wrch_err’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1911:1: note: in expansion of macro ‘TRACE_EVENT’ 1911 | TRACE_EVENT(svcrdma_small_wrch_err, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1911:1: note: in expansion of macro ‘TRACE_EVENT’ 1911 | TRACE_EVENT(svcrdma_small_wrch_err, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_svcrdma_send_pullup’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1943:1: note: in expansion of macro ‘TRACE_EVENT’ 1943 | TRACE_EVENT(svcrdma_send_pullup, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1943:1: note: in expansion of macro ‘TRACE_EVENT’ 1943 | TRACE_EVENT(svcrdma_send_pullup, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_svcrdma_send_err’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1971:1: note: in expansion of macro ‘TRACE_EVENT’ 1971 | TRACE_EVENT(svcrdma_send_err, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1971:1: note: in expansion of macro ‘TRACE_EVENT’ 1971 | TRACE_EVENT(svcrdma_send_err, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_svcrdma_post_send’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1996:1: note: in expansion of macro ‘TRACE_EVENT’ 1996 | TRACE_EVENT(svcrdma_post_send, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1996:1: note: in expansion of macro ‘TRACE_EVENT’ 1996 | TRACE_EVENT(svcrdma_post_send, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_svcrdma_rq_post_err’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:2036:1: note: in expansion of macro ‘TRACE_EVENT’ 2036 | TRACE_EVENT(svcrdma_rq_post_err, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:2036:1: note: in expansion of macro ‘TRACE_EVENT’ 2036 | TRACE_EVENT(svcrdma_rq_post_err, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_svcrdma_post_chunk_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:2059:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2059 | DECLARE_EVENT_CLASS(svcrdma_post_chunk_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:2059:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2059 | DECLARE_EVENT_CLASS(svcrdma_post_chunk_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_svcrdma_wc_read’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:2106:1: note: in expansion of macro ‘TRACE_EVENT’ 2106 | TRACE_EVENT(svcrdma_wc_read, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:2106:1: note: in expansion of macro ‘TRACE_EVENT’ 2106 | TRACE_EVENT(svcrdma_wc_read, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_svcrdma_qp_error’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:2148:1: note: in expansion of macro ‘TRACE_EVENT’ 2148 | TRACE_EVENT(svcrdma_qp_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:2148:1: note: in expansion of macro ‘TRACE_EVENT’ 2148 | TRACE_EVENT(svcrdma_qp_error, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_svcrdma_sendqueue_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:2175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2175 | DECLARE_EVENT_CLASS(svcrdma_sendqueue_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:2175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2175 | DECLARE_EVENT_CLASS(svcrdma_sendqueue_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_svcrdma_sq_post_err’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:2215:1: note: in expansion of macro ‘TRACE_EVENT’ 2215 | TRACE_EVENT(svcrdma_sq_post_err, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:2215:1: note: in expansion of macro ‘TRACE_EVENT’ 2215 | TRACE_EVENT(svcrdma_sq_post_err, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_rpcrdma_client_device_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:2246:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2246 | DECLARE_EVENT_CLASS(rpcrdma_client_device_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:2246:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2246 | DECLARE_EVENT_CLASS(rpcrdma_client_device_class, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/rpcrdma.h: In function ‘perf_trace_rpcrdma_simple_cid_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 25 | DECLARE_EVENT_CLASS(rpcrdma_simple_cid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 25 | DECLARE_EVENT_CLASS(rpcrdma_simple_cid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_rpcrdma_completion_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:55:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 55 | DECLARE_EVENT_CLASS(rpcrdma_completion_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:55:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 55 | DECLARE_EVENT_CLASS(rpcrdma_completion_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_rpcrdma_send_flush_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:95:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 95 | DECLARE_EVENT_CLASS(rpcrdma_send_flush_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:95:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 95 | DECLARE_EVENT_CLASS(rpcrdma_send_flush_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_rpcrdma_mr_completion_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 132 | DECLARE_EVENT_CLASS(rpcrdma_mr_completion_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 132 | DECLARE_EVENT_CLASS(rpcrdma_mr_completion_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_rpcrdma_receive_completion_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:172:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 172 | DECLARE_EVENT_CLASS(rpcrdma_receive_completion_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:172:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 172 | DECLARE_EVENT_CLASS(rpcrdma_receive_completion_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_rpcrdma_receive_success_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:217:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 217 | DECLARE_EVENT_CLASS(rpcrdma_receive_success_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:217:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 217 | DECLARE_EVENT_CLASS(rpcrdma_receive_success_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_rpcrdma_receive_flush_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:251:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 251 | DECLARE_EVENT_CLASS(rpcrdma_receive_flush_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:251:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 251 | DECLARE_EVENT_CLASS(rpcrdma_receive_flush_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_reply_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:288:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 288 | DECLARE_EVENT_CLASS(xprtrdma_reply_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:288:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 288 | DECLARE_EVENT_CLASS(xprtrdma_reply_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_rxprt’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:325:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 325 | DECLARE_EVENT_CLASS(xprtrdma_rxprt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:325:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 325 | DECLARE_EVENT_CLASS(xprtrdma_rxprt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_connect_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 354 | DECLARE_EVENT_CLASS(xprtrdma_connect_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 354 | DECLARE_EVENT_CLASS(xprtrdma_connect_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_rdch_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:390:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 390 | DECLARE_EVENT_CLASS(xprtrdma_rdch_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:390:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 390 | DECLARE_EVENT_CLASS(xprtrdma_rdch_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_wrch_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:441:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 441 | DECLARE_EVENT_CLASS(xprtrdma_wrch_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:441:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 441 | DECLARE_EVENT_CLASS(xprtrdma_wrch_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_mr_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:500:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 500 | DECLARE_EVENT_CLASS(xprtrdma_mr_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:500:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 500 | DECLARE_EVENT_CLASS(xprtrdma_mr_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_anonymous_mr_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:555:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 555 | DECLARE_EVENT_CLASS(xprtrdma_anonymous_mr_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:555:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 555 | DECLARE_EVENT_CLASS(xprtrdma_anonymous_mr_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_callback_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:595:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 595 | DECLARE_EVENT_CLASS(xprtrdma_callback_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:595:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 595 | DECLARE_EVENT_CLASS(xprtrdma_callback_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_inline_thresh’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:633:1: note: in expansion of macro ‘TRACE_EVENT’ 633 | TRACE_EVENT(xprtrdma_inline_thresh, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:633:1: note: in expansion of macro ‘TRACE_EVENT’ 633 | TRACE_EVENT(xprtrdma_inline_thresh, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_device_removal’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:672:1: note: in expansion of macro ‘TRACE_EVENT’ 672 | TRACE_EVENT(xprtrdma_device_removal, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:672:1: note: in expansion of macro ‘TRACE_EVENT’ 672 | TRACE_EVENT(xprtrdma_device_removal, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_op_connect’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:697:1: note: in expansion of macro ‘TRACE_EVENT’ 697 | TRACE_EVENT(xprtrdma_op_connect, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:697:1: note: in expansion of macro ‘TRACE_EVENT’ 697 | TRACE_EVENT(xprtrdma_op_connect, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_op_set_cto’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:723:1: note: in expansion of macro ‘TRACE_EVENT’ 723 | TRACE_EVENT(xprtrdma_op_set_cto, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:723:1: note: in expansion of macro ‘TRACE_EVENT’ 723 | TRACE_EVENT(xprtrdma_op_set_cto, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_createmrs’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:756:1: note: in expansion of macro ‘TRACE_EVENT’ 756 | TRACE_EVENT(xprtrdma_createmrs, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:756:1: note: in expansion of macro ‘TRACE_EVENT’ 756 | TRACE_EVENT(xprtrdma_createmrs, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_nomrs_err’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:781:1: note: in expansion of macro ‘TRACE_EVENT’ 781 | TRACE_EVENT(xprtrdma_nomrs_err, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:781:1: note: in expansion of macro ‘TRACE_EVENT’ 781 | TRACE_EVENT(xprtrdma_nomrs_err, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_marshal’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:834:1: note: in expansion of macro ‘TRACE_EVENT’ 834 | TRACE_EVENT(xprtrdma_marshal, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:834:1: note: in expansion of macro ‘TRACE_EVENT’ 834 | TRACE_EVENT(xprtrdma_marshal, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_marshal_failed’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:879:1: note: in expansion of macro ‘TRACE_EVENT’ 879 | TRACE_EVENT(xprtrdma_marshal_failed, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:879:1: note: in expansion of macro ‘TRACE_EVENT’ 879 | TRACE_EVENT(xprtrdma_marshal_failed, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_prepsend_failed’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:906:1: note: in expansion of macro ‘TRACE_EVENT’ 906 | TRACE_EVENT(xprtrdma_prepsend_failed, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:906:1: note: in expansion of macro ‘TRACE_EVENT’ 906 | TRACE_EVENT(xprtrdma_prepsend_failed, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_post_send’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:933:1: note: in expansion of macro ‘TRACE_EVENT’ 933 | TRACE_EVENT(xprtrdma_post_send, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:933:1: note: in expansion of macro ‘TRACE_EVENT’ 933 | TRACE_EVENT(xprtrdma_post_send, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_post_send_err’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:970:1: note: in expansion of macro ‘TRACE_EVENT’ 970 | TRACE_EVENT(xprtrdma_post_send_err, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:970:1: note: in expansion of macro ‘TRACE_EVENT’ 970 | TRACE_EVENT(xprtrdma_post_send_err, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_post_recvs’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1005:1: note: in expansion of macro ‘TRACE_EVENT’ 1005 | TRACE_EVENT(xprtrdma_post_recvs, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1005:1: note: in expansion of macro ‘TRACE_EVENT’ 1005 | TRACE_EVENT(xprtrdma_post_recvs, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_post_recvs_err’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1037:1: note: in expansion of macro ‘TRACE_EVENT’ 1037 | TRACE_EVENT(xprtrdma_post_recvs_err, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1037:1: note: in expansion of macro ‘TRACE_EVENT’ 1037 | TRACE_EVENT(xprtrdma_post_recvs_err, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_post_linv_err’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1067:1: note: in expansion of macro ‘TRACE_EVENT’ 1067 | TRACE_EVENT(xprtrdma_post_linv_err, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1067:1: note: in expansion of macro ‘TRACE_EVENT’ 1067 | TRACE_EVENT(xprtrdma_post_linv_err, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_frwr_alloc’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1106:1: note: in expansion of macro ‘TRACE_EVENT’ 1106 | TRACE_EVENT(xprtrdma_frwr_alloc, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1106:1: note: in expansion of macro ‘TRACE_EVENT’ 1106 | TRACE_EVENT(xprtrdma_frwr_alloc, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_frwr_dereg’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1129:1: note: in expansion of macro ‘TRACE_EVENT’ 1129 | TRACE_EVENT(xprtrdma_frwr_dereg, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1129:1: note: in expansion of macro ‘TRACE_EVENT’ 1129 | TRACE_EVENT(xprtrdma_frwr_dereg, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_frwr_sgerr’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1165:1: note: in expansion of macro ‘TRACE_EVENT’ 1165 | TRACE_EVENT(xprtrdma_frwr_sgerr, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1165:1: note: in expansion of macro ‘TRACE_EVENT’ 1165 | TRACE_EVENT(xprtrdma_frwr_sgerr, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_frwr_maperr’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1194:1: note: in expansion of macro ‘TRACE_EVENT’ 1194 | TRACE_EVENT(xprtrdma_frwr_maperr, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1194:1: note: in expansion of macro ‘TRACE_EVENT’ 1194 | TRACE_EVENT(xprtrdma_frwr_maperr, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_dma_maperr’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1232:1: note: in expansion of macro ‘TRACE_EVENT’ 1232 | TRACE_EVENT(xprtrdma_dma_maperr, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1232:1: note: in expansion of macro ‘TRACE_EVENT’ 1232 | TRACE_EVENT(xprtrdma_dma_maperr, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_reply’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1254:1: note: in expansion of macro ‘TRACE_EVENT’ 1254 | TRACE_EVENT(xprtrdma_reply, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1254:1: note: in expansion of macro ‘TRACE_EVENT’ 1254 | TRACE_EVENT(xprtrdma_reply, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_err_vers’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1288:1: note: in expansion of macro ‘TRACE_EVENT’ 1288 | TRACE_EVENT(xprtrdma_err_vers, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1288:1: note: in expansion of macro ‘TRACE_EVENT’ 1288 | TRACE_EVENT(xprtrdma_err_vers, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_err_chunk’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1319:1: note: in expansion of macro ‘TRACE_EVENT’ 1319 | TRACE_EVENT(xprtrdma_err_chunk, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1319:1: note: in expansion of macro ‘TRACE_EVENT’ 1319 | TRACE_EVENT(xprtrdma_err_chunk, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_err_unrecognized’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1343:1: note: in expansion of macro ‘TRACE_EVENT’ 1343 | TRACE_EVENT(xprtrdma_err_unrecognized, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1343:1: note: in expansion of macro ‘TRACE_EVENT’ 1343 | TRACE_EVENT(xprtrdma_err_unrecognized, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_fixup’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1370:1: note: in expansion of macro ‘TRACE_EVENT’ 1370 | TRACE_EVENT(xprtrdma_fixup, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1370:1: note: in expansion of macro ‘TRACE_EVENT’ 1370 | TRACE_EVENT(xprtrdma_fixup, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_decode_seg’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1402:1: note: in expansion of macro ‘TRACE_EVENT’ 1402 | TRACE_EVENT(xprtrdma_decode_seg, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1402:1: note: in expansion of macro ‘TRACE_EVENT’ 1402 | TRACE_EVENT(xprtrdma_decode_seg, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_mrs_zap’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1429:1: note: in expansion of macro ‘TRACE_EVENT’ 1429 | TRACE_EVENT(xprtrdma_mrs_zap, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1429:1: note: in expansion of macro ‘TRACE_EVENT’ 1429 | TRACE_EVENT(xprtrdma_mrs_zap, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_cb_setup’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1455:1: note: in expansion of macro ‘TRACE_EVENT’ 1455 | TRACE_EVENT(xprtrdma_cb_setup, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1455:1: note: in expansion of macro ‘TRACE_EVENT’ 1455 | TRACE_EVENT(xprtrdma_cb_setup, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_svcrdma_accept_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1487:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1487 | DECLARE_EVENT_CLASS(svcrdma_accept_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1487:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1487 | DECLARE_EVENT_CLASS(svcrdma_accept_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_svcrdma_decode_rqst’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ 1538 | TRACE_EVENT(svcrdma_decode_rqst, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ 1538 | TRACE_EVENT(svcrdma_decode_rqst, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_svcrdma_decode_short_err’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1573:1: note: in expansion of macro ‘TRACE_EVENT’ 1573 | TRACE_EVENT(svcrdma_decode_short_err, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1573:1: note: in expansion of macro ‘TRACE_EVENT’ 1573 | TRACE_EVENT(svcrdma_decode_short_err, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_svcrdma_badreq_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1598:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1598 | DECLARE_EVENT_CLASS(svcrdma_badreq_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1598:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1598 | DECLARE_EVENT_CLASS(svcrdma_badreq_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_svcrdma_encode_wseg’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1643:1: note: in expansion of macro ‘TRACE_EVENT’ 1643 | TRACE_EVENT(svcrdma_encode_wseg, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1643:1: note: in expansion of macro ‘TRACE_EVENT’ 1643 | TRACE_EVENT(svcrdma_encode_wseg, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_svcrdma_decode_rseg’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1679:1: note: in expansion of macro ‘TRACE_EVENT’ 1679 | TRACE_EVENT(svcrdma_decode_rseg, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1679:1: note: in expansion of macro ‘TRACE_EVENT’ 1679 | TRACE_EVENT(svcrdma_decode_rseg, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_svcrdma_decode_wseg’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1715:1: note: in expansion of macro ‘TRACE_EVENT’ 1715 | TRACE_EVENT(svcrdma_decode_wseg, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1715:1: note: in expansion of macro ‘TRACE_EVENT’ 1715 | TRACE_EVENT(svcrdma_decode_wseg, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_svcrdma_error_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1752:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1752 | DECLARE_EVENT_CLASS(svcrdma_error_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1752:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1752 | DECLARE_EVENT_CLASS(svcrdma_error_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_svcrdma_dma_map_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1786:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1786 | DECLARE_EVENT_CLASS(svcrdma_dma_map_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1786:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1786 | DECLARE_EVENT_CLASS(svcrdma_dma_map_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_svcrdma_dma_map_rw_err’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1829:1: note: in expansion of macro ‘TRACE_EVENT’ 1829 | TRACE_EVENT(svcrdma_dma_map_rw_err, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1829:1: note: in expansion of macro ‘TRACE_EVENT’ 1829 | TRACE_EVENT(svcrdma_dma_map_rw_err, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_svcrdma_rwctx_empty’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1862:1: note: in expansion of macro ‘TRACE_EVENT’ 1862 | TRACE_EVENT(svcrdma_rwctx_empty, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1862:1: note: in expansion of macro ‘TRACE_EVENT’ 1862 | TRACE_EVENT(svcrdma_rwctx_empty, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_svcrdma_page_overrun_err’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1885:1: note: in expansion of macro ‘TRACE_EVENT’ 1885 | TRACE_EVENT(svcrdma_page_overrun_err, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1885:1: note: in expansion of macro ‘TRACE_EVENT’ 1885 | TRACE_EVENT(svcrdma_page_overrun_err, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_svcrdma_small_wrch_err’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1911:1: note: in expansion of macro ‘TRACE_EVENT’ 1911 | TRACE_EVENT(svcrdma_small_wrch_err, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1911:1: note: in expansion of macro ‘TRACE_EVENT’ 1911 | TRACE_EVENT(svcrdma_small_wrch_err, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_svcrdma_send_pullup’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1943:1: note: in expansion of macro ‘TRACE_EVENT’ 1943 | TRACE_EVENT(svcrdma_send_pullup, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1943:1: note: in expansion of macro ‘TRACE_EVENT’ 1943 | TRACE_EVENT(svcrdma_send_pullup, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_svcrdma_send_err’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1971:1: note: in expansion of macro ‘TRACE_EVENT’ 1971 | TRACE_EVENT(svcrdma_send_err, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1971:1: note: in expansion of macro ‘TRACE_EVENT’ 1971 | TRACE_EVENT(svcrdma_send_err, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_svcrdma_post_send’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1996:1: note: in expansion of macro ‘TRACE_EVENT’ 1996 | TRACE_EVENT(svcrdma_post_send, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1996:1: note: in expansion of macro ‘TRACE_EVENT’ 1996 | TRACE_EVENT(svcrdma_post_send, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_svcrdma_rq_post_err’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:2036:1: note: in expansion of macro ‘TRACE_EVENT’ 2036 | TRACE_EVENT(svcrdma_rq_post_err, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:2036:1: note: in expansion of macro ‘TRACE_EVENT’ 2036 | TRACE_EVENT(svcrdma_rq_post_err, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_svcrdma_post_chunk_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:2059:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2059 | DECLARE_EVENT_CLASS(svcrdma_post_chunk_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:2059:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2059 | DECLARE_EVENT_CLASS(svcrdma_post_chunk_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_svcrdma_wc_read’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:2106:1: note: in expansion of macro ‘TRACE_EVENT’ 2106 | TRACE_EVENT(svcrdma_wc_read, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:2106:1: note: in expansion of macro ‘TRACE_EVENT’ 2106 | TRACE_EVENT(svcrdma_wc_read, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_svcrdma_qp_error’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:2148:1: note: in expansion of macro ‘TRACE_EVENT’ 2148 | TRACE_EVENT(svcrdma_qp_error, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:2148:1: note: in expansion of macro ‘TRACE_EVENT’ 2148 | TRACE_EVENT(svcrdma_qp_error, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_svcrdma_sendqueue_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:2175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2175 | DECLARE_EVENT_CLASS(svcrdma_sendqueue_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:2175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2175 | DECLARE_EVENT_CLASS(svcrdma_sendqueue_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_svcrdma_sq_post_err’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:2215:1: note: in expansion of macro ‘TRACE_EVENT’ 2215 | TRACE_EVENT(svcrdma_sq_post_err, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:2215:1: note: in expansion of macro ‘TRACE_EVENT’ 2215 | TRACE_EVENT(svcrdma_sq_post_err, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘perf_trace_rpcrdma_client_device_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:2246:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2246 | DECLARE_EVENT_CLASS(rpcrdma_client_device_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:2246:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2246 | DECLARE_EVENT_CLASS(rpcrdma_client_device_class, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_rpcrdma_simple_cid_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 25 | DECLARE_EVENT_CLASS(rpcrdma_simple_cid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 25 | DECLARE_EVENT_CLASS(rpcrdma_simple_cid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_rpcrdma_completion_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:55:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 55 | DECLARE_EVENT_CLASS(rpcrdma_completion_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:55:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 55 | DECLARE_EVENT_CLASS(rpcrdma_completion_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_rpcrdma_send_flush_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:95:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 95 | DECLARE_EVENT_CLASS(rpcrdma_send_flush_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:95:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 95 | DECLARE_EVENT_CLASS(rpcrdma_send_flush_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_rpcrdma_mr_completion_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 132 | DECLARE_EVENT_CLASS(rpcrdma_mr_completion_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 132 | DECLARE_EVENT_CLASS(rpcrdma_mr_completion_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_rpcrdma_receive_completion_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:172:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 172 | DECLARE_EVENT_CLASS(rpcrdma_receive_completion_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:172:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 172 | DECLARE_EVENT_CLASS(rpcrdma_receive_completion_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_rpcrdma_receive_success_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:217:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 217 | DECLARE_EVENT_CLASS(rpcrdma_receive_success_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:217:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 217 | DECLARE_EVENT_CLASS(rpcrdma_receive_success_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_rpcrdma_receive_flush_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:251:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 251 | DECLARE_EVENT_CLASS(rpcrdma_receive_flush_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:251:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 251 | DECLARE_EVENT_CLASS(rpcrdma_receive_flush_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_reply_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:288:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 288 | DECLARE_EVENT_CLASS(xprtrdma_reply_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:288:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 288 | DECLARE_EVENT_CLASS(xprtrdma_reply_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_rxprt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:325:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 325 | DECLARE_EVENT_CLASS(xprtrdma_rxprt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:325:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 325 | DECLARE_EVENT_CLASS(xprtrdma_rxprt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_connect_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 354 | DECLARE_EVENT_CLASS(xprtrdma_connect_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 354 | DECLARE_EVENT_CLASS(xprtrdma_connect_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_rdch_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:390:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 390 | DECLARE_EVENT_CLASS(xprtrdma_rdch_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:390:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 390 | DECLARE_EVENT_CLASS(xprtrdma_rdch_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_wrch_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:441:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 441 | DECLARE_EVENT_CLASS(xprtrdma_wrch_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:441:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 441 | DECLARE_EVENT_CLASS(xprtrdma_wrch_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_mr_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:500:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 500 | DECLARE_EVENT_CLASS(xprtrdma_mr_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:500:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 500 | DECLARE_EVENT_CLASS(xprtrdma_mr_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_anonymous_mr_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:555:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 555 | DECLARE_EVENT_CLASS(xprtrdma_anonymous_mr_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:555:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 555 | DECLARE_EVENT_CLASS(xprtrdma_anonymous_mr_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_callback_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:595:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 595 | DECLARE_EVENT_CLASS(xprtrdma_callback_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:595:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 595 | DECLARE_EVENT_CLASS(xprtrdma_callback_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_inline_thresh’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:633:1: note: in expansion of macro ‘TRACE_EVENT’ 633 | TRACE_EVENT(xprtrdma_inline_thresh, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:633:1: note: in expansion of macro ‘TRACE_EVENT’ 633 | TRACE_EVENT(xprtrdma_inline_thresh, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_device_removal’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:672:1: note: in expansion of macro ‘TRACE_EVENT’ 672 | TRACE_EVENT(xprtrdma_device_removal, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:672:1: note: in expansion of macro ‘TRACE_EVENT’ 672 | TRACE_EVENT(xprtrdma_device_removal, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_op_connect’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:697:1: note: in expansion of macro ‘TRACE_EVENT’ 697 | TRACE_EVENT(xprtrdma_op_connect, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:697:1: note: in expansion of macro ‘TRACE_EVENT’ 697 | TRACE_EVENT(xprtrdma_op_connect, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_op_set_cto’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:723:1: note: in expansion of macro ‘TRACE_EVENT’ 723 | TRACE_EVENT(xprtrdma_op_set_cto, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:723:1: note: in expansion of macro ‘TRACE_EVENT’ 723 | TRACE_EVENT(xprtrdma_op_set_cto, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_createmrs’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:756:1: note: in expansion of macro ‘TRACE_EVENT’ 756 | TRACE_EVENT(xprtrdma_createmrs, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:756:1: note: in expansion of macro ‘TRACE_EVENT’ 756 | TRACE_EVENT(xprtrdma_createmrs, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_nomrs_err’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:781:1: note: in expansion of macro ‘TRACE_EVENT’ 781 | TRACE_EVENT(xprtrdma_nomrs_err, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:781:1: note: in expansion of macro ‘TRACE_EVENT’ 781 | TRACE_EVENT(xprtrdma_nomrs_err, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_marshal’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:834:1: note: in expansion of macro ‘TRACE_EVENT’ 834 | TRACE_EVENT(xprtrdma_marshal, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:834:1: note: in expansion of macro ‘TRACE_EVENT’ 834 | TRACE_EVENT(xprtrdma_marshal, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_marshal_failed’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:879:1: note: in expansion of macro ‘TRACE_EVENT’ 879 | TRACE_EVENT(xprtrdma_marshal_failed, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:879:1: note: in expansion of macro ‘TRACE_EVENT’ 879 | TRACE_EVENT(xprtrdma_marshal_failed, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_prepsend_failed’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:906:1: note: in expansion of macro ‘TRACE_EVENT’ 906 | TRACE_EVENT(xprtrdma_prepsend_failed, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:906:1: note: in expansion of macro ‘TRACE_EVENT’ 906 | TRACE_EVENT(xprtrdma_prepsend_failed, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_post_send’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:933:1: note: in expansion of macro ‘TRACE_EVENT’ 933 | TRACE_EVENT(xprtrdma_post_send, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:933:1: note: in expansion of macro ‘TRACE_EVENT’ 933 | TRACE_EVENT(xprtrdma_post_send, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_post_send_err’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:970:1: note: in expansion of macro ‘TRACE_EVENT’ 970 | TRACE_EVENT(xprtrdma_post_send_err, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:970:1: note: in expansion of macro ‘TRACE_EVENT’ 970 | TRACE_EVENT(xprtrdma_post_send_err, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_post_recvs’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1005:1: note: in expansion of macro ‘TRACE_EVENT’ 1005 | TRACE_EVENT(xprtrdma_post_recvs, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1005:1: note: in expansion of macro ‘TRACE_EVENT’ 1005 | TRACE_EVENT(xprtrdma_post_recvs, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_post_recvs_err’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1037:1: note: in expansion of macro ‘TRACE_EVENT’ 1037 | TRACE_EVENT(xprtrdma_post_recvs_err, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1037:1: note: in expansion of macro ‘TRACE_EVENT’ 1037 | TRACE_EVENT(xprtrdma_post_recvs_err, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_post_linv_err’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1067:1: note: in expansion of macro ‘TRACE_EVENT’ 1067 | TRACE_EVENT(xprtrdma_post_linv_err, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1067:1: note: in expansion of macro ‘TRACE_EVENT’ 1067 | TRACE_EVENT(xprtrdma_post_linv_err, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_frwr_alloc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1106:1: note: in expansion of macro ‘TRACE_EVENT’ 1106 | TRACE_EVENT(xprtrdma_frwr_alloc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1106:1: note: in expansion of macro ‘TRACE_EVENT’ 1106 | TRACE_EVENT(xprtrdma_frwr_alloc, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_frwr_dereg’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1129:1: note: in expansion of macro ‘TRACE_EVENT’ 1129 | TRACE_EVENT(xprtrdma_frwr_dereg, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1129:1: note: in expansion of macro ‘TRACE_EVENT’ 1129 | TRACE_EVENT(xprtrdma_frwr_dereg, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_frwr_sgerr’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1165:1: note: in expansion of macro ‘TRACE_EVENT’ 1165 | TRACE_EVENT(xprtrdma_frwr_sgerr, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1165:1: note: in expansion of macro ‘TRACE_EVENT’ 1165 | TRACE_EVENT(xprtrdma_frwr_sgerr, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_frwr_maperr’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1194:1: note: in expansion of macro ‘TRACE_EVENT’ 1194 | TRACE_EVENT(xprtrdma_frwr_maperr, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1194:1: note: in expansion of macro ‘TRACE_EVENT’ 1194 | TRACE_EVENT(xprtrdma_frwr_maperr, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_dma_maperr’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1232:1: note: in expansion of macro ‘TRACE_EVENT’ 1232 | TRACE_EVENT(xprtrdma_dma_maperr, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1232:1: note: in expansion of macro ‘TRACE_EVENT’ 1232 | TRACE_EVENT(xprtrdma_dma_maperr, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_reply’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1254:1: note: in expansion of macro ‘TRACE_EVENT’ 1254 | TRACE_EVENT(xprtrdma_reply, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1254:1: note: in expansion of macro ‘TRACE_EVENT’ 1254 | TRACE_EVENT(xprtrdma_reply, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_err_vers’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1288:1: note: in expansion of macro ‘TRACE_EVENT’ 1288 | TRACE_EVENT(xprtrdma_err_vers, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1288:1: note: in expansion of macro ‘TRACE_EVENT’ 1288 | TRACE_EVENT(xprtrdma_err_vers, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_err_chunk’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1319:1: note: in expansion of macro ‘TRACE_EVENT’ 1319 | TRACE_EVENT(xprtrdma_err_chunk, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1319:1: note: in expansion of macro ‘TRACE_EVENT’ 1319 | TRACE_EVENT(xprtrdma_err_chunk, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_err_unrecognized’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1343:1: note: in expansion of macro ‘TRACE_EVENT’ 1343 | TRACE_EVENT(xprtrdma_err_unrecognized, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1343:1: note: in expansion of macro ‘TRACE_EVENT’ 1343 | TRACE_EVENT(xprtrdma_err_unrecognized, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_fixup’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1370:1: note: in expansion of macro ‘TRACE_EVENT’ 1370 | TRACE_EVENT(xprtrdma_fixup, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1370:1: note: in expansion of macro ‘TRACE_EVENT’ 1370 | TRACE_EVENT(xprtrdma_fixup, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_decode_seg’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1402:1: note: in expansion of macro ‘TRACE_EVENT’ 1402 | TRACE_EVENT(xprtrdma_decode_seg, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1402:1: note: in expansion of macro ‘TRACE_EVENT’ 1402 | TRACE_EVENT(xprtrdma_decode_seg, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_mrs_zap’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1429:1: note: in expansion of macro ‘TRACE_EVENT’ 1429 | TRACE_EVENT(xprtrdma_mrs_zap, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1429:1: note: in expansion of macro ‘TRACE_EVENT’ 1429 | TRACE_EVENT(xprtrdma_mrs_zap, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_cb_setup’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1455:1: note: in expansion of macro ‘TRACE_EVENT’ 1455 | TRACE_EVENT(xprtrdma_cb_setup, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1455:1: note: in expansion of macro ‘TRACE_EVENT’ 1455 | TRACE_EVENT(xprtrdma_cb_setup, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_svcrdma_accept_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1487:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1487 | DECLARE_EVENT_CLASS(svcrdma_accept_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1487:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1487 | DECLARE_EVENT_CLASS(svcrdma_accept_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_svcrdma_decode_rqst’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ 1538 | TRACE_EVENT(svcrdma_decode_rqst, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ 1538 | TRACE_EVENT(svcrdma_decode_rqst, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_svcrdma_decode_short_err’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1573:1: note: in expansion of macro ‘TRACE_EVENT’ 1573 | TRACE_EVENT(svcrdma_decode_short_err, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1573:1: note: in expansion of macro ‘TRACE_EVENT’ 1573 | TRACE_EVENT(svcrdma_decode_short_err, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_svcrdma_badreq_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1598:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1598 | DECLARE_EVENT_CLASS(svcrdma_badreq_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1598:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1598 | DECLARE_EVENT_CLASS(svcrdma_badreq_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_svcrdma_encode_wseg’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1643:1: note: in expansion of macro ‘TRACE_EVENT’ 1643 | TRACE_EVENT(svcrdma_encode_wseg, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1643:1: note: in expansion of macro ‘TRACE_EVENT’ 1643 | TRACE_EVENT(svcrdma_encode_wseg, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_svcrdma_decode_rseg’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1679:1: note: in expansion of macro ‘TRACE_EVENT’ 1679 | TRACE_EVENT(svcrdma_decode_rseg, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1679:1: note: in expansion of macro ‘TRACE_EVENT’ 1679 | TRACE_EVENT(svcrdma_decode_rseg, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_svcrdma_decode_wseg’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1715:1: note: in expansion of macro ‘TRACE_EVENT’ 1715 | TRACE_EVENT(svcrdma_decode_wseg, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1715:1: note: in expansion of macro ‘TRACE_EVENT’ 1715 | TRACE_EVENT(svcrdma_decode_wseg, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_svcrdma_error_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1752:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1752 | DECLARE_EVENT_CLASS(svcrdma_error_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1752:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1752 | DECLARE_EVENT_CLASS(svcrdma_error_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_svcrdma_dma_map_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1786:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1786 | DECLARE_EVENT_CLASS(svcrdma_dma_map_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1786:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1786 | DECLARE_EVENT_CLASS(svcrdma_dma_map_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_svcrdma_dma_map_rw_err’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1829:1: note: in expansion of macro ‘TRACE_EVENT’ 1829 | TRACE_EVENT(svcrdma_dma_map_rw_err, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1829:1: note: in expansion of macro ‘TRACE_EVENT’ 1829 | TRACE_EVENT(svcrdma_dma_map_rw_err, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_svcrdma_rwctx_empty’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1862:1: note: in expansion of macro ‘TRACE_EVENT’ 1862 | TRACE_EVENT(svcrdma_rwctx_empty, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1862:1: note: in expansion of macro ‘TRACE_EVENT’ 1862 | TRACE_EVENT(svcrdma_rwctx_empty, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_svcrdma_page_overrun_err’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1885:1: note: in expansion of macro ‘TRACE_EVENT’ 1885 | TRACE_EVENT(svcrdma_page_overrun_err, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1885:1: note: in expansion of macro ‘TRACE_EVENT’ 1885 | TRACE_EVENT(svcrdma_page_overrun_err, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_svcrdma_small_wrch_err’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1911:1: note: in expansion of macro ‘TRACE_EVENT’ 1911 | TRACE_EVENT(svcrdma_small_wrch_err, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1911:1: note: in expansion of macro ‘TRACE_EVENT’ 1911 | TRACE_EVENT(svcrdma_small_wrch_err, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_svcrdma_send_pullup’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1943:1: note: in expansion of macro ‘TRACE_EVENT’ 1943 | TRACE_EVENT(svcrdma_send_pullup, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1943:1: note: in expansion of macro ‘TRACE_EVENT’ 1943 | TRACE_EVENT(svcrdma_send_pullup, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_svcrdma_send_err’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1971:1: note: in expansion of macro ‘TRACE_EVENT’ 1971 | TRACE_EVENT(svcrdma_send_err, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1971:1: note: in expansion of macro ‘TRACE_EVENT’ 1971 | TRACE_EVENT(svcrdma_send_err, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_svcrdma_post_send’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1996:1: note: in expansion of macro ‘TRACE_EVENT’ 1996 | TRACE_EVENT(svcrdma_post_send, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:1996:1: note: in expansion of macro ‘TRACE_EVENT’ 1996 | TRACE_EVENT(svcrdma_post_send, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_svcrdma_rq_post_err’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:2036:1: note: in expansion of macro ‘TRACE_EVENT’ 2036 | TRACE_EVENT(svcrdma_rq_post_err, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:2036:1: note: in expansion of macro ‘TRACE_EVENT’ 2036 | TRACE_EVENT(svcrdma_rq_post_err, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_svcrdma_post_chunk_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:2059:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2059 | DECLARE_EVENT_CLASS(svcrdma_post_chunk_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:2059:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2059 | DECLARE_EVENT_CLASS(svcrdma_post_chunk_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_svcrdma_wc_read’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:2106:1: note: in expansion of macro ‘TRACE_EVENT’ 2106 | TRACE_EVENT(svcrdma_wc_read, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:2106:1: note: in expansion of macro ‘TRACE_EVENT’ 2106 | TRACE_EVENT(svcrdma_wc_read, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_svcrdma_qp_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:2148:1: note: in expansion of macro ‘TRACE_EVENT’ 2148 | TRACE_EVENT(svcrdma_qp_error, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:2148:1: note: in expansion of macro ‘TRACE_EVENT’ 2148 | TRACE_EVENT(svcrdma_qp_error, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_svcrdma_sendqueue_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:2175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2175 | DECLARE_EVENT_CLASS(svcrdma_sendqueue_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:2175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2175 | DECLARE_EVENT_CLASS(svcrdma_sendqueue_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_svcrdma_sq_post_err’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:2215:1: note: in expansion of macro ‘TRACE_EVENT’ 2215 | TRACE_EVENT(svcrdma_sq_post_err, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:2215:1: note: in expansion of macro ‘TRACE_EVENT’ 2215 | TRACE_EVENT(svcrdma_sq_post_err, | ^~~~~~~~~~~ ../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_rpcrdma_client_device_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:2246:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2246 | DECLARE_EVENT_CLASS(rpcrdma_client_device_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/rpcrdma.h:2246:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2246 | DECLARE_EVENT_CLASS(rpcrdma_client_device_class, | ^~~~~~~~~~~~~~~~~~~ make[6]: *** [../scripts/Makefile.build:244: net/sunrpc/xprtrdma/module.o] Error 1 make[5]: *** [../scripts/Makefile.build:485: net/sunrpc/xprtrdma] Error 2 make[4]: *** [../scripts/Makefile.build:485: net/sunrpc] Error 2 In file included from ../include/trace/define_trace.h:108, from ../include/trace/events/ext4.h:2987, from ../fs/ext4/super.c:61: ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_other_inode_update_time’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:137:1: note: in expansion of macro ‘TRACE_EVENT’ 137 | TRACE_EVENT(ext4_other_inode_update_time, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:137:1: note: in expansion of macro ‘TRACE_EVENT’ 137 | TRACE_EVENT(ext4_other_inode_update_time, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:137:1: note: in expansion of macro ‘TRACE_EVENT’ 137 | TRACE_EVENT(ext4_other_inode_update_time, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:137:1: note: in expansion of macro ‘TRACE_EVENT’ 137 | TRACE_EVENT(ext4_other_inode_update_time, | ^~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:137:1: note: in expansion of macro ‘TRACE_EVENT’ 137 | TRACE_EVENT(ext4_other_inode_update_time, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_free_inode’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:167:1: note: in expansion of macro ‘TRACE_EVENT’ 167 | TRACE_EVENT(ext4_free_inode, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:167:1: note: in expansion of macro ‘TRACE_EVENT’ 167 | TRACE_EVENT(ext4_free_inode, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_request_inode’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ 196 | TRACE_EVENT(ext4_request_inode, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ 196 | TRACE_EVENT(ext4_request_inode, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_allocate_inode’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ 218 | TRACE_EVENT(ext4_allocate_inode, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ 218 | TRACE_EVENT(ext4_allocate_inode, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_evict_inode’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ 243 | TRACE_EVENT(ext4_evict_inode, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ 243 | TRACE_EVENT(ext4_evict_inode, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_drop_inode’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:265:1: note: in expansion of macro ‘TRACE_EVENT’ 265 | TRACE_EVENT(ext4_drop_inode, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:265:1: note: in expansion of macro ‘TRACE_EVENT’ 265 | TRACE_EVENT(ext4_drop_inode, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_nfs_commit_metadata’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:287:1: note: in expansion of macro ‘TRACE_EVENT’ 287 | TRACE_EVENT(ext4_nfs_commit_metadata, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:287:1: note: in expansion of macro ‘TRACE_EVENT’ 287 | TRACE_EVENT(ext4_nfs_commit_metadata, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_mark_inode_dirty’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ 307 | TRACE_EVENT(ext4_mark_inode_dirty, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ 307 | TRACE_EVENT(ext4_mark_inode_dirty, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_begin_ordered_truncate’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:329:1: note: in expansion of macro ‘TRACE_EVENT’ 329 | TRACE_EVENT(ext4_begin_ordered_truncate, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:329:1: note: in expansion of macro ‘TRACE_EVENT’ 329 | TRACE_EVENT(ext4_begin_ordered_truncate, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__write_begin’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:352:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 352 | DECLARE_EVENT_CLASS(ext4__write_begin, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:352:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 352 | DECLARE_EVENT_CLASS(ext4__write_begin, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__write_end’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:392:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 392 | DECLARE_EVENT_CLASS(ext4__write_end, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:392:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 392 | DECLARE_EVENT_CLASS(ext4__write_end, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_writepages’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:444:1: note: in expansion of macro ‘TRACE_EVENT’ 444 | TRACE_EVENT(ext4_writepages, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:444:1: note: in expansion of macro ‘TRACE_EVENT’ 444 | TRACE_EVENT(ext4_writepages, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_da_write_pages’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:486:1: note: in expansion of macro ‘TRACE_EVENT’ 486 | TRACE_EVENT(ext4_da_write_pages, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:486:1: note: in expansion of macro ‘TRACE_EVENT’ 486 | TRACE_EVENT(ext4_da_write_pages, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_da_write_pages_extent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:515:1: note: in expansion of macro ‘TRACE_EVENT’ 515 | TRACE_EVENT(ext4_da_write_pages_extent, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:515:1: note: in expansion of macro ‘TRACE_EVENT’ 515 | TRACE_EVENT(ext4_da_write_pages_extent, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_writepages_result’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:542:1: note: in expansion of macro ‘TRACE_EVENT’ 542 | TRACE_EVENT(ext4_writepages_result, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:542:1: note: in expansion of macro ‘TRACE_EVENT’ 542 | TRACE_EVENT(ext4_writepages_result, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__folio_op’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:577:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 577 | DECLARE_EVENT_CLASS(ext4__folio_op, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:577:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 577 | DECLARE_EVENT_CLASS(ext4__folio_op, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_invalidate_folio_op’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:615:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 615 | DECLARE_EVENT_CLASS(ext4_invalidate_folio_op, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:615:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 615 | DECLARE_EVENT_CLASS(ext4_invalidate_folio_op, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_discard_blocks’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:655:1: note: in expansion of macro ‘TRACE_EVENT’ 655 | TRACE_EVENT(ext4_discard_blocks, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:655:1: note: in expansion of macro ‘TRACE_EVENT’ 655 | TRACE_EVENT(ext4_discard_blocks, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__mb_new_pa’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:679:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 679 | DECLARE_EVENT_CLASS(ext4__mb_new_pa, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:679:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 679 | DECLARE_EVENT_CLASS(ext4__mb_new_pa, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_mb_release_inode_pa’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:724:1: note: in expansion of macro ‘TRACE_EVENT’ 724 | TRACE_EVENT(ext4_mb_release_inode_pa, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:724:1: note: in expansion of macro ‘TRACE_EVENT’ 724 | TRACE_EVENT(ext4_mb_release_inode_pa, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_mb_release_group_pa’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:751:1: note: in expansion of macro ‘TRACE_EVENT’ 751 | TRACE_EVENT(ext4_mb_release_group_pa, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:751:1: note: in expansion of macro ‘TRACE_EVENT’ 751 | TRACE_EVENT(ext4_mb_release_group_pa, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_discard_preallocations’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:774:1: note: in expansion of macro ‘TRACE_EVENT’ 774 | TRACE_EVENT(ext4_discard_preallocations, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:774:1: note: in expansion of macro ‘TRACE_EVENT’ 774 | TRACE_EVENT(ext4_discard_preallocations, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_mb_discard_preallocations’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:797:1: note: in expansion of macro ‘TRACE_EVENT’ 797 | TRACE_EVENT(ext4_mb_discard_preallocations, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:797:1: note: in expansion of macro ‘TRACE_EVENT’ 797 | TRACE_EVENT(ext4_mb_discard_preallocations, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_request_blocks’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:818:1: note: in expansion of macro ‘TRACE_EVENT’ 818 | TRACE_EVENT(ext4_request_blocks, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:818:1: note: in expansion of macro ‘TRACE_EVENT’ 818 | TRACE_EVENT(ext4_request_blocks, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_allocate_blocks’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:858:1: note: in expansion of macro ‘TRACE_EVENT’ 858 | TRACE_EVENT(ext4_allocate_blocks, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:858:1: note: in expansion of macro ‘TRACE_EVENT’ 858 | TRACE_EVENT(ext4_allocate_blocks, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_free_blocks’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:900:1: note: in expansion of macro ‘TRACE_EVENT’ 900 | TRACE_EVENT(ext4_free_blocks, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:900:1: note: in expansion of macro ‘TRACE_EVENT’ 900 | TRACE_EVENT(ext4_free_blocks, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_sync_file_enter’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:931:1: note: in expansion of macro ‘TRACE_EVENT’ 931 | TRACE_EVENT(ext4_sync_file_enter, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:931:1: note: in expansion of macro ‘TRACE_EVENT’ 931 | TRACE_EVENT(ext4_sync_file_enter, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_sync_file_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:958:1: note: in expansion of macro ‘TRACE_EVENT’ 958 | TRACE_EVENT(ext4_sync_file_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:958:1: note: in expansion of macro ‘TRACE_EVENT’ 958 | TRACE_EVENT(ext4_sync_file_exit, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_sync_fs’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:981:1: note: in expansion of macro ‘TRACE_EVENT’ 981 | TRACE_EVENT(ext4_sync_fs, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:981:1: note: in expansion of macro ‘TRACE_EVENT’ 981 | TRACE_EVENT(ext4_sync_fs, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_alloc_da_blocks’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1002:1: note: in expansion of macro ‘TRACE_EVENT’ 1002 | TRACE_EVENT(ext4_alloc_da_blocks, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1002:1: note: in expansion of macro ‘TRACE_EVENT’ 1002 | TRACE_EVENT(ext4_alloc_da_blocks, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_mballoc_alloc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1025:1: note: in expansion of macro ‘TRACE_EVENT’ 1025 | TRACE_EVENT(ext4_mballoc_alloc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1025:1: note: in expansion of macro ‘TRACE_EVENT’ 1025 | TRACE_EVENT(ext4_mballoc_alloc, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_mballoc_prealloc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1092:1: note: in expansion of macro ‘TRACE_EVENT’ 1092 | TRACE_EVENT(ext4_mballoc_prealloc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1092:1: note: in expansion of macro ‘TRACE_EVENT’ 1092 | TRACE_EVENT(ext4_mballoc_prealloc, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__mballoc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1132 | DECLARE_EVENT_CLASS(ext4__mballoc, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1132 | DECLARE_EVENT_CLASS(ext4__mballoc, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_forget’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1186:1: note: in expansion of macro ‘TRACE_EVENT’ 1186 | TRACE_EVENT(ext4_forget, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1186:1: note: in expansion of macro ‘TRACE_EVENT’ 1186 | TRACE_EVENT(ext4_forget, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_da_update_reserve_space’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1213:1: note: in expansion of macro ‘TRACE_EVENT’ 1213 | TRACE_EVENT(ext4_da_update_reserve_space, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1213:1: note: in expansion of macro ‘TRACE_EVENT’ 1213 | TRACE_EVENT(ext4_da_update_reserve_space, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_da_reserve_space’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1248:1: note: in expansion of macro ‘TRACE_EVENT’ 1248 | TRACE_EVENT(ext4_da_reserve_space, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1248:1: note: in expansion of macro ‘TRACE_EVENT’ 1248 | TRACE_EVENT(ext4_da_reserve_space, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_da_release_space’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1279:1: note: in expansion of macro ‘TRACE_EVENT’ 1279 | TRACE_EVENT(ext4_da_release_space, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1279:1: note: in expansion of macro ‘TRACE_EVENT’ 1279 | TRACE_EVENT(ext4_da_release_space, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__bitmap_load’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1310:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1310 | DECLARE_EVENT_CLASS(ext4__bitmap_load, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1310:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1310 | DECLARE_EVENT_CLASS(ext4__bitmap_load, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_read_block_bitmap_load’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1352:1: note: in expansion of macro ‘TRACE_EVENT’ 1352 | TRACE_EVENT(ext4_read_block_bitmap_load, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1352:1: note: in expansion of macro ‘TRACE_EVENT’ 1352 | TRACE_EVENT(ext4_read_block_bitmap_load, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__fallocate_mode’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1375 | DECLARE_EVENT_CLASS(ext4__fallocate_mode, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1375 | DECLARE_EVENT_CLASS(ext4__fallocate_mode, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_fallocate_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1424:1: note: in expansion of macro ‘TRACE_EVENT’ 1424 | TRACE_EVENT(ext4_fallocate_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1424:1: note: in expansion of macro ‘TRACE_EVENT’ 1424 | TRACE_EVENT(ext4_fallocate_exit, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_unlink_enter’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1453:1: note: in expansion of macro ‘TRACE_EVENT’ 1453 | TRACE_EVENT(ext4_unlink_enter, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1453:1: note: in expansion of macro ‘TRACE_EVENT’ 1453 | TRACE_EVENT(ext4_unlink_enter, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_unlink_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1478:1: note: in expansion of macro ‘TRACE_EVENT’ 1478 | TRACE_EVENT(ext4_unlink_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1478:1: note: in expansion of macro ‘TRACE_EVENT’ 1478 | TRACE_EVENT(ext4_unlink_exit, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__truncate’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1501:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1501 | DECLARE_EVENT_CLASS(ext4__truncate, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1501:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1501 | DECLARE_EVENT_CLASS(ext4__truncate, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_ext_convert_to_initialized_enter’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ 1538 | TRACE_EVENT(ext4_ext_convert_to_initialized_enter, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ 1538 | TRACE_EVENT(ext4_ext_convert_to_initialized_enter, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_ext_convert_to_initialized_fastpath’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1576:1: note: in expansion of macro ‘TRACE_EVENT’ 1576 | TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1576:1: note: in expansion of macro ‘TRACE_EVENT’ 1576 | TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__map_blocks_enter’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1618:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1618 | DECLARE_EVENT_CLASS(ext4__map_blocks_enter, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1618:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1618 | DECLARE_EVENT_CLASS(ext4__map_blocks_enter, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__map_blocks_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1660:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1660 | DECLARE_EVENT_CLASS(ext4__map_blocks_exit, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1660:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1660 | DECLARE_EVENT_CLASS(ext4__map_blocks_exit, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_ext_load_extent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1710:1: note: in expansion of macro ‘TRACE_EVENT’ 1710 | TRACE_EVENT(ext4_ext_load_extent, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1710:1: note: in expansion of macro ‘TRACE_EVENT’ 1710 | TRACE_EVENT(ext4_ext_load_extent, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_load_inode’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1735:1: note: in expansion of macro ‘TRACE_EVENT’ 1735 | TRACE_EVENT(ext4_load_inode, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1735:1: note: in expansion of macro ‘TRACE_EVENT’ 1735 | TRACE_EVENT(ext4_load_inode, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_journal_start_sb’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1755:1: note: in expansion of macro ‘TRACE_EVENT’ 1755 | TRACE_EVENT(ext4_journal_start_sb, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1755:1: note: in expansion of macro ‘TRACE_EVENT’ 1755 | TRACE_EVENT(ext4_journal_start_sb, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_journal_start_inode’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1785:1: note: in expansion of macro ‘TRACE_EVENT’ 1785 | TRACE_EVENT(ext4_journal_start_inode, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1785:1: note: in expansion of macro ‘TRACE_EVENT’ 1785 | TRACE_EVENT(ext4_journal_start_inode, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_journal_start_reserved’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1818:1: note: in expansion of macro ‘TRACE_EVENT’ 1818 | TRACE_EVENT(ext4_journal_start_reserved, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1818:1: note: in expansion of macro ‘TRACE_EVENT’ 1818 | TRACE_EVENT(ext4_journal_start_reserved, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__trim’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1840:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1840 | DECLARE_EVENT_CLASS(ext4__trim, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1840:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1840 | DECLARE_EVENT_CLASS(ext4__trim, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_ext_handle_unwritten_extents’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1889:1: note: in expansion of macro ‘TRACE_EVENT’ 1889 | TRACE_EVENT(ext4_ext_handle_unwritten_extents, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1889:1: note: in expansion of macro ‘TRACE_EVENT’ 1889 | TRACE_EVENT(ext4_ext_handle_unwritten_extents, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_get_implied_cluster_alloc_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1927:1: note: in expansion of macro ‘TRACE_EVENT’ 1927 | TRACE_EVENT(ext4_get_implied_cluster_alloc_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1927:1: note: in expansion of macro ‘TRACE_EVENT’ 1927 | TRACE_EVENT(ext4_get_implied_cluster_alloc_exit, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_ext_show_extent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1956:1: note: in expansion of macro ‘TRACE_EVENT’ 1956 | TRACE_EVENT(ext4_ext_show_extent, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1956:1: note: in expansion of macro ‘TRACE_EVENT’ 1956 | TRACE_EVENT(ext4_ext_show_extent, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_remove_blocks’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1986:1: note: in expansion of macro ‘TRACE_EVENT’ 1986 | TRACE_EVENT(ext4_remove_blocks, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1986:1: note: in expansion of macro ‘TRACE_EVENT’ 1986 | TRACE_EVENT(ext4_remove_blocks, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_ext_rm_leaf’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2033:1: note: in expansion of macro ‘TRACE_EVENT’ 2033 | TRACE_EVENT(ext4_ext_rm_leaf, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2033:1: note: in expansion of macro ‘TRACE_EVENT’ 2033 | TRACE_EVENT(ext4_ext_rm_leaf, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_ext_rm_idx’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2077:1: note: in expansion of macro ‘TRACE_EVENT’ 2077 | TRACE_EVENT(ext4_ext_rm_idx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2077:1: note: in expansion of macro ‘TRACE_EVENT’ 2077 | TRACE_EVENT(ext4_ext_rm_idx, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_ext_remove_space’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2100:1: note: in expansion of macro ‘TRACE_EVENT’ 2100 | TRACE_EVENT(ext4_ext_remove_space, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2100:1: note: in expansion of macro ‘TRACE_EVENT’ 2100 | TRACE_EVENT(ext4_ext_remove_space, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_ext_remove_space_done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2130:1: note: in expansion of macro ‘TRACE_EVENT’ 2130 | TRACE_EVENT(ext4_ext_remove_space_done, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2130:1: note: in expansion of macro ‘TRACE_EVENT’ 2130 | TRACE_EVENT(ext4_ext_remove_space_done, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__es_extent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2174:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2174 | DECLARE_EVENT_CLASS(ext4__es_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2174:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2174 | DECLARE_EVENT_CLASS(ext4__es_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_es_remove_extent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2216:1: note: in expansion of macro ‘TRACE_EVENT’ 2216 | TRACE_EVENT(ext4_es_remove_extent, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2216:1: note: in expansion of macro ‘TRACE_EVENT’ 2216 | TRACE_EVENT(ext4_es_remove_extent, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_es_find_extent_range_enter’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2241:1: note: in expansion of macro ‘TRACE_EVENT’ 2241 | TRACE_EVENT(ext4_es_find_extent_range_enter, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2241:1: note: in expansion of macro ‘TRACE_EVENT’ 2241 | TRACE_EVENT(ext4_es_find_extent_range_enter, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_es_find_extent_range_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2263:1: note: in expansion of macro ‘TRACE_EVENT’ 2263 | TRACE_EVENT(ext4_es_find_extent_range_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2263:1: note: in expansion of macro ‘TRACE_EVENT’ 2263 | TRACE_EVENT(ext4_es_find_extent_range_exit, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_es_lookup_extent_enter’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2293:1: note: in expansion of macro ‘TRACE_EVENT’ 2293 | TRACE_EVENT(ext4_es_lookup_extent_enter, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2293:1: note: in expansion of macro ‘TRACE_EVENT’ 2293 | TRACE_EVENT(ext4_es_lookup_extent_enter, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_es_lookup_extent_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2315:1: note: in expansion of macro ‘TRACE_EVENT’ 2315 | TRACE_EVENT(ext4_es_lookup_extent_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2315:1: note: in expansion of macro ‘TRACE_EVENT’ 2315 | TRACE_EVENT(ext4_es_lookup_extent_exit, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__es_shrink_enter’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2349:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2349 | DECLARE_EVENT_CLASS(ext4__es_shrink_enter, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2349:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2349 | DECLARE_EVENT_CLASS(ext4__es_shrink_enter, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_es_shrink_scan_exit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2383:1: note: in expansion of macro ‘TRACE_EVENT’ 2383 | TRACE_EVENT(ext4_es_shrink_scan_exit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2383:1: note: in expansion of macro ‘TRACE_EVENT’ 2383 | TRACE_EVENT(ext4_es_shrink_scan_exit, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_collapse_range’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2405:1: note: in expansion of macro ‘TRACE_EVENT’ 2405 | TRACE_EVENT(ext4_collapse_range, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2405:1: note: in expansion of macro ‘TRACE_EVENT’ 2405 | TRACE_EVENT(ext4_collapse_range, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_insert_range’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2430:1: note: in expansion of macro ‘TRACE_EVENT’ 2430 | TRACE_EVENT(ext4_insert_range, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2430:1: note: in expansion of macro ‘TRACE_EVENT’ 2430 | TRACE_EVENT(ext4_insert_range, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_es_shrink’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2455:1: note: in expansion of macro ‘TRACE_EVENT’ 2455 | TRACE_EVENT(ext4_es_shrink, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2455:1: note: in expansion of macro ‘TRACE_EVENT’ 2455 | TRACE_EVENT(ext4_es_shrink, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_es_insert_delayed_extent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2483:1: note: in expansion of macro ‘TRACE_EVENT’ 2483 | TRACE_EVENT(ext4_es_insert_delayed_extent, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2483:1: note: in expansion of macro ‘TRACE_EVENT’ 2483 | TRACE_EVENT(ext4_es_insert_delayed_extent, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_fsmap_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2521:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2521 | DECLARE_EVENT_CLASS(ext4_fsmap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2521:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2521 | DECLARE_EVENT_CLASS(ext4_fsmap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_getfsmap_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2558:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2558 | DECLARE_EVENT_CLASS(ext4_getfsmap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2558:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2558 | DECLARE_EVENT_CLASS(ext4_getfsmap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_shutdown’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2593:1: note: in expansion of macro ‘TRACE_EVENT’ 2593 | TRACE_EVENT(ext4_shutdown, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2593:1: note: in expansion of macro ‘TRACE_EVENT’ 2593 | TRACE_EVENT(ext4_shutdown, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_error’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2613:1: note: in expansion of macro ‘TRACE_EVENT’ 2613 | TRACE_EVENT(ext4_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2613:1: note: in expansion of macro ‘TRACE_EVENT’ 2613 | TRACE_EVENT(ext4_error, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_prefetch_bitmaps’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2636:1: note: in expansion of macro ‘TRACE_EVENT’ 2636 | TRACE_EVENT(ext4_prefetch_bitmaps, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2636:1: note: in expansion of macro ‘TRACE_EVENT’ 2636 | TRACE_EVENT(ext4_prefetch_bitmaps, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_lazy_itable_init’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2661:1: note: in expansion of macro ‘TRACE_EVENT’ 2661 | TRACE_EVENT(ext4_lazy_itable_init, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2661:1: note: in expansion of macro ‘TRACE_EVENT’ 2661 | TRACE_EVENT(ext4_lazy_itable_init, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_fc_replay_scan’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2680:1: note: in expansion of macro ‘TRACE_EVENT’ 2680 | TRACE_EVENT(ext4_fc_replay_scan, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2680:1: note: in expansion of macro ‘TRACE_EVENT’ 2680 | TRACE_EVENT(ext4_fc_replay_scan, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_fc_replay’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2702:1: note: in expansion of macro ‘TRACE_EVENT’ 2702 | TRACE_EVENT(ext4_fc_replay, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2702:1: note: in expansion of macro ‘TRACE_EVENT’ 2702 | TRACE_EVENT(ext4_fc_replay, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_fc_commit_start’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2728:1: note: in expansion of macro ‘TRACE_EVENT’ 2728 | TRACE_EVENT(ext4_fc_commit_start, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2728:1: note: in expansion of macro ‘TRACE_EVENT’ 2728 | TRACE_EVENT(ext4_fc_commit_start, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_fc_commit_stop’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2747:1: note: in expansion of macro ‘TRACE_EVENT’ 2747 | TRACE_EVENT(ext4_fc_commit_stop, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2747:1: note: in expansion of macro ‘TRACE_EVENT’ 2747 | TRACE_EVENT(ext4_fc_commit_stop, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_fc_stats’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2784:1: note: in expansion of macro ‘TRACE_EVENT’ 2784 | TRACE_EVENT(ext4_fc_stats, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2784:1: note: in expansion of macro ‘TRACE_EVENT’ 2784 | TRACE_EVENT(ext4_fc_stats, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_fc_track_dentry’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2829:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2829 | DECLARE_EVENT_CLASS(ext4_fc_track_dentry, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2829:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2829 | DECLARE_EVENT_CLASS(ext4_fc_track_dentry, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_fc_track_inode’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2872:1: note: in expansion of macro ‘TRACE_EVENT’ 2872 | TRACE_EVENT(ext4_fc_track_inode, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2872:1: note: in expansion of macro ‘TRACE_EVENT’ 2872 | TRACE_EVENT(ext4_fc_track_inode, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_fc_track_range’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2901:1: note: in expansion of macro ‘TRACE_EVENT’ 2901 | TRACE_EVENT(ext4_fc_track_range, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2901:1: note: in expansion of macro ‘TRACE_EVENT’ 2901 | TRACE_EVENT(ext4_fc_track_range, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_fc_cleanup’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2935:1: note: in expansion of macro ‘TRACE_EVENT’ 2935 | TRACE_EVENT(ext4_fc_cleanup, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2935:1: note: in expansion of macro ‘TRACE_EVENT’ 2935 | TRACE_EVENT(ext4_fc_cleanup, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_update_sb’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2961:1: note: in expansion of macro ‘TRACE_EVENT’ 2961 | TRACE_EVENT(ext4_update_sb, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2961:1: note: in expansion of macro ‘TRACE_EVENT’ 2961 | TRACE_EVENT(ext4_update_sb, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_other_inode_update_time’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:137:1: note: in expansion of macro ‘TRACE_EVENT’ 137 | TRACE_EVENT(ext4_other_inode_update_time, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:137:1: note: in expansion of macro ‘TRACE_EVENT’ 137 | TRACE_EVENT(ext4_other_inode_update_time, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_free_inode’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:167:1: note: in expansion of macro ‘TRACE_EVENT’ 167 | TRACE_EVENT(ext4_free_inode, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:167:1: note: in expansion of macro ‘TRACE_EVENT’ 167 | TRACE_EVENT(ext4_free_inode, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_request_inode’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ 196 | TRACE_EVENT(ext4_request_inode, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ 196 | TRACE_EVENT(ext4_request_inode, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_allocate_inode’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ 218 | TRACE_EVENT(ext4_allocate_inode, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ 218 | TRACE_EVENT(ext4_allocate_inode, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_evict_inode’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ 243 | TRACE_EVENT(ext4_evict_inode, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ 243 | TRACE_EVENT(ext4_evict_inode, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_drop_inode’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:265:1: note: in expansion of macro ‘TRACE_EVENT’ 265 | TRACE_EVENT(ext4_drop_inode, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:265:1: note: in expansion of macro ‘TRACE_EVENT’ 265 | TRACE_EVENT(ext4_drop_inode, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_nfs_commit_metadata’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:287:1: note: in expansion of macro ‘TRACE_EVENT’ 287 | TRACE_EVENT(ext4_nfs_commit_metadata, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:287:1: note: in expansion of macro ‘TRACE_EVENT’ 287 | TRACE_EVENT(ext4_nfs_commit_metadata, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_mark_inode_dirty’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ 307 | TRACE_EVENT(ext4_mark_inode_dirty, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ 307 | TRACE_EVENT(ext4_mark_inode_dirty, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_begin_ordered_truncate’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:329:1: note: in expansion of macro ‘TRACE_EVENT’ 329 | TRACE_EVENT(ext4_begin_ordered_truncate, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:329:1: note: in expansion of macro ‘TRACE_EVENT’ 329 | TRACE_EVENT(ext4_begin_ordered_truncate, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4__write_begin’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:352:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 352 | DECLARE_EVENT_CLASS(ext4__write_begin, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:352:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 352 | DECLARE_EVENT_CLASS(ext4__write_begin, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4__write_end’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:392:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 392 | DECLARE_EVENT_CLASS(ext4__write_end, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:392:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 392 | DECLARE_EVENT_CLASS(ext4__write_end, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_writepages’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:444:1: note: in expansion of macro ‘TRACE_EVENT’ 444 | TRACE_EVENT(ext4_writepages, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:444:1: note: in expansion of macro ‘TRACE_EVENT’ 444 | TRACE_EVENT(ext4_writepages, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_da_write_pages’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:486:1: note: in expansion of macro ‘TRACE_EVENT’ 486 | TRACE_EVENT(ext4_da_write_pages, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:486:1: note: in expansion of macro ‘TRACE_EVENT’ 486 | TRACE_EVENT(ext4_da_write_pages, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_da_write_pages_extent’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:515:1: note: in expansion of macro ‘TRACE_EVENT’ 515 | TRACE_EVENT(ext4_da_write_pages_extent, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:515:1: note: in expansion of macro ‘TRACE_EVENT’ 515 | TRACE_EVENT(ext4_da_write_pages_extent, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_writepages_result’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:542:1: note: in expansion of macro ‘TRACE_EVENT’ 542 | TRACE_EVENT(ext4_writepages_result, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:542:1: note: in expansion of macro ‘TRACE_EVENT’ 542 | TRACE_EVENT(ext4_writepages_result, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4__folio_op’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:577:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 577 | DECLARE_EVENT_CLASS(ext4__folio_op, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:577:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 577 | DECLARE_EVENT_CLASS(ext4__folio_op, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_invalidate_folio_op’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:615:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 615 | DECLARE_EVENT_CLASS(ext4_invalidate_folio_op, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:615:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 615 | DECLARE_EVENT_CLASS(ext4_invalidate_folio_op, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_discard_blocks’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:655:1: note: in expansion of macro ‘TRACE_EVENT’ 655 | TRACE_EVENT(ext4_discard_blocks, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:655:1: note: in expansion of macro ‘TRACE_EVENT’ 655 | TRACE_EVENT(ext4_discard_blocks, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4__mb_new_pa’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:679:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 679 | DECLARE_EVENT_CLASS(ext4__mb_new_pa, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:679:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 679 | DECLARE_EVENT_CLASS(ext4__mb_new_pa, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_mb_release_inode_pa’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:724:1: note: in expansion of macro ‘TRACE_EVENT’ 724 | TRACE_EVENT(ext4_mb_release_inode_pa, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:724:1: note: in expansion of macro ‘TRACE_EVENT’ 724 | TRACE_EVENT(ext4_mb_release_inode_pa, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_mb_release_group_pa’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:751:1: note: in expansion of macro ‘TRACE_EVENT’ 751 | TRACE_EVENT(ext4_mb_release_group_pa, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:751:1: note: in expansion of macro ‘TRACE_EVENT’ 751 | TRACE_EVENT(ext4_mb_release_group_pa, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_discard_preallocations’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:774:1: note: in expansion of macro ‘TRACE_EVENT’ 774 | TRACE_EVENT(ext4_discard_preallocations, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:774:1: note: in expansion of macro ‘TRACE_EVENT’ 774 | TRACE_EVENT(ext4_discard_preallocations, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_mb_discard_preallocations’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:797:1: note: in expansion of macro ‘TRACE_EVENT’ 797 | TRACE_EVENT(ext4_mb_discard_preallocations, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:797:1: note: in expansion of macro ‘TRACE_EVENT’ 797 | TRACE_EVENT(ext4_mb_discard_preallocations, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_request_blocks’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:818:1: note: in expansion of macro ‘TRACE_EVENT’ 818 | TRACE_EVENT(ext4_request_blocks, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:818:1: note: in expansion of macro ‘TRACE_EVENT’ 818 | TRACE_EVENT(ext4_request_blocks, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_allocate_blocks’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:858:1: note: in expansion of macro ‘TRACE_EVENT’ 858 | TRACE_EVENT(ext4_allocate_blocks, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:858:1: note: in expansion of macro ‘TRACE_EVENT’ 858 | TRACE_EVENT(ext4_allocate_blocks, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_free_blocks’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:900:1: note: in expansion of macro ‘TRACE_EVENT’ 900 | TRACE_EVENT(ext4_free_blocks, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:900:1: note: in expansion of macro ‘TRACE_EVENT’ 900 | TRACE_EVENT(ext4_free_blocks, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_sync_file_enter’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:931:1: note: in expansion of macro ‘TRACE_EVENT’ 931 | TRACE_EVENT(ext4_sync_file_enter, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:931:1: note: in expansion of macro ‘TRACE_EVENT’ 931 | TRACE_EVENT(ext4_sync_file_enter, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_sync_file_exit’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:958:1: note: in expansion of macro ‘TRACE_EVENT’ 958 | TRACE_EVENT(ext4_sync_file_exit, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:958:1: note: in expansion of macro ‘TRACE_EVENT’ 958 | TRACE_EVENT(ext4_sync_file_exit, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_sync_fs’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:981:1: note: in expansion of macro ‘TRACE_EVENT’ 981 | TRACE_EVENT(ext4_sync_fs, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:981:1: note: in expansion of macro ‘TRACE_EVENT’ 981 | TRACE_EVENT(ext4_sync_fs, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_alloc_da_blocks’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1002:1: note: in expansion of macro ‘TRACE_EVENT’ 1002 | TRACE_EVENT(ext4_alloc_da_blocks, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1002:1: note: in expansion of macro ‘TRACE_EVENT’ 1002 | TRACE_EVENT(ext4_alloc_da_blocks, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_mballoc_alloc’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1025:1: note: in expansion of macro ‘TRACE_EVENT’ 1025 | TRACE_EVENT(ext4_mballoc_alloc, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1025:1: note: in expansion of macro ‘TRACE_EVENT’ 1025 | TRACE_EVENT(ext4_mballoc_alloc, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_mballoc_prealloc’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1092:1: note: in expansion of macro ‘TRACE_EVENT’ 1092 | TRACE_EVENT(ext4_mballoc_prealloc, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1092:1: note: in expansion of macro ‘TRACE_EVENT’ 1092 | TRACE_EVENT(ext4_mballoc_prealloc, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4__mballoc’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1132 | DECLARE_EVENT_CLASS(ext4__mballoc, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1132 | DECLARE_EVENT_CLASS(ext4__mballoc, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_forget’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1186:1: note: in expansion of macro ‘TRACE_EVENT’ 1186 | TRACE_EVENT(ext4_forget, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1186:1: note: in expansion of macro ‘TRACE_EVENT’ 1186 | TRACE_EVENT(ext4_forget, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_da_update_reserve_space’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1213:1: note: in expansion of macro ‘TRACE_EVENT’ 1213 | TRACE_EVENT(ext4_da_update_reserve_space, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1213:1: note: in expansion of macro ‘TRACE_EVENT’ 1213 | TRACE_EVENT(ext4_da_update_reserve_space, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_da_reserve_space’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1248:1: note: in expansion of macro ‘TRACE_EVENT’ 1248 | TRACE_EVENT(ext4_da_reserve_space, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1248:1: note: in expansion of macro ‘TRACE_EVENT’ 1248 | TRACE_EVENT(ext4_da_reserve_space, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_da_release_space’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1279:1: note: in expansion of macro ‘TRACE_EVENT’ 1279 | TRACE_EVENT(ext4_da_release_space, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1279:1: note: in expansion of macro ‘TRACE_EVENT’ 1279 | TRACE_EVENT(ext4_da_release_space, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4__bitmap_load’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1310:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1310 | DECLARE_EVENT_CLASS(ext4__bitmap_load, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1310:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1310 | DECLARE_EVENT_CLASS(ext4__bitmap_load, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_read_block_bitmap_load’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1352:1: note: in expansion of macro ‘TRACE_EVENT’ 1352 | TRACE_EVENT(ext4_read_block_bitmap_load, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1352:1: note: in expansion of macro ‘TRACE_EVENT’ 1352 | TRACE_EVENT(ext4_read_block_bitmap_load, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4__fallocate_mode’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1375 | DECLARE_EVENT_CLASS(ext4__fallocate_mode, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1375 | DECLARE_EVENT_CLASS(ext4__fallocate_mode, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_fallocate_exit’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1424:1: note: in expansion of macro ‘TRACE_EVENT’ 1424 | TRACE_EVENT(ext4_fallocate_exit, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1424:1: note: in expansion of macro ‘TRACE_EVENT’ 1424 | TRACE_EVENT(ext4_fallocate_exit, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_unlink_enter’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1453:1: note: in expansion of macro ‘TRACE_EVENT’ 1453 | TRACE_EVENT(ext4_unlink_enter, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1453:1: note: in expansion of macro ‘TRACE_EVENT’ 1453 | TRACE_EVENT(ext4_unlink_enter, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_unlink_exit’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1478:1: note: in expansion of macro ‘TRACE_EVENT’ 1478 | TRACE_EVENT(ext4_unlink_exit, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1478:1: note: in expansion of macro ‘TRACE_EVENT’ 1478 | TRACE_EVENT(ext4_unlink_exit, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4__truncate’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1501:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1501 | DECLARE_EVENT_CLASS(ext4__truncate, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1501:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1501 | DECLARE_EVENT_CLASS(ext4__truncate, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_ext_convert_to_initialized_enter’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ 1538 | TRACE_EVENT(ext4_ext_convert_to_initialized_enter, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ 1538 | TRACE_EVENT(ext4_ext_convert_to_initialized_enter, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_ext_convert_to_initialized_fastpath’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1576:1: note: in expansion of macro ‘TRACE_EVENT’ 1576 | TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1576:1: note: in expansion of macro ‘TRACE_EVENT’ 1576 | TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4__map_blocks_enter’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1618:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1618 | DECLARE_EVENT_CLASS(ext4__map_blocks_enter, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1618:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1618 | DECLARE_EVENT_CLASS(ext4__map_blocks_enter, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4__map_blocks_exit’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1660:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1660 | DECLARE_EVENT_CLASS(ext4__map_blocks_exit, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1660:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1660 | DECLARE_EVENT_CLASS(ext4__map_blocks_exit, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_ext_load_extent’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1710:1: note: in expansion of macro ‘TRACE_EVENT’ 1710 | TRACE_EVENT(ext4_ext_load_extent, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1710:1: note: in expansion of macro ‘TRACE_EVENT’ 1710 | TRACE_EVENT(ext4_ext_load_extent, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_load_inode’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1735:1: note: in expansion of macro ‘TRACE_EVENT’ 1735 | TRACE_EVENT(ext4_load_inode, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1735:1: note: in expansion of macro ‘TRACE_EVENT’ 1735 | TRACE_EVENT(ext4_load_inode, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_journal_start_sb’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1755:1: note: in expansion of macro ‘TRACE_EVENT’ 1755 | TRACE_EVENT(ext4_journal_start_sb, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1755:1: note: in expansion of macro ‘TRACE_EVENT’ 1755 | TRACE_EVENT(ext4_journal_start_sb, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_journal_start_inode’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1785:1: note: in expansion of macro ‘TRACE_EVENT’ 1785 | TRACE_EVENT(ext4_journal_start_inode, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1785:1: note: in expansion of macro ‘TRACE_EVENT’ 1785 | TRACE_EVENT(ext4_journal_start_inode, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_journal_start_reserved’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1818:1: note: in expansion of macro ‘TRACE_EVENT’ 1818 | TRACE_EVENT(ext4_journal_start_reserved, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1818:1: note: in expansion of macro ‘TRACE_EVENT’ 1818 | TRACE_EVENT(ext4_journal_start_reserved, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4__trim’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1840:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1840 | DECLARE_EVENT_CLASS(ext4__trim, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1840:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1840 | DECLARE_EVENT_CLASS(ext4__trim, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_ext_handle_unwritten_extents’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1889:1: note: in expansion of macro ‘TRACE_EVENT’ 1889 | TRACE_EVENT(ext4_ext_handle_unwritten_extents, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1889:1: note: in expansion of macro ‘TRACE_EVENT’ 1889 | TRACE_EVENT(ext4_ext_handle_unwritten_extents, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_get_implied_cluster_alloc_exit’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1927:1: note: in expansion of macro ‘TRACE_EVENT’ 1927 | TRACE_EVENT(ext4_get_implied_cluster_alloc_exit, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1927:1: note: in expansion of macro ‘TRACE_EVENT’ 1927 | TRACE_EVENT(ext4_get_implied_cluster_alloc_exit, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_ext_show_extent’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1956:1: note: in expansion of macro ‘TRACE_EVENT’ 1956 | TRACE_EVENT(ext4_ext_show_extent, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1956:1: note: in expansion of macro ‘TRACE_EVENT’ 1956 | TRACE_EVENT(ext4_ext_show_extent, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_remove_blocks’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1986:1: note: in expansion of macro ‘TRACE_EVENT’ 1986 | TRACE_EVENT(ext4_remove_blocks, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1986:1: note: in expansion of macro ‘TRACE_EVENT’ 1986 | TRACE_EVENT(ext4_remove_blocks, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_ext_rm_leaf’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2033:1: note: in expansion of macro ‘TRACE_EVENT’ 2033 | TRACE_EVENT(ext4_ext_rm_leaf, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2033:1: note: in expansion of macro ‘TRACE_EVENT’ 2033 | TRACE_EVENT(ext4_ext_rm_leaf, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_ext_rm_idx’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2077:1: note: in expansion of macro ‘TRACE_EVENT’ 2077 | TRACE_EVENT(ext4_ext_rm_idx, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2077:1: note: in expansion of macro ‘TRACE_EVENT’ 2077 | TRACE_EVENT(ext4_ext_rm_idx, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_ext_remove_space’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2100:1: note: in expansion of macro ‘TRACE_EVENT’ 2100 | TRACE_EVENT(ext4_ext_remove_space, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2100:1: note: in expansion of macro ‘TRACE_EVENT’ 2100 | TRACE_EVENT(ext4_ext_remove_space, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_ext_remove_space_done’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2130:1: note: in expansion of macro ‘TRACE_EVENT’ 2130 | TRACE_EVENT(ext4_ext_remove_space_done, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2130:1: note: in expansion of macro ‘TRACE_EVENT’ 2130 | TRACE_EVENT(ext4_ext_remove_space_done, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4__es_extent’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2174:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2174 | DECLARE_EVENT_CLASS(ext4__es_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2174:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2174 | DECLARE_EVENT_CLASS(ext4__es_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_es_remove_extent’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2216:1: note: in expansion of macro ‘TRACE_EVENT’ 2216 | TRACE_EVENT(ext4_es_remove_extent, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2216:1: note: in expansion of macro ‘TRACE_EVENT’ 2216 | TRACE_EVENT(ext4_es_remove_extent, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_es_find_extent_range_enter’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2241:1: note: in expansion of macro ‘TRACE_EVENT’ 2241 | TRACE_EVENT(ext4_es_find_extent_range_enter, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2241:1: note: in expansion of macro ‘TRACE_EVENT’ 2241 | TRACE_EVENT(ext4_es_find_extent_range_enter, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_es_find_extent_range_exit’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2263:1: note: in expansion of macro ‘TRACE_EVENT’ 2263 | TRACE_EVENT(ext4_es_find_extent_range_exit, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2263:1: note: in expansion of macro ‘TRACE_EVENT’ 2263 | TRACE_EVENT(ext4_es_find_extent_range_exit, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_es_lookup_extent_enter’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2293:1: note: in expansion of macro ‘TRACE_EVENT’ 2293 | TRACE_EVENT(ext4_es_lookup_extent_enter, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2293:1: note: in expansion of macro ‘TRACE_EVENT’ 2293 | TRACE_EVENT(ext4_es_lookup_extent_enter, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_es_lookup_extent_exit’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2315:1: note: in expansion of macro ‘TRACE_EVENT’ 2315 | TRACE_EVENT(ext4_es_lookup_extent_exit, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2315:1: note: in expansion of macro ‘TRACE_EVENT’ 2315 | TRACE_EVENT(ext4_es_lookup_extent_exit, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4__es_shrink_enter’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2349:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2349 | DECLARE_EVENT_CLASS(ext4__es_shrink_enter, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2349:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2349 | DECLARE_EVENT_CLASS(ext4__es_shrink_enter, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_es_shrink_scan_exit’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2383:1: note: in expansion of macro ‘TRACE_EVENT’ 2383 | TRACE_EVENT(ext4_es_shrink_scan_exit, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2383:1: note: in expansion of macro ‘TRACE_EVENT’ 2383 | TRACE_EVENT(ext4_es_shrink_scan_exit, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_collapse_range’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2405:1: note: in expansion of macro ‘TRACE_EVENT’ 2405 | TRACE_EVENT(ext4_collapse_range, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2405:1: note: in expansion of macro ‘TRACE_EVENT’ 2405 | TRACE_EVENT(ext4_collapse_range, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_insert_range’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2430:1: note: in expansion of macro ‘TRACE_EVENT’ 2430 | TRACE_EVENT(ext4_insert_range, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2430:1: note: in expansion of macro ‘TRACE_EVENT’ 2430 | TRACE_EVENT(ext4_insert_range, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_es_shrink’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2455:1: note: in expansion of macro ‘TRACE_EVENT’ 2455 | TRACE_EVENT(ext4_es_shrink, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2455:1: note: in expansion of macro ‘TRACE_EVENT’ 2455 | TRACE_EVENT(ext4_es_shrink, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_es_insert_delayed_extent’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2483:1: note: in expansion of macro ‘TRACE_EVENT’ 2483 | TRACE_EVENT(ext4_es_insert_delayed_extent, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2483:1: note: in expansion of macro ‘TRACE_EVENT’ 2483 | TRACE_EVENT(ext4_es_insert_delayed_extent, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_fsmap_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2521:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2521 | DECLARE_EVENT_CLASS(ext4_fsmap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2521:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2521 | DECLARE_EVENT_CLASS(ext4_fsmap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_getfsmap_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2558:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2558 | DECLARE_EVENT_CLASS(ext4_getfsmap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2558:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2558 | DECLARE_EVENT_CLASS(ext4_getfsmap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_shutdown’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2593:1: note: in expansion of macro ‘TRACE_EVENT’ 2593 | TRACE_EVENT(ext4_shutdown, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2593:1: note: in expansion of macro ‘TRACE_EVENT’ 2593 | TRACE_EVENT(ext4_shutdown, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_error’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2613:1: note: in expansion of macro ‘TRACE_EVENT’ 2613 | TRACE_EVENT(ext4_error, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2613:1: note: in expansion of macro ‘TRACE_EVENT’ 2613 | TRACE_EVENT(ext4_error, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_prefetch_bitmaps’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2636:1: note: in expansion of macro ‘TRACE_EVENT’ 2636 | TRACE_EVENT(ext4_prefetch_bitmaps, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2636:1: note: in expansion of macro ‘TRACE_EVENT’ 2636 | TRACE_EVENT(ext4_prefetch_bitmaps, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_lazy_itable_init’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2661:1: note: in expansion of macro ‘TRACE_EVENT’ 2661 | TRACE_EVENT(ext4_lazy_itable_init, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2661:1: note: in expansion of macro ‘TRACE_EVENT’ 2661 | TRACE_EVENT(ext4_lazy_itable_init, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_fc_replay_scan’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2680:1: note: in expansion of macro ‘TRACE_EVENT’ 2680 | TRACE_EVENT(ext4_fc_replay_scan, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2680:1: note: in expansion of macro ‘TRACE_EVENT’ 2680 | TRACE_EVENT(ext4_fc_replay_scan, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_fc_replay’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2702:1: note: in expansion of macro ‘TRACE_EVENT’ 2702 | TRACE_EVENT(ext4_fc_replay, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2702:1: note: in expansion of macro ‘TRACE_EVENT’ 2702 | TRACE_EVENT(ext4_fc_replay, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_fc_commit_start’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2728:1: note: in expansion of macro ‘TRACE_EVENT’ 2728 | TRACE_EVENT(ext4_fc_commit_start, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2728:1: note: in expansion of macro ‘TRACE_EVENT’ 2728 | TRACE_EVENT(ext4_fc_commit_start, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_fc_commit_stop’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2747:1: note: in expansion of macro ‘TRACE_EVENT’ 2747 | TRACE_EVENT(ext4_fc_commit_stop, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2747:1: note: in expansion of macro ‘TRACE_EVENT’ 2747 | TRACE_EVENT(ext4_fc_commit_stop, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_fc_stats’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2784:1: note: in expansion of macro ‘TRACE_EVENT’ 2784 | TRACE_EVENT(ext4_fc_stats, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2784:1: note: in expansion of macro ‘TRACE_EVENT’ 2784 | TRACE_EVENT(ext4_fc_stats, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_fc_track_dentry’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2829:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2829 | DECLARE_EVENT_CLASS(ext4_fc_track_dentry, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2829:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2829 | DECLARE_EVENT_CLASS(ext4_fc_track_dentry, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_fc_track_inode’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2872:1: note: in expansion of macro ‘TRACE_EVENT’ 2872 | TRACE_EVENT(ext4_fc_track_inode, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2872:1: note: in expansion of macro ‘TRACE_EVENT’ 2872 | TRACE_EVENT(ext4_fc_track_inode, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_fc_track_range’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2901:1: note: in expansion of macro ‘TRACE_EVENT’ 2901 | TRACE_EVENT(ext4_fc_track_range, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2901:1: note: in expansion of macro ‘TRACE_EVENT’ 2901 | TRACE_EVENT(ext4_fc_track_range, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_fc_cleanup’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2935:1: note: in expansion of macro ‘TRACE_EVENT’ 2935 | TRACE_EVENT(ext4_fc_cleanup, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2935:1: note: in expansion of macro ‘TRACE_EVENT’ 2935 | TRACE_EVENT(ext4_fc_cleanup, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘perf_trace_ext4_update_sb’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2961:1: note: in expansion of macro ‘TRACE_EVENT’ 2961 | TRACE_EVENT(ext4_update_sb, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2961:1: note: in expansion of macro ‘TRACE_EVENT’ 2961 | TRACE_EVENT(ext4_update_sb, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_other_inode_update_time’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:137:1: note: in expansion of macro ‘TRACE_EVENT’ 137 | TRACE_EVENT(ext4_other_inode_update_time, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:137:1: note: in expansion of macro ‘TRACE_EVENT’ 137 | TRACE_EVENT(ext4_other_inode_update_time, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_free_inode’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:167:1: note: in expansion of macro ‘TRACE_EVENT’ 167 | TRACE_EVENT(ext4_free_inode, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:167:1: note: in expansion of macro ‘TRACE_EVENT’ 167 | TRACE_EVENT(ext4_free_inode, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_request_inode’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ 196 | TRACE_EVENT(ext4_request_inode, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ 196 | TRACE_EVENT(ext4_request_inode, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_allocate_inode’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ 218 | TRACE_EVENT(ext4_allocate_inode, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ 218 | TRACE_EVENT(ext4_allocate_inode, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_evict_inode’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ 243 | TRACE_EVENT(ext4_evict_inode, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ 243 | TRACE_EVENT(ext4_evict_inode, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_drop_inode’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:265:1: note: in expansion of macro ‘TRACE_EVENT’ 265 | TRACE_EVENT(ext4_drop_inode, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:265:1: note: in expansion of macro ‘TRACE_EVENT’ 265 | TRACE_EVENT(ext4_drop_inode, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_nfs_commit_metadata’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:287:1: note: in expansion of macro ‘TRACE_EVENT’ 287 | TRACE_EVENT(ext4_nfs_commit_metadata, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:287:1: note: in expansion of macro ‘TRACE_EVENT’ 287 | TRACE_EVENT(ext4_nfs_commit_metadata, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_mark_inode_dirty’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ 307 | TRACE_EVENT(ext4_mark_inode_dirty, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ 307 | TRACE_EVENT(ext4_mark_inode_dirty, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_begin_ordered_truncate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:329:1: note: in expansion of macro ‘TRACE_EVENT’ 329 | TRACE_EVENT(ext4_begin_ordered_truncate, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:329:1: note: in expansion of macro ‘TRACE_EVENT’ 329 | TRACE_EVENT(ext4_begin_ordered_truncate, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__write_begin’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:352:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 352 | DECLARE_EVENT_CLASS(ext4__write_begin, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:352:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 352 | DECLARE_EVENT_CLASS(ext4__write_begin, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__write_end’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:392:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 392 | DECLARE_EVENT_CLASS(ext4__write_end, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:392:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 392 | DECLARE_EVENT_CLASS(ext4__write_end, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_writepages’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:444:1: note: in expansion of macro ‘TRACE_EVENT’ 444 | TRACE_EVENT(ext4_writepages, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:444:1: note: in expansion of macro ‘TRACE_EVENT’ 444 | TRACE_EVENT(ext4_writepages, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_da_write_pages’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:486:1: note: in expansion of macro ‘TRACE_EVENT’ 486 | TRACE_EVENT(ext4_da_write_pages, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:486:1: note: in expansion of macro ‘TRACE_EVENT’ 486 | TRACE_EVENT(ext4_da_write_pages, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_da_write_pages_extent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:515:1: note: in expansion of macro ‘TRACE_EVENT’ 515 | TRACE_EVENT(ext4_da_write_pages_extent, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:515:1: note: in expansion of macro ‘TRACE_EVENT’ 515 | TRACE_EVENT(ext4_da_write_pages_extent, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_writepages_result’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:542:1: note: in expansion of macro ‘TRACE_EVENT’ 542 | TRACE_EVENT(ext4_writepages_result, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:542:1: note: in expansion of macro ‘TRACE_EVENT’ 542 | TRACE_EVENT(ext4_writepages_result, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__folio_op’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:577:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 577 | DECLARE_EVENT_CLASS(ext4__folio_op, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:577:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 577 | DECLARE_EVENT_CLASS(ext4__folio_op, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_invalidate_folio_op’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:615:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 615 | DECLARE_EVENT_CLASS(ext4_invalidate_folio_op, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:615:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 615 | DECLARE_EVENT_CLASS(ext4_invalidate_folio_op, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_discard_blocks’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:655:1: note: in expansion of macro ‘TRACE_EVENT’ 655 | TRACE_EVENT(ext4_discard_blocks, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:655:1: note: in expansion of macro ‘TRACE_EVENT’ 655 | TRACE_EVENT(ext4_discard_blocks, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__mb_new_pa’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:679:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 679 | DECLARE_EVENT_CLASS(ext4__mb_new_pa, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:679:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 679 | DECLARE_EVENT_CLASS(ext4__mb_new_pa, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_mb_release_inode_pa’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:724:1: note: in expansion of macro ‘TRACE_EVENT’ 724 | TRACE_EVENT(ext4_mb_release_inode_pa, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:724:1: note: in expansion of macro ‘TRACE_EVENT’ 724 | TRACE_EVENT(ext4_mb_release_inode_pa, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_mb_release_group_pa’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:751:1: note: in expansion of macro ‘TRACE_EVENT’ 751 | TRACE_EVENT(ext4_mb_release_group_pa, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:751:1: note: in expansion of macro ‘TRACE_EVENT’ 751 | TRACE_EVENT(ext4_mb_release_group_pa, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_discard_preallocations’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:774:1: note: in expansion of macro ‘TRACE_EVENT’ 774 | TRACE_EVENT(ext4_discard_preallocations, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:774:1: note: in expansion of macro ‘TRACE_EVENT’ 774 | TRACE_EVENT(ext4_discard_preallocations, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_mb_discard_preallocations’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:797:1: note: in expansion of macro ‘TRACE_EVENT’ 797 | TRACE_EVENT(ext4_mb_discard_preallocations, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:797:1: note: in expansion of macro ‘TRACE_EVENT’ 797 | TRACE_EVENT(ext4_mb_discard_preallocations, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_request_blocks’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:818:1: note: in expansion of macro ‘TRACE_EVENT’ 818 | TRACE_EVENT(ext4_request_blocks, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:818:1: note: in expansion of macro ‘TRACE_EVENT’ 818 | TRACE_EVENT(ext4_request_blocks, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_allocate_blocks’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:858:1: note: in expansion of macro ‘TRACE_EVENT’ 858 | TRACE_EVENT(ext4_allocate_blocks, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:858:1: note: in expansion of macro ‘TRACE_EVENT’ 858 | TRACE_EVENT(ext4_allocate_blocks, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_free_blocks’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:900:1: note: in expansion of macro ‘TRACE_EVENT’ 900 | TRACE_EVENT(ext4_free_blocks, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:900:1: note: in expansion of macro ‘TRACE_EVENT’ 900 | TRACE_EVENT(ext4_free_blocks, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_sync_file_enter’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:931:1: note: in expansion of macro ‘TRACE_EVENT’ 931 | TRACE_EVENT(ext4_sync_file_enter, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:931:1: note: in expansion of macro ‘TRACE_EVENT’ 931 | TRACE_EVENT(ext4_sync_file_enter, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_sync_file_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:958:1: note: in expansion of macro ‘TRACE_EVENT’ 958 | TRACE_EVENT(ext4_sync_file_exit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:958:1: note: in expansion of macro ‘TRACE_EVENT’ 958 | TRACE_EVENT(ext4_sync_file_exit, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_sync_fs’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:981:1: note: in expansion of macro ‘TRACE_EVENT’ 981 | TRACE_EVENT(ext4_sync_fs, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:981:1: note: in expansion of macro ‘TRACE_EVENT’ 981 | TRACE_EVENT(ext4_sync_fs, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_alloc_da_blocks’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1002:1: note: in expansion of macro ‘TRACE_EVENT’ 1002 | TRACE_EVENT(ext4_alloc_da_blocks, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1002:1: note: in expansion of macro ‘TRACE_EVENT’ 1002 | TRACE_EVENT(ext4_alloc_da_blocks, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_mballoc_alloc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1025:1: note: in expansion of macro ‘TRACE_EVENT’ 1025 | TRACE_EVENT(ext4_mballoc_alloc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1025:1: note: in expansion of macro ‘TRACE_EVENT’ 1025 | TRACE_EVENT(ext4_mballoc_alloc, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_mballoc_prealloc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1092:1: note: in expansion of macro ‘TRACE_EVENT’ 1092 | TRACE_EVENT(ext4_mballoc_prealloc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1092:1: note: in expansion of macro ‘TRACE_EVENT’ 1092 | TRACE_EVENT(ext4_mballoc_prealloc, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__mballoc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1132 | DECLARE_EVENT_CLASS(ext4__mballoc, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1132 | DECLARE_EVENT_CLASS(ext4__mballoc, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_forget’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1186:1: note: in expansion of macro ‘TRACE_EVENT’ 1186 | TRACE_EVENT(ext4_forget, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1186:1: note: in expansion of macro ‘TRACE_EVENT’ 1186 | TRACE_EVENT(ext4_forget, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_da_update_reserve_space’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1213:1: note: in expansion of macro ‘TRACE_EVENT’ 1213 | TRACE_EVENT(ext4_da_update_reserve_space, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1213:1: note: in expansion of macro ‘TRACE_EVENT’ 1213 | TRACE_EVENT(ext4_da_update_reserve_space, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_da_reserve_space’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1248:1: note: in expansion of macro ‘TRACE_EVENT’ 1248 | TRACE_EVENT(ext4_da_reserve_space, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1248:1: note: in expansion of macro ‘TRACE_EVENT’ 1248 | TRACE_EVENT(ext4_da_reserve_space, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_da_release_space’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1279:1: note: in expansion of macro ‘TRACE_EVENT’ 1279 | TRACE_EVENT(ext4_da_release_space, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1279:1: note: in expansion of macro ‘TRACE_EVENT’ 1279 | TRACE_EVENT(ext4_da_release_space, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__bitmap_load’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1310:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1310 | DECLARE_EVENT_CLASS(ext4__bitmap_load, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1310:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1310 | DECLARE_EVENT_CLASS(ext4__bitmap_load, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_read_block_bitmap_load’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1352:1: note: in expansion of macro ‘TRACE_EVENT’ 1352 | TRACE_EVENT(ext4_read_block_bitmap_load, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1352:1: note: in expansion of macro ‘TRACE_EVENT’ 1352 | TRACE_EVENT(ext4_read_block_bitmap_load, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__fallocate_mode’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1375 | DECLARE_EVENT_CLASS(ext4__fallocate_mode, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1375 | DECLARE_EVENT_CLASS(ext4__fallocate_mode, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_fallocate_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1424:1: note: in expansion of macro ‘TRACE_EVENT’ 1424 | TRACE_EVENT(ext4_fallocate_exit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1424:1: note: in expansion of macro ‘TRACE_EVENT’ 1424 | TRACE_EVENT(ext4_fallocate_exit, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_unlink_enter’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1453:1: note: in expansion of macro ‘TRACE_EVENT’ 1453 | TRACE_EVENT(ext4_unlink_enter, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1453:1: note: in expansion of macro ‘TRACE_EVENT’ 1453 | TRACE_EVENT(ext4_unlink_enter, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_unlink_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1478:1: note: in expansion of macro ‘TRACE_EVENT’ 1478 | TRACE_EVENT(ext4_unlink_exit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1478:1: note: in expansion of macro ‘TRACE_EVENT’ 1478 | TRACE_EVENT(ext4_unlink_exit, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__truncate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1501:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1501 | DECLARE_EVENT_CLASS(ext4__truncate, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1501:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1501 | DECLARE_EVENT_CLASS(ext4__truncate, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_ext_convert_to_initialized_enter’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ 1538 | TRACE_EVENT(ext4_ext_convert_to_initialized_enter, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ 1538 | TRACE_EVENT(ext4_ext_convert_to_initialized_enter, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_ext_convert_to_initialized_fastpath’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1576:1: note: in expansion of macro ‘TRACE_EVENT’ 1576 | TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1576:1: note: in expansion of macro ‘TRACE_EVENT’ 1576 | TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__map_blocks_enter’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1618:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1618 | DECLARE_EVENT_CLASS(ext4__map_blocks_enter, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1618:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1618 | DECLARE_EVENT_CLASS(ext4__map_blocks_enter, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__map_blocks_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1660:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1660 | DECLARE_EVENT_CLASS(ext4__map_blocks_exit, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1660:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1660 | DECLARE_EVENT_CLASS(ext4__map_blocks_exit, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_ext_load_extent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1710:1: note: in expansion of macro ‘TRACE_EVENT’ 1710 | TRACE_EVENT(ext4_ext_load_extent, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1710:1: note: in expansion of macro ‘TRACE_EVENT’ 1710 | TRACE_EVENT(ext4_ext_load_extent, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_load_inode’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1735:1: note: in expansion of macro ‘TRACE_EVENT’ 1735 | TRACE_EVENT(ext4_load_inode, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1735:1: note: in expansion of macro ‘TRACE_EVENT’ 1735 | TRACE_EVENT(ext4_load_inode, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_journal_start_sb’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1755:1: note: in expansion of macro ‘TRACE_EVENT’ 1755 | TRACE_EVENT(ext4_journal_start_sb, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1755:1: note: in expansion of macro ‘TRACE_EVENT’ 1755 | TRACE_EVENT(ext4_journal_start_sb, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_journal_start_inode’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1785:1: note: in expansion of macro ‘TRACE_EVENT’ 1785 | TRACE_EVENT(ext4_journal_start_inode, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1785:1: note: in expansion of macro ‘TRACE_EVENT’ 1785 | TRACE_EVENT(ext4_journal_start_inode, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_journal_start_reserved’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1818:1: note: in expansion of macro ‘TRACE_EVENT’ 1818 | TRACE_EVENT(ext4_journal_start_reserved, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1818:1: note: in expansion of macro ‘TRACE_EVENT’ 1818 | TRACE_EVENT(ext4_journal_start_reserved, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__trim’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1840:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1840 | DECLARE_EVENT_CLASS(ext4__trim, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1840:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1840 | DECLARE_EVENT_CLASS(ext4__trim, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_ext_handle_unwritten_extents’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1889:1: note: in expansion of macro ‘TRACE_EVENT’ 1889 | TRACE_EVENT(ext4_ext_handle_unwritten_extents, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1889:1: note: in expansion of macro ‘TRACE_EVENT’ 1889 | TRACE_EVENT(ext4_ext_handle_unwritten_extents, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_get_implied_cluster_alloc_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1927:1: note: in expansion of macro ‘TRACE_EVENT’ 1927 | TRACE_EVENT(ext4_get_implied_cluster_alloc_exit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1927:1: note: in expansion of macro ‘TRACE_EVENT’ 1927 | TRACE_EVENT(ext4_get_implied_cluster_alloc_exit, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_ext_show_extent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1956:1: note: in expansion of macro ‘TRACE_EVENT’ 1956 | TRACE_EVENT(ext4_ext_show_extent, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1956:1: note: in expansion of macro ‘TRACE_EVENT’ 1956 | TRACE_EVENT(ext4_ext_show_extent, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_remove_blocks’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1986:1: note: in expansion of macro ‘TRACE_EVENT’ 1986 | TRACE_EVENT(ext4_remove_blocks, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:1986:1: note: in expansion of macro ‘TRACE_EVENT’ 1986 | TRACE_EVENT(ext4_remove_blocks, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_ext_rm_leaf’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2033:1: note: in expansion of macro ‘TRACE_EVENT’ 2033 | TRACE_EVENT(ext4_ext_rm_leaf, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2033:1: note: in expansion of macro ‘TRACE_EVENT’ 2033 | TRACE_EVENT(ext4_ext_rm_leaf, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_ext_rm_idx’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2077:1: note: in expansion of macro ‘TRACE_EVENT’ 2077 | TRACE_EVENT(ext4_ext_rm_idx, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2077:1: note: in expansion of macro ‘TRACE_EVENT’ 2077 | TRACE_EVENT(ext4_ext_rm_idx, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_ext_remove_space’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2100:1: note: in expansion of macro ‘TRACE_EVENT’ 2100 | TRACE_EVENT(ext4_ext_remove_space, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2100:1: note: in expansion of macro ‘TRACE_EVENT’ 2100 | TRACE_EVENT(ext4_ext_remove_space, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_ext_remove_space_done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2130:1: note: in expansion of macro ‘TRACE_EVENT’ 2130 | TRACE_EVENT(ext4_ext_remove_space_done, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2130:1: note: in expansion of macro ‘TRACE_EVENT’ 2130 | TRACE_EVENT(ext4_ext_remove_space_done, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__es_extent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2174:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2174 | DECLARE_EVENT_CLASS(ext4__es_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2174:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2174 | DECLARE_EVENT_CLASS(ext4__es_extent, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_es_remove_extent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2216:1: note: in expansion of macro ‘TRACE_EVENT’ 2216 | TRACE_EVENT(ext4_es_remove_extent, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2216:1: note: in expansion of macro ‘TRACE_EVENT’ 2216 | TRACE_EVENT(ext4_es_remove_extent, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_es_find_extent_range_enter’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2241:1: note: in expansion of macro ‘TRACE_EVENT’ 2241 | TRACE_EVENT(ext4_es_find_extent_range_enter, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2241:1: note: in expansion of macro ‘TRACE_EVENT’ 2241 | TRACE_EVENT(ext4_es_find_extent_range_enter, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_es_find_extent_range_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2263:1: note: in expansion of macro ‘TRACE_EVENT’ 2263 | TRACE_EVENT(ext4_es_find_extent_range_exit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2263:1: note: in expansion of macro ‘TRACE_EVENT’ 2263 | TRACE_EVENT(ext4_es_find_extent_range_exit, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_es_lookup_extent_enter’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2293:1: note: in expansion of macro ‘TRACE_EVENT’ 2293 | TRACE_EVENT(ext4_es_lookup_extent_enter, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2293:1: note: in expansion of macro ‘TRACE_EVENT’ 2293 | TRACE_EVENT(ext4_es_lookup_extent_enter, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_es_lookup_extent_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2315:1: note: in expansion of macro ‘TRACE_EVENT’ 2315 | TRACE_EVENT(ext4_es_lookup_extent_exit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2315:1: note: in expansion of macro ‘TRACE_EVENT’ 2315 | TRACE_EVENT(ext4_es_lookup_extent_exit, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__es_shrink_enter’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2349:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2349 | DECLARE_EVENT_CLASS(ext4__es_shrink_enter, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2349:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2349 | DECLARE_EVENT_CLASS(ext4__es_shrink_enter, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_es_shrink_scan_exit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2383:1: note: in expansion of macro ‘TRACE_EVENT’ 2383 | TRACE_EVENT(ext4_es_shrink_scan_exit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2383:1: note: in expansion of macro ‘TRACE_EVENT’ 2383 | TRACE_EVENT(ext4_es_shrink_scan_exit, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_collapse_range’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2405:1: note: in expansion of macro ‘TRACE_EVENT’ 2405 | TRACE_EVENT(ext4_collapse_range, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2405:1: note: in expansion of macro ‘TRACE_EVENT’ 2405 | TRACE_EVENT(ext4_collapse_range, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_insert_range’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2430:1: note: in expansion of macro ‘TRACE_EVENT’ 2430 | TRACE_EVENT(ext4_insert_range, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2430:1: note: in expansion of macro ‘TRACE_EVENT’ 2430 | TRACE_EVENT(ext4_insert_range, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_es_shrink’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2455:1: note: in expansion of macro ‘TRACE_EVENT’ 2455 | TRACE_EVENT(ext4_es_shrink, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2455:1: note: in expansion of macro ‘TRACE_EVENT’ 2455 | TRACE_EVENT(ext4_es_shrink, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_es_insert_delayed_extent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2483:1: note: in expansion of macro ‘TRACE_EVENT’ 2483 | TRACE_EVENT(ext4_es_insert_delayed_extent, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2483:1: note: in expansion of macro ‘TRACE_EVENT’ 2483 | TRACE_EVENT(ext4_es_insert_delayed_extent, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_fsmap_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2521:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2521 | DECLARE_EVENT_CLASS(ext4_fsmap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2521:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2521 | DECLARE_EVENT_CLASS(ext4_fsmap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_getfsmap_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2558:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2558 | DECLARE_EVENT_CLASS(ext4_getfsmap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2558:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2558 | DECLARE_EVENT_CLASS(ext4_getfsmap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_shutdown’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2593:1: note: in expansion of macro ‘TRACE_EVENT’ 2593 | TRACE_EVENT(ext4_shutdown, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2593:1: note: in expansion of macro ‘TRACE_EVENT’ 2593 | TRACE_EVENT(ext4_shutdown, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2613:1: note: in expansion of macro ‘TRACE_EVENT’ 2613 | TRACE_EVENT(ext4_error, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2613:1: note: in expansion of macro ‘TRACE_EVENT’ 2613 | TRACE_EVENT(ext4_error, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_prefetch_bitmaps’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2636:1: note: in expansion of macro ‘TRACE_EVENT’ 2636 | TRACE_EVENT(ext4_prefetch_bitmaps, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2636:1: note: in expansion of macro ‘TRACE_EVENT’ 2636 | TRACE_EVENT(ext4_prefetch_bitmaps, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_lazy_itable_init’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2661:1: note: in expansion of macro ‘TRACE_EVENT’ 2661 | TRACE_EVENT(ext4_lazy_itable_init, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2661:1: note: in expansion of macro ‘TRACE_EVENT’ 2661 | TRACE_EVENT(ext4_lazy_itable_init, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_fc_replay_scan’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2680:1: note: in expansion of macro ‘TRACE_EVENT’ 2680 | TRACE_EVENT(ext4_fc_replay_scan, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2680:1: note: in expansion of macro ‘TRACE_EVENT’ 2680 | TRACE_EVENT(ext4_fc_replay_scan, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_fc_replay’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2702:1: note: in expansion of macro ‘TRACE_EVENT’ 2702 | TRACE_EVENT(ext4_fc_replay, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2702:1: note: in expansion of macro ‘TRACE_EVENT’ 2702 | TRACE_EVENT(ext4_fc_replay, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_fc_commit_start’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2728:1: note: in expansion of macro ‘TRACE_EVENT’ 2728 | TRACE_EVENT(ext4_fc_commit_start, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2728:1: note: in expansion of macro ‘TRACE_EVENT’ 2728 | TRACE_EVENT(ext4_fc_commit_start, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_fc_commit_stop’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2747:1: note: in expansion of macro ‘TRACE_EVENT’ 2747 | TRACE_EVENT(ext4_fc_commit_stop, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2747:1: note: in expansion of macro ‘TRACE_EVENT’ 2747 | TRACE_EVENT(ext4_fc_commit_stop, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_fc_stats’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2784:1: note: in expansion of macro ‘TRACE_EVENT’ 2784 | TRACE_EVENT(ext4_fc_stats, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2784:1: note: in expansion of macro ‘TRACE_EVENT’ 2784 | TRACE_EVENT(ext4_fc_stats, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_fc_track_dentry’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2829:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2829 | DECLARE_EVENT_CLASS(ext4_fc_track_dentry, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2829:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2829 | DECLARE_EVENT_CLASS(ext4_fc_track_dentry, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_fc_track_inode’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2872:1: note: in expansion of macro ‘TRACE_EVENT’ 2872 | TRACE_EVENT(ext4_fc_track_inode, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2872:1: note: in expansion of macro ‘TRACE_EVENT’ 2872 | TRACE_EVENT(ext4_fc_track_inode, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_fc_track_range’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2901:1: note: in expansion of macro ‘TRACE_EVENT’ 2901 | TRACE_EVENT(ext4_fc_track_range, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2901:1: note: in expansion of macro ‘TRACE_EVENT’ 2901 | TRACE_EVENT(ext4_fc_track_range, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_fc_cleanup’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2935:1: note: in expansion of macro ‘TRACE_EVENT’ 2935 | TRACE_EVENT(ext4_fc_cleanup, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2935:1: note: in expansion of macro ‘TRACE_EVENT’ 2935 | TRACE_EVENT(ext4_fc_cleanup, | ^~~~~~~~~~~ ../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_update_sb’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2961:1: note: in expansion of macro ‘TRACE_EVENT’ 2961 | TRACE_EVENT(ext4_update_sb, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/events/ext4.h:2961:1: note: in expansion of macro ‘TRACE_EVENT’ 2961 | TRACE_EVENT(ext4_update_sb, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: fs/ext4/super.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: fs/ext4] Error 2 In file included from ../include/trace/define_trace.h:108, from ../fs/nfsd/trace.h:2206, from ../fs/nfsd/trace.c:4: ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_xdr_err_class’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:39:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 39 | DECLARE_EVENT_CLASS(nfsd_xdr_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:39:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 39 | DECLARE_EVENT_CLASS(nfsd_xdr_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:39:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 39 | DECLARE_EVENT_CLASS(nfsd_xdr_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:39:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 39 | DECLARE_EVENT_CLASS(nfsd_xdr_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:39:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 39 | DECLARE_EVENT_CLASS(nfsd_xdr_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_compound’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:91:1: note: in expansion of macro ‘TRACE_EVENT’ 91 | TRACE_EVENT(nfsd_compound, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:91:1: note: in expansion of macro ‘TRACE_EVENT’ 91 | TRACE_EVENT(nfsd_compound, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_compound_status’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:114:1: note: in expansion of macro ‘TRACE_EVENT’ 114 | TRACE_EVENT(nfsd_compound_status, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:114:1: note: in expansion of macro ‘TRACE_EVENT’ 114 | TRACE_EVENT(nfsd_compound_status, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_compound_decode_err’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:137:1: note: in expansion of macro ‘TRACE_EVENT’ 137 | TRACE_EVENT(nfsd_compound_decode_err, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:137:1: note: in expansion of macro ‘TRACE_EVENT’ 137 | TRACE_EVENT(nfsd_compound_decode_err, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_compound_encode_err’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:165:1: note: in expansion of macro ‘TRACE_EVENT’ 165 | TRACE_EVENT(nfsd_compound_encode_err, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:165:1: note: in expansion of macro ‘TRACE_EVENT’ 165 | TRACE_EVENT(nfsd_compound_encode_err, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_fh_verify’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ 196 | TRACE_EVENT(nfsd_fh_verify, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ 196 | TRACE_EVENT(nfsd_fh_verify, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_fh_verify_err’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../fs/nfsd/./trace.h:233:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 233 | TRACE_EVENT_CONDITION(nfsd_fh_verify_err, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../fs/nfsd/./trace.h:233:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 233 | TRACE_EVENT_CONDITION(nfsd_fh_verify_err, | ^~~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_fh_err_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:278:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 278 | DECLARE_EVENT_CLASS(nfsd_fh_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:278:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 278 | DECLARE_EVENT_CLASS(nfsd_fh_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_exp_find_key’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:308:1: note: in expansion of macro ‘TRACE_EVENT’ 308 | TRACE_EVENT(nfsd_exp_find_key, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:308:1: note: in expansion of macro ‘TRACE_EVENT’ 308 | TRACE_EVENT(nfsd_exp_find_key, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_expkey_update’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:332:1: note: in expansion of macro ‘TRACE_EVENT’ 332 | TRACE_EVENT(nfsd_expkey_update, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:332:1: note: in expansion of macro ‘TRACE_EVENT’ 332 | TRACE_EVENT(nfsd_expkey_update, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_exp_get_by_name’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:358:1: note: in expansion of macro ‘TRACE_EVENT’ 358 | TRACE_EVENT(nfsd_exp_get_by_name, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:358:1: note: in expansion of macro ‘TRACE_EVENT’ 358 | TRACE_EVENT(nfsd_exp_get_by_name, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_export_update’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:379:1: note: in expansion of macro ‘TRACE_EVENT’ 379 | TRACE_EVENT(nfsd_export_update, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:379:1: note: in expansion of macro ‘TRACE_EVENT’ 379 | TRACE_EVENT(nfsd_export_update, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_io_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:399:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 399 | DECLARE_EVENT_CLASS(nfsd_io_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:399:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 399 | DECLARE_EVENT_CLASS(nfsd_io_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_err_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:440:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 440 | DECLARE_EVENT_CLASS(nfsd_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:440:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 440 | DECLARE_EVENT_CLASS(nfsd_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_dirent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:474:1: note: in expansion of macro ‘TRACE_EVENT’ 474 | TRACE_EVENT(nfsd_dirent, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:474:1: note: in expansion of macro ‘TRACE_EVENT’ 474 | TRACE_EVENT(nfsd_dirent, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_copy_err_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:495:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 495 | DECLARE_EVENT_CLASS(nfsd_copy_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:495:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 495 | DECLARE_EVENT_CLASS(nfsd_copy_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_delegret_wakeup’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:549:1: note: in expansion of macro ‘TRACE_EVENT’ 549 | TRACE_EVENT(nfsd_delegret_wakeup, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:549:1: note: in expansion of macro ‘TRACE_EVENT’ 549 | TRACE_EVENT(nfsd_delegret_wakeup, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_stateid_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:572:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 572 | DECLARE_EVENT_CLASS(nfsd_stateid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:572:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 572 | DECLARE_EVENT_CLASS(nfsd_stateid_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_stateseqid_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:616:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 616 | DECLARE_EVENT_CLASS(nfsd_stateseqid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:616:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 616 | DECLARE_EVENT_CLASS(nfsd_stateseqid_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_stid_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:659:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 659 | DECLARE_EVENT_CLASS(nfsd_stid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:659:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 659 | DECLARE_EVENT_CLASS(nfsd_stid_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_stateowner_replay’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:699:1: note: in expansion of macro ‘TRACE_EVENT’ 699 | TRACE_EVENT(nfsd_stateowner_replay, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:699:1: note: in expansion of macro ‘TRACE_EVENT’ 699 | TRACE_EVENT(nfsd_stateowner_replay, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_seq4_status’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../fs/nfsd/./trace.h:717:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 717 | TRACE_EVENT_CONDITION(nfsd_seq4_status, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../fs/nfsd/./trace.h:717:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 717 | TRACE_EVENT_CONDITION(nfsd_seq4_status, | ^~~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_cs_slot_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:752:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 752 | DECLARE_EVENT_CLASS(nfsd_cs_slot_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:752:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 752 | DECLARE_EVENT_CLASS(nfsd_cs_slot_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_slot_seqid_sequence’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:792:1: note: in expansion of macro ‘TRACE_EVENT’ 792 | TRACE_EVENT(nfsd_slot_seqid_sequence, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:792:1: note: in expansion of macro ‘TRACE_EVENT’ 792 | TRACE_EVENT(nfsd_slot_seqid_sequence, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_clientid_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:822:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 822 | DECLARE_EVENT_CLASS(nfsd_clientid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:822:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 822 | DECLARE_EVENT_CLASS(nfsd_clientid_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_mark_client_expired’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:851:1: note: in expansion of macro ‘TRACE_EVENT’ 851 | TRACE_EVENT(nfsd_mark_client_expired, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:851:1: note: in expansion of macro ‘TRACE_EVENT’ 851 | TRACE_EVENT(nfsd_mark_client_expired, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_net_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:875:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 875 | DECLARE_EVENT_CLASS(nfsd_net_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:875:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 875 | DECLARE_EVENT_CLASS(nfsd_net_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_writeverf_reset’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:895:1: note: in expansion of macro ‘TRACE_EVENT’ 895 | TRACE_EVENT(nfsd_writeverf_reset, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:895:1: note: in expansion of macro ‘TRACE_EVENT’ 895 | TRACE_EVENT(nfsd_writeverf_reset, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_clid_cred_mismatch’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:923:1: note: in expansion of macro ‘TRACE_EVENT’ 923 | TRACE_EVENT(nfsd_clid_cred_mismatch, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:923:1: note: in expansion of macro ‘TRACE_EVENT’ 923 | TRACE_EVENT(nfsd_clid_cred_mismatch, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_clid_verf_mismatch’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:952:1: note: in expansion of macro ‘TRACE_EVENT’ 952 | TRACE_EVENT(nfsd_clid_verf_mismatch, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:952:1: note: in expansion of macro ‘TRACE_EVENT’ 952 | TRACE_EVENT(nfsd_clid_verf_mismatch, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_clid_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:984:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 984 | DECLARE_EVENT_CLASS(nfsd_clid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:984:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 984 | DECLARE_EVENT_CLASS(nfsd_clid_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_file_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1030:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1030 | DECLARE_EVENT_CLASS(nfsd_file_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1030:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1030 | DECLARE_EVENT_CLASS(nfsd_file_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_file_alloc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1066:1: note: in expansion of macro ‘TRACE_EVENT’ 1066 | TRACE_EVENT(nfsd_file_alloc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1066:1: note: in expansion of macro ‘TRACE_EVENT’ 1066 | TRACE_EVENT(nfsd_file_alloc, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_file_acquire’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1090:1: note: in expansion of macro ‘TRACE_EVENT’ 1090 | TRACE_EVENT(nfsd_file_acquire, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1090:1: note: in expansion of macro ‘TRACE_EVENT’ 1090 | TRACE_EVENT(nfsd_file_acquire, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_file_insert_err’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1132:1: note: in expansion of macro ‘TRACE_EVENT’ 1132 | TRACE_EVENT(nfsd_file_insert_err, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1132:1: note: in expansion of macro ‘TRACE_EVENT’ 1132 | TRACE_EVENT(nfsd_file_insert_err, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_file_cons_err’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1159:1: note: in expansion of macro ‘TRACE_EVENT’ 1159 | TRACE_EVENT(nfsd_file_cons_err, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1159:1: note: in expansion of macro ‘TRACE_EVENT’ 1159 | TRACE_EVENT(nfsd_file_cons_err, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_file_open_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1193:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1193 | DECLARE_EVENT_CLASS(nfsd_file_open_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1193:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1193 | DECLARE_EVENT_CLASS(nfsd_file_open_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_file_is_cached’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1229:1: note: in expansion of macro ‘TRACE_EVENT’ 1229 | TRACE_EVENT(nfsd_file_is_cached, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1229:1: note: in expansion of macro ‘TRACE_EVENT’ 1229 | TRACE_EVENT(nfsd_file_is_cached, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_file_fsnotify_handle_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1249:1: note: in expansion of macro ‘TRACE_EVENT’ 1249 | TRACE_EVENT(nfsd_file_fsnotify_handle_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1249:1: note: in expansion of macro ‘TRACE_EVENT’ 1249 | TRACE_EVENT(nfsd_file_fsnotify_handle_event, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_file_gc_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1268:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1268 | DECLARE_EVENT_CLASS(nfsd_file_gc_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1268:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1268 | DECLARE_EVENT_CLASS(nfsd_file_gc_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_file_lruwalk_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1308:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1308 | DECLARE_EVENT_CLASS(nfsd_file_lruwalk_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1308:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1308 | DECLARE_EVENT_CLASS(nfsd_file_lruwalk_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_file_close’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1337:1: note: in expansion of macro ‘TRACE_EVENT’ 1337 | TRACE_EVENT(nfsd_file_close, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1337:1: note: in expansion of macro ‘TRACE_EVENT’ 1337 | TRACE_EVENT(nfsd_file_close, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_drc_found’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1365:1: note: in expansion of macro ‘TRACE_EVENT’ 1365 | TRACE_EVENT(nfsd_drc_found, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1365:1: note: in expansion of macro ‘TRACE_EVENT’ 1365 | TRACE_EVENT(nfsd_drc_found, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_drc_mismatch’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1388:1: note: in expansion of macro ‘TRACE_EVENT’ 1388 | TRACE_EVENT(nfsd_drc_mismatch, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1388:1: note: in expansion of macro ‘TRACE_EVENT’ 1388 | TRACE_EVENT(nfsd_drc_mismatch, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_cb_args’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1412:1: note: in expansion of macro ‘TRACE_EVENT’ 1412 | TRACE_EVENT(nfsd_cb_args, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1412:1: note: in expansion of macro ‘TRACE_EVENT’ 1412 | TRACE_EVENT(nfsd_cb_args, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_cb_nodelegs’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1437:1: note: in expansion of macro ‘TRACE_EVENT’ 1437 | TRACE_EVENT(nfsd_cb_nodelegs, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1437:1: note: in expansion of macro ‘TRACE_EVENT’ 1437 | TRACE_EVENT(nfsd_cb_nodelegs, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_cb_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1458:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1458 | DECLARE_EVENT_CLASS(nfsd_cb_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1458:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1458 | DECLARE_EVENT_CLASS(nfsd_cb_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_cb_setup’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1506:1: note: in expansion of macro ‘TRACE_EVENT’ 1506 | TRACE_EVENT(nfsd_cb_setup, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1506:1: note: in expansion of macro ‘TRACE_EVENT’ 1506 | TRACE_EVENT(nfsd_cb_setup, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_cb_setup_err’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1532:1: note: in expansion of macro ‘TRACE_EVENT’ 1532 | TRACE_EVENT(nfsd_cb_setup_err, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1532:1: note: in expansion of macro ‘TRACE_EVENT’ 1532 | TRACE_EVENT(nfsd_cb_setup_err, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_cb_lifetime_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1556:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1556 | DECLARE_EVENT_CLASS(nfsd_cb_lifetime_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1556:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1556 | DECLARE_EVENT_CLASS(nfsd_cb_lifetime_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_cb_seq_status’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1598:1: note: in expansion of macro ‘TRACE_EVENT’ 1598 | TRACE_EVENT(nfsd_cb_seq_status, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1598:1: note: in expansion of macro ‘TRACE_EVENT’ 1598 | TRACE_EVENT(nfsd_cb_seq_status, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_cb_free_slot’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1639:1: note: in expansion of macro ‘TRACE_EVENT’ 1639 | TRACE_EVENT(nfsd_cb_free_slot, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1639:1: note: in expansion of macro ‘TRACE_EVENT’ 1639 | TRACE_EVENT(nfsd_cb_free_slot, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_cb_recall’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../fs/nfsd/./trace.h:1678:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 1678 | TRACE_EVENT_CONDITION(nfsd_cb_recall, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../fs/nfsd/./trace.h:1678:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 1678 | TRACE_EVENT_CONDITION(nfsd_cb_recall, | ^~~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_cb_notify_lock’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1707:1: note: in expansion of macro ‘TRACE_EVENT’ 1707 | TRACE_EVENT(nfsd_cb_notify_lock, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1707:1: note: in expansion of macro ‘TRACE_EVENT’ 1707 | TRACE_EVENT(nfsd_cb_notify_lock, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_cb_offload’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1733:1: note: in expansion of macro ‘TRACE_EVENT’ 1733 | TRACE_EVENT(nfsd_cb_offload, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1733:1: note: in expansion of macro ‘TRACE_EVENT’ 1733 | TRACE_EVENT(nfsd_cb_offload, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_cb_recall_any’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1769:1: note: in expansion of macro ‘TRACE_EVENT’ 1769 | TRACE_EVENT(nfsd_cb_recall_any, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1769:1: note: in expansion of macro ‘TRACE_EVENT’ 1769 | TRACE_EVENT(nfsd_cb_recall_any, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_cb_done_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1795:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1795 | DECLARE_EVENT_CLASS(nfsd_cb_done_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1795:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1795 | DECLARE_EVENT_CLASS(nfsd_cb_done_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_cb_recall_any_done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1834:1: note: in expansion of macro ‘TRACE_EVENT’ 1834 | TRACE_EVENT(nfsd_cb_recall_any_done, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1834:1: note: in expansion of macro ‘TRACE_EVENT’ 1834 | TRACE_EVENT(nfsd_cb_recall_any_done, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_ctl_unlock_ip’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1855:1: note: in expansion of macro ‘TRACE_EVENT’ 1855 | TRACE_EVENT(nfsd_ctl_unlock_ip, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1855:1: note: in expansion of macro ‘TRACE_EVENT’ 1855 | TRACE_EVENT(nfsd_ctl_unlock_ip, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_ctl_unlock_fs’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1874:1: note: in expansion of macro ‘TRACE_EVENT’ 1874 | TRACE_EVENT(nfsd_ctl_unlock_fs, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1874:1: note: in expansion of macro ‘TRACE_EVENT’ 1874 | TRACE_EVENT(nfsd_ctl_unlock_fs, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_ctl_filehandle’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1893:1: note: in expansion of macro ‘TRACE_EVENT’ 1893 | TRACE_EVENT(nfsd_ctl_filehandle, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1893:1: note: in expansion of macro ‘TRACE_EVENT’ 1893 | TRACE_EVENT(nfsd_ctl_filehandle, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_ctl_threads’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1918:1: note: in expansion of macro ‘TRACE_EVENT’ 1918 | TRACE_EVENT(nfsd_ctl_threads, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1918:1: note: in expansion of macro ‘TRACE_EVENT’ 1918 | TRACE_EVENT(nfsd_ctl_threads, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_ctl_pool_threads’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1937:1: note: in expansion of macro ‘TRACE_EVENT’ 1937 | TRACE_EVENT(nfsd_ctl_pool_threads, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1937:1: note: in expansion of macro ‘TRACE_EVENT’ 1937 | TRACE_EVENT(nfsd_ctl_pool_threads, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_ctl_version’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1959:1: note: in expansion of macro ‘TRACE_EVENT’ 1959 | TRACE_EVENT(nfsd_ctl_version, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1959:1: note: in expansion of macro ‘TRACE_EVENT’ 1959 | TRACE_EVENT(nfsd_ctl_version, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_ctl_ports_addfd’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1978:1: note: in expansion of macro ‘TRACE_EVENT’ 1978 | TRACE_EVENT(nfsd_ctl_ports_addfd, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1978:1: note: in expansion of macro ‘TRACE_EVENT’ 1978 | TRACE_EVENT(nfsd_ctl_ports_addfd, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_ctl_ports_addxprt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1997:1: note: in expansion of macro ‘TRACE_EVENT’ 1997 | TRACE_EVENT(nfsd_ctl_ports_addxprt, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1997:1: note: in expansion of macro ‘TRACE_EVENT’ 1997 | TRACE_EVENT(nfsd_ctl_ports_addxprt, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_ctl_maxblksize’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2019:1: note: in expansion of macro ‘TRACE_EVENT’ 2019 | TRACE_EVENT(nfsd_ctl_maxblksize, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2019:1: note: in expansion of macro ‘TRACE_EVENT’ 2019 | TRACE_EVENT(nfsd_ctl_maxblksize, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_ctl_maxconn’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2038:1: note: in expansion of macro ‘TRACE_EVENT’ 2038 | TRACE_EVENT(nfsd_ctl_maxconn, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2038:1: note: in expansion of macro ‘TRACE_EVENT’ 2038 | TRACE_EVENT(nfsd_ctl_maxconn, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_ctl_time’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2057:1: note: in expansion of macro ‘TRACE_EVENT’ 2057 | TRACE_EVENT(nfsd_ctl_time, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2057:1: note: in expansion of macro ‘TRACE_EVENT’ 2057 | TRACE_EVENT(nfsd_ctl_time, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_ctl_recoverydir’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2080:1: note: in expansion of macro ‘TRACE_EVENT’ 2080 | TRACE_EVENT(nfsd_ctl_recoverydir, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2080:1: note: in expansion of macro ‘TRACE_EVENT’ 2080 | TRACE_EVENT(nfsd_ctl_recoverydir, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_end_grace’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2099:1: note: in expansion of macro ‘TRACE_EVENT’ 2099 | TRACE_EVENT(nfsd_end_grace, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2099:1: note: in expansion of macro ‘TRACE_EVENT’ 2099 | TRACE_EVENT(nfsd_end_grace, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_copy_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2114 | DECLARE_EVENT_CLASS(nfsd_copy_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2114 | DECLARE_EVENT_CLASS(nfsd_copy_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘trace_event_raw_event_nfsd_copy_done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2177:1: note: in expansion of macro ‘TRACE_EVENT’ 2177 | TRACE_EVENT(nfsd_copy_done, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2177:1: note: in expansion of macro ‘TRACE_EVENT’ 2177 | TRACE_EVENT(nfsd_copy_done, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_xdr_err_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:39:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 39 | DECLARE_EVENT_CLASS(nfsd_xdr_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:39:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 39 | DECLARE_EVENT_CLASS(nfsd_xdr_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_compound’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:91:1: note: in expansion of macro ‘TRACE_EVENT’ 91 | TRACE_EVENT(nfsd_compound, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:91:1: note: in expansion of macro ‘TRACE_EVENT’ 91 | TRACE_EVENT(nfsd_compound, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_compound_status’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:114:1: note: in expansion of macro ‘TRACE_EVENT’ 114 | TRACE_EVENT(nfsd_compound_status, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:114:1: note: in expansion of macro ‘TRACE_EVENT’ 114 | TRACE_EVENT(nfsd_compound_status, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_compound_decode_err’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:137:1: note: in expansion of macro ‘TRACE_EVENT’ 137 | TRACE_EVENT(nfsd_compound_decode_err, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:137:1: note: in expansion of macro ‘TRACE_EVENT’ 137 | TRACE_EVENT(nfsd_compound_decode_err, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_compound_encode_err’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:165:1: note: in expansion of macro ‘TRACE_EVENT’ 165 | TRACE_EVENT(nfsd_compound_encode_err, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:165:1: note: in expansion of macro ‘TRACE_EVENT’ 165 | TRACE_EVENT(nfsd_compound_encode_err, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_fh_verify’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ 196 | TRACE_EVENT(nfsd_fh_verify, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ 196 | TRACE_EVENT(nfsd_fh_verify, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_fh_verify_err’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../fs/nfsd/./trace.h:233:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 233 | TRACE_EVENT_CONDITION(nfsd_fh_verify_err, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../fs/nfsd/./trace.h:233:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 233 | TRACE_EVENT_CONDITION(nfsd_fh_verify_err, | ^~~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_fh_err_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:278:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 278 | DECLARE_EVENT_CLASS(nfsd_fh_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:278:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 278 | DECLARE_EVENT_CLASS(nfsd_fh_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_exp_find_key’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:308:1: note: in expansion of macro ‘TRACE_EVENT’ 308 | TRACE_EVENT(nfsd_exp_find_key, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:308:1: note: in expansion of macro ‘TRACE_EVENT’ 308 | TRACE_EVENT(nfsd_exp_find_key, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_expkey_update’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:332:1: note: in expansion of macro ‘TRACE_EVENT’ 332 | TRACE_EVENT(nfsd_expkey_update, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:332:1: note: in expansion of macro ‘TRACE_EVENT’ 332 | TRACE_EVENT(nfsd_expkey_update, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_exp_get_by_name’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:358:1: note: in expansion of macro ‘TRACE_EVENT’ 358 | TRACE_EVENT(nfsd_exp_get_by_name, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:358:1: note: in expansion of macro ‘TRACE_EVENT’ 358 | TRACE_EVENT(nfsd_exp_get_by_name, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_export_update’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:379:1: note: in expansion of macro ‘TRACE_EVENT’ 379 | TRACE_EVENT(nfsd_export_update, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:379:1: note: in expansion of macro ‘TRACE_EVENT’ 379 | TRACE_EVENT(nfsd_export_update, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_io_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:399:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 399 | DECLARE_EVENT_CLASS(nfsd_io_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:399:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 399 | DECLARE_EVENT_CLASS(nfsd_io_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_err_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:440:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 440 | DECLARE_EVENT_CLASS(nfsd_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:440:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 440 | DECLARE_EVENT_CLASS(nfsd_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_dirent’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:474:1: note: in expansion of macro ‘TRACE_EVENT’ 474 | TRACE_EVENT(nfsd_dirent, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:474:1: note: in expansion of macro ‘TRACE_EVENT’ 474 | TRACE_EVENT(nfsd_dirent, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_copy_err_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:495:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 495 | DECLARE_EVENT_CLASS(nfsd_copy_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:495:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 495 | DECLARE_EVENT_CLASS(nfsd_copy_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_delegret_wakeup’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:549:1: note: in expansion of macro ‘TRACE_EVENT’ 549 | TRACE_EVENT(nfsd_delegret_wakeup, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:549:1: note: in expansion of macro ‘TRACE_EVENT’ 549 | TRACE_EVENT(nfsd_delegret_wakeup, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_stateid_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:572:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 572 | DECLARE_EVENT_CLASS(nfsd_stateid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:572:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 572 | DECLARE_EVENT_CLASS(nfsd_stateid_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_stateseqid_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:616:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 616 | DECLARE_EVENT_CLASS(nfsd_stateseqid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:616:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 616 | DECLARE_EVENT_CLASS(nfsd_stateseqid_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_stid_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:659:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 659 | DECLARE_EVENT_CLASS(nfsd_stid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:659:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 659 | DECLARE_EVENT_CLASS(nfsd_stid_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_stateowner_replay’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:699:1: note: in expansion of macro ‘TRACE_EVENT’ 699 | TRACE_EVENT(nfsd_stateowner_replay, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:699:1: note: in expansion of macro ‘TRACE_EVENT’ 699 | TRACE_EVENT(nfsd_stateowner_replay, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_seq4_status’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../fs/nfsd/./trace.h:717:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 717 | TRACE_EVENT_CONDITION(nfsd_seq4_status, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../fs/nfsd/./trace.h:717:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 717 | TRACE_EVENT_CONDITION(nfsd_seq4_status, | ^~~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_cs_slot_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:752:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 752 | DECLARE_EVENT_CLASS(nfsd_cs_slot_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:752:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 752 | DECLARE_EVENT_CLASS(nfsd_cs_slot_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_slot_seqid_sequence’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:792:1: note: in expansion of macro ‘TRACE_EVENT’ 792 | TRACE_EVENT(nfsd_slot_seqid_sequence, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:792:1: note: in expansion of macro ‘TRACE_EVENT’ 792 | TRACE_EVENT(nfsd_slot_seqid_sequence, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_clientid_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:822:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 822 | DECLARE_EVENT_CLASS(nfsd_clientid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:822:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 822 | DECLARE_EVENT_CLASS(nfsd_clientid_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_mark_client_expired’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:851:1: note: in expansion of macro ‘TRACE_EVENT’ 851 | TRACE_EVENT(nfsd_mark_client_expired, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:851:1: note: in expansion of macro ‘TRACE_EVENT’ 851 | TRACE_EVENT(nfsd_mark_client_expired, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_net_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:875:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 875 | DECLARE_EVENT_CLASS(nfsd_net_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:875:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 875 | DECLARE_EVENT_CLASS(nfsd_net_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_writeverf_reset’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:895:1: note: in expansion of macro ‘TRACE_EVENT’ 895 | TRACE_EVENT(nfsd_writeverf_reset, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:895:1: note: in expansion of macro ‘TRACE_EVENT’ 895 | TRACE_EVENT(nfsd_writeverf_reset, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_clid_cred_mismatch’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:923:1: note: in expansion of macro ‘TRACE_EVENT’ 923 | TRACE_EVENT(nfsd_clid_cred_mismatch, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:923:1: note: in expansion of macro ‘TRACE_EVENT’ 923 | TRACE_EVENT(nfsd_clid_cred_mismatch, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_clid_verf_mismatch’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:952:1: note: in expansion of macro ‘TRACE_EVENT’ 952 | TRACE_EVENT(nfsd_clid_verf_mismatch, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:952:1: note: in expansion of macro ‘TRACE_EVENT’ 952 | TRACE_EVENT(nfsd_clid_verf_mismatch, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_clid_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:984:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 984 | DECLARE_EVENT_CLASS(nfsd_clid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:984:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 984 | DECLARE_EVENT_CLASS(nfsd_clid_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_file_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1030:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1030 | DECLARE_EVENT_CLASS(nfsd_file_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1030:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1030 | DECLARE_EVENT_CLASS(nfsd_file_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_file_alloc’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1066:1: note: in expansion of macro ‘TRACE_EVENT’ 1066 | TRACE_EVENT(nfsd_file_alloc, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1066:1: note: in expansion of macro ‘TRACE_EVENT’ 1066 | TRACE_EVENT(nfsd_file_alloc, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_file_acquire’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1090:1: note: in expansion of macro ‘TRACE_EVENT’ 1090 | TRACE_EVENT(nfsd_file_acquire, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1090:1: note: in expansion of macro ‘TRACE_EVENT’ 1090 | TRACE_EVENT(nfsd_file_acquire, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_file_insert_err’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1132:1: note: in expansion of macro ‘TRACE_EVENT’ 1132 | TRACE_EVENT(nfsd_file_insert_err, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1132:1: note: in expansion of macro ‘TRACE_EVENT’ 1132 | TRACE_EVENT(nfsd_file_insert_err, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_file_cons_err’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1159:1: note: in expansion of macro ‘TRACE_EVENT’ 1159 | TRACE_EVENT(nfsd_file_cons_err, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1159:1: note: in expansion of macro ‘TRACE_EVENT’ 1159 | TRACE_EVENT(nfsd_file_cons_err, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_file_open_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1193:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1193 | DECLARE_EVENT_CLASS(nfsd_file_open_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1193:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1193 | DECLARE_EVENT_CLASS(nfsd_file_open_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_file_is_cached’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1229:1: note: in expansion of macro ‘TRACE_EVENT’ 1229 | TRACE_EVENT(nfsd_file_is_cached, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1229:1: note: in expansion of macro ‘TRACE_EVENT’ 1229 | TRACE_EVENT(nfsd_file_is_cached, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_file_fsnotify_handle_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1249:1: note: in expansion of macro ‘TRACE_EVENT’ 1249 | TRACE_EVENT(nfsd_file_fsnotify_handle_event, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1249:1: note: in expansion of macro ‘TRACE_EVENT’ 1249 | TRACE_EVENT(nfsd_file_fsnotify_handle_event, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_file_gc_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1268:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1268 | DECLARE_EVENT_CLASS(nfsd_file_gc_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1268:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1268 | DECLARE_EVENT_CLASS(nfsd_file_gc_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_file_lruwalk_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1308:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1308 | DECLARE_EVENT_CLASS(nfsd_file_lruwalk_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1308:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1308 | DECLARE_EVENT_CLASS(nfsd_file_lruwalk_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_file_close’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1337:1: note: in expansion of macro ‘TRACE_EVENT’ 1337 | TRACE_EVENT(nfsd_file_close, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1337:1: note: in expansion of macro ‘TRACE_EVENT’ 1337 | TRACE_EVENT(nfsd_file_close, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_drc_found’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1365:1: note: in expansion of macro ‘TRACE_EVENT’ 1365 | TRACE_EVENT(nfsd_drc_found, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1365:1: note: in expansion of macro ‘TRACE_EVENT’ 1365 | TRACE_EVENT(nfsd_drc_found, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_drc_mismatch’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1388:1: note: in expansion of macro ‘TRACE_EVENT’ 1388 | TRACE_EVENT(nfsd_drc_mismatch, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1388:1: note: in expansion of macro ‘TRACE_EVENT’ 1388 | TRACE_EVENT(nfsd_drc_mismatch, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_cb_args’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1412:1: note: in expansion of macro ‘TRACE_EVENT’ 1412 | TRACE_EVENT(nfsd_cb_args, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1412:1: note: in expansion of macro ‘TRACE_EVENT’ 1412 | TRACE_EVENT(nfsd_cb_args, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_cb_nodelegs’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1437:1: note: in expansion of macro ‘TRACE_EVENT’ 1437 | TRACE_EVENT(nfsd_cb_nodelegs, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1437:1: note: in expansion of macro ‘TRACE_EVENT’ 1437 | TRACE_EVENT(nfsd_cb_nodelegs, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_cb_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1458:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1458 | DECLARE_EVENT_CLASS(nfsd_cb_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1458:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1458 | DECLARE_EVENT_CLASS(nfsd_cb_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_cb_setup’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1506:1: note: in expansion of macro ‘TRACE_EVENT’ 1506 | TRACE_EVENT(nfsd_cb_setup, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1506:1: note: in expansion of macro ‘TRACE_EVENT’ 1506 | TRACE_EVENT(nfsd_cb_setup, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_cb_setup_err’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1532:1: note: in expansion of macro ‘TRACE_EVENT’ 1532 | TRACE_EVENT(nfsd_cb_setup_err, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1532:1: note: in expansion of macro ‘TRACE_EVENT’ 1532 | TRACE_EVENT(nfsd_cb_setup_err, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_cb_lifetime_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1556:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1556 | DECLARE_EVENT_CLASS(nfsd_cb_lifetime_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1556:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1556 | DECLARE_EVENT_CLASS(nfsd_cb_lifetime_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_cb_seq_status’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1598:1: note: in expansion of macro ‘TRACE_EVENT’ 1598 | TRACE_EVENT(nfsd_cb_seq_status, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1598:1: note: in expansion of macro ‘TRACE_EVENT’ 1598 | TRACE_EVENT(nfsd_cb_seq_status, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_cb_free_slot’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1639:1: note: in expansion of macro ‘TRACE_EVENT’ 1639 | TRACE_EVENT(nfsd_cb_free_slot, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1639:1: note: in expansion of macro ‘TRACE_EVENT’ 1639 | TRACE_EVENT(nfsd_cb_free_slot, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_cb_recall’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../fs/nfsd/./trace.h:1678:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 1678 | TRACE_EVENT_CONDITION(nfsd_cb_recall, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../fs/nfsd/./trace.h:1678:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 1678 | TRACE_EVENT_CONDITION(nfsd_cb_recall, | ^~~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_cb_notify_lock’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1707:1: note: in expansion of macro ‘TRACE_EVENT’ 1707 | TRACE_EVENT(nfsd_cb_notify_lock, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1707:1: note: in expansion of macro ‘TRACE_EVENT’ 1707 | TRACE_EVENT(nfsd_cb_notify_lock, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_cb_offload’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1733:1: note: in expansion of macro ‘TRACE_EVENT’ 1733 | TRACE_EVENT(nfsd_cb_offload, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1733:1: note: in expansion of macro ‘TRACE_EVENT’ 1733 | TRACE_EVENT(nfsd_cb_offload, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_cb_recall_any’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1769:1: note: in expansion of macro ‘TRACE_EVENT’ 1769 | TRACE_EVENT(nfsd_cb_recall_any, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1769:1: note: in expansion of macro ‘TRACE_EVENT’ 1769 | TRACE_EVENT(nfsd_cb_recall_any, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_cb_done_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1795:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1795 | DECLARE_EVENT_CLASS(nfsd_cb_done_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1795:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1795 | DECLARE_EVENT_CLASS(nfsd_cb_done_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_cb_recall_any_done’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1834:1: note: in expansion of macro ‘TRACE_EVENT’ 1834 | TRACE_EVENT(nfsd_cb_recall_any_done, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1834:1: note: in expansion of macro ‘TRACE_EVENT’ 1834 | TRACE_EVENT(nfsd_cb_recall_any_done, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_ctl_unlock_ip’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1855:1: note: in expansion of macro ‘TRACE_EVENT’ 1855 | TRACE_EVENT(nfsd_ctl_unlock_ip, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1855:1: note: in expansion of macro ‘TRACE_EVENT’ 1855 | TRACE_EVENT(nfsd_ctl_unlock_ip, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_ctl_unlock_fs’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1874:1: note: in expansion of macro ‘TRACE_EVENT’ 1874 | TRACE_EVENT(nfsd_ctl_unlock_fs, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1874:1: note: in expansion of macro ‘TRACE_EVENT’ 1874 | TRACE_EVENT(nfsd_ctl_unlock_fs, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_ctl_filehandle’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1893:1: note: in expansion of macro ‘TRACE_EVENT’ 1893 | TRACE_EVENT(nfsd_ctl_filehandle, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1893:1: note: in expansion of macro ‘TRACE_EVENT’ 1893 | TRACE_EVENT(nfsd_ctl_filehandle, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_ctl_threads’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1918:1: note: in expansion of macro ‘TRACE_EVENT’ 1918 | TRACE_EVENT(nfsd_ctl_threads, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1918:1: note: in expansion of macro ‘TRACE_EVENT’ 1918 | TRACE_EVENT(nfsd_ctl_threads, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_ctl_pool_threads’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1937:1: note: in expansion of macro ‘TRACE_EVENT’ 1937 | TRACE_EVENT(nfsd_ctl_pool_threads, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1937:1: note: in expansion of macro ‘TRACE_EVENT’ 1937 | TRACE_EVENT(nfsd_ctl_pool_threads, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_ctl_version’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1959:1: note: in expansion of macro ‘TRACE_EVENT’ 1959 | TRACE_EVENT(nfsd_ctl_version, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1959:1: note: in expansion of macro ‘TRACE_EVENT’ 1959 | TRACE_EVENT(nfsd_ctl_version, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_ctl_ports_addfd’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1978:1: note: in expansion of macro ‘TRACE_EVENT’ 1978 | TRACE_EVENT(nfsd_ctl_ports_addfd, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1978:1: note: in expansion of macro ‘TRACE_EVENT’ 1978 | TRACE_EVENT(nfsd_ctl_ports_addfd, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_ctl_ports_addxprt’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1997:1: note: in expansion of macro ‘TRACE_EVENT’ 1997 | TRACE_EVENT(nfsd_ctl_ports_addxprt, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1997:1: note: in expansion of macro ‘TRACE_EVENT’ 1997 | TRACE_EVENT(nfsd_ctl_ports_addxprt, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_ctl_maxblksize’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2019:1: note: in expansion of macro ‘TRACE_EVENT’ 2019 | TRACE_EVENT(nfsd_ctl_maxblksize, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2019:1: note: in expansion of macro ‘TRACE_EVENT’ 2019 | TRACE_EVENT(nfsd_ctl_maxblksize, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_ctl_maxconn’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2038:1: note: in expansion of macro ‘TRACE_EVENT’ 2038 | TRACE_EVENT(nfsd_ctl_maxconn, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2038:1: note: in expansion of macro ‘TRACE_EVENT’ 2038 | TRACE_EVENT(nfsd_ctl_maxconn, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_ctl_time’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2057:1: note: in expansion of macro ‘TRACE_EVENT’ 2057 | TRACE_EVENT(nfsd_ctl_time, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2057:1: note: in expansion of macro ‘TRACE_EVENT’ 2057 | TRACE_EVENT(nfsd_ctl_time, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_ctl_recoverydir’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2080:1: note: in expansion of macro ‘TRACE_EVENT’ 2080 | TRACE_EVENT(nfsd_ctl_recoverydir, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2080:1: note: in expansion of macro ‘TRACE_EVENT’ 2080 | TRACE_EVENT(nfsd_ctl_recoverydir, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_end_grace’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2099:1: note: in expansion of macro ‘TRACE_EVENT’ 2099 | TRACE_EVENT(nfsd_end_grace, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2099:1: note: in expansion of macro ‘TRACE_EVENT’ 2099 | TRACE_EVENT(nfsd_end_grace, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_copy_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2114 | DECLARE_EVENT_CLASS(nfsd_copy_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2114 | DECLARE_EVENT_CLASS(nfsd_copy_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_copy_done’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2177:1: note: in expansion of macro ‘TRACE_EVENT’ 2177 | TRACE_EVENT(nfsd_copy_done, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2177:1: note: in expansion of macro ‘TRACE_EVENT’ 2177 | TRACE_EVENT(nfsd_copy_done, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_xdr_err_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:39:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 39 | DECLARE_EVENT_CLASS(nfsd_xdr_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:39:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 39 | DECLARE_EVENT_CLASS(nfsd_xdr_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_compound’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:91:1: note: in expansion of macro ‘TRACE_EVENT’ 91 | TRACE_EVENT(nfsd_compound, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:91:1: note: in expansion of macro ‘TRACE_EVENT’ 91 | TRACE_EVENT(nfsd_compound, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_compound_status’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:114:1: note: in expansion of macro ‘TRACE_EVENT’ 114 | TRACE_EVENT(nfsd_compound_status, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:114:1: note: in expansion of macro ‘TRACE_EVENT’ 114 | TRACE_EVENT(nfsd_compound_status, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_compound_decode_err’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:137:1: note: in expansion of macro ‘TRACE_EVENT’ 137 | TRACE_EVENT(nfsd_compound_decode_err, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:137:1: note: in expansion of macro ‘TRACE_EVENT’ 137 | TRACE_EVENT(nfsd_compound_decode_err, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_compound_encode_err’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:165:1: note: in expansion of macro ‘TRACE_EVENT’ 165 | TRACE_EVENT(nfsd_compound_encode_err, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:165:1: note: in expansion of macro ‘TRACE_EVENT’ 165 | TRACE_EVENT(nfsd_compound_encode_err, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_fh_verify’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ 196 | TRACE_EVENT(nfsd_fh_verify, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ 196 | TRACE_EVENT(nfsd_fh_verify, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_fh_verify_err’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../fs/nfsd/./trace.h:233:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 233 | TRACE_EVENT_CONDITION(nfsd_fh_verify_err, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../fs/nfsd/./trace.h:233:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 233 | TRACE_EVENT_CONDITION(nfsd_fh_verify_err, | ^~~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_fh_err_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:278:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 278 | DECLARE_EVENT_CLASS(nfsd_fh_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:278:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 278 | DECLARE_EVENT_CLASS(nfsd_fh_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_exp_find_key’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:308:1: note: in expansion of macro ‘TRACE_EVENT’ 308 | TRACE_EVENT(nfsd_exp_find_key, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:308:1: note: in expansion of macro ‘TRACE_EVENT’ 308 | TRACE_EVENT(nfsd_exp_find_key, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_expkey_update’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:332:1: note: in expansion of macro ‘TRACE_EVENT’ 332 | TRACE_EVENT(nfsd_expkey_update, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:332:1: note: in expansion of macro ‘TRACE_EVENT’ 332 | TRACE_EVENT(nfsd_expkey_update, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_exp_get_by_name’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:358:1: note: in expansion of macro ‘TRACE_EVENT’ 358 | TRACE_EVENT(nfsd_exp_get_by_name, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:358:1: note: in expansion of macro ‘TRACE_EVENT’ 358 | TRACE_EVENT(nfsd_exp_get_by_name, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_export_update’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:379:1: note: in expansion of macro ‘TRACE_EVENT’ 379 | TRACE_EVENT(nfsd_export_update, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:379:1: note: in expansion of macro ‘TRACE_EVENT’ 379 | TRACE_EVENT(nfsd_export_update, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_io_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:399:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 399 | DECLARE_EVENT_CLASS(nfsd_io_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:399:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 399 | DECLARE_EVENT_CLASS(nfsd_io_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_err_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:440:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 440 | DECLARE_EVENT_CLASS(nfsd_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:440:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 440 | DECLARE_EVENT_CLASS(nfsd_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_dirent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:474:1: note: in expansion of macro ‘TRACE_EVENT’ 474 | TRACE_EVENT(nfsd_dirent, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:474:1: note: in expansion of macro ‘TRACE_EVENT’ 474 | TRACE_EVENT(nfsd_dirent, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_copy_err_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:495:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 495 | DECLARE_EVENT_CLASS(nfsd_copy_err_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:495:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 495 | DECLARE_EVENT_CLASS(nfsd_copy_err_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_delegret_wakeup’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:549:1: note: in expansion of macro ‘TRACE_EVENT’ 549 | TRACE_EVENT(nfsd_delegret_wakeup, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:549:1: note: in expansion of macro ‘TRACE_EVENT’ 549 | TRACE_EVENT(nfsd_delegret_wakeup, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_stateid_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:572:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 572 | DECLARE_EVENT_CLASS(nfsd_stateid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:572:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 572 | DECLARE_EVENT_CLASS(nfsd_stateid_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_stateseqid_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:616:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 616 | DECLARE_EVENT_CLASS(nfsd_stateseqid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:616:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 616 | DECLARE_EVENT_CLASS(nfsd_stateseqid_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_stid_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:659:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 659 | DECLARE_EVENT_CLASS(nfsd_stid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:659:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 659 | DECLARE_EVENT_CLASS(nfsd_stid_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_stateowner_replay’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:699:1: note: in expansion of macro ‘TRACE_EVENT’ 699 | TRACE_EVENT(nfsd_stateowner_replay, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:699:1: note: in expansion of macro ‘TRACE_EVENT’ 699 | TRACE_EVENT(nfsd_stateowner_replay, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_seq4_status’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../fs/nfsd/./trace.h:717:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 717 | TRACE_EVENT_CONDITION(nfsd_seq4_status, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../fs/nfsd/./trace.h:717:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 717 | TRACE_EVENT_CONDITION(nfsd_seq4_status, | ^~~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cs_slot_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:752:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 752 | DECLARE_EVENT_CLASS(nfsd_cs_slot_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:752:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 752 | DECLARE_EVENT_CLASS(nfsd_cs_slot_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_slot_seqid_sequence’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:792:1: note: in expansion of macro ‘TRACE_EVENT’ 792 | TRACE_EVENT(nfsd_slot_seqid_sequence, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:792:1: note: in expansion of macro ‘TRACE_EVENT’ 792 | TRACE_EVENT(nfsd_slot_seqid_sequence, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_clientid_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:822:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 822 | DECLARE_EVENT_CLASS(nfsd_clientid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:822:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 822 | DECLARE_EVENT_CLASS(nfsd_clientid_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_mark_client_expired’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:851:1: note: in expansion of macro ‘TRACE_EVENT’ 851 | TRACE_EVENT(nfsd_mark_client_expired, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:851:1: note: in expansion of macro ‘TRACE_EVENT’ 851 | TRACE_EVENT(nfsd_mark_client_expired, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_net_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:875:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 875 | DECLARE_EVENT_CLASS(nfsd_net_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:875:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 875 | DECLARE_EVENT_CLASS(nfsd_net_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_writeverf_reset’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:895:1: note: in expansion of macro ‘TRACE_EVENT’ 895 | TRACE_EVENT(nfsd_writeverf_reset, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:895:1: note: in expansion of macro ‘TRACE_EVENT’ 895 | TRACE_EVENT(nfsd_writeverf_reset, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_clid_cred_mismatch’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:923:1: note: in expansion of macro ‘TRACE_EVENT’ 923 | TRACE_EVENT(nfsd_clid_cred_mismatch, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:923:1: note: in expansion of macro ‘TRACE_EVENT’ 923 | TRACE_EVENT(nfsd_clid_cred_mismatch, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_clid_verf_mismatch’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:952:1: note: in expansion of macro ‘TRACE_EVENT’ 952 | TRACE_EVENT(nfsd_clid_verf_mismatch, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:952:1: note: in expansion of macro ‘TRACE_EVENT’ 952 | TRACE_EVENT(nfsd_clid_verf_mismatch, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_clid_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:984:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 984 | DECLARE_EVENT_CLASS(nfsd_clid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:984:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 984 | DECLARE_EVENT_CLASS(nfsd_clid_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_file_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1030:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1030 | DECLARE_EVENT_CLASS(nfsd_file_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1030:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1030 | DECLARE_EVENT_CLASS(nfsd_file_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_file_alloc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1066:1: note: in expansion of macro ‘TRACE_EVENT’ 1066 | TRACE_EVENT(nfsd_file_alloc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1066:1: note: in expansion of macro ‘TRACE_EVENT’ 1066 | TRACE_EVENT(nfsd_file_alloc, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_file_acquire’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1090:1: note: in expansion of macro ‘TRACE_EVENT’ 1090 | TRACE_EVENT(nfsd_file_acquire, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1090:1: note: in expansion of macro ‘TRACE_EVENT’ 1090 | TRACE_EVENT(nfsd_file_acquire, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_file_insert_err’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1132:1: note: in expansion of macro ‘TRACE_EVENT’ 1132 | TRACE_EVENT(nfsd_file_insert_err, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1132:1: note: in expansion of macro ‘TRACE_EVENT’ 1132 | TRACE_EVENT(nfsd_file_insert_err, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_file_cons_err’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1159:1: note: in expansion of macro ‘TRACE_EVENT’ 1159 | TRACE_EVENT(nfsd_file_cons_err, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1159:1: note: in expansion of macro ‘TRACE_EVENT’ 1159 | TRACE_EVENT(nfsd_file_cons_err, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_file_open_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1193:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1193 | DECLARE_EVENT_CLASS(nfsd_file_open_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1193:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1193 | DECLARE_EVENT_CLASS(nfsd_file_open_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_file_is_cached’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1229:1: note: in expansion of macro ‘TRACE_EVENT’ 1229 | TRACE_EVENT(nfsd_file_is_cached, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1229:1: note: in expansion of macro ‘TRACE_EVENT’ 1229 | TRACE_EVENT(nfsd_file_is_cached, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_file_fsnotify_handle_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1249:1: note: in expansion of macro ‘TRACE_EVENT’ 1249 | TRACE_EVENT(nfsd_file_fsnotify_handle_event, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1249:1: note: in expansion of macro ‘TRACE_EVENT’ 1249 | TRACE_EVENT(nfsd_file_fsnotify_handle_event, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_file_gc_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1268:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1268 | DECLARE_EVENT_CLASS(nfsd_file_gc_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1268:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1268 | DECLARE_EVENT_CLASS(nfsd_file_gc_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_file_lruwalk_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1308:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1308 | DECLARE_EVENT_CLASS(nfsd_file_lruwalk_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1308:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1308 | DECLARE_EVENT_CLASS(nfsd_file_lruwalk_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_file_close’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1337:1: note: in expansion of macro ‘TRACE_EVENT’ 1337 | TRACE_EVENT(nfsd_file_close, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1337:1: note: in expansion of macro ‘TRACE_EVENT’ 1337 | TRACE_EVENT(nfsd_file_close, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_drc_found’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1365:1: note: in expansion of macro ‘TRACE_EVENT’ 1365 | TRACE_EVENT(nfsd_drc_found, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1365:1: note: in expansion of macro ‘TRACE_EVENT’ 1365 | TRACE_EVENT(nfsd_drc_found, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_drc_mismatch’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1388:1: note: in expansion of macro ‘TRACE_EVENT’ 1388 | TRACE_EVENT(nfsd_drc_mismatch, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1388:1: note: in expansion of macro ‘TRACE_EVENT’ 1388 | TRACE_EVENT(nfsd_drc_mismatch, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_args’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1412:1: note: in expansion of macro ‘TRACE_EVENT’ 1412 | TRACE_EVENT(nfsd_cb_args, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1412:1: note: in expansion of macro ‘TRACE_EVENT’ 1412 | TRACE_EVENT(nfsd_cb_args, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_nodelegs’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1437:1: note: in expansion of macro ‘TRACE_EVENT’ 1437 | TRACE_EVENT(nfsd_cb_nodelegs, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1437:1: note: in expansion of macro ‘TRACE_EVENT’ 1437 | TRACE_EVENT(nfsd_cb_nodelegs, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1458:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1458 | DECLARE_EVENT_CLASS(nfsd_cb_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1458:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1458 | DECLARE_EVENT_CLASS(nfsd_cb_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_setup’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1506:1: note: in expansion of macro ‘TRACE_EVENT’ 1506 | TRACE_EVENT(nfsd_cb_setup, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1506:1: note: in expansion of macro ‘TRACE_EVENT’ 1506 | TRACE_EVENT(nfsd_cb_setup, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_setup_err’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1532:1: note: in expansion of macro ‘TRACE_EVENT’ 1532 | TRACE_EVENT(nfsd_cb_setup_err, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1532:1: note: in expansion of macro ‘TRACE_EVENT’ 1532 | TRACE_EVENT(nfsd_cb_setup_err, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_lifetime_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1556:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1556 | DECLARE_EVENT_CLASS(nfsd_cb_lifetime_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1556:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1556 | DECLARE_EVENT_CLASS(nfsd_cb_lifetime_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_seq_status’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1598:1: note: in expansion of macro ‘TRACE_EVENT’ 1598 | TRACE_EVENT(nfsd_cb_seq_status, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1598:1: note: in expansion of macro ‘TRACE_EVENT’ 1598 | TRACE_EVENT(nfsd_cb_seq_status, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_free_slot’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1639:1: note: in expansion of macro ‘TRACE_EVENT’ 1639 | TRACE_EVENT(nfsd_cb_free_slot, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1639:1: note: in expansion of macro ‘TRACE_EVENT’ 1639 | TRACE_EVENT(nfsd_cb_free_slot, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_recall’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../fs/nfsd/./trace.h:1678:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 1678 | TRACE_EVENT_CONDITION(nfsd_cb_recall, | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ ../fs/nfsd/./trace.h:1678:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ 1678 | TRACE_EVENT_CONDITION(nfsd_cb_recall, | ^~~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_notify_lock’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1707:1: note: in expansion of macro ‘TRACE_EVENT’ 1707 | TRACE_EVENT(nfsd_cb_notify_lock, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1707:1: note: in expansion of macro ‘TRACE_EVENT’ 1707 | TRACE_EVENT(nfsd_cb_notify_lock, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_offload’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1733:1: note: in expansion of macro ‘TRACE_EVENT’ 1733 | TRACE_EVENT(nfsd_cb_offload, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1733:1: note: in expansion of macro ‘TRACE_EVENT’ 1733 | TRACE_EVENT(nfsd_cb_offload, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_recall_any’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1769:1: note: in expansion of macro ‘TRACE_EVENT’ 1769 | TRACE_EVENT(nfsd_cb_recall_any, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1769:1: note: in expansion of macro ‘TRACE_EVENT’ 1769 | TRACE_EVENT(nfsd_cb_recall_any, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_done_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1795:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1795 | DECLARE_EVENT_CLASS(nfsd_cb_done_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1795:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1795 | DECLARE_EVENT_CLASS(nfsd_cb_done_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_recall_any_done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1834:1: note: in expansion of macro ‘TRACE_EVENT’ 1834 | TRACE_EVENT(nfsd_cb_recall_any_done, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1834:1: note: in expansion of macro ‘TRACE_EVENT’ 1834 | TRACE_EVENT(nfsd_cb_recall_any_done, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_unlock_ip’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1855:1: note: in expansion of macro ‘TRACE_EVENT’ 1855 | TRACE_EVENT(nfsd_ctl_unlock_ip, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1855:1: note: in expansion of macro ‘TRACE_EVENT’ 1855 | TRACE_EVENT(nfsd_ctl_unlock_ip, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_unlock_fs’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1874:1: note: in expansion of macro ‘TRACE_EVENT’ 1874 | TRACE_EVENT(nfsd_ctl_unlock_fs, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1874:1: note: in expansion of macro ‘TRACE_EVENT’ 1874 | TRACE_EVENT(nfsd_ctl_unlock_fs, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_filehandle’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1893:1: note: in expansion of macro ‘TRACE_EVENT’ 1893 | TRACE_EVENT(nfsd_ctl_filehandle, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1893:1: note: in expansion of macro ‘TRACE_EVENT’ 1893 | TRACE_EVENT(nfsd_ctl_filehandle, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_threads’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1918:1: note: in expansion of macro ‘TRACE_EVENT’ 1918 | TRACE_EVENT(nfsd_ctl_threads, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1918:1: note: in expansion of macro ‘TRACE_EVENT’ 1918 | TRACE_EVENT(nfsd_ctl_threads, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_pool_threads’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1937:1: note: in expansion of macro ‘TRACE_EVENT’ 1937 | TRACE_EVENT(nfsd_ctl_pool_threads, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1937:1: note: in expansion of macro ‘TRACE_EVENT’ 1937 | TRACE_EVENT(nfsd_ctl_pool_threads, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_version’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1959:1: note: in expansion of macro ‘TRACE_EVENT’ 1959 | TRACE_EVENT(nfsd_ctl_version, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1959:1: note: in expansion of macro ‘TRACE_EVENT’ 1959 | TRACE_EVENT(nfsd_ctl_version, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_ports_addfd’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1978:1: note: in expansion of macro ‘TRACE_EVENT’ 1978 | TRACE_EVENT(nfsd_ctl_ports_addfd, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1978:1: note: in expansion of macro ‘TRACE_EVENT’ 1978 | TRACE_EVENT(nfsd_ctl_ports_addfd, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_ports_addxprt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1997:1: note: in expansion of macro ‘TRACE_EVENT’ 1997 | TRACE_EVENT(nfsd_ctl_ports_addxprt, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:1997:1: note: in expansion of macro ‘TRACE_EVENT’ 1997 | TRACE_EVENT(nfsd_ctl_ports_addxprt, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_maxblksize’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2019:1: note: in expansion of macro ‘TRACE_EVENT’ 2019 | TRACE_EVENT(nfsd_ctl_maxblksize, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2019:1: note: in expansion of macro ‘TRACE_EVENT’ 2019 | TRACE_EVENT(nfsd_ctl_maxblksize, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_maxconn’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2038:1: note: in expansion of macro ‘TRACE_EVENT’ 2038 | TRACE_EVENT(nfsd_ctl_maxconn, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2038:1: note: in expansion of macro ‘TRACE_EVENT’ 2038 | TRACE_EVENT(nfsd_ctl_maxconn, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_time’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2057:1: note: in expansion of macro ‘TRACE_EVENT’ 2057 | TRACE_EVENT(nfsd_ctl_time, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2057:1: note: in expansion of macro ‘TRACE_EVENT’ 2057 | TRACE_EVENT(nfsd_ctl_time, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_recoverydir’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2080:1: note: in expansion of macro ‘TRACE_EVENT’ 2080 | TRACE_EVENT(nfsd_ctl_recoverydir, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2080:1: note: in expansion of macro ‘TRACE_EVENT’ 2080 | TRACE_EVENT(nfsd_ctl_recoverydir, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_end_grace’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2099:1: note: in expansion of macro ‘TRACE_EVENT’ 2099 | TRACE_EVENT(nfsd_end_grace, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2099:1: note: in expansion of macro ‘TRACE_EVENT’ 2099 | TRACE_EVENT(nfsd_end_grace, | ^~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_copy_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2114 | DECLARE_EVENT_CLASS(nfsd_copy_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2114 | DECLARE_EVENT_CLASS(nfsd_copy_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_copy_done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2177:1: note: in expansion of macro ‘TRACE_EVENT’ 2177 | TRACE_EVENT(nfsd_copy_done, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/nfsd/./trace.h:2177:1: note: in expansion of macro ‘TRACE_EVENT’ 2177 | TRACE_EVENT(nfsd_copy_done, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: fs/nfsd/trace.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: fs/nfsd] Error 2 In file included from ../include/trace/define_trace.h:108, from ../fs/ocfs2/ocfs2_trace.h:2768, from ../fs/ocfs2/super.c:31: ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__int’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(ocfs2__int, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(ocfs2__int, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(ocfs2__int, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(ocfs2__int, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(ocfs2__int, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__uint’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(ocfs2__uint, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(ocfs2__uint, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__ull’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:44:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 44 | DECLARE_EVENT_CLASS(ocfs2__ull, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:44:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 44 | DECLARE_EVENT_CLASS(ocfs2__ull, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__pointer’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:61:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 61 | DECLARE_EVENT_CLASS(ocfs2__pointer, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:61:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 61 | DECLARE_EVENT_CLASS(ocfs2__pointer, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__string’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:78:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 78 | DECLARE_EVENT_CLASS(ocfs2__string, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:78:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 78 | DECLARE_EVENT_CLASS(ocfs2__string, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__int_int’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:95:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 95 | DECLARE_EVENT_CLASS(ocfs2__int_int, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:95:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 95 | DECLARE_EVENT_CLASS(ocfs2__int_int, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__uint_int’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 114 | DECLARE_EVENT_CLASS(ocfs2__uint_int, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 114 | DECLARE_EVENT_CLASS(ocfs2__uint_int, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__uint_uint’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:133:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 133 | DECLARE_EVENT_CLASS(ocfs2__uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:133:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 133 | DECLARE_EVENT_CLASS(ocfs2__uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__ull_uint’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:152:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 152 | DECLARE_EVENT_CLASS(ocfs2__ull_uint, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:152:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 152 | DECLARE_EVENT_CLASS(ocfs2__ull_uint, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__ull_int’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 171 | DECLARE_EVENT_CLASS(ocfs2__ull_int, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 171 | DECLARE_EVENT_CLASS(ocfs2__ull_int, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__ull_ull’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:190:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 190 | DECLARE_EVENT_CLASS(ocfs2__ull_ull, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:190:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 190 | DECLARE_EVENT_CLASS(ocfs2__ull_ull, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__ull_ull_uint’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:209:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 209 | DECLARE_EVENT_CLASS(ocfs2__ull_ull_uint, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:209:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 209 | DECLARE_EVENT_CLASS(ocfs2__ull_ull_uint, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__ull_uint_uint’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:233:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 233 | DECLARE_EVENT_CLASS(ocfs2__ull_uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:233:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 233 | DECLARE_EVENT_CLASS(ocfs2__ull_uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__uint_uint_uint’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:257:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 257 | DECLARE_EVENT_CLASS(ocfs2__uint_uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:257:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 257 | DECLARE_EVENT_CLASS(ocfs2__uint_uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__ull_ull_ull’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:280:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 280 | DECLARE_EVENT_CLASS(ocfs2__ull_ull_ull, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:280:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 280 | DECLARE_EVENT_CLASS(ocfs2__ull_ull_ull, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__ull_int_int_int’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:304:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 304 | DECLARE_EVENT_CLASS(ocfs2__ull_int_int_int, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:304:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 304 | DECLARE_EVENT_CLASS(ocfs2__ull_int_int_int, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__ull_uint_uint_uint’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:330:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 330 | DECLARE_EVENT_CLASS(ocfs2__ull_uint_uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:330:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 330 | DECLARE_EVENT_CLASS(ocfs2__ull_uint_uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__ull_ull_uint_uint’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:357:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 357 | DECLARE_EVENT_CLASS(ocfs2__ull_ull_uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:357:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 357 | DECLARE_EVENT_CLASS(ocfs2__ull_ull_uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__btree_ops’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:385:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 385 | DECLARE_EVENT_CLASS(ocfs2__btree_ops, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:385:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 385 | DECLARE_EVENT_CLASS(ocfs2__btree_ops, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_grow_tree’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:423:1: note: in expansion of macro ‘TRACE_EVENT’ 423 | TRACE_EVENT(ocfs2_grow_tree, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:423:1: note: in expansion of macro ‘TRACE_EVENT’ 423 | TRACE_EVENT(ocfs2_grow_tree, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_rotate_subtree’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:437:1: note: in expansion of macro ‘TRACE_EVENT’ 437 | TRACE_EVENT(ocfs2_rotate_subtree, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:437:1: note: in expansion of macro ‘TRACE_EVENT’ 437 | TRACE_EVENT(ocfs2_rotate_subtree, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_insert_extent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:455:1: note: in expansion of macro ‘TRACE_EVENT’ 455 | TRACE_EVENT(ocfs2_insert_extent, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:455:1: note: in expansion of macro ‘TRACE_EVENT’ 455 | TRACE_EVENT(ocfs2_insert_extent, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_split_extent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:480:1: note: in expansion of macro ‘TRACE_EVENT’ 480 | TRACE_EVENT(ocfs2_split_extent, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:480:1: note: in expansion of macro ‘TRACE_EVENT’ 480 | TRACE_EVENT(ocfs2_split_extent, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_remove_extent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:502:1: note: in expansion of macro ‘TRACE_EVENT’ 502 | TRACE_EVENT(ocfs2_remove_extent, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:502:1: note: in expansion of macro ‘TRACE_EVENT’ 502 | TRACE_EVENT(ocfs2_remove_extent, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_commit_truncate’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:528:1: note: in expansion of macro ‘TRACE_EVENT’ 528 | TRACE_EVENT(ocfs2_commit_truncate, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:528:1: note: in expansion of macro ‘TRACE_EVENT’ 528 | TRACE_EVENT(ocfs2_commit_truncate, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_validate_extent_block’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:549:1: note: in expansion of macro ‘TRACE_EVENT’ 549 | TRACE_EVENT(ocfs2_validate_extent_block, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:549:1: note: in expansion of macro ‘TRACE_EVENT’ 549 | TRACE_EVENT(ocfs2_validate_extent_block, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_rotate_leaf’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:561:1: note: in expansion of macro ‘TRACE_EVENT’ 561 | TRACE_EVENT(ocfs2_rotate_leaf, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:561:1: note: in expansion of macro ‘TRACE_EVENT’ 561 | TRACE_EVENT(ocfs2_rotate_leaf, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_add_clusters_in_btree_ret’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:586:1: note: in expansion of macro ‘TRACE_EVENT’ 586 | TRACE_EVENT(ocfs2_add_clusters_in_btree_ret, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:586:1: note: in expansion of macro ‘TRACE_EVENT’ 586 | TRACE_EVENT(ocfs2_add_clusters_in_btree_ret, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_mark_extent_written’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ 603 | TRACE_EVENT(ocfs2_mark_extent_written, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ 603 | TRACE_EVENT(ocfs2_mark_extent_written, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__truncate_log_ops’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:624:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 624 | DECLARE_EVENT_CLASS(ocfs2__truncate_log_ops, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:624:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 624 | DECLARE_EVENT_CLASS(ocfs2__truncate_log_ops, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_cache_block_dealloc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:669:1: note: in expansion of macro ‘TRACE_EVENT’ 669 | TRACE_EVENT(ocfs2_cache_block_dealloc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:669:1: note: in expansion of macro ‘TRACE_EVENT’ 669 | TRACE_EVENT(ocfs2_cache_block_dealloc, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_trim_extent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:692:1: note: in expansion of macro ‘TRACE_EVENT’ 692 | TRACE_EVENT(ocfs2_trim_extent, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:692:1: note: in expansion of macro ‘TRACE_EVENT’ 692 | TRACE_EVENT(ocfs2_trim_extent, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_sync_local_to_main_free’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:741:1: note: in expansion of macro ‘TRACE_EVENT’ 741 | TRACE_EVENT(ocfs2_sync_local_to_main_free, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:741:1: note: in expansion of macro ‘TRACE_EVENT’ 741 | TRACE_EVENT(ocfs2_sync_local_to_main_free, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_relink_block_group’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:796:1: note: in expansion of macro ‘TRACE_EVENT’ 796 | TRACE_EVENT(ocfs2_relink_block_group, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:796:1: note: in expansion of macro ‘TRACE_EVENT’ 796 | TRACE_EVENT(ocfs2_relink_block_group, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_free_suballoc_bits’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:836:1: note: in expansion of macro ‘TRACE_EVENT’ 836 | TRACE_EVENT(ocfs2_free_suballoc_bits, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:836:1: note: in expansion of macro ‘TRACE_EVENT’ 836 | TRACE_EVENT(ocfs2_free_suballoc_bits, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_free_clusters’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:856:1: note: in expansion of macro ‘TRACE_EVENT’ 856 | TRACE_EVENT(ocfs2_free_clusters, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:856:1: note: in expansion of macro ‘TRACE_EVENT’ 856 | TRACE_EVENT(ocfs2_free_clusters, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__refcount_tree_ops’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:902:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 902 | DECLARE_EVENT_CLASS(ocfs2__refcount_tree_ops, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:902:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 902 | DECLARE_EVENT_CLASS(ocfs2__refcount_tree_ops, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_split_refcount_rec’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:934:1: note: in expansion of macro ‘TRACE_EVENT’ 934 | TRACE_EVENT(ocfs2_split_refcount_rec, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:934:1: note: in expansion of macro ‘TRACE_EVENT’ 934 | TRACE_EVENT(ocfs2_split_refcount_rec, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_decrease_refcount’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:979:1: note: in expansion of macro ‘TRACE_EVENT’ 979 | TRACE_EVENT(ocfs2_decrease_refcount, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:979:1: note: in expansion of macro ‘TRACE_EVENT’ 979 | TRACE_EVENT(ocfs2_decrease_refcount, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_calc_refcount_meta_credits_iterate’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1004:1: note: in expansion of macro ‘TRACE_EVENT’ 1004 | TRACE_EVENT(ocfs2_calc_refcount_meta_credits_iterate, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1004:1: note: in expansion of macro ‘TRACE_EVENT’ 1004 | TRACE_EVENT(ocfs2_calc_refcount_meta_credits_iterate, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_clear_ext_refcount’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1043:1: note: in expansion of macro ‘TRACE_EVENT’ 1043 | TRACE_EVENT(ocfs2_clear_ext_refcount, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1043:1: note: in expansion of macro ‘TRACE_EVENT’ 1043 | TRACE_EVENT(ocfs2_clear_ext_refcount, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_replace_clusters’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1067:1: note: in expansion of macro ‘TRACE_EVENT’ 1067 | TRACE_EVENT(ocfs2_replace_clusters, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1067:1: note: in expansion of macro ‘TRACE_EVENT’ 1067 | TRACE_EVENT(ocfs2_replace_clusters, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_refcount_cow_hunk’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1095:1: note: in expansion of macro ‘TRACE_EVENT’ 1095 | TRACE_EVENT(ocfs2_refcount_cow_hunk, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1095:1: note: in expansion of macro ‘TRACE_EVENT’ 1095 | TRACE_EVENT(ocfs2_refcount_cow_hunk, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__get_block’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1125:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1125 | DECLARE_EVENT_CLASS(ocfs2__get_block, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1125:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1125 | DECLARE_EVENT_CLASS(ocfs2__get_block, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_try_to_write_inline_data’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1162:1: note: in expansion of macro ‘TRACE_EVENT’ 1162 | TRACE_EVENT(ocfs2_try_to_write_inline_data, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1162:1: note: in expansion of macro ‘TRACE_EVENT’ 1162 | TRACE_EVENT(ocfs2_try_to_write_inline_data, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_write_begin_nolock’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1182:1: note: in expansion of macro ‘TRACE_EVENT’ 1182 | TRACE_EVENT(ocfs2_write_begin_nolock, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1182:1: note: in expansion of macro ‘TRACE_EVENT’ 1182 | TRACE_EVENT(ocfs2_write_begin_nolock, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_write_end_inline’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1219:1: note: in expansion of macro ‘TRACE_EVENT’ 1219 | TRACE_EVENT(ocfs2_write_end_inline, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1219:1: note: in expansion of macro ‘TRACE_EVENT’ 1219 | TRACE_EVENT(ocfs2_write_end_inline, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_fault’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1247:1: note: in expansion of macro ‘TRACE_EVENT’ 1247 | TRACE_EVENT(ocfs2_fault, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1247:1: note: in expansion of macro ‘TRACE_EVENT’ 1247 | TRACE_EVENT(ocfs2_fault, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__file_ops’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1271:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1271 | DECLARE_EVENT_CLASS(ocfs2__file_ops, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1271:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1271 | DECLARE_EVENT_CLASS(ocfs2__file_ops, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_extend_allocation’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1324:1: note: in expansion of macro ‘TRACE_EVENT’ 1324 | TRACE_EVENT(ocfs2_extend_allocation, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1324:1: note: in expansion of macro ‘TRACE_EVENT’ 1324 | TRACE_EVENT(ocfs2_extend_allocation, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_extend_allocation_end’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1350:1: note: in expansion of macro ‘TRACE_EVENT’ 1350 | TRACE_EVENT(ocfs2_extend_allocation_end, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1350:1: note: in expansion of macro ‘TRACE_EVENT’ 1350 | TRACE_EVENT(ocfs2_extend_allocation_end, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_write_zero_page’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1373:1: note: in expansion of macro ‘TRACE_EVENT’ 1373 | TRACE_EVENT(ocfs2_write_zero_page, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1373:1: note: in expansion of macro ‘TRACE_EVENT’ 1373 | TRACE_EVENT(ocfs2_write_zero_page, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_setattr’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1404:1: note: in expansion of macro ‘TRACE_EVENT’ 1404 | TRACE_EVENT(ocfs2_setattr, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1404:1: note: in expansion of macro ‘TRACE_EVENT’ 1404 | TRACE_EVENT(ocfs2_setattr, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_prepare_inode_for_write’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1450:1: note: in expansion of macro ‘TRACE_EVENT’ 1450 | TRACE_EVENT(ocfs2_prepare_inode_for_write, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1450:1: note: in expansion of macro ‘TRACE_EVENT’ 1450 | TRACE_EVENT(ocfs2_prepare_inode_for_write, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_iget_begin’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1477:1: note: in expansion of macro ‘TRACE_EVENT’ 1477 | TRACE_EVENT(ocfs2_iget_begin, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1477:1: note: in expansion of macro ‘TRACE_EVENT’ 1477 | TRACE_EVENT(ocfs2_iget_begin, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_iget_end’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1496:1: note: in expansion of macro ‘TRACE_EVENT’ 1496 | TRACE_EVENT(ocfs2_iget_end, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1496:1: note: in expansion of macro ‘TRACE_EVENT’ 1496 | TRACE_EVENT(ocfs2_iget_end, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_find_actor’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1510:1: note: in expansion of macro ‘TRACE_EVENT’ 1510 | TRACE_EVENT(ocfs2_find_actor, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1510:1: note: in expansion of macro ‘TRACE_EVENT’ 1510 | TRACE_EVENT(ocfs2_find_actor, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_inode_is_valid_to_delete’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1540:1: note: in expansion of macro ‘TRACE_EVENT’ 1540 | TRACE_EVENT(ocfs2_inode_is_valid_to_delete, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1540:1: note: in expansion of macro ‘TRACE_EVENT’ 1540 | TRACE_EVENT(ocfs2_inode_is_valid_to_delete, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_inode_revalidate’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1574:1: note: in expansion of macro ‘TRACE_EVENT’ 1574 | TRACE_EVENT(ocfs2_inode_revalidate, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1574:1: note: in expansion of macro ‘TRACE_EVENT’ 1574 | TRACE_EVENT(ocfs2_inode_revalidate, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_read_virt_blocks’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1597:1: note: in expansion of macro ‘TRACE_EVENT’ 1597 | TRACE_EVENT(ocfs2_read_virt_blocks, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1597:1: note: in expansion of macro ‘TRACE_EVENT’ 1597 | TRACE_EVENT(ocfs2_read_virt_blocks, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_remount’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1643:1: note: in expansion of macro ‘TRACE_EVENT’ 1643 | TRACE_EVENT(ocfs2_remount, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1643:1: note: in expansion of macro ‘TRACE_EVENT’ 1643 | TRACE_EVENT(ocfs2_remount, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_fill_super’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1660:1: note: in expansion of macro ‘TRACE_EVENT’ 1660 | TRACE_EVENT(ocfs2_fill_super, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1660:1: note: in expansion of macro ‘TRACE_EVENT’ 1660 | TRACE_EVENT(ocfs2_fill_super, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_parse_options’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ 1677 | TRACE_EVENT(ocfs2_parse_options, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ 1677 | TRACE_EVENT(ocfs2_parse_options, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_statfs’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1693:1: note: in expansion of macro ‘TRACE_EVENT’ 1693 | TRACE_EVENT(ocfs2_statfs, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1693:1: note: in expansion of macro ‘TRACE_EVENT’ 1693 | TRACE_EVENT(ocfs2_statfs, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_initialize_super’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1709:1: note: in expansion of macro ‘TRACE_EVENT’ 1709 | TRACE_EVENT(ocfs2_initialize_super, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1709:1: note: in expansion of macro ‘TRACE_EVENT’ 1709 | TRACE_EVENT(ocfs2_initialize_super, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_init_xattr_set_ctxt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1739:1: note: in expansion of macro ‘TRACE_EVENT’ 1739 | TRACE_EVENT(ocfs2_init_xattr_set_ctxt, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1739:1: note: in expansion of macro ‘TRACE_EVENT’ 1739 | TRACE_EVENT(ocfs2_init_xattr_set_ctxt, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__xattr_find’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1758:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1758 | DECLARE_EVENT_CLASS(ocfs2__xattr_find, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1758:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1758 | DECLARE_EVENT_CLASS(ocfs2__xattr_find, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_resv_find_window_begin’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1861:1: note: in expansion of macro ‘TRACE_EVENT’ 1861 | TRACE_EVENT(ocfs2_resv_find_window_begin, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1861:1: note: in expansion of macro ‘TRACE_EVENT’ 1861 | TRACE_EVENT(ocfs2_resv_find_window_begin, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_cannibalize_resv_end’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1889:1: note: in expansion of macro ‘TRACE_EVENT’ 1889 | TRACE_EVENT(ocfs2_cannibalize_resv_end, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1889:1: note: in expansion of macro ‘TRACE_EVENT’ 1889 | TRACE_EVENT(ocfs2_cannibalize_resv_end, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_resmap_claimed_bits_begin’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1913:1: note: in expansion of macro ‘TRACE_EVENT’ 1913 | TRACE_EVENT(ocfs2_resmap_claimed_bits_begin, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1913:1: note: in expansion of macro ‘TRACE_EVENT’ 1913 | TRACE_EVENT(ocfs2_resmap_claimed_bits_begin, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_resmap_claimed_bits_end’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1945:1: note: in expansion of macro ‘TRACE_EVENT’ 1945 | TRACE_EVENT(ocfs2_resmap_claimed_bits_end, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1945:1: note: in expansion of macro ‘TRACE_EVENT’ 1945 | TRACE_EVENT(ocfs2_resmap_claimed_bits_end, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_sync_dquot’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1983:1: note: in expansion of macro ‘TRACE_EVENT’ 1983 | TRACE_EVENT(ocfs2_sync_dquot, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1983:1: note: in expansion of macro ‘TRACE_EVENT’ 1983 | TRACE_EVENT(ocfs2_sync_dquot, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_sync_dquot_helper’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2007:1: note: in expansion of macro ‘TRACE_EVENT’ 2007 | TRACE_EVENT(ocfs2_sync_dquot_helper, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2007:1: note: in expansion of macro ‘TRACE_EVENT’ 2007 | TRACE_EVENT(ocfs2_sync_dquot_helper, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_dx_dir_search’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2047:1: note: in expansion of macro ‘TRACE_EVENT’ 2047 | TRACE_EVENT(ocfs2_dx_dir_search, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2047:1: note: in expansion of macro ‘TRACE_EVENT’ 2047 | TRACE_EVENT(ocfs2_dx_dir_search, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_find_files_on_disk’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2079:1: note: in expansion of macro ‘TRACE_EVENT’ 2079 | TRACE_EVENT(ocfs2_find_files_on_disk, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2079:1: note: in expansion of macro ‘TRACE_EVENT’ 2079 | TRACE_EVENT(ocfs2_find_files_on_disk, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_check_dir_for_entry’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2099:1: note: in expansion of macro ‘TRACE_EVENT’ 2099 | TRACE_EVENT(ocfs2_check_dir_for_entry, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2099:1: note: in expansion of macro ‘TRACE_EVENT’ 2099 | TRACE_EVENT(ocfs2_check_dir_for_entry, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_dx_dir_index_root_block’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2120:1: note: in expansion of macro ‘TRACE_EVENT’ 2120 | TRACE_EVENT(ocfs2_dx_dir_index_root_block, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2120:1: note: in expansion of macro ‘TRACE_EVENT’ 2120 | TRACE_EVENT(ocfs2_dx_dir_index_root_block, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2__dentry_ops’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2158:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2158 | DECLARE_EVENT_CLASS(ocfs2__dentry_ops, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2158:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2158 | DECLARE_EVENT_CLASS(ocfs2__dentry_ops, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_mknod’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2203:1: note: in expansion of macro ‘TRACE_EVENT’ 2203 | TRACE_EVENT(ocfs2_mknod, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2203:1: note: in expansion of macro ‘TRACE_EVENT’ 2203 | TRACE_EVENT(ocfs2_mknod, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_link’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2230:1: note: in expansion of macro ‘TRACE_EVENT’ 2230 | TRACE_EVENT(ocfs2_link, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2230:1: note: in expansion of macro ‘TRACE_EVENT’ 2230 | TRACE_EVENT(ocfs2_link, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_rename’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2259:1: note: in expansion of macro ‘TRACE_EVENT’ 2259 | TRACE_EVENT(ocfs2_rename, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2259:1: note: in expansion of macro ‘TRACE_EVENT’ 2259 | TRACE_EVENT(ocfs2_rename, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_rename_target_exists’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2295:1: note: in expansion of macro ‘TRACE_EVENT’ 2295 | TRACE_EVENT(ocfs2_rename_target_exists, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2295:1: note: in expansion of macro ‘TRACE_EVENT’ 2295 | TRACE_EVENT(ocfs2_rename_target_exists, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_rename_over_existing’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2311:1: note: in expansion of macro ‘TRACE_EVENT’ 2311 | TRACE_EVENT(ocfs2_rename_over_existing, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2311:1: note: in expansion of macro ‘TRACE_EVENT’ 2311 | TRACE_EVENT(ocfs2_rename_over_existing, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_symlink_begin’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2331:1: note: in expansion of macro ‘TRACE_EVENT’ 2331 | TRACE_EVENT(ocfs2_symlink_begin, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2331:1: note: in expansion of macro ‘TRACE_EVENT’ 2331 | TRACE_EVENT(ocfs2_symlink_begin, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_blkno_stringify’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2353:1: note: in expansion of macro ‘TRACE_EVENT’ 2353 | TRACE_EVENT(ocfs2_blkno_stringify, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2353:1: note: in expansion of macro ‘TRACE_EVENT’ 2353 | TRACE_EVENT(ocfs2_blkno_stringify, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_orphan_del’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2374:1: note: in expansion of macro ‘TRACE_EVENT’ 2374 | TRACE_EVENT(ocfs2_orphan_del, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2374:1: note: in expansion of macro ‘TRACE_EVENT’ 2374 | TRACE_EVENT(ocfs2_orphan_del, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_dentry_revalidate’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2395:1: note: in expansion of macro ‘TRACE_EVENT’ 2395 | TRACE_EVENT(ocfs2_dentry_revalidate, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2395:1: note: in expansion of macro ‘TRACE_EVENT’ 2395 | TRACE_EVENT(ocfs2_dentry_revalidate, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_dentry_revalidate_negative’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2411:1: note: in expansion of macro ‘TRACE_EVENT’ 2411 | TRACE_EVENT(ocfs2_dentry_revalidate_negative, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2411:1: note: in expansion of macro ‘TRACE_EVENT’ 2411 | TRACE_EVENT(ocfs2_dentry_revalidate_negative, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_find_local_alias’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2439:1: note: in expansion of macro ‘TRACE_EVENT’ 2439 | TRACE_EVENT(ocfs2_find_local_alias, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2439:1: note: in expansion of macro ‘TRACE_EVENT’ 2439 | TRACE_EVENT(ocfs2_find_local_alias, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_dentry_attach_lock’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2453:1: note: in expansion of macro ‘TRACE_EVENT’ 2453 | TRACE_EVENT(ocfs2_dentry_attach_lock, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2453:1: note: in expansion of macro ‘TRACE_EVENT’ 2453 | TRACE_EVENT(ocfs2_dentry_attach_lock, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_dentry_attach_lock_found’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2473:1: note: in expansion of macro ‘TRACE_EVENT’ 2473 | TRACE_EVENT(ocfs2_dentry_attach_lock_found, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2473:1: note: in expansion of macro ‘TRACE_EVENT’ 2473 | TRACE_EVENT(ocfs2_dentry_attach_lock_found, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_get_dentry_begin’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2493:1: note: in expansion of macro ‘TRACE_EVENT’ 2493 | TRACE_EVENT(ocfs2_get_dentry_begin, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2493:1: note: in expansion of macro ‘TRACE_EVENT’ 2493 | TRACE_EVENT(ocfs2_get_dentry_begin, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_get_parent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2517:1: note: in expansion of macro ‘TRACE_EVENT’ 2517 | TRACE_EVENT(ocfs2_get_parent, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2517:1: note: in expansion of macro ‘TRACE_EVENT’ 2517 | TRACE_EVENT(ocfs2_get_parent, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_encode_fh_begin’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2539:1: note: in expansion of macro ‘TRACE_EVENT’ 2539 | TRACE_EVENT(ocfs2_encode_fh_begin, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2539:1: note: in expansion of macro ‘TRACE_EVENT’ 2539 | TRACE_EVENT(ocfs2_encode_fh_begin, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_complete_recovery_slot’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2602:1: note: in expansion of macro ‘TRACE_EVENT’ 2602 | TRACE_EVENT(ocfs2_complete_recovery_slot, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2602:1: note: in expansion of macro ‘TRACE_EVENT’ 2602 | TRACE_EVENT(ocfs2_complete_recovery_slot, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_recovery_thread’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2626:1: note: in expansion of macro ‘TRACE_EVENT’ 2626 | TRACE_EVENT(ocfs2_recovery_thread, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2626:1: note: in expansion of macro ‘TRACE_EVENT’ 2626 | TRACE_EVENT(ocfs2_recovery_thread, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_write_block’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2687:1: note: in expansion of macro ‘TRACE_EVENT’ 2687 | TRACE_EVENT(ocfs2_write_block, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2687:1: note: in expansion of macro ‘TRACE_EVENT’ 2687 | TRACE_EVENT(ocfs2_write_block, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_read_blocks_begin’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2701:1: note: in expansion of macro ‘TRACE_EVENT’ 2701 | TRACE_EVENT(ocfs2_read_blocks_begin, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2701:1: note: in expansion of macro ‘TRACE_EVENT’ 2701 | TRACE_EVENT(ocfs2_read_blocks_begin, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘trace_event_raw_event_ocfs2_buffer_cached_end’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2731:1: note: in expansion of macro ‘TRACE_EVENT’ 2731 | TRACE_EVENT(ocfs2_buffer_cached_end, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2731:1: note: in expansion of macro ‘TRACE_EVENT’ 2731 | TRACE_EVENT(ocfs2_buffer_cached_end, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__int’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(ocfs2__int, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(ocfs2__int, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__uint’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(ocfs2__uint, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(ocfs2__uint, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__ull’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:44:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 44 | DECLARE_EVENT_CLASS(ocfs2__ull, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:44:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 44 | DECLARE_EVENT_CLASS(ocfs2__ull, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__pointer’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:61:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 61 | DECLARE_EVENT_CLASS(ocfs2__pointer, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:61:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 61 | DECLARE_EVENT_CLASS(ocfs2__pointer, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__string’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:78:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 78 | DECLARE_EVENT_CLASS(ocfs2__string, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:78:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 78 | DECLARE_EVENT_CLASS(ocfs2__string, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__int_int’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:95:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 95 | DECLARE_EVENT_CLASS(ocfs2__int_int, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:95:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 95 | DECLARE_EVENT_CLASS(ocfs2__int_int, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__uint_int’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 114 | DECLARE_EVENT_CLASS(ocfs2__uint_int, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 114 | DECLARE_EVENT_CLASS(ocfs2__uint_int, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__uint_uint’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:133:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 133 | DECLARE_EVENT_CLASS(ocfs2__uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:133:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 133 | DECLARE_EVENT_CLASS(ocfs2__uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__ull_uint’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:152:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 152 | DECLARE_EVENT_CLASS(ocfs2__ull_uint, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:152:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 152 | DECLARE_EVENT_CLASS(ocfs2__ull_uint, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__ull_int’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 171 | DECLARE_EVENT_CLASS(ocfs2__ull_int, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 171 | DECLARE_EVENT_CLASS(ocfs2__ull_int, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__ull_ull’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:190:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 190 | DECLARE_EVENT_CLASS(ocfs2__ull_ull, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:190:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 190 | DECLARE_EVENT_CLASS(ocfs2__ull_ull, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__ull_ull_uint’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:209:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 209 | DECLARE_EVENT_CLASS(ocfs2__ull_ull_uint, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:209:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 209 | DECLARE_EVENT_CLASS(ocfs2__ull_ull_uint, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__ull_uint_uint’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:233:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 233 | DECLARE_EVENT_CLASS(ocfs2__ull_uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:233:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 233 | DECLARE_EVENT_CLASS(ocfs2__ull_uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__uint_uint_uint’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:257:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 257 | DECLARE_EVENT_CLASS(ocfs2__uint_uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:257:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 257 | DECLARE_EVENT_CLASS(ocfs2__uint_uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__ull_ull_ull’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:280:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 280 | DECLARE_EVENT_CLASS(ocfs2__ull_ull_ull, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:280:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 280 | DECLARE_EVENT_CLASS(ocfs2__ull_ull_ull, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__ull_int_int_int’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:304:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 304 | DECLARE_EVENT_CLASS(ocfs2__ull_int_int_int, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:304:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 304 | DECLARE_EVENT_CLASS(ocfs2__ull_int_int_int, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__ull_uint_uint_uint’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:330:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 330 | DECLARE_EVENT_CLASS(ocfs2__ull_uint_uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:330:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 330 | DECLARE_EVENT_CLASS(ocfs2__ull_uint_uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__ull_ull_uint_uint’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:357:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 357 | DECLARE_EVENT_CLASS(ocfs2__ull_ull_uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:357:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 357 | DECLARE_EVENT_CLASS(ocfs2__ull_ull_uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__btree_ops’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:385:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 385 | DECLARE_EVENT_CLASS(ocfs2__btree_ops, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:385:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 385 | DECLARE_EVENT_CLASS(ocfs2__btree_ops, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_grow_tree’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:423:1: note: in expansion of macro ‘TRACE_EVENT’ 423 | TRACE_EVENT(ocfs2_grow_tree, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:423:1: note: in expansion of macro ‘TRACE_EVENT’ 423 | TRACE_EVENT(ocfs2_grow_tree, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_rotate_subtree’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:437:1: note: in expansion of macro ‘TRACE_EVENT’ 437 | TRACE_EVENT(ocfs2_rotate_subtree, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:437:1: note: in expansion of macro ‘TRACE_EVENT’ 437 | TRACE_EVENT(ocfs2_rotate_subtree, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_insert_extent’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:455:1: note: in expansion of macro ‘TRACE_EVENT’ 455 | TRACE_EVENT(ocfs2_insert_extent, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:455:1: note: in expansion of macro ‘TRACE_EVENT’ 455 | TRACE_EVENT(ocfs2_insert_extent, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_split_extent’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:480:1: note: in expansion of macro ‘TRACE_EVENT’ 480 | TRACE_EVENT(ocfs2_split_extent, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:480:1: note: in expansion of macro ‘TRACE_EVENT’ 480 | TRACE_EVENT(ocfs2_split_extent, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_remove_extent’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:502:1: note: in expansion of macro ‘TRACE_EVENT’ 502 | TRACE_EVENT(ocfs2_remove_extent, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:502:1: note: in expansion of macro ‘TRACE_EVENT’ 502 | TRACE_EVENT(ocfs2_remove_extent, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_commit_truncate’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:528:1: note: in expansion of macro ‘TRACE_EVENT’ 528 | TRACE_EVENT(ocfs2_commit_truncate, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:528:1: note: in expansion of macro ‘TRACE_EVENT’ 528 | TRACE_EVENT(ocfs2_commit_truncate, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_validate_extent_block’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:549:1: note: in expansion of macro ‘TRACE_EVENT’ 549 | TRACE_EVENT(ocfs2_validate_extent_block, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:549:1: note: in expansion of macro ‘TRACE_EVENT’ 549 | TRACE_EVENT(ocfs2_validate_extent_block, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_rotate_leaf’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:561:1: note: in expansion of macro ‘TRACE_EVENT’ 561 | TRACE_EVENT(ocfs2_rotate_leaf, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:561:1: note: in expansion of macro ‘TRACE_EVENT’ 561 | TRACE_EVENT(ocfs2_rotate_leaf, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_add_clusters_in_btree_ret’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:586:1: note: in expansion of macro ‘TRACE_EVENT’ 586 | TRACE_EVENT(ocfs2_add_clusters_in_btree_ret, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:586:1: note: in expansion of macro ‘TRACE_EVENT’ 586 | TRACE_EVENT(ocfs2_add_clusters_in_btree_ret, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_mark_extent_written’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ 603 | TRACE_EVENT(ocfs2_mark_extent_written, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ 603 | TRACE_EVENT(ocfs2_mark_extent_written, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__truncate_log_ops’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:624:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 624 | DECLARE_EVENT_CLASS(ocfs2__truncate_log_ops, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:624:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 624 | DECLARE_EVENT_CLASS(ocfs2__truncate_log_ops, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_cache_block_dealloc’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:669:1: note: in expansion of macro ‘TRACE_EVENT’ 669 | TRACE_EVENT(ocfs2_cache_block_dealloc, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:669:1: note: in expansion of macro ‘TRACE_EVENT’ 669 | TRACE_EVENT(ocfs2_cache_block_dealloc, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_trim_extent’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:692:1: note: in expansion of macro ‘TRACE_EVENT’ 692 | TRACE_EVENT(ocfs2_trim_extent, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:692:1: note: in expansion of macro ‘TRACE_EVENT’ 692 | TRACE_EVENT(ocfs2_trim_extent, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_sync_local_to_main_free’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:741:1: note: in expansion of macro ‘TRACE_EVENT’ 741 | TRACE_EVENT(ocfs2_sync_local_to_main_free, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:741:1: note: in expansion of macro ‘TRACE_EVENT’ 741 | TRACE_EVENT(ocfs2_sync_local_to_main_free, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_relink_block_group’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:796:1: note: in expansion of macro ‘TRACE_EVENT’ 796 | TRACE_EVENT(ocfs2_relink_block_group, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:796:1: note: in expansion of macro ‘TRACE_EVENT’ 796 | TRACE_EVENT(ocfs2_relink_block_group, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_free_suballoc_bits’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:836:1: note: in expansion of macro ‘TRACE_EVENT’ 836 | TRACE_EVENT(ocfs2_free_suballoc_bits, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:836:1: note: in expansion of macro ‘TRACE_EVENT’ 836 | TRACE_EVENT(ocfs2_free_suballoc_bits, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_free_clusters’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:856:1: note: in expansion of macro ‘TRACE_EVENT’ 856 | TRACE_EVENT(ocfs2_free_clusters, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:856:1: note: in expansion of macro ‘TRACE_EVENT’ 856 | TRACE_EVENT(ocfs2_free_clusters, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__refcount_tree_ops’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:902:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 902 | DECLARE_EVENT_CLASS(ocfs2__refcount_tree_ops, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:902:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 902 | DECLARE_EVENT_CLASS(ocfs2__refcount_tree_ops, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_split_refcount_rec’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:934:1: note: in expansion of macro ‘TRACE_EVENT’ 934 | TRACE_EVENT(ocfs2_split_refcount_rec, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:934:1: note: in expansion of macro ‘TRACE_EVENT’ 934 | TRACE_EVENT(ocfs2_split_refcount_rec, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_decrease_refcount’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:979:1: note: in expansion of macro ‘TRACE_EVENT’ 979 | TRACE_EVENT(ocfs2_decrease_refcount, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:979:1: note: in expansion of macro ‘TRACE_EVENT’ 979 | TRACE_EVENT(ocfs2_decrease_refcount, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_calc_refcount_meta_credits_iterate’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1004:1: note: in expansion of macro ‘TRACE_EVENT’ 1004 | TRACE_EVENT(ocfs2_calc_refcount_meta_credits_iterate, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1004:1: note: in expansion of macro ‘TRACE_EVENT’ 1004 | TRACE_EVENT(ocfs2_calc_refcount_meta_credits_iterate, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_clear_ext_refcount’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1043:1: note: in expansion of macro ‘TRACE_EVENT’ 1043 | TRACE_EVENT(ocfs2_clear_ext_refcount, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1043:1: note: in expansion of macro ‘TRACE_EVENT’ 1043 | TRACE_EVENT(ocfs2_clear_ext_refcount, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_replace_clusters’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1067:1: note: in expansion of macro ‘TRACE_EVENT’ 1067 | TRACE_EVENT(ocfs2_replace_clusters, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1067:1: note: in expansion of macro ‘TRACE_EVENT’ 1067 | TRACE_EVENT(ocfs2_replace_clusters, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_refcount_cow_hunk’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1095:1: note: in expansion of macro ‘TRACE_EVENT’ 1095 | TRACE_EVENT(ocfs2_refcount_cow_hunk, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1095:1: note: in expansion of macro ‘TRACE_EVENT’ 1095 | TRACE_EVENT(ocfs2_refcount_cow_hunk, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__get_block’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1125:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1125 | DECLARE_EVENT_CLASS(ocfs2__get_block, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1125:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1125 | DECLARE_EVENT_CLASS(ocfs2__get_block, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_try_to_write_inline_data’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1162:1: note: in expansion of macro ‘TRACE_EVENT’ 1162 | TRACE_EVENT(ocfs2_try_to_write_inline_data, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1162:1: note: in expansion of macro ‘TRACE_EVENT’ 1162 | TRACE_EVENT(ocfs2_try_to_write_inline_data, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_write_begin_nolock’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1182:1: note: in expansion of macro ‘TRACE_EVENT’ 1182 | TRACE_EVENT(ocfs2_write_begin_nolock, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1182:1: note: in expansion of macro ‘TRACE_EVENT’ 1182 | TRACE_EVENT(ocfs2_write_begin_nolock, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_write_end_inline’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1219:1: note: in expansion of macro ‘TRACE_EVENT’ 1219 | TRACE_EVENT(ocfs2_write_end_inline, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1219:1: note: in expansion of macro ‘TRACE_EVENT’ 1219 | TRACE_EVENT(ocfs2_write_end_inline, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_fault’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1247:1: note: in expansion of macro ‘TRACE_EVENT’ 1247 | TRACE_EVENT(ocfs2_fault, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1247:1: note: in expansion of macro ‘TRACE_EVENT’ 1247 | TRACE_EVENT(ocfs2_fault, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__file_ops’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1271:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1271 | DECLARE_EVENT_CLASS(ocfs2__file_ops, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1271:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1271 | DECLARE_EVENT_CLASS(ocfs2__file_ops, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_extend_allocation’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1324:1: note: in expansion of macro ‘TRACE_EVENT’ 1324 | TRACE_EVENT(ocfs2_extend_allocation, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1324:1: note: in expansion of macro ‘TRACE_EVENT’ 1324 | TRACE_EVENT(ocfs2_extend_allocation, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_extend_allocation_end’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1350:1: note: in expansion of macro ‘TRACE_EVENT’ 1350 | TRACE_EVENT(ocfs2_extend_allocation_end, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1350:1: note: in expansion of macro ‘TRACE_EVENT’ 1350 | TRACE_EVENT(ocfs2_extend_allocation_end, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_write_zero_page’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1373:1: note: in expansion of macro ‘TRACE_EVENT’ 1373 | TRACE_EVENT(ocfs2_write_zero_page, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1373:1: note: in expansion of macro ‘TRACE_EVENT’ 1373 | TRACE_EVENT(ocfs2_write_zero_page, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_setattr’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1404:1: note: in expansion of macro ‘TRACE_EVENT’ 1404 | TRACE_EVENT(ocfs2_setattr, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1404:1: note: in expansion of macro ‘TRACE_EVENT’ 1404 | TRACE_EVENT(ocfs2_setattr, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_prepare_inode_for_write’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1450:1: note: in expansion of macro ‘TRACE_EVENT’ 1450 | TRACE_EVENT(ocfs2_prepare_inode_for_write, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1450:1: note: in expansion of macro ‘TRACE_EVENT’ 1450 | TRACE_EVENT(ocfs2_prepare_inode_for_write, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_iget_begin’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1477:1: note: in expansion of macro ‘TRACE_EVENT’ 1477 | TRACE_EVENT(ocfs2_iget_begin, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1477:1: note: in expansion of macro ‘TRACE_EVENT’ 1477 | TRACE_EVENT(ocfs2_iget_begin, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_iget_end’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1496:1: note: in expansion of macro ‘TRACE_EVENT’ 1496 | TRACE_EVENT(ocfs2_iget_end, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1496:1: note: in expansion of macro ‘TRACE_EVENT’ 1496 | TRACE_EVENT(ocfs2_iget_end, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_find_actor’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1510:1: note: in expansion of macro ‘TRACE_EVENT’ 1510 | TRACE_EVENT(ocfs2_find_actor, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1510:1: note: in expansion of macro ‘TRACE_EVENT’ 1510 | TRACE_EVENT(ocfs2_find_actor, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_inode_is_valid_to_delete’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1540:1: note: in expansion of macro ‘TRACE_EVENT’ 1540 | TRACE_EVENT(ocfs2_inode_is_valid_to_delete, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1540:1: note: in expansion of macro ‘TRACE_EVENT’ 1540 | TRACE_EVENT(ocfs2_inode_is_valid_to_delete, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_inode_revalidate’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1574:1: note: in expansion of macro ‘TRACE_EVENT’ 1574 | TRACE_EVENT(ocfs2_inode_revalidate, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1574:1: note: in expansion of macro ‘TRACE_EVENT’ 1574 | TRACE_EVENT(ocfs2_inode_revalidate, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_read_virt_blocks’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1597:1: note: in expansion of macro ‘TRACE_EVENT’ 1597 | TRACE_EVENT(ocfs2_read_virt_blocks, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1597:1: note: in expansion of macro ‘TRACE_EVENT’ 1597 | TRACE_EVENT(ocfs2_read_virt_blocks, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_remount’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1643:1: note: in expansion of macro ‘TRACE_EVENT’ 1643 | TRACE_EVENT(ocfs2_remount, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1643:1: note: in expansion of macro ‘TRACE_EVENT’ 1643 | TRACE_EVENT(ocfs2_remount, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_fill_super’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1660:1: note: in expansion of macro ‘TRACE_EVENT’ 1660 | TRACE_EVENT(ocfs2_fill_super, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1660:1: note: in expansion of macro ‘TRACE_EVENT’ 1660 | TRACE_EVENT(ocfs2_fill_super, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_parse_options’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ 1677 | TRACE_EVENT(ocfs2_parse_options, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ 1677 | TRACE_EVENT(ocfs2_parse_options, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_statfs’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1693:1: note: in expansion of macro ‘TRACE_EVENT’ 1693 | TRACE_EVENT(ocfs2_statfs, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1693:1: note: in expansion of macro ‘TRACE_EVENT’ 1693 | TRACE_EVENT(ocfs2_statfs, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_initialize_super’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1709:1: note: in expansion of macro ‘TRACE_EVENT’ 1709 | TRACE_EVENT(ocfs2_initialize_super, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1709:1: note: in expansion of macro ‘TRACE_EVENT’ 1709 | TRACE_EVENT(ocfs2_initialize_super, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_init_xattr_set_ctxt’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1739:1: note: in expansion of macro ‘TRACE_EVENT’ 1739 | TRACE_EVENT(ocfs2_init_xattr_set_ctxt, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1739:1: note: in expansion of macro ‘TRACE_EVENT’ 1739 | TRACE_EVENT(ocfs2_init_xattr_set_ctxt, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__xattr_find’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1758:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1758 | DECLARE_EVENT_CLASS(ocfs2__xattr_find, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1758:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1758 | DECLARE_EVENT_CLASS(ocfs2__xattr_find, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_resv_find_window_begin’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1861:1: note: in expansion of macro ‘TRACE_EVENT’ 1861 | TRACE_EVENT(ocfs2_resv_find_window_begin, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1861:1: note: in expansion of macro ‘TRACE_EVENT’ 1861 | TRACE_EVENT(ocfs2_resv_find_window_begin, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_cannibalize_resv_end’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1889:1: note: in expansion of macro ‘TRACE_EVENT’ 1889 | TRACE_EVENT(ocfs2_cannibalize_resv_end, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1889:1: note: in expansion of macro ‘TRACE_EVENT’ 1889 | TRACE_EVENT(ocfs2_cannibalize_resv_end, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_resmap_claimed_bits_begin’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1913:1: note: in expansion of macro ‘TRACE_EVENT’ 1913 | TRACE_EVENT(ocfs2_resmap_claimed_bits_begin, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1913:1: note: in expansion of macro ‘TRACE_EVENT’ 1913 | TRACE_EVENT(ocfs2_resmap_claimed_bits_begin, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_resmap_claimed_bits_end’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1945:1: note: in expansion of macro ‘TRACE_EVENT’ 1945 | TRACE_EVENT(ocfs2_resmap_claimed_bits_end, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1945:1: note: in expansion of macro ‘TRACE_EVENT’ 1945 | TRACE_EVENT(ocfs2_resmap_claimed_bits_end, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_sync_dquot’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1983:1: note: in expansion of macro ‘TRACE_EVENT’ 1983 | TRACE_EVENT(ocfs2_sync_dquot, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1983:1: note: in expansion of macro ‘TRACE_EVENT’ 1983 | TRACE_EVENT(ocfs2_sync_dquot, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_sync_dquot_helper’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2007:1: note: in expansion of macro ‘TRACE_EVENT’ 2007 | TRACE_EVENT(ocfs2_sync_dquot_helper, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2007:1: note: in expansion of macro ‘TRACE_EVENT’ 2007 | TRACE_EVENT(ocfs2_sync_dquot_helper, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_dx_dir_search’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2047:1: note: in expansion of macro ‘TRACE_EVENT’ 2047 | TRACE_EVENT(ocfs2_dx_dir_search, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2047:1: note: in expansion of macro ‘TRACE_EVENT’ 2047 | TRACE_EVENT(ocfs2_dx_dir_search, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_find_files_on_disk’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2079:1: note: in expansion of macro ‘TRACE_EVENT’ 2079 | TRACE_EVENT(ocfs2_find_files_on_disk, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2079:1: note: in expansion of macro ‘TRACE_EVENT’ 2079 | TRACE_EVENT(ocfs2_find_files_on_disk, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_check_dir_for_entry’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2099:1: note: in expansion of macro ‘TRACE_EVENT’ 2099 | TRACE_EVENT(ocfs2_check_dir_for_entry, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2099:1: note: in expansion of macro ‘TRACE_EVENT’ 2099 | TRACE_EVENT(ocfs2_check_dir_for_entry, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_dx_dir_index_root_block’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2120:1: note: in expansion of macro ‘TRACE_EVENT’ 2120 | TRACE_EVENT(ocfs2_dx_dir_index_root_block, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2120:1: note: in expansion of macro ‘TRACE_EVENT’ 2120 | TRACE_EVENT(ocfs2_dx_dir_index_root_block, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__dentry_ops’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2158:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2158 | DECLARE_EVENT_CLASS(ocfs2__dentry_ops, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2158:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2158 | DECLARE_EVENT_CLASS(ocfs2__dentry_ops, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_mknod’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2203:1: note: in expansion of macro ‘TRACE_EVENT’ 2203 | TRACE_EVENT(ocfs2_mknod, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2203:1: note: in expansion of macro ‘TRACE_EVENT’ 2203 | TRACE_EVENT(ocfs2_mknod, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_link’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2230:1: note: in expansion of macro ‘TRACE_EVENT’ 2230 | TRACE_EVENT(ocfs2_link, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2230:1: note: in expansion of macro ‘TRACE_EVENT’ 2230 | TRACE_EVENT(ocfs2_link, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_rename’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2259:1: note: in expansion of macro ‘TRACE_EVENT’ 2259 | TRACE_EVENT(ocfs2_rename, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2259:1: note: in expansion of macro ‘TRACE_EVENT’ 2259 | TRACE_EVENT(ocfs2_rename, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_rename_target_exists’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2295:1: note: in expansion of macro ‘TRACE_EVENT’ 2295 | TRACE_EVENT(ocfs2_rename_target_exists, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2295:1: note: in expansion of macro ‘TRACE_EVENT’ 2295 | TRACE_EVENT(ocfs2_rename_target_exists, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_rename_over_existing’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2311:1: note: in expansion of macro ‘TRACE_EVENT’ 2311 | TRACE_EVENT(ocfs2_rename_over_existing, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2311:1: note: in expansion of macro ‘TRACE_EVENT’ 2311 | TRACE_EVENT(ocfs2_rename_over_existing, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_symlink_begin’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2331:1: note: in expansion of macro ‘TRACE_EVENT’ 2331 | TRACE_EVENT(ocfs2_symlink_begin, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2331:1: note: in expansion of macro ‘TRACE_EVENT’ 2331 | TRACE_EVENT(ocfs2_symlink_begin, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_blkno_stringify’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2353:1: note: in expansion of macro ‘TRACE_EVENT’ 2353 | TRACE_EVENT(ocfs2_blkno_stringify, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2353:1: note: in expansion of macro ‘TRACE_EVENT’ 2353 | TRACE_EVENT(ocfs2_blkno_stringify, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_orphan_del’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2374:1: note: in expansion of macro ‘TRACE_EVENT’ 2374 | TRACE_EVENT(ocfs2_orphan_del, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2374:1: note: in expansion of macro ‘TRACE_EVENT’ 2374 | TRACE_EVENT(ocfs2_orphan_del, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_dentry_revalidate’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2395:1: note: in expansion of macro ‘TRACE_EVENT’ 2395 | TRACE_EVENT(ocfs2_dentry_revalidate, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2395:1: note: in expansion of macro ‘TRACE_EVENT’ 2395 | TRACE_EVENT(ocfs2_dentry_revalidate, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_dentry_revalidate_negative’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2411:1: note: in expansion of macro ‘TRACE_EVENT’ 2411 | TRACE_EVENT(ocfs2_dentry_revalidate_negative, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2411:1: note: in expansion of macro ‘TRACE_EVENT’ 2411 | TRACE_EVENT(ocfs2_dentry_revalidate_negative, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_find_local_alias’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2439:1: note: in expansion of macro ‘TRACE_EVENT’ 2439 | TRACE_EVENT(ocfs2_find_local_alias, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2439:1: note: in expansion of macro ‘TRACE_EVENT’ 2439 | TRACE_EVENT(ocfs2_find_local_alias, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_dentry_attach_lock’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2453:1: note: in expansion of macro ‘TRACE_EVENT’ 2453 | TRACE_EVENT(ocfs2_dentry_attach_lock, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2453:1: note: in expansion of macro ‘TRACE_EVENT’ 2453 | TRACE_EVENT(ocfs2_dentry_attach_lock, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_dentry_attach_lock_found’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2473:1: note: in expansion of macro ‘TRACE_EVENT’ 2473 | TRACE_EVENT(ocfs2_dentry_attach_lock_found, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2473:1: note: in expansion of macro ‘TRACE_EVENT’ 2473 | TRACE_EVENT(ocfs2_dentry_attach_lock_found, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_get_dentry_begin’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2493:1: note: in expansion of macro ‘TRACE_EVENT’ 2493 | TRACE_EVENT(ocfs2_get_dentry_begin, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2493:1: note: in expansion of macro ‘TRACE_EVENT’ 2493 | TRACE_EVENT(ocfs2_get_dentry_begin, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_get_parent’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2517:1: note: in expansion of macro ‘TRACE_EVENT’ 2517 | TRACE_EVENT(ocfs2_get_parent, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2517:1: note: in expansion of macro ‘TRACE_EVENT’ 2517 | TRACE_EVENT(ocfs2_get_parent, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_encode_fh_begin’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2539:1: note: in expansion of macro ‘TRACE_EVENT’ 2539 | TRACE_EVENT(ocfs2_encode_fh_begin, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2539:1: note: in expansion of macro ‘TRACE_EVENT’ 2539 | TRACE_EVENT(ocfs2_encode_fh_begin, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_complete_recovery_slot’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2602:1: note: in expansion of macro ‘TRACE_EVENT’ 2602 | TRACE_EVENT(ocfs2_complete_recovery_slot, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2602:1: note: in expansion of macro ‘TRACE_EVENT’ 2602 | TRACE_EVENT(ocfs2_complete_recovery_slot, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_recovery_thread’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2626:1: note: in expansion of macro ‘TRACE_EVENT’ 2626 | TRACE_EVENT(ocfs2_recovery_thread, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2626:1: note: in expansion of macro ‘TRACE_EVENT’ 2626 | TRACE_EVENT(ocfs2_recovery_thread, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_write_block’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2687:1: note: in expansion of macro ‘TRACE_EVENT’ 2687 | TRACE_EVENT(ocfs2_write_block, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2687:1: note: in expansion of macro ‘TRACE_EVENT’ 2687 | TRACE_EVENT(ocfs2_write_block, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_read_blocks_begin’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2701:1: note: in expansion of macro ‘TRACE_EVENT’ 2701 | TRACE_EVENT(ocfs2_read_blocks_begin, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2701:1: note: in expansion of macro ‘TRACE_EVENT’ 2701 | TRACE_EVENT(ocfs2_read_blocks_begin, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_buffer_cached_end’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2731:1: note: in expansion of macro ‘TRACE_EVENT’ 2731 | TRACE_EVENT(ocfs2_buffer_cached_end, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2731:1: note: in expansion of macro ‘TRACE_EVENT’ 2731 | TRACE_EVENT(ocfs2_buffer_cached_end, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__int’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(ocfs2__int, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 10 | DECLARE_EVENT_CLASS(ocfs2__int, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__uint’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(ocfs2__uint, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 27 | DECLARE_EVENT_CLASS(ocfs2__uint, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__ull’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:44:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 44 | DECLARE_EVENT_CLASS(ocfs2__ull, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:44:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 44 | DECLARE_EVENT_CLASS(ocfs2__ull, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__pointer’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:61:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 61 | DECLARE_EVENT_CLASS(ocfs2__pointer, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:61:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 61 | DECLARE_EVENT_CLASS(ocfs2__pointer, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__string’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:78:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 78 | DECLARE_EVENT_CLASS(ocfs2__string, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:78:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 78 | DECLARE_EVENT_CLASS(ocfs2__string, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__int_int’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:95:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 95 | DECLARE_EVENT_CLASS(ocfs2__int_int, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:95:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 95 | DECLARE_EVENT_CLASS(ocfs2__int_int, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__uint_int’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 114 | DECLARE_EVENT_CLASS(ocfs2__uint_int, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 114 | DECLARE_EVENT_CLASS(ocfs2__uint_int, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__uint_uint’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:133:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 133 | DECLARE_EVENT_CLASS(ocfs2__uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:133:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 133 | DECLARE_EVENT_CLASS(ocfs2__uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__ull_uint’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:152:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 152 | DECLARE_EVENT_CLASS(ocfs2__ull_uint, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:152:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 152 | DECLARE_EVENT_CLASS(ocfs2__ull_uint, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__ull_int’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 171 | DECLARE_EVENT_CLASS(ocfs2__ull_int, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 171 | DECLARE_EVENT_CLASS(ocfs2__ull_int, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__ull_ull’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:190:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 190 | DECLARE_EVENT_CLASS(ocfs2__ull_ull, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:190:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 190 | DECLARE_EVENT_CLASS(ocfs2__ull_ull, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__ull_ull_uint’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:209:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 209 | DECLARE_EVENT_CLASS(ocfs2__ull_ull_uint, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:209:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 209 | DECLARE_EVENT_CLASS(ocfs2__ull_ull_uint, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__ull_uint_uint’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:233:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 233 | DECLARE_EVENT_CLASS(ocfs2__ull_uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:233:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 233 | DECLARE_EVENT_CLASS(ocfs2__ull_uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__uint_uint_uint’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:257:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 257 | DECLARE_EVENT_CLASS(ocfs2__uint_uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:257:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 257 | DECLARE_EVENT_CLASS(ocfs2__uint_uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__ull_ull_ull’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:280:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 280 | DECLARE_EVENT_CLASS(ocfs2__ull_ull_ull, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:280:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 280 | DECLARE_EVENT_CLASS(ocfs2__ull_ull_ull, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__ull_int_int_int’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:304:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 304 | DECLARE_EVENT_CLASS(ocfs2__ull_int_int_int, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:304:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 304 | DECLARE_EVENT_CLASS(ocfs2__ull_int_int_int, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__ull_uint_uint_uint’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:330:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 330 | DECLARE_EVENT_CLASS(ocfs2__ull_uint_uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:330:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 330 | DECLARE_EVENT_CLASS(ocfs2__ull_uint_uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__ull_ull_uint_uint’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:357:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 357 | DECLARE_EVENT_CLASS(ocfs2__ull_ull_uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:357:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 357 | DECLARE_EVENT_CLASS(ocfs2__ull_ull_uint_uint, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__btree_ops’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:385:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 385 | DECLARE_EVENT_CLASS(ocfs2__btree_ops, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:385:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 385 | DECLARE_EVENT_CLASS(ocfs2__btree_ops, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_grow_tree’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:423:1: note: in expansion of macro ‘TRACE_EVENT’ 423 | TRACE_EVENT(ocfs2_grow_tree, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:423:1: note: in expansion of macro ‘TRACE_EVENT’ 423 | TRACE_EVENT(ocfs2_grow_tree, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_rotate_subtree’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:437:1: note: in expansion of macro ‘TRACE_EVENT’ 437 | TRACE_EVENT(ocfs2_rotate_subtree, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:437:1: note: in expansion of macro ‘TRACE_EVENT’ 437 | TRACE_EVENT(ocfs2_rotate_subtree, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_insert_extent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:455:1: note: in expansion of macro ‘TRACE_EVENT’ 455 | TRACE_EVENT(ocfs2_insert_extent, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:455:1: note: in expansion of macro ‘TRACE_EVENT’ 455 | TRACE_EVENT(ocfs2_insert_extent, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_split_extent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:480:1: note: in expansion of macro ‘TRACE_EVENT’ 480 | TRACE_EVENT(ocfs2_split_extent, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:480:1: note: in expansion of macro ‘TRACE_EVENT’ 480 | TRACE_EVENT(ocfs2_split_extent, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_remove_extent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:502:1: note: in expansion of macro ‘TRACE_EVENT’ 502 | TRACE_EVENT(ocfs2_remove_extent, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:502:1: note: in expansion of macro ‘TRACE_EVENT’ 502 | TRACE_EVENT(ocfs2_remove_extent, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_commit_truncate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:528:1: note: in expansion of macro ‘TRACE_EVENT’ 528 | TRACE_EVENT(ocfs2_commit_truncate, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:528:1: note: in expansion of macro ‘TRACE_EVENT’ 528 | TRACE_EVENT(ocfs2_commit_truncate, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_validate_extent_block’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:549:1: note: in expansion of macro ‘TRACE_EVENT’ 549 | TRACE_EVENT(ocfs2_validate_extent_block, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:549:1: note: in expansion of macro ‘TRACE_EVENT’ 549 | TRACE_EVENT(ocfs2_validate_extent_block, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_rotate_leaf’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:561:1: note: in expansion of macro ‘TRACE_EVENT’ 561 | TRACE_EVENT(ocfs2_rotate_leaf, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:561:1: note: in expansion of macro ‘TRACE_EVENT’ 561 | TRACE_EVENT(ocfs2_rotate_leaf, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_add_clusters_in_btree_ret’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:586:1: note: in expansion of macro ‘TRACE_EVENT’ 586 | TRACE_EVENT(ocfs2_add_clusters_in_btree_ret, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:586:1: note: in expansion of macro ‘TRACE_EVENT’ 586 | TRACE_EVENT(ocfs2_add_clusters_in_btree_ret, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_mark_extent_written’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ 603 | TRACE_EVENT(ocfs2_mark_extent_written, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ 603 | TRACE_EVENT(ocfs2_mark_extent_written, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__truncate_log_ops’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:624:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 624 | DECLARE_EVENT_CLASS(ocfs2__truncate_log_ops, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:624:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 624 | DECLARE_EVENT_CLASS(ocfs2__truncate_log_ops, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_cache_block_dealloc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:669:1: note: in expansion of macro ‘TRACE_EVENT’ 669 | TRACE_EVENT(ocfs2_cache_block_dealloc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:669:1: note: in expansion of macro ‘TRACE_EVENT’ 669 | TRACE_EVENT(ocfs2_cache_block_dealloc, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_trim_extent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:692:1: note: in expansion of macro ‘TRACE_EVENT’ 692 | TRACE_EVENT(ocfs2_trim_extent, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:692:1: note: in expansion of macro ‘TRACE_EVENT’ 692 | TRACE_EVENT(ocfs2_trim_extent, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_sync_local_to_main_free’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:741:1: note: in expansion of macro ‘TRACE_EVENT’ 741 | TRACE_EVENT(ocfs2_sync_local_to_main_free, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:741:1: note: in expansion of macro ‘TRACE_EVENT’ 741 | TRACE_EVENT(ocfs2_sync_local_to_main_free, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_relink_block_group’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:796:1: note: in expansion of macro ‘TRACE_EVENT’ 796 | TRACE_EVENT(ocfs2_relink_block_group, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:796:1: note: in expansion of macro ‘TRACE_EVENT’ 796 | TRACE_EVENT(ocfs2_relink_block_group, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_free_suballoc_bits’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:836:1: note: in expansion of macro ‘TRACE_EVENT’ 836 | TRACE_EVENT(ocfs2_free_suballoc_bits, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:836:1: note: in expansion of macro ‘TRACE_EVENT’ 836 | TRACE_EVENT(ocfs2_free_suballoc_bits, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_free_clusters’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:856:1: note: in expansion of macro ‘TRACE_EVENT’ 856 | TRACE_EVENT(ocfs2_free_clusters, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:856:1: note: in expansion of macro ‘TRACE_EVENT’ 856 | TRACE_EVENT(ocfs2_free_clusters, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__refcount_tree_ops’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:902:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 902 | DECLARE_EVENT_CLASS(ocfs2__refcount_tree_ops, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:902:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 902 | DECLARE_EVENT_CLASS(ocfs2__refcount_tree_ops, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_split_refcount_rec’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:934:1: note: in expansion of macro ‘TRACE_EVENT’ 934 | TRACE_EVENT(ocfs2_split_refcount_rec, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:934:1: note: in expansion of macro ‘TRACE_EVENT’ 934 | TRACE_EVENT(ocfs2_split_refcount_rec, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_decrease_refcount’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:979:1: note: in expansion of macro ‘TRACE_EVENT’ 979 | TRACE_EVENT(ocfs2_decrease_refcount, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:979:1: note: in expansion of macro ‘TRACE_EVENT’ 979 | TRACE_EVENT(ocfs2_decrease_refcount, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_calc_refcount_meta_credits_iterate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1004:1: note: in expansion of macro ‘TRACE_EVENT’ 1004 | TRACE_EVENT(ocfs2_calc_refcount_meta_credits_iterate, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1004:1: note: in expansion of macro ‘TRACE_EVENT’ 1004 | TRACE_EVENT(ocfs2_calc_refcount_meta_credits_iterate, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_clear_ext_refcount’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1043:1: note: in expansion of macro ‘TRACE_EVENT’ 1043 | TRACE_EVENT(ocfs2_clear_ext_refcount, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1043:1: note: in expansion of macro ‘TRACE_EVENT’ 1043 | TRACE_EVENT(ocfs2_clear_ext_refcount, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_replace_clusters’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1067:1: note: in expansion of macro ‘TRACE_EVENT’ 1067 | TRACE_EVENT(ocfs2_replace_clusters, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1067:1: note: in expansion of macro ‘TRACE_EVENT’ 1067 | TRACE_EVENT(ocfs2_replace_clusters, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_refcount_cow_hunk’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1095:1: note: in expansion of macro ‘TRACE_EVENT’ 1095 | TRACE_EVENT(ocfs2_refcount_cow_hunk, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1095:1: note: in expansion of macro ‘TRACE_EVENT’ 1095 | TRACE_EVENT(ocfs2_refcount_cow_hunk, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__get_block’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1125:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1125 | DECLARE_EVENT_CLASS(ocfs2__get_block, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1125:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1125 | DECLARE_EVENT_CLASS(ocfs2__get_block, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_try_to_write_inline_data’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1162:1: note: in expansion of macro ‘TRACE_EVENT’ 1162 | TRACE_EVENT(ocfs2_try_to_write_inline_data, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1162:1: note: in expansion of macro ‘TRACE_EVENT’ 1162 | TRACE_EVENT(ocfs2_try_to_write_inline_data, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_write_begin_nolock’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1182:1: note: in expansion of macro ‘TRACE_EVENT’ 1182 | TRACE_EVENT(ocfs2_write_begin_nolock, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1182:1: note: in expansion of macro ‘TRACE_EVENT’ 1182 | TRACE_EVENT(ocfs2_write_begin_nolock, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_write_end_inline’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1219:1: note: in expansion of macro ‘TRACE_EVENT’ 1219 | TRACE_EVENT(ocfs2_write_end_inline, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1219:1: note: in expansion of macro ‘TRACE_EVENT’ 1219 | TRACE_EVENT(ocfs2_write_end_inline, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_fault’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1247:1: note: in expansion of macro ‘TRACE_EVENT’ 1247 | TRACE_EVENT(ocfs2_fault, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1247:1: note: in expansion of macro ‘TRACE_EVENT’ 1247 | TRACE_EVENT(ocfs2_fault, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__file_ops’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1271:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1271 | DECLARE_EVENT_CLASS(ocfs2__file_ops, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1271:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1271 | DECLARE_EVENT_CLASS(ocfs2__file_ops, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_extend_allocation’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1324:1: note: in expansion of macro ‘TRACE_EVENT’ 1324 | TRACE_EVENT(ocfs2_extend_allocation, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1324:1: note: in expansion of macro ‘TRACE_EVENT’ 1324 | TRACE_EVENT(ocfs2_extend_allocation, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_extend_allocation_end’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1350:1: note: in expansion of macro ‘TRACE_EVENT’ 1350 | TRACE_EVENT(ocfs2_extend_allocation_end, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1350:1: note: in expansion of macro ‘TRACE_EVENT’ 1350 | TRACE_EVENT(ocfs2_extend_allocation_end, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_write_zero_page’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1373:1: note: in expansion of macro ‘TRACE_EVENT’ 1373 | TRACE_EVENT(ocfs2_write_zero_page, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1373:1: note: in expansion of macro ‘TRACE_EVENT’ 1373 | TRACE_EVENT(ocfs2_write_zero_page, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_setattr’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1404:1: note: in expansion of macro ‘TRACE_EVENT’ 1404 | TRACE_EVENT(ocfs2_setattr, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1404:1: note: in expansion of macro ‘TRACE_EVENT’ 1404 | TRACE_EVENT(ocfs2_setattr, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_prepare_inode_for_write’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1450:1: note: in expansion of macro ‘TRACE_EVENT’ 1450 | TRACE_EVENT(ocfs2_prepare_inode_for_write, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1450:1: note: in expansion of macro ‘TRACE_EVENT’ 1450 | TRACE_EVENT(ocfs2_prepare_inode_for_write, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_iget_begin’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1477:1: note: in expansion of macro ‘TRACE_EVENT’ 1477 | TRACE_EVENT(ocfs2_iget_begin, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1477:1: note: in expansion of macro ‘TRACE_EVENT’ 1477 | TRACE_EVENT(ocfs2_iget_begin, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_iget_end’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1496:1: note: in expansion of macro ‘TRACE_EVENT’ 1496 | TRACE_EVENT(ocfs2_iget_end, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1496:1: note: in expansion of macro ‘TRACE_EVENT’ 1496 | TRACE_EVENT(ocfs2_iget_end, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_find_actor’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1510:1: note: in expansion of macro ‘TRACE_EVENT’ 1510 | TRACE_EVENT(ocfs2_find_actor, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1510:1: note: in expansion of macro ‘TRACE_EVENT’ 1510 | TRACE_EVENT(ocfs2_find_actor, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_inode_is_valid_to_delete’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1540:1: note: in expansion of macro ‘TRACE_EVENT’ 1540 | TRACE_EVENT(ocfs2_inode_is_valid_to_delete, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1540:1: note: in expansion of macro ‘TRACE_EVENT’ 1540 | TRACE_EVENT(ocfs2_inode_is_valid_to_delete, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_inode_revalidate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1574:1: note: in expansion of macro ‘TRACE_EVENT’ 1574 | TRACE_EVENT(ocfs2_inode_revalidate, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1574:1: note: in expansion of macro ‘TRACE_EVENT’ 1574 | TRACE_EVENT(ocfs2_inode_revalidate, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_read_virt_blocks’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1597:1: note: in expansion of macro ‘TRACE_EVENT’ 1597 | TRACE_EVENT(ocfs2_read_virt_blocks, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1597:1: note: in expansion of macro ‘TRACE_EVENT’ 1597 | TRACE_EVENT(ocfs2_read_virt_blocks, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_remount’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1643:1: note: in expansion of macro ‘TRACE_EVENT’ 1643 | TRACE_EVENT(ocfs2_remount, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1643:1: note: in expansion of macro ‘TRACE_EVENT’ 1643 | TRACE_EVENT(ocfs2_remount, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_fill_super’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1660:1: note: in expansion of macro ‘TRACE_EVENT’ 1660 | TRACE_EVENT(ocfs2_fill_super, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1660:1: note: in expansion of macro ‘TRACE_EVENT’ 1660 | TRACE_EVENT(ocfs2_fill_super, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_parse_options’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ 1677 | TRACE_EVENT(ocfs2_parse_options, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ 1677 | TRACE_EVENT(ocfs2_parse_options, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_statfs’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1693:1: note: in expansion of macro ‘TRACE_EVENT’ 1693 | TRACE_EVENT(ocfs2_statfs, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1693:1: note: in expansion of macro ‘TRACE_EVENT’ 1693 | TRACE_EVENT(ocfs2_statfs, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_initialize_super’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1709:1: note: in expansion of macro ‘TRACE_EVENT’ 1709 | TRACE_EVENT(ocfs2_initialize_super, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1709:1: note: in expansion of macro ‘TRACE_EVENT’ 1709 | TRACE_EVENT(ocfs2_initialize_super, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_init_xattr_set_ctxt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1739:1: note: in expansion of macro ‘TRACE_EVENT’ 1739 | TRACE_EVENT(ocfs2_init_xattr_set_ctxt, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1739:1: note: in expansion of macro ‘TRACE_EVENT’ 1739 | TRACE_EVENT(ocfs2_init_xattr_set_ctxt, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__xattr_find’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1758:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1758 | DECLARE_EVENT_CLASS(ocfs2__xattr_find, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1758:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1758 | DECLARE_EVENT_CLASS(ocfs2__xattr_find, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_resv_find_window_begin’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1861:1: note: in expansion of macro ‘TRACE_EVENT’ 1861 | TRACE_EVENT(ocfs2_resv_find_window_begin, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1861:1: note: in expansion of macro ‘TRACE_EVENT’ 1861 | TRACE_EVENT(ocfs2_resv_find_window_begin, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_cannibalize_resv_end’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1889:1: note: in expansion of macro ‘TRACE_EVENT’ 1889 | TRACE_EVENT(ocfs2_cannibalize_resv_end, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1889:1: note: in expansion of macro ‘TRACE_EVENT’ 1889 | TRACE_EVENT(ocfs2_cannibalize_resv_end, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_resmap_claimed_bits_begin’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1913:1: note: in expansion of macro ‘TRACE_EVENT’ 1913 | TRACE_EVENT(ocfs2_resmap_claimed_bits_begin, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1913:1: note: in expansion of macro ‘TRACE_EVENT’ 1913 | TRACE_EVENT(ocfs2_resmap_claimed_bits_begin, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_resmap_claimed_bits_end’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1945:1: note: in expansion of macro ‘TRACE_EVENT’ 1945 | TRACE_EVENT(ocfs2_resmap_claimed_bits_end, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1945:1: note: in expansion of macro ‘TRACE_EVENT’ 1945 | TRACE_EVENT(ocfs2_resmap_claimed_bits_end, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_sync_dquot’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1983:1: note: in expansion of macro ‘TRACE_EVENT’ 1983 | TRACE_EVENT(ocfs2_sync_dquot, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:1983:1: note: in expansion of macro ‘TRACE_EVENT’ 1983 | TRACE_EVENT(ocfs2_sync_dquot, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_sync_dquot_helper’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2007:1: note: in expansion of macro ‘TRACE_EVENT’ 2007 | TRACE_EVENT(ocfs2_sync_dquot_helper, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2007:1: note: in expansion of macro ‘TRACE_EVENT’ 2007 | TRACE_EVENT(ocfs2_sync_dquot_helper, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_dx_dir_search’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2047:1: note: in expansion of macro ‘TRACE_EVENT’ 2047 | TRACE_EVENT(ocfs2_dx_dir_search, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2047:1: note: in expansion of macro ‘TRACE_EVENT’ 2047 | TRACE_EVENT(ocfs2_dx_dir_search, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_find_files_on_disk’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2079:1: note: in expansion of macro ‘TRACE_EVENT’ 2079 | TRACE_EVENT(ocfs2_find_files_on_disk, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2079:1: note: in expansion of macro ‘TRACE_EVENT’ 2079 | TRACE_EVENT(ocfs2_find_files_on_disk, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_check_dir_for_entry’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2099:1: note: in expansion of macro ‘TRACE_EVENT’ 2099 | TRACE_EVENT(ocfs2_check_dir_for_entry, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2099:1: note: in expansion of macro ‘TRACE_EVENT’ 2099 | TRACE_EVENT(ocfs2_check_dir_for_entry, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_dx_dir_index_root_block’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2120:1: note: in expansion of macro ‘TRACE_EVENT’ 2120 | TRACE_EVENT(ocfs2_dx_dir_index_root_block, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2120:1: note: in expansion of macro ‘TRACE_EVENT’ 2120 | TRACE_EVENT(ocfs2_dx_dir_index_root_block, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2__dentry_ops’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2158:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2158 | DECLARE_EVENT_CLASS(ocfs2__dentry_ops, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2158:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2158 | DECLARE_EVENT_CLASS(ocfs2__dentry_ops, | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_mknod’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2203:1: note: in expansion of macro ‘TRACE_EVENT’ 2203 | TRACE_EVENT(ocfs2_mknod, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2203:1: note: in expansion of macro ‘TRACE_EVENT’ 2203 | TRACE_EVENT(ocfs2_mknod, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_link’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2230:1: note: in expansion of macro ‘TRACE_EVENT’ 2230 | TRACE_EVENT(ocfs2_link, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2230:1: note: in expansion of macro ‘TRACE_EVENT’ 2230 | TRACE_EVENT(ocfs2_link, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_rename’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2259:1: note: in expansion of macro ‘TRACE_EVENT’ 2259 | TRACE_EVENT(ocfs2_rename, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2259:1: note: in expansion of macro ‘TRACE_EVENT’ 2259 | TRACE_EVENT(ocfs2_rename, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_rename_target_exists’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2295:1: note: in expansion of macro ‘TRACE_EVENT’ 2295 | TRACE_EVENT(ocfs2_rename_target_exists, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2295:1: note: in expansion of macro ‘TRACE_EVENT’ 2295 | TRACE_EVENT(ocfs2_rename_target_exists, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_rename_over_existing’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2311:1: note: in expansion of macro ‘TRACE_EVENT’ 2311 | TRACE_EVENT(ocfs2_rename_over_existing, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2311:1: note: in expansion of macro ‘TRACE_EVENT’ 2311 | TRACE_EVENT(ocfs2_rename_over_existing, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_symlink_begin’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2331:1: note: in expansion of macro ‘TRACE_EVENT’ 2331 | TRACE_EVENT(ocfs2_symlink_begin, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2331:1: note: in expansion of macro ‘TRACE_EVENT’ 2331 | TRACE_EVENT(ocfs2_symlink_begin, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_blkno_stringify’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2353:1: note: in expansion of macro ‘TRACE_EVENT’ 2353 | TRACE_EVENT(ocfs2_blkno_stringify, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2353:1: note: in expansion of macro ‘TRACE_EVENT’ 2353 | TRACE_EVENT(ocfs2_blkno_stringify, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_orphan_del’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2374:1: note: in expansion of macro ‘TRACE_EVENT’ 2374 | TRACE_EVENT(ocfs2_orphan_del, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2374:1: note: in expansion of macro ‘TRACE_EVENT’ 2374 | TRACE_EVENT(ocfs2_orphan_del, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_dentry_revalidate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2395:1: note: in expansion of macro ‘TRACE_EVENT’ 2395 | TRACE_EVENT(ocfs2_dentry_revalidate, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2395:1: note: in expansion of macro ‘TRACE_EVENT’ 2395 | TRACE_EVENT(ocfs2_dentry_revalidate, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_dentry_revalidate_negative’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2411:1: note: in expansion of macro ‘TRACE_EVENT’ 2411 | TRACE_EVENT(ocfs2_dentry_revalidate_negative, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2411:1: note: in expansion of macro ‘TRACE_EVENT’ 2411 | TRACE_EVENT(ocfs2_dentry_revalidate_negative, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_find_local_alias’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2439:1: note: in expansion of macro ‘TRACE_EVENT’ 2439 | TRACE_EVENT(ocfs2_find_local_alias, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2439:1: note: in expansion of macro ‘TRACE_EVENT’ 2439 | TRACE_EVENT(ocfs2_find_local_alias, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_dentry_attach_lock’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2453:1: note: in expansion of macro ‘TRACE_EVENT’ 2453 | TRACE_EVENT(ocfs2_dentry_attach_lock, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2453:1: note: in expansion of macro ‘TRACE_EVENT’ 2453 | TRACE_EVENT(ocfs2_dentry_attach_lock, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_dentry_attach_lock_found’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2473:1: note: in expansion of macro ‘TRACE_EVENT’ 2473 | TRACE_EVENT(ocfs2_dentry_attach_lock_found, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2473:1: note: in expansion of macro ‘TRACE_EVENT’ 2473 | TRACE_EVENT(ocfs2_dentry_attach_lock_found, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_get_dentry_begin’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2493:1: note: in expansion of macro ‘TRACE_EVENT’ 2493 | TRACE_EVENT(ocfs2_get_dentry_begin, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2493:1: note: in expansion of macro ‘TRACE_EVENT’ 2493 | TRACE_EVENT(ocfs2_get_dentry_begin, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_get_parent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2517:1: note: in expansion of macro ‘TRACE_EVENT’ 2517 | TRACE_EVENT(ocfs2_get_parent, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2517:1: note: in expansion of macro ‘TRACE_EVENT’ 2517 | TRACE_EVENT(ocfs2_get_parent, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_encode_fh_begin’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2539:1: note: in expansion of macro ‘TRACE_EVENT’ 2539 | TRACE_EVENT(ocfs2_encode_fh_begin, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2539:1: note: in expansion of macro ‘TRACE_EVENT’ 2539 | TRACE_EVENT(ocfs2_encode_fh_begin, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_complete_recovery_slot’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2602:1: note: in expansion of macro ‘TRACE_EVENT’ 2602 | TRACE_EVENT(ocfs2_complete_recovery_slot, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2602:1: note: in expansion of macro ‘TRACE_EVENT’ 2602 | TRACE_EVENT(ocfs2_complete_recovery_slot, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_recovery_thread’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2626:1: note: in expansion of macro ‘TRACE_EVENT’ 2626 | TRACE_EVENT(ocfs2_recovery_thread, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2626:1: note: in expansion of macro ‘TRACE_EVENT’ 2626 | TRACE_EVENT(ocfs2_recovery_thread, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_write_block’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2687:1: note: in expansion of macro ‘TRACE_EVENT’ 2687 | TRACE_EVENT(ocfs2_write_block, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2687:1: note: in expansion of macro ‘TRACE_EVENT’ 2687 | TRACE_EVENT(ocfs2_write_block, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_read_blocks_begin’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2701:1: note: in expansion of macro ‘TRACE_EVENT’ 2701 | TRACE_EVENT(ocfs2_read_blocks_begin, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2701:1: note: in expansion of macro ‘TRACE_EVENT’ 2701 | TRACE_EVENT(ocfs2_read_blocks_begin, | ^~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h: In function ‘__bpf_trace_ocfs2_buffer_cached_end’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2731:1: note: in expansion of macro ‘TRACE_EVENT’ 2731 | TRACE_EVENT(ocfs2_buffer_cached_end, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/ocfs2/./ocfs2_trace.h:2731:1: note: in expansion of macro ‘TRACE_EVENT’ 2731 | TRACE_EVENT(ocfs2_buffer_cached_end, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: fs/ocfs2/super.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: fs/ocfs2] Error 2 In file included from ../include/trace/define_trace.h:108, from ../fs/xfs/scrub/trace.h:3582, from ../fs/xfs/scrub/trace.c:58: ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_class’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:137:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 137 | DECLARE_EVENT_CLASS(xchk_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:137:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 137 | DECLARE_EVENT_CLASS(xchk_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:137:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 137 | DECLARE_EVENT_CLASS(xchk_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:137:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 137 | DECLARE_EVENT_CLASS(xchk_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:137:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 137 | DECLARE_EVENT_CLASS(xchk_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_fsgate_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:185:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 185 | DECLARE_EVENT_CLASS(xchk_fsgate_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:185:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 185 | DECLARE_EVENT_CLASS(xchk_fsgate_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_vector_head_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:212:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 212 | DECLARE_EVENT_CLASS(xchk_vector_head_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:212:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 212 | DECLARE_EVENT_CLASS(xchk_vector_head_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_vector_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:252:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 252 | DECLARE_EVENT_CLASS(xchk_vector_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:252:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 252 | DECLARE_EVENT_CLASS(xchk_vector_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_op_error’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:287:1: note: in expansion of macro ‘TRACE_EVENT’ 287 | TRACE_EVENT(xchk_op_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:287:1: note: in expansion of macro ‘TRACE_EVENT’ 287 | TRACE_EVENT(xchk_op_error, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_file_op_error’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ 316 | TRACE_EVENT(xchk_file_op_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ 316 | TRACE_EVENT(xchk_file_op_error, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_block_error_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:348:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 348 | DECLARE_EVENT_CLASS(xchk_block_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:348:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 348 | DECLARE_EVENT_CLASS(xchk_block_error_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_ino_error_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:383:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 383 | DECLARE_EVENT_CLASS(xchk_ino_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:383:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 383 | DECLARE_EVENT_CLASS(xchk_ino_error_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_fblock_error_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:415:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 415 | DECLARE_EVENT_CLASS(xchk_fblock_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:415:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 415 | DECLARE_EVENT_CLASS(xchk_fblock_error_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_dqiter_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:455:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 455 | DECLARE_EVENT_CLASS(xchk_dqiter_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:455:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 455 | DECLARE_EVENT_CLASS(xchk_dqiter_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_qcheck_error’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:501:1: note: in expansion of macro ‘TRACE_EVENT’ 501 | TRACE_EVENT(xchk_qcheck_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:501:1: note: in expansion of macro ‘TRACE_EVENT’ 501 | TRACE_EVENT(xchk_qcheck_error, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_incomplete’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:525:1: note: in expansion of macro ‘TRACE_EVENT’ 525 | TRACE_EVENT(xchk_incomplete, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:525:1: note: in expansion of macro ‘TRACE_EVENT’ 525 | TRACE_EVENT(xchk_incomplete, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_btree_op_error’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:544:1: note: in expansion of macro ‘TRACE_EVENT’ 544 | TRACE_EVENT(xchk_btree_op_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:544:1: note: in expansion of macro ‘TRACE_EVENT’ 544 | TRACE_EVENT(xchk_btree_op_error, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_ifork_btree_op_error’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:584:1: note: in expansion of macro ‘TRACE_EVENT’ 584 | TRACE_EVENT(xchk_ifork_btree_op_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:584:1: note: in expansion of macro ‘TRACE_EVENT’ 584 | TRACE_EVENT(xchk_ifork_btree_op_error, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_btree_error’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:629:1: note: in expansion of macro ‘TRACE_EVENT’ 629 | TRACE_EVENT(xchk_btree_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:629:1: note: in expansion of macro ‘TRACE_EVENT’ 629 | TRACE_EVENT(xchk_btree_error, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_ifork_btree_error’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:665:1: note: in expansion of macro ‘TRACE_EVENT’ 665 | TRACE_EVENT(xchk_ifork_btree_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:665:1: note: in expansion of macro ‘TRACE_EVENT’ 665 | TRACE_EVENT(xchk_ifork_btree_error, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_sbtree_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:707:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 707 | DECLARE_EVENT_CLASS(xchk_sbtree_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:707:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 707 | DECLARE_EVENT_CLASS(xchk_sbtree_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_xref_error’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:752:1: note: in expansion of macro ‘TRACE_EVENT’ 752 | TRACE_EVENT(xchk_xref_error, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:752:1: note: in expansion of macro ‘TRACE_EVENT’ 752 | TRACE_EVENT(xchk_xref_error, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_iallocbt_check_cluster’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:774:1: note: in expansion of macro ‘TRACE_EVENT’ 774 | TRACE_EVENT(xchk_iallocbt_check_cluster, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:774:1: note: in expansion of macro ‘TRACE_EVENT’ 774 | TRACE_EVENT(xchk_iallocbt_check_cluster, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_inode_is_allocated’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:819:1: note: in expansion of macro ‘TRACE_EVENT’ 819 | TRACE_EVENT(xchk_inode_is_allocated, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:819:1: note: in expansion of macro ‘TRACE_EVENT’ 819 | TRACE_EVENT(xchk_inode_is_allocated, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_fscounters_calc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:841:1: note: in expansion of macro ‘TRACE_EVENT’ 841 | TRACE_EVENT(xchk_fscounters_calc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:841:1: note: in expansion of macro ‘TRACE_EVENT’ 841 | TRACE_EVENT(xchk_fscounters_calc, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_fscounters_within_range’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:876:1: note: in expansion of macro ‘TRACE_EVENT’ 876 | TRACE_EVENT(xchk_fscounters_within_range, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:876:1: note: in expansion of macro ‘TRACE_EVENT’ 876 | TRACE_EVENT(xchk_fscounters_within_range, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_fsfreeze_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:899:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 899 | DECLARE_EVENT_CLASS(xchk_fsfreeze_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:899:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 899 | DECLARE_EVENT_CLASS(xchk_fsfreeze_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_refcount_incorrect’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:924:1: note: in expansion of macro ‘TRACE_EVENT’ 924 | TRACE_EVENT(xchk_refcount_incorrect, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:924:1: note: in expansion of macro ‘TRACE_EVENT’ 924 | TRACE_EVENT(xchk_refcount_incorrect, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xfile_create’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:956:1: note: in expansion of macro ‘TRACE_EVENT’ 956 | TRACE_EVENT(xfile_create, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:956:1: note: in expansion of macro ‘TRACE_EVENT’ 956 | TRACE_EVENT(xfile_create, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xfile_destroy’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:978:1: note: in expansion of macro ‘TRACE_EVENT’ 978 | TRACE_EVENT(xfile_destroy, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:978:1: note: in expansion of macro ‘TRACE_EVENT’ 978 | TRACE_EVENT(xfile_destroy, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xfile_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:999:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 999 | DECLARE_EVENT_CLASS(xfile_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:999:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 999 | DECLARE_EVENT_CLASS(xfile_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xfarray_create’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1036:1: note: in expansion of macro ‘TRACE_EVENT’ 1036 | TRACE_EVENT(xfarray_create, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1036:1: note: in expansion of macro ‘TRACE_EVENT’ 1036 | TRACE_EVENT(xfarray_create, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xfarray_isort’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1061:1: note: in expansion of macro ‘TRACE_EVENT’ 1061 | TRACE_EVENT(xfarray_isort, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1061:1: note: in expansion of macro ‘TRACE_EVENT’ 1061 | TRACE_EVENT(xfarray_isort, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xfarray_foliosort’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1081:1: note: in expansion of macro ‘TRACE_EVENT’ 1081 | TRACE_EVENT(xfarray_foliosort, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1081:1: note: in expansion of macro ‘TRACE_EVENT’ 1081 | TRACE_EVENT(xfarray_foliosort, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xfarray_qsort’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1101:1: note: in expansion of macro ‘TRACE_EVENT’ 1101 | TRACE_EVENT(xfarray_qsort, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1101:1: note: in expansion of macro ‘TRACE_EVENT’ 1101 | TRACE_EVENT(xfarray_qsort, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xfarray_sort’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1127:1: note: in expansion of macro ‘TRACE_EVENT’ 1127 | TRACE_EVENT(xfarray_sort, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1127:1: note: in expansion of macro ‘TRACE_EVENT’ 1127 | TRACE_EVENT(xfarray_sort, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xfarray_sort_scan’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1152:1: note: in expansion of macro ‘TRACE_EVENT’ 1152 | TRACE_EVENT(xfarray_sort_scan, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1152:1: note: in expansion of macro ‘TRACE_EVENT’ 1152 | TRACE_EVENT(xfarray_sort_scan, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xfarray_sort_stats’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1193:1: note: in expansion of macro ‘TRACE_EVENT’ 1193 | TRACE_EVENT(xfarray_sort_stats, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1193:1: note: in expansion of macro ‘TRACE_EVENT’ 1193 | TRACE_EVENT(xfarray_sort_stats, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_rtsum_record_free’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1239:1: note: in expansion of macro ‘TRACE_EVENT’ 1239 | TRACE_EVENT(xchk_rtsum_record_free, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1239:1: note: in expansion of macro ‘TRACE_EVENT’ 1239 | TRACE_EVENT(xchk_rtsum_record_free, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_iscan_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1273:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1273 | DECLARE_EVENT_CLASS(xchk_iscan_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1273:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1273 | DECLARE_EVENT_CLASS(xchk_iscan_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_iscan_ino_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1300:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1300 | DECLARE_EVENT_CLASS(xchk_iscan_ino_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1300:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1300 | DECLARE_EVENT_CLASS(xchk_iscan_ino_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_iscan_iget’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1331:1: note: in expansion of macro ‘TRACE_EVENT’ 1331 | TRACE_EVENT(xchk_iscan_iget, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1331:1: note: in expansion of macro ‘TRACE_EVENT’ 1331 | TRACE_EVENT(xchk_iscan_iget, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_iscan_iget_batch’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1353:1: note: in expansion of macro ‘TRACE_EVENT’ 1353 | TRACE_EVENT(xchk_iscan_iget_batch, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1353:1: note: in expansion of macro ‘TRACE_EVENT’ 1353 | TRACE_EVENT(xchk_iscan_iget_batch, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_iscan_retry_wait_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1388:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1388 | DECLARE_EVENT_CLASS(xchk_iscan_retry_wait_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1388:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1388 | DECLARE_EVENT_CLASS(xchk_iscan_retry_wait_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_nlinks_collect_dirent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1422:1: note: in expansion of macro ‘TRACE_EVENT’ 1422 | TRACE_EVENT(xchk_nlinks_collect_dirent, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1422:1: note: in expansion of macro ‘TRACE_EVENT’ 1422 | TRACE_EVENT(xchk_nlinks_collect_dirent, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_nlinks_collect_pptr’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1448:1: note: in expansion of macro ‘TRACE_EVENT’ 1448 | TRACE_EVENT(xchk_nlinks_collect_pptr, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1448:1: note: in expansion of macro ‘TRACE_EVENT’ 1448 | TRACE_EVENT(xchk_nlinks_collect_pptr, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_nlinks_collect_metafile’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1475:1: note: in expansion of macro ‘TRACE_EVENT’ 1475 | TRACE_EVENT(xchk_nlinks_collect_metafile, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1475:1: note: in expansion of macro ‘TRACE_EVENT’ 1475 | TRACE_EVENT(xchk_nlinks_collect_metafile, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_nlinks_live_update’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1491:1: note: in expansion of macro ‘TRACE_EVENT’ 1491 | TRACE_EVENT(xchk_nlinks_live_update, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1491:1: note: in expansion of macro ‘TRACE_EVENT’ 1491 | TRACE_EVENT(xchk_nlinks_live_update, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_nlinks_check_zero’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1523:1: note: in expansion of macro ‘TRACE_EVENT’ 1523 | TRACE_EVENT(xchk_nlinks_check_zero, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1523:1: note: in expansion of macro ‘TRACE_EVENT’ 1523 | TRACE_EVENT(xchk_nlinks_check_zero, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_nlinks_update_incore’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1549:1: note: in expansion of macro ‘TRACE_EVENT’ 1549 | TRACE_EVENT(xchk_nlinks_update_incore, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1549:1: note: in expansion of macro ‘TRACE_EVENT’ 1549 | TRACE_EVENT(xchk_nlinks_update_incore, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_nlinks_diff_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1585:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1585 | DECLARE_EVENT_CLASS(xchk_nlinks_diff_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1585:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1585 | DECLARE_EVENT_CLASS(xchk_nlinks_diff_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_pptr_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1623:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1623 | DECLARE_EVENT_CLASS(xchk_pptr_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1623:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1623 | DECLARE_EVENT_CLASS(xchk_pptr_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_dirtree_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1660:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1660 | DECLARE_EVENT_CLASS(xchk_dirtree_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1660:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1660 | DECLARE_EVENT_CLASS(xchk_dirtree_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_dirpath_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1704:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1704 | DECLARE_EVENT_CLASS(xchk_dirpath_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1704:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1704 | DECLARE_EVENT_CLASS(xchk_dirpath_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_dirpath_outcome_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1779:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1779 | DECLARE_EVENT_CLASS(xchk_dirpath_outcome_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1779:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1779 | DECLARE_EVENT_CLASS(xchk_dirpath_outcome_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_dirtree_evaluate_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1811:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1811 | DECLARE_EVENT_CLASS(xchk_dirtree_evaluate_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1811:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1811 | DECLARE_EVENT_CLASS(xchk_dirtree_evaluate_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_dirpath_changed’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1852:1: note: in expansion of macro ‘TRACE_EVENT’ 1852 | TRACE_EVENT(xchk_dirpath_changed, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1852:1: note: in expansion of macro ‘TRACE_EVENT’ 1852 | TRACE_EVENT(xchk_dirpath_changed, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xchk_dirtree_live_update’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1885:1: note: in expansion of macro ‘TRACE_EVENT’ 1885 | TRACE_EVENT(xchk_dirtree_live_update, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1885:1: note: in expansion of macro ‘TRACE_EVENT’ 1885 | TRACE_EVENT(xchk_dirtree_live_update, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_extent_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1920:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1920 | DECLARE_EVENT_CLASS(xrep_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1920:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1920 | DECLARE_EVENT_CLASS(xrep_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_reap_find_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1951:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1951 | DECLARE_EVENT_CLASS(xrep_reap_find_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1951:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1951 | DECLARE_EVENT_CLASS(xrep_reap_find_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_rmap_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1984:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1984 | DECLARE_EVENT_CLASS(xrep_rmap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1984:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1984 | DECLARE_EVENT_CLASS(xrep_rmap_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_abt_found’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2025:1: note: in expansion of macro ‘TRACE_EVENT’ 2025 | TRACE_EVENT(xrep_abt_found, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2025:1: note: in expansion of macro ‘TRACE_EVENT’ 2025 | TRACE_EVENT(xrep_abt_found, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_ibt_found’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2048:1: note: in expansion of macro ‘TRACE_EVENT’ 2048 | TRACE_EVENT(xrep_ibt_found, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2048:1: note: in expansion of macro ‘TRACE_EVENT’ 2048 | TRACE_EVENT(xrep_ibt_found, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_refc_found’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2080:1: note: in expansion of macro ‘TRACE_EVENT’ 2080 | TRACE_EVENT(xrep_refc_found, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2080:1: note: in expansion of macro ‘TRACE_EVENT’ 2080 | TRACE_EVENT(xrep_refc_found, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_bmap_found’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2108:1: note: in expansion of macro ‘TRACE_EVENT’ 2108 | TRACE_EVENT(xrep_bmap_found, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2108:1: note: in expansion of macro ‘TRACE_EVENT’ 2108 | TRACE_EVENT(xrep_bmap_found, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_rmap_found’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2140:1: note: in expansion of macro ‘TRACE_EVENT’ 2140 | TRACE_EVENT(xrep_rmap_found, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2140:1: note: in expansion of macro ‘TRACE_EVENT’ 2140 | TRACE_EVENT(xrep_rmap_found, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_findroot_block’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2172:1: note: in expansion of macro ‘TRACE_EVENT’ 2172 | TRACE_EVENT(xrep_findroot_block, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2172:1: note: in expansion of macro ‘TRACE_EVENT’ 2172 | TRACE_EVENT(xrep_findroot_block, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_calc_ag_resblks’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2197:1: note: in expansion of macro ‘TRACE_EVENT’ 2197 | TRACE_EVENT(xrep_calc_ag_resblks, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2197:1: note: in expansion of macro ‘TRACE_EVENT’ 2197 | TRACE_EVENT(xrep_calc_ag_resblks, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_calc_ag_resblks_btsize’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2226:1: note: in expansion of macro ‘TRACE_EVENT’ 2226 | TRACE_EVENT(xrep_calc_ag_resblks_btsize, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2226:1: note: in expansion of macro ‘TRACE_EVENT’ 2226 | TRACE_EVENT(xrep_calc_ag_resblks_btsize, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_reset_counters’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2255:1: note: in expansion of macro ‘TRACE_EVENT’ 2255 | TRACE_EVENT(xrep_reset_counters, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2255:1: note: in expansion of macro ‘TRACE_EVENT’ 2255 | TRACE_EVENT(xrep_reset_counters, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_newbt_extent_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2280:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2280 | DECLARE_EVENT_CLASS(xrep_newbt_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2280:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2280 | DECLARE_EVENT_CLASS(xrep_newbt_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_dinode_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2317:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2317 | DECLARE_EVENT_CLASS(xrep_dinode_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2317:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2317 | DECLARE_EVENT_CLASS(xrep_dinode_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_inode_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2398:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2398 | DECLARE_EVENT_CLASS(xrep_inode_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2398:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2398 | DECLARE_EVENT_CLASS(xrep_inode_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_dinode_count_rmaps’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2450:1: note: in expansion of macro ‘TRACE_EVENT’ 2450 | TRACE_EVENT(xrep_dinode_count_rmaps, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2450:1: note: in expansion of macro ‘TRACE_EVENT’ 2450 | TRACE_EVENT(xrep_dinode_count_rmaps, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_dinode_findmode_dirent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2488:1: note: in expansion of macro ‘TRACE_EVENT’ 2488 | TRACE_EVENT(xrep_dinode_findmode_dirent, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2488:1: note: in expansion of macro ‘TRACE_EVENT’ 2488 | TRACE_EVENT(xrep_dinode_findmode_dirent, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_dinode_findmode_dirent_inval’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2511:1: note: in expansion of macro ‘TRACE_EVENT’ 2511 | TRACE_EVENT(xrep_dinode_findmode_dirent_inval, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2511:1: note: in expansion of macro ‘TRACE_EVENT’ 2511 | TRACE_EVENT(xrep_dinode_findmode_dirent_inval, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_cow_mark_file_range’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2537:1: note: in expansion of macro ‘TRACE_EVENT’ 2537 | TRACE_EVENT(xrep_cow_mark_file_range, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2537:1: note: in expansion of macro ‘TRACE_EVENT’ 2537 | TRACE_EVENT(xrep_cow_mark_file_range, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_cow_replace_mapping’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2563:1: note: in expansion of macro ‘TRACE_EVENT’ 2563 | TRACE_EVENT(xrep_cow_replace_mapping, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2563:1: note: in expansion of macro ‘TRACE_EVENT’ 2563 | TRACE_EVENT(xrep_cow_replace_mapping, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_cow_free_staging’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2598:1: note: in expansion of macro ‘TRACE_EVENT’ 2598 | TRACE_EVENT(xrep_cow_free_staging, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2598:1: note: in expansion of macro ‘TRACE_EVENT’ 2598 | TRACE_EVENT(xrep_cow_free_staging, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_dquot_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2622:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2622 | DECLARE_EVENT_CLASS(xrep_dquot_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2622:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2622 | DECLARE_EVENT_CLASS(xrep_dquot_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_rmap_live_update’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2654:1: note: in expansion of macro ‘TRACE_EVENT’ 2654 | TRACE_EVENT(xrep_rmap_live_update, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2654:1: note: in expansion of macro ‘TRACE_EVENT’ 2654 | TRACE_EVENT(xrep_rmap_live_update, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_tempfile_create’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2690:1: note: in expansion of macro ‘TRACE_EVENT’ 2690 | TRACE_EVENT(xrep_tempfile_create, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2690:1: note: in expansion of macro ‘TRACE_EVENT’ 2690 | TRACE_EVENT(xrep_tempfile_create, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_tempfile_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2723:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2723 | DECLARE_EVENT_CLASS(xrep_tempfile_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2723:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2723 | DECLARE_EVENT_CLASS(xrep_tempfile_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xreap_ifork_extent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2762:1: note: in expansion of macro ‘TRACE_EVENT’ 2762 | TRACE_EVENT(xreap_ifork_extent, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2762:1: note: in expansion of macro ‘TRACE_EVENT’ 2762 | TRACE_EVENT(xreap_ifork_extent, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xreap_bmapi_binval_scan’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2797:1: note: in expansion of macro ‘TRACE_EVENT’ 2797 | TRACE_EVENT(xreap_bmapi_binval_scan, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2797:1: note: in expansion of macro ‘TRACE_EVENT’ 2797 | TRACE_EVENT(xreap_bmapi_binval_scan, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_xattr_recover_leafblock’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2823:1: note: in expansion of macro ‘TRACE_EVENT’ 2823 | TRACE_EVENT(xrep_xattr_recover_leafblock, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2823:1: note: in expansion of macro ‘TRACE_EVENT’ 2823 | TRACE_EVENT(xrep_xattr_recover_leafblock, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_xattr_salvage_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2845:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2845 | DECLARE_EVENT_CLASS(xrep_xattr_salvage_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2845:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2845 | DECLARE_EVENT_CLASS(xrep_xattr_salvage_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_pptr_salvage_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2883:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2883 | DECLARE_EVENT_CLASS(xrep_pptr_salvage_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2883:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2883 | DECLARE_EVENT_CLASS(xrep_pptr_salvage_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_xattr_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2921:1: note: in expansion of macro ‘TRACE_EVENT’ 2921 | TRACE_EVENT(xrep_xattr_class, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2921:1: note: in expansion of macro ‘TRACE_EVENT’ 2921 | TRACE_EVENT(xrep_xattr_class, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_xattr_pptr_scan_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2947:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2947 | DECLARE_EVENT_CLASS(xrep_xattr_pptr_scan_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2947:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2947 | DECLARE_EVENT_CLASS(xrep_xattr_pptr_scan_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_dir_recover_dirblock’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2983:1: note: in expansion of macro ‘TRACE_EVENT’ 2983 | TRACE_EVENT(xrep_dir_recover_dirblock, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2983:1: note: in expansion of macro ‘TRACE_EVENT’ 2983 | TRACE_EVENT(xrep_dir_recover_dirblock, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_dir_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3009:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3009 | DECLARE_EVENT_CLASS(xrep_dir_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3009:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3009 | DECLARE_EVENT_CLASS(xrep_dir_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_dirent_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3035:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3035 | DECLARE_EVENT_CLASS(xrep_dirent_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3035:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3035 | DECLARE_EVENT_CLASS(xrep_dirent_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_adoption_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3075:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3075 | DECLARE_EVENT_CLASS(xrep_adoption_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3075:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3075 | DECLARE_EVENT_CLASS(xrep_adoption_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_parent_salvage_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3102:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3102 | DECLARE_EVENT_CLASS(xrep_parent_salvage_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3102:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3102 | DECLARE_EVENT_CLASS(xrep_parent_salvage_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_pptr_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3128:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3128 | DECLARE_EVENT_CLASS(xrep_pptr_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3128:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3128 | DECLARE_EVENT_CLASS(xrep_pptr_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_pptr_scan_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3166:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3166 | DECLARE_EVENT_CLASS(xrep_pptr_scan_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3166:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3166 | DECLARE_EVENT_CLASS(xrep_pptr_scan_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_nlinks_set_record’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3202:1: note: in expansion of macro ‘TRACE_EVENT’ 3202 | TRACE_EVENT(xrep_nlinks_set_record, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3202:1: note: in expansion of macro ‘TRACE_EVENT’ 3202 | TRACE_EVENT(xrep_nlinks_set_record, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_dentry_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3228:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3228 | DECLARE_EVENT_CLASS(xrep_dentry_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3228:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3228 | DECLARE_EVENT_CLASS(xrep_dentry_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_symlink_salvage_target’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3269:1: note: in expansion of macro ‘TRACE_EVENT’ 3269 | TRACE_EVENT(xrep_symlink_salvage_target, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3269:1: note: in expansion of macro ‘TRACE_EVENT’ 3269 | TRACE_EVENT(xrep_symlink_salvage_target, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_symlink_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3292:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3292 | DECLARE_EVENT_CLASS(xrep_symlink_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3292:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3292 | DECLARE_EVENT_CLASS(xrep_symlink_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_iunlink_visit’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3315:1: note: in expansion of macro ‘TRACE_EVENT’ 3315 | TRACE_EVENT(xrep_iunlink_visit, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3315:1: note: in expansion of macro ‘TRACE_EVENT’ 3315 | TRACE_EVENT(xrep_iunlink_visit, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_iunlink_reload_next’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3347:1: note: in expansion of macro ‘TRACE_EVENT’ 3347 | TRACE_EVENT(xrep_iunlink_reload_next, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3347:1: note: in expansion of macro ‘TRACE_EVENT’ 3347 | TRACE_EVENT(xrep_iunlink_reload_next, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_iunlink_reload_ondisk’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3379:1: note: in expansion of macro ‘TRACE_EVENT’ 3379 | TRACE_EVENT(xrep_iunlink_reload_ondisk, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3379:1: note: in expansion of macro ‘TRACE_EVENT’ 3379 | TRACE_EVENT(xrep_iunlink_reload_ondisk, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_iunlink_walk_ondisk_bucket’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3405:1: note: in expansion of macro ‘TRACE_EVENT’ 3405 | TRACE_EVENT(xrep_iunlink_walk_ondisk_bucket, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3405:1: note: in expansion of macro ‘TRACE_EVENT’ 3405 | TRACE_EVENT(xrep_iunlink_walk_ondisk_bucket, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_iunlink_resolve_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3431:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3431 | DECLARE_EVENT_CLASS(xrep_iunlink_resolve_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3431:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3431 | DECLARE_EVENT_CLASS(xrep_iunlink_resolve_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_iunlink_relink_next’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3466:1: note: in expansion of macro ‘TRACE_EVENT’ 3466 | TRACE_EVENT(xrep_iunlink_relink_next, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3466:1: note: in expansion of macro ‘TRACE_EVENT’ 3466 | TRACE_EVENT(xrep_iunlink_relink_next, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_iunlink_relink_prev’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3492:1: note: in expansion of macro ‘TRACE_EVENT’ 3492 | TRACE_EVENT(xrep_iunlink_relink_prev, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3492:1: note: in expansion of macro ‘TRACE_EVENT’ 3492 | TRACE_EVENT(xrep_iunlink_relink_prev, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_iunlink_add_to_bucket’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3518:1: note: in expansion of macro ‘TRACE_EVENT’ 3518 | TRACE_EVENT(xrep_iunlink_add_to_bucket, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3518:1: note: in expansion of macro ‘TRACE_EVENT’ 3518 | TRACE_EVENT(xrep_iunlink_add_to_bucket, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_iunlink_commit_bucket’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3544:1: note: in expansion of macro ‘TRACE_EVENT’ 3544 | TRACE_EVENT(xrep_iunlink_commit_bucket, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3544:1: note: in expansion of macro ‘TRACE_EVENT’ 3544 | TRACE_EVENT(xrep_iunlink_commit_bucket, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:137:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 137 | DECLARE_EVENT_CLASS(xchk_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:137:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 137 | DECLARE_EVENT_CLASS(xchk_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_fsgate_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:185:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 185 | DECLARE_EVENT_CLASS(xchk_fsgate_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:185:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 185 | DECLARE_EVENT_CLASS(xchk_fsgate_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_vector_head_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:212:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 212 | DECLARE_EVENT_CLASS(xchk_vector_head_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:212:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 212 | DECLARE_EVENT_CLASS(xchk_vector_head_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_vector_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:252:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 252 | DECLARE_EVENT_CLASS(xchk_vector_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:252:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 252 | DECLARE_EVENT_CLASS(xchk_vector_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_op_error’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:287:1: note: in expansion of macro ‘TRACE_EVENT’ 287 | TRACE_EVENT(xchk_op_error, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:287:1: note: in expansion of macro ‘TRACE_EVENT’ 287 | TRACE_EVENT(xchk_op_error, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_file_op_error’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ 316 | TRACE_EVENT(xchk_file_op_error, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ 316 | TRACE_EVENT(xchk_file_op_error, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_block_error_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:348:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 348 | DECLARE_EVENT_CLASS(xchk_block_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:348:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 348 | DECLARE_EVENT_CLASS(xchk_block_error_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_ino_error_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:383:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 383 | DECLARE_EVENT_CLASS(xchk_ino_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:383:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 383 | DECLARE_EVENT_CLASS(xchk_ino_error_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_fblock_error_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:415:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 415 | DECLARE_EVENT_CLASS(xchk_fblock_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:415:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 415 | DECLARE_EVENT_CLASS(xchk_fblock_error_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_dqiter_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:455:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 455 | DECLARE_EVENT_CLASS(xchk_dqiter_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:455:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 455 | DECLARE_EVENT_CLASS(xchk_dqiter_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_qcheck_error’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:501:1: note: in expansion of macro ‘TRACE_EVENT’ 501 | TRACE_EVENT(xchk_qcheck_error, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:501:1: note: in expansion of macro ‘TRACE_EVENT’ 501 | TRACE_EVENT(xchk_qcheck_error, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_incomplete’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:525:1: note: in expansion of macro ‘TRACE_EVENT’ 525 | TRACE_EVENT(xchk_incomplete, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:525:1: note: in expansion of macro ‘TRACE_EVENT’ 525 | TRACE_EVENT(xchk_incomplete, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_btree_op_error’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:544:1: note: in expansion of macro ‘TRACE_EVENT’ 544 | TRACE_EVENT(xchk_btree_op_error, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:544:1: note: in expansion of macro ‘TRACE_EVENT’ 544 | TRACE_EVENT(xchk_btree_op_error, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_ifork_btree_op_error’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:584:1: note: in expansion of macro ‘TRACE_EVENT’ 584 | TRACE_EVENT(xchk_ifork_btree_op_error, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:584:1: note: in expansion of macro ‘TRACE_EVENT’ 584 | TRACE_EVENT(xchk_ifork_btree_op_error, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_btree_error’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:629:1: note: in expansion of macro ‘TRACE_EVENT’ 629 | TRACE_EVENT(xchk_btree_error, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:629:1: note: in expansion of macro ‘TRACE_EVENT’ 629 | TRACE_EVENT(xchk_btree_error, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_ifork_btree_error’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:665:1: note: in expansion of macro ‘TRACE_EVENT’ 665 | TRACE_EVENT(xchk_ifork_btree_error, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:665:1: note: in expansion of macro ‘TRACE_EVENT’ 665 | TRACE_EVENT(xchk_ifork_btree_error, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_sbtree_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:707:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 707 | DECLARE_EVENT_CLASS(xchk_sbtree_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:707:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 707 | DECLARE_EVENT_CLASS(xchk_sbtree_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_xref_error’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:752:1: note: in expansion of macro ‘TRACE_EVENT’ 752 | TRACE_EVENT(xchk_xref_error, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:752:1: note: in expansion of macro ‘TRACE_EVENT’ 752 | TRACE_EVENT(xchk_xref_error, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_iallocbt_check_cluster’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:774:1: note: in expansion of macro ‘TRACE_EVENT’ 774 | TRACE_EVENT(xchk_iallocbt_check_cluster, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:774:1: note: in expansion of macro ‘TRACE_EVENT’ 774 | TRACE_EVENT(xchk_iallocbt_check_cluster, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_inode_is_allocated’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:819:1: note: in expansion of macro ‘TRACE_EVENT’ 819 | TRACE_EVENT(xchk_inode_is_allocated, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:819:1: note: in expansion of macro ‘TRACE_EVENT’ 819 | TRACE_EVENT(xchk_inode_is_allocated, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_fscounters_calc’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:841:1: note: in expansion of macro ‘TRACE_EVENT’ 841 | TRACE_EVENT(xchk_fscounters_calc, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:841:1: note: in expansion of macro ‘TRACE_EVENT’ 841 | TRACE_EVENT(xchk_fscounters_calc, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_fscounters_within_range’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:876:1: note: in expansion of macro ‘TRACE_EVENT’ 876 | TRACE_EVENT(xchk_fscounters_within_range, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:876:1: note: in expansion of macro ‘TRACE_EVENT’ 876 | TRACE_EVENT(xchk_fscounters_within_range, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_fsfreeze_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:899:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 899 | DECLARE_EVENT_CLASS(xchk_fsfreeze_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:899:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 899 | DECLARE_EVENT_CLASS(xchk_fsfreeze_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_refcount_incorrect’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:924:1: note: in expansion of macro ‘TRACE_EVENT’ 924 | TRACE_EVENT(xchk_refcount_incorrect, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:924:1: note: in expansion of macro ‘TRACE_EVENT’ 924 | TRACE_EVENT(xchk_refcount_incorrect, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xfile_create’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:956:1: note: in expansion of macro ‘TRACE_EVENT’ 956 | TRACE_EVENT(xfile_create, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:956:1: note: in expansion of macro ‘TRACE_EVENT’ 956 | TRACE_EVENT(xfile_create, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xfile_destroy’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:978:1: note: in expansion of macro ‘TRACE_EVENT’ 978 | TRACE_EVENT(xfile_destroy, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:978:1: note: in expansion of macro ‘TRACE_EVENT’ 978 | TRACE_EVENT(xfile_destroy, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xfile_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:999:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 999 | DECLARE_EVENT_CLASS(xfile_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:999:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 999 | DECLARE_EVENT_CLASS(xfile_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xfarray_create’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1036:1: note: in expansion of macro ‘TRACE_EVENT’ 1036 | TRACE_EVENT(xfarray_create, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1036:1: note: in expansion of macro ‘TRACE_EVENT’ 1036 | TRACE_EVENT(xfarray_create, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xfarray_isort’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1061:1: note: in expansion of macro ‘TRACE_EVENT’ 1061 | TRACE_EVENT(xfarray_isort, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1061:1: note: in expansion of macro ‘TRACE_EVENT’ 1061 | TRACE_EVENT(xfarray_isort, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xfarray_foliosort’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1081:1: note: in expansion of macro ‘TRACE_EVENT’ 1081 | TRACE_EVENT(xfarray_foliosort, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1081:1: note: in expansion of macro ‘TRACE_EVENT’ 1081 | TRACE_EVENT(xfarray_foliosort, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xfarray_qsort’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1101:1: note: in expansion of macro ‘TRACE_EVENT’ 1101 | TRACE_EVENT(xfarray_qsort, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1101:1: note: in expansion of macro ‘TRACE_EVENT’ 1101 | TRACE_EVENT(xfarray_qsort, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xfarray_sort’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1127:1: note: in expansion of macro ‘TRACE_EVENT’ 1127 | TRACE_EVENT(xfarray_sort, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1127:1: note: in expansion of macro ‘TRACE_EVENT’ 1127 | TRACE_EVENT(xfarray_sort, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xfarray_sort_scan’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1152:1: note: in expansion of macro ‘TRACE_EVENT’ 1152 | TRACE_EVENT(xfarray_sort_scan, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1152:1: note: in expansion of macro ‘TRACE_EVENT’ 1152 | TRACE_EVENT(xfarray_sort_scan, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xfarray_sort_stats’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1193:1: note: in expansion of macro ‘TRACE_EVENT’ 1193 | TRACE_EVENT(xfarray_sort_stats, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1193:1: note: in expansion of macro ‘TRACE_EVENT’ 1193 | TRACE_EVENT(xfarray_sort_stats, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_rtsum_record_free’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1239:1: note: in expansion of macro ‘TRACE_EVENT’ 1239 | TRACE_EVENT(xchk_rtsum_record_free, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1239:1: note: in expansion of macro ‘TRACE_EVENT’ 1239 | TRACE_EVENT(xchk_rtsum_record_free, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_iscan_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1273:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1273 | DECLARE_EVENT_CLASS(xchk_iscan_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1273:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1273 | DECLARE_EVENT_CLASS(xchk_iscan_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_iscan_ino_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1300:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1300 | DECLARE_EVENT_CLASS(xchk_iscan_ino_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1300:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1300 | DECLARE_EVENT_CLASS(xchk_iscan_ino_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_iscan_iget’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1331:1: note: in expansion of macro ‘TRACE_EVENT’ 1331 | TRACE_EVENT(xchk_iscan_iget, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1331:1: note: in expansion of macro ‘TRACE_EVENT’ 1331 | TRACE_EVENT(xchk_iscan_iget, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_iscan_iget_batch’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1353:1: note: in expansion of macro ‘TRACE_EVENT’ 1353 | TRACE_EVENT(xchk_iscan_iget_batch, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1353:1: note: in expansion of macro ‘TRACE_EVENT’ 1353 | TRACE_EVENT(xchk_iscan_iget_batch, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_iscan_retry_wait_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1388:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1388 | DECLARE_EVENT_CLASS(xchk_iscan_retry_wait_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1388:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1388 | DECLARE_EVENT_CLASS(xchk_iscan_retry_wait_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_nlinks_collect_dirent’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1422:1: note: in expansion of macro ‘TRACE_EVENT’ 1422 | TRACE_EVENT(xchk_nlinks_collect_dirent, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1422:1: note: in expansion of macro ‘TRACE_EVENT’ 1422 | TRACE_EVENT(xchk_nlinks_collect_dirent, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_nlinks_collect_pptr’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1448:1: note: in expansion of macro ‘TRACE_EVENT’ 1448 | TRACE_EVENT(xchk_nlinks_collect_pptr, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1448:1: note: in expansion of macro ‘TRACE_EVENT’ 1448 | TRACE_EVENT(xchk_nlinks_collect_pptr, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_nlinks_collect_metafile’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1475:1: note: in expansion of macro ‘TRACE_EVENT’ 1475 | TRACE_EVENT(xchk_nlinks_collect_metafile, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1475:1: note: in expansion of macro ‘TRACE_EVENT’ 1475 | TRACE_EVENT(xchk_nlinks_collect_metafile, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_nlinks_live_update’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1491:1: note: in expansion of macro ‘TRACE_EVENT’ 1491 | TRACE_EVENT(xchk_nlinks_live_update, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1491:1: note: in expansion of macro ‘TRACE_EVENT’ 1491 | TRACE_EVENT(xchk_nlinks_live_update, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_nlinks_check_zero’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1523:1: note: in expansion of macro ‘TRACE_EVENT’ 1523 | TRACE_EVENT(xchk_nlinks_check_zero, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1523:1: note: in expansion of macro ‘TRACE_EVENT’ 1523 | TRACE_EVENT(xchk_nlinks_check_zero, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_nlinks_update_incore’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1549:1: note: in expansion of macro ‘TRACE_EVENT’ 1549 | TRACE_EVENT(xchk_nlinks_update_incore, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1549:1: note: in expansion of macro ‘TRACE_EVENT’ 1549 | TRACE_EVENT(xchk_nlinks_update_incore, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_nlinks_diff_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1585:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1585 | DECLARE_EVENT_CLASS(xchk_nlinks_diff_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1585:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1585 | DECLARE_EVENT_CLASS(xchk_nlinks_diff_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_pptr_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1623:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1623 | DECLARE_EVENT_CLASS(xchk_pptr_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1623:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1623 | DECLARE_EVENT_CLASS(xchk_pptr_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_dirtree_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1660:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1660 | DECLARE_EVENT_CLASS(xchk_dirtree_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1660:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1660 | DECLARE_EVENT_CLASS(xchk_dirtree_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_dirpath_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1704:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1704 | DECLARE_EVENT_CLASS(xchk_dirpath_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1704:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1704 | DECLARE_EVENT_CLASS(xchk_dirpath_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_dirpath_outcome_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1779:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1779 | DECLARE_EVENT_CLASS(xchk_dirpath_outcome_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1779:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1779 | DECLARE_EVENT_CLASS(xchk_dirpath_outcome_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_dirtree_evaluate_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1811:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1811 | DECLARE_EVENT_CLASS(xchk_dirtree_evaluate_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1811:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1811 | DECLARE_EVENT_CLASS(xchk_dirtree_evaluate_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_dirpath_changed’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1852:1: note: in expansion of macro ‘TRACE_EVENT’ 1852 | TRACE_EVENT(xchk_dirpath_changed, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1852:1: note: in expansion of macro ‘TRACE_EVENT’ 1852 | TRACE_EVENT(xchk_dirpath_changed, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_dirtree_live_update’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1885:1: note: in expansion of macro ‘TRACE_EVENT’ 1885 | TRACE_EVENT(xchk_dirtree_live_update, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1885:1: note: in expansion of macro ‘TRACE_EVENT’ 1885 | TRACE_EVENT(xchk_dirtree_live_update, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_extent_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1920:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1920 | DECLARE_EVENT_CLASS(xrep_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1920:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1920 | DECLARE_EVENT_CLASS(xrep_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_reap_find_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1951:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1951 | DECLARE_EVENT_CLASS(xrep_reap_find_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1951:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1951 | DECLARE_EVENT_CLASS(xrep_reap_find_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_rmap_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1984:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1984 | DECLARE_EVENT_CLASS(xrep_rmap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1984:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1984 | DECLARE_EVENT_CLASS(xrep_rmap_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_abt_found’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2025:1: note: in expansion of macro ‘TRACE_EVENT’ 2025 | TRACE_EVENT(xrep_abt_found, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2025:1: note: in expansion of macro ‘TRACE_EVENT’ 2025 | TRACE_EVENT(xrep_abt_found, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_ibt_found’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2048:1: note: in expansion of macro ‘TRACE_EVENT’ 2048 | TRACE_EVENT(xrep_ibt_found, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2048:1: note: in expansion of macro ‘TRACE_EVENT’ 2048 | TRACE_EVENT(xrep_ibt_found, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_refc_found’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2080:1: note: in expansion of macro ‘TRACE_EVENT’ 2080 | TRACE_EVENT(xrep_refc_found, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2080:1: note: in expansion of macro ‘TRACE_EVENT’ 2080 | TRACE_EVENT(xrep_refc_found, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_bmap_found’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2108:1: note: in expansion of macro ‘TRACE_EVENT’ 2108 | TRACE_EVENT(xrep_bmap_found, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2108:1: note: in expansion of macro ‘TRACE_EVENT’ 2108 | TRACE_EVENT(xrep_bmap_found, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_rmap_found’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2140:1: note: in expansion of macro ‘TRACE_EVENT’ 2140 | TRACE_EVENT(xrep_rmap_found, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2140:1: note: in expansion of macro ‘TRACE_EVENT’ 2140 | TRACE_EVENT(xrep_rmap_found, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_findroot_block’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2172:1: note: in expansion of macro ‘TRACE_EVENT’ 2172 | TRACE_EVENT(xrep_findroot_block, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2172:1: note: in expansion of macro ‘TRACE_EVENT’ 2172 | TRACE_EVENT(xrep_findroot_block, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_calc_ag_resblks’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2197:1: note: in expansion of macro ‘TRACE_EVENT’ 2197 | TRACE_EVENT(xrep_calc_ag_resblks, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2197:1: note: in expansion of macro ‘TRACE_EVENT’ 2197 | TRACE_EVENT(xrep_calc_ag_resblks, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_calc_ag_resblks_btsize’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2226:1: note: in expansion of macro ‘TRACE_EVENT’ 2226 | TRACE_EVENT(xrep_calc_ag_resblks_btsize, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2226:1: note: in expansion of macro ‘TRACE_EVENT’ 2226 | TRACE_EVENT(xrep_calc_ag_resblks_btsize, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_reset_counters’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2255:1: note: in expansion of macro ‘TRACE_EVENT’ 2255 | TRACE_EVENT(xrep_reset_counters, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2255:1: note: in expansion of macro ‘TRACE_EVENT’ 2255 | TRACE_EVENT(xrep_reset_counters, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_newbt_extent_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2280:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2280 | DECLARE_EVENT_CLASS(xrep_newbt_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2280:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2280 | DECLARE_EVENT_CLASS(xrep_newbt_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_dinode_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2317:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2317 | DECLARE_EVENT_CLASS(xrep_dinode_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2317:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2317 | DECLARE_EVENT_CLASS(xrep_dinode_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_inode_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2398:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2398 | DECLARE_EVENT_CLASS(xrep_inode_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2398:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2398 | DECLARE_EVENT_CLASS(xrep_inode_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_dinode_count_rmaps’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2450:1: note: in expansion of macro ‘TRACE_EVENT’ 2450 | TRACE_EVENT(xrep_dinode_count_rmaps, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2450:1: note: in expansion of macro ‘TRACE_EVENT’ 2450 | TRACE_EVENT(xrep_dinode_count_rmaps, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_dinode_findmode_dirent’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2488:1: note: in expansion of macro ‘TRACE_EVENT’ 2488 | TRACE_EVENT(xrep_dinode_findmode_dirent, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2488:1: note: in expansion of macro ‘TRACE_EVENT’ 2488 | TRACE_EVENT(xrep_dinode_findmode_dirent, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_dinode_findmode_dirent_inval’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2511:1: note: in expansion of macro ‘TRACE_EVENT’ 2511 | TRACE_EVENT(xrep_dinode_findmode_dirent_inval, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2511:1: note: in expansion of macro ‘TRACE_EVENT’ 2511 | TRACE_EVENT(xrep_dinode_findmode_dirent_inval, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_cow_mark_file_range’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2537:1: note: in expansion of macro ‘TRACE_EVENT’ 2537 | TRACE_EVENT(xrep_cow_mark_file_range, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2537:1: note: in expansion of macro ‘TRACE_EVENT’ 2537 | TRACE_EVENT(xrep_cow_mark_file_range, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_cow_replace_mapping’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2563:1: note: in expansion of macro ‘TRACE_EVENT’ 2563 | TRACE_EVENT(xrep_cow_replace_mapping, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2563:1: note: in expansion of macro ‘TRACE_EVENT’ 2563 | TRACE_EVENT(xrep_cow_replace_mapping, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_cow_free_staging’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2598:1: note: in expansion of macro ‘TRACE_EVENT’ 2598 | TRACE_EVENT(xrep_cow_free_staging, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2598:1: note: in expansion of macro ‘TRACE_EVENT’ 2598 | TRACE_EVENT(xrep_cow_free_staging, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_dquot_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2622:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2622 | DECLARE_EVENT_CLASS(xrep_dquot_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2622:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2622 | DECLARE_EVENT_CLASS(xrep_dquot_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_rmap_live_update’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2654:1: note: in expansion of macro ‘TRACE_EVENT’ 2654 | TRACE_EVENT(xrep_rmap_live_update, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2654:1: note: in expansion of macro ‘TRACE_EVENT’ 2654 | TRACE_EVENT(xrep_rmap_live_update, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_tempfile_create’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2690:1: note: in expansion of macro ‘TRACE_EVENT’ 2690 | TRACE_EVENT(xrep_tempfile_create, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2690:1: note: in expansion of macro ‘TRACE_EVENT’ 2690 | TRACE_EVENT(xrep_tempfile_create, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_tempfile_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2723:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2723 | DECLARE_EVENT_CLASS(xrep_tempfile_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2723:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2723 | DECLARE_EVENT_CLASS(xrep_tempfile_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xreap_ifork_extent’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2762:1: note: in expansion of macro ‘TRACE_EVENT’ 2762 | TRACE_EVENT(xreap_ifork_extent, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2762:1: note: in expansion of macro ‘TRACE_EVENT’ 2762 | TRACE_EVENT(xreap_ifork_extent, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xreap_bmapi_binval_scan’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2797:1: note: in expansion of macro ‘TRACE_EVENT’ 2797 | TRACE_EVENT(xreap_bmapi_binval_scan, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2797:1: note: in expansion of macro ‘TRACE_EVENT’ 2797 | TRACE_EVENT(xreap_bmapi_binval_scan, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_xattr_recover_leafblock’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2823:1: note: in expansion of macro ‘TRACE_EVENT’ 2823 | TRACE_EVENT(xrep_xattr_recover_leafblock, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2823:1: note: in expansion of macro ‘TRACE_EVENT’ 2823 | TRACE_EVENT(xrep_xattr_recover_leafblock, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_xattr_salvage_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2845:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2845 | DECLARE_EVENT_CLASS(xrep_xattr_salvage_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2845:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2845 | DECLARE_EVENT_CLASS(xrep_xattr_salvage_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_pptr_salvage_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2883:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2883 | DECLARE_EVENT_CLASS(xrep_pptr_salvage_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2883:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2883 | DECLARE_EVENT_CLASS(xrep_pptr_salvage_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_xattr_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2921:1: note: in expansion of macro ‘TRACE_EVENT’ 2921 | TRACE_EVENT(xrep_xattr_class, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2921:1: note: in expansion of macro ‘TRACE_EVENT’ 2921 | TRACE_EVENT(xrep_xattr_class, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_xattr_pptr_scan_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2947:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2947 | DECLARE_EVENT_CLASS(xrep_xattr_pptr_scan_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2947:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2947 | DECLARE_EVENT_CLASS(xrep_xattr_pptr_scan_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_dir_recover_dirblock’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2983:1: note: in expansion of macro ‘TRACE_EVENT’ 2983 | TRACE_EVENT(xrep_dir_recover_dirblock, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2983:1: note: in expansion of macro ‘TRACE_EVENT’ 2983 | TRACE_EVENT(xrep_dir_recover_dirblock, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_dir_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3009:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3009 | DECLARE_EVENT_CLASS(xrep_dir_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3009:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3009 | DECLARE_EVENT_CLASS(xrep_dir_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_dirent_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3035:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3035 | DECLARE_EVENT_CLASS(xrep_dirent_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3035:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3035 | DECLARE_EVENT_CLASS(xrep_dirent_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_adoption_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3075:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3075 | DECLARE_EVENT_CLASS(xrep_adoption_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3075:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3075 | DECLARE_EVENT_CLASS(xrep_adoption_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_parent_salvage_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3102:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3102 | DECLARE_EVENT_CLASS(xrep_parent_salvage_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3102:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3102 | DECLARE_EVENT_CLASS(xrep_parent_salvage_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_pptr_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3128:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3128 | DECLARE_EVENT_CLASS(xrep_pptr_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3128:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3128 | DECLARE_EVENT_CLASS(xrep_pptr_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_pptr_scan_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3166:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3166 | DECLARE_EVENT_CLASS(xrep_pptr_scan_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3166:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3166 | DECLARE_EVENT_CLASS(xrep_pptr_scan_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_nlinks_set_record’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3202:1: note: in expansion of macro ‘TRACE_EVENT’ 3202 | TRACE_EVENT(xrep_nlinks_set_record, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3202:1: note: in expansion of macro ‘TRACE_EVENT’ 3202 | TRACE_EVENT(xrep_nlinks_set_record, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_dentry_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3228:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3228 | DECLARE_EVENT_CLASS(xrep_dentry_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3228:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3228 | DECLARE_EVENT_CLASS(xrep_dentry_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_symlink_salvage_target’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3269:1: note: in expansion of macro ‘TRACE_EVENT’ 3269 | TRACE_EVENT(xrep_symlink_salvage_target, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3269:1: note: in expansion of macro ‘TRACE_EVENT’ 3269 | TRACE_EVENT(xrep_symlink_salvage_target, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_symlink_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3292:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3292 | DECLARE_EVENT_CLASS(xrep_symlink_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3292:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3292 | DECLARE_EVENT_CLASS(xrep_symlink_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_iunlink_visit’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3315:1: note: in expansion of macro ‘TRACE_EVENT’ 3315 | TRACE_EVENT(xrep_iunlink_visit, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3315:1: note: in expansion of macro ‘TRACE_EVENT’ 3315 | TRACE_EVENT(xrep_iunlink_visit, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_iunlink_reload_next’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3347:1: note: in expansion of macro ‘TRACE_EVENT’ 3347 | TRACE_EVENT(xrep_iunlink_reload_next, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3347:1: note: in expansion of macro ‘TRACE_EVENT’ 3347 | TRACE_EVENT(xrep_iunlink_reload_next, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_iunlink_reload_ondisk’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3379:1: note: in expansion of macro ‘TRACE_EVENT’ 3379 | TRACE_EVENT(xrep_iunlink_reload_ondisk, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3379:1: note: in expansion of macro ‘TRACE_EVENT’ 3379 | TRACE_EVENT(xrep_iunlink_reload_ondisk, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_iunlink_walk_ondisk_bucket’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3405:1: note: in expansion of macro ‘TRACE_EVENT’ 3405 | TRACE_EVENT(xrep_iunlink_walk_ondisk_bucket, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3405:1: note: in expansion of macro ‘TRACE_EVENT’ 3405 | TRACE_EVENT(xrep_iunlink_walk_ondisk_bucket, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_iunlink_resolve_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3431:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3431 | DECLARE_EVENT_CLASS(xrep_iunlink_resolve_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3431:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3431 | DECLARE_EVENT_CLASS(xrep_iunlink_resolve_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_iunlink_relink_next’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3466:1: note: in expansion of macro ‘TRACE_EVENT’ 3466 | TRACE_EVENT(xrep_iunlink_relink_next, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3466:1: note: in expansion of macro ‘TRACE_EVENT’ 3466 | TRACE_EVENT(xrep_iunlink_relink_next, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_iunlink_relink_prev’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3492:1: note: in expansion of macro ‘TRACE_EVENT’ 3492 | TRACE_EVENT(xrep_iunlink_relink_prev, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3492:1: note: in expansion of macro ‘TRACE_EVENT’ 3492 | TRACE_EVENT(xrep_iunlink_relink_prev, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_iunlink_add_to_bucket’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3518:1: note: in expansion of macro ‘TRACE_EVENT’ 3518 | TRACE_EVENT(xrep_iunlink_add_to_bucket, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3518:1: note: in expansion of macro ‘TRACE_EVENT’ 3518 | TRACE_EVENT(xrep_iunlink_add_to_bucket, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_iunlink_commit_bucket’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3544:1: note: in expansion of macro ‘TRACE_EVENT’ 3544 | TRACE_EVENT(xrep_iunlink_commit_bucket, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3544:1: note: in expansion of macro ‘TRACE_EVENT’ 3544 | TRACE_EVENT(xrep_iunlink_commit_bucket, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:137:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 137 | DECLARE_EVENT_CLASS(xchk_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:137:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 137 | DECLARE_EVENT_CLASS(xchk_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_fsgate_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:185:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 185 | DECLARE_EVENT_CLASS(xchk_fsgate_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:185:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 185 | DECLARE_EVENT_CLASS(xchk_fsgate_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_vector_head_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:212:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 212 | DECLARE_EVENT_CLASS(xchk_vector_head_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:212:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 212 | DECLARE_EVENT_CLASS(xchk_vector_head_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_vector_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:252:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 252 | DECLARE_EVENT_CLASS(xchk_vector_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:252:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 252 | DECLARE_EVENT_CLASS(xchk_vector_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_op_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:287:1: note: in expansion of macro ‘TRACE_EVENT’ 287 | TRACE_EVENT(xchk_op_error, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:287:1: note: in expansion of macro ‘TRACE_EVENT’ 287 | TRACE_EVENT(xchk_op_error, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_file_op_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ 316 | TRACE_EVENT(xchk_file_op_error, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ 316 | TRACE_EVENT(xchk_file_op_error, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_block_error_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:348:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 348 | DECLARE_EVENT_CLASS(xchk_block_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:348:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 348 | DECLARE_EVENT_CLASS(xchk_block_error_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_ino_error_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:383:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 383 | DECLARE_EVENT_CLASS(xchk_ino_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:383:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 383 | DECLARE_EVENT_CLASS(xchk_ino_error_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_fblock_error_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:415:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 415 | DECLARE_EVENT_CLASS(xchk_fblock_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:415:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 415 | DECLARE_EVENT_CLASS(xchk_fblock_error_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_dqiter_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:455:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 455 | DECLARE_EVENT_CLASS(xchk_dqiter_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:455:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 455 | DECLARE_EVENT_CLASS(xchk_dqiter_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_qcheck_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:501:1: note: in expansion of macro ‘TRACE_EVENT’ 501 | TRACE_EVENT(xchk_qcheck_error, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:501:1: note: in expansion of macro ‘TRACE_EVENT’ 501 | TRACE_EVENT(xchk_qcheck_error, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_incomplete’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:525:1: note: in expansion of macro ‘TRACE_EVENT’ 525 | TRACE_EVENT(xchk_incomplete, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:525:1: note: in expansion of macro ‘TRACE_EVENT’ 525 | TRACE_EVENT(xchk_incomplete, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_btree_op_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:544:1: note: in expansion of macro ‘TRACE_EVENT’ 544 | TRACE_EVENT(xchk_btree_op_error, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:544:1: note: in expansion of macro ‘TRACE_EVENT’ 544 | TRACE_EVENT(xchk_btree_op_error, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_ifork_btree_op_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:584:1: note: in expansion of macro ‘TRACE_EVENT’ 584 | TRACE_EVENT(xchk_ifork_btree_op_error, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:584:1: note: in expansion of macro ‘TRACE_EVENT’ 584 | TRACE_EVENT(xchk_ifork_btree_op_error, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_btree_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:629:1: note: in expansion of macro ‘TRACE_EVENT’ 629 | TRACE_EVENT(xchk_btree_error, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:629:1: note: in expansion of macro ‘TRACE_EVENT’ 629 | TRACE_EVENT(xchk_btree_error, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_ifork_btree_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:665:1: note: in expansion of macro ‘TRACE_EVENT’ 665 | TRACE_EVENT(xchk_ifork_btree_error, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:665:1: note: in expansion of macro ‘TRACE_EVENT’ 665 | TRACE_EVENT(xchk_ifork_btree_error, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_sbtree_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:707:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 707 | DECLARE_EVENT_CLASS(xchk_sbtree_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:707:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 707 | DECLARE_EVENT_CLASS(xchk_sbtree_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_xref_error’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:752:1: note: in expansion of macro ‘TRACE_EVENT’ 752 | TRACE_EVENT(xchk_xref_error, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:752:1: note: in expansion of macro ‘TRACE_EVENT’ 752 | TRACE_EVENT(xchk_xref_error, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_iallocbt_check_cluster’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:774:1: note: in expansion of macro ‘TRACE_EVENT’ 774 | TRACE_EVENT(xchk_iallocbt_check_cluster, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:774:1: note: in expansion of macro ‘TRACE_EVENT’ 774 | TRACE_EVENT(xchk_iallocbt_check_cluster, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_inode_is_allocated’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:819:1: note: in expansion of macro ‘TRACE_EVENT’ 819 | TRACE_EVENT(xchk_inode_is_allocated, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:819:1: note: in expansion of macro ‘TRACE_EVENT’ 819 | TRACE_EVENT(xchk_inode_is_allocated, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_fscounters_calc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:841:1: note: in expansion of macro ‘TRACE_EVENT’ 841 | TRACE_EVENT(xchk_fscounters_calc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:841:1: note: in expansion of macro ‘TRACE_EVENT’ 841 | TRACE_EVENT(xchk_fscounters_calc, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_fscounters_within_range’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:876:1: note: in expansion of macro ‘TRACE_EVENT’ 876 | TRACE_EVENT(xchk_fscounters_within_range, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:876:1: note: in expansion of macro ‘TRACE_EVENT’ 876 | TRACE_EVENT(xchk_fscounters_within_range, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_fsfreeze_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:899:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 899 | DECLARE_EVENT_CLASS(xchk_fsfreeze_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:899:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 899 | DECLARE_EVENT_CLASS(xchk_fsfreeze_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_refcount_incorrect’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:924:1: note: in expansion of macro ‘TRACE_EVENT’ 924 | TRACE_EVENT(xchk_refcount_incorrect, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:924:1: note: in expansion of macro ‘TRACE_EVENT’ 924 | TRACE_EVENT(xchk_refcount_incorrect, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xfile_create’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:956:1: note: in expansion of macro ‘TRACE_EVENT’ 956 | TRACE_EVENT(xfile_create, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:956:1: note: in expansion of macro ‘TRACE_EVENT’ 956 | TRACE_EVENT(xfile_create, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xfile_destroy’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:978:1: note: in expansion of macro ‘TRACE_EVENT’ 978 | TRACE_EVENT(xfile_destroy, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:978:1: note: in expansion of macro ‘TRACE_EVENT’ 978 | TRACE_EVENT(xfile_destroy, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xfile_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:999:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 999 | DECLARE_EVENT_CLASS(xfile_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:999:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 999 | DECLARE_EVENT_CLASS(xfile_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xfarray_create’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1036:1: note: in expansion of macro ‘TRACE_EVENT’ 1036 | TRACE_EVENT(xfarray_create, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1036:1: note: in expansion of macro ‘TRACE_EVENT’ 1036 | TRACE_EVENT(xfarray_create, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xfarray_isort’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1061:1: note: in expansion of macro ‘TRACE_EVENT’ 1061 | TRACE_EVENT(xfarray_isort, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1061:1: note: in expansion of macro ‘TRACE_EVENT’ 1061 | TRACE_EVENT(xfarray_isort, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xfarray_foliosort’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1081:1: note: in expansion of macro ‘TRACE_EVENT’ 1081 | TRACE_EVENT(xfarray_foliosort, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1081:1: note: in expansion of macro ‘TRACE_EVENT’ 1081 | TRACE_EVENT(xfarray_foliosort, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xfarray_qsort’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1101:1: note: in expansion of macro ‘TRACE_EVENT’ 1101 | TRACE_EVENT(xfarray_qsort, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1101:1: note: in expansion of macro ‘TRACE_EVENT’ 1101 | TRACE_EVENT(xfarray_qsort, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xfarray_sort’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1127:1: note: in expansion of macro ‘TRACE_EVENT’ 1127 | TRACE_EVENT(xfarray_sort, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1127:1: note: in expansion of macro ‘TRACE_EVENT’ 1127 | TRACE_EVENT(xfarray_sort, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xfarray_sort_scan’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1152:1: note: in expansion of macro ‘TRACE_EVENT’ 1152 | TRACE_EVENT(xfarray_sort_scan, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1152:1: note: in expansion of macro ‘TRACE_EVENT’ 1152 | TRACE_EVENT(xfarray_sort_scan, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xfarray_sort_stats’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1193:1: note: in expansion of macro ‘TRACE_EVENT’ 1193 | TRACE_EVENT(xfarray_sort_stats, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1193:1: note: in expansion of macro ‘TRACE_EVENT’ 1193 | TRACE_EVENT(xfarray_sort_stats, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_rtsum_record_free’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1239:1: note: in expansion of macro ‘TRACE_EVENT’ 1239 | TRACE_EVENT(xchk_rtsum_record_free, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1239:1: note: in expansion of macro ‘TRACE_EVENT’ 1239 | TRACE_EVENT(xchk_rtsum_record_free, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_iscan_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1273:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1273 | DECLARE_EVENT_CLASS(xchk_iscan_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1273:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1273 | DECLARE_EVENT_CLASS(xchk_iscan_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_iscan_ino_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1300:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1300 | DECLARE_EVENT_CLASS(xchk_iscan_ino_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1300:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1300 | DECLARE_EVENT_CLASS(xchk_iscan_ino_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_iscan_iget’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1331:1: note: in expansion of macro ‘TRACE_EVENT’ 1331 | TRACE_EVENT(xchk_iscan_iget, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1331:1: note: in expansion of macro ‘TRACE_EVENT’ 1331 | TRACE_EVENT(xchk_iscan_iget, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_iscan_iget_batch’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1353:1: note: in expansion of macro ‘TRACE_EVENT’ 1353 | TRACE_EVENT(xchk_iscan_iget_batch, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1353:1: note: in expansion of macro ‘TRACE_EVENT’ 1353 | TRACE_EVENT(xchk_iscan_iget_batch, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_iscan_retry_wait_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1388:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1388 | DECLARE_EVENT_CLASS(xchk_iscan_retry_wait_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1388:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1388 | DECLARE_EVENT_CLASS(xchk_iscan_retry_wait_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_nlinks_collect_dirent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1422:1: note: in expansion of macro ‘TRACE_EVENT’ 1422 | TRACE_EVENT(xchk_nlinks_collect_dirent, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1422:1: note: in expansion of macro ‘TRACE_EVENT’ 1422 | TRACE_EVENT(xchk_nlinks_collect_dirent, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_nlinks_collect_pptr’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1448:1: note: in expansion of macro ‘TRACE_EVENT’ 1448 | TRACE_EVENT(xchk_nlinks_collect_pptr, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1448:1: note: in expansion of macro ‘TRACE_EVENT’ 1448 | TRACE_EVENT(xchk_nlinks_collect_pptr, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_nlinks_collect_metafile’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1475:1: note: in expansion of macro ‘TRACE_EVENT’ 1475 | TRACE_EVENT(xchk_nlinks_collect_metafile, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1475:1: note: in expansion of macro ‘TRACE_EVENT’ 1475 | TRACE_EVENT(xchk_nlinks_collect_metafile, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_nlinks_live_update’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1491:1: note: in expansion of macro ‘TRACE_EVENT’ 1491 | TRACE_EVENT(xchk_nlinks_live_update, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1491:1: note: in expansion of macro ‘TRACE_EVENT’ 1491 | TRACE_EVENT(xchk_nlinks_live_update, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_nlinks_check_zero’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1523:1: note: in expansion of macro ‘TRACE_EVENT’ 1523 | TRACE_EVENT(xchk_nlinks_check_zero, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1523:1: note: in expansion of macro ‘TRACE_EVENT’ 1523 | TRACE_EVENT(xchk_nlinks_check_zero, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_nlinks_update_incore’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1549:1: note: in expansion of macro ‘TRACE_EVENT’ 1549 | TRACE_EVENT(xchk_nlinks_update_incore, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1549:1: note: in expansion of macro ‘TRACE_EVENT’ 1549 | TRACE_EVENT(xchk_nlinks_update_incore, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_nlinks_diff_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1585:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1585 | DECLARE_EVENT_CLASS(xchk_nlinks_diff_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1585:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1585 | DECLARE_EVENT_CLASS(xchk_nlinks_diff_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_pptr_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1623:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1623 | DECLARE_EVENT_CLASS(xchk_pptr_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1623:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1623 | DECLARE_EVENT_CLASS(xchk_pptr_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_dirtree_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1660:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1660 | DECLARE_EVENT_CLASS(xchk_dirtree_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1660:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1660 | DECLARE_EVENT_CLASS(xchk_dirtree_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_dirpath_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1704:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1704 | DECLARE_EVENT_CLASS(xchk_dirpath_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1704:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1704 | DECLARE_EVENT_CLASS(xchk_dirpath_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_dirpath_outcome_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1779:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1779 | DECLARE_EVENT_CLASS(xchk_dirpath_outcome_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1779:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1779 | DECLARE_EVENT_CLASS(xchk_dirpath_outcome_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_dirtree_evaluate_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1811:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1811 | DECLARE_EVENT_CLASS(xchk_dirtree_evaluate_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1811:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1811 | DECLARE_EVENT_CLASS(xchk_dirtree_evaluate_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_dirpath_changed’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1852:1: note: in expansion of macro ‘TRACE_EVENT’ 1852 | TRACE_EVENT(xchk_dirpath_changed, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1852:1: note: in expansion of macro ‘TRACE_EVENT’ 1852 | TRACE_EVENT(xchk_dirpath_changed, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xchk_dirtree_live_update’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1885:1: note: in expansion of macro ‘TRACE_EVENT’ 1885 | TRACE_EVENT(xchk_dirtree_live_update, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1885:1: note: in expansion of macro ‘TRACE_EVENT’ 1885 | TRACE_EVENT(xchk_dirtree_live_update, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_extent_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1920:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1920 | DECLARE_EVENT_CLASS(xrep_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1920:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1920 | DECLARE_EVENT_CLASS(xrep_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_reap_find_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1951:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1951 | DECLARE_EVENT_CLASS(xrep_reap_find_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1951:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1951 | DECLARE_EVENT_CLASS(xrep_reap_find_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_rmap_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1984:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1984 | DECLARE_EVENT_CLASS(xrep_rmap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:1984:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1984 | DECLARE_EVENT_CLASS(xrep_rmap_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_abt_found’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2025:1: note: in expansion of macro ‘TRACE_EVENT’ 2025 | TRACE_EVENT(xrep_abt_found, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2025:1: note: in expansion of macro ‘TRACE_EVENT’ 2025 | TRACE_EVENT(xrep_abt_found, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_ibt_found’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2048:1: note: in expansion of macro ‘TRACE_EVENT’ 2048 | TRACE_EVENT(xrep_ibt_found, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2048:1: note: in expansion of macro ‘TRACE_EVENT’ 2048 | TRACE_EVENT(xrep_ibt_found, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_refc_found’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2080:1: note: in expansion of macro ‘TRACE_EVENT’ 2080 | TRACE_EVENT(xrep_refc_found, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2080:1: note: in expansion of macro ‘TRACE_EVENT’ 2080 | TRACE_EVENT(xrep_refc_found, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_bmap_found’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2108:1: note: in expansion of macro ‘TRACE_EVENT’ 2108 | TRACE_EVENT(xrep_bmap_found, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2108:1: note: in expansion of macro ‘TRACE_EVENT’ 2108 | TRACE_EVENT(xrep_bmap_found, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_rmap_found’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2140:1: note: in expansion of macro ‘TRACE_EVENT’ 2140 | TRACE_EVENT(xrep_rmap_found, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2140:1: note: in expansion of macro ‘TRACE_EVENT’ 2140 | TRACE_EVENT(xrep_rmap_found, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_findroot_block’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2172:1: note: in expansion of macro ‘TRACE_EVENT’ 2172 | TRACE_EVENT(xrep_findroot_block, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2172:1: note: in expansion of macro ‘TRACE_EVENT’ 2172 | TRACE_EVENT(xrep_findroot_block, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_calc_ag_resblks’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2197:1: note: in expansion of macro ‘TRACE_EVENT’ 2197 | TRACE_EVENT(xrep_calc_ag_resblks, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2197:1: note: in expansion of macro ‘TRACE_EVENT’ 2197 | TRACE_EVENT(xrep_calc_ag_resblks, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_calc_ag_resblks_btsize’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2226:1: note: in expansion of macro ‘TRACE_EVENT’ 2226 | TRACE_EVENT(xrep_calc_ag_resblks_btsize, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2226:1: note: in expansion of macro ‘TRACE_EVENT’ 2226 | TRACE_EVENT(xrep_calc_ag_resblks_btsize, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_reset_counters’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2255:1: note: in expansion of macro ‘TRACE_EVENT’ 2255 | TRACE_EVENT(xrep_reset_counters, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2255:1: note: in expansion of macro ‘TRACE_EVENT’ 2255 | TRACE_EVENT(xrep_reset_counters, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_newbt_extent_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2280:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2280 | DECLARE_EVENT_CLASS(xrep_newbt_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2280:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2280 | DECLARE_EVENT_CLASS(xrep_newbt_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_dinode_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2317:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2317 | DECLARE_EVENT_CLASS(xrep_dinode_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2317:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2317 | DECLARE_EVENT_CLASS(xrep_dinode_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_inode_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2398:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2398 | DECLARE_EVENT_CLASS(xrep_inode_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2398:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2398 | DECLARE_EVENT_CLASS(xrep_inode_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_dinode_count_rmaps’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2450:1: note: in expansion of macro ‘TRACE_EVENT’ 2450 | TRACE_EVENT(xrep_dinode_count_rmaps, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2450:1: note: in expansion of macro ‘TRACE_EVENT’ 2450 | TRACE_EVENT(xrep_dinode_count_rmaps, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_dinode_findmode_dirent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2488:1: note: in expansion of macro ‘TRACE_EVENT’ 2488 | TRACE_EVENT(xrep_dinode_findmode_dirent, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2488:1: note: in expansion of macro ‘TRACE_EVENT’ 2488 | TRACE_EVENT(xrep_dinode_findmode_dirent, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_dinode_findmode_dirent_inval’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2511:1: note: in expansion of macro ‘TRACE_EVENT’ 2511 | TRACE_EVENT(xrep_dinode_findmode_dirent_inval, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2511:1: note: in expansion of macro ‘TRACE_EVENT’ 2511 | TRACE_EVENT(xrep_dinode_findmode_dirent_inval, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_cow_mark_file_range’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2537:1: note: in expansion of macro ‘TRACE_EVENT’ 2537 | TRACE_EVENT(xrep_cow_mark_file_range, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2537:1: note: in expansion of macro ‘TRACE_EVENT’ 2537 | TRACE_EVENT(xrep_cow_mark_file_range, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_cow_replace_mapping’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2563:1: note: in expansion of macro ‘TRACE_EVENT’ 2563 | TRACE_EVENT(xrep_cow_replace_mapping, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2563:1: note: in expansion of macro ‘TRACE_EVENT’ 2563 | TRACE_EVENT(xrep_cow_replace_mapping, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_cow_free_staging’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2598:1: note: in expansion of macro ‘TRACE_EVENT’ 2598 | TRACE_EVENT(xrep_cow_free_staging, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2598:1: note: in expansion of macro ‘TRACE_EVENT’ 2598 | TRACE_EVENT(xrep_cow_free_staging, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_dquot_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2622:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2622 | DECLARE_EVENT_CLASS(xrep_dquot_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2622:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2622 | DECLARE_EVENT_CLASS(xrep_dquot_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_rmap_live_update’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2654:1: note: in expansion of macro ‘TRACE_EVENT’ 2654 | TRACE_EVENT(xrep_rmap_live_update, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2654:1: note: in expansion of macro ‘TRACE_EVENT’ 2654 | TRACE_EVENT(xrep_rmap_live_update, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_tempfile_create’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2690:1: note: in expansion of macro ‘TRACE_EVENT’ 2690 | TRACE_EVENT(xrep_tempfile_create, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2690:1: note: in expansion of macro ‘TRACE_EVENT’ 2690 | TRACE_EVENT(xrep_tempfile_create, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_tempfile_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2723:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2723 | DECLARE_EVENT_CLASS(xrep_tempfile_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2723:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2723 | DECLARE_EVENT_CLASS(xrep_tempfile_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xreap_ifork_extent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2762:1: note: in expansion of macro ‘TRACE_EVENT’ 2762 | TRACE_EVENT(xreap_ifork_extent, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2762:1: note: in expansion of macro ‘TRACE_EVENT’ 2762 | TRACE_EVENT(xreap_ifork_extent, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xreap_bmapi_binval_scan’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2797:1: note: in expansion of macro ‘TRACE_EVENT’ 2797 | TRACE_EVENT(xreap_bmapi_binval_scan, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2797:1: note: in expansion of macro ‘TRACE_EVENT’ 2797 | TRACE_EVENT(xreap_bmapi_binval_scan, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_xattr_recover_leafblock’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2823:1: note: in expansion of macro ‘TRACE_EVENT’ 2823 | TRACE_EVENT(xrep_xattr_recover_leafblock, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2823:1: note: in expansion of macro ‘TRACE_EVENT’ 2823 | TRACE_EVENT(xrep_xattr_recover_leafblock, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_xattr_salvage_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2845:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2845 | DECLARE_EVENT_CLASS(xrep_xattr_salvage_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2845:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2845 | DECLARE_EVENT_CLASS(xrep_xattr_salvage_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_pptr_salvage_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2883:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2883 | DECLARE_EVENT_CLASS(xrep_pptr_salvage_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2883:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2883 | DECLARE_EVENT_CLASS(xrep_pptr_salvage_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_xattr_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2921:1: note: in expansion of macro ‘TRACE_EVENT’ 2921 | TRACE_EVENT(xrep_xattr_class, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2921:1: note: in expansion of macro ‘TRACE_EVENT’ 2921 | TRACE_EVENT(xrep_xattr_class, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_xattr_pptr_scan_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2947:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2947 | DECLARE_EVENT_CLASS(xrep_xattr_pptr_scan_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2947:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2947 | DECLARE_EVENT_CLASS(xrep_xattr_pptr_scan_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_dir_recover_dirblock’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2983:1: note: in expansion of macro ‘TRACE_EVENT’ 2983 | TRACE_EVENT(xrep_dir_recover_dirblock, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:2983:1: note: in expansion of macro ‘TRACE_EVENT’ 2983 | TRACE_EVENT(xrep_dir_recover_dirblock, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_dir_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3009:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3009 | DECLARE_EVENT_CLASS(xrep_dir_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3009:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3009 | DECLARE_EVENT_CLASS(xrep_dir_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_dirent_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3035:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3035 | DECLARE_EVENT_CLASS(xrep_dirent_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3035:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3035 | DECLARE_EVENT_CLASS(xrep_dirent_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_adoption_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3075:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3075 | DECLARE_EVENT_CLASS(xrep_adoption_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3075:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3075 | DECLARE_EVENT_CLASS(xrep_adoption_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_parent_salvage_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3102:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3102 | DECLARE_EVENT_CLASS(xrep_parent_salvage_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3102:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3102 | DECLARE_EVENT_CLASS(xrep_parent_salvage_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_pptr_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3128:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3128 | DECLARE_EVENT_CLASS(xrep_pptr_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3128:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3128 | DECLARE_EVENT_CLASS(xrep_pptr_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_pptr_scan_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3166:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3166 | DECLARE_EVENT_CLASS(xrep_pptr_scan_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3166:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3166 | DECLARE_EVENT_CLASS(xrep_pptr_scan_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_nlinks_set_record’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3202:1: note: in expansion of macro ‘TRACE_EVENT’ 3202 | TRACE_EVENT(xrep_nlinks_set_record, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3202:1: note: in expansion of macro ‘TRACE_EVENT’ 3202 | TRACE_EVENT(xrep_nlinks_set_record, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_dentry_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3228:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3228 | DECLARE_EVENT_CLASS(xrep_dentry_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3228:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3228 | DECLARE_EVENT_CLASS(xrep_dentry_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_symlink_salvage_target’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3269:1: note: in expansion of macro ‘TRACE_EVENT’ 3269 | TRACE_EVENT(xrep_symlink_salvage_target, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3269:1: note: in expansion of macro ‘TRACE_EVENT’ 3269 | TRACE_EVENT(xrep_symlink_salvage_target, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_symlink_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3292:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3292 | DECLARE_EVENT_CLASS(xrep_symlink_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3292:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3292 | DECLARE_EVENT_CLASS(xrep_symlink_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_iunlink_visit’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3315:1: note: in expansion of macro ‘TRACE_EVENT’ 3315 | TRACE_EVENT(xrep_iunlink_visit, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3315:1: note: in expansion of macro ‘TRACE_EVENT’ 3315 | TRACE_EVENT(xrep_iunlink_visit, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_iunlink_reload_next’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3347:1: note: in expansion of macro ‘TRACE_EVENT’ 3347 | TRACE_EVENT(xrep_iunlink_reload_next, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3347:1: note: in expansion of macro ‘TRACE_EVENT’ 3347 | TRACE_EVENT(xrep_iunlink_reload_next, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_iunlink_reload_ondisk’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3379:1: note: in expansion of macro ‘TRACE_EVENT’ 3379 | TRACE_EVENT(xrep_iunlink_reload_ondisk, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3379:1: note: in expansion of macro ‘TRACE_EVENT’ 3379 | TRACE_EVENT(xrep_iunlink_reload_ondisk, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_iunlink_walk_ondisk_bucket’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3405:1: note: in expansion of macro ‘TRACE_EVENT’ 3405 | TRACE_EVENT(xrep_iunlink_walk_ondisk_bucket, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3405:1: note: in expansion of macro ‘TRACE_EVENT’ 3405 | TRACE_EVENT(xrep_iunlink_walk_ondisk_bucket, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_iunlink_resolve_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3431:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3431 | DECLARE_EVENT_CLASS(xrep_iunlink_resolve_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3431:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3431 | DECLARE_EVENT_CLASS(xrep_iunlink_resolve_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_iunlink_relink_next’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3466:1: note: in expansion of macro ‘TRACE_EVENT’ 3466 | TRACE_EVENT(xrep_iunlink_relink_next, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3466:1: note: in expansion of macro ‘TRACE_EVENT’ 3466 | TRACE_EVENT(xrep_iunlink_relink_next, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_iunlink_relink_prev’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3492:1: note: in expansion of macro ‘TRACE_EVENT’ 3492 | TRACE_EVENT(xrep_iunlink_relink_prev, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3492:1: note: in expansion of macro ‘TRACE_EVENT’ 3492 | TRACE_EVENT(xrep_iunlink_relink_prev, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_iunlink_add_to_bucket’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3518:1: note: in expansion of macro ‘TRACE_EVENT’ 3518 | TRACE_EVENT(xrep_iunlink_add_to_bucket, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3518:1: note: in expansion of macro ‘TRACE_EVENT’ 3518 | TRACE_EVENT(xrep_iunlink_add_to_bucket, | ^~~~~~~~~~~ ../fs/xfs/./scrub/trace.h: In function ‘__bpf_trace_xrep_iunlink_commit_bucket’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3544:1: note: in expansion of macro ‘TRACE_EVENT’ 3544 | TRACE_EVENT(xrep_iunlink_commit_bucket, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./scrub/trace.h:3544:1: note: in expansion of macro ‘TRACE_EVENT’ 3544 | TRACE_EVENT(xrep_iunlink_commit_bucket, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: fs/xfs/scrub/trace.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/trace/define_trace.h:108, from ../fs/xfs/xfs_trace.h:5285, from ../fs/xfs/xfs_trace.c:53: ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_attr_list_class’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 103 | DECLARE_EVENT_CLASS(xfs_attr_list_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 103 | DECLARE_EVENT_CLASS(xfs_attr_list_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 103 | DECLARE_EVENT_CLASS(xfs_attr_list_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 103 | DECLARE_EVENT_CLASS(xfs_attr_list_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 103 | DECLARE_EVENT_CLASS(xfs_attr_list_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xlog_intent_recovery_failed’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:163:1: note: in expansion of macro ‘TRACE_EVENT’ 163 | TRACE_EVENT(xlog_intent_recovery_failed, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:163:1: note: in expansion of macro ‘TRACE_EVENT’ 163 | TRACE_EVENT(xlog_intent_recovery_failed, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_perag_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:183:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 183 | DECLARE_EVENT_CLASS(xfs_perag_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:183:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 183 | DECLARE_EVENT_CLASS(xfs_perag_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_inodegc_worker’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:222:1: note: in expansion of macro ‘TRACE_EVENT’ 222 | TRACE_EVENT(xfs_inodegc_worker, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:222:1: note: in expansion of macro ‘TRACE_EVENT’ 222 | TRACE_EVENT(xfs_inodegc_worker, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_fs_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:238:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 238 | DECLARE_EVENT_CLASS(xfs_fs_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:238:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 238 | DECLARE_EVENT_CLASS(xfs_fs_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_inodegc_shrinker_scan’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:281:1: note: in expansion of macro ‘TRACE_EVENT’ 281 | TRACE_EVENT(xfs_inodegc_shrinker_scan, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:281:1: note: in expansion of macro ‘TRACE_EVENT’ 281 | TRACE_EVENT(xfs_inodegc_shrinker_scan, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_ag_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:301:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 301 | DECLARE_EVENT_CLASS(xfs_ag_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:301:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 301 | DECLARE_EVENT_CLASS(xfs_ag_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_attr_list_node_descend’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ 326 | TRACE_EVENT(xfs_attr_list_node_descend, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ 326 | TRACE_EVENT(xfs_attr_list_node_descend, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_bmap_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:378:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 378 | DECLARE_EVENT_CLASS(xfs_bmap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:378:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 378 | DECLARE_EVENT_CLASS(xfs_bmap_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_buf_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:437:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 437 | DECLARE_EVENT_CLASS(xfs_buf_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:437:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 437 | DECLARE_EVENT_CLASS(xfs_buf_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_buf_flags_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:508:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 508 | DECLARE_EVENT_CLASS(xfs_buf_flags_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:508:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 508 | DECLARE_EVENT_CLASS(xfs_buf_flags_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_buf_ioerror’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:551:1: note: in expansion of macro ‘TRACE_EVENT’ 551 | TRACE_EVENT(xfs_buf_ioerror, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:551:1: note: in expansion of macro ‘TRACE_EVENT’ 551 | TRACE_EVENT(xfs_buf_ioerror, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_buf_item_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:589:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 589 | DECLARE_EVENT_CLASS(xfs_buf_item_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:589:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 589 | DECLARE_EVENT_CLASS(xfs_buf_item_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_filestream_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:664:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 664 | DECLARE_EVENT_CLASS(xfs_filestream_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:664:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 664 | DECLARE_EVENT_CLASS(xfs_filestream_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_filestream_pick’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:693:1: note: in expansion of macro ‘TRACE_EVENT’ 693 | TRACE_EVENT(xfs_filestream_pick, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:693:1: note: in expansion of macro ‘TRACE_EVENT’ 693 | TRACE_EVENT(xfs_filestream_pick, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_lock_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:723:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 723 | DECLARE_EVENT_CLASS(xfs_lock_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:723:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 723 | DECLARE_EVENT_CLASS(xfs_lock_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_inode_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:756:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 756 | DECLARE_EVENT_CLASS(xfs_inode_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:756:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 756 | DECLARE_EVENT_CLASS(xfs_inode_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_filemap_fault’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:830:1: note: in expansion of macro ‘TRACE_EVENT’ 830 | TRACE_EVENT(xfs_filemap_fault, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:830:1: note: in expansion of macro ‘TRACE_EVENT’ 830 | TRACE_EVENT(xfs_filemap_fault, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_iref_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:852:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 852 | DECLARE_EVENT_CLASS(xfs_iref_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:852:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 852 | DECLARE_EVENT_CLASS(xfs_iref_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_iomap_prealloc_size’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:877:1: note: in expansion of macro ‘TRACE_EVENT’ 877 | TRACE_EVENT(xfs_iomap_prealloc_size, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:877:1: note: in expansion of macro ‘TRACE_EVENT’ 877 | TRACE_EVENT(xfs_iomap_prealloc_size, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_irec_merge_pre’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:901:1: note: in expansion of macro ‘TRACE_EVENT’ 901 | TRACE_EVENT(xfs_irec_merge_pre, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:901:1: note: in expansion of macro ‘TRACE_EVENT’ 901 | TRACE_EVENT(xfs_irec_merge_pre, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_irec_merge_post’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:930:1: note: in expansion of macro ‘TRACE_EVENT’ 930 | TRACE_EVENT(xfs_irec_merge_post, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:930:1: note: in expansion of macro ‘TRACE_EVENT’ 930 | TRACE_EVENT(xfs_irec_merge_post, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_namespace_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:963:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 963 | DECLARE_EVENT_CLASS(xfs_namespace_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:963:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 963 | DECLARE_EVENT_CLASS(xfs_namespace_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_rename’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:995:1: note: in expansion of macro ‘TRACE_EVENT’ 995 | TRACE_EVENT(xfs_rename, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:995:1: note: in expansion of macro ‘TRACE_EVENT’ 995 | TRACE_EVENT(xfs_rename, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_dquot_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1029:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1029 | DECLARE_EVENT_CLASS(xfs_dquot_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1029:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1029 | DECLARE_EVENT_CLASS(xfs_dquot_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_trans_mod_dquot’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1127:1: note: in expansion of macro ‘TRACE_EVENT’ 1127 | TRACE_EVENT(xfs_trans_mod_dquot, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1127:1: note: in expansion of macro ‘TRACE_EVENT’ 1127 | TRACE_EVENT(xfs_trans_mod_dquot, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_dqtrx_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1156 | DECLARE_EVENT_CLASS(xfs_dqtrx_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1156 | DECLARE_EVENT_CLASS(xfs_dqtrx_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_loggrant_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1228:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1228 | DECLARE_EVENT_CLASS(xfs_loggrant_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1228:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1228 | DECLARE_EVENT_CLASS(xfs_loggrant_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_log_item_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1312:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1312 | DECLARE_EVENT_CLASS(xfs_log_item_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1312:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1312 | DECLARE_EVENT_CLASS(xfs_log_item_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_log_force’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1337:1: note: in expansion of macro ‘TRACE_EVENT’ 1337 | TRACE_EVENT(xfs_log_force, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1337:1: note: in expansion of macro ‘TRACE_EVENT’ 1337 | TRACE_EVENT(xfs_log_force, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_ail_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1367:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1367 | DECLARE_EVENT_CLASS(xfs_ail_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1367:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1367 | DECLARE_EVENT_CLASS(xfs_ail_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_log_assign_tail_lsn’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1403:1: note: in expansion of macro ‘TRACE_EVENT’ 1403 | TRACE_EVENT(xfs_log_assign_tail_lsn, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1403:1: note: in expansion of macro ‘TRACE_EVENT’ 1403 | TRACE_EVENT(xfs_log_assign_tail_lsn, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_file_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1425:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1425 | DECLARE_EVENT_CLASS(xfs_file_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1425:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1425 | DECLARE_EVENT_CLASS(xfs_file_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_imap_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1462:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1462 | DECLARE_EVENT_CLASS(xfs_imap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1462:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1462 | DECLARE_EVENT_CLASS(xfs_imap_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_simple_io_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1511:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1511 | DECLARE_EVENT_CLASS(xfs_simple_io_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1511:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1511 | DECLARE_EVENT_CLASS(xfs_simple_io_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_itrunc_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1553:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1553 | DECLARE_EVENT_CLASS(xfs_itrunc_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1553:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1553 | DECLARE_EVENT_CLASS(xfs_itrunc_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_pagecache_inval’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1582:1: note: in expansion of macro ‘TRACE_EVENT’ 1582 | TRACE_EVENT(xfs_pagecache_inval, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1582:1: note: in expansion of macro ‘TRACE_EVENT’ 1582 | TRACE_EVENT(xfs_pagecache_inval, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_bunmap’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1607:1: note: in expansion of macro ‘TRACE_EVENT’ 1607 | TRACE_EVENT(xfs_bunmap, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1607:1: note: in expansion of macro ‘TRACE_EVENT’ 1607 | TRACE_EVENT(xfs_bunmap, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_extent_busy_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1641:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1641 | DECLARE_EVENT_CLASS(xfs_extent_busy_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1641:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1641 | DECLARE_EVENT_CLASS(xfs_extent_busy_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_extent_busy_trim’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1673:1: note: in expansion of macro ‘TRACE_EVENT’ 1673 | TRACE_EVENT(xfs_extent_busy_trim, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1673:1: note: in expansion of macro ‘TRACE_EVENT’ 1673 | TRACE_EVENT(xfs_extent_busy_trim, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_agf_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1703:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1703 | DECLARE_EVENT_CLASS(xfs_agf_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1703:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1703 | DECLARE_EVENT_CLASS(xfs_agf_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_free_extent’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1765:1: note: in expansion of macro ‘TRACE_EVENT’ 1765 | TRACE_EVENT(xfs_free_extent, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1765:1: note: in expansion of macro ‘TRACE_EVENT’ 1765 | TRACE_EVENT(xfs_free_extent, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_alloc_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1800:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1800 | DECLARE_EVENT_CLASS(xfs_alloc_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1800:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1800 | DECLARE_EVENT_CLASS(xfs_alloc_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_alloc_cur_check’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1905:1: note: in expansion of macro ‘TRACE_EVENT’ 1905 | TRACE_EVENT(xfs_alloc_cur_check, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1905:1: note: in expansion of macro ‘TRACE_EVENT’ 1905 | TRACE_EVENT(xfs_alloc_cur_check, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_da_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1931:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1931 | DECLARE_EVENT_CLASS(xfs_da_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1931:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1931 | DECLARE_EVENT_CLASS(xfs_da_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_attr_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1998:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1998 | DECLARE_EVENT_CLASS(xfs_attr_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1998:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1998 | DECLARE_EVENT_CLASS(xfs_attr_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_dir2_space_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2106:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2106 | DECLARE_EVENT_CLASS(xfs_dir2_space_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2106:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2106 | DECLARE_EVENT_CLASS(xfs_dir2_space_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_dir2_leafn_moveents’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2137:1: note: in expansion of macro ‘TRACE_EVENT’ 2137 | TRACE_EVENT(xfs_dir2_leafn_moveents, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2137:1: note: in expansion of macro ‘TRACE_EVENT’ 2137 | TRACE_EVENT(xfs_dir2_leafn_moveents, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_swap_extent_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2176:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2176 | DECLARE_EVENT_CLASS(xfs_swap_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2176:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2176 | DECLARE_EVENT_CLASS(xfs_swap_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_log_recover’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2216:1: note: in expansion of macro ‘TRACE_EVENT’ 2216 | TRACE_EVENT(xfs_log_recover, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2216:1: note: in expansion of macro ‘TRACE_EVENT’ 2216 | TRACE_EVENT(xfs_log_recover, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_log_recover_record’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2234:1: note: in expansion of macro ‘TRACE_EVENT’ 2234 | TRACE_EVENT(xfs_log_recover_record, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2234:1: note: in expansion of macro ‘TRACE_EVENT’ 2234 | TRACE_EVENT(xfs_log_recover_record, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_log_recover_item_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2257:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2257 | DECLARE_EVENT_CLASS(xfs_log_recover_item_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2257:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2257 | DECLARE_EVENT_CLASS(xfs_log_recover_item_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_log_recover_buf_item_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2305:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2305 | DECLARE_EVENT_CLASS(xfs_log_recover_buf_item_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2305:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2305 | DECLARE_EVENT_CLASS(xfs_log_recover_buf_item_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_log_recover_ino_item_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2349:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2349 | DECLARE_EVENT_CLASS(xfs_log_recover_ino_item_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2349:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2349 | DECLARE_EVENT_CLASS(xfs_log_recover_ino_item_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_log_recover_icreate_item_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2395:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2395 | DECLARE_EVENT_CLASS(xfs_log_recover_icreate_item_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2395:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2395 | DECLARE_EVENT_CLASS(xfs_log_recover_icreate_item_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_discard_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2433:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2433 | DECLARE_EVENT_CLASS(xfs_discard_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2433:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2433 | DECLARE_EVENT_CLASS(xfs_discard_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_rtdiscard_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2466:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2466 | DECLARE_EVENT_CLASS(xfs_rtdiscard_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2466:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2466 | DECLARE_EVENT_CLASS(xfs_rtdiscard_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_btree_cur_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2495:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2495 | DECLARE_EVENT_CLASS(xfs_btree_cur_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2495:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2495 | DECLARE_EVENT_CLASS(xfs_btree_cur_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_btree_alloc_block’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2530:1: note: in expansion of macro ‘TRACE_EVENT’ 2530 | TRACE_EVENT(xfs_btree_alloc_block, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2530:1: note: in expansion of macro ‘TRACE_EVENT’ 2530 | TRACE_EVENT(xfs_btree_alloc_block, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_btree_free_block’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2584:1: note: in expansion of macro ‘TRACE_EVENT’ 2584 | TRACE_EVENT(xfs_btree_free_block, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2584:1: note: in expansion of macro ‘TRACE_EVENT’ 2584 | TRACE_EVENT(xfs_btree_free_block, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_defer_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2617:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2617 | DECLARE_EVENT_CLASS(xfs_defer_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2617:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2617 | DECLARE_EVENT_CLASS(xfs_defer_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_defer_error_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2641:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2641 | DECLARE_EVENT_CLASS(xfs_defer_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2641:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2641 | DECLARE_EVENT_CLASS(xfs_defer_error_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_defer_pending_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2665:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2665 | DECLARE_EVENT_CLASS(xfs_defer_pending_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2665:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2665 | DECLARE_EVENT_CLASS(xfs_defer_pending_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_free_extent_deferred_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2715:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2715 | DECLARE_EVENT_CLASS(xfs_free_extent_deferred_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2715:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2715 | DECLARE_EVENT_CLASS(xfs_free_extent_deferred_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_defer_pending_item_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2748:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2748 | DECLARE_EVENT_CLASS(xfs_defer_pending_item_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2748:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2748 | DECLARE_EVENT_CLASS(xfs_defer_pending_item_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_rmap_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2790:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2790 | DECLARE_EVENT_CLASS(xfs_rmap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2790:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2790 | DECLARE_EVENT_CLASS(xfs_rmap_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_btree_error_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2832:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2832 | DECLARE_EVENT_CLASS(xfs_btree_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2832:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2832 | DECLARE_EVENT_CLASS(xfs_btree_error_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_rmap_convert_state’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2886:1: note: in expansion of macro ‘TRACE_EVENT’ 2886 | TRACE_EVENT(xfs_rmap_convert_state, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2886:1: note: in expansion of macro ‘TRACE_EVENT’ 2886 | TRACE_EVENT(xfs_rmap_convert_state, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_rmapbt_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2924:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2924 | DECLARE_EVENT_CLASS(xfs_rmapbt_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2924:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2924 | DECLARE_EVENT_CLASS(xfs_rmapbt_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_rmap_deferred_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2972:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2972 | DECLARE_EVENT_CLASS(xfs_rmap_deferred_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2972:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2972 | DECLARE_EVENT_CLASS(xfs_rmap_deferred_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_bmap_deferred_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3035:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3035 | DECLARE_EVENT_CLASS(xfs_bmap_deferred_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3035:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3035 | DECLARE_EVENT_CLASS(xfs_bmap_deferred_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_ag_resv_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3096:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3096 | DECLARE_EVENT_CLASS(xfs_ag_resv_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3096:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3096 | DECLARE_EVENT_CLASS(xfs_ag_resv_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_ag_error_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3148 | DECLARE_EVENT_CLASS(xfs_ag_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3148 | DECLARE_EVENT_CLASS(xfs_ag_error_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_refcount_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3180 | DECLARE_EVENT_CLASS(xfs_refcount_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3180 | DECLARE_EVENT_CLASS(xfs_refcount_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_refcount_lookup’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3211:1: note: in expansion of macro ‘TRACE_EVENT’ 3211 | TRACE_EVENT(xfs_refcount_lookup, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3211:1: note: in expansion of macro ‘TRACE_EVENT’ 3211 | TRACE_EVENT(xfs_refcount_lookup, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_refcount_extent_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3236:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3236 | DECLARE_EVENT_CLASS(xfs_refcount_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3236:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3236 | DECLARE_EVENT_CLASS(xfs_refcount_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_refcount_extent_at_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3270:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3270 | DECLARE_EVENT_CLASS(xfs_refcount_extent_at_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3270:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3270 | DECLARE_EVENT_CLASS(xfs_refcount_extent_at_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_refcount_double_extent_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3309:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3309 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3309:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3309 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_refcount_double_extent_at_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3358:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3358 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_at_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3358:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3358 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_at_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_refcount_triple_extent_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3410:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3410 | DECLARE_EVENT_CLASS(xfs_refcount_triple_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3410:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3410 | DECLARE_EVENT_CLASS(xfs_refcount_triple_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_refcount_deferred_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3512:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3512 | DECLARE_EVENT_CLASS(xfs_refcount_deferred_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3512:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3512 | DECLARE_EVENT_CLASS(xfs_refcount_deferred_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_inode_error_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3545:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3545 | DECLARE_EVENT_CLASS(xfs_inode_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3545:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3545 | DECLARE_EVENT_CLASS(xfs_inode_error_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_double_io_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3576:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3576 | DECLARE_EVENT_CLASS(xfs_double_io_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3576:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3576 | DECLARE_EVENT_CLASS(xfs_double_io_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_inode_irec_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3626:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3626 | DECLARE_EVENT_CLASS(xfs_inode_irec_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3626:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3626 | DECLARE_EVENT_CLASS(xfs_inode_irec_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_wb_invalid_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3659:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3659 | DECLARE_EVENT_CLASS(xfs_wb_invalid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3659:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3659 | DECLARE_EVENT_CLASS(xfs_wb_invalid_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_iomap_invalid_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3702:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3702 | DECLARE_EVENT_CLASS(xfs_iomap_invalid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3702:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3702 | DECLARE_EVENT_CLASS(xfs_iomap_invalid_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_reflink_remap_blocks’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3750:1: note: in expansion of macro ‘TRACE_EVENT’ 3750 | TRACE_EVENT(xfs_reflink_remap_blocks, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3750:1: note: in expansion of macro ‘TRACE_EVENT’ 3750 | TRACE_EVENT(xfs_reflink_remap_blocks, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_ioctl_clone’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3794:1: note: in expansion of macro ‘TRACE_EVENT’ 3794 | TRACE_EVENT(xfs_ioctl_clone, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3794:1: note: in expansion of macro ‘TRACE_EVENT’ 3794 | TRACE_EVENT(xfs_ioctl_clone, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_fsmap_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3846:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3846 | DECLARE_EVENT_CLASS(xfs_fsmap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3846:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3846 | DECLARE_EVENT_CLASS(xfs_fsmap_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_fsmap_linear_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3889:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3889 | DECLARE_EVENT_CLASS(xfs_fsmap_linear_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3889:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3889 | DECLARE_EVENT_CLASS(xfs_fsmap_linear_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_getfsmap_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3914:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3914 | DECLARE_EVENT_CLASS(xfs_getfsmap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3914:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3914 | DECLARE_EVENT_CLASS(xfs_getfsmap_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_trans_resv_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3952:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3952 | DECLARE_EVENT_CLASS(xfs_trans_resv_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3952:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3952 | DECLARE_EVENT_CLASS(xfs_trans_resv_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_log_get_max_trans_res’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3986:1: note: in expansion of macro ‘TRACE_EVENT’ 3986 | TRACE_EVENT(xfs_log_get_max_trans_res, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3986:1: note: in expansion of macro ‘TRACE_EVENT’ 3986 | TRACE_EVENT(xfs_log_get_max_trans_res, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_trans_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4005:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4005 | DECLARE_EVENT_CLASS(xfs_trans_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4005:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4005 | DECLARE_EVENT_CLASS(xfs_trans_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_iunlink_update_bucket’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4043:1: note: in expansion of macro ‘TRACE_EVENT’ 4043 | TRACE_EVENT(xfs_iunlink_update_bucket, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4043:1: note: in expansion of macro ‘TRACE_EVENT’ 4043 | TRACE_EVENT(xfs_iunlink_update_bucket, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_iunlink_update_dinode’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4069:1: note: in expansion of macro ‘TRACE_EVENT’ 4069 | TRACE_EVENT(xfs_iunlink_update_dinode, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4069:1: note: in expansion of macro ‘TRACE_EVENT’ 4069 | TRACE_EVENT(xfs_iunlink_update_dinode, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_iunlink_reload_next’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4095:1: note: in expansion of macro ‘TRACE_EVENT’ 4095 | TRACE_EVENT(xfs_iunlink_reload_next, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4095:1: note: in expansion of macro ‘TRACE_EVENT’ 4095 | TRACE_EVENT(xfs_iunlink_reload_next, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_inode_reload_unlinked_bucket’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4120:1: note: in expansion of macro ‘TRACE_EVENT’ 4120 | TRACE_EVENT(xfs_inode_reload_unlinked_bucket, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4120:1: note: in expansion of macro ‘TRACE_EVENT’ 4120 | TRACE_EVENT(xfs_inode_reload_unlinked_bucket, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_ag_inode_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4140:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4140 | DECLARE_EVENT_CLASS(xfs_ag_inode_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4140:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4140 | DECLARE_EVENT_CLASS(xfs_ag_inode_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_fs_corrupt_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4165 | DECLARE_EVENT_CLASS(xfs_fs_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4165 | DECLARE_EVENT_CLASS(xfs_fs_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_ag_corrupt_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4193:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4193 | DECLARE_EVENT_CLASS(xfs_ag_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4193:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4193 | DECLARE_EVENT_CLASS(xfs_ag_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_inode_corrupt_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4220:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4220 | DECLARE_EVENT_CLASS(xfs_inode_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4220:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4220 | DECLARE_EVENT_CLASS(xfs_inode_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_iwalk_ag’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4246:1: note: in expansion of macro ‘TRACE_EVENT’ 4246 | TRACE_EVENT(xfs_iwalk_ag, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4246:1: note: in expansion of macro ‘TRACE_EVENT’ 4246 | TRACE_EVENT(xfs_iwalk_ag, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_iwalk_ag_rec’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4265:1: note: in expansion of macro ‘TRACE_EVENT’ 4265 | TRACE_EVENT(xfs_iwalk_ag_rec, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4265:1: note: in expansion of macro ‘TRACE_EVENT’ 4265 | TRACE_EVENT(xfs_iwalk_ag_rec, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_pwork_init’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4286:1: note: in expansion of macro ‘TRACE_EVENT’ 4286 | TRACE_EVENT(xfs_pwork_init, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4286:1: note: in expansion of macro ‘TRACE_EVENT’ 4286 | TRACE_EVENT(xfs_pwork_init, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_check_new_dalign’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4304:1: note: in expansion of macro ‘TRACE_EVENT’ 4304 | TRACE_EVENT(xfs_check_new_dalign, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4304:1: note: in expansion of macro ‘TRACE_EVENT’ 4304 | TRACE_EVENT(xfs_check_new_dalign, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_btree_commit_afakeroot’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4325:1: note: in expansion of macro ‘TRACE_EVENT’ 4325 | TRACE_EVENT(xfs_btree_commit_afakeroot, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4325:1: note: in expansion of macro ‘TRACE_EVENT’ 4325 | TRACE_EVENT(xfs_btree_commit_afakeroot, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_btree_commit_ifakeroot’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4353:1: note: in expansion of macro ‘TRACE_EVENT’ 4353 | TRACE_EVENT(xfs_btree_commit_ifakeroot, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4353:1: note: in expansion of macro ‘TRACE_EVENT’ 4353 | TRACE_EVENT(xfs_btree_commit_ifakeroot, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_btree_bload_level_geometry’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4386:1: note: in expansion of macro ‘TRACE_EVENT’ 4386 | TRACE_EVENT(xfs_btree_bload_level_geometry, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4386:1: note: in expansion of macro ‘TRACE_EVENT’ 4386 | TRACE_EVENT(xfs_btree_bload_level_geometry, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_btree_bload_block’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4427:1: note: in expansion of macro ‘TRACE_EVENT’ 4427 | TRACE_EVENT(xfs_btree_bload_block, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4427:1: note: in expansion of macro ‘TRACE_EVENT’ 4427 | TRACE_EVENT(xfs_btree_bload_block, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_timestamp_range_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4470:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4470 | DECLARE_EVENT_CLASS(xfs_timestamp_range_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4470:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4470 | DECLARE_EVENT_CLASS(xfs_timestamp_range_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_icwalk_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4496:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4496 | DECLARE_EVENT_CLASS(xfs_icwalk_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4496:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4496 | DECLARE_EVENT_CLASS(xfs_icwalk_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xlog_iclog_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4547:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4547 | DECLARE_EVENT_CLASS(xlog_iclog_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4547:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4547 | DECLARE_EVENT_CLASS(xlog_iclog_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_das_state_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4622:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4622 | DECLARE_EVENT_CLASS(xfs_das_state_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4622:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4622 | DECLARE_EVENT_CLASS(xfs_das_state_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_force_shutdown’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4652:1: note: in expansion of macro ‘TRACE_EVENT’ 4652 | TRACE_EVENT(xfs_force_shutdown, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4652:1: note: in expansion of macro ‘TRACE_EVENT’ 4652 | TRACE_EVENT(xfs_force_shutdown, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_perag_intents_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4679:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4679 | DECLARE_EVENT_CLASS(xfs_perag_intents_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4679:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4679 | DECLARE_EVENT_CLASS(xfs_perag_intents_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xmbuf_create’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4712:1: note: in expansion of macro ‘TRACE_EVENT’ 4712 | TRACE_EVENT(xmbuf_create, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4712:1: note: in expansion of macro ‘TRACE_EVENT’ 4712 | TRACE_EVENT(xmbuf_create, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xmbuf_free’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4737:1: note: in expansion of macro ‘TRACE_EVENT’ 4737 | TRACE_EVENT(xmbuf_free, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4737:1: note: in expansion of macro ‘TRACE_EVENT’ 4737 | TRACE_EVENT(xmbuf_free, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfbtree_init’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4764:1: note: in expansion of macro ‘TRACE_EVENT’ 4764 | TRACE_EVENT(xfbtree_init, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4764:1: note: in expansion of macro ‘TRACE_EVENT’ 4764 | TRACE_EVENT(xfbtree_init, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfbtree_buf_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4796:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4796 | DECLARE_EVENT_CLASS(xfbtree_buf_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4796:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4796 | DECLARE_EVENT_CLASS(xfbtree_buf_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfbtree_freesp_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4835:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4835 | DECLARE_EVENT_CLASS(xfbtree_freesp_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4835:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4835 | DECLARE_EVENT_CLASS(xfbtree_freesp_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_exchrange_inode_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4885:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4885 | DECLARE_EVENT_CLASS(xfs_exchrange_inode_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4885:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4885 | DECLARE_EVENT_CLASS(xfs_exchrange_inode_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_exchrange_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4932:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4932 | DECLARE_EVENT_CLASS(xfs_exchrange_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4932:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4932 | DECLARE_EVENT_CLASS(xfs_exchrange_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_exchmaps_overhead’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4989:1: note: in expansion of macro ‘TRACE_EVENT’ 4989 | TRACE_EVENT(xfs_exchmaps_overhead, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4989:1: note: in expansion of macro ‘TRACE_EVENT’ 4989 | TRACE_EVENT(xfs_exchmaps_overhead, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_exchmaps_estimate_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5009:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 5009 | DECLARE_EVENT_CLASS(xfs_exchmaps_estimate_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5009:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 5009 | DECLARE_EVENT_CLASS(xfs_exchmaps_estimate_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_exchmaps_intent_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5063:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 5063 | DECLARE_EVENT_CLASS(xfs_exchmaps_intent_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5063:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 5063 | DECLARE_EVENT_CLASS(xfs_exchmaps_intent_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_exchmaps_delta_nextents_step’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5109:1: note: in expansion of macro ‘TRACE_EVENT’ 5109 | TRACE_EVENT(xfs_exchmaps_delta_nextents_step, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5109:1: note: in expansion of macro ‘TRACE_EVENT’ 5109 | TRACE_EVENT(xfs_exchmaps_delta_nextents_step, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_exchmaps_delta_nextents’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5160:1: note: in expansion of macro ‘TRACE_EVENT’ 5160 | TRACE_EVENT(xfs_exchmaps_delta_nextents, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5160:1: note: in expansion of macro ‘TRACE_EVENT’ 5160 | TRACE_EVENT(xfs_exchmaps_delta_nextents, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_getparents_rec_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5191:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 5191 | DECLARE_EVENT_CLASS(xfs_getparents_rec_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5191:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 5191 | DECLARE_EVENT_CLASS(xfs_getparents_rec_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘trace_event_raw_event_xfs_getparents_class’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5235:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 5235 | DECLARE_EVENT_CLASS(xfs_getparents_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5235:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 5235 | DECLARE_EVENT_CLASS(xfs_getparents_class, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_attr_list_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 103 | DECLARE_EVENT_CLASS(xfs_attr_list_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 103 | DECLARE_EVENT_CLASS(xfs_attr_list_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xlog_intent_recovery_failed’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:163:1: note: in expansion of macro ‘TRACE_EVENT’ 163 | TRACE_EVENT(xlog_intent_recovery_failed, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:163:1: note: in expansion of macro ‘TRACE_EVENT’ 163 | TRACE_EVENT(xlog_intent_recovery_failed, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_perag_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:183:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 183 | DECLARE_EVENT_CLASS(xfs_perag_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:183:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 183 | DECLARE_EVENT_CLASS(xfs_perag_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_inodegc_worker’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:222:1: note: in expansion of macro ‘TRACE_EVENT’ 222 | TRACE_EVENT(xfs_inodegc_worker, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:222:1: note: in expansion of macro ‘TRACE_EVENT’ 222 | TRACE_EVENT(xfs_inodegc_worker, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_fs_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:238:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 238 | DECLARE_EVENT_CLASS(xfs_fs_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:238:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 238 | DECLARE_EVENT_CLASS(xfs_fs_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_inodegc_shrinker_scan’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:281:1: note: in expansion of macro ‘TRACE_EVENT’ 281 | TRACE_EVENT(xfs_inodegc_shrinker_scan, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:281:1: note: in expansion of macro ‘TRACE_EVENT’ 281 | TRACE_EVENT(xfs_inodegc_shrinker_scan, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_ag_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:301:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 301 | DECLARE_EVENT_CLASS(xfs_ag_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:301:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 301 | DECLARE_EVENT_CLASS(xfs_ag_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_attr_list_node_descend’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ 326 | TRACE_EVENT(xfs_attr_list_node_descend, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ 326 | TRACE_EVENT(xfs_attr_list_node_descend, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_bmap_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:378:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 378 | DECLARE_EVENT_CLASS(xfs_bmap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:378:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 378 | DECLARE_EVENT_CLASS(xfs_bmap_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_buf_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:437:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 437 | DECLARE_EVENT_CLASS(xfs_buf_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:437:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 437 | DECLARE_EVENT_CLASS(xfs_buf_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_buf_flags_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:508:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 508 | DECLARE_EVENT_CLASS(xfs_buf_flags_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:508:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 508 | DECLARE_EVENT_CLASS(xfs_buf_flags_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_buf_ioerror’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:551:1: note: in expansion of macro ‘TRACE_EVENT’ 551 | TRACE_EVENT(xfs_buf_ioerror, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:551:1: note: in expansion of macro ‘TRACE_EVENT’ 551 | TRACE_EVENT(xfs_buf_ioerror, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_buf_item_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:589:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 589 | DECLARE_EVENT_CLASS(xfs_buf_item_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:589:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 589 | DECLARE_EVENT_CLASS(xfs_buf_item_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_filestream_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:664:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 664 | DECLARE_EVENT_CLASS(xfs_filestream_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:664:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 664 | DECLARE_EVENT_CLASS(xfs_filestream_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_filestream_pick’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:693:1: note: in expansion of macro ‘TRACE_EVENT’ 693 | TRACE_EVENT(xfs_filestream_pick, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:693:1: note: in expansion of macro ‘TRACE_EVENT’ 693 | TRACE_EVENT(xfs_filestream_pick, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_lock_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:723:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 723 | DECLARE_EVENT_CLASS(xfs_lock_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:723:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 723 | DECLARE_EVENT_CLASS(xfs_lock_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_inode_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:756:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 756 | DECLARE_EVENT_CLASS(xfs_inode_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:756:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 756 | DECLARE_EVENT_CLASS(xfs_inode_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_filemap_fault’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:830:1: note: in expansion of macro ‘TRACE_EVENT’ 830 | TRACE_EVENT(xfs_filemap_fault, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:830:1: note: in expansion of macro ‘TRACE_EVENT’ 830 | TRACE_EVENT(xfs_filemap_fault, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_iref_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:852:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 852 | DECLARE_EVENT_CLASS(xfs_iref_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:852:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 852 | DECLARE_EVENT_CLASS(xfs_iref_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_iomap_prealloc_size’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:877:1: note: in expansion of macro ‘TRACE_EVENT’ 877 | TRACE_EVENT(xfs_iomap_prealloc_size, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:877:1: note: in expansion of macro ‘TRACE_EVENT’ 877 | TRACE_EVENT(xfs_iomap_prealloc_size, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_irec_merge_pre’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:901:1: note: in expansion of macro ‘TRACE_EVENT’ 901 | TRACE_EVENT(xfs_irec_merge_pre, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:901:1: note: in expansion of macro ‘TRACE_EVENT’ 901 | TRACE_EVENT(xfs_irec_merge_pre, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_irec_merge_post’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:930:1: note: in expansion of macro ‘TRACE_EVENT’ 930 | TRACE_EVENT(xfs_irec_merge_post, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:930:1: note: in expansion of macro ‘TRACE_EVENT’ 930 | TRACE_EVENT(xfs_irec_merge_post, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_namespace_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:963:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 963 | DECLARE_EVENT_CLASS(xfs_namespace_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:963:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 963 | DECLARE_EVENT_CLASS(xfs_namespace_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_rename’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:995:1: note: in expansion of macro ‘TRACE_EVENT’ 995 | TRACE_EVENT(xfs_rename, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:995:1: note: in expansion of macro ‘TRACE_EVENT’ 995 | TRACE_EVENT(xfs_rename, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_dquot_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1029:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1029 | DECLARE_EVENT_CLASS(xfs_dquot_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1029:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1029 | DECLARE_EVENT_CLASS(xfs_dquot_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_trans_mod_dquot’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1127:1: note: in expansion of macro ‘TRACE_EVENT’ 1127 | TRACE_EVENT(xfs_trans_mod_dquot, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1127:1: note: in expansion of macro ‘TRACE_EVENT’ 1127 | TRACE_EVENT(xfs_trans_mod_dquot, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_dqtrx_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1156 | DECLARE_EVENT_CLASS(xfs_dqtrx_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1156 | DECLARE_EVENT_CLASS(xfs_dqtrx_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_loggrant_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1228:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1228 | DECLARE_EVENT_CLASS(xfs_loggrant_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1228:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1228 | DECLARE_EVENT_CLASS(xfs_loggrant_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_log_item_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1312:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1312 | DECLARE_EVENT_CLASS(xfs_log_item_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1312:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1312 | DECLARE_EVENT_CLASS(xfs_log_item_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_log_force’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1337:1: note: in expansion of macro ‘TRACE_EVENT’ 1337 | TRACE_EVENT(xfs_log_force, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1337:1: note: in expansion of macro ‘TRACE_EVENT’ 1337 | TRACE_EVENT(xfs_log_force, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_ail_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1367:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1367 | DECLARE_EVENT_CLASS(xfs_ail_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1367:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1367 | DECLARE_EVENT_CLASS(xfs_ail_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_log_assign_tail_lsn’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1403:1: note: in expansion of macro ‘TRACE_EVENT’ 1403 | TRACE_EVENT(xfs_log_assign_tail_lsn, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1403:1: note: in expansion of macro ‘TRACE_EVENT’ 1403 | TRACE_EVENT(xfs_log_assign_tail_lsn, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_file_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1425:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1425 | DECLARE_EVENT_CLASS(xfs_file_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1425:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1425 | DECLARE_EVENT_CLASS(xfs_file_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_imap_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1462:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1462 | DECLARE_EVENT_CLASS(xfs_imap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1462:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1462 | DECLARE_EVENT_CLASS(xfs_imap_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_simple_io_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1511:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1511 | DECLARE_EVENT_CLASS(xfs_simple_io_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1511:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1511 | DECLARE_EVENT_CLASS(xfs_simple_io_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_itrunc_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1553:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1553 | DECLARE_EVENT_CLASS(xfs_itrunc_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1553:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1553 | DECLARE_EVENT_CLASS(xfs_itrunc_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_pagecache_inval’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1582:1: note: in expansion of macro ‘TRACE_EVENT’ 1582 | TRACE_EVENT(xfs_pagecache_inval, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1582:1: note: in expansion of macro ‘TRACE_EVENT’ 1582 | TRACE_EVENT(xfs_pagecache_inval, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_bunmap’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1607:1: note: in expansion of macro ‘TRACE_EVENT’ 1607 | TRACE_EVENT(xfs_bunmap, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1607:1: note: in expansion of macro ‘TRACE_EVENT’ 1607 | TRACE_EVENT(xfs_bunmap, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_extent_busy_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1641:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1641 | DECLARE_EVENT_CLASS(xfs_extent_busy_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1641:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1641 | DECLARE_EVENT_CLASS(xfs_extent_busy_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_extent_busy_trim’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1673:1: note: in expansion of macro ‘TRACE_EVENT’ 1673 | TRACE_EVENT(xfs_extent_busy_trim, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1673:1: note: in expansion of macro ‘TRACE_EVENT’ 1673 | TRACE_EVENT(xfs_extent_busy_trim, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_agf_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1703:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1703 | DECLARE_EVENT_CLASS(xfs_agf_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1703:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1703 | DECLARE_EVENT_CLASS(xfs_agf_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_free_extent’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1765:1: note: in expansion of macro ‘TRACE_EVENT’ 1765 | TRACE_EVENT(xfs_free_extent, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1765:1: note: in expansion of macro ‘TRACE_EVENT’ 1765 | TRACE_EVENT(xfs_free_extent, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_alloc_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1800:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1800 | DECLARE_EVENT_CLASS(xfs_alloc_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1800:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1800 | DECLARE_EVENT_CLASS(xfs_alloc_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_alloc_cur_check’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1905:1: note: in expansion of macro ‘TRACE_EVENT’ 1905 | TRACE_EVENT(xfs_alloc_cur_check, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1905:1: note: in expansion of macro ‘TRACE_EVENT’ 1905 | TRACE_EVENT(xfs_alloc_cur_check, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_da_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1931:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1931 | DECLARE_EVENT_CLASS(xfs_da_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1931:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1931 | DECLARE_EVENT_CLASS(xfs_da_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_attr_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1998:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1998 | DECLARE_EVENT_CLASS(xfs_attr_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1998:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1998 | DECLARE_EVENT_CLASS(xfs_attr_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_dir2_space_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2106:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2106 | DECLARE_EVENT_CLASS(xfs_dir2_space_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2106:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2106 | DECLARE_EVENT_CLASS(xfs_dir2_space_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_dir2_leafn_moveents’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2137:1: note: in expansion of macro ‘TRACE_EVENT’ 2137 | TRACE_EVENT(xfs_dir2_leafn_moveents, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2137:1: note: in expansion of macro ‘TRACE_EVENT’ 2137 | TRACE_EVENT(xfs_dir2_leafn_moveents, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_swap_extent_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2176:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2176 | DECLARE_EVENT_CLASS(xfs_swap_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2176:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2176 | DECLARE_EVENT_CLASS(xfs_swap_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_log_recover’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2216:1: note: in expansion of macro ‘TRACE_EVENT’ 2216 | TRACE_EVENT(xfs_log_recover, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2216:1: note: in expansion of macro ‘TRACE_EVENT’ 2216 | TRACE_EVENT(xfs_log_recover, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_log_recover_record’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2234:1: note: in expansion of macro ‘TRACE_EVENT’ 2234 | TRACE_EVENT(xfs_log_recover_record, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2234:1: note: in expansion of macro ‘TRACE_EVENT’ 2234 | TRACE_EVENT(xfs_log_recover_record, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_log_recover_item_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2257:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2257 | DECLARE_EVENT_CLASS(xfs_log_recover_item_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2257:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2257 | DECLARE_EVENT_CLASS(xfs_log_recover_item_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_log_recover_buf_item_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2305:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2305 | DECLARE_EVENT_CLASS(xfs_log_recover_buf_item_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2305:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2305 | DECLARE_EVENT_CLASS(xfs_log_recover_buf_item_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_log_recover_ino_item_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2349:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2349 | DECLARE_EVENT_CLASS(xfs_log_recover_ino_item_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2349:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2349 | DECLARE_EVENT_CLASS(xfs_log_recover_ino_item_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_log_recover_icreate_item_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2395:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2395 | DECLARE_EVENT_CLASS(xfs_log_recover_icreate_item_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2395:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2395 | DECLARE_EVENT_CLASS(xfs_log_recover_icreate_item_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_discard_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2433:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2433 | DECLARE_EVENT_CLASS(xfs_discard_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2433:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2433 | DECLARE_EVENT_CLASS(xfs_discard_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_rtdiscard_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2466:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2466 | DECLARE_EVENT_CLASS(xfs_rtdiscard_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2466:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2466 | DECLARE_EVENT_CLASS(xfs_rtdiscard_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_btree_cur_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2495:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2495 | DECLARE_EVENT_CLASS(xfs_btree_cur_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2495:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2495 | DECLARE_EVENT_CLASS(xfs_btree_cur_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_btree_alloc_block’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2530:1: note: in expansion of macro ‘TRACE_EVENT’ 2530 | TRACE_EVENT(xfs_btree_alloc_block, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2530:1: note: in expansion of macro ‘TRACE_EVENT’ 2530 | TRACE_EVENT(xfs_btree_alloc_block, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_btree_free_block’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2584:1: note: in expansion of macro ‘TRACE_EVENT’ 2584 | TRACE_EVENT(xfs_btree_free_block, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2584:1: note: in expansion of macro ‘TRACE_EVENT’ 2584 | TRACE_EVENT(xfs_btree_free_block, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_defer_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2617:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2617 | DECLARE_EVENT_CLASS(xfs_defer_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2617:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2617 | DECLARE_EVENT_CLASS(xfs_defer_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_defer_error_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2641:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2641 | DECLARE_EVENT_CLASS(xfs_defer_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2641:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2641 | DECLARE_EVENT_CLASS(xfs_defer_error_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_defer_pending_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2665:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2665 | DECLARE_EVENT_CLASS(xfs_defer_pending_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2665:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2665 | DECLARE_EVENT_CLASS(xfs_defer_pending_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_free_extent_deferred_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2715:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2715 | DECLARE_EVENT_CLASS(xfs_free_extent_deferred_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2715:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2715 | DECLARE_EVENT_CLASS(xfs_free_extent_deferred_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_defer_pending_item_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2748:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2748 | DECLARE_EVENT_CLASS(xfs_defer_pending_item_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2748:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2748 | DECLARE_EVENT_CLASS(xfs_defer_pending_item_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_rmap_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2790:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2790 | DECLARE_EVENT_CLASS(xfs_rmap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2790:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2790 | DECLARE_EVENT_CLASS(xfs_rmap_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_btree_error_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2832:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2832 | DECLARE_EVENT_CLASS(xfs_btree_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2832:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2832 | DECLARE_EVENT_CLASS(xfs_btree_error_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_rmap_convert_state’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2886:1: note: in expansion of macro ‘TRACE_EVENT’ 2886 | TRACE_EVENT(xfs_rmap_convert_state, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2886:1: note: in expansion of macro ‘TRACE_EVENT’ 2886 | TRACE_EVENT(xfs_rmap_convert_state, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_rmapbt_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2924:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2924 | DECLARE_EVENT_CLASS(xfs_rmapbt_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2924:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2924 | DECLARE_EVENT_CLASS(xfs_rmapbt_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_rmap_deferred_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2972:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2972 | DECLARE_EVENT_CLASS(xfs_rmap_deferred_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2972:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2972 | DECLARE_EVENT_CLASS(xfs_rmap_deferred_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_bmap_deferred_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3035:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3035 | DECLARE_EVENT_CLASS(xfs_bmap_deferred_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3035:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3035 | DECLARE_EVENT_CLASS(xfs_bmap_deferred_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_ag_resv_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3096:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3096 | DECLARE_EVENT_CLASS(xfs_ag_resv_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3096:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3096 | DECLARE_EVENT_CLASS(xfs_ag_resv_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_ag_error_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3148 | DECLARE_EVENT_CLASS(xfs_ag_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3148 | DECLARE_EVENT_CLASS(xfs_ag_error_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_refcount_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3180 | DECLARE_EVENT_CLASS(xfs_refcount_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3180 | DECLARE_EVENT_CLASS(xfs_refcount_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_refcount_lookup’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3211:1: note: in expansion of macro ‘TRACE_EVENT’ 3211 | TRACE_EVENT(xfs_refcount_lookup, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3211:1: note: in expansion of macro ‘TRACE_EVENT’ 3211 | TRACE_EVENT(xfs_refcount_lookup, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_refcount_extent_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3236:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3236 | DECLARE_EVENT_CLASS(xfs_refcount_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3236:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3236 | DECLARE_EVENT_CLASS(xfs_refcount_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_refcount_extent_at_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3270:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3270 | DECLARE_EVENT_CLASS(xfs_refcount_extent_at_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3270:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3270 | DECLARE_EVENT_CLASS(xfs_refcount_extent_at_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_refcount_double_extent_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3309:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3309 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3309:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3309 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_refcount_double_extent_at_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3358:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3358 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_at_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3358:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3358 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_at_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_refcount_triple_extent_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3410:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3410 | DECLARE_EVENT_CLASS(xfs_refcount_triple_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3410:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3410 | DECLARE_EVENT_CLASS(xfs_refcount_triple_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_refcount_deferred_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3512:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3512 | DECLARE_EVENT_CLASS(xfs_refcount_deferred_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3512:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3512 | DECLARE_EVENT_CLASS(xfs_refcount_deferred_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_inode_error_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3545:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3545 | DECLARE_EVENT_CLASS(xfs_inode_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3545:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3545 | DECLARE_EVENT_CLASS(xfs_inode_error_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_double_io_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3576:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3576 | DECLARE_EVENT_CLASS(xfs_double_io_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3576:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3576 | DECLARE_EVENT_CLASS(xfs_double_io_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_inode_irec_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3626:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3626 | DECLARE_EVENT_CLASS(xfs_inode_irec_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3626:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3626 | DECLARE_EVENT_CLASS(xfs_inode_irec_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_wb_invalid_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3659:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3659 | DECLARE_EVENT_CLASS(xfs_wb_invalid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3659:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3659 | DECLARE_EVENT_CLASS(xfs_wb_invalid_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_iomap_invalid_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3702:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3702 | DECLARE_EVENT_CLASS(xfs_iomap_invalid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3702:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3702 | DECLARE_EVENT_CLASS(xfs_iomap_invalid_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_reflink_remap_blocks’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3750:1: note: in expansion of macro ‘TRACE_EVENT’ 3750 | TRACE_EVENT(xfs_reflink_remap_blocks, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3750:1: note: in expansion of macro ‘TRACE_EVENT’ 3750 | TRACE_EVENT(xfs_reflink_remap_blocks, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_ioctl_clone’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3794:1: note: in expansion of macro ‘TRACE_EVENT’ 3794 | TRACE_EVENT(xfs_ioctl_clone, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3794:1: note: in expansion of macro ‘TRACE_EVENT’ 3794 | TRACE_EVENT(xfs_ioctl_clone, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_fsmap_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3846:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3846 | DECLARE_EVENT_CLASS(xfs_fsmap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3846:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3846 | DECLARE_EVENT_CLASS(xfs_fsmap_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_fsmap_linear_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3889:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3889 | DECLARE_EVENT_CLASS(xfs_fsmap_linear_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3889:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3889 | DECLARE_EVENT_CLASS(xfs_fsmap_linear_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_getfsmap_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3914:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3914 | DECLARE_EVENT_CLASS(xfs_getfsmap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3914:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3914 | DECLARE_EVENT_CLASS(xfs_getfsmap_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_trans_resv_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3952:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3952 | DECLARE_EVENT_CLASS(xfs_trans_resv_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3952:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3952 | DECLARE_EVENT_CLASS(xfs_trans_resv_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_log_get_max_trans_res’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3986:1: note: in expansion of macro ‘TRACE_EVENT’ 3986 | TRACE_EVENT(xfs_log_get_max_trans_res, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3986:1: note: in expansion of macro ‘TRACE_EVENT’ 3986 | TRACE_EVENT(xfs_log_get_max_trans_res, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_trans_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4005:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4005 | DECLARE_EVENT_CLASS(xfs_trans_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4005:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4005 | DECLARE_EVENT_CLASS(xfs_trans_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_iunlink_update_bucket’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4043:1: note: in expansion of macro ‘TRACE_EVENT’ 4043 | TRACE_EVENT(xfs_iunlink_update_bucket, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4043:1: note: in expansion of macro ‘TRACE_EVENT’ 4043 | TRACE_EVENT(xfs_iunlink_update_bucket, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_iunlink_update_dinode’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4069:1: note: in expansion of macro ‘TRACE_EVENT’ 4069 | TRACE_EVENT(xfs_iunlink_update_dinode, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4069:1: note: in expansion of macro ‘TRACE_EVENT’ 4069 | TRACE_EVENT(xfs_iunlink_update_dinode, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_iunlink_reload_next’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4095:1: note: in expansion of macro ‘TRACE_EVENT’ 4095 | TRACE_EVENT(xfs_iunlink_reload_next, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4095:1: note: in expansion of macro ‘TRACE_EVENT’ 4095 | TRACE_EVENT(xfs_iunlink_reload_next, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_inode_reload_unlinked_bucket’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4120:1: note: in expansion of macro ‘TRACE_EVENT’ 4120 | TRACE_EVENT(xfs_inode_reload_unlinked_bucket, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4120:1: note: in expansion of macro ‘TRACE_EVENT’ 4120 | TRACE_EVENT(xfs_inode_reload_unlinked_bucket, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_ag_inode_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4140:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4140 | DECLARE_EVENT_CLASS(xfs_ag_inode_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4140:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4140 | DECLARE_EVENT_CLASS(xfs_ag_inode_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_fs_corrupt_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4165 | DECLARE_EVENT_CLASS(xfs_fs_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4165 | DECLARE_EVENT_CLASS(xfs_fs_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_ag_corrupt_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4193:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4193 | DECLARE_EVENT_CLASS(xfs_ag_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4193:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4193 | DECLARE_EVENT_CLASS(xfs_ag_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_inode_corrupt_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4220:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4220 | DECLARE_EVENT_CLASS(xfs_inode_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4220:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4220 | DECLARE_EVENT_CLASS(xfs_inode_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_iwalk_ag’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4246:1: note: in expansion of macro ‘TRACE_EVENT’ 4246 | TRACE_EVENT(xfs_iwalk_ag, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4246:1: note: in expansion of macro ‘TRACE_EVENT’ 4246 | TRACE_EVENT(xfs_iwalk_ag, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_iwalk_ag_rec’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4265:1: note: in expansion of macro ‘TRACE_EVENT’ 4265 | TRACE_EVENT(xfs_iwalk_ag_rec, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4265:1: note: in expansion of macro ‘TRACE_EVENT’ 4265 | TRACE_EVENT(xfs_iwalk_ag_rec, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_pwork_init’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4286:1: note: in expansion of macro ‘TRACE_EVENT’ 4286 | TRACE_EVENT(xfs_pwork_init, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4286:1: note: in expansion of macro ‘TRACE_EVENT’ 4286 | TRACE_EVENT(xfs_pwork_init, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_check_new_dalign’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4304:1: note: in expansion of macro ‘TRACE_EVENT’ 4304 | TRACE_EVENT(xfs_check_new_dalign, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4304:1: note: in expansion of macro ‘TRACE_EVENT’ 4304 | TRACE_EVENT(xfs_check_new_dalign, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_btree_commit_afakeroot’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4325:1: note: in expansion of macro ‘TRACE_EVENT’ 4325 | TRACE_EVENT(xfs_btree_commit_afakeroot, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4325:1: note: in expansion of macro ‘TRACE_EVENT’ 4325 | TRACE_EVENT(xfs_btree_commit_afakeroot, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_btree_commit_ifakeroot’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4353:1: note: in expansion of macro ‘TRACE_EVENT’ 4353 | TRACE_EVENT(xfs_btree_commit_ifakeroot, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4353:1: note: in expansion of macro ‘TRACE_EVENT’ 4353 | TRACE_EVENT(xfs_btree_commit_ifakeroot, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_btree_bload_level_geometry’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4386:1: note: in expansion of macro ‘TRACE_EVENT’ 4386 | TRACE_EVENT(xfs_btree_bload_level_geometry, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4386:1: note: in expansion of macro ‘TRACE_EVENT’ 4386 | TRACE_EVENT(xfs_btree_bload_level_geometry, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_btree_bload_block’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4427:1: note: in expansion of macro ‘TRACE_EVENT’ 4427 | TRACE_EVENT(xfs_btree_bload_block, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4427:1: note: in expansion of macro ‘TRACE_EVENT’ 4427 | TRACE_EVENT(xfs_btree_bload_block, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_timestamp_range_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4470:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4470 | DECLARE_EVENT_CLASS(xfs_timestamp_range_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4470:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4470 | DECLARE_EVENT_CLASS(xfs_timestamp_range_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_icwalk_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4496:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4496 | DECLARE_EVENT_CLASS(xfs_icwalk_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4496:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4496 | DECLARE_EVENT_CLASS(xfs_icwalk_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xlog_iclog_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4547:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4547 | DECLARE_EVENT_CLASS(xlog_iclog_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4547:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4547 | DECLARE_EVENT_CLASS(xlog_iclog_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_das_state_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4622:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4622 | DECLARE_EVENT_CLASS(xfs_das_state_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4622:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4622 | DECLARE_EVENT_CLASS(xfs_das_state_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_force_shutdown’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4652:1: note: in expansion of macro ‘TRACE_EVENT’ 4652 | TRACE_EVENT(xfs_force_shutdown, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4652:1: note: in expansion of macro ‘TRACE_EVENT’ 4652 | TRACE_EVENT(xfs_force_shutdown, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_perag_intents_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4679:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4679 | DECLARE_EVENT_CLASS(xfs_perag_intents_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4679:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4679 | DECLARE_EVENT_CLASS(xfs_perag_intents_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xmbuf_create’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4712:1: note: in expansion of macro ‘TRACE_EVENT’ 4712 | TRACE_EVENT(xmbuf_create, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4712:1: note: in expansion of macro ‘TRACE_EVENT’ 4712 | TRACE_EVENT(xmbuf_create, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xmbuf_free’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4737:1: note: in expansion of macro ‘TRACE_EVENT’ 4737 | TRACE_EVENT(xmbuf_free, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4737:1: note: in expansion of macro ‘TRACE_EVENT’ 4737 | TRACE_EVENT(xmbuf_free, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfbtree_init’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4764:1: note: in expansion of macro ‘TRACE_EVENT’ 4764 | TRACE_EVENT(xfbtree_init, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4764:1: note: in expansion of macro ‘TRACE_EVENT’ 4764 | TRACE_EVENT(xfbtree_init, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfbtree_buf_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4796:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4796 | DECLARE_EVENT_CLASS(xfbtree_buf_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4796:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4796 | DECLARE_EVENT_CLASS(xfbtree_buf_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfbtree_freesp_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4835:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4835 | DECLARE_EVENT_CLASS(xfbtree_freesp_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4835:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4835 | DECLARE_EVENT_CLASS(xfbtree_freesp_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_exchrange_inode_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4885:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4885 | DECLARE_EVENT_CLASS(xfs_exchrange_inode_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4885:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4885 | DECLARE_EVENT_CLASS(xfs_exchrange_inode_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_exchrange_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4932:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4932 | DECLARE_EVENT_CLASS(xfs_exchrange_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4932:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4932 | DECLARE_EVENT_CLASS(xfs_exchrange_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_exchmaps_overhead’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4989:1: note: in expansion of macro ‘TRACE_EVENT’ 4989 | TRACE_EVENT(xfs_exchmaps_overhead, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4989:1: note: in expansion of macro ‘TRACE_EVENT’ 4989 | TRACE_EVENT(xfs_exchmaps_overhead, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_exchmaps_estimate_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5009:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 5009 | DECLARE_EVENT_CLASS(xfs_exchmaps_estimate_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5009:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 5009 | DECLARE_EVENT_CLASS(xfs_exchmaps_estimate_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_exchmaps_intent_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5063:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 5063 | DECLARE_EVENT_CLASS(xfs_exchmaps_intent_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5063:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 5063 | DECLARE_EVENT_CLASS(xfs_exchmaps_intent_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_exchmaps_delta_nextents_step’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5109:1: note: in expansion of macro ‘TRACE_EVENT’ 5109 | TRACE_EVENT(xfs_exchmaps_delta_nextents_step, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5109:1: note: in expansion of macro ‘TRACE_EVENT’ 5109 | TRACE_EVENT(xfs_exchmaps_delta_nextents_step, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_exchmaps_delta_nextents’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5160:1: note: in expansion of macro ‘TRACE_EVENT’ 5160 | TRACE_EVENT(xfs_exchmaps_delta_nextents, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5160:1: note: in expansion of macro ‘TRACE_EVENT’ 5160 | TRACE_EVENT(xfs_exchmaps_delta_nextents, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_getparents_rec_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5191:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 5191 | DECLARE_EVENT_CLASS(xfs_getparents_rec_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5191:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 5191 | DECLARE_EVENT_CLASS(xfs_getparents_rec_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_getparents_class’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5235:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 5235 | DECLARE_EVENT_CLASS(xfs_getparents_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5235:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 5235 | DECLARE_EVENT_CLASS(xfs_getparents_class, | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_attr_list_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 103 | DECLARE_EVENT_CLASS(xfs_attr_list_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 103 | DECLARE_EVENT_CLASS(xfs_attr_list_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xlog_intent_recovery_failed’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:163:1: note: in expansion of macro ‘TRACE_EVENT’ 163 | TRACE_EVENT(xlog_intent_recovery_failed, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:163:1: note: in expansion of macro ‘TRACE_EVENT’ 163 | TRACE_EVENT(xlog_intent_recovery_failed, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_perag_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:183:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 183 | DECLARE_EVENT_CLASS(xfs_perag_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:183:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 183 | DECLARE_EVENT_CLASS(xfs_perag_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_inodegc_worker’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:222:1: note: in expansion of macro ‘TRACE_EVENT’ 222 | TRACE_EVENT(xfs_inodegc_worker, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:222:1: note: in expansion of macro ‘TRACE_EVENT’ 222 | TRACE_EVENT(xfs_inodegc_worker, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_fs_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:238:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 238 | DECLARE_EVENT_CLASS(xfs_fs_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:238:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 238 | DECLARE_EVENT_CLASS(xfs_fs_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_inodegc_shrinker_scan’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:281:1: note: in expansion of macro ‘TRACE_EVENT’ 281 | TRACE_EVENT(xfs_inodegc_shrinker_scan, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:281:1: note: in expansion of macro ‘TRACE_EVENT’ 281 | TRACE_EVENT(xfs_inodegc_shrinker_scan, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_ag_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:301:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 301 | DECLARE_EVENT_CLASS(xfs_ag_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:301:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 301 | DECLARE_EVENT_CLASS(xfs_ag_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_attr_list_node_descend’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ 326 | TRACE_EVENT(xfs_attr_list_node_descend, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ 326 | TRACE_EVENT(xfs_attr_list_node_descend, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_bmap_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:378:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 378 | DECLARE_EVENT_CLASS(xfs_bmap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:378:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 378 | DECLARE_EVENT_CLASS(xfs_bmap_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_buf_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:437:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 437 | DECLARE_EVENT_CLASS(xfs_buf_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:437:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 437 | DECLARE_EVENT_CLASS(xfs_buf_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_buf_flags_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:508:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 508 | DECLARE_EVENT_CLASS(xfs_buf_flags_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:508:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 508 | DECLARE_EVENT_CLASS(xfs_buf_flags_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_buf_ioerror’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:551:1: note: in expansion of macro ‘TRACE_EVENT’ 551 | TRACE_EVENT(xfs_buf_ioerror, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:551:1: note: in expansion of macro ‘TRACE_EVENT’ 551 | TRACE_EVENT(xfs_buf_ioerror, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_buf_item_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:589:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 589 | DECLARE_EVENT_CLASS(xfs_buf_item_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:589:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 589 | DECLARE_EVENT_CLASS(xfs_buf_item_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_filestream_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:664:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 664 | DECLARE_EVENT_CLASS(xfs_filestream_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:664:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 664 | DECLARE_EVENT_CLASS(xfs_filestream_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_filestream_pick’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:693:1: note: in expansion of macro ‘TRACE_EVENT’ 693 | TRACE_EVENT(xfs_filestream_pick, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:693:1: note: in expansion of macro ‘TRACE_EVENT’ 693 | TRACE_EVENT(xfs_filestream_pick, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_lock_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:723:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 723 | DECLARE_EVENT_CLASS(xfs_lock_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:723:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 723 | DECLARE_EVENT_CLASS(xfs_lock_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_inode_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:756:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 756 | DECLARE_EVENT_CLASS(xfs_inode_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:756:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 756 | DECLARE_EVENT_CLASS(xfs_inode_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_filemap_fault’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:830:1: note: in expansion of macro ‘TRACE_EVENT’ 830 | TRACE_EVENT(xfs_filemap_fault, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:830:1: note: in expansion of macro ‘TRACE_EVENT’ 830 | TRACE_EVENT(xfs_filemap_fault, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_iref_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:852:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 852 | DECLARE_EVENT_CLASS(xfs_iref_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:852:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 852 | DECLARE_EVENT_CLASS(xfs_iref_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_iomap_prealloc_size’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:877:1: note: in expansion of macro ‘TRACE_EVENT’ 877 | TRACE_EVENT(xfs_iomap_prealloc_size, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:877:1: note: in expansion of macro ‘TRACE_EVENT’ 877 | TRACE_EVENT(xfs_iomap_prealloc_size, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_irec_merge_pre’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:901:1: note: in expansion of macro ‘TRACE_EVENT’ 901 | TRACE_EVENT(xfs_irec_merge_pre, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:901:1: note: in expansion of macro ‘TRACE_EVENT’ 901 | TRACE_EVENT(xfs_irec_merge_pre, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_irec_merge_post’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:930:1: note: in expansion of macro ‘TRACE_EVENT’ 930 | TRACE_EVENT(xfs_irec_merge_post, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:930:1: note: in expansion of macro ‘TRACE_EVENT’ 930 | TRACE_EVENT(xfs_irec_merge_post, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_namespace_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:963:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 963 | DECLARE_EVENT_CLASS(xfs_namespace_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:963:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 963 | DECLARE_EVENT_CLASS(xfs_namespace_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_rename’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:995:1: note: in expansion of macro ‘TRACE_EVENT’ 995 | TRACE_EVENT(xfs_rename, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:995:1: note: in expansion of macro ‘TRACE_EVENT’ 995 | TRACE_EVENT(xfs_rename, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_dquot_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1029:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1029 | DECLARE_EVENT_CLASS(xfs_dquot_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1029:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1029 | DECLARE_EVENT_CLASS(xfs_dquot_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_trans_mod_dquot’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1127:1: note: in expansion of macro ‘TRACE_EVENT’ 1127 | TRACE_EVENT(xfs_trans_mod_dquot, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1127:1: note: in expansion of macro ‘TRACE_EVENT’ 1127 | TRACE_EVENT(xfs_trans_mod_dquot, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_dqtrx_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1156 | DECLARE_EVENT_CLASS(xfs_dqtrx_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1156 | DECLARE_EVENT_CLASS(xfs_dqtrx_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_loggrant_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1228:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1228 | DECLARE_EVENT_CLASS(xfs_loggrant_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1228:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1228 | DECLARE_EVENT_CLASS(xfs_loggrant_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_log_item_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1312:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1312 | DECLARE_EVENT_CLASS(xfs_log_item_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1312:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1312 | DECLARE_EVENT_CLASS(xfs_log_item_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_log_force’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1337:1: note: in expansion of macro ‘TRACE_EVENT’ 1337 | TRACE_EVENT(xfs_log_force, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1337:1: note: in expansion of macro ‘TRACE_EVENT’ 1337 | TRACE_EVENT(xfs_log_force, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_ail_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1367:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1367 | DECLARE_EVENT_CLASS(xfs_ail_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1367:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1367 | DECLARE_EVENT_CLASS(xfs_ail_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_log_assign_tail_lsn’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1403:1: note: in expansion of macro ‘TRACE_EVENT’ 1403 | TRACE_EVENT(xfs_log_assign_tail_lsn, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1403:1: note: in expansion of macro ‘TRACE_EVENT’ 1403 | TRACE_EVENT(xfs_log_assign_tail_lsn, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_file_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1425:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1425 | DECLARE_EVENT_CLASS(xfs_file_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1425:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1425 | DECLARE_EVENT_CLASS(xfs_file_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_imap_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1462:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1462 | DECLARE_EVENT_CLASS(xfs_imap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1462:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1462 | DECLARE_EVENT_CLASS(xfs_imap_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_simple_io_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1511:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1511 | DECLARE_EVENT_CLASS(xfs_simple_io_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1511:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1511 | DECLARE_EVENT_CLASS(xfs_simple_io_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_itrunc_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1553:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1553 | DECLARE_EVENT_CLASS(xfs_itrunc_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1553:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1553 | DECLARE_EVENT_CLASS(xfs_itrunc_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_pagecache_inval’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1582:1: note: in expansion of macro ‘TRACE_EVENT’ 1582 | TRACE_EVENT(xfs_pagecache_inval, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1582:1: note: in expansion of macro ‘TRACE_EVENT’ 1582 | TRACE_EVENT(xfs_pagecache_inval, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_bunmap’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1607:1: note: in expansion of macro ‘TRACE_EVENT’ 1607 | TRACE_EVENT(xfs_bunmap, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1607:1: note: in expansion of macro ‘TRACE_EVENT’ 1607 | TRACE_EVENT(xfs_bunmap, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_extent_busy_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1641:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1641 | DECLARE_EVENT_CLASS(xfs_extent_busy_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1641:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1641 | DECLARE_EVENT_CLASS(xfs_extent_busy_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_extent_busy_trim’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1673:1: note: in expansion of macro ‘TRACE_EVENT’ 1673 | TRACE_EVENT(xfs_extent_busy_trim, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1673:1: note: in expansion of macro ‘TRACE_EVENT’ 1673 | TRACE_EVENT(xfs_extent_busy_trim, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_agf_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1703:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1703 | DECLARE_EVENT_CLASS(xfs_agf_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1703:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1703 | DECLARE_EVENT_CLASS(xfs_agf_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_free_extent’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1765:1: note: in expansion of macro ‘TRACE_EVENT’ 1765 | TRACE_EVENT(xfs_free_extent, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1765:1: note: in expansion of macro ‘TRACE_EVENT’ 1765 | TRACE_EVENT(xfs_free_extent, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_alloc_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1800:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1800 | DECLARE_EVENT_CLASS(xfs_alloc_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1800:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1800 | DECLARE_EVENT_CLASS(xfs_alloc_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_alloc_cur_check’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1905:1: note: in expansion of macro ‘TRACE_EVENT’ 1905 | TRACE_EVENT(xfs_alloc_cur_check, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1905:1: note: in expansion of macro ‘TRACE_EVENT’ 1905 | TRACE_EVENT(xfs_alloc_cur_check, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_da_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1931:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1931 | DECLARE_EVENT_CLASS(xfs_da_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1931:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1931 | DECLARE_EVENT_CLASS(xfs_da_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_attr_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1998:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1998 | DECLARE_EVENT_CLASS(xfs_attr_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:1998:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1998 | DECLARE_EVENT_CLASS(xfs_attr_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_dir2_space_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2106:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2106 | DECLARE_EVENT_CLASS(xfs_dir2_space_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2106:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2106 | DECLARE_EVENT_CLASS(xfs_dir2_space_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_dir2_leafn_moveents’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2137:1: note: in expansion of macro ‘TRACE_EVENT’ 2137 | TRACE_EVENT(xfs_dir2_leafn_moveents, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2137:1: note: in expansion of macro ‘TRACE_EVENT’ 2137 | TRACE_EVENT(xfs_dir2_leafn_moveents, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_swap_extent_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2176:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2176 | DECLARE_EVENT_CLASS(xfs_swap_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2176:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2176 | DECLARE_EVENT_CLASS(xfs_swap_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_log_recover’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2216:1: note: in expansion of macro ‘TRACE_EVENT’ 2216 | TRACE_EVENT(xfs_log_recover, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2216:1: note: in expansion of macro ‘TRACE_EVENT’ 2216 | TRACE_EVENT(xfs_log_recover, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_log_recover_record’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2234:1: note: in expansion of macro ‘TRACE_EVENT’ 2234 | TRACE_EVENT(xfs_log_recover_record, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2234:1: note: in expansion of macro ‘TRACE_EVENT’ 2234 | TRACE_EVENT(xfs_log_recover_record, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_log_recover_item_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2257:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2257 | DECLARE_EVENT_CLASS(xfs_log_recover_item_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2257:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2257 | DECLARE_EVENT_CLASS(xfs_log_recover_item_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_log_recover_buf_item_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2305:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2305 | DECLARE_EVENT_CLASS(xfs_log_recover_buf_item_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2305:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2305 | DECLARE_EVENT_CLASS(xfs_log_recover_buf_item_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_log_recover_ino_item_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2349:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2349 | DECLARE_EVENT_CLASS(xfs_log_recover_ino_item_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2349:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2349 | DECLARE_EVENT_CLASS(xfs_log_recover_ino_item_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_log_recover_icreate_item_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2395:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2395 | DECLARE_EVENT_CLASS(xfs_log_recover_icreate_item_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2395:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2395 | DECLARE_EVENT_CLASS(xfs_log_recover_icreate_item_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_discard_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2433:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2433 | DECLARE_EVENT_CLASS(xfs_discard_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2433:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2433 | DECLARE_EVENT_CLASS(xfs_discard_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_rtdiscard_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2466:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2466 | DECLARE_EVENT_CLASS(xfs_rtdiscard_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2466:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2466 | DECLARE_EVENT_CLASS(xfs_rtdiscard_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_btree_cur_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2495:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2495 | DECLARE_EVENT_CLASS(xfs_btree_cur_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2495:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2495 | DECLARE_EVENT_CLASS(xfs_btree_cur_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_btree_alloc_block’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2530:1: note: in expansion of macro ‘TRACE_EVENT’ 2530 | TRACE_EVENT(xfs_btree_alloc_block, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2530:1: note: in expansion of macro ‘TRACE_EVENT’ 2530 | TRACE_EVENT(xfs_btree_alloc_block, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_btree_free_block’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2584:1: note: in expansion of macro ‘TRACE_EVENT’ 2584 | TRACE_EVENT(xfs_btree_free_block, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2584:1: note: in expansion of macro ‘TRACE_EVENT’ 2584 | TRACE_EVENT(xfs_btree_free_block, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_defer_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2617:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2617 | DECLARE_EVENT_CLASS(xfs_defer_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2617:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2617 | DECLARE_EVENT_CLASS(xfs_defer_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_defer_error_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2641:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2641 | DECLARE_EVENT_CLASS(xfs_defer_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2641:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2641 | DECLARE_EVENT_CLASS(xfs_defer_error_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_defer_pending_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2665:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2665 | DECLARE_EVENT_CLASS(xfs_defer_pending_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2665:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2665 | DECLARE_EVENT_CLASS(xfs_defer_pending_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_free_extent_deferred_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2715:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2715 | DECLARE_EVENT_CLASS(xfs_free_extent_deferred_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2715:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2715 | DECLARE_EVENT_CLASS(xfs_free_extent_deferred_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_defer_pending_item_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2748:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2748 | DECLARE_EVENT_CLASS(xfs_defer_pending_item_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2748:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2748 | DECLARE_EVENT_CLASS(xfs_defer_pending_item_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_rmap_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2790:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2790 | DECLARE_EVENT_CLASS(xfs_rmap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2790:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2790 | DECLARE_EVENT_CLASS(xfs_rmap_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_btree_error_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2832:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2832 | DECLARE_EVENT_CLASS(xfs_btree_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2832:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2832 | DECLARE_EVENT_CLASS(xfs_btree_error_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_rmap_convert_state’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2886:1: note: in expansion of macro ‘TRACE_EVENT’ 2886 | TRACE_EVENT(xfs_rmap_convert_state, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2886:1: note: in expansion of macro ‘TRACE_EVENT’ 2886 | TRACE_EVENT(xfs_rmap_convert_state, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_rmapbt_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2924:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2924 | DECLARE_EVENT_CLASS(xfs_rmapbt_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2924:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2924 | DECLARE_EVENT_CLASS(xfs_rmapbt_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_rmap_deferred_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2972:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2972 | DECLARE_EVENT_CLASS(xfs_rmap_deferred_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:2972:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2972 | DECLARE_EVENT_CLASS(xfs_rmap_deferred_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_bmap_deferred_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3035:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3035 | DECLARE_EVENT_CLASS(xfs_bmap_deferred_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3035:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3035 | DECLARE_EVENT_CLASS(xfs_bmap_deferred_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_ag_resv_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3096:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3096 | DECLARE_EVENT_CLASS(xfs_ag_resv_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3096:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3096 | DECLARE_EVENT_CLASS(xfs_ag_resv_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_ag_error_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3148 | DECLARE_EVENT_CLASS(xfs_ag_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3148 | DECLARE_EVENT_CLASS(xfs_ag_error_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_refcount_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3180 | DECLARE_EVENT_CLASS(xfs_refcount_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3180 | DECLARE_EVENT_CLASS(xfs_refcount_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_refcount_lookup’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3211:1: note: in expansion of macro ‘TRACE_EVENT’ 3211 | TRACE_EVENT(xfs_refcount_lookup, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3211:1: note: in expansion of macro ‘TRACE_EVENT’ 3211 | TRACE_EVENT(xfs_refcount_lookup, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_refcount_extent_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3236:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3236 | DECLARE_EVENT_CLASS(xfs_refcount_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3236:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3236 | DECLARE_EVENT_CLASS(xfs_refcount_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_refcount_extent_at_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3270:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3270 | DECLARE_EVENT_CLASS(xfs_refcount_extent_at_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3270:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3270 | DECLARE_EVENT_CLASS(xfs_refcount_extent_at_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_refcount_double_extent_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3309:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3309 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3309:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3309 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_refcount_double_extent_at_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3358:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3358 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_at_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3358:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3358 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_at_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_refcount_triple_extent_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3410:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3410 | DECLARE_EVENT_CLASS(xfs_refcount_triple_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3410:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3410 | DECLARE_EVENT_CLASS(xfs_refcount_triple_extent_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_refcount_deferred_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3512:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3512 | DECLARE_EVENT_CLASS(xfs_refcount_deferred_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3512:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3512 | DECLARE_EVENT_CLASS(xfs_refcount_deferred_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_inode_error_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3545:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3545 | DECLARE_EVENT_CLASS(xfs_inode_error_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3545:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3545 | DECLARE_EVENT_CLASS(xfs_inode_error_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_double_io_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3576:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3576 | DECLARE_EVENT_CLASS(xfs_double_io_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3576:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3576 | DECLARE_EVENT_CLASS(xfs_double_io_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_inode_irec_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3626:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3626 | DECLARE_EVENT_CLASS(xfs_inode_irec_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3626:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3626 | DECLARE_EVENT_CLASS(xfs_inode_irec_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_wb_invalid_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3659:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3659 | DECLARE_EVENT_CLASS(xfs_wb_invalid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3659:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3659 | DECLARE_EVENT_CLASS(xfs_wb_invalid_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_iomap_invalid_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3702:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3702 | DECLARE_EVENT_CLASS(xfs_iomap_invalid_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3702:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3702 | DECLARE_EVENT_CLASS(xfs_iomap_invalid_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_reflink_remap_blocks’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3750:1: note: in expansion of macro ‘TRACE_EVENT’ 3750 | TRACE_EVENT(xfs_reflink_remap_blocks, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3750:1: note: in expansion of macro ‘TRACE_EVENT’ 3750 | TRACE_EVENT(xfs_reflink_remap_blocks, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_ioctl_clone’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3794:1: note: in expansion of macro ‘TRACE_EVENT’ 3794 | TRACE_EVENT(xfs_ioctl_clone, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3794:1: note: in expansion of macro ‘TRACE_EVENT’ 3794 | TRACE_EVENT(xfs_ioctl_clone, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_fsmap_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3846:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3846 | DECLARE_EVENT_CLASS(xfs_fsmap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3846:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3846 | DECLARE_EVENT_CLASS(xfs_fsmap_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_fsmap_linear_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3889:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3889 | DECLARE_EVENT_CLASS(xfs_fsmap_linear_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3889:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3889 | DECLARE_EVENT_CLASS(xfs_fsmap_linear_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_getfsmap_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3914:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3914 | DECLARE_EVENT_CLASS(xfs_getfsmap_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3914:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3914 | DECLARE_EVENT_CLASS(xfs_getfsmap_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_trans_resv_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3952:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3952 | DECLARE_EVENT_CLASS(xfs_trans_resv_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3952:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3952 | DECLARE_EVENT_CLASS(xfs_trans_resv_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_log_get_max_trans_res’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3986:1: note: in expansion of macro ‘TRACE_EVENT’ 3986 | TRACE_EVENT(xfs_log_get_max_trans_res, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:3986:1: note: in expansion of macro ‘TRACE_EVENT’ 3986 | TRACE_EVENT(xfs_log_get_max_trans_res, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_trans_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4005:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4005 | DECLARE_EVENT_CLASS(xfs_trans_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4005:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4005 | DECLARE_EVENT_CLASS(xfs_trans_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_iunlink_update_bucket’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4043:1: note: in expansion of macro ‘TRACE_EVENT’ 4043 | TRACE_EVENT(xfs_iunlink_update_bucket, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4043:1: note: in expansion of macro ‘TRACE_EVENT’ 4043 | TRACE_EVENT(xfs_iunlink_update_bucket, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_iunlink_update_dinode’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4069:1: note: in expansion of macro ‘TRACE_EVENT’ 4069 | TRACE_EVENT(xfs_iunlink_update_dinode, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4069:1: note: in expansion of macro ‘TRACE_EVENT’ 4069 | TRACE_EVENT(xfs_iunlink_update_dinode, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_iunlink_reload_next’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4095:1: note: in expansion of macro ‘TRACE_EVENT’ 4095 | TRACE_EVENT(xfs_iunlink_reload_next, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4095:1: note: in expansion of macro ‘TRACE_EVENT’ 4095 | TRACE_EVENT(xfs_iunlink_reload_next, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_inode_reload_unlinked_bucket’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4120:1: note: in expansion of macro ‘TRACE_EVENT’ 4120 | TRACE_EVENT(xfs_inode_reload_unlinked_bucket, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4120:1: note: in expansion of macro ‘TRACE_EVENT’ 4120 | TRACE_EVENT(xfs_inode_reload_unlinked_bucket, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_ag_inode_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4140:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4140 | DECLARE_EVENT_CLASS(xfs_ag_inode_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4140:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4140 | DECLARE_EVENT_CLASS(xfs_ag_inode_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_fs_corrupt_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4165 | DECLARE_EVENT_CLASS(xfs_fs_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4165 | DECLARE_EVENT_CLASS(xfs_fs_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_ag_corrupt_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4193:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4193 | DECLARE_EVENT_CLASS(xfs_ag_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4193:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4193 | DECLARE_EVENT_CLASS(xfs_ag_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_inode_corrupt_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4220:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4220 | DECLARE_EVENT_CLASS(xfs_inode_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4220:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4220 | DECLARE_EVENT_CLASS(xfs_inode_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_iwalk_ag’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4246:1: note: in expansion of macro ‘TRACE_EVENT’ 4246 | TRACE_EVENT(xfs_iwalk_ag, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4246:1: note: in expansion of macro ‘TRACE_EVENT’ 4246 | TRACE_EVENT(xfs_iwalk_ag, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_iwalk_ag_rec’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4265:1: note: in expansion of macro ‘TRACE_EVENT’ 4265 | TRACE_EVENT(xfs_iwalk_ag_rec, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4265:1: note: in expansion of macro ‘TRACE_EVENT’ 4265 | TRACE_EVENT(xfs_iwalk_ag_rec, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_pwork_init’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4286:1: note: in expansion of macro ‘TRACE_EVENT’ 4286 | TRACE_EVENT(xfs_pwork_init, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4286:1: note: in expansion of macro ‘TRACE_EVENT’ 4286 | TRACE_EVENT(xfs_pwork_init, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_check_new_dalign’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4304:1: note: in expansion of macro ‘TRACE_EVENT’ 4304 | TRACE_EVENT(xfs_check_new_dalign, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4304:1: note: in expansion of macro ‘TRACE_EVENT’ 4304 | TRACE_EVENT(xfs_check_new_dalign, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_btree_commit_afakeroot’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4325:1: note: in expansion of macro ‘TRACE_EVENT’ 4325 | TRACE_EVENT(xfs_btree_commit_afakeroot, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4325:1: note: in expansion of macro ‘TRACE_EVENT’ 4325 | TRACE_EVENT(xfs_btree_commit_afakeroot, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_btree_commit_ifakeroot’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4353:1: note: in expansion of macro ‘TRACE_EVENT’ 4353 | TRACE_EVENT(xfs_btree_commit_ifakeroot, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4353:1: note: in expansion of macro ‘TRACE_EVENT’ 4353 | TRACE_EVENT(xfs_btree_commit_ifakeroot, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_btree_bload_level_geometry’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4386:1: note: in expansion of macro ‘TRACE_EVENT’ 4386 | TRACE_EVENT(xfs_btree_bload_level_geometry, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4386:1: note: in expansion of macro ‘TRACE_EVENT’ 4386 | TRACE_EVENT(xfs_btree_bload_level_geometry, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_btree_bload_block’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4427:1: note: in expansion of macro ‘TRACE_EVENT’ 4427 | TRACE_EVENT(xfs_btree_bload_block, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4427:1: note: in expansion of macro ‘TRACE_EVENT’ 4427 | TRACE_EVENT(xfs_btree_bload_block, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_timestamp_range_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4470:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4470 | DECLARE_EVENT_CLASS(xfs_timestamp_range_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4470:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4470 | DECLARE_EVENT_CLASS(xfs_timestamp_range_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_icwalk_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4496:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4496 | DECLARE_EVENT_CLASS(xfs_icwalk_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4496:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4496 | DECLARE_EVENT_CLASS(xfs_icwalk_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xlog_iclog_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4547:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4547 | DECLARE_EVENT_CLASS(xlog_iclog_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4547:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4547 | DECLARE_EVENT_CLASS(xlog_iclog_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_das_state_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4622:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4622 | DECLARE_EVENT_CLASS(xfs_das_state_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4622:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4622 | DECLARE_EVENT_CLASS(xfs_das_state_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_force_shutdown’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4652:1: note: in expansion of macro ‘TRACE_EVENT’ 4652 | TRACE_EVENT(xfs_force_shutdown, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4652:1: note: in expansion of macro ‘TRACE_EVENT’ 4652 | TRACE_EVENT(xfs_force_shutdown, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_perag_intents_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4679:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4679 | DECLARE_EVENT_CLASS(xfs_perag_intents_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4679:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4679 | DECLARE_EVENT_CLASS(xfs_perag_intents_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xmbuf_create’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4712:1: note: in expansion of macro ‘TRACE_EVENT’ 4712 | TRACE_EVENT(xmbuf_create, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4712:1: note: in expansion of macro ‘TRACE_EVENT’ 4712 | TRACE_EVENT(xmbuf_create, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xmbuf_free’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4737:1: note: in expansion of macro ‘TRACE_EVENT’ 4737 | TRACE_EVENT(xmbuf_free, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4737:1: note: in expansion of macro ‘TRACE_EVENT’ 4737 | TRACE_EVENT(xmbuf_free, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfbtree_init’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4764:1: note: in expansion of macro ‘TRACE_EVENT’ 4764 | TRACE_EVENT(xfbtree_init, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4764:1: note: in expansion of macro ‘TRACE_EVENT’ 4764 | TRACE_EVENT(xfbtree_init, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfbtree_buf_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4796:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4796 | DECLARE_EVENT_CLASS(xfbtree_buf_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4796:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4796 | DECLARE_EVENT_CLASS(xfbtree_buf_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfbtree_freesp_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4835:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4835 | DECLARE_EVENT_CLASS(xfbtree_freesp_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4835:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4835 | DECLARE_EVENT_CLASS(xfbtree_freesp_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_exchrange_inode_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4885:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4885 | DECLARE_EVENT_CLASS(xfs_exchrange_inode_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4885:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4885 | DECLARE_EVENT_CLASS(xfs_exchrange_inode_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_exchrange_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4932:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4932 | DECLARE_EVENT_CLASS(xfs_exchrange_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4932:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 4932 | DECLARE_EVENT_CLASS(xfs_exchrange_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_exchmaps_overhead’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4989:1: note: in expansion of macro ‘TRACE_EVENT’ 4989 | TRACE_EVENT(xfs_exchmaps_overhead, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:4989:1: note: in expansion of macro ‘TRACE_EVENT’ 4989 | TRACE_EVENT(xfs_exchmaps_overhead, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_exchmaps_estimate_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5009:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 5009 | DECLARE_EVENT_CLASS(xfs_exchmaps_estimate_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5009:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 5009 | DECLARE_EVENT_CLASS(xfs_exchmaps_estimate_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_exchmaps_intent_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5063:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 5063 | DECLARE_EVENT_CLASS(xfs_exchmaps_intent_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5063:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 5063 | DECLARE_EVENT_CLASS(xfs_exchmaps_intent_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_exchmaps_delta_nextents_step’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5109:1: note: in expansion of macro ‘TRACE_EVENT’ 5109 | TRACE_EVENT(xfs_exchmaps_delta_nextents_step, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5109:1: note: in expansion of macro ‘TRACE_EVENT’ 5109 | TRACE_EVENT(xfs_exchmaps_delta_nextents_step, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_exchmaps_delta_nextents’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5160:1: note: in expansion of macro ‘TRACE_EVENT’ 5160 | TRACE_EVENT(xfs_exchmaps_delta_nextents, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5160:1: note: in expansion of macro ‘TRACE_EVENT’ 5160 | TRACE_EVENT(xfs_exchmaps_delta_nextents, | ^~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_getparents_rec_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5191:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 5191 | DECLARE_EVENT_CLASS(xfs_getparents_rec_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5191:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 5191 | DECLARE_EVENT_CLASS(xfs_getparents_rec_class, | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h: In function ‘__bpf_trace_xfs_getparents_class’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5235:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 5235 | DECLARE_EVENT_CLASS(xfs_getparents_class, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../fs/xfs/./xfs_trace.h:5235:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 5235 | DECLARE_EVENT_CLASS(xfs_getparents_class, | ^~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: fs/xfs/xfs_trace.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: fs/xfs] Error 2 make[3]: *** [../scripts/Makefile.build:485: fs] Error 2 In file included from ../include/trace/define_trace.h:108, from ../net/wireless/trace.h:4093, from ../net/wireless/trace.c:5: ../net/wireless/./trace.h: In function ‘trace_event_raw_event_wiphy_work_event’: ../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:249:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 249 | DECLARE_EVENT_CLASS(wiphy_work_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:249:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 249 | DECLARE_EVENT_CLASS(wiphy_work_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:249:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 249 | DECLARE_EVENT_CLASS(wiphy_work_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:249:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 249 | DECLARE_EVENT_CLASS(wiphy_work_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ | ^~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:249:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 249 | DECLARE_EVENT_CLASS(wiphy_work_event, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_wiphy_delayed_work_queue’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ 286 | TRACE_EVENT(wiphy_delayed_work_queue, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ 286 | TRACE_EVENT(wiphy_delayed_work_queue, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_wiphy_work_worker_start’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ 307 | TRACE_EVENT(wiphy_work_worker_start, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ 307 | TRACE_EVENT(wiphy_work_worker_start, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_suspend’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:323:1: note: in expansion of macro ‘TRACE_EVENT’ 323 | TRACE_EVENT(rdev_suspend, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:323:1: note: in expansion of macro ‘TRACE_EVENT’ 323 | TRACE_EVENT(rdev_suspend, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_return_int’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:361:1: note: in expansion of macro ‘TRACE_EVENT’ 361 | TRACE_EVENT(rdev_return_int, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:361:1: note: in expansion of macro ‘TRACE_EVENT’ 361 | TRACE_EVENT(rdev_return_int, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_scan’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:375:1: note: in expansion of macro ‘TRACE_EVENT’ 375 | TRACE_EVENT(rdev_scan, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:375:1: note: in expansion of macro ‘TRACE_EVENT’ 375 | TRACE_EVENT(rdev_scan, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_wiphy_only_evt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:387:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 387 | DECLARE_EVENT_CLASS(wiphy_only_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:387:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 387 | DECLARE_EVENT_CLASS(wiphy_only_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_wiphy_enabled_evt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:419:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 419 | DECLARE_EVENT_CLASS(wiphy_enabled_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:419:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 419 | DECLARE_EVENT_CLASS(wiphy_enabled_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_add_virtual_intf’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:439:1: note: in expansion of macro ‘TRACE_EVENT’ 439 | TRACE_EVENT(rdev_add_virtual_intf, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:439:1: note: in expansion of macro ‘TRACE_EVENT’ 439 | TRACE_EVENT(rdev_add_virtual_intf, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_wiphy_wdev_evt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:456:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 456 | DECLARE_EVENT_CLASS(wiphy_wdev_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:456:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 456 | DECLARE_EVENT_CLASS(wiphy_wdev_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_wiphy_wdev_cookie_evt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:470:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 470 | DECLARE_EVENT_CLASS(wiphy_wdev_cookie_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:470:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 470 | DECLARE_EVENT_CLASS(wiphy_wdev_cookie_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_change_virtual_intf’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:498:1: note: in expansion of macro ‘TRACE_EVENT’ 498 | TRACE_EVENT(rdev_change_virtual_intf, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:498:1: note: in expansion of macro ‘TRACE_EVENT’ 498 | TRACE_EVENT(rdev_change_virtual_intf, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_key_handle’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:516:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 516 | DECLARE_EVENT_CLASS(key_handle, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:516:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 516 | DECLARE_EVENT_CLASS(key_handle, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_add_key’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:555:1: note: in expansion of macro ‘TRACE_EVENT’ 555 | TRACE_EVENT(rdev_add_key, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:555:1: note: in expansion of macro ‘TRACE_EVENT’ 555 | TRACE_EVENT(rdev_add_key, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_default_key’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:585:1: note: in expansion of macro ‘TRACE_EVENT’ 585 | TRACE_EVENT(rdev_set_default_key, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:585:1: note: in expansion of macro ‘TRACE_EVENT’ 585 | TRACE_EVENT(rdev_set_default_key, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_default_mgmt_key’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:612:1: note: in expansion of macro ‘TRACE_EVENT’ 612 | TRACE_EVENT(rdev_set_default_mgmt_key, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:612:1: note: in expansion of macro ‘TRACE_EVENT’ 612 | TRACE_EVENT(rdev_set_default_mgmt_key, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_default_beacon_key’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:633:1: note: in expansion of macro ‘TRACE_EVENT’ 633 | TRACE_EVENT(rdev_set_default_beacon_key, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:633:1: note: in expansion of macro ‘TRACE_EVENT’ 633 | TRACE_EVENT(rdev_set_default_beacon_key, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_start_ap’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:654:1: note: in expansion of macro ‘TRACE_EVENT’ 654 | TRACE_EVENT(rdev_start_ap, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:654:1: note: in expansion of macro ‘TRACE_EVENT’ 654 | TRACE_EVENT(rdev_start_ap, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_change_beacon’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:698:1: note: in expansion of macro ‘TRACE_EVENT’ 698 | TRACE_EVENT(rdev_change_beacon, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:698:1: note: in expansion of macro ‘TRACE_EVENT’ 698 | TRACE_EVENT(rdev_change_beacon, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_stop_ap’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:746:1: note: in expansion of macro ‘TRACE_EVENT’ 746 | TRACE_EVENT(rdev_stop_ap, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:746:1: note: in expansion of macro ‘TRACE_EVENT’ 746 | TRACE_EVENT(rdev_stop_ap, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_wiphy_netdev_evt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:764:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 764 | DECLARE_EVENT_CLASS(wiphy_netdev_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:764:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 764 | DECLARE_EVENT_CLASS(wiphy_netdev_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_station_add_change’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:813:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 813 | DECLARE_EVENT_CLASS(station_add_change, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:813:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 813 | DECLARE_EVENT_CLASS(station_add_change, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_wiphy_netdev_mac_evt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:917:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 917 | DECLARE_EVENT_CLASS(wiphy_netdev_mac_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:917:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 917 | DECLARE_EVENT_CLASS(wiphy_netdev_mac_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_station_del’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:934:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 934 | DECLARE_EVENT_CLASS(station_del, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:934:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 934 | DECLARE_EVENT_CLASS(station_del, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_dump_station’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:977:1: note: in expansion of macro ‘TRACE_EVENT’ 977 | TRACE_EVENT(rdev_dump_station, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:977:1: note: in expansion of macro ‘TRACE_EVENT’ 977 | TRACE_EVENT(rdev_dump_station, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_return_int_station_info’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:998:1: note: in expansion of macro ‘TRACE_EVENT’ 998 | TRACE_EVENT(rdev_return_int_station_info, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:998:1: note: in expansion of macro ‘TRACE_EVENT’ 998 | TRACE_EVENT(rdev_return_int_station_info, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_mpath_evt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1015:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1015 | DECLARE_EVENT_CLASS(mpath_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1015:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1015 | DECLARE_EVENT_CLASS(mpath_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_dump_mpath’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1054:1: note: in expansion of macro ‘TRACE_EVENT’ 1054 | TRACE_EVENT(rdev_dump_mpath, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1054:1: note: in expansion of macro ‘TRACE_EVENT’ 1054 | TRACE_EVENT(rdev_dump_mpath, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_get_mpp’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1077:1: note: in expansion of macro ‘TRACE_EVENT’ 1077 | TRACE_EVENT(rdev_get_mpp, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1077:1: note: in expansion of macro ‘TRACE_EVENT’ 1077 | TRACE_EVENT(rdev_get_mpp, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_dump_mpp’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1098:1: note: in expansion of macro ‘TRACE_EVENT’ 1098 | TRACE_EVENT(rdev_dump_mpp, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1098:1: note: in expansion of macro ‘TRACE_EVENT’ 1098 | TRACE_EVENT(rdev_dump_mpp, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_return_int_mpath_info’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1121:1: note: in expansion of macro ‘TRACE_EVENT’ 1121 | TRACE_EVENT(rdev_return_int_mpath_info, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1121:1: note: in expansion of macro ‘TRACE_EVENT’ 1121 | TRACE_EVENT(rdev_return_int_mpath_info, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_return_int_mesh_config’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1159:1: note: in expansion of macro ‘TRACE_EVENT’ 1159 | TRACE_EVENT(rdev_return_int_mesh_config, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1159:1: note: in expansion of macro ‘TRACE_EVENT’ 1159 | TRACE_EVENT(rdev_return_int_mesh_config, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_update_mesh_config’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1176:1: note: in expansion of macro ‘TRACE_EVENT’ 1176 | TRACE_EVENT(rdev_update_mesh_config, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1176:1: note: in expansion of macro ‘TRACE_EVENT’ 1176 | TRACE_EVENT(rdev_update_mesh_config, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_join_mesh’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1196:1: note: in expansion of macro ‘TRACE_EVENT’ 1196 | TRACE_EVENT(rdev_join_mesh, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1196:1: note: in expansion of macro ‘TRACE_EVENT’ 1196 | TRACE_EVENT(rdev_join_mesh, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_change_bss’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1215:1: note: in expansion of macro ‘TRACE_EVENT’ 1215 | TRACE_EVENT(rdev_change_bss, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1215:1: note: in expansion of macro ‘TRACE_EVENT’ 1215 | TRACE_EVENT(rdev_change_bss, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_inform_bss’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1245:1: note: in expansion of macro ‘TRACE_EVENT’ 1245 | TRACE_EVENT(rdev_inform_bss, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1245:1: note: in expansion of macro ‘TRACE_EVENT’ 1245 | TRACE_EVENT(rdev_inform_bss, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_txq_params’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1262:1: note: in expansion of macro ‘TRACE_EVENT’ 1262 | TRACE_EVENT(rdev_set_txq_params, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1262:1: note: in expansion of macro ‘TRACE_EVENT’ 1262 | TRACE_EVENT(rdev_set_txq_params, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_libertas_set_mesh_channel’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1289:1: note: in expansion of macro ‘TRACE_EVENT’ 1289 | TRACE_EVENT(rdev_libertas_set_mesh_channel, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1289:1: note: in expansion of macro ‘TRACE_EVENT’ 1289 | TRACE_EVENT(rdev_libertas_set_mesh_channel, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_monitor_channel’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1307:1: note: in expansion of macro ‘TRACE_EVENT’ 1307 | TRACE_EVENT(rdev_set_monitor_channel, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1307:1: note: in expansion of macro ‘TRACE_EVENT’ 1307 | TRACE_EVENT(rdev_set_monitor_channel, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_auth’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1323:1: note: in expansion of macro ‘TRACE_EVENT’ 1323 | TRACE_EVENT(rdev_auth, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1323:1: note: in expansion of macro ‘TRACE_EVENT’ 1323 | TRACE_EVENT(rdev_auth, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_assoc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1347:1: note: in expansion of macro ‘TRACE_EVENT’ 1347 | TRACE_EVENT(rdev_assoc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1347:1: note: in expansion of macro ‘TRACE_EVENT’ 1347 | TRACE_EVENT(rdev_assoc, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_deauth’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1400:1: note: in expansion of macro ‘TRACE_EVENT’ 1400 | TRACE_EVENT(rdev_deauth, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1400:1: note: in expansion of macro ‘TRACE_EVENT’ 1400 | TRACE_EVENT(rdev_deauth, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_disassoc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1423:1: note: in expansion of macro ‘TRACE_EVENT’ 1423 | TRACE_EVENT(rdev_disassoc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1423:1: note: in expansion of macro ‘TRACE_EVENT’ 1423 | TRACE_EVENT(rdev_disassoc, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_mgmt_tx_cancel_wait’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1448:1: note: in expansion of macro ‘TRACE_EVENT’ 1448 | TRACE_EVENT(rdev_mgmt_tx_cancel_wait, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1448:1: note: in expansion of macro ‘TRACE_EVENT’ 1448 | TRACE_EVENT(rdev_mgmt_tx_cancel_wait, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_power_mgmt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1466:1: note: in expansion of macro ‘TRACE_EVENT’ 1466 | TRACE_EVENT(rdev_set_power_mgmt, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1466:1: note: in expansion of macro ‘TRACE_EVENT’ 1466 | TRACE_EVENT(rdev_set_power_mgmt, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_connect’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1487:1: note: in expansion of macro ‘TRACE_EVENT’ 1487 | TRACE_EVENT(rdev_connect, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1487:1: note: in expansion of macro ‘TRACE_EVENT’ 1487 | TRACE_EVENT(rdev_connect, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_update_connect_params’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1522:1: note: in expansion of macro ‘TRACE_EVENT’ 1522 | TRACE_EVENT(rdev_update_connect_params, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1522:1: note: in expansion of macro ‘TRACE_EVENT’ 1522 | TRACE_EVENT(rdev_update_connect_params, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_cqm_rssi_config’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1540:1: note: in expansion of macro ‘TRACE_EVENT’ 1540 | TRACE_EVENT(rdev_set_cqm_rssi_config, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1540:1: note: in expansion of macro ‘TRACE_EVENT’ 1540 | TRACE_EVENT(rdev_set_cqm_rssi_config, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_cqm_rssi_range_config’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1563:1: note: in expansion of macro ‘TRACE_EVENT’ 1563 | TRACE_EVENT(rdev_set_cqm_rssi_range_config, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1563:1: note: in expansion of macro ‘TRACE_EVENT’ 1563 | TRACE_EVENT(rdev_set_cqm_rssi_range_config, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_cqm_txe_config’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1585:1: note: in expansion of macro ‘TRACE_EVENT’ 1585 | TRACE_EVENT(rdev_set_cqm_txe_config, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1585:1: note: in expansion of macro ‘TRACE_EVENT’ 1585 | TRACE_EVENT(rdev_set_cqm_txe_config, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_disconnect’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1608:1: note: in expansion of macro ‘TRACE_EVENT’ 1608 | TRACE_EVENT(rdev_disconnect, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1608:1: note: in expansion of macro ‘TRACE_EVENT’ 1608 | TRACE_EVENT(rdev_disconnect, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_join_ibss’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1626:1: note: in expansion of macro ‘TRACE_EVENT’ 1626 | TRACE_EVENT(rdev_join_ibss, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1626:1: note: in expansion of macro ‘TRACE_EVENT’ 1626 | TRACE_EVENT(rdev_join_ibss, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_join_ocb’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1647:1: note: in expansion of macro ‘TRACE_EVENT’ 1647 | TRACE_EVENT(rdev_join_ocb, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1647:1: note: in expansion of macro ‘TRACE_EVENT’ 1647 | TRACE_EVENT(rdev_join_ocb, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_wiphy_params’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1663:1: note: in expansion of macro ‘TRACE_EVENT’ 1663 | TRACE_EVENT(rdev_set_wiphy_params, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1663:1: note: in expansion of macro ‘TRACE_EVENT’ 1663 | TRACE_EVENT(rdev_set_wiphy_params, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_tx_power’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1683:1: note: in expansion of macro ‘TRACE_EVENT’ 1683 | TRACE_EVENT(rdev_set_tx_power, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1683:1: note: in expansion of macro ‘TRACE_EVENT’ 1683 | TRACE_EVENT(rdev_set_tx_power, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_return_int_int’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1703:1: note: in expansion of macro ‘TRACE_EVENT’ 1703 | TRACE_EVENT(rdev_return_int_int, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1703:1: note: in expansion of macro ‘TRACE_EVENT’ 1703 | TRACE_EVENT(rdev_return_int_int, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_testmode_cmd’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1721:1: note: in expansion of macro ‘TRACE_EVENT’ 1721 | TRACE_EVENT(rdev_testmode_cmd, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1721:1: note: in expansion of macro ‘TRACE_EVENT’ 1721 | TRACE_EVENT(rdev_testmode_cmd, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_testmode_dump’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1735:1: note: in expansion of macro ‘TRACE_EVENT’ 1735 | TRACE_EVENT(rdev_testmode_dump, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1735:1: note: in expansion of macro ‘TRACE_EVENT’ 1735 | TRACE_EVENT(rdev_testmode_dump, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_bitrate_mask’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1748:1: note: in expansion of macro ‘TRACE_EVENT’ 1748 | TRACE_EVENT(rdev_set_bitrate_mask, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1748:1: note: in expansion of macro ‘TRACE_EVENT’ 1748 | TRACE_EVENT(rdev_set_bitrate_mask, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_update_mgmt_frame_registrations’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1770:1: note: in expansion of macro ‘TRACE_EVENT’ 1770 | TRACE_EVENT(rdev_update_mgmt_frame_registrations, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1770:1: note: in expansion of macro ‘TRACE_EVENT’ 1770 | TRACE_EVENT(rdev_update_mgmt_frame_registrations, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_return_int_tx_rx’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1791:1: note: in expansion of macro ‘TRACE_EVENT’ 1791 | TRACE_EVENT(rdev_return_int_tx_rx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1791:1: note: in expansion of macro ‘TRACE_EVENT’ 1791 | TRACE_EVENT(rdev_return_int_tx_rx, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_return_void_tx_rx’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1810:1: note: in expansion of macro ‘TRACE_EVENT’ 1810 | TRACE_EVENT(rdev_return_void_tx_rx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1810:1: note: in expansion of macro ‘TRACE_EVENT’ 1810 | TRACE_EVENT(rdev_return_void_tx_rx, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_tx_rx_evt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1833:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1833 | DECLARE_EVENT_CLASS(tx_rx_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1833:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1833 | DECLARE_EVENT_CLASS(tx_rx_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_wiphy_netdev_id_evt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1855:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1855 | DECLARE_EVENT_CLASS(wiphy_netdev_id_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1855:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1855 | DECLARE_EVENT_CLASS(wiphy_netdev_id_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_tdls_mgmt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1882:1: note: in expansion of macro ‘TRACE_EVENT’ 1882 | TRACE_EVENT(rdev_tdls_mgmt, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1882:1: note: in expansion of macro ‘TRACE_EVENT’ 1882 | TRACE_EVENT(rdev_tdls_mgmt, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_dump_survey’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1924:1: note: in expansion of macro ‘TRACE_EVENT’ 1924 | TRACE_EVENT(rdev_dump_survey, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1924:1: note: in expansion of macro ‘TRACE_EVENT’ 1924 | TRACE_EVENT(rdev_dump_survey, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_return_int_survey_info’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1941:1: note: in expansion of macro ‘TRACE_EVENT’ 1941 | TRACE_EVENT(rdev_return_int_survey_info, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1941:1: note: in expansion of macro ‘TRACE_EVENT’ 1941 | TRACE_EVENT(rdev_return_int_survey_info, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_tdls_oper’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1981:1: note: in expansion of macro ‘TRACE_EVENT’ 1981 | TRACE_EVENT(rdev_tdls_oper, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1981:1: note: in expansion of macro ‘TRACE_EVENT’ 1981 | TRACE_EVENT(rdev_tdls_oper, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_pmksa’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2001:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2001 | DECLARE_EVENT_CLASS(rdev_pmksa, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2001:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2001 | DECLARE_EVENT_CLASS(rdev_pmksa, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_probe_client’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2019:1: note: in expansion of macro ‘TRACE_EVENT’ 2019 | TRACE_EVENT(rdev_probe_client, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2019:1: note: in expansion of macro ‘TRACE_EVENT’ 2019 | TRACE_EVENT(rdev_probe_client, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_remain_on_channel’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2049:1: note: in expansion of macro ‘TRACE_EVENT’ 2049 | TRACE_EVENT(rdev_remain_on_channel, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2049:1: note: in expansion of macro ‘TRACE_EVENT’ 2049 | TRACE_EVENT(rdev_remain_on_channel, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_return_int_cookie’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2070:1: note: in expansion of macro ‘TRACE_EVENT’ 2070 | TRACE_EVENT(rdev_return_int_cookie, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2070:1: note: in expansion of macro ‘TRACE_EVENT’ 2070 | TRACE_EVENT(rdev_return_int_cookie, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_cancel_remain_on_channel’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2087:1: note: in expansion of macro ‘TRACE_EVENT’ 2087 | TRACE_EVENT(rdev_cancel_remain_on_channel, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2087:1: note: in expansion of macro ‘TRACE_EVENT’ 2087 | TRACE_EVENT(rdev_cancel_remain_on_channel, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_mgmt_tx’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2104:1: note: in expansion of macro ‘TRACE_EVENT’ 2104 | TRACE_EVENT(rdev_mgmt_tx, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2104:1: note: in expansion of macro ‘TRACE_EVENT’ 2104 | TRACE_EVENT(rdev_mgmt_tx, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_tx_control_port’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2134:1: note: in expansion of macro ‘TRACE_EVENT’ 2134 | TRACE_EVENT(rdev_tx_control_port, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2134:1: note: in expansion of macro ‘TRACE_EVENT’ 2134 | TRACE_EVENT(rdev_tx_control_port, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_noack_map’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2163:1: note: in expansion of macro ‘TRACE_EVENT’ 2163 | TRACE_EVENT(rdev_set_noack_map, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2163:1: note: in expansion of macro ‘TRACE_EVENT’ 2163 | TRACE_EVENT(rdev_set_noack_map, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_wiphy_wdev_link_evt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2181:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2181 | DECLARE_EVENT_CLASS(wiphy_wdev_link_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2181:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2181 | DECLARE_EVENT_CLASS(wiphy_wdev_link_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_return_chandef’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2205:1: note: in expansion of macro ‘TRACE_EVENT’ 2205 | TRACE_EVENT(rdev_return_chandef, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2205:1: note: in expansion of macro ‘TRACE_EVENT’ 2205 | TRACE_EVENT(rdev_return_chandef, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_start_nan’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2236:1: note: in expansion of macro ‘TRACE_EVENT’ 2236 | TRACE_EVENT(rdev_start_nan, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2236:1: note: in expansion of macro ‘TRACE_EVENT’ 2236 | TRACE_EVENT(rdev_start_nan, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_nan_change_conf’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2258:1: note: in expansion of macro ‘TRACE_EVENT’ 2258 | TRACE_EVENT(rdev_nan_change_conf, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2258:1: note: in expansion of macro ‘TRACE_EVENT’ 2258 | TRACE_EVENT(rdev_nan_change_conf, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_add_nan_func’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2287:1: note: in expansion of macro ‘TRACE_EVENT’ 2287 | TRACE_EVENT(rdev_add_nan_func, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2287:1: note: in expansion of macro ‘TRACE_EVENT’ 2287 | TRACE_EVENT(rdev_add_nan_func, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_del_nan_func’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2308:1: note: in expansion of macro ‘TRACE_EVENT’ 2308 | TRACE_EVENT(rdev_del_nan_func, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2308:1: note: in expansion of macro ‘TRACE_EVENT’ 2308 | TRACE_EVENT(rdev_del_nan_func, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_mac_acl’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2326:1: note: in expansion of macro ‘TRACE_EVENT’ 2326 | TRACE_EVENT(rdev_set_mac_acl, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2326:1: note: in expansion of macro ‘TRACE_EVENT’ 2326 | TRACE_EVENT(rdev_set_mac_acl, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_update_ft_ies’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2344:1: note: in expansion of macro ‘TRACE_EVENT’ 2344 | TRACE_EVENT(rdev_update_ft_ies, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2344:1: note: in expansion of macro ‘TRACE_EVENT’ 2344 | TRACE_EVENT(rdev_update_ft_ies, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_crit_proto_start’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2364:1: note: in expansion of macro ‘TRACE_EVENT’ 2364 | TRACE_EVENT(rdev_crit_proto_start, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2364:1: note: in expansion of macro ‘TRACE_EVENT’ 2364 | TRACE_EVENT(rdev_crit_proto_start, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_crit_proto_stop’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2384:1: note: in expansion of macro ‘TRACE_EVENT’ 2384 | TRACE_EVENT(rdev_crit_proto_stop, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2384:1: note: in expansion of macro ‘TRACE_EVENT’ 2384 | TRACE_EVENT(rdev_crit_proto_stop, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_channel_switch’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2399:1: note: in expansion of macro ‘TRACE_EVENT’ 2399 | TRACE_EVENT(rdev_channel_switch, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2399:1: note: in expansion of macro ‘TRACE_EVENT’ 2399 | TRACE_EVENT(rdev_channel_switch, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_qos_map’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2439:1: note: in expansion of macro ‘TRACE_EVENT’ 2439 | TRACE_EVENT(rdev_set_qos_map, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2439:1: note: in expansion of macro ‘TRACE_EVENT’ 2439 | TRACE_EVENT(rdev_set_qos_map, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_ap_chanwidth’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2457:1: note: in expansion of macro ‘TRACE_EVENT’ 2457 | TRACE_EVENT(rdev_set_ap_chanwidth, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2457:1: note: in expansion of macro ‘TRACE_EVENT’ 2457 | TRACE_EVENT(rdev_set_ap_chanwidth, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_add_tx_ts’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2479:1: note: in expansion of macro ‘TRACE_EVENT’ 2479 | TRACE_EVENT(rdev_add_tx_ts, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2479:1: note: in expansion of macro ‘TRACE_EVENT’ 2479 | TRACE_EVENT(rdev_add_tx_ts, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_del_tx_ts’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2504:1: note: in expansion of macro ‘TRACE_EVENT’ 2504 | TRACE_EVENT(rdev_del_tx_ts, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2504:1: note: in expansion of macro ‘TRACE_EVENT’ 2504 | TRACE_EVENT(rdev_del_tx_ts, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_tdls_channel_switch’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2524:1: note: in expansion of macro ‘TRACE_EVENT’ 2524 | TRACE_EVENT(rdev_tdls_channel_switch, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2524:1: note: in expansion of macro ‘TRACE_EVENT’ 2524 | TRACE_EVENT(rdev_tdls_channel_switch, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_tdls_cancel_channel_switch’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2548:1: note: in expansion of macro ‘TRACE_EVENT’ 2548 | TRACE_EVENT(rdev_tdls_cancel_channel_switch, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2548:1: note: in expansion of macro ‘TRACE_EVENT’ 2548 | TRACE_EVENT(rdev_tdls_cancel_channel_switch, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_pmk’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2566:1: note: in expansion of macro ‘TRACE_EVENT’ 2566 | TRACE_EVENT(rdev_set_pmk, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2566:1: note: in expansion of macro ‘TRACE_EVENT’ 2566 | TRACE_EVENT(rdev_set_pmk, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_del_pmk’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2605:1: note: in expansion of macro ‘TRACE_EVENT’ 2605 | TRACE_EVENT(rdev_del_pmk, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2605:1: note: in expansion of macro ‘TRACE_EVENT’ 2605 | TRACE_EVENT(rdev_del_pmk, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_external_auth’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2626:1: note: in expansion of macro ‘TRACE_EVENT’ 2626 | TRACE_EVENT(rdev_external_auth, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2626:1: note: in expansion of macro ‘TRACE_EVENT’ 2626 | TRACE_EVENT(rdev_external_auth, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_start_radar_detection’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2652:1: note: in expansion of macro ‘TRACE_EVENT’ 2652 | TRACE_EVENT(rdev_start_radar_detection, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2652:1: note: in expansion of macro ‘TRACE_EVENT’ 2652 | TRACE_EVENT(rdev_start_radar_detection, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_mcast_rate’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2675:1: note: in expansion of macro ‘TRACE_EVENT’ 2675 | TRACE_EVENT(rdev_set_mcast_rate, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2675:1: note: in expansion of macro ‘TRACE_EVENT’ 2675 | TRACE_EVENT(rdev_set_mcast_rate, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_coalesce’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2699:1: note: in expansion of macro ‘TRACE_EVENT’ 2699 | TRACE_EVENT(rdev_set_coalesce, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2699:1: note: in expansion of macro ‘TRACE_EVENT’ 2699 | TRACE_EVENT(rdev_set_coalesce, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_multicast_to_unicast’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2719:1: note: in expansion of macro ‘TRACE_EVENT’ 2719 | TRACE_EVENT(rdev_set_multicast_to_unicast, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2719:1: note: in expansion of macro ‘TRACE_EVENT’ 2719 | TRACE_EVENT(rdev_set_multicast_to_unicast, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_get_ftm_responder_stats’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2743:1: note: in expansion of macro ‘TRACE_EVENT’ 2743 | TRACE_EVENT(rdev_get_ftm_responder_stats, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2743:1: note: in expansion of macro ‘TRACE_EVENT’ 2743 | TRACE_EVENT(rdev_get_ftm_responder_stats, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_fils_aad’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2797:1: note: in expansion of macro ‘TRACE_EVENT’ 2797 | TRACE_EVENT(rdev_set_fils_aad, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2797:1: note: in expansion of macro ‘TRACE_EVENT’ 2797 | TRACE_EVENT(rdev_set_fils_aad, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_update_owe_info’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2815:1: note: in expansion of macro ‘TRACE_EVENT’ 2815 | TRACE_EVENT(rdev_update_owe_info, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2815:1: note: in expansion of macro ‘TRACE_EVENT’ 2815 | TRACE_EVENT(rdev_update_owe_info, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_probe_mesh_link’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2835:1: note: in expansion of macro ‘TRACE_EVENT’ 2835 | TRACE_EVENT(rdev_probe_mesh_link, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2835:1: note: in expansion of macro ‘TRACE_EVENT’ 2835 | TRACE_EVENT(rdev_probe_mesh_link, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_tid_config’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2853:1: note: in expansion of macro ‘TRACE_EVENT’ 2853 | TRACE_EVENT(rdev_set_tid_config, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2853:1: note: in expansion of macro ‘TRACE_EVENT’ 2853 | TRACE_EVENT(rdev_set_tid_config, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_reset_tid_config’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2871:1: note: in expansion of macro ‘TRACE_EVENT’ 2871 | TRACE_EVENT(rdev_reset_tid_config, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2871:1: note: in expansion of macro ‘TRACE_EVENT’ 2871 | TRACE_EVENT(rdev_reset_tid_config, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_sar_specs’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2891:1: note: in expansion of macro ‘TRACE_EVENT’ 2891 | TRACE_EVENT(rdev_set_sar_specs, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2891:1: note: in expansion of macro ‘TRACE_EVENT’ 2891 | TRACE_EVENT(rdev_set_sar_specs, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_color_change’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2909:1: note: in expansion of macro ‘TRACE_EVENT’ 2909 | TRACE_EVENT(rdev_color_change, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2909:1: note: in expansion of macro ‘TRACE_EVENT’ 2909 | TRACE_EVENT(rdev_color_change, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_radar_background’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2935:1: note: in expansion of macro ‘TRACE_EVENT’ 2935 | TRACE_EVENT(rdev_set_radar_background, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2935:1: note: in expansion of macro ‘TRACE_EVENT’ 2935 | TRACE_EVENT(rdev_set_radar_background, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_del_link_station’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2966:1: note: in expansion of macro ‘TRACE_EVENT’ 2966 | TRACE_EVENT(rdev_del_link_station, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2966:1: note: in expansion of macro ‘TRACE_EVENT’ 2966 | TRACE_EVENT(rdev_del_link_station, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_hw_timestamp’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2990:1: note: in expansion of macro ‘TRACE_EVENT’ 2990 | TRACE_EVENT(rdev_set_hw_timestamp, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2990:1: note: in expansion of macro ‘TRACE_EVENT’ 2990 | TRACE_EVENT(rdev_set_hw_timestamp, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_rdev_set_ttlm’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3015:1: note: in expansion of macro ‘TRACE_EVENT’ 3015 | TRACE_EVENT(rdev_set_ttlm, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3015:1: note: in expansion of macro ‘TRACE_EVENT’ 3015 | TRACE_EVENT(rdev_set_ttlm, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_return_bool’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3039:1: note: in expansion of macro ‘TRACE_EVENT’ 3039 | TRACE_EVENT(cfg80211_return_bool, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3039:1: note: in expansion of macro ‘TRACE_EVENT’ 3039 | TRACE_EVENT(cfg80211_return_bool, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_netdev_mac_evt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3051:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3051 | DECLARE_EVENT_CLASS(cfg80211_netdev_mac_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3051:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3051 | DECLARE_EVENT_CLASS(cfg80211_netdev_mac_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_netdev_evt_only’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3071:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3071 | DECLARE_EVENT_CLASS(netdev_evt_only, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3071:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3071 | DECLARE_EVENT_CLASS(netdev_evt_only, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_send_rx_assoc’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3088:1: note: in expansion of macro ‘TRACE_EVENT’ 3088 | TRACE_EVENT(cfg80211_send_rx_assoc, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3088:1: note: in expansion of macro ‘TRACE_EVENT’ 3088 | TRACE_EVENT(cfg80211_send_rx_assoc, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_netdev_frame_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3105:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3105 | DECLARE_EVENT_CLASS(netdev_frame_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3105:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3105 | DECLARE_EVENT_CLASS(netdev_frame_event, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_tx_mlme_mgmt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3131:1: note: in expansion of macro ‘TRACE_EVENT’ 3131 | TRACE_EVENT(cfg80211_tx_mlme_mgmt, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3131:1: note: in expansion of macro ‘TRACE_EVENT’ 3131 | TRACE_EVENT(cfg80211_tx_mlme_mgmt, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_netdev_mac_evt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3151:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3151 | DECLARE_EVENT_CLASS(netdev_mac_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3151:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3151 | DECLARE_EVENT_CLASS(netdev_mac_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_send_assoc_failure’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3171:1: note: in expansion of macro ‘TRACE_EVENT’ 3171 | TRACE_EVENT(cfg80211_send_assoc_failure, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3171:1: note: in expansion of macro ‘TRACE_EVENT’ 3171 | TRACE_EVENT(cfg80211_send_assoc_failure, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_michael_mic_failure’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3189:1: note: in expansion of macro ‘TRACE_EVENT’ 3189 | TRACE_EVENT(cfg80211_michael_mic_failure, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3189:1: note: in expansion of macro ‘TRACE_EVENT’ 3189 | TRACE_EVENT(cfg80211_michael_mic_failure, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_ready_on_channel’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3213:1: note: in expansion of macro ‘TRACE_EVENT’ 3213 | TRACE_EVENT(cfg80211_ready_on_channel, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3213:1: note: in expansion of macro ‘TRACE_EVENT’ 3213 | TRACE_EVENT(cfg80211_ready_on_channel, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_ready_on_channel_expired’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3235:1: note: in expansion of macro ‘TRACE_EVENT’ 3235 | TRACE_EVENT(cfg80211_ready_on_channel_expired, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3235:1: note: in expansion of macro ‘TRACE_EVENT’ 3235 | TRACE_EVENT(cfg80211_ready_on_channel_expired, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_tx_mgmt_expired’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3253:1: note: in expansion of macro ‘TRACE_EVENT’ 3253 | TRACE_EVENT(cfg80211_tx_mgmt_expired, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3253:1: note: in expansion of macro ‘TRACE_EVENT’ 3253 | TRACE_EVENT(cfg80211_tx_mgmt_expired, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_new_sta’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3271:1: note: in expansion of macro ‘TRACE_EVENT’ 3271 | TRACE_EVENT(cfg80211_new_sta, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3271:1: note: in expansion of macro ‘TRACE_EVENT’ 3271 | TRACE_EVENT(cfg80211_new_sta, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_rx_mgmt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3294:1: note: in expansion of macro ‘TRACE_EVENT’ 3294 | TRACE_EVENT(cfg80211_rx_mgmt, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3294:1: note: in expansion of macro ‘TRACE_EVENT’ 3294 | TRACE_EVENT(cfg80211_rx_mgmt, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_mgmt_tx_status’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3311:1: note: in expansion of macro ‘TRACE_EVENT’ 3311 | TRACE_EVENT(cfg80211_mgmt_tx_status, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3311:1: note: in expansion of macro ‘TRACE_EVENT’ 3311 | TRACE_EVENT(cfg80211_mgmt_tx_status, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_control_port_tx_status’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3328:1: note: in expansion of macro ‘TRACE_EVENT’ 3328 | TRACE_EVENT(cfg80211_control_port_tx_status, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3328:1: note: in expansion of macro ‘TRACE_EVENT’ 3328 | TRACE_EVENT(cfg80211_control_port_tx_status, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_rx_control_port’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3345:1: note: in expansion of macro ‘TRACE_EVENT’ 3345 | TRACE_EVENT(cfg80211_rx_control_port, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3345:1: note: in expansion of macro ‘TRACE_EVENT’ 3345 | TRACE_EVENT(cfg80211_rx_control_port, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_cqm_rssi_notify’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3371:1: note: in expansion of macro ‘TRACE_EVENT’ 3371 | TRACE_EVENT(cfg80211_cqm_rssi_notify, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3371:1: note: in expansion of macro ‘TRACE_EVENT’ 3371 | TRACE_EVENT(cfg80211_cqm_rssi_notify, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_reg_can_beacon’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3390:1: note: in expansion of macro ‘TRACE_EVENT’ 3390 | TRACE_EVENT(cfg80211_reg_can_beacon, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3390:1: note: in expansion of macro ‘TRACE_EVENT’ 3390 | TRACE_EVENT(cfg80211_reg_can_beacon, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_chandef_dfs_required’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3414:1: note: in expansion of macro ‘TRACE_EVENT’ 3414 | TRACE_EVENT(cfg80211_chandef_dfs_required, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3414:1: note: in expansion of macro ‘TRACE_EVENT’ 3414 | TRACE_EVENT(cfg80211_chandef_dfs_required, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_ch_switch_notify’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3429:1: note: in expansion of macro ‘TRACE_EVENT’ 3429 | TRACE_EVENT(cfg80211_ch_switch_notify, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3429:1: note: in expansion of macro ‘TRACE_EVENT’ 3429 | TRACE_EVENT(cfg80211_ch_switch_notify, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_ch_switch_started_notify’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3448:1: note: in expansion of macro ‘TRACE_EVENT’ 3448 | TRACE_EVENT(cfg80211_ch_switch_started_notify, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3448:1: note: in expansion of macro ‘TRACE_EVENT’ 3448 | TRACE_EVENT(cfg80211_ch_switch_started_notify, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_radar_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3467:1: note: in expansion of macro ‘TRACE_EVENT’ 3467 | TRACE_EVENT(cfg80211_radar_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3467:1: note: in expansion of macro ‘TRACE_EVENT’ 3467 | TRACE_EVENT(cfg80211_radar_event, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_cac_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3485:1: note: in expansion of macro ‘TRACE_EVENT’ 3485 | TRACE_EVENT(cfg80211_cac_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3485:1: note: in expansion of macro ‘TRACE_EVENT’ 3485 | TRACE_EVENT(cfg80211_cac_event, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_rx_evt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3500:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3500 | DECLARE_EVENT_CLASS(cfg80211_rx_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3500:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3500 | DECLARE_EVENT_CLASS(cfg80211_rx_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_ibss_joined’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3524:1: note: in expansion of macro ‘TRACE_EVENT’ 3524 | TRACE_EVENT(cfg80211_ibss_joined, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3524:1: note: in expansion of macro ‘TRACE_EVENT’ 3524 | TRACE_EVENT(cfg80211_ibss_joined, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_probe_status’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3542:1: note: in expansion of macro ‘TRACE_EVENT’ 3542 | TRACE_EVENT(cfg80211_probe_status, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3542:1: note: in expansion of macro ‘TRACE_EVENT’ 3542 | TRACE_EVENT(cfg80211_probe_status, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_cqm_pktloss_notify’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3563:1: note: in expansion of macro ‘TRACE_EVENT’ 3563 | TRACE_EVENT(cfg80211_cqm_pktloss_notify, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3563:1: note: in expansion of macro ‘TRACE_EVENT’ 3563 | TRACE_EVENT(cfg80211_cqm_pktloss_notify, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_pmksa_candidate_notify’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3585:1: note: in expansion of macro ‘TRACE_EVENT’ 3585 | TRACE_EVENT(cfg80211_pmksa_candidate_notify, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3585:1: note: in expansion of macro ‘TRACE_EVENT’ 3585 | TRACE_EVENT(cfg80211_pmksa_candidate_notify, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_report_obss_beacon’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3606:1: note: in expansion of macro ‘TRACE_EVENT’ 3606 | TRACE_EVENT(cfg80211_report_obss_beacon, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3606:1: note: in expansion of macro ‘TRACE_EVENT’ 3606 | TRACE_EVENT(cfg80211_report_obss_beacon, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_tdls_oper_request’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3624:1: note: in expansion of macro ‘TRACE_EVENT’ 3624 | TRACE_EVENT(cfg80211_tdls_oper_request, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3624:1: note: in expansion of macro ‘TRACE_EVENT’ 3624 | TRACE_EVENT(cfg80211_tdls_oper_request, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_scan_done’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3647:1: note: in expansion of macro ‘TRACE_EVENT’ 3647 | TRACE_EVENT(cfg80211_scan_done, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3647:1: note: in expansion of macro ‘TRACE_EVENT’ 3647 | TRACE_EVENT(cfg80211_scan_done, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_wiphy_id_evt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3687:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3687 | DECLARE_EVENT_CLASS(wiphy_id_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3687:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3687 | DECLARE_EVENT_CLASS(wiphy_id_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_get_bss’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3711:1: note: in expansion of macro ‘TRACE_EVENT’ 3711 | TRACE_EVENT(cfg80211_get_bss, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3711:1: note: in expansion of macro ‘TRACE_EVENT’ 3711 | TRACE_EVENT(cfg80211_get_bss, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_inform_bss_frame’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3740:1: note: in expansion of macro ‘TRACE_EVENT’ 3740 | TRACE_EVENT(cfg80211_inform_bss_frame, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3740:1: note: in expansion of macro ‘TRACE_EVENT’ 3740 | TRACE_EVENT(cfg80211_inform_bss_frame, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_bss_evt’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3771:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3771 | DECLARE_EVENT_CLASS(cfg80211_bss_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3771:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3771 | DECLARE_EVENT_CLASS(cfg80211_bss_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_return_uint’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3790:1: note: in expansion of macro ‘TRACE_EVENT’ 3790 | TRACE_EVENT(cfg80211_return_uint, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3790:1: note: in expansion of macro ‘TRACE_EVENT’ 3790 | TRACE_EVENT(cfg80211_return_uint, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_return_u32’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3802:1: note: in expansion of macro ‘TRACE_EVENT’ 3802 | TRACE_EVENT(cfg80211_return_u32, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3802:1: note: in expansion of macro ‘TRACE_EVENT’ 3802 | TRACE_EVENT(cfg80211_return_u32, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_report_wowlan_wakeup’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3814:1: note: in expansion of macro ‘TRACE_EVENT’ 3814 | TRACE_EVENT(cfg80211_report_wowlan_wakeup, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3814:1: note: in expansion of macro ‘TRACE_EVENT’ 3814 | TRACE_EVENT(cfg80211_report_wowlan_wakeup, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_ft_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3852:1: note: in expansion of macro ‘TRACE_EVENT’ 3852 | TRACE_EVENT(cfg80211_ft_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3852:1: note: in expansion of macro ‘TRACE_EVENT’ 3852 | TRACE_EVENT(cfg80211_ft_event, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_stop_iface’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3878:1: note: in expansion of macro ‘TRACE_EVENT’ 3878 | TRACE_EVENT(cfg80211_stop_iface, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3878:1: note: in expansion of macro ‘TRACE_EVENT’ 3878 | TRACE_EVENT(cfg80211_stop_iface, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_pmsr_report’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3893:1: note: in expansion of macro ‘TRACE_EVENT’ 3893 | TRACE_EVENT(cfg80211_pmsr_report, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3893:1: note: in expansion of macro ‘TRACE_EVENT’ 3893 | TRACE_EVENT(cfg80211_pmsr_report, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_pmsr_complete’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3915:1: note: in expansion of macro ‘TRACE_EVENT’ 3915 | TRACE_EVENT(cfg80211_pmsr_complete, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3915:1: note: in expansion of macro ‘TRACE_EVENT’ 3915 | TRACE_EVENT(cfg80211_pmsr_complete, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_update_owe_info_event’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3933:1: note: in expansion of macro ‘TRACE_EVENT’ 3933 | TRACE_EVENT(cfg80211_update_owe_info_event, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3933:1: note: in expansion of macro ‘TRACE_EVENT’ 3933 | TRACE_EVENT(cfg80211_update_owe_info_event, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_bss_color_notify’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3960:1: note: in expansion of macro ‘TRACE_EVENT’ 3960 | TRACE_EVENT(cfg80211_bss_color_notify, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3960:1: note: in expansion of macro ‘TRACE_EVENT’ 3960 | TRACE_EVENT(cfg80211_bss_color_notify, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_assoc_comeback’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3982:1: note: in expansion of macro ‘TRACE_EVENT’ 3982 | TRACE_EVENT(cfg80211_assoc_comeback, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3982:1: note: in expansion of macro ‘TRACE_EVENT’ 3982 | TRACE_EVENT(cfg80211_assoc_comeback, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_link_station_add_mod’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3999:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3999 | DECLARE_EVENT_CLASS(link_station_add_mod, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3999:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3999 | DECLARE_EVENT_CLASS(link_station_add_mod, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘trace_event_raw_event_cfg80211_links_removed’: ../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:4072:1: note: in expansion of macro ‘TRACE_EVENT’ 4072 | TRACE_EVENT(cfg80211_links_removed, | ^~~~~~~~~~~ ../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:4072:1: note: in expansion of macro ‘TRACE_EVENT’ 4072 | TRACE_EVENT(cfg80211_links_removed, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:109: ../net/wireless/./trace.h: In function ‘perf_trace_wiphy_work_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:249:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 249 | DECLARE_EVENT_CLASS(wiphy_work_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:249:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 249 | DECLARE_EVENT_CLASS(wiphy_work_event, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_wiphy_delayed_work_queue’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ 286 | TRACE_EVENT(wiphy_delayed_work_queue, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ 286 | TRACE_EVENT(wiphy_delayed_work_queue, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_wiphy_work_worker_start’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ 307 | TRACE_EVENT(wiphy_work_worker_start, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ 307 | TRACE_EVENT(wiphy_work_worker_start, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_suspend’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:323:1: note: in expansion of macro ‘TRACE_EVENT’ 323 | TRACE_EVENT(rdev_suspend, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:323:1: note: in expansion of macro ‘TRACE_EVENT’ 323 | TRACE_EVENT(rdev_suspend, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_return_int’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:361:1: note: in expansion of macro ‘TRACE_EVENT’ 361 | TRACE_EVENT(rdev_return_int, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:361:1: note: in expansion of macro ‘TRACE_EVENT’ 361 | TRACE_EVENT(rdev_return_int, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_scan’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:375:1: note: in expansion of macro ‘TRACE_EVENT’ 375 | TRACE_EVENT(rdev_scan, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:375:1: note: in expansion of macro ‘TRACE_EVENT’ 375 | TRACE_EVENT(rdev_scan, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_wiphy_only_evt’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:387:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 387 | DECLARE_EVENT_CLASS(wiphy_only_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:387:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 387 | DECLARE_EVENT_CLASS(wiphy_only_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_wiphy_enabled_evt’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:419:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 419 | DECLARE_EVENT_CLASS(wiphy_enabled_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:419:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 419 | DECLARE_EVENT_CLASS(wiphy_enabled_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_add_virtual_intf’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:439:1: note: in expansion of macro ‘TRACE_EVENT’ 439 | TRACE_EVENT(rdev_add_virtual_intf, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:439:1: note: in expansion of macro ‘TRACE_EVENT’ 439 | TRACE_EVENT(rdev_add_virtual_intf, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_wiphy_wdev_evt’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:456:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 456 | DECLARE_EVENT_CLASS(wiphy_wdev_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:456:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 456 | DECLARE_EVENT_CLASS(wiphy_wdev_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_wiphy_wdev_cookie_evt’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:470:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 470 | DECLARE_EVENT_CLASS(wiphy_wdev_cookie_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:470:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 470 | DECLARE_EVENT_CLASS(wiphy_wdev_cookie_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_change_virtual_intf’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:498:1: note: in expansion of macro ‘TRACE_EVENT’ 498 | TRACE_EVENT(rdev_change_virtual_intf, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:498:1: note: in expansion of macro ‘TRACE_EVENT’ 498 | TRACE_EVENT(rdev_change_virtual_intf, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_key_handle’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:516:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 516 | DECLARE_EVENT_CLASS(key_handle, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:516:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 516 | DECLARE_EVENT_CLASS(key_handle, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_add_key’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:555:1: note: in expansion of macro ‘TRACE_EVENT’ 555 | TRACE_EVENT(rdev_add_key, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:555:1: note: in expansion of macro ‘TRACE_EVENT’ 555 | TRACE_EVENT(rdev_add_key, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_default_key’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:585:1: note: in expansion of macro ‘TRACE_EVENT’ 585 | TRACE_EVENT(rdev_set_default_key, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:585:1: note: in expansion of macro ‘TRACE_EVENT’ 585 | TRACE_EVENT(rdev_set_default_key, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_default_mgmt_key’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:612:1: note: in expansion of macro ‘TRACE_EVENT’ 612 | TRACE_EVENT(rdev_set_default_mgmt_key, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:612:1: note: in expansion of macro ‘TRACE_EVENT’ 612 | TRACE_EVENT(rdev_set_default_mgmt_key, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_default_beacon_key’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:633:1: note: in expansion of macro ‘TRACE_EVENT’ 633 | TRACE_EVENT(rdev_set_default_beacon_key, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:633:1: note: in expansion of macro ‘TRACE_EVENT’ 633 | TRACE_EVENT(rdev_set_default_beacon_key, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_start_ap’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:654:1: note: in expansion of macro ‘TRACE_EVENT’ 654 | TRACE_EVENT(rdev_start_ap, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:654:1: note: in expansion of macro ‘TRACE_EVENT’ 654 | TRACE_EVENT(rdev_start_ap, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_change_beacon’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:698:1: note: in expansion of macro ‘TRACE_EVENT’ 698 | TRACE_EVENT(rdev_change_beacon, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:698:1: note: in expansion of macro ‘TRACE_EVENT’ 698 | TRACE_EVENT(rdev_change_beacon, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_stop_ap’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:746:1: note: in expansion of macro ‘TRACE_EVENT’ 746 | TRACE_EVENT(rdev_stop_ap, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:746:1: note: in expansion of macro ‘TRACE_EVENT’ 746 | TRACE_EVENT(rdev_stop_ap, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_wiphy_netdev_evt’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:764:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 764 | DECLARE_EVENT_CLASS(wiphy_netdev_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:764:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 764 | DECLARE_EVENT_CLASS(wiphy_netdev_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_station_add_change’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:813:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 813 | DECLARE_EVENT_CLASS(station_add_change, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:813:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 813 | DECLARE_EVENT_CLASS(station_add_change, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_wiphy_netdev_mac_evt’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:917:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 917 | DECLARE_EVENT_CLASS(wiphy_netdev_mac_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:917:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 917 | DECLARE_EVENT_CLASS(wiphy_netdev_mac_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_station_del’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:934:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 934 | DECLARE_EVENT_CLASS(station_del, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:934:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 934 | DECLARE_EVENT_CLASS(station_del, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_dump_station’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:977:1: note: in expansion of macro ‘TRACE_EVENT’ 977 | TRACE_EVENT(rdev_dump_station, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:977:1: note: in expansion of macro ‘TRACE_EVENT’ 977 | TRACE_EVENT(rdev_dump_station, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_return_int_station_info’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:998:1: note: in expansion of macro ‘TRACE_EVENT’ 998 | TRACE_EVENT(rdev_return_int_station_info, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:998:1: note: in expansion of macro ‘TRACE_EVENT’ 998 | TRACE_EVENT(rdev_return_int_station_info, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_mpath_evt’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1015:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1015 | DECLARE_EVENT_CLASS(mpath_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1015:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1015 | DECLARE_EVENT_CLASS(mpath_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_dump_mpath’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1054:1: note: in expansion of macro ‘TRACE_EVENT’ 1054 | TRACE_EVENT(rdev_dump_mpath, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1054:1: note: in expansion of macro ‘TRACE_EVENT’ 1054 | TRACE_EVENT(rdev_dump_mpath, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_get_mpp’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1077:1: note: in expansion of macro ‘TRACE_EVENT’ 1077 | TRACE_EVENT(rdev_get_mpp, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1077:1: note: in expansion of macro ‘TRACE_EVENT’ 1077 | TRACE_EVENT(rdev_get_mpp, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_dump_mpp’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1098:1: note: in expansion of macro ‘TRACE_EVENT’ 1098 | TRACE_EVENT(rdev_dump_mpp, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1098:1: note: in expansion of macro ‘TRACE_EVENT’ 1098 | TRACE_EVENT(rdev_dump_mpp, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_return_int_mpath_info’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1121:1: note: in expansion of macro ‘TRACE_EVENT’ 1121 | TRACE_EVENT(rdev_return_int_mpath_info, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1121:1: note: in expansion of macro ‘TRACE_EVENT’ 1121 | TRACE_EVENT(rdev_return_int_mpath_info, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_return_int_mesh_config’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1159:1: note: in expansion of macro ‘TRACE_EVENT’ 1159 | TRACE_EVENT(rdev_return_int_mesh_config, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1159:1: note: in expansion of macro ‘TRACE_EVENT’ 1159 | TRACE_EVENT(rdev_return_int_mesh_config, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_update_mesh_config’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1176:1: note: in expansion of macro ‘TRACE_EVENT’ 1176 | TRACE_EVENT(rdev_update_mesh_config, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1176:1: note: in expansion of macro ‘TRACE_EVENT’ 1176 | TRACE_EVENT(rdev_update_mesh_config, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_join_mesh’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1196:1: note: in expansion of macro ‘TRACE_EVENT’ 1196 | TRACE_EVENT(rdev_join_mesh, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1196:1: note: in expansion of macro ‘TRACE_EVENT’ 1196 | TRACE_EVENT(rdev_join_mesh, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_change_bss’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1215:1: note: in expansion of macro ‘TRACE_EVENT’ 1215 | TRACE_EVENT(rdev_change_bss, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1215:1: note: in expansion of macro ‘TRACE_EVENT’ 1215 | TRACE_EVENT(rdev_change_bss, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_inform_bss’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1245:1: note: in expansion of macro ‘TRACE_EVENT’ 1245 | TRACE_EVENT(rdev_inform_bss, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1245:1: note: in expansion of macro ‘TRACE_EVENT’ 1245 | TRACE_EVENT(rdev_inform_bss, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_txq_params’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1262:1: note: in expansion of macro ‘TRACE_EVENT’ 1262 | TRACE_EVENT(rdev_set_txq_params, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1262:1: note: in expansion of macro ‘TRACE_EVENT’ 1262 | TRACE_EVENT(rdev_set_txq_params, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_libertas_set_mesh_channel’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1289:1: note: in expansion of macro ‘TRACE_EVENT’ 1289 | TRACE_EVENT(rdev_libertas_set_mesh_channel, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1289:1: note: in expansion of macro ‘TRACE_EVENT’ 1289 | TRACE_EVENT(rdev_libertas_set_mesh_channel, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_monitor_channel’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1307:1: note: in expansion of macro ‘TRACE_EVENT’ 1307 | TRACE_EVENT(rdev_set_monitor_channel, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1307:1: note: in expansion of macro ‘TRACE_EVENT’ 1307 | TRACE_EVENT(rdev_set_monitor_channel, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_auth’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1323:1: note: in expansion of macro ‘TRACE_EVENT’ 1323 | TRACE_EVENT(rdev_auth, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1323:1: note: in expansion of macro ‘TRACE_EVENT’ 1323 | TRACE_EVENT(rdev_auth, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_assoc’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1347:1: note: in expansion of macro ‘TRACE_EVENT’ 1347 | TRACE_EVENT(rdev_assoc, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1347:1: note: in expansion of macro ‘TRACE_EVENT’ 1347 | TRACE_EVENT(rdev_assoc, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_deauth’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1400:1: note: in expansion of macro ‘TRACE_EVENT’ 1400 | TRACE_EVENT(rdev_deauth, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1400:1: note: in expansion of macro ‘TRACE_EVENT’ 1400 | TRACE_EVENT(rdev_deauth, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_disassoc’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1423:1: note: in expansion of macro ‘TRACE_EVENT’ 1423 | TRACE_EVENT(rdev_disassoc, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1423:1: note: in expansion of macro ‘TRACE_EVENT’ 1423 | TRACE_EVENT(rdev_disassoc, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_mgmt_tx_cancel_wait’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1448:1: note: in expansion of macro ‘TRACE_EVENT’ 1448 | TRACE_EVENT(rdev_mgmt_tx_cancel_wait, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1448:1: note: in expansion of macro ‘TRACE_EVENT’ 1448 | TRACE_EVENT(rdev_mgmt_tx_cancel_wait, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_power_mgmt’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1466:1: note: in expansion of macro ‘TRACE_EVENT’ 1466 | TRACE_EVENT(rdev_set_power_mgmt, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1466:1: note: in expansion of macro ‘TRACE_EVENT’ 1466 | TRACE_EVENT(rdev_set_power_mgmt, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_connect’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1487:1: note: in expansion of macro ‘TRACE_EVENT’ 1487 | TRACE_EVENT(rdev_connect, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1487:1: note: in expansion of macro ‘TRACE_EVENT’ 1487 | TRACE_EVENT(rdev_connect, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_update_connect_params’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1522:1: note: in expansion of macro ‘TRACE_EVENT’ 1522 | TRACE_EVENT(rdev_update_connect_params, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1522:1: note: in expansion of macro ‘TRACE_EVENT’ 1522 | TRACE_EVENT(rdev_update_connect_params, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_cqm_rssi_config’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1540:1: note: in expansion of macro ‘TRACE_EVENT’ 1540 | TRACE_EVENT(rdev_set_cqm_rssi_config, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1540:1: note: in expansion of macro ‘TRACE_EVENT’ 1540 | TRACE_EVENT(rdev_set_cqm_rssi_config, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_cqm_rssi_range_config’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1563:1: note: in expansion of macro ‘TRACE_EVENT’ 1563 | TRACE_EVENT(rdev_set_cqm_rssi_range_config, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1563:1: note: in expansion of macro ‘TRACE_EVENT’ 1563 | TRACE_EVENT(rdev_set_cqm_rssi_range_config, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_cqm_txe_config’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1585:1: note: in expansion of macro ‘TRACE_EVENT’ 1585 | TRACE_EVENT(rdev_set_cqm_txe_config, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1585:1: note: in expansion of macro ‘TRACE_EVENT’ 1585 | TRACE_EVENT(rdev_set_cqm_txe_config, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_disconnect’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1608:1: note: in expansion of macro ‘TRACE_EVENT’ 1608 | TRACE_EVENT(rdev_disconnect, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1608:1: note: in expansion of macro ‘TRACE_EVENT’ 1608 | TRACE_EVENT(rdev_disconnect, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_join_ibss’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1626:1: note: in expansion of macro ‘TRACE_EVENT’ 1626 | TRACE_EVENT(rdev_join_ibss, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1626:1: note: in expansion of macro ‘TRACE_EVENT’ 1626 | TRACE_EVENT(rdev_join_ibss, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_join_ocb’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1647:1: note: in expansion of macro ‘TRACE_EVENT’ 1647 | TRACE_EVENT(rdev_join_ocb, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1647:1: note: in expansion of macro ‘TRACE_EVENT’ 1647 | TRACE_EVENT(rdev_join_ocb, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_wiphy_params’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1663:1: note: in expansion of macro ‘TRACE_EVENT’ 1663 | TRACE_EVENT(rdev_set_wiphy_params, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1663:1: note: in expansion of macro ‘TRACE_EVENT’ 1663 | TRACE_EVENT(rdev_set_wiphy_params, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_tx_power’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1683:1: note: in expansion of macro ‘TRACE_EVENT’ 1683 | TRACE_EVENT(rdev_set_tx_power, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1683:1: note: in expansion of macro ‘TRACE_EVENT’ 1683 | TRACE_EVENT(rdev_set_tx_power, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_return_int_int’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1703:1: note: in expansion of macro ‘TRACE_EVENT’ 1703 | TRACE_EVENT(rdev_return_int_int, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1703:1: note: in expansion of macro ‘TRACE_EVENT’ 1703 | TRACE_EVENT(rdev_return_int_int, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_testmode_cmd’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1721:1: note: in expansion of macro ‘TRACE_EVENT’ 1721 | TRACE_EVENT(rdev_testmode_cmd, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1721:1: note: in expansion of macro ‘TRACE_EVENT’ 1721 | TRACE_EVENT(rdev_testmode_cmd, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_testmode_dump’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1735:1: note: in expansion of macro ‘TRACE_EVENT’ 1735 | TRACE_EVENT(rdev_testmode_dump, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1735:1: note: in expansion of macro ‘TRACE_EVENT’ 1735 | TRACE_EVENT(rdev_testmode_dump, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_bitrate_mask’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1748:1: note: in expansion of macro ‘TRACE_EVENT’ 1748 | TRACE_EVENT(rdev_set_bitrate_mask, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1748:1: note: in expansion of macro ‘TRACE_EVENT’ 1748 | TRACE_EVENT(rdev_set_bitrate_mask, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_update_mgmt_frame_registrations’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1770:1: note: in expansion of macro ‘TRACE_EVENT’ 1770 | TRACE_EVENT(rdev_update_mgmt_frame_registrations, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1770:1: note: in expansion of macro ‘TRACE_EVENT’ 1770 | TRACE_EVENT(rdev_update_mgmt_frame_registrations, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_return_int_tx_rx’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1791:1: note: in expansion of macro ‘TRACE_EVENT’ 1791 | TRACE_EVENT(rdev_return_int_tx_rx, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1791:1: note: in expansion of macro ‘TRACE_EVENT’ 1791 | TRACE_EVENT(rdev_return_int_tx_rx, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_return_void_tx_rx’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1810:1: note: in expansion of macro ‘TRACE_EVENT’ 1810 | TRACE_EVENT(rdev_return_void_tx_rx, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1810:1: note: in expansion of macro ‘TRACE_EVENT’ 1810 | TRACE_EVENT(rdev_return_void_tx_rx, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_tx_rx_evt’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1833:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1833 | DECLARE_EVENT_CLASS(tx_rx_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1833:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1833 | DECLARE_EVENT_CLASS(tx_rx_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_wiphy_netdev_id_evt’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1855:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1855 | DECLARE_EVENT_CLASS(wiphy_netdev_id_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1855:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1855 | DECLARE_EVENT_CLASS(wiphy_netdev_id_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_tdls_mgmt’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1882:1: note: in expansion of macro ‘TRACE_EVENT’ 1882 | TRACE_EVENT(rdev_tdls_mgmt, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1882:1: note: in expansion of macro ‘TRACE_EVENT’ 1882 | TRACE_EVENT(rdev_tdls_mgmt, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_dump_survey’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1924:1: note: in expansion of macro ‘TRACE_EVENT’ 1924 | TRACE_EVENT(rdev_dump_survey, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1924:1: note: in expansion of macro ‘TRACE_EVENT’ 1924 | TRACE_EVENT(rdev_dump_survey, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_return_int_survey_info’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1941:1: note: in expansion of macro ‘TRACE_EVENT’ 1941 | TRACE_EVENT(rdev_return_int_survey_info, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1941:1: note: in expansion of macro ‘TRACE_EVENT’ 1941 | TRACE_EVENT(rdev_return_int_survey_info, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_tdls_oper’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1981:1: note: in expansion of macro ‘TRACE_EVENT’ 1981 | TRACE_EVENT(rdev_tdls_oper, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1981:1: note: in expansion of macro ‘TRACE_EVENT’ 1981 | TRACE_EVENT(rdev_tdls_oper, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_pmksa’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2001:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2001 | DECLARE_EVENT_CLASS(rdev_pmksa, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2001:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2001 | DECLARE_EVENT_CLASS(rdev_pmksa, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_probe_client’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2019:1: note: in expansion of macro ‘TRACE_EVENT’ 2019 | TRACE_EVENT(rdev_probe_client, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2019:1: note: in expansion of macro ‘TRACE_EVENT’ 2019 | TRACE_EVENT(rdev_probe_client, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_remain_on_channel’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2049:1: note: in expansion of macro ‘TRACE_EVENT’ 2049 | TRACE_EVENT(rdev_remain_on_channel, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2049:1: note: in expansion of macro ‘TRACE_EVENT’ 2049 | TRACE_EVENT(rdev_remain_on_channel, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_return_int_cookie’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2070:1: note: in expansion of macro ‘TRACE_EVENT’ 2070 | TRACE_EVENT(rdev_return_int_cookie, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2070:1: note: in expansion of macro ‘TRACE_EVENT’ 2070 | TRACE_EVENT(rdev_return_int_cookie, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_cancel_remain_on_channel’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2087:1: note: in expansion of macro ‘TRACE_EVENT’ 2087 | TRACE_EVENT(rdev_cancel_remain_on_channel, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2087:1: note: in expansion of macro ‘TRACE_EVENT’ 2087 | TRACE_EVENT(rdev_cancel_remain_on_channel, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_mgmt_tx’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2104:1: note: in expansion of macro ‘TRACE_EVENT’ 2104 | TRACE_EVENT(rdev_mgmt_tx, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2104:1: note: in expansion of macro ‘TRACE_EVENT’ 2104 | TRACE_EVENT(rdev_mgmt_tx, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_tx_control_port’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2134:1: note: in expansion of macro ‘TRACE_EVENT’ 2134 | TRACE_EVENT(rdev_tx_control_port, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2134:1: note: in expansion of macro ‘TRACE_EVENT’ 2134 | TRACE_EVENT(rdev_tx_control_port, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_noack_map’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2163:1: note: in expansion of macro ‘TRACE_EVENT’ 2163 | TRACE_EVENT(rdev_set_noack_map, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2163:1: note: in expansion of macro ‘TRACE_EVENT’ 2163 | TRACE_EVENT(rdev_set_noack_map, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_wiphy_wdev_link_evt’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2181:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2181 | DECLARE_EVENT_CLASS(wiphy_wdev_link_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2181:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2181 | DECLARE_EVENT_CLASS(wiphy_wdev_link_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_return_chandef’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2205:1: note: in expansion of macro ‘TRACE_EVENT’ 2205 | TRACE_EVENT(rdev_return_chandef, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2205:1: note: in expansion of macro ‘TRACE_EVENT’ 2205 | TRACE_EVENT(rdev_return_chandef, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_start_nan’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2236:1: note: in expansion of macro ‘TRACE_EVENT’ 2236 | TRACE_EVENT(rdev_start_nan, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2236:1: note: in expansion of macro ‘TRACE_EVENT’ 2236 | TRACE_EVENT(rdev_start_nan, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_nan_change_conf’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2258:1: note: in expansion of macro ‘TRACE_EVENT’ 2258 | TRACE_EVENT(rdev_nan_change_conf, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2258:1: note: in expansion of macro ‘TRACE_EVENT’ 2258 | TRACE_EVENT(rdev_nan_change_conf, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_add_nan_func’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2287:1: note: in expansion of macro ‘TRACE_EVENT’ 2287 | TRACE_EVENT(rdev_add_nan_func, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2287:1: note: in expansion of macro ‘TRACE_EVENT’ 2287 | TRACE_EVENT(rdev_add_nan_func, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_del_nan_func’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2308:1: note: in expansion of macro ‘TRACE_EVENT’ 2308 | TRACE_EVENT(rdev_del_nan_func, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2308:1: note: in expansion of macro ‘TRACE_EVENT’ 2308 | TRACE_EVENT(rdev_del_nan_func, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_mac_acl’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2326:1: note: in expansion of macro ‘TRACE_EVENT’ 2326 | TRACE_EVENT(rdev_set_mac_acl, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2326:1: note: in expansion of macro ‘TRACE_EVENT’ 2326 | TRACE_EVENT(rdev_set_mac_acl, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_update_ft_ies’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2344:1: note: in expansion of macro ‘TRACE_EVENT’ 2344 | TRACE_EVENT(rdev_update_ft_ies, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2344:1: note: in expansion of macro ‘TRACE_EVENT’ 2344 | TRACE_EVENT(rdev_update_ft_ies, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_crit_proto_start’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2364:1: note: in expansion of macro ‘TRACE_EVENT’ 2364 | TRACE_EVENT(rdev_crit_proto_start, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2364:1: note: in expansion of macro ‘TRACE_EVENT’ 2364 | TRACE_EVENT(rdev_crit_proto_start, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_crit_proto_stop’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2384:1: note: in expansion of macro ‘TRACE_EVENT’ 2384 | TRACE_EVENT(rdev_crit_proto_stop, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2384:1: note: in expansion of macro ‘TRACE_EVENT’ 2384 | TRACE_EVENT(rdev_crit_proto_stop, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_channel_switch’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2399:1: note: in expansion of macro ‘TRACE_EVENT’ 2399 | TRACE_EVENT(rdev_channel_switch, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2399:1: note: in expansion of macro ‘TRACE_EVENT’ 2399 | TRACE_EVENT(rdev_channel_switch, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_qos_map’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2439:1: note: in expansion of macro ‘TRACE_EVENT’ 2439 | TRACE_EVENT(rdev_set_qos_map, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2439:1: note: in expansion of macro ‘TRACE_EVENT’ 2439 | TRACE_EVENT(rdev_set_qos_map, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_ap_chanwidth’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2457:1: note: in expansion of macro ‘TRACE_EVENT’ 2457 | TRACE_EVENT(rdev_set_ap_chanwidth, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2457:1: note: in expansion of macro ‘TRACE_EVENT’ 2457 | TRACE_EVENT(rdev_set_ap_chanwidth, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_add_tx_ts’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2479:1: note: in expansion of macro ‘TRACE_EVENT’ 2479 | TRACE_EVENT(rdev_add_tx_ts, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2479:1: note: in expansion of macro ‘TRACE_EVENT’ 2479 | TRACE_EVENT(rdev_add_tx_ts, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_del_tx_ts’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2504:1: note: in expansion of macro ‘TRACE_EVENT’ 2504 | TRACE_EVENT(rdev_del_tx_ts, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2504:1: note: in expansion of macro ‘TRACE_EVENT’ 2504 | TRACE_EVENT(rdev_del_tx_ts, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_tdls_channel_switch’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2524:1: note: in expansion of macro ‘TRACE_EVENT’ 2524 | TRACE_EVENT(rdev_tdls_channel_switch, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2524:1: note: in expansion of macro ‘TRACE_EVENT’ 2524 | TRACE_EVENT(rdev_tdls_channel_switch, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_tdls_cancel_channel_switch’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2548:1: note: in expansion of macro ‘TRACE_EVENT’ 2548 | TRACE_EVENT(rdev_tdls_cancel_channel_switch, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2548:1: note: in expansion of macro ‘TRACE_EVENT’ 2548 | TRACE_EVENT(rdev_tdls_cancel_channel_switch, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_pmk’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2566:1: note: in expansion of macro ‘TRACE_EVENT’ 2566 | TRACE_EVENT(rdev_set_pmk, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2566:1: note: in expansion of macro ‘TRACE_EVENT’ 2566 | TRACE_EVENT(rdev_set_pmk, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_del_pmk’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2605:1: note: in expansion of macro ‘TRACE_EVENT’ 2605 | TRACE_EVENT(rdev_del_pmk, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2605:1: note: in expansion of macro ‘TRACE_EVENT’ 2605 | TRACE_EVENT(rdev_del_pmk, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_external_auth’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2626:1: note: in expansion of macro ‘TRACE_EVENT’ 2626 | TRACE_EVENT(rdev_external_auth, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2626:1: note: in expansion of macro ‘TRACE_EVENT’ 2626 | TRACE_EVENT(rdev_external_auth, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_start_radar_detection’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2652:1: note: in expansion of macro ‘TRACE_EVENT’ 2652 | TRACE_EVENT(rdev_start_radar_detection, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2652:1: note: in expansion of macro ‘TRACE_EVENT’ 2652 | TRACE_EVENT(rdev_start_radar_detection, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_mcast_rate’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2675:1: note: in expansion of macro ‘TRACE_EVENT’ 2675 | TRACE_EVENT(rdev_set_mcast_rate, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2675:1: note: in expansion of macro ‘TRACE_EVENT’ 2675 | TRACE_EVENT(rdev_set_mcast_rate, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_coalesce’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2699:1: note: in expansion of macro ‘TRACE_EVENT’ 2699 | TRACE_EVENT(rdev_set_coalesce, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2699:1: note: in expansion of macro ‘TRACE_EVENT’ 2699 | TRACE_EVENT(rdev_set_coalesce, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_multicast_to_unicast’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2719:1: note: in expansion of macro ‘TRACE_EVENT’ 2719 | TRACE_EVENT(rdev_set_multicast_to_unicast, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2719:1: note: in expansion of macro ‘TRACE_EVENT’ 2719 | TRACE_EVENT(rdev_set_multicast_to_unicast, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_get_ftm_responder_stats’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2743:1: note: in expansion of macro ‘TRACE_EVENT’ 2743 | TRACE_EVENT(rdev_get_ftm_responder_stats, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2743:1: note: in expansion of macro ‘TRACE_EVENT’ 2743 | TRACE_EVENT(rdev_get_ftm_responder_stats, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_fils_aad’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2797:1: note: in expansion of macro ‘TRACE_EVENT’ 2797 | TRACE_EVENT(rdev_set_fils_aad, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2797:1: note: in expansion of macro ‘TRACE_EVENT’ 2797 | TRACE_EVENT(rdev_set_fils_aad, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_update_owe_info’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2815:1: note: in expansion of macro ‘TRACE_EVENT’ 2815 | TRACE_EVENT(rdev_update_owe_info, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2815:1: note: in expansion of macro ‘TRACE_EVENT’ 2815 | TRACE_EVENT(rdev_update_owe_info, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_probe_mesh_link’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2835:1: note: in expansion of macro ‘TRACE_EVENT’ 2835 | TRACE_EVENT(rdev_probe_mesh_link, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2835:1: note: in expansion of macro ‘TRACE_EVENT’ 2835 | TRACE_EVENT(rdev_probe_mesh_link, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_tid_config’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2853:1: note: in expansion of macro ‘TRACE_EVENT’ 2853 | TRACE_EVENT(rdev_set_tid_config, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2853:1: note: in expansion of macro ‘TRACE_EVENT’ 2853 | TRACE_EVENT(rdev_set_tid_config, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_reset_tid_config’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2871:1: note: in expansion of macro ‘TRACE_EVENT’ 2871 | TRACE_EVENT(rdev_reset_tid_config, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2871:1: note: in expansion of macro ‘TRACE_EVENT’ 2871 | TRACE_EVENT(rdev_reset_tid_config, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_sar_specs’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2891:1: note: in expansion of macro ‘TRACE_EVENT’ 2891 | TRACE_EVENT(rdev_set_sar_specs, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2891:1: note: in expansion of macro ‘TRACE_EVENT’ 2891 | TRACE_EVENT(rdev_set_sar_specs, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_color_change’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2909:1: note: in expansion of macro ‘TRACE_EVENT’ 2909 | TRACE_EVENT(rdev_color_change, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2909:1: note: in expansion of macro ‘TRACE_EVENT’ 2909 | TRACE_EVENT(rdev_color_change, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_radar_background’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2935:1: note: in expansion of macro ‘TRACE_EVENT’ 2935 | TRACE_EVENT(rdev_set_radar_background, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2935:1: note: in expansion of macro ‘TRACE_EVENT’ 2935 | TRACE_EVENT(rdev_set_radar_background, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_del_link_station’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2966:1: note: in expansion of macro ‘TRACE_EVENT’ 2966 | TRACE_EVENT(rdev_del_link_station, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2966:1: note: in expansion of macro ‘TRACE_EVENT’ 2966 | TRACE_EVENT(rdev_del_link_station, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_hw_timestamp’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2990:1: note: in expansion of macro ‘TRACE_EVENT’ 2990 | TRACE_EVENT(rdev_set_hw_timestamp, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2990:1: note: in expansion of macro ‘TRACE_EVENT’ 2990 | TRACE_EVENT(rdev_set_hw_timestamp, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_ttlm’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3015:1: note: in expansion of macro ‘TRACE_EVENT’ 3015 | TRACE_EVENT(rdev_set_ttlm, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3015:1: note: in expansion of macro ‘TRACE_EVENT’ 3015 | TRACE_EVENT(rdev_set_ttlm, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_return_bool’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3039:1: note: in expansion of macro ‘TRACE_EVENT’ 3039 | TRACE_EVENT(cfg80211_return_bool, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3039:1: note: in expansion of macro ‘TRACE_EVENT’ 3039 | TRACE_EVENT(cfg80211_return_bool, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_netdev_mac_evt’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3051:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3051 | DECLARE_EVENT_CLASS(cfg80211_netdev_mac_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3051:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3051 | DECLARE_EVENT_CLASS(cfg80211_netdev_mac_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_netdev_evt_only’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3071:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3071 | DECLARE_EVENT_CLASS(netdev_evt_only, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3071:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3071 | DECLARE_EVENT_CLASS(netdev_evt_only, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_send_rx_assoc’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3088:1: note: in expansion of macro ‘TRACE_EVENT’ 3088 | TRACE_EVENT(cfg80211_send_rx_assoc, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3088:1: note: in expansion of macro ‘TRACE_EVENT’ 3088 | TRACE_EVENT(cfg80211_send_rx_assoc, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_netdev_frame_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3105:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3105 | DECLARE_EVENT_CLASS(netdev_frame_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3105:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3105 | DECLARE_EVENT_CLASS(netdev_frame_event, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_tx_mlme_mgmt’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3131:1: note: in expansion of macro ‘TRACE_EVENT’ 3131 | TRACE_EVENT(cfg80211_tx_mlme_mgmt, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3131:1: note: in expansion of macro ‘TRACE_EVENT’ 3131 | TRACE_EVENT(cfg80211_tx_mlme_mgmt, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_netdev_mac_evt’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3151:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3151 | DECLARE_EVENT_CLASS(netdev_mac_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3151:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3151 | DECLARE_EVENT_CLASS(netdev_mac_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_send_assoc_failure’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3171:1: note: in expansion of macro ‘TRACE_EVENT’ 3171 | TRACE_EVENT(cfg80211_send_assoc_failure, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3171:1: note: in expansion of macro ‘TRACE_EVENT’ 3171 | TRACE_EVENT(cfg80211_send_assoc_failure, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_michael_mic_failure’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3189:1: note: in expansion of macro ‘TRACE_EVENT’ 3189 | TRACE_EVENT(cfg80211_michael_mic_failure, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3189:1: note: in expansion of macro ‘TRACE_EVENT’ 3189 | TRACE_EVENT(cfg80211_michael_mic_failure, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_ready_on_channel’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3213:1: note: in expansion of macro ‘TRACE_EVENT’ 3213 | TRACE_EVENT(cfg80211_ready_on_channel, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3213:1: note: in expansion of macro ‘TRACE_EVENT’ 3213 | TRACE_EVENT(cfg80211_ready_on_channel, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_ready_on_channel_expired’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3235:1: note: in expansion of macro ‘TRACE_EVENT’ 3235 | TRACE_EVENT(cfg80211_ready_on_channel_expired, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3235:1: note: in expansion of macro ‘TRACE_EVENT’ 3235 | TRACE_EVENT(cfg80211_ready_on_channel_expired, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_tx_mgmt_expired’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3253:1: note: in expansion of macro ‘TRACE_EVENT’ 3253 | TRACE_EVENT(cfg80211_tx_mgmt_expired, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3253:1: note: in expansion of macro ‘TRACE_EVENT’ 3253 | TRACE_EVENT(cfg80211_tx_mgmt_expired, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_new_sta’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3271:1: note: in expansion of macro ‘TRACE_EVENT’ 3271 | TRACE_EVENT(cfg80211_new_sta, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3271:1: note: in expansion of macro ‘TRACE_EVENT’ 3271 | TRACE_EVENT(cfg80211_new_sta, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_rx_mgmt’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3294:1: note: in expansion of macro ‘TRACE_EVENT’ 3294 | TRACE_EVENT(cfg80211_rx_mgmt, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3294:1: note: in expansion of macro ‘TRACE_EVENT’ 3294 | TRACE_EVENT(cfg80211_rx_mgmt, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_mgmt_tx_status’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3311:1: note: in expansion of macro ‘TRACE_EVENT’ 3311 | TRACE_EVENT(cfg80211_mgmt_tx_status, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3311:1: note: in expansion of macro ‘TRACE_EVENT’ 3311 | TRACE_EVENT(cfg80211_mgmt_tx_status, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_control_port_tx_status’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3328:1: note: in expansion of macro ‘TRACE_EVENT’ 3328 | TRACE_EVENT(cfg80211_control_port_tx_status, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3328:1: note: in expansion of macro ‘TRACE_EVENT’ 3328 | TRACE_EVENT(cfg80211_control_port_tx_status, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_rx_control_port’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3345:1: note: in expansion of macro ‘TRACE_EVENT’ 3345 | TRACE_EVENT(cfg80211_rx_control_port, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3345:1: note: in expansion of macro ‘TRACE_EVENT’ 3345 | TRACE_EVENT(cfg80211_rx_control_port, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_cqm_rssi_notify’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3371:1: note: in expansion of macro ‘TRACE_EVENT’ 3371 | TRACE_EVENT(cfg80211_cqm_rssi_notify, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3371:1: note: in expansion of macro ‘TRACE_EVENT’ 3371 | TRACE_EVENT(cfg80211_cqm_rssi_notify, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_reg_can_beacon’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3390:1: note: in expansion of macro ‘TRACE_EVENT’ 3390 | TRACE_EVENT(cfg80211_reg_can_beacon, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3390:1: note: in expansion of macro ‘TRACE_EVENT’ 3390 | TRACE_EVENT(cfg80211_reg_can_beacon, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_chandef_dfs_required’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3414:1: note: in expansion of macro ‘TRACE_EVENT’ 3414 | TRACE_EVENT(cfg80211_chandef_dfs_required, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3414:1: note: in expansion of macro ‘TRACE_EVENT’ 3414 | TRACE_EVENT(cfg80211_chandef_dfs_required, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_ch_switch_notify’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3429:1: note: in expansion of macro ‘TRACE_EVENT’ 3429 | TRACE_EVENT(cfg80211_ch_switch_notify, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3429:1: note: in expansion of macro ‘TRACE_EVENT’ 3429 | TRACE_EVENT(cfg80211_ch_switch_notify, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_ch_switch_started_notify’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3448:1: note: in expansion of macro ‘TRACE_EVENT’ 3448 | TRACE_EVENT(cfg80211_ch_switch_started_notify, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3448:1: note: in expansion of macro ‘TRACE_EVENT’ 3448 | TRACE_EVENT(cfg80211_ch_switch_started_notify, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_radar_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3467:1: note: in expansion of macro ‘TRACE_EVENT’ 3467 | TRACE_EVENT(cfg80211_radar_event, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3467:1: note: in expansion of macro ‘TRACE_EVENT’ 3467 | TRACE_EVENT(cfg80211_radar_event, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_cac_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3485:1: note: in expansion of macro ‘TRACE_EVENT’ 3485 | TRACE_EVENT(cfg80211_cac_event, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3485:1: note: in expansion of macro ‘TRACE_EVENT’ 3485 | TRACE_EVENT(cfg80211_cac_event, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_rx_evt’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3500:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3500 | DECLARE_EVENT_CLASS(cfg80211_rx_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3500:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3500 | DECLARE_EVENT_CLASS(cfg80211_rx_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_ibss_joined’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3524:1: note: in expansion of macro ‘TRACE_EVENT’ 3524 | TRACE_EVENT(cfg80211_ibss_joined, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3524:1: note: in expansion of macro ‘TRACE_EVENT’ 3524 | TRACE_EVENT(cfg80211_ibss_joined, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_probe_status’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3542:1: note: in expansion of macro ‘TRACE_EVENT’ 3542 | TRACE_EVENT(cfg80211_probe_status, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3542:1: note: in expansion of macro ‘TRACE_EVENT’ 3542 | TRACE_EVENT(cfg80211_probe_status, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_cqm_pktloss_notify’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3563:1: note: in expansion of macro ‘TRACE_EVENT’ 3563 | TRACE_EVENT(cfg80211_cqm_pktloss_notify, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3563:1: note: in expansion of macro ‘TRACE_EVENT’ 3563 | TRACE_EVENT(cfg80211_cqm_pktloss_notify, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_pmksa_candidate_notify’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3585:1: note: in expansion of macro ‘TRACE_EVENT’ 3585 | TRACE_EVENT(cfg80211_pmksa_candidate_notify, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3585:1: note: in expansion of macro ‘TRACE_EVENT’ 3585 | TRACE_EVENT(cfg80211_pmksa_candidate_notify, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_report_obss_beacon’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3606:1: note: in expansion of macro ‘TRACE_EVENT’ 3606 | TRACE_EVENT(cfg80211_report_obss_beacon, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3606:1: note: in expansion of macro ‘TRACE_EVENT’ 3606 | TRACE_EVENT(cfg80211_report_obss_beacon, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_tdls_oper_request’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3624:1: note: in expansion of macro ‘TRACE_EVENT’ 3624 | TRACE_EVENT(cfg80211_tdls_oper_request, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3624:1: note: in expansion of macro ‘TRACE_EVENT’ 3624 | TRACE_EVENT(cfg80211_tdls_oper_request, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_scan_done’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3647:1: note: in expansion of macro ‘TRACE_EVENT’ 3647 | TRACE_EVENT(cfg80211_scan_done, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3647:1: note: in expansion of macro ‘TRACE_EVENT’ 3647 | TRACE_EVENT(cfg80211_scan_done, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_wiphy_id_evt’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3687:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3687 | DECLARE_EVENT_CLASS(wiphy_id_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3687:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3687 | DECLARE_EVENT_CLASS(wiphy_id_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_get_bss’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3711:1: note: in expansion of macro ‘TRACE_EVENT’ 3711 | TRACE_EVENT(cfg80211_get_bss, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3711:1: note: in expansion of macro ‘TRACE_EVENT’ 3711 | TRACE_EVENT(cfg80211_get_bss, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_inform_bss_frame’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3740:1: note: in expansion of macro ‘TRACE_EVENT’ 3740 | TRACE_EVENT(cfg80211_inform_bss_frame, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3740:1: note: in expansion of macro ‘TRACE_EVENT’ 3740 | TRACE_EVENT(cfg80211_inform_bss_frame, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_bss_evt’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3771:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3771 | DECLARE_EVENT_CLASS(cfg80211_bss_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3771:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3771 | DECLARE_EVENT_CLASS(cfg80211_bss_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_return_uint’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3790:1: note: in expansion of macro ‘TRACE_EVENT’ 3790 | TRACE_EVENT(cfg80211_return_uint, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3790:1: note: in expansion of macro ‘TRACE_EVENT’ 3790 | TRACE_EVENT(cfg80211_return_uint, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_return_u32’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3802:1: note: in expansion of macro ‘TRACE_EVENT’ 3802 | TRACE_EVENT(cfg80211_return_u32, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3802:1: note: in expansion of macro ‘TRACE_EVENT’ 3802 | TRACE_EVENT(cfg80211_return_u32, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_report_wowlan_wakeup’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3814:1: note: in expansion of macro ‘TRACE_EVENT’ 3814 | TRACE_EVENT(cfg80211_report_wowlan_wakeup, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3814:1: note: in expansion of macro ‘TRACE_EVENT’ 3814 | TRACE_EVENT(cfg80211_report_wowlan_wakeup, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_ft_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3852:1: note: in expansion of macro ‘TRACE_EVENT’ 3852 | TRACE_EVENT(cfg80211_ft_event, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3852:1: note: in expansion of macro ‘TRACE_EVENT’ 3852 | TRACE_EVENT(cfg80211_ft_event, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_stop_iface’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3878:1: note: in expansion of macro ‘TRACE_EVENT’ 3878 | TRACE_EVENT(cfg80211_stop_iface, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3878:1: note: in expansion of macro ‘TRACE_EVENT’ 3878 | TRACE_EVENT(cfg80211_stop_iface, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_pmsr_report’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3893:1: note: in expansion of macro ‘TRACE_EVENT’ 3893 | TRACE_EVENT(cfg80211_pmsr_report, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3893:1: note: in expansion of macro ‘TRACE_EVENT’ 3893 | TRACE_EVENT(cfg80211_pmsr_report, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_pmsr_complete’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3915:1: note: in expansion of macro ‘TRACE_EVENT’ 3915 | TRACE_EVENT(cfg80211_pmsr_complete, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3915:1: note: in expansion of macro ‘TRACE_EVENT’ 3915 | TRACE_EVENT(cfg80211_pmsr_complete, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_update_owe_info_event’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3933:1: note: in expansion of macro ‘TRACE_EVENT’ 3933 | TRACE_EVENT(cfg80211_update_owe_info_event, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3933:1: note: in expansion of macro ‘TRACE_EVENT’ 3933 | TRACE_EVENT(cfg80211_update_owe_info_event, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_bss_color_notify’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3960:1: note: in expansion of macro ‘TRACE_EVENT’ 3960 | TRACE_EVENT(cfg80211_bss_color_notify, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3960:1: note: in expansion of macro ‘TRACE_EVENT’ 3960 | TRACE_EVENT(cfg80211_bss_color_notify, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_assoc_comeback’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3982:1: note: in expansion of macro ‘TRACE_EVENT’ 3982 | TRACE_EVENT(cfg80211_assoc_comeback, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3982:1: note: in expansion of macro ‘TRACE_EVENT’ 3982 | TRACE_EVENT(cfg80211_assoc_comeback, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_link_station_add_mod’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3999:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3999 | DECLARE_EVENT_CLASS(link_station_add_mod, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3999:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3999 | DECLARE_EVENT_CLASS(link_station_add_mod, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_links_removed’: ../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:4072:1: note: in expansion of macro ‘TRACE_EVENT’ 4072 | TRACE_EVENT(cfg80211_links_removed, | ^~~~~~~~~~~ ../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ | ^~~~~~~~~~~~~~~~~ ../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:4072:1: note: in expansion of macro ‘TRACE_EVENT’ 4072 | TRACE_EVENT(cfg80211_links_removed, | ^~~~~~~~~~~ In file included from ../include/trace/define_trace.h:110: ../net/wireless/./trace.h: In function ‘__bpf_trace_wiphy_work_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:249:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 249 | DECLARE_EVENT_CLASS(wiphy_work_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:249:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 249 | DECLARE_EVENT_CLASS(wiphy_work_event, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_wiphy_delayed_work_queue’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ 286 | TRACE_EVENT(wiphy_delayed_work_queue, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ 286 | TRACE_EVENT(wiphy_delayed_work_queue, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_wiphy_work_worker_start’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ 307 | TRACE_EVENT(wiphy_work_worker_start, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ 307 | TRACE_EVENT(wiphy_work_worker_start, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_suspend’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:323:1: note: in expansion of macro ‘TRACE_EVENT’ 323 | TRACE_EVENT(rdev_suspend, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:323:1: note: in expansion of macro ‘TRACE_EVENT’ 323 | TRACE_EVENT(rdev_suspend, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_return_int’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:361:1: note: in expansion of macro ‘TRACE_EVENT’ 361 | TRACE_EVENT(rdev_return_int, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:361:1: note: in expansion of macro ‘TRACE_EVENT’ 361 | TRACE_EVENT(rdev_return_int, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_scan’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:375:1: note: in expansion of macro ‘TRACE_EVENT’ 375 | TRACE_EVENT(rdev_scan, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:375:1: note: in expansion of macro ‘TRACE_EVENT’ 375 | TRACE_EVENT(rdev_scan, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_wiphy_only_evt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:387:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 387 | DECLARE_EVENT_CLASS(wiphy_only_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:387:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 387 | DECLARE_EVENT_CLASS(wiphy_only_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_wiphy_enabled_evt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:419:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 419 | DECLARE_EVENT_CLASS(wiphy_enabled_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:419:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 419 | DECLARE_EVENT_CLASS(wiphy_enabled_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_add_virtual_intf’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:439:1: note: in expansion of macro ‘TRACE_EVENT’ 439 | TRACE_EVENT(rdev_add_virtual_intf, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:439:1: note: in expansion of macro ‘TRACE_EVENT’ 439 | TRACE_EVENT(rdev_add_virtual_intf, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_wiphy_wdev_evt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:456:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 456 | DECLARE_EVENT_CLASS(wiphy_wdev_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:456:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 456 | DECLARE_EVENT_CLASS(wiphy_wdev_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_wiphy_wdev_cookie_evt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:470:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 470 | DECLARE_EVENT_CLASS(wiphy_wdev_cookie_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:470:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 470 | DECLARE_EVENT_CLASS(wiphy_wdev_cookie_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_change_virtual_intf’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:498:1: note: in expansion of macro ‘TRACE_EVENT’ 498 | TRACE_EVENT(rdev_change_virtual_intf, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:498:1: note: in expansion of macro ‘TRACE_EVENT’ 498 | TRACE_EVENT(rdev_change_virtual_intf, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_key_handle’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:516:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 516 | DECLARE_EVENT_CLASS(key_handle, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:516:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 516 | DECLARE_EVENT_CLASS(key_handle, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_add_key’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:555:1: note: in expansion of macro ‘TRACE_EVENT’ 555 | TRACE_EVENT(rdev_add_key, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:555:1: note: in expansion of macro ‘TRACE_EVENT’ 555 | TRACE_EVENT(rdev_add_key, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_default_key’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:585:1: note: in expansion of macro ‘TRACE_EVENT’ 585 | TRACE_EVENT(rdev_set_default_key, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:585:1: note: in expansion of macro ‘TRACE_EVENT’ 585 | TRACE_EVENT(rdev_set_default_key, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_default_mgmt_key’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:612:1: note: in expansion of macro ‘TRACE_EVENT’ 612 | TRACE_EVENT(rdev_set_default_mgmt_key, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:612:1: note: in expansion of macro ‘TRACE_EVENT’ 612 | TRACE_EVENT(rdev_set_default_mgmt_key, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_default_beacon_key’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:633:1: note: in expansion of macro ‘TRACE_EVENT’ 633 | TRACE_EVENT(rdev_set_default_beacon_key, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:633:1: note: in expansion of macro ‘TRACE_EVENT’ 633 | TRACE_EVENT(rdev_set_default_beacon_key, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_start_ap’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:654:1: note: in expansion of macro ‘TRACE_EVENT’ 654 | TRACE_EVENT(rdev_start_ap, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:654:1: note: in expansion of macro ‘TRACE_EVENT’ 654 | TRACE_EVENT(rdev_start_ap, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_change_beacon’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:698:1: note: in expansion of macro ‘TRACE_EVENT’ 698 | TRACE_EVENT(rdev_change_beacon, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:698:1: note: in expansion of macro ‘TRACE_EVENT’ 698 | TRACE_EVENT(rdev_change_beacon, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_stop_ap’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:746:1: note: in expansion of macro ‘TRACE_EVENT’ 746 | TRACE_EVENT(rdev_stop_ap, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:746:1: note: in expansion of macro ‘TRACE_EVENT’ 746 | TRACE_EVENT(rdev_stop_ap, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_wiphy_netdev_evt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:764:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 764 | DECLARE_EVENT_CLASS(wiphy_netdev_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:764:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 764 | DECLARE_EVENT_CLASS(wiphy_netdev_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_station_add_change’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:813:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 813 | DECLARE_EVENT_CLASS(station_add_change, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:813:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 813 | DECLARE_EVENT_CLASS(station_add_change, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_wiphy_netdev_mac_evt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:917:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 917 | DECLARE_EVENT_CLASS(wiphy_netdev_mac_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:917:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 917 | DECLARE_EVENT_CLASS(wiphy_netdev_mac_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_station_del’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:934:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 934 | DECLARE_EVENT_CLASS(station_del, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:934:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 934 | DECLARE_EVENT_CLASS(station_del, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_dump_station’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:977:1: note: in expansion of macro ‘TRACE_EVENT’ 977 | TRACE_EVENT(rdev_dump_station, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:977:1: note: in expansion of macro ‘TRACE_EVENT’ 977 | TRACE_EVENT(rdev_dump_station, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_return_int_station_info’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:998:1: note: in expansion of macro ‘TRACE_EVENT’ 998 | TRACE_EVENT(rdev_return_int_station_info, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:998:1: note: in expansion of macro ‘TRACE_EVENT’ 998 | TRACE_EVENT(rdev_return_int_station_info, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_mpath_evt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1015:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1015 | DECLARE_EVENT_CLASS(mpath_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1015:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1015 | DECLARE_EVENT_CLASS(mpath_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_dump_mpath’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1054:1: note: in expansion of macro ‘TRACE_EVENT’ 1054 | TRACE_EVENT(rdev_dump_mpath, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1054:1: note: in expansion of macro ‘TRACE_EVENT’ 1054 | TRACE_EVENT(rdev_dump_mpath, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_get_mpp’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1077:1: note: in expansion of macro ‘TRACE_EVENT’ 1077 | TRACE_EVENT(rdev_get_mpp, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1077:1: note: in expansion of macro ‘TRACE_EVENT’ 1077 | TRACE_EVENT(rdev_get_mpp, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_dump_mpp’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1098:1: note: in expansion of macro ‘TRACE_EVENT’ 1098 | TRACE_EVENT(rdev_dump_mpp, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1098:1: note: in expansion of macro ‘TRACE_EVENT’ 1098 | TRACE_EVENT(rdev_dump_mpp, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_return_int_mpath_info’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1121:1: note: in expansion of macro ‘TRACE_EVENT’ 1121 | TRACE_EVENT(rdev_return_int_mpath_info, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1121:1: note: in expansion of macro ‘TRACE_EVENT’ 1121 | TRACE_EVENT(rdev_return_int_mpath_info, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_return_int_mesh_config’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1159:1: note: in expansion of macro ‘TRACE_EVENT’ 1159 | TRACE_EVENT(rdev_return_int_mesh_config, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1159:1: note: in expansion of macro ‘TRACE_EVENT’ 1159 | TRACE_EVENT(rdev_return_int_mesh_config, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_update_mesh_config’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1176:1: note: in expansion of macro ‘TRACE_EVENT’ 1176 | TRACE_EVENT(rdev_update_mesh_config, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1176:1: note: in expansion of macro ‘TRACE_EVENT’ 1176 | TRACE_EVENT(rdev_update_mesh_config, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_join_mesh’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1196:1: note: in expansion of macro ‘TRACE_EVENT’ 1196 | TRACE_EVENT(rdev_join_mesh, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1196:1: note: in expansion of macro ‘TRACE_EVENT’ 1196 | TRACE_EVENT(rdev_join_mesh, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_change_bss’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1215:1: note: in expansion of macro ‘TRACE_EVENT’ 1215 | TRACE_EVENT(rdev_change_bss, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1215:1: note: in expansion of macro ‘TRACE_EVENT’ 1215 | TRACE_EVENT(rdev_change_bss, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_inform_bss’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1245:1: note: in expansion of macro ‘TRACE_EVENT’ 1245 | TRACE_EVENT(rdev_inform_bss, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1245:1: note: in expansion of macro ‘TRACE_EVENT’ 1245 | TRACE_EVENT(rdev_inform_bss, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_txq_params’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1262:1: note: in expansion of macro ‘TRACE_EVENT’ 1262 | TRACE_EVENT(rdev_set_txq_params, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1262:1: note: in expansion of macro ‘TRACE_EVENT’ 1262 | TRACE_EVENT(rdev_set_txq_params, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_libertas_set_mesh_channel’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1289:1: note: in expansion of macro ‘TRACE_EVENT’ 1289 | TRACE_EVENT(rdev_libertas_set_mesh_channel, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1289:1: note: in expansion of macro ‘TRACE_EVENT’ 1289 | TRACE_EVENT(rdev_libertas_set_mesh_channel, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_monitor_channel’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1307:1: note: in expansion of macro ‘TRACE_EVENT’ 1307 | TRACE_EVENT(rdev_set_monitor_channel, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1307:1: note: in expansion of macro ‘TRACE_EVENT’ 1307 | TRACE_EVENT(rdev_set_monitor_channel, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_auth’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1323:1: note: in expansion of macro ‘TRACE_EVENT’ 1323 | TRACE_EVENT(rdev_auth, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1323:1: note: in expansion of macro ‘TRACE_EVENT’ 1323 | TRACE_EVENT(rdev_auth, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_assoc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1347:1: note: in expansion of macro ‘TRACE_EVENT’ 1347 | TRACE_EVENT(rdev_assoc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1347:1: note: in expansion of macro ‘TRACE_EVENT’ 1347 | TRACE_EVENT(rdev_assoc, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_deauth’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1400:1: note: in expansion of macro ‘TRACE_EVENT’ 1400 | TRACE_EVENT(rdev_deauth, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1400:1: note: in expansion of macro ‘TRACE_EVENT’ 1400 | TRACE_EVENT(rdev_deauth, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_disassoc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1423:1: note: in expansion of macro ‘TRACE_EVENT’ 1423 | TRACE_EVENT(rdev_disassoc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1423:1: note: in expansion of macro ‘TRACE_EVENT’ 1423 | TRACE_EVENT(rdev_disassoc, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_mgmt_tx_cancel_wait’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1448:1: note: in expansion of macro ‘TRACE_EVENT’ 1448 | TRACE_EVENT(rdev_mgmt_tx_cancel_wait, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1448:1: note: in expansion of macro ‘TRACE_EVENT’ 1448 | TRACE_EVENT(rdev_mgmt_tx_cancel_wait, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_power_mgmt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1466:1: note: in expansion of macro ‘TRACE_EVENT’ 1466 | TRACE_EVENT(rdev_set_power_mgmt, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1466:1: note: in expansion of macro ‘TRACE_EVENT’ 1466 | TRACE_EVENT(rdev_set_power_mgmt, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_connect’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1487:1: note: in expansion of macro ‘TRACE_EVENT’ 1487 | TRACE_EVENT(rdev_connect, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1487:1: note: in expansion of macro ‘TRACE_EVENT’ 1487 | TRACE_EVENT(rdev_connect, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_update_connect_params’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1522:1: note: in expansion of macro ‘TRACE_EVENT’ 1522 | TRACE_EVENT(rdev_update_connect_params, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1522:1: note: in expansion of macro ‘TRACE_EVENT’ 1522 | TRACE_EVENT(rdev_update_connect_params, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_cqm_rssi_config’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1540:1: note: in expansion of macro ‘TRACE_EVENT’ 1540 | TRACE_EVENT(rdev_set_cqm_rssi_config, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1540:1: note: in expansion of macro ‘TRACE_EVENT’ 1540 | TRACE_EVENT(rdev_set_cqm_rssi_config, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_cqm_rssi_range_config’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1563:1: note: in expansion of macro ‘TRACE_EVENT’ 1563 | TRACE_EVENT(rdev_set_cqm_rssi_range_config, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1563:1: note: in expansion of macro ‘TRACE_EVENT’ 1563 | TRACE_EVENT(rdev_set_cqm_rssi_range_config, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_cqm_txe_config’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1585:1: note: in expansion of macro ‘TRACE_EVENT’ 1585 | TRACE_EVENT(rdev_set_cqm_txe_config, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1585:1: note: in expansion of macro ‘TRACE_EVENT’ 1585 | TRACE_EVENT(rdev_set_cqm_txe_config, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_disconnect’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1608:1: note: in expansion of macro ‘TRACE_EVENT’ 1608 | TRACE_EVENT(rdev_disconnect, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1608:1: note: in expansion of macro ‘TRACE_EVENT’ 1608 | TRACE_EVENT(rdev_disconnect, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_join_ibss’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1626:1: note: in expansion of macro ‘TRACE_EVENT’ 1626 | TRACE_EVENT(rdev_join_ibss, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1626:1: note: in expansion of macro ‘TRACE_EVENT’ 1626 | TRACE_EVENT(rdev_join_ibss, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_join_ocb’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1647:1: note: in expansion of macro ‘TRACE_EVENT’ 1647 | TRACE_EVENT(rdev_join_ocb, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1647:1: note: in expansion of macro ‘TRACE_EVENT’ 1647 | TRACE_EVENT(rdev_join_ocb, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_wiphy_params’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1663:1: note: in expansion of macro ‘TRACE_EVENT’ 1663 | TRACE_EVENT(rdev_set_wiphy_params, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1663:1: note: in expansion of macro ‘TRACE_EVENT’ 1663 | TRACE_EVENT(rdev_set_wiphy_params, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_tx_power’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1683:1: note: in expansion of macro ‘TRACE_EVENT’ 1683 | TRACE_EVENT(rdev_set_tx_power, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1683:1: note: in expansion of macro ‘TRACE_EVENT’ 1683 | TRACE_EVENT(rdev_set_tx_power, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_return_int_int’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1703:1: note: in expansion of macro ‘TRACE_EVENT’ 1703 | TRACE_EVENT(rdev_return_int_int, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1703:1: note: in expansion of macro ‘TRACE_EVENT’ 1703 | TRACE_EVENT(rdev_return_int_int, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_testmode_cmd’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1721:1: note: in expansion of macro ‘TRACE_EVENT’ 1721 | TRACE_EVENT(rdev_testmode_cmd, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1721:1: note: in expansion of macro ‘TRACE_EVENT’ 1721 | TRACE_EVENT(rdev_testmode_cmd, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_testmode_dump’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1735:1: note: in expansion of macro ‘TRACE_EVENT’ 1735 | TRACE_EVENT(rdev_testmode_dump, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1735:1: note: in expansion of macro ‘TRACE_EVENT’ 1735 | TRACE_EVENT(rdev_testmode_dump, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_bitrate_mask’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1748:1: note: in expansion of macro ‘TRACE_EVENT’ 1748 | TRACE_EVENT(rdev_set_bitrate_mask, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1748:1: note: in expansion of macro ‘TRACE_EVENT’ 1748 | TRACE_EVENT(rdev_set_bitrate_mask, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_update_mgmt_frame_registrations’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1770:1: note: in expansion of macro ‘TRACE_EVENT’ 1770 | TRACE_EVENT(rdev_update_mgmt_frame_registrations, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1770:1: note: in expansion of macro ‘TRACE_EVENT’ 1770 | TRACE_EVENT(rdev_update_mgmt_frame_registrations, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_return_int_tx_rx’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1791:1: note: in expansion of macro ‘TRACE_EVENT’ 1791 | TRACE_EVENT(rdev_return_int_tx_rx, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1791:1: note: in expansion of macro ‘TRACE_EVENT’ 1791 | TRACE_EVENT(rdev_return_int_tx_rx, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_return_void_tx_rx’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1810:1: note: in expansion of macro ‘TRACE_EVENT’ 1810 | TRACE_EVENT(rdev_return_void_tx_rx, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1810:1: note: in expansion of macro ‘TRACE_EVENT’ 1810 | TRACE_EVENT(rdev_return_void_tx_rx, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_tx_rx_evt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1833:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1833 | DECLARE_EVENT_CLASS(tx_rx_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1833:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1833 | DECLARE_EVENT_CLASS(tx_rx_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_wiphy_netdev_id_evt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1855:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1855 | DECLARE_EVENT_CLASS(wiphy_netdev_id_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1855:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 1855 | DECLARE_EVENT_CLASS(wiphy_netdev_id_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_tdls_mgmt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1882:1: note: in expansion of macro ‘TRACE_EVENT’ 1882 | TRACE_EVENT(rdev_tdls_mgmt, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1882:1: note: in expansion of macro ‘TRACE_EVENT’ 1882 | TRACE_EVENT(rdev_tdls_mgmt, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_dump_survey’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1924:1: note: in expansion of macro ‘TRACE_EVENT’ 1924 | TRACE_EVENT(rdev_dump_survey, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1924:1: note: in expansion of macro ‘TRACE_EVENT’ 1924 | TRACE_EVENT(rdev_dump_survey, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_return_int_survey_info’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1941:1: note: in expansion of macro ‘TRACE_EVENT’ 1941 | TRACE_EVENT(rdev_return_int_survey_info, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1941:1: note: in expansion of macro ‘TRACE_EVENT’ 1941 | TRACE_EVENT(rdev_return_int_survey_info, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_tdls_oper’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1981:1: note: in expansion of macro ‘TRACE_EVENT’ 1981 | TRACE_EVENT(rdev_tdls_oper, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:1981:1: note: in expansion of macro ‘TRACE_EVENT’ 1981 | TRACE_EVENT(rdev_tdls_oper, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_pmksa’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2001:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2001 | DECLARE_EVENT_CLASS(rdev_pmksa, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2001:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2001 | DECLARE_EVENT_CLASS(rdev_pmksa, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_probe_client’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2019:1: note: in expansion of macro ‘TRACE_EVENT’ 2019 | TRACE_EVENT(rdev_probe_client, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2019:1: note: in expansion of macro ‘TRACE_EVENT’ 2019 | TRACE_EVENT(rdev_probe_client, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_remain_on_channel’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2049:1: note: in expansion of macro ‘TRACE_EVENT’ 2049 | TRACE_EVENT(rdev_remain_on_channel, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2049:1: note: in expansion of macro ‘TRACE_EVENT’ 2049 | TRACE_EVENT(rdev_remain_on_channel, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_return_int_cookie’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2070:1: note: in expansion of macro ‘TRACE_EVENT’ 2070 | TRACE_EVENT(rdev_return_int_cookie, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2070:1: note: in expansion of macro ‘TRACE_EVENT’ 2070 | TRACE_EVENT(rdev_return_int_cookie, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_cancel_remain_on_channel’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2087:1: note: in expansion of macro ‘TRACE_EVENT’ 2087 | TRACE_EVENT(rdev_cancel_remain_on_channel, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2087:1: note: in expansion of macro ‘TRACE_EVENT’ 2087 | TRACE_EVENT(rdev_cancel_remain_on_channel, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_mgmt_tx’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2104:1: note: in expansion of macro ‘TRACE_EVENT’ 2104 | TRACE_EVENT(rdev_mgmt_tx, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2104:1: note: in expansion of macro ‘TRACE_EVENT’ 2104 | TRACE_EVENT(rdev_mgmt_tx, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_tx_control_port’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2134:1: note: in expansion of macro ‘TRACE_EVENT’ 2134 | TRACE_EVENT(rdev_tx_control_port, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2134:1: note: in expansion of macro ‘TRACE_EVENT’ 2134 | TRACE_EVENT(rdev_tx_control_port, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_noack_map’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2163:1: note: in expansion of macro ‘TRACE_EVENT’ 2163 | TRACE_EVENT(rdev_set_noack_map, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2163:1: note: in expansion of macro ‘TRACE_EVENT’ 2163 | TRACE_EVENT(rdev_set_noack_map, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_wiphy_wdev_link_evt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2181:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2181 | DECLARE_EVENT_CLASS(wiphy_wdev_link_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2181:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 2181 | DECLARE_EVENT_CLASS(wiphy_wdev_link_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_return_chandef’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2205:1: note: in expansion of macro ‘TRACE_EVENT’ 2205 | TRACE_EVENT(rdev_return_chandef, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2205:1: note: in expansion of macro ‘TRACE_EVENT’ 2205 | TRACE_EVENT(rdev_return_chandef, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_start_nan’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2236:1: note: in expansion of macro ‘TRACE_EVENT’ 2236 | TRACE_EVENT(rdev_start_nan, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2236:1: note: in expansion of macro ‘TRACE_EVENT’ 2236 | TRACE_EVENT(rdev_start_nan, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_nan_change_conf’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2258:1: note: in expansion of macro ‘TRACE_EVENT’ 2258 | TRACE_EVENT(rdev_nan_change_conf, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2258:1: note: in expansion of macro ‘TRACE_EVENT’ 2258 | TRACE_EVENT(rdev_nan_change_conf, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_add_nan_func’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2287:1: note: in expansion of macro ‘TRACE_EVENT’ 2287 | TRACE_EVENT(rdev_add_nan_func, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2287:1: note: in expansion of macro ‘TRACE_EVENT’ 2287 | TRACE_EVENT(rdev_add_nan_func, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_del_nan_func’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2308:1: note: in expansion of macro ‘TRACE_EVENT’ 2308 | TRACE_EVENT(rdev_del_nan_func, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2308:1: note: in expansion of macro ‘TRACE_EVENT’ 2308 | TRACE_EVENT(rdev_del_nan_func, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_mac_acl’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2326:1: note: in expansion of macro ‘TRACE_EVENT’ 2326 | TRACE_EVENT(rdev_set_mac_acl, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2326:1: note: in expansion of macro ‘TRACE_EVENT’ 2326 | TRACE_EVENT(rdev_set_mac_acl, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_update_ft_ies’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2344:1: note: in expansion of macro ‘TRACE_EVENT’ 2344 | TRACE_EVENT(rdev_update_ft_ies, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2344:1: note: in expansion of macro ‘TRACE_EVENT’ 2344 | TRACE_EVENT(rdev_update_ft_ies, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_crit_proto_start’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2364:1: note: in expansion of macro ‘TRACE_EVENT’ 2364 | TRACE_EVENT(rdev_crit_proto_start, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2364:1: note: in expansion of macro ‘TRACE_EVENT’ 2364 | TRACE_EVENT(rdev_crit_proto_start, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_crit_proto_stop’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2384:1: note: in expansion of macro ‘TRACE_EVENT’ 2384 | TRACE_EVENT(rdev_crit_proto_stop, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2384:1: note: in expansion of macro ‘TRACE_EVENT’ 2384 | TRACE_EVENT(rdev_crit_proto_stop, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_channel_switch’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2399:1: note: in expansion of macro ‘TRACE_EVENT’ 2399 | TRACE_EVENT(rdev_channel_switch, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2399:1: note: in expansion of macro ‘TRACE_EVENT’ 2399 | TRACE_EVENT(rdev_channel_switch, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_qos_map’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2439:1: note: in expansion of macro ‘TRACE_EVENT’ 2439 | TRACE_EVENT(rdev_set_qos_map, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2439:1: note: in expansion of macro ‘TRACE_EVENT’ 2439 | TRACE_EVENT(rdev_set_qos_map, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_ap_chanwidth’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2457:1: note: in expansion of macro ‘TRACE_EVENT’ 2457 | TRACE_EVENT(rdev_set_ap_chanwidth, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2457:1: note: in expansion of macro ‘TRACE_EVENT’ 2457 | TRACE_EVENT(rdev_set_ap_chanwidth, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_add_tx_ts’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2479:1: note: in expansion of macro ‘TRACE_EVENT’ 2479 | TRACE_EVENT(rdev_add_tx_ts, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2479:1: note: in expansion of macro ‘TRACE_EVENT’ 2479 | TRACE_EVENT(rdev_add_tx_ts, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_del_tx_ts’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2504:1: note: in expansion of macro ‘TRACE_EVENT’ 2504 | TRACE_EVENT(rdev_del_tx_ts, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2504:1: note: in expansion of macro ‘TRACE_EVENT’ 2504 | TRACE_EVENT(rdev_del_tx_ts, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_tdls_channel_switch’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2524:1: note: in expansion of macro ‘TRACE_EVENT’ 2524 | TRACE_EVENT(rdev_tdls_channel_switch, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2524:1: note: in expansion of macro ‘TRACE_EVENT’ 2524 | TRACE_EVENT(rdev_tdls_channel_switch, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_tdls_cancel_channel_switch’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2548:1: note: in expansion of macro ‘TRACE_EVENT’ 2548 | TRACE_EVENT(rdev_tdls_cancel_channel_switch, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2548:1: note: in expansion of macro ‘TRACE_EVENT’ 2548 | TRACE_EVENT(rdev_tdls_cancel_channel_switch, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_pmk’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2566:1: note: in expansion of macro ‘TRACE_EVENT’ 2566 | TRACE_EVENT(rdev_set_pmk, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2566:1: note: in expansion of macro ‘TRACE_EVENT’ 2566 | TRACE_EVENT(rdev_set_pmk, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_del_pmk’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2605:1: note: in expansion of macro ‘TRACE_EVENT’ 2605 | TRACE_EVENT(rdev_del_pmk, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2605:1: note: in expansion of macro ‘TRACE_EVENT’ 2605 | TRACE_EVENT(rdev_del_pmk, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_external_auth’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2626:1: note: in expansion of macro ‘TRACE_EVENT’ 2626 | TRACE_EVENT(rdev_external_auth, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2626:1: note: in expansion of macro ‘TRACE_EVENT’ 2626 | TRACE_EVENT(rdev_external_auth, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_start_radar_detection’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2652:1: note: in expansion of macro ‘TRACE_EVENT’ 2652 | TRACE_EVENT(rdev_start_radar_detection, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2652:1: note: in expansion of macro ‘TRACE_EVENT’ 2652 | TRACE_EVENT(rdev_start_radar_detection, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_mcast_rate’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2675:1: note: in expansion of macro ‘TRACE_EVENT’ 2675 | TRACE_EVENT(rdev_set_mcast_rate, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2675:1: note: in expansion of macro ‘TRACE_EVENT’ 2675 | TRACE_EVENT(rdev_set_mcast_rate, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_coalesce’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2699:1: note: in expansion of macro ‘TRACE_EVENT’ 2699 | TRACE_EVENT(rdev_set_coalesce, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2699:1: note: in expansion of macro ‘TRACE_EVENT’ 2699 | TRACE_EVENT(rdev_set_coalesce, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_multicast_to_unicast’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2719:1: note: in expansion of macro ‘TRACE_EVENT’ 2719 | TRACE_EVENT(rdev_set_multicast_to_unicast, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2719:1: note: in expansion of macro ‘TRACE_EVENT’ 2719 | TRACE_EVENT(rdev_set_multicast_to_unicast, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_get_ftm_responder_stats’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2743:1: note: in expansion of macro ‘TRACE_EVENT’ 2743 | TRACE_EVENT(rdev_get_ftm_responder_stats, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2743:1: note: in expansion of macro ‘TRACE_EVENT’ 2743 | TRACE_EVENT(rdev_get_ftm_responder_stats, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_fils_aad’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2797:1: note: in expansion of macro ‘TRACE_EVENT’ 2797 | TRACE_EVENT(rdev_set_fils_aad, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2797:1: note: in expansion of macro ‘TRACE_EVENT’ 2797 | TRACE_EVENT(rdev_set_fils_aad, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_update_owe_info’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2815:1: note: in expansion of macro ‘TRACE_EVENT’ 2815 | TRACE_EVENT(rdev_update_owe_info, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2815:1: note: in expansion of macro ‘TRACE_EVENT’ 2815 | TRACE_EVENT(rdev_update_owe_info, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_probe_mesh_link’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2835:1: note: in expansion of macro ‘TRACE_EVENT’ 2835 | TRACE_EVENT(rdev_probe_mesh_link, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2835:1: note: in expansion of macro ‘TRACE_EVENT’ 2835 | TRACE_EVENT(rdev_probe_mesh_link, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_tid_config’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2853:1: note: in expansion of macro ‘TRACE_EVENT’ 2853 | TRACE_EVENT(rdev_set_tid_config, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2853:1: note: in expansion of macro ‘TRACE_EVENT’ 2853 | TRACE_EVENT(rdev_set_tid_config, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_reset_tid_config’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2871:1: note: in expansion of macro ‘TRACE_EVENT’ 2871 | TRACE_EVENT(rdev_reset_tid_config, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2871:1: note: in expansion of macro ‘TRACE_EVENT’ 2871 | TRACE_EVENT(rdev_reset_tid_config, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_sar_specs’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2891:1: note: in expansion of macro ‘TRACE_EVENT’ 2891 | TRACE_EVENT(rdev_set_sar_specs, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2891:1: note: in expansion of macro ‘TRACE_EVENT’ 2891 | TRACE_EVENT(rdev_set_sar_specs, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_color_change’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2909:1: note: in expansion of macro ‘TRACE_EVENT’ 2909 | TRACE_EVENT(rdev_color_change, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2909:1: note: in expansion of macro ‘TRACE_EVENT’ 2909 | TRACE_EVENT(rdev_color_change, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_radar_background’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2935:1: note: in expansion of macro ‘TRACE_EVENT’ 2935 | TRACE_EVENT(rdev_set_radar_background, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2935:1: note: in expansion of macro ‘TRACE_EVENT’ 2935 | TRACE_EVENT(rdev_set_radar_background, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_del_link_station’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2966:1: note: in expansion of macro ‘TRACE_EVENT’ 2966 | TRACE_EVENT(rdev_del_link_station, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2966:1: note: in expansion of macro ‘TRACE_EVENT’ 2966 | TRACE_EVENT(rdev_del_link_station, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_hw_timestamp’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2990:1: note: in expansion of macro ‘TRACE_EVENT’ 2990 | TRACE_EVENT(rdev_set_hw_timestamp, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:2990:1: note: in expansion of macro ‘TRACE_EVENT’ 2990 | TRACE_EVENT(rdev_set_hw_timestamp, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_rdev_set_ttlm’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3015:1: note: in expansion of macro ‘TRACE_EVENT’ 3015 | TRACE_EVENT(rdev_set_ttlm, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3015:1: note: in expansion of macro ‘TRACE_EVENT’ 3015 | TRACE_EVENT(rdev_set_ttlm, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_return_bool’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3039:1: note: in expansion of macro ‘TRACE_EVENT’ 3039 | TRACE_EVENT(cfg80211_return_bool, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3039:1: note: in expansion of macro ‘TRACE_EVENT’ 3039 | TRACE_EVENT(cfg80211_return_bool, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_netdev_mac_evt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3051:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3051 | DECLARE_EVENT_CLASS(cfg80211_netdev_mac_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3051:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3051 | DECLARE_EVENT_CLASS(cfg80211_netdev_mac_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_netdev_evt_only’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3071:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3071 | DECLARE_EVENT_CLASS(netdev_evt_only, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3071:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3071 | DECLARE_EVENT_CLASS(netdev_evt_only, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_send_rx_assoc’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3088:1: note: in expansion of macro ‘TRACE_EVENT’ 3088 | TRACE_EVENT(cfg80211_send_rx_assoc, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3088:1: note: in expansion of macro ‘TRACE_EVENT’ 3088 | TRACE_EVENT(cfg80211_send_rx_assoc, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_netdev_frame_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3105:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3105 | DECLARE_EVENT_CLASS(netdev_frame_event, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3105:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3105 | DECLARE_EVENT_CLASS(netdev_frame_event, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_tx_mlme_mgmt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3131:1: note: in expansion of macro ‘TRACE_EVENT’ 3131 | TRACE_EVENT(cfg80211_tx_mlme_mgmt, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3131:1: note: in expansion of macro ‘TRACE_EVENT’ 3131 | TRACE_EVENT(cfg80211_tx_mlme_mgmt, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_netdev_mac_evt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3151:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3151 | DECLARE_EVENT_CLASS(netdev_mac_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3151:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3151 | DECLARE_EVENT_CLASS(netdev_mac_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_send_assoc_failure’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3171:1: note: in expansion of macro ‘TRACE_EVENT’ 3171 | TRACE_EVENT(cfg80211_send_assoc_failure, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3171:1: note: in expansion of macro ‘TRACE_EVENT’ 3171 | TRACE_EVENT(cfg80211_send_assoc_failure, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_michael_mic_failure’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3189:1: note: in expansion of macro ‘TRACE_EVENT’ 3189 | TRACE_EVENT(cfg80211_michael_mic_failure, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3189:1: note: in expansion of macro ‘TRACE_EVENT’ 3189 | TRACE_EVENT(cfg80211_michael_mic_failure, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_ready_on_channel’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3213:1: note: in expansion of macro ‘TRACE_EVENT’ 3213 | TRACE_EVENT(cfg80211_ready_on_channel, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3213:1: note: in expansion of macro ‘TRACE_EVENT’ 3213 | TRACE_EVENT(cfg80211_ready_on_channel, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_ready_on_channel_expired’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3235:1: note: in expansion of macro ‘TRACE_EVENT’ 3235 | TRACE_EVENT(cfg80211_ready_on_channel_expired, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3235:1: note: in expansion of macro ‘TRACE_EVENT’ 3235 | TRACE_EVENT(cfg80211_ready_on_channel_expired, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_tx_mgmt_expired’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3253:1: note: in expansion of macro ‘TRACE_EVENT’ 3253 | TRACE_EVENT(cfg80211_tx_mgmt_expired, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3253:1: note: in expansion of macro ‘TRACE_EVENT’ 3253 | TRACE_EVENT(cfg80211_tx_mgmt_expired, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_new_sta’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3271:1: note: in expansion of macro ‘TRACE_EVENT’ 3271 | TRACE_EVENT(cfg80211_new_sta, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3271:1: note: in expansion of macro ‘TRACE_EVENT’ 3271 | TRACE_EVENT(cfg80211_new_sta, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_rx_mgmt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3294:1: note: in expansion of macro ‘TRACE_EVENT’ 3294 | TRACE_EVENT(cfg80211_rx_mgmt, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3294:1: note: in expansion of macro ‘TRACE_EVENT’ 3294 | TRACE_EVENT(cfg80211_rx_mgmt, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_mgmt_tx_status’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3311:1: note: in expansion of macro ‘TRACE_EVENT’ 3311 | TRACE_EVENT(cfg80211_mgmt_tx_status, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3311:1: note: in expansion of macro ‘TRACE_EVENT’ 3311 | TRACE_EVENT(cfg80211_mgmt_tx_status, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_control_port_tx_status’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3328:1: note: in expansion of macro ‘TRACE_EVENT’ 3328 | TRACE_EVENT(cfg80211_control_port_tx_status, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3328:1: note: in expansion of macro ‘TRACE_EVENT’ 3328 | TRACE_EVENT(cfg80211_control_port_tx_status, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_rx_control_port’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3345:1: note: in expansion of macro ‘TRACE_EVENT’ 3345 | TRACE_EVENT(cfg80211_rx_control_port, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3345:1: note: in expansion of macro ‘TRACE_EVENT’ 3345 | TRACE_EVENT(cfg80211_rx_control_port, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_cqm_rssi_notify’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3371:1: note: in expansion of macro ‘TRACE_EVENT’ 3371 | TRACE_EVENT(cfg80211_cqm_rssi_notify, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3371:1: note: in expansion of macro ‘TRACE_EVENT’ 3371 | TRACE_EVENT(cfg80211_cqm_rssi_notify, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_reg_can_beacon’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3390:1: note: in expansion of macro ‘TRACE_EVENT’ 3390 | TRACE_EVENT(cfg80211_reg_can_beacon, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3390:1: note: in expansion of macro ‘TRACE_EVENT’ 3390 | TRACE_EVENT(cfg80211_reg_can_beacon, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_chandef_dfs_required’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3414:1: note: in expansion of macro ‘TRACE_EVENT’ 3414 | TRACE_EVENT(cfg80211_chandef_dfs_required, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3414:1: note: in expansion of macro ‘TRACE_EVENT’ 3414 | TRACE_EVENT(cfg80211_chandef_dfs_required, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_ch_switch_notify’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3429:1: note: in expansion of macro ‘TRACE_EVENT’ 3429 | TRACE_EVENT(cfg80211_ch_switch_notify, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3429:1: note: in expansion of macro ‘TRACE_EVENT’ 3429 | TRACE_EVENT(cfg80211_ch_switch_notify, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_ch_switch_started_notify’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3448:1: note: in expansion of macro ‘TRACE_EVENT’ 3448 | TRACE_EVENT(cfg80211_ch_switch_started_notify, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3448:1: note: in expansion of macro ‘TRACE_EVENT’ 3448 | TRACE_EVENT(cfg80211_ch_switch_started_notify, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_radar_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3467:1: note: in expansion of macro ‘TRACE_EVENT’ 3467 | TRACE_EVENT(cfg80211_radar_event, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3467:1: note: in expansion of macro ‘TRACE_EVENT’ 3467 | TRACE_EVENT(cfg80211_radar_event, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_cac_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3485:1: note: in expansion of macro ‘TRACE_EVENT’ 3485 | TRACE_EVENT(cfg80211_cac_event, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3485:1: note: in expansion of macro ‘TRACE_EVENT’ 3485 | TRACE_EVENT(cfg80211_cac_event, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_rx_evt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3500:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3500 | DECLARE_EVENT_CLASS(cfg80211_rx_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3500:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3500 | DECLARE_EVENT_CLASS(cfg80211_rx_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_ibss_joined’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3524:1: note: in expansion of macro ‘TRACE_EVENT’ 3524 | TRACE_EVENT(cfg80211_ibss_joined, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3524:1: note: in expansion of macro ‘TRACE_EVENT’ 3524 | TRACE_EVENT(cfg80211_ibss_joined, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_probe_status’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3542:1: note: in expansion of macro ‘TRACE_EVENT’ 3542 | TRACE_EVENT(cfg80211_probe_status, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3542:1: note: in expansion of macro ‘TRACE_EVENT’ 3542 | TRACE_EVENT(cfg80211_probe_status, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_cqm_pktloss_notify’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3563:1: note: in expansion of macro ‘TRACE_EVENT’ 3563 | TRACE_EVENT(cfg80211_cqm_pktloss_notify, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3563:1: note: in expansion of macro ‘TRACE_EVENT’ 3563 | TRACE_EVENT(cfg80211_cqm_pktloss_notify, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_pmksa_candidate_notify’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3585:1: note: in expansion of macro ‘TRACE_EVENT’ 3585 | TRACE_EVENT(cfg80211_pmksa_candidate_notify, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3585:1: note: in expansion of macro ‘TRACE_EVENT’ 3585 | TRACE_EVENT(cfg80211_pmksa_candidate_notify, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_report_obss_beacon’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3606:1: note: in expansion of macro ‘TRACE_EVENT’ 3606 | TRACE_EVENT(cfg80211_report_obss_beacon, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3606:1: note: in expansion of macro ‘TRACE_EVENT’ 3606 | TRACE_EVENT(cfg80211_report_obss_beacon, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_tdls_oper_request’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3624:1: note: in expansion of macro ‘TRACE_EVENT’ 3624 | TRACE_EVENT(cfg80211_tdls_oper_request, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3624:1: note: in expansion of macro ‘TRACE_EVENT’ 3624 | TRACE_EVENT(cfg80211_tdls_oper_request, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_scan_done’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3647:1: note: in expansion of macro ‘TRACE_EVENT’ 3647 | TRACE_EVENT(cfg80211_scan_done, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3647:1: note: in expansion of macro ‘TRACE_EVENT’ 3647 | TRACE_EVENT(cfg80211_scan_done, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_wiphy_id_evt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3687:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3687 | DECLARE_EVENT_CLASS(wiphy_id_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3687:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3687 | DECLARE_EVENT_CLASS(wiphy_id_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_get_bss’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3711:1: note: in expansion of macro ‘TRACE_EVENT’ 3711 | TRACE_EVENT(cfg80211_get_bss, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3711:1: note: in expansion of macro ‘TRACE_EVENT’ 3711 | TRACE_EVENT(cfg80211_get_bss, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_inform_bss_frame’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3740:1: note: in expansion of macro ‘TRACE_EVENT’ 3740 | TRACE_EVENT(cfg80211_inform_bss_frame, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3740:1: note: in expansion of macro ‘TRACE_EVENT’ 3740 | TRACE_EVENT(cfg80211_inform_bss_frame, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_bss_evt’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3771:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3771 | DECLARE_EVENT_CLASS(cfg80211_bss_evt, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3771:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3771 | DECLARE_EVENT_CLASS(cfg80211_bss_evt, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_return_uint’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3790:1: note: in expansion of macro ‘TRACE_EVENT’ 3790 | TRACE_EVENT(cfg80211_return_uint, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3790:1: note: in expansion of macro ‘TRACE_EVENT’ 3790 | TRACE_EVENT(cfg80211_return_uint, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_return_u32’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3802:1: note: in expansion of macro ‘TRACE_EVENT’ 3802 | TRACE_EVENT(cfg80211_return_u32, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3802:1: note: in expansion of macro ‘TRACE_EVENT’ 3802 | TRACE_EVENT(cfg80211_return_u32, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_report_wowlan_wakeup’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3814:1: note: in expansion of macro ‘TRACE_EVENT’ 3814 | TRACE_EVENT(cfg80211_report_wowlan_wakeup, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3814:1: note: in expansion of macro ‘TRACE_EVENT’ 3814 | TRACE_EVENT(cfg80211_report_wowlan_wakeup, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_ft_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3852:1: note: in expansion of macro ‘TRACE_EVENT’ 3852 | TRACE_EVENT(cfg80211_ft_event, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3852:1: note: in expansion of macro ‘TRACE_EVENT’ 3852 | TRACE_EVENT(cfg80211_ft_event, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_stop_iface’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3878:1: note: in expansion of macro ‘TRACE_EVENT’ 3878 | TRACE_EVENT(cfg80211_stop_iface, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3878:1: note: in expansion of macro ‘TRACE_EVENT’ 3878 | TRACE_EVENT(cfg80211_stop_iface, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_pmsr_report’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3893:1: note: in expansion of macro ‘TRACE_EVENT’ 3893 | TRACE_EVENT(cfg80211_pmsr_report, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3893:1: note: in expansion of macro ‘TRACE_EVENT’ 3893 | TRACE_EVENT(cfg80211_pmsr_report, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_pmsr_complete’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3915:1: note: in expansion of macro ‘TRACE_EVENT’ 3915 | TRACE_EVENT(cfg80211_pmsr_complete, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3915:1: note: in expansion of macro ‘TRACE_EVENT’ 3915 | TRACE_EVENT(cfg80211_pmsr_complete, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_update_owe_info_event’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3933:1: note: in expansion of macro ‘TRACE_EVENT’ 3933 | TRACE_EVENT(cfg80211_update_owe_info_event, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3933:1: note: in expansion of macro ‘TRACE_EVENT’ 3933 | TRACE_EVENT(cfg80211_update_owe_info_event, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_bss_color_notify’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3960:1: note: in expansion of macro ‘TRACE_EVENT’ 3960 | TRACE_EVENT(cfg80211_bss_color_notify, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3960:1: note: in expansion of macro ‘TRACE_EVENT’ 3960 | TRACE_EVENT(cfg80211_bss_color_notify, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_assoc_comeback’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3982:1: note: in expansion of macro ‘TRACE_EVENT’ 3982 | TRACE_EVENT(cfg80211_assoc_comeback, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3982:1: note: in expansion of macro ‘TRACE_EVENT’ 3982 | TRACE_EVENT(cfg80211_assoc_comeback, | ^~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_link_station_add_mod’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3999:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3999 | DECLARE_EVENT_CLASS(link_station_add_mod, | ^~~~~~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:3999:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 3999 | DECLARE_EVENT_CLASS(link_station_add_mod, | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h: In function ‘__bpf_trace_cfg80211_links_removed’: ../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:4072:1: note: in expansion of macro ‘TRACE_EVENT’ 4072 | TRACE_EVENT(cfg80211_links_removed, | ^~~~~~~~~~~ ../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ | ^~~~~~~~~~~~~~~ ../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) | ^~~~~~~~~~~~~~~~~~~ ../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ ../net/wireless/./trace.h:4072:1: note: in expansion of macro ‘TRACE_EVENT’ 4072 | TRACE_EVENT(cfg80211_links_removed, | ^~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:244: net/wireless/trace.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: net/wireless] Error 2 make[3]: *** [../scripts/Makefile.build:485: net] Error 2 make[2]: *** [/home/nipa/net-next/wt-0/Makefile:1925: .] Error 2 make[1]: *** [/home/nipa/net-next/wt-0/Makefile:224: __sub-make] Error 2 make: *** [Makefile:224: __sub-make] Error 2 New errors added --- /tmp/tmp.xCIb8Qh32z 2024-08-28 08:15:19.921825614 -0700 +++ /tmp/tmp.lyfZoQ3L1e 2024-08-28 08:16:20.439127312 -0700 @@ -71,0 +72,26 @@ +In file included from ../include/trace/define_trace.h:109: +../samples/ftrace/./sample-trace-array.h: In function ‘perf_trace_sample_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../samples/ftrace/./sample-trace-array.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ + 60 | TRACE_EVENT(sample_event, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../samples/ftrace/./sample-trace-array.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ + 60 | TRACE_EVENT(sample_event, + | ^~~~~~~~~~~ @@ -149,0 +176,20 @@ +In file included from ../include/trace/define_trace.h:109: +../arch/x86/include/asm//msr-trace.h: In function ‘perf_trace_msr_trace_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../arch/x86/include/asm//msr-trace.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 21 | DECLARE_EVENT_CLASS(msr_trace_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../arch/x86/include/asm//msr-trace.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 21 | DECLARE_EVENT_CLASS(msr_trace_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -236,0 +283,26 @@ +In file included from ../include/trace/define_trace.h:109: +../sound/firewire/./amdtp-stream-trace.h: In function ‘perf_trace_amdtp_packet’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/firewire/./amdtp-stream-trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ + 16 | TRACE_EVENT(amdtp_packet, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/firewire/./amdtp-stream-trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ + 16 | TRACE_EVENT(amdtp_packet, + | ^~~~~~~~~~~ @@ -328,0 +401,26 @@ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/gpu_mem.h: In function ‘perf_trace_gpu_mem_total’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/gpu_mem.h:30:1: note: in expansion of macro ‘TRACE_EVENT’ + 30 | TRACE_EVENT(gpu_mem_total, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/gpu_mem.h:30:1: note: in expansion of macro ‘TRACE_EVENT’ + 30 | TRACE_EVENT(gpu_mem_total, + | ^~~~~~~~~~~ @@ -359,3 +457,3 @@ - from ../include/trace/events/pwm.h:58, - from ../drivers/pwm/core.c:27: -../include/trace/events/pwm.h: In function ‘trace_event_raw_event_pwm’: + from ../arch/x86/include/asm/trace/exceptions.h:54, + from ../arch/x86/mm/fault.c:42: +../arch/x86/mm/../include/asm/trace/./exceptions.h: In function ‘trace_event_raw_event_x86_exceptions’: @@ -368,2 +466,2 @@ -../include/trace/events/pwm.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 11 | DECLARE_EVENT_CLASS(pwm, +../arch/x86/mm/../include/asm/trace/./exceptions.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 14 | DECLARE_EVENT_CLASS(x86_exceptions, @@ -377,2 +475,2 @@ -../include/trace/events/pwm.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 11 | DECLARE_EVENT_CLASS(pwm, +../arch/x86/mm/../include/asm/trace/./exceptions.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 14 | DECLARE_EVENT_CLASS(x86_exceptions, @@ -386,2 +484,2 @@ -../include/trace/events/pwm.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 11 | DECLARE_EVENT_CLASS(pwm, +../arch/x86/mm/../include/asm/trace/./exceptions.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 14 | DECLARE_EVENT_CLASS(x86_exceptions, @@ -395,2 +493,2 @@ -../include/trace/events/pwm.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 11 | DECLARE_EVENT_CLASS(pwm, +../arch/x86/mm/../include/asm/trace/./exceptions.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 14 | DECLARE_EVENT_CLASS(x86_exceptions, @@ -404,2 +502,22 @@ -../include/trace/events/pwm.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 11 | DECLARE_EVENT_CLASS(pwm, +../arch/x86/mm/../include/asm/trace/./exceptions.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 14 | DECLARE_EVENT_CLASS(x86_exceptions, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../arch/x86/mm/../include/asm/trace/./exceptions.h: In function ‘perf_trace_x86_exceptions’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../arch/x86/mm/../include/asm/trace/./exceptions.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 14 | DECLARE_EVENT_CLASS(x86_exceptions, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../arch/x86/mm/../include/asm/trace/./exceptions.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 14 | DECLARE_EVENT_CLASS(x86_exceptions, @@ -408 +526 @@ -../include/trace/events/pwm.h: In function ‘__bpf_trace_pwm’: +../arch/x86/mm/../include/asm/trace/./exceptions.h: In function ‘__bpf_trace_x86_exceptions’: @@ -415,2 +533,2 @@ -../include/trace/events/pwm.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 11 | DECLARE_EVENT_CLASS(pwm, +../arch/x86/mm/../include/asm/trace/./exceptions.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 14 | DECLARE_EVENT_CLASS(x86_exceptions, @@ -424,2 +542,2 @@ -../include/trace/events/pwm.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 11 | DECLARE_EVENT_CLASS(pwm, +../arch/x86/mm/../include/asm/trace/./exceptions.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 14 | DECLARE_EVENT_CLASS(x86_exceptions, @@ -427,2 +545,2 @@ -make[5]: *** [../scripts/Makefile.build:244: drivers/pwm/core.o] Error 1 -make[4]: *** [../scripts/Makefile.build:485: drivers/pwm] Error 2 +make[5]: *** [../scripts/Makefile.build:244: arch/x86/mm/fault.o] Error 1 +make[4]: *** [../scripts/Makefile.build:485: arch/x86/mm] Error 2 @@ -431,3 +549,3 @@ - from ../arch/x86/include/asm/trace/exceptions.h:54, - from ../arch/x86/mm/fault.c:42: -../arch/x86/mm/../include/asm/trace/./exceptions.h: In function ‘trace_event_raw_event_x86_exceptions’: + from ../include/trace/events/pwm.h:58, + from ../drivers/pwm/core.c:27: +../include/trace/events/pwm.h: In function ‘trace_event_raw_event_pwm’: @@ -440,2 +558,2 @@ -../arch/x86/mm/../include/asm/trace/./exceptions.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 14 | DECLARE_EVENT_CLASS(x86_exceptions, +../include/trace/events/pwm.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 11 | DECLARE_EVENT_CLASS(pwm, @@ -449,2 +567,2 @@ -../arch/x86/mm/../include/asm/trace/./exceptions.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 14 | DECLARE_EVENT_CLASS(x86_exceptions, +../include/trace/events/pwm.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 11 | DECLARE_EVENT_CLASS(pwm, @@ -458,2 +576,2 @@ -../arch/x86/mm/../include/asm/trace/./exceptions.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 14 | DECLARE_EVENT_CLASS(x86_exceptions, +../include/trace/events/pwm.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 11 | DECLARE_EVENT_CLASS(pwm, @@ -467,2 +585,2 @@ -../arch/x86/mm/../include/asm/trace/./exceptions.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 14 | DECLARE_EVENT_CLASS(x86_exceptions, +../include/trace/events/pwm.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 11 | DECLARE_EVENT_CLASS(pwm, @@ -476,2 +594,22 @@ -../arch/x86/mm/../include/asm/trace/./exceptions.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 14 | DECLARE_EVENT_CLASS(x86_exceptions, +../include/trace/events/pwm.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 11 | DECLARE_EVENT_CLASS(pwm, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/pwm.h: In function ‘perf_trace_pwm’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/pwm.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 11 | DECLARE_EVENT_CLASS(pwm, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/pwm.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 11 | DECLARE_EVENT_CLASS(pwm, @@ -480 +618 @@ -../arch/x86/mm/../include/asm/trace/./exceptions.h: In function ‘__bpf_trace_x86_exceptions’: +../include/trace/events/pwm.h: In function ‘__bpf_trace_pwm’: @@ -487,2 +625,2 @@ -../arch/x86/mm/../include/asm/trace/./exceptions.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 14 | DECLARE_EVENT_CLASS(x86_exceptions, +../include/trace/events/pwm.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 11 | DECLARE_EVENT_CLASS(pwm, @@ -496,2 +634,2 @@ -../arch/x86/mm/../include/asm/trace/./exceptions.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 14 | DECLARE_EVENT_CLASS(x86_exceptions, +../include/trace/events/pwm.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 11 | DECLARE_EVENT_CLASS(pwm, @@ -499,2 +637,2 @@ -make[5]: *** [../scripts/Makefile.build:244: arch/x86/mm/fault.o] Error 1 -make[4]: *** [../scripts/Makefile.build:485: arch/x86/mm] Error 2 +make[5]: *** [../scripts/Makefile.build:244: drivers/pwm/core.o] Error 1 +make[4]: *** [../scripts/Makefile.build:485: drivers/pwm] Error 2 @@ -503,3 +641,3 @@ - from ../sound/core/pcm_param_trace.h:143, - from ../sound/core/pcm_native.c:32: -../sound/core/./pcm_param_trace.h: In function ‘trace_event_raw_event_hw_mask_param’: + from ../include/trace/events/nmi.h:38, + from ../arch/x86/kernel/nmi.c:41: +../include/trace/events/nmi.h: In function ‘trace_event_raw_event_nmi_handler’: @@ -515,2 +653,2 @@ -../sound/core/./pcm_param_trace.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ - 28 | TRACE_EVENT(hw_mask_param, +../include/trace/events/nmi.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ + 11 | TRACE_EVENT(nmi_handler, @@ -527,2 +665,2 @@ -../sound/core/./pcm_param_trace.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ - 28 | TRACE_EVENT(hw_mask_param, +../include/trace/events/nmi.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ + 11 | TRACE_EVENT(nmi_handler, @@ -539,2 +677,2 @@ -../sound/core/./pcm_param_trace.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ - 28 | TRACE_EVENT(hw_mask_param, +../include/trace/events/nmi.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ + 11 | TRACE_EVENT(nmi_handler, @@ -551,2 +689,2 @@ -../sound/core/./pcm_param_trace.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ - 28 | TRACE_EVENT(hw_mask_param, +../include/trace/events/nmi.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ + 11 | TRACE_EVENT(nmi_handler, @@ -563,2 +701,2 @@ -../sound/core/./pcm_param_trace.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ - 28 | TRACE_EVENT(hw_mask_param, +../include/trace/events/nmi.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ + 11 | TRACE_EVENT(nmi_handler, @@ -566,3 +704,4 @@ -../sound/core/./pcm_param_trace.h: In function ‘trace_event_raw_event_hw_interval_param’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/nmi.h: In function ‘perf_trace_nmi_handler’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -570,2 +709,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -576,2 +715,2 @@ -../sound/core/./pcm_param_trace.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ - 68 | TRACE_EVENT(hw_interval_param, +../include/trace/events/nmi.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ + 11 | TRACE_EVENT(nmi_handler, @@ -579,2 +718,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -582,2 +721,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -588,2 +727,2 @@ -../sound/core/./pcm_param_trace.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ - 68 | TRACE_EVENT(hw_interval_param, +../include/trace/events/nmi.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ + 11 | TRACE_EVENT(nmi_handler, @@ -592 +731 @@ -../sound/core/./pcm_param_trace.h: In function ‘__bpf_trace_hw_mask_param’: +../include/trace/events/nmi.h: In function ‘__bpf_trace_nmi_handler’: @@ -602,2 +741,2 @@ -../sound/core/./pcm_param_trace.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ - 28 | TRACE_EVENT(hw_mask_param, +../include/trace/events/nmi.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ + 11 | TRACE_EVENT(nmi_handler, @@ -614,2 +753,2 @@ -../sound/core/./pcm_param_trace.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ - 28 | TRACE_EVENT(hw_mask_param, +../include/trace/events/nmi.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ + 11 | TRACE_EVENT(nmi_handler, @@ -617 +756,73 @@ -../sound/core/./pcm_param_trace.h: In function ‘__bpf_trace_hw_interval_param’: +make[5]: *** [../scripts/Makefile.build:244: arch/x86/kernel/nmi.o] Error 1 +make[5]: *** Waiting for unfinished jobs.... +In file included from ../include/trace/define_trace.h:108, + from ../include/trace/events/dma_fence.h:89, + from ../drivers/dma-buf/dma-fence.c:21: +../include/trace/events/dma_fence.h: In function ‘trace_event_raw_event_dma_fence’: +../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/dma_fence.h:12:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 12 | DECLARE_EVENT_CLASS(dma_fence, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/dma_fence.h:12:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 12 | DECLARE_EVENT_CLASS(dma_fence, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/dma_fence.h:12:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 12 | DECLARE_EVENT_CLASS(dma_fence, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/dma_fence.h:12:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 12 | DECLARE_EVENT_CLASS(dma_fence, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] + 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ + | ^~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/dma_fence.h:12:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 12 | DECLARE_EVENT_CLASS(dma_fence, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/dma_fence.h: In function ‘perf_trace_dma_fence’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/dma_fence.h:12:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 12 | DECLARE_EVENT_CLASS(dma_fence, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/dma_fence.h:12:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 12 | DECLARE_EVENT_CLASS(dma_fence, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../include/trace/events/dma_fence.h: In function ‘__bpf_trace_dma_fence’: @@ -624,6 +835,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../sound/core/./pcm_param_trace.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ - 68 | TRACE_EVENT(hw_interval_param, - | ^~~~~~~~~~~ +../include/trace/events/dma_fence.h:12:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 12 | DECLARE_EVENT_CLASS(dma_fence, + | ^~~~~~~~~~~~~~~~~~~ @@ -636,7 +844,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../sound/core/./pcm_param_trace.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ - 68 | TRACE_EVENT(hw_interval_param, - | ^~~~~~~~~~~ -make[5]: *** [../scripts/Makefile.build:244: sound/core/pcm_native.o] Error 1 +../include/trace/events/dma_fence.h:12:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 12 | DECLARE_EVENT_CLASS(dma_fence, + | ^~~~~~~~~~~~~~~~~~~ +make[5]: *** [../scripts/Makefile.build:244: drivers/dma-buf/dma-fence.o] Error 1 @@ -645,3 +850,3 @@ - from ../sound/firewire/motu/amdtp-motu-trace.h:85, - from ../sound/firewire/motu/amdtp-motu.c:13: -../sound/firewire/motu/./amdtp-motu-trace.h: In function ‘trace_event_raw_event_data_block_sph’: + from ../sound/core/pcm_param_trace.h:143, + from ../sound/core/pcm_native.c:32: +../sound/core/./pcm_param_trace.h: In function ‘trace_event_raw_event_hw_mask_param’: @@ -657,2 +862,2 @@ -../sound/firewire/motu/./amdtp-motu-trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ - 21 | TRACE_EVENT(data_block_sph, +../sound/core/./pcm_param_trace.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ + 28 | TRACE_EVENT(hw_mask_param, @@ -669,2 +874,2 @@ -../sound/firewire/motu/./amdtp-motu-trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ - 21 | TRACE_EVENT(data_block_sph, +../sound/core/./pcm_param_trace.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ + 28 | TRACE_EVENT(hw_mask_param, @@ -681,2 +886,2 @@ -../sound/firewire/motu/./amdtp-motu-trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ - 21 | TRACE_EVENT(data_block_sph, +../sound/core/./pcm_param_trace.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ + 28 | TRACE_EVENT(hw_mask_param, @@ -693,2 +898,2 @@ -../sound/firewire/motu/./amdtp-motu-trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ - 21 | TRACE_EVENT(data_block_sph, +../sound/core/./pcm_param_trace.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ + 28 | TRACE_EVENT(hw_mask_param, @@ -705,2 +910,2 @@ -../sound/firewire/motu/./amdtp-motu-trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ - 21 | TRACE_EVENT(data_block_sph, +../sound/core/./pcm_param_trace.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ + 28 | TRACE_EVENT(hw_mask_param, @@ -708 +913 @@ -../sound/firewire/motu/./amdtp-motu-trace.h: In function ‘trace_event_raw_event_data_block_message’: +../sound/core/./pcm_param_trace.h: In function ‘trace_event_raw_event_hw_interval_param’: @@ -718,2 +923,2 @@ -../sound/firewire/motu/./amdtp-motu-trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ - 50 | TRACE_EVENT(data_block_message, +../sound/core/./pcm_param_trace.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ + 68 | TRACE_EVENT(hw_interval_param, @@ -730,2 +935,53 @@ -../sound/firewire/motu/./amdtp-motu-trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ - 50 | TRACE_EVENT(data_block_message, +../sound/core/./pcm_param_trace.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ + 68 | TRACE_EVENT(hw_interval_param, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../sound/core/./pcm_param_trace.h: In function ‘perf_trace_hw_mask_param’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/core/./pcm_param_trace.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ + 28 | TRACE_EVENT(hw_mask_param, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/core/./pcm_param_trace.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ + 28 | TRACE_EVENT(hw_mask_param, + | ^~~~~~~~~~~ +../sound/core/./pcm_param_trace.h: In function ‘perf_trace_hw_interval_param’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/core/./pcm_param_trace.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ + 68 | TRACE_EVENT(hw_interval_param, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/core/./pcm_param_trace.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ + 68 | TRACE_EVENT(hw_interval_param, @@ -734 +990 @@ -../sound/firewire/motu/./amdtp-motu-trace.h: In function ‘__bpf_trace_data_block_sph’: +../sound/core/./pcm_param_trace.h: In function ‘__bpf_trace_hw_mask_param’: @@ -744,2 +1000,2 @@ -../sound/firewire/motu/./amdtp-motu-trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ - 21 | TRACE_EVENT(data_block_sph, +../sound/core/./pcm_param_trace.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ + 28 | TRACE_EVENT(hw_mask_param, @@ -756,2 +1012,2 @@ -../sound/firewire/motu/./amdtp-motu-trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ - 21 | TRACE_EVENT(data_block_sph, +../sound/core/./pcm_param_trace.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ + 28 | TRACE_EVENT(hw_mask_param, @@ -759 +1015 @@ -../sound/firewire/motu/./amdtp-motu-trace.h: In function ‘__bpf_trace_data_block_message’: +../sound/core/./pcm_param_trace.h: In function ‘__bpf_trace_hw_interval_param’: @@ -769,2 +1025,2 @@ -../sound/firewire/motu/./amdtp-motu-trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ - 50 | TRACE_EVENT(data_block_message, +../sound/core/./pcm_param_trace.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ + 68 | TRACE_EVENT(hw_interval_param, @@ -781,2 +1037,2 @@ -../sound/firewire/motu/./amdtp-motu-trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ - 50 | TRACE_EVENT(data_block_message, +../sound/core/./pcm_param_trace.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ + 68 | TRACE_EVENT(hw_interval_param, @@ -784,4 +1040,2 @@ -make[6]: *** [../scripts/Makefile.build:244: sound/firewire/motu/amdtp-motu.o] Error 1 -make[5]: *** [../scripts/Makefile.build:485: sound/firewire/motu] Error 2 -make[4]: *** [../scripts/Makefile.build:485: sound/firewire] Error 2 -make[4]: *** Waiting for unfinished jobs.... +make[5]: *** [../scripts/Makefile.build:244: sound/core/pcm_native.o] Error 1 +make[5]: *** Waiting for unfinished jobs.... @@ -789,3 +1043,3 @@ - from ../include/trace/events/nmi.h:38, - from ../arch/x86/kernel/nmi.c:41: -../include/trace/events/nmi.h: In function ‘trace_event_raw_event_nmi_handler’: + from ../include/trace/events/netlink.h:29, + from ../net/netlink/af_netlink.c:72: +../include/trace/events/netlink.h: In function ‘trace_event_raw_event_netlink_extack’: @@ -801,2 +1055,2 @@ -../include/trace/events/nmi.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ - 11 | TRACE_EVENT(nmi_handler, +../include/trace/events/netlink.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ + 9 | TRACE_EVENT(netlink_extack, @@ -813,2 +1067,2 @@ -../include/trace/events/nmi.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ - 11 | TRACE_EVENT(nmi_handler, +../include/trace/events/netlink.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ + 9 | TRACE_EVENT(netlink_extack, @@ -825,2 +1079,2 @@ -../include/trace/events/nmi.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ - 11 | TRACE_EVENT(nmi_handler, +../include/trace/events/netlink.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ + 9 | TRACE_EVENT(netlink_extack, @@ -837,2 +1091,2 @@ -../include/trace/events/nmi.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ - 11 | TRACE_EVENT(nmi_handler, +../include/trace/events/netlink.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ + 9 | TRACE_EVENT(netlink_extack, @@ -849,2 +1103,28 @@ -../include/trace/events/nmi.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ - 11 | TRACE_EVENT(nmi_handler, +../include/trace/events/netlink.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ + 9 | TRACE_EVENT(netlink_extack, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/netlink.h: In function ‘perf_trace_netlink_extack’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/netlink.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ + 9 | TRACE_EVENT(netlink_extack, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/netlink.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ + 9 | TRACE_EVENT(netlink_extack, @@ -853 +1133 @@ -../include/trace/events/nmi.h: In function ‘__bpf_trace_nmi_handler’: +../include/trace/events/netlink.h: In function ‘__bpf_trace_netlink_extack’: @@ -863,2 +1143,2 @@ -../include/trace/events/nmi.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ - 11 | TRACE_EVENT(nmi_handler, +../include/trace/events/netlink.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ + 9 | TRACE_EVENT(netlink_extack, @@ -875,2 +1155,2 @@ -../include/trace/events/nmi.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ - 11 | TRACE_EVENT(nmi_handler, +../include/trace/events/netlink.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ + 9 | TRACE_EVENT(netlink_extack, @@ -878,2 +1158,3 @@ -make[5]: *** [../scripts/Makefile.build:244: arch/x86/kernel/nmi.o] Error 1 -make[5]: *** Waiting for unfinished jobs.... +make[5]: *** [../scripts/Makefile.build:244: net/netlink/af_netlink.o] Error 1 +make[4]: *** [../scripts/Makefile.build:485: net/netlink] Error 2 +make[4]: *** Waiting for unfinished jobs.... @@ -881,3 +1162,3 @@ - from ../include/trace/events/netlink.h:29, - from ../net/netlink/af_netlink.c:72: -../include/trace/events/netlink.h: In function ‘trace_event_raw_event_netlink_extack’: + from ../sound/firewire/motu/amdtp-motu-trace.h:85, + from ../sound/firewire/motu/amdtp-motu.c:13: +../sound/firewire/motu/./amdtp-motu-trace.h: In function ‘trace_event_raw_event_data_block_sph’: @@ -893,2 +1174,2 @@ -../include/trace/events/netlink.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ - 9 | TRACE_EVENT(netlink_extack, +../sound/firewire/motu/./amdtp-motu-trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ + 21 | TRACE_EVENT(data_block_sph, @@ -905,2 +1186,2 @@ -../include/trace/events/netlink.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ - 9 | TRACE_EVENT(netlink_extack, +../sound/firewire/motu/./amdtp-motu-trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ + 21 | TRACE_EVENT(data_block_sph, @@ -917,2 +1198,2 @@ -../include/trace/events/netlink.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ - 9 | TRACE_EVENT(netlink_extack, +../sound/firewire/motu/./amdtp-motu-trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ + 21 | TRACE_EVENT(data_block_sph, @@ -929,2 +1210,2 @@ -../include/trace/events/netlink.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ - 9 | TRACE_EVENT(netlink_extack, +../sound/firewire/motu/./amdtp-motu-trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ + 21 | TRACE_EVENT(data_block_sph, @@ -941,2 +1222,78 @@ -../include/trace/events/netlink.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ - 9 | TRACE_EVENT(netlink_extack, +../sound/firewire/motu/./amdtp-motu-trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ + 21 | TRACE_EVENT(data_block_sph, + | ^~~~~~~~~~~ +../sound/firewire/motu/./amdtp-motu-trace.h: In function ‘trace_event_raw_event_data_block_message’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/firewire/motu/./amdtp-motu-trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ + 50 | TRACE_EVENT(data_block_message, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/firewire/motu/./amdtp-motu-trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ + 50 | TRACE_EVENT(data_block_message, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../sound/firewire/motu/./amdtp-motu-trace.h: In function ‘perf_trace_data_block_sph’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/firewire/motu/./amdtp-motu-trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ + 21 | TRACE_EVENT(data_block_sph, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/firewire/motu/./amdtp-motu-trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ + 21 | TRACE_EVENT(data_block_sph, + | ^~~~~~~~~~~ +../sound/firewire/motu/./amdtp-motu-trace.h: In function ‘perf_trace_data_block_message’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/firewire/motu/./amdtp-motu-trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ + 50 | TRACE_EVENT(data_block_message, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/firewire/motu/./amdtp-motu-trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ + 50 | TRACE_EVENT(data_block_message, @@ -945 +1302 @@ -../include/trace/events/netlink.h: In function ‘__bpf_trace_netlink_extack’: +../sound/firewire/motu/./amdtp-motu-trace.h: In function ‘__bpf_trace_data_block_sph’: @@ -955,2 +1312,2 @@ -../include/trace/events/netlink.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ - 9 | TRACE_EVENT(netlink_extack, +../sound/firewire/motu/./amdtp-motu-trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ + 21 | TRACE_EVENT(data_block_sph, @@ -967,2 +1324,2 @@ -../include/trace/events/netlink.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ - 9 | TRACE_EVENT(netlink_extack, +../sound/firewire/motu/./amdtp-motu-trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ + 21 | TRACE_EVENT(data_block_sph, @@ -970,2 +1327,28 @@ -make[5]: *** [../scripts/Makefile.build:244: net/netlink/af_netlink.o] Error 1 -make[4]: *** [../scripts/Makefile.build:485: net/netlink] Error 2 +../sound/firewire/motu/./amdtp-motu-trace.h: In function ‘__bpf_trace_data_block_message’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/firewire/motu/./amdtp-motu-trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ + 50 | TRACE_EVENT(data_block_message, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/firewire/motu/./amdtp-motu-trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ + 50 | TRACE_EVENT(data_block_message, + | ^~~~~~~~~~~ +make[6]: *** [../scripts/Makefile.build:244: sound/firewire/motu/amdtp-motu.o] Error 1 +make[5]: *** [../scripts/Makefile.build:485: sound/firewire/motu] Error 2 +make[4]: *** [../scripts/Makefile.build:485: sound/firewire] Error 2 @@ -1041,0 +1425,39 @@ +In file included from ../include/trace/define_trace.h:109: +../drivers/dma/./fsl-edma-trace.h: In function ‘perf_trace_edma_log_io’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/dma/./fsl-edma-trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 15 | DECLARE_EVENT_CLASS(edma_log_io, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/dma/./fsl-edma-trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 15 | DECLARE_EVENT_CLASS(edma_log_io, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/dma/./fsl-edma-trace.h: In function ‘perf_trace_edma_log_tcd’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/dma/./fsl-edma-trace.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 62 | DECLARE_EVENT_CLASS(edma_log_tcd, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/dma/./fsl-edma-trace.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 62 | DECLARE_EVENT_CLASS(edma_log_tcd, + | ^~~~~~~~~~~~~~~~~~~ @@ -1082 +1504 @@ -make[5]: *** Waiting for unfinished jobs.... +make[4]: *** [../scripts/Makefile.build:485: drivers/dma] Error 2 @@ -1084,3 +1506,3 @@ - from ../drivers/base/trace.h:56, - from ../drivers/base/trace.c:10: -../drivers/base/./trace.h: In function ‘trace_event_raw_event_devres’: + from ../include/trace/events/avc.h:53, + from ../security/selinux/avc.c:35: +../include/trace/events/avc.h: In function ‘trace_event_raw_event_selinux_audited’: @@ -1093,3 +1515,6 @@ -../drivers/base/./trace.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 19 | DECLARE_EVENT_CLASS(devres, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/avc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(selinux_audited, + | ^~~~~~~~~~~ @@ -1102,3 +1527,6 @@ -../drivers/base/./trace.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 19 | DECLARE_EVENT_CLASS(devres, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/avc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(selinux_audited, + | ^~~~~~~~~~~ @@ -1111,3 +1539,6 @@ -../drivers/base/./trace.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 19 | DECLARE_EVENT_CLASS(devres, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/avc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(selinux_audited, + | ^~~~~~~~~~~ @@ -1120,3 +1551,6 @@ -../drivers/base/./trace.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 19 | DECLARE_EVENT_CLASS(devres, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/avc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(selinux_audited, + | ^~~~~~~~~~~ @@ -1129,3 +1563,32 @@ -../drivers/base/./trace.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 19 | DECLARE_EVENT_CLASS(devres, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/avc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(selinux_audited, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/avc.h: In function ‘perf_trace_selinux_audited’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/avc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(selinux_audited, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/avc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(selinux_audited, + | ^~~~~~~~~~~ @@ -1133 +1596 @@ -../drivers/base/./trace.h: In function ‘__bpf_trace_devres’: +../include/trace/events/avc.h: In function ‘__bpf_trace_selinux_audited’: @@ -1140,3 +1603,6 @@ -../drivers/base/./trace.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 19 | DECLARE_EVENT_CLASS(devres, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/avc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(selinux_audited, + | ^~~~~~~~~~~ @@ -1149,5 +1615,9 @@ -../drivers/base/./trace.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 19 | DECLARE_EVENT_CLASS(devres, - | ^~~~~~~~~~~~~~~~~~~ -make[5]: *** [../scripts/Makefile.build:244: drivers/base/trace.o] Error 1 -make[5]: *** Waiting for unfinished jobs.... +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/avc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(selinux_audited, + | ^~~~~~~~~~~ +make[5]: *** [../scripts/Makefile.build:244: security/selinux/avc.o] Error 1 +make[4]: *** [../scripts/Makefile.build:485: security/selinux] Error 2 +make[3]: *** [../scripts/Makefile.build:485: security] Error 2 @@ -1242,0 +1713,51 @@ +In file included from ../include/trace/define_trace.h:109: +../drivers/soc/qcom/./trace-aoss.h: In function ‘perf_trace_aoss_send’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/soc/qcom/./trace-aoss.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(aoss_send, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/soc/qcom/./trace-aoss.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(aoss_send, + | ^~~~~~~~~~~ +../drivers/soc/qcom/./trace-aoss.h: In function ‘perf_trace_aoss_send_done’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/soc/qcom/./trace-aoss.h:26:1: note: in expansion of macro ‘TRACE_EVENT’ + 26 | TRACE_EVENT(aoss_send_done, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/soc/qcom/./trace-aoss.h:26:1: note: in expansion of macro ‘TRACE_EVENT’ + 26 | TRACE_EVENT(aoss_send_done, + | ^~~~~~~~~~~ @@ -1297,3 +1818,3 @@ - from ../include/trace/events/pagemap.h:83, - from ../mm/swap.c:44: -../include/trace/events/pagemap.h: In function ‘trace_event_raw_event_mm_lru_insertion’: + from ../include/trace/events/bpf_test_run.h:67, + from ../net/bpf/test_run.c:29: +../include/trace/events/bpf_test_run.h: In function ‘trace_event_raw_event_bpf_trigger_tp’: @@ -1309,2 +1830,2 @@ -../include/trace/events/pagemap.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ - 28 | TRACE_EVENT(mm_lru_insertion, +../include/trace/events/bpf_test_run.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ + 10 | TRACE_EVENT(bpf_trigger_tp, @@ -1321,2 +1842,2 @@ -../include/trace/events/pagemap.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ - 28 | TRACE_EVENT(mm_lru_insertion, +../include/trace/events/bpf_test_run.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ + 10 | TRACE_EVENT(bpf_trigger_tp, @@ -1333,2 +1854,2 @@ -../include/trace/events/pagemap.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ - 28 | TRACE_EVENT(mm_lru_insertion, +../include/trace/events/bpf_test_run.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ + 10 | TRACE_EVENT(bpf_trigger_tp, @@ -1345,2 +1866,2 @@ -../include/trace/events/pagemap.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ - 28 | TRACE_EVENT(mm_lru_insertion, +../include/trace/events/bpf_test_run.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ + 10 | TRACE_EVENT(bpf_trigger_tp, @@ -1357,2 +1878,2 @@ -../include/trace/events/pagemap.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ - 28 | TRACE_EVENT(mm_lru_insertion, +../include/trace/events/bpf_test_run.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ + 10 | TRACE_EVENT(bpf_trigger_tp, @@ -1360 +1881 @@ -../include/trace/events/pagemap.h: In function ‘trace_event_raw_event_mm_lru_activate’: +../include/trace/events/bpf_test_run.h: In function ‘trace_event_raw_event_bpf_test_finish’: @@ -1367,6 +1888,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/pagemap.h:61:1: note: in expansion of macro ‘TRACE_EVENT’ - 61 | TRACE_EVENT(mm_lru_activate, - | ^~~~~~~~~~~ +../include/trace/events/bpf_test_run.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 27 | DECLARE_EVENT_CLASS(bpf_test_finish, + | ^~~~~~~~~~~~~~~~~~~ @@ -1378,0 +1897,11 @@ +../include/trace/events/bpf_test_run.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 27 | DECLARE_EVENT_CLASS(bpf_test_finish, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/bpf_test_run.h: In function ‘perf_trace_bpf_trigger_tp’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -1382,2 +1911,14 @@ -../include/trace/events/pagemap.h:61:1: note: in expansion of macro ‘TRACE_EVENT’ - 61 | TRACE_EVENT(mm_lru_activate, +../include/trace/events/bpf_test_run.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ + 10 | TRACE_EVENT(bpf_trigger_tp, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/bpf_test_run.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ + 10 | TRACE_EVENT(bpf_trigger_tp, @@ -1384,0 +1926,19 @@ +../include/trace/events/bpf_test_run.h: In function ‘perf_trace_bpf_test_finish’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/bpf_test_run.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 27 | DECLARE_EVENT_CLASS(bpf_test_finish, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/bpf_test_run.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 27 | DECLARE_EVENT_CLASS(bpf_test_finish, + | ^~~~~~~~~~~~~~~~~~~ @@ -1386 +1946 @@ -../include/trace/events/pagemap.h: In function ‘__bpf_trace_mm_lru_insertion’: +../include/trace/events/bpf_test_run.h: In function ‘__bpf_trace_bpf_trigger_tp’: @@ -1396,2 +1956,2 @@ -../include/trace/events/pagemap.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ - 28 | TRACE_EVENT(mm_lru_insertion, +../include/trace/events/bpf_test_run.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ + 10 | TRACE_EVENT(bpf_trigger_tp, @@ -1408,2 +1968,2 @@ -../include/trace/events/pagemap.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ - 28 | TRACE_EVENT(mm_lru_insertion, +../include/trace/events/bpf_test_run.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ + 10 | TRACE_EVENT(bpf_trigger_tp, @@ -1411 +1971 @@ -../include/trace/events/pagemap.h: In function ‘__bpf_trace_mm_lru_activate’: +../include/trace/events/bpf_test_run.h: In function ‘__bpf_trace_bpf_test_finish’: @@ -1418,6 +1978,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/pagemap.h:61:1: note: in expansion of macro ‘TRACE_EVENT’ - 61 | TRACE_EVENT(mm_lru_activate, - | ^~~~~~~~~~~ +../include/trace/events/bpf_test_run.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 27 | DECLARE_EVENT_CLASS(bpf_test_finish, + | ^~~~~~~~~~~~~~~~~~~ @@ -1430,8 +1987,5 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/pagemap.h:61:1: note: in expansion of macro ‘TRACE_EVENT’ - 61 | TRACE_EVENT(mm_lru_activate, - | ^~~~~~~~~~~ -make[4]: *** [../scripts/Makefile.build:244: mm/swap.o] Error 1 -make[4]: *** Waiting for unfinished jobs.... +../include/trace/events/bpf_test_run.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 27 | DECLARE_EVENT_CLASS(bpf_test_finish, + | ^~~~~~~~~~~~~~~~~~~ +make[5]: *** [../scripts/Makefile.build:244: net/bpf/test_run.o] Error 1 +make[4]: *** [../scripts/Makefile.build:485: net/bpf] Error 2 @@ -1439,3 +1993,3 @@ - from ../include/trace/events/avc.h:53, - from ../security/selinux/avc.c:35: -../include/trace/events/avc.h: In function ‘trace_event_raw_event_selinux_audited’: + from ../include/trace/events/filemap.h:118, + from ../mm/filemap.c:54: +../include/trace/events/filemap.h: In function ‘trace_event_raw_event_mm_filemap_op_page_cache’: @@ -1447,0 +2002,46 @@ +../include/trace/events/filemap.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 16 | DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/filemap.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 16 | DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/filemap.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 16 | DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/filemap.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 16 | DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] + 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ + | ^~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/filemap.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 16 | DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/filemap.h: In function ‘trace_event_raw_event_filemap_set_wb_err’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -1451,2 +2051,2 @@ -../include/trace/events/avc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(selinux_audited, +../include/trace/events/filemap.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ + 59 | TRACE_EVENT(filemap_set_wb_err, @@ -1454 +2054 @@ -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? @@ -1456 +2056 @@ - | ^~~~~~~~~~~~~~~ + | ^~~~~~~~~~~~~~~~~ @@ -1463,2 +2063,2 @@ -../include/trace/events/avc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(selinux_audited, +../include/trace/events/filemap.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ + 59 | TRACE_EVENT(filemap_set_wb_err, @@ -1466 +2066,2 @@ -../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in +../include/trace/events/filemap.h: In function ‘trace_event_raw_event_file_check_and_advance_wb_err’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? @@ -1475,2 +2076,2 @@ -../include/trace/events/avc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(selinux_audited, +../include/trace/events/filemap.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ + 84 | TRACE_EVENT(file_check_and_advance_wb_err, @@ -1487,2 +2088,2 @@ -../include/trace/events/avc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(selinux_audited, +../include/trace/events/filemap.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ + 84 | TRACE_EVENT(file_check_and_advance_wb_err, @@ -1490,5 +2091,26 @@ -../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] - 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ - | ^~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/filemap.h: In function ‘perf_trace_mm_filemap_op_page_cache’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/filemap.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 16 | DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/filemap.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 16 | DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/filemap.h: In function ‘perf_trace_filemap_set_wb_err’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -1499,2 +2121,39 @@ -../include/trace/events/avc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(selinux_audited, +../include/trace/events/filemap.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ + 59 | TRACE_EVENT(filemap_set_wb_err, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/filemap.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ + 59 | TRACE_EVENT(filemap_set_wb_err, + | ^~~~~~~~~~~ +../include/trace/events/filemap.h: In function ‘perf_trace_file_check_and_advance_wb_err’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/filemap.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ + 84 | TRACE_EVENT(file_check_and_advance_wb_err, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/filemap.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ + 84 | TRACE_EVENT(file_check_and_advance_wb_err, @@ -1503 +2162,20 @@ -../include/trace/events/avc.h: In function ‘__bpf_trace_selinux_audited’: +../include/trace/events/filemap.h: In function ‘__bpf_trace_mm_filemap_op_page_cache’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/filemap.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 16 | DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/filemap.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 16 | DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/filemap.h: In function ‘__bpf_trace_filemap_set_wb_err’: @@ -1513,2 +2191,2 @@ -../include/trace/events/avc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(selinux_audited, +../include/trace/events/filemap.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ + 59 | TRACE_EVENT(filemap_set_wb_err, @@ -1525,2 +2203,2 @@ -../include/trace/events/avc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(selinux_audited, +../include/trace/events/filemap.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ + 59 | TRACE_EVENT(filemap_set_wb_err, @@ -1528,54 +2206 @@ -make[5]: *** [../scripts/Makefile.build:244: security/selinux/avc.o] Error 1 -make[4]: *** [../scripts/Makefile.build:485: security/selinux] Error 2 -make[3]: *** [../scripts/Makefile.build:485: security] Error 2 -In file included from ../include/trace/define_trace.h:108, - from ../include/trace/events/dma_fence.h:89, - from ../drivers/dma-buf/dma-fence.c:21: -../include/trace/events/dma_fence.h: In function ‘trace_event_raw_event_dma_fence’: -../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/dma_fence.h:12:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 12 | DECLARE_EVENT_CLASS(dma_fence, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/dma_fence.h:12:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 12 | DECLARE_EVENT_CLASS(dma_fence, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/dma_fence.h:12:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 12 | DECLARE_EVENT_CLASS(dma_fence, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/dma_fence.h:12:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 12 | DECLARE_EVENT_CLASS(dma_fence, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] - 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ - | ^~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/dma_fence.h:12:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 12 | DECLARE_EVENT_CLASS(dma_fence, - | ^~~~~~~~~~~~~~~~~~~ -In file included from ../include/trace/define_trace.h:110: -../include/trace/events/dma_fence.h: In function ‘__bpf_trace_dma_fence’: +../include/trace/events/filemap.h: In function ‘__bpf_trace_file_check_and_advance_wb_err’: @@ -1588,3 +2213,6 @@ -../include/trace/events/dma_fence.h:12:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 12 | DECLARE_EVENT_CLASS(dma_fence, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/filemap.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ + 84 | TRACE_EVENT(file_check_and_advance_wb_err, + | ^~~~~~~~~~~ @@ -1597,5 +2225,8 @@ -../include/trace/events/dma_fence.h:12:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 12 | DECLARE_EVENT_CLASS(dma_fence, - | ^~~~~~~~~~~~~~~~~~~ -make[5]: *** [../scripts/Makefile.build:244: drivers/dma-buf/dma-fence.o] Error 1 -make[5]: *** Waiting for unfinished jobs.... +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/filemap.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ + 84 | TRACE_EVENT(file_check_and_advance_wb_err, + | ^~~~~~~~~~~ +make[4]: *** [../scripts/Makefile.build:244: mm/filemap.o] Error 1 +make[4]: *** Waiting for unfinished jobs.... @@ -1603,3 +2234,3 @@ - from ../sound/core/pcm_trace.h:149, - from ../sound/core/pcm_lib.c:25: -../sound/core/./pcm_trace.h: In function ‘trace_event_raw_event_hwptr’: + from ../sound/hda/trace.h:101, + from ../sound/hda/trace.c:6: +../sound/hda/./trace.h: In function ‘trace_event_raw_event_hda_send_cmd’: @@ -1615,2 +2246,2 @@ -../sound/core/./pcm_trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ - 11 | TRACE_EVENT(hwptr, +../sound/hda/./trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ + 19 | TRACE_EVENT(hda_send_cmd, @@ -1627,2 +2258,2 @@ -../sound/core/./pcm_trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ - 11 | TRACE_EVENT(hwptr, +../sound/hda/./trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ + 19 | TRACE_EVENT(hda_send_cmd, @@ -1639,2 +2270,2 @@ -../sound/core/./pcm_trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ - 11 | TRACE_EVENT(hwptr, +../sound/hda/./trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ + 19 | TRACE_EVENT(hda_send_cmd, @@ -1651,2 +2282,2 @@ -../sound/core/./pcm_trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ - 11 | TRACE_EVENT(hwptr, +../sound/hda/./trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ + 19 | TRACE_EVENT(hda_send_cmd, @@ -1663,2 +2294,2 @@ -../sound/core/./pcm_trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ - 11 | TRACE_EVENT(hwptr, +../sound/hda/./trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ + 19 | TRACE_EVENT(hda_send_cmd, @@ -1666 +2297 @@ -../sound/core/./pcm_trace.h: In function ‘trace_event_raw_event_xrun’: +../sound/hda/./trace.h: In function ‘trace_event_raw_event_hda_get_response’: @@ -1676,2 +2307,2 @@ -../sound/core/./pcm_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ - 50 | TRACE_EVENT(xrun, +../sound/hda/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ + 33 | TRACE_EVENT(hda_get_response, @@ -1688,2 +2319,2 @@ -../sound/core/./pcm_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ - 50 | TRACE_EVENT(xrun, +../sound/hda/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ + 33 | TRACE_EVENT(hda_get_response, @@ -1691 +2322 @@ -../sound/core/./pcm_trace.h: In function ‘trace_event_raw_event_hw_ptr_error’: +../sound/hda/./trace.h: In function ‘trace_event_raw_event_hda_unsol_event’: @@ -1701,2 +2332,2 @@ -../sound/core/./pcm_trace.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ - 83 | TRACE_EVENT(hw_ptr_error, +../sound/hda/./trace.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ + 49 | TRACE_EVENT(hda_unsol_event, @@ -1713,2 +2344,2 @@ -../sound/core/./pcm_trace.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ - 83 | TRACE_EVENT(hw_ptr_error, +../sound/hda/./trace.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ + 49 | TRACE_EVENT(hda_unsol_event, @@ -1716 +2347 @@ -../sound/core/./pcm_trace.h: In function ‘trace_event_raw_event_applptr’: +../sound/hda/./trace.h: In function ‘trace_event_raw_event_hdac_stream’: @@ -1723,6 +2354,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../sound/core/./pcm_trace.h:106:1: note: in expansion of macro ‘TRACE_EVENT’ - 106 | TRACE_EVENT(applptr, - | ^~~~~~~~~~~ +../sound/hda/./trace.h:66:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 66 | DECLARE_EVENT_CLASS(hdac_stream, + | ^~~~~~~~~~~~~~~~~~~ @@ -1734,0 +2363,11 @@ +../sound/hda/./trace.h:66:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 66 | DECLARE_EVENT_CLASS(hdac_stream, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../sound/hda/./trace.h: In function ‘perf_trace_hda_send_cmd’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -1738,2 +2377,64 @@ -../sound/core/./pcm_trace.h:106:1: note: in expansion of macro ‘TRACE_EVENT’ - 106 | TRACE_EVENT(applptr, +../sound/hda/./trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ + 19 | TRACE_EVENT(hda_send_cmd, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/hda/./trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ + 19 | TRACE_EVENT(hda_send_cmd, + | ^~~~~~~~~~~ +../sound/hda/./trace.h: In function ‘perf_trace_hda_get_response’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/hda/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ + 33 | TRACE_EVENT(hda_get_response, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/hda/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ + 33 | TRACE_EVENT(hda_get_response, + | ^~~~~~~~~~~ +../sound/hda/./trace.h: In function ‘perf_trace_hda_unsol_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/hda/./trace.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ + 49 | TRACE_EVENT(hda_unsol_event, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/hda/./trace.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ + 49 | TRACE_EVENT(hda_unsol_event, @@ -1740,0 +2442,19 @@ +../sound/hda/./trace.h: In function ‘perf_trace_hdac_stream’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../sound/hda/./trace.h:66:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 66 | DECLARE_EVENT_CLASS(hdac_stream, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../sound/hda/./trace.h:66:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 66 | DECLARE_EVENT_CLASS(hdac_stream, + | ^~~~~~~~~~~~~~~~~~~ @@ -1742 +2462 @@ -../sound/core/./pcm_trace.h: In function ‘__bpf_trace_hwptr’: +../sound/hda/./trace.h: In function ‘__bpf_trace_hda_send_cmd’: @@ -1752,2 +2472,2 @@ -../sound/core/./pcm_trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ - 11 | TRACE_EVENT(hwptr, +../sound/hda/./trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ + 19 | TRACE_EVENT(hda_send_cmd, @@ -1764,2 +2484,2 @@ -../sound/core/./pcm_trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ - 11 | TRACE_EVENT(hwptr, +../sound/hda/./trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ + 19 | TRACE_EVENT(hda_send_cmd, @@ -1767 +2487 @@ -../sound/core/./pcm_trace.h: In function ‘__bpf_trace_xrun’: +../sound/hda/./trace.h: In function ‘__bpf_trace_hda_get_response’: @@ -1777,2 +2497,2 @@ -../sound/core/./pcm_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ - 50 | TRACE_EVENT(xrun, +../sound/hda/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ + 33 | TRACE_EVENT(hda_get_response, @@ -1789,2 +2509,2 @@ -../sound/core/./pcm_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ - 50 | TRACE_EVENT(xrun, +../sound/hda/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ + 33 | TRACE_EVENT(hda_get_response, @@ -1792 +2512 @@ -../sound/core/./pcm_trace.h: In function ‘__bpf_trace_hw_ptr_error’: +../sound/hda/./trace.h: In function ‘__bpf_trace_hda_unsol_event’: @@ -1802,2 +2522,2 @@ -../sound/core/./pcm_trace.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ - 83 | TRACE_EVENT(hw_ptr_error, +../sound/hda/./trace.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ + 49 | TRACE_EVENT(hda_unsol_event, @@ -1814,2 +2534,2 @@ -../sound/core/./pcm_trace.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ - 83 | TRACE_EVENT(hw_ptr_error, +../sound/hda/./trace.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ + 49 | TRACE_EVENT(hda_unsol_event, @@ -1817 +2537 @@ -../sound/core/./pcm_trace.h: In function ‘__bpf_trace_applptr’: +../sound/hda/./trace.h: In function ‘__bpf_trace_hdac_stream’: @@ -1824,6 +2544,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../sound/core/./pcm_trace.h:106:1: note: in expansion of macro ‘TRACE_EVENT’ - 106 | TRACE_EVENT(applptr, - | ^~~~~~~~~~~ +../sound/hda/./trace.h:66:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 66 | DECLARE_EVENT_CLASS(hdac_stream, + | ^~~~~~~~~~~~~~~~~~~ @@ -1836,8 +2553,5 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../sound/core/./pcm_trace.h:106:1: note: in expansion of macro ‘TRACE_EVENT’ - 106 | TRACE_EVENT(applptr, - | ^~~~~~~~~~~ -make[5]: *** [../scripts/Makefile.build:244: sound/core/pcm_lib.o] Error 1 -make[4]: *** [../scripts/Makefile.build:485: sound/core] Error 2 +../sound/hda/./trace.h:66:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 66 | DECLARE_EVENT_CLASS(hdac_stream, + | ^~~~~~~~~~~~~~~~~~~ +make[5]: *** [../scripts/Makefile.build:244: sound/hda/trace.o] Error 1 +make[4]: *** [../scripts/Makefile.build:485: sound/hda] Error 2 @@ -1845,37 +2559,3 @@ - from ../samples/trace_events/trace-events-sample.h:631, - from ../samples/trace_events/trace-events-sample.c:12: -../samples/trace_events/./trace-events-sample.h: In function ‘trace_event_get_offsets_foo_bar’: -../include/linux/cpumask.h:121:42: warning: function ‘trace_event_get_offsets_foo_bar’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] - 121 | #define cpu_possible_mask ((const struct cpumask *)&__cpu_possible_mask) - | ^~~~~~~ -../include/trace/trace_events.h:299:9: note: in definition of macro ‘DECLARE_EVENT_CLASS’ - 299 | tstruct; \ - | ^~~~~~~ -../include/trace/trace_events.h:43:30: note: in expansion of macro ‘PARAMS’ - 43 | PARAMS(tstruct), \ - | ^~~~~~ -../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ - 291 | TRACE_EVENT(foo_bar, - | ^~~~~~~~~~~ -../samples/trace_events/./trace-events-sample.h:299:9: note: in expansion of macro ‘TP_STRUCT__entry’ - 299 | TP_STRUCT__entry( - | ^~~~~~~~~~~~~~~~ -../include/trace/stages/stage5_get_offsets.h:110:34: note: in expansion of macro ‘__dynamic_array’ - 110 | #define __bitmask(item, nr_bits) __dynamic_array(unsigned long, item, \ - | ^~~~~~~~~~~~~~~ -../include/trace/stages/stage5_get_offsets.h:98:11: note: in expansion of macro ‘__bitmask_size_in_bytes_raw’ - 98 | ((__bitmask_size_in_bytes_raw(nr_bits) + \ - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -../include/trace/stages/stage5_get_offsets.h:111:42: note: in expansion of macro ‘__bitmask_size_in_longs’ - 111 | __bitmask_size_in_longs(nr_bits)) - | ^~~~~~~~~~~~~~~~~~~~~~~ -../samples/trace_events/./trace-events-sample.h:304:17: note: in expansion of macro ‘__bitmask’ - 304 | __bitmask( cpus, num_possible_cpus() ) - | ^~~~~~~~~ -../include/linux/cpumask.h:1098:48: note: in expansion of macro ‘cpu_possible_mask’ - 1098 | #define num_possible_cpus() cpumask_weight(cpu_possible_mask) - | ^~~~~~~~~~~~~~~~~ -../samples/trace_events/./trace-events-sample.h:304:41: note: in expansion of macro ‘num_possible_cpus’ - 304 | __bitmask( cpus, num_possible_cpus() ) - | ^~~~~~~~~~~~~~~~~ -../samples/trace_events/./trace-events-sample.h: In function ‘trace_event_raw_event_foo_bar’: + from ../drivers/dma-buf/sync_trace.h:33, + from ../drivers/dma-buf/sw_sync.c:17: +../include/trace/../../drivers/dma-buf/sync_trace.h: In function ‘trace_event_raw_event_sync_timeline’: @@ -1891,2 +2571,2 @@ -../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ - 291 | TRACE_EVENT(foo_bar, +../include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ + 12 | TRACE_EVENT(sync_timeline, @@ -1903,2 +2583,2 @@ -../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ - 291 | TRACE_EVENT(foo_bar, +../include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ + 12 | TRACE_EVENT(sync_timeline, @@ -1915,2 +2595,2 @@ -../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ - 291 | TRACE_EVENT(foo_bar, +../include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ + 12 | TRACE_EVENT(sync_timeline, @@ -1927,2 +2607,2 @@ -../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ - 291 | TRACE_EVENT(foo_bar, +../include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ + 12 | TRACE_EVENT(sync_timeline, @@ -1939,2 +2619,2 @@ -../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ - 291 | TRACE_EVENT(foo_bar, +../include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ + 12 | TRACE_EVENT(sync_timeline, @@ -1942,9 +2622,8 @@ -../arch/x86/include/asm/bug.h:39:45: warning: function ‘trace_event_raw_event_foo_bar’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] - 39 | "i" (sizeof(struct bug_entry))); \ - | ^~~~~~~~~ -../include/trace/trace_events.h:450:11: note: in definition of macro ‘_DECLARE_EVENT_CLASS’ - 450 | { assign; } \ - | ^~~~~~ -../include/trace/trace_events.h:458:46: note: in expansion of macro ‘PARAMS’ - 458 | PARAMS(tstruct), PARAMS(assign), PARAMS(print), 0) - | ^~~~~~ +In file included from ../include/trace/define_trace.h:109: +../include/trace/../../drivers/dma-buf/sync_trace.h: In function ‘perf_trace_sync_timeline’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -1954,5 +2633,2 @@ -../include/trace/trace_events.h:44:30: note: in expansion of macro ‘PARAMS’ - 44 | PARAMS(assign), \ - | ^~~~~~ -../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ - 291 | TRACE_EVENT(foo_bar, +../include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ + 12 | TRACE_EVENT(sync_timeline, @@ -1960,39 +2636,5 @@ -../samples/trace_events/./trace-events-sample.h:310:9: note: in expansion of macro ‘TP_fast_assign’ - 310 | TP_fast_assign( - | ^~~~~~~~~~~~~~ -../arch/x86/include/asm/bug.h:83:9: note: in expansion of macro ‘_BUG_FLAGS’ - 83 | _BUG_FLAGS(ASM_UD2, __flags, ASM_REACHABLE); \ - | ^~~~~~~~~~ -../include/asm-generic/bug.h:107:17: note: in expansion of macro ‘__WARN_FLAGS’ - 107 | __WARN_FLAGS(BUGFLAG_NO_CUT_HERE | BUGFLAG_TAINT(taint));\ - | ^~~~~~~~~~~~ -../include/asm-generic/bug.h:134:17: note: in expansion of macro ‘__WARN_printf’ - 134 | __WARN_printf(TAINT_WARN, format); \ - | ^~~~~~~~~~~~~ -../include/linux/once_lite.h:31:25: note: in expansion of macro ‘WARN’ - 31 | func(__VA_ARGS__); \ - | ^~~~ -../include/asm-generic/bug.h:152:9: note: in expansion of macro ‘DO_ONCE_LITE_IF’ - 152 | DO_ONCE_LITE_IF(condition, WARN, 1, format) - | ^~~~~~~~~~~~~~~ -../include/linux/fortify-string.h:24:41: note: in expansion of macro ‘WARN_ONCE’ - 24 | # define fortify_warn_once(x...) WARN_ONCE(x) - | ^~~~~~~~~ -../include/linux/fortify-string.h:626:9: note: in expansion of macro ‘fortify_warn_once’ - 626 | fortify_warn_once(fortify_memcpy_chk(__fortify_size, __p_size, \ - | ^~~~~~~~~~~~~~~~~ -../include/linux/fortify-string.h:678:26: note: in expansion of macro ‘__fortify_memcpy_chk’ - 678 | #define memcpy(p, q, s) __fortify_memcpy_chk(p, q, s, \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/stages/stage6_event_callback.h:38:17: note: in expansion of macro ‘memcpy’ - 38 | memcpy(__str__, __data_offsets.dst##_ptr_ ? : \ - | ^~~~~~ -../samples/trace_events/./trace-events-sample.h:316:17: note: in expansion of macro ‘__assign_str’ - 316 | __assign_str(lstr); - | ^~~~~~~~~~~~ -../samples/trace_events/./trace-events-sample.h: In function ‘trace_event_raw_event_foo_bar_with_cond’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -2003,7 +2645,35 @@ -../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ - 32 | TRACE_EVENT(name, \ - | ^~~~~~~~~~~ -../samples/trace_events/./trace-events-sample.h:408:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ - 408 | TRACE_EVENT_CONDITION(foo_bar_with_cond, - | ^~~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? +../include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ + 12 | TRACE_EVENT(sync_timeline, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../include/trace/../../drivers/dma-buf/sync_trace.h: In function ‘__bpf_trace_sync_timeline’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ + 12 | TRACE_EVENT(sync_timeline, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ + 12 | TRACE_EVENT(sync_timeline, + | ^~~~~~~~~~~ +make[5]: *** [../scripts/Makefile.build:244: drivers/dma-buf/sw_sync.o] Error 1 +In file included from ../include/trace/define_trace.h:108, + from ../include/trace/events/gpio.h:57, + from ../drivers/gpio/gpiolib.c:44: +../include/trace/events/gpio.h: In function ‘trace_event_raw_event_gpio_direction’: +../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] @@ -2011 +2681 @@ - | ^~~~~~~~~~~~~~~~~ + | ^~~~~~~~~~~~~~~~~~~~~ @@ -2018,7 +2688,3 @@ -../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ - 32 | TRACE_EVENT(name, \ - | ^~~~~~~~~~~ -../samples/trace_events/./trace-events-sample.h:408:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ - 408 | TRACE_EVENT_CONDITION(foo_bar_with_cond, - | ^~~~~~~~~~~~~~~~~~~~~ -../samples/trace_events/./trace-events-sample.h: In function ‘trace_event_raw_event_foo_bar_with_fn’: +../include/trace/events/gpio.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ + 10 | TRACE_EVENT(gpio_direction, + | ^~~~~~~~~~~ @@ -2034,7 +2700,4 @@ -../include/trace/trace_events.h:92:9: note: in expansion of macro ‘TRACE_EVENT’ - 92 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~ -../samples/trace_events/./trace-events-sample.h:451:1: note: in expansion of macro ‘TRACE_EVENT_FN’ - 451 | TRACE_EVENT_FN(foo_bar_with_fn, - | ^~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? +../include/trace/events/gpio.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ + 10 | TRACE_EVENT(gpio_direction, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in @@ -2042 +2705 @@ - | ^~~~~~~~~~~~~~~~~ + | ^~~~~~~~~~~~~~~ @@ -2049,8 +2712,4 @@ -../include/trace/trace_events.h:92:9: note: in expansion of macro ‘TRACE_EVENT’ - 92 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~ -../samples/trace_events/./trace-events-sample.h:451:1: note: in expansion of macro ‘TRACE_EVENT_FN’ - 451 | TRACE_EVENT_FN(foo_bar_with_fn, - | ^~~~~~~~~~~~~~ -../samples/trace_events/./trace-events-sample.h: In function ‘trace_event_raw_event_foo_template’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? +../include/trace/events/gpio.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ + 10 | TRACE_EVENT(gpio_direction, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? @@ -2058 +2717 @@ - | ^~~~~~~~~~~~~~~ + | ^~~~~~~~~~~~~~~~~ @@ -2062,6 +2721,9 @@ -../samples/trace_events/./trace-events-sample.h:498:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 498 | DECLARE_EVENT_CLASS(foo_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/gpio.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ + 10 | TRACE_EVENT(gpio_direction, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] + 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ + | ^~~~~~~~~~~~~~ @@ -2071,4 +2733,7 @@ -../samples/trace_events/./trace-events-sample.h:498:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 498 | DECLARE_EVENT_CLASS(foo_template, - | ^~~~~~~~~~~~~~~~~~~ -../samples/trace_events/./trace-events-sample.h: In function ‘trace_event_raw_event_foo_rel_loc’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/gpio.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ + 10 | TRACE_EVENT(gpio_direction, + | ^~~~~~~~~~~ +../include/trace/events/gpio.h: In function ‘trace_event_raw_event_gpio_value’: @@ -2084,2 +2749,2 @@ -../samples/trace_events/./trace-events-sample.h:563:1: note: in expansion of macro ‘TRACE_EVENT’ - 563 | TRACE_EVENT(foo_rel_loc, +../include/trace/events/gpio.h:32:1: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(gpio_value, @@ -2096,2 +2761,2 @@ -../samples/trace_events/./trace-events-sample.h:563:1: note: in expansion of macro ‘TRACE_EVENT’ - 563 | TRACE_EVENT(foo_rel_loc, +../include/trace/events/gpio.h:32:1: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(gpio_value, @@ -2100,50 +2765,3 @@ -../samples/trace_events/./trace-events-sample.h: In function ‘perf_trace_foo_bar’: -../arch/x86/include/asm/bug.h:39:45: warning: function ‘perf_trace_foo_bar’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] - 39 | "i" (sizeof(struct bug_entry))); \ - | ^~~~~~~~~ -../include/trace/perf.h:51:11: note: in definition of macro ‘DECLARE_EVENT_CLASS’ - 51 | { assign; } \ - | ^~~~~~ -../include/trace/trace_events.h:44:30: note: in expansion of macro ‘PARAMS’ - 44 | PARAMS(assign), \ - | ^~~~~~ -../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ - 291 | TRACE_EVENT(foo_bar, - | ^~~~~~~~~~~ -../samples/trace_events/./trace-events-sample.h:310:9: note: in expansion of macro ‘TP_fast_assign’ - 310 | TP_fast_assign( - | ^~~~~~~~~~~~~~ -../arch/x86/include/asm/bug.h:83:9: note: in expansion of macro ‘_BUG_FLAGS’ - 83 | _BUG_FLAGS(ASM_UD2, __flags, ASM_REACHABLE); \ - | ^~~~~~~~~~ -../include/asm-generic/bug.h:107:17: note: in expansion of macro ‘__WARN_FLAGS’ - 107 | __WARN_FLAGS(BUGFLAG_NO_CUT_HERE | BUGFLAG_TAINT(taint));\ - | ^~~~~~~~~~~~ -../include/asm-generic/bug.h:134:17: note: in expansion of macro ‘__WARN_printf’ - 134 | __WARN_printf(TAINT_WARN, format); \ - | ^~~~~~~~~~~~~ -../include/linux/once_lite.h:31:25: note: in expansion of macro ‘WARN’ - 31 | func(__VA_ARGS__); \ - | ^~~~ -../include/asm-generic/bug.h:152:9: note: in expansion of macro ‘DO_ONCE_LITE_IF’ - 152 | DO_ONCE_LITE_IF(condition, WARN, 1, format) - | ^~~~~~~~~~~~~~~ -../include/linux/fortify-string.h:24:41: note: in expansion of macro ‘WARN_ONCE’ - 24 | # define fortify_warn_once(x...) WARN_ONCE(x) - | ^~~~~~~~~ -../include/linux/fortify-string.h:626:9: note: in expansion of macro ‘fortify_warn_once’ - 626 | fortify_warn_once(fortify_memcpy_chk(__fortify_size, __p_size, \ - | ^~~~~~~~~~~~~~~~~ -../include/linux/fortify-string.h:678:26: note: in expansion of macro ‘__fortify_memcpy_chk’ - 678 | #define memcpy(p, q, s) __fortify_memcpy_chk(p, q, s, \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/stages/stage6_event_callback.h:38:17: note: in expansion of macro ‘memcpy’ - 38 | memcpy(__str__, __data_offsets.dst##_ptr_ ? : \ - | ^~~~~~ -../samples/trace_events/./trace-events-sample.h:316:17: note: in expansion of macro ‘__assign_str’ - 316 | __assign_str(lstr); - | ^~~~~~~~~~~~ -In file included from ../include/trace/define_trace.h:110: -../samples/trace_events/./trace-events-sample.h: In function ‘__bpf_trace_foo_bar’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/gpio.h: In function ‘perf_trace_gpio_direction’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -2151,3 +2769,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -2157,2 +2775,2 @@ -../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ - 291 | TRACE_EVENT(foo_bar, +../include/trace/events/gpio.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ + 10 | TRACE_EVENT(gpio_direction, @@ -2160,6 +2778,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -2169,2 +2787,2 @@ -../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ - 291 | TRACE_EVENT(foo_bar, +../include/trace/events/gpio.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ + 10 | TRACE_EVENT(gpio_direction, @@ -2172,3 +2790,3 @@ -../samples/trace_events/./trace-events-sample.h: In function ‘__bpf_trace_foo_bar_with_cond’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/gpio.h: In function ‘perf_trace_gpio_value’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -2176,3 +2794,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -2182,12 +2800,9 @@ -../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ - 32 | TRACE_EVENT(name, \ - | ^~~~~~~~~~~ -../samples/trace_events/./trace-events-sample.h:408:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ - 408 | TRACE_EVENT_CONDITION(foo_bar_with_cond, - | ^~~~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/gpio.h:32:1: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(gpio_value, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -2197,7 +2812,5 @@ -../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ - 32 | TRACE_EVENT(name, \ - | ^~~~~~~~~~~ -../samples/trace_events/./trace-events-sample.h:408:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ - 408 | TRACE_EVENT_CONDITION(foo_bar_with_cond, - | ^~~~~~~~~~~~~~~~~~~~~ -../samples/trace_events/./trace-events-sample.h: In function ‘__bpf_trace_foo_bar_with_fn’: +../include/trace/events/gpio.h:32:1: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(gpio_value, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../include/trace/events/gpio.h: In function ‘__bpf_trace_gpio_direction’: @@ -2213,6 +2826,3 @@ -../include/trace/trace_events.h:92:9: note: in expansion of macro ‘TRACE_EVENT’ - 92 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~ -../samples/trace_events/./trace-events-sample.h:451:1: note: in expansion of macro ‘TRACE_EVENT_FN’ - 451 | TRACE_EVENT_FN(foo_bar_with_fn, - | ^~~~~~~~~~~~~~ +../include/trace/events/gpio.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ + 10 | TRACE_EVENT(gpio_direction, + | ^~~~~~~~~~~ @@ -2228,26 +2838,4 @@ -../include/trace/trace_events.h:92:9: note: in expansion of macro ‘TRACE_EVENT’ - 92 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~ -../samples/trace_events/./trace-events-sample.h:451:1: note: in expansion of macro ‘TRACE_EVENT_FN’ - 451 | TRACE_EVENT_FN(foo_bar_with_fn, - | ^~~~~~~~~~~~~~ -../samples/trace_events/./trace-events-sample.h: In function ‘__bpf_trace_foo_template’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../samples/trace_events/./trace-events-sample.h:498:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 498 | DECLARE_EVENT_CLASS(foo_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../samples/trace_events/./trace-events-sample.h:498:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 498 | DECLARE_EVENT_CLASS(foo_template, - | ^~~~~~~~~~~~~~~~~~~ -../samples/trace_events/./trace-events-sample.h: In function ‘__bpf_trace_foo_rel_loc’: +../include/trace/events/gpio.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ + 10 | TRACE_EVENT(gpio_direction, + | ^~~~~~~~~~~ +../include/trace/events/gpio.h: In function ‘__bpf_trace_gpio_value’: @@ -2263,2 +2851,2 @@ -../samples/trace_events/./trace-events-sample.h:563:1: note: in expansion of macro ‘TRACE_EVENT’ - 563 | TRACE_EVENT(foo_rel_loc, +../include/trace/events/gpio.h:32:1: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(gpio_value, @@ -2275,2 +2863,2 @@ -../samples/trace_events/./trace-events-sample.h:563:1: note: in expansion of macro ‘TRACE_EVENT’ - 563 | TRACE_EVENT(foo_rel_loc, +../include/trace/events/gpio.h:32:1: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(gpio_value, @@ -2278,3 +2866,2 @@ -make[5]: *** [../scripts/Makefile.build:244: samples/trace_events/trace-events-sample.o] Error 1 -make[4]: *** [../scripts/Makefile.build:485: samples/trace_events] Error 2 -make[3]: *** [../scripts/Makefile.build:485: samples] Error 2 +make[5]: *** [../scripts/Makefile.build:244: drivers/gpio/gpiolib.o] Error 1 +make[4]: *** [../scripts/Makefile.build:485: drivers/gpio] Error 2 @@ -2282,3 +2869,3 @@ - from ../drivers/dma-buf/sync_trace.h:33, - from ../drivers/dma-buf/sw_sync.c:17: -../include/trace/../../drivers/dma-buf/sync_trace.h: In function ‘trace_event_raw_event_sync_timeline’: + from ../include/trace/events/mctp.h:78, + from ../net/mctp/af_mctp.c:21: +../include/trace/events/mctp.h: In function ‘trace_event_raw_event_mctp_key_acquire’: @@ -2294,2 +2881,2 @@ -../include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ - 12 | TRACE_EVENT(sync_timeline, +../include/trace/events/mctp.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ + 28 | TRACE_EVENT(mctp_key_acquire, @@ -2306,2 +2893,2 @@ -../include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ - 12 | TRACE_EVENT(sync_timeline, +../include/trace/events/mctp.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ + 28 | TRACE_EVENT(mctp_key_acquire, @@ -2318,2 +2905,2 @@ -../include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ - 12 | TRACE_EVENT(sync_timeline, +../include/trace/events/mctp.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ + 28 | TRACE_EVENT(mctp_key_acquire, @@ -2330,2 +2917,2 @@ -../include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ - 12 | TRACE_EVENT(sync_timeline, +../include/trace/events/mctp.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ + 28 | TRACE_EVENT(mctp_key_acquire, @@ -2342,2 +2929,78 @@ -../include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ - 12 | TRACE_EVENT(sync_timeline, +../include/trace/events/mctp.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ + 28 | TRACE_EVENT(mctp_key_acquire, + | ^~~~~~~~~~~ +../include/trace/events/mctp.h: In function ‘trace_event_raw_event_mctp_key_release’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mctp.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ + 48 | TRACE_EVENT(mctp_key_release, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mctp.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ + 48 | TRACE_EVENT(mctp_key_release, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/mctp.h: In function ‘perf_trace_mctp_key_acquire’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mctp.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ + 28 | TRACE_EVENT(mctp_key_acquire, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mctp.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ + 28 | TRACE_EVENT(mctp_key_acquire, + | ^~~~~~~~~~~ +../include/trace/events/mctp.h: In function ‘perf_trace_mctp_key_release’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mctp.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ + 48 | TRACE_EVENT(mctp_key_release, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mctp.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ + 48 | TRACE_EVENT(mctp_key_release, @@ -2346 +3009 @@ -../include/trace/../../drivers/dma-buf/sync_trace.h: In function ‘__bpf_trace_sync_timeline’: +../include/trace/events/mctp.h: In function ‘__bpf_trace_mctp_key_acquire’: @@ -2356,2 +3019,2 @@ -../include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ - 12 | TRACE_EVENT(sync_timeline, +../include/trace/events/mctp.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ + 28 | TRACE_EVENT(mctp_key_acquire, @@ -2368,2 +3031,2 @@ -../include/trace/../../drivers/dma-buf/sync_trace.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ - 12 | TRACE_EVENT(sync_timeline, +../include/trace/events/mctp.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ + 28 | TRACE_EVENT(mctp_key_acquire, @@ -2371 +3034,26 @@ -make[5]: *** [../scripts/Makefile.build:244: drivers/dma-buf/sw_sync.o] Error 1 +../include/trace/events/mctp.h: In function ‘__bpf_trace_mctp_key_release’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mctp.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ + 48 | TRACE_EVENT(mctp_key_release, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mctp.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ + 48 | TRACE_EVENT(mctp_key_release, + | ^~~~~~~~~~~ +make[5]: *** [../scripts/Makefile.build:244: net/mctp/af_mctp.o] Error 1 @@ -2372,0 +3061 @@ +make[4]: *** [../scripts/Makefile.build:485: net/mctp] Error 2 @@ -2536,0 +3226,126 @@ +In file included from ../include/trace/define_trace.h:109: +../arch/x86/include/asm/trace//hyperv.h: In function ‘perf_trace_hyperv_mmu_flush_tlb_multi’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/include/asm/trace//hyperv.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ + 11 | TRACE_EVENT(hyperv_mmu_flush_tlb_multi, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/include/asm/trace//hyperv.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ + 11 | TRACE_EVENT(hyperv_mmu_flush_tlb_multi, + | ^~~~~~~~~~~ +../arch/x86/include/asm/trace//hyperv.h: In function ‘perf_trace_hyperv_nested_flush_guest_mapping’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/include/asm/trace//hyperv.h:31:1: note: in expansion of macro ‘TRACE_EVENT’ + 31 | TRACE_EVENT(hyperv_nested_flush_guest_mapping, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/include/asm/trace//hyperv.h:31:1: note: in expansion of macro ‘TRACE_EVENT’ + 31 | TRACE_EVENT(hyperv_nested_flush_guest_mapping, + | ^~~~~~~~~~~ +../arch/x86/include/asm/trace//hyperv.h: In function ‘perf_trace_hyperv_nested_flush_guest_mapping_range’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/include/asm/trace//hyperv.h:45:1: note: in expansion of macro ‘TRACE_EVENT’ + 45 | TRACE_EVENT(hyperv_nested_flush_guest_mapping_range, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/include/asm/trace//hyperv.h:45:1: note: in expansion of macro ‘TRACE_EVENT’ + 45 | TRACE_EVENT(hyperv_nested_flush_guest_mapping_range, + | ^~~~~~~~~~~ +../arch/x86/include/asm/trace//hyperv.h: In function ‘perf_trace_hyperv_send_ipi_mask’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/include/asm/trace//hyperv.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ + 59 | TRACE_EVENT(hyperv_send_ipi_mask, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/include/asm/trace//hyperv.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ + 59 | TRACE_EVENT(hyperv_send_ipi_mask, + | ^~~~~~~~~~~ +../arch/x86/include/asm/trace//hyperv.h: In function ‘perf_trace_hyperv_send_ipi_one’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/include/asm/trace//hyperv.h:74:1: note: in expansion of macro ‘TRACE_EVENT’ + 74 | TRACE_EVENT(hyperv_send_ipi_one, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/include/asm/trace//hyperv.h:74:1: note: in expansion of macro ‘TRACE_EVENT’ + 74 | TRACE_EVENT(hyperv_send_ipi_one, + | ^~~~~~~~~~~ @@ -2666,3 +3481,3 @@ - from ../include/trace/events/filemap.h:118, - from ../mm/filemap.c:54: -../include/trace/events/filemap.h: In function ‘trace_event_raw_event_mm_filemap_op_page_cache’: + from ../include/trace/events/pagemap.h:83, + from ../mm/swap.c:44: +../include/trace/events/pagemap.h: In function ‘trace_event_raw_event_mm_lru_insertion’: @@ -2675,3 +3490,6 @@ -../include/trace/events/filemap.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 16 | DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/pagemap.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ + 28 | TRACE_EVENT(mm_lru_insertion, + | ^~~~~~~~~~~ @@ -2684,3 +3502,6 @@ -../include/trace/events/filemap.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 16 | DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/pagemap.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ + 28 | TRACE_EVENT(mm_lru_insertion, + | ^~~~~~~~~~~ @@ -2693,3 +3514,6 @@ -../include/trace/events/filemap.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 16 | DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/pagemap.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ + 28 | TRACE_EVENT(mm_lru_insertion, + | ^~~~~~~~~~~ @@ -2702,3 +3526,6 @@ -../include/trace/events/filemap.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 16 | DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/pagemap.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ + 28 | TRACE_EVENT(mm_lru_insertion, + | ^~~~~~~~~~~ @@ -2711,4 +3538,7 @@ -../include/trace/events/filemap.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 16 | DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/filemap.h: In function ‘trace_event_raw_event_filemap_set_wb_err’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/pagemap.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ + 28 | TRACE_EVENT(mm_lru_insertion, + | ^~~~~~~~~~~ +../include/trace/events/pagemap.h: In function ‘trace_event_raw_event_mm_lru_activate’: @@ -2724,2 +3554,2 @@ -../include/trace/events/filemap.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ - 59 | TRACE_EVENT(filemap_set_wb_err, +../include/trace/events/pagemap.h:61:1: note: in expansion of macro ‘TRACE_EVENT’ + 61 | TRACE_EVENT(mm_lru_activate, @@ -2736,2 +3566,2 @@ -../include/trace/events/filemap.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ - 59 | TRACE_EVENT(filemap_set_wb_err, +../include/trace/events/pagemap.h:61:1: note: in expansion of macro ‘TRACE_EVENT’ + 61 | TRACE_EVENT(mm_lru_activate, @@ -2739,3 +3569,4 @@ -../include/trace/events/filemap.h: In function ‘trace_event_raw_event_file_check_and_advance_wb_err’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/pagemap.h: In function ‘perf_trace_mm_lru_insertion’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -2743,2 +3574,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -2749,2 +3580,2 @@ -../include/trace/events/filemap.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ - 84 | TRACE_EVENT(file_check_and_advance_wb_err, +../include/trace/events/pagemap.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ + 28 | TRACE_EVENT(mm_lru_insertion, @@ -2752,2 +3583,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -2755,2 +3586,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -2761,2 +3592,2 @@ -../include/trace/events/filemap.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ - 84 | TRACE_EVENT(file_check_and_advance_wb_err, +../include/trace/events/pagemap.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ + 28 | TRACE_EVENT(mm_lru_insertion, @@ -2764,4 +3595,3 @@ -In file included from ../include/trace/define_trace.h:110: -../include/trace/events/filemap.h: In function ‘__bpf_trace_mm_filemap_op_page_cache’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/pagemap.h: In function ‘perf_trace_mm_lru_activate’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -2769,2 +3599,5 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -2772,8 +3605,11 @@ -../include/trace/events/filemap.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 16 | DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/events/pagemap.h:61:1: note: in expansion of macro ‘TRACE_EVENT’ + 61 | TRACE_EVENT(mm_lru_activate, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -2781,4 +3617,5 @@ -../include/trace/events/filemap.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 16 | DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/filemap.h: In function ‘__bpf_trace_filemap_set_wb_err’: +../include/trace/events/pagemap.h:61:1: note: in expansion of macro ‘TRACE_EVENT’ + 61 | TRACE_EVENT(mm_lru_activate, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../include/trace/events/pagemap.h: In function ‘__bpf_trace_mm_lru_insertion’: @@ -2794,2 +3631,2 @@ -../include/trace/events/filemap.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ - 59 | TRACE_EVENT(filemap_set_wb_err, +../include/trace/events/pagemap.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ + 28 | TRACE_EVENT(mm_lru_insertion, @@ -2806,2 +3643,2 @@ -../include/trace/events/filemap.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ - 59 | TRACE_EVENT(filemap_set_wb_err, +../include/trace/events/pagemap.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ + 28 | TRACE_EVENT(mm_lru_insertion, @@ -2809 +3646 @@ -../include/trace/events/filemap.h: In function ‘__bpf_trace_file_check_and_advance_wb_err’: +../include/trace/events/pagemap.h: In function ‘__bpf_trace_mm_lru_activate’: @@ -2819,2 +3656,2 @@ -../include/trace/events/filemap.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ - 84 | TRACE_EVENT(file_check_and_advance_wb_err, +../include/trace/events/pagemap.h:61:1: note: in expansion of macro ‘TRACE_EVENT’ + 61 | TRACE_EVENT(mm_lru_activate, @@ -2831,2 +3668,2 @@ -../include/trace/events/filemap.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ - 84 | TRACE_EVENT(file_check_and_advance_wb_err, +../include/trace/events/pagemap.h:61:1: note: in expansion of macro ‘TRACE_EVENT’ + 61 | TRACE_EVENT(mm_lru_activate, @@ -2834 +3671 @@ -make[4]: *** [../scripts/Makefile.build:244: mm/filemap.o] Error 1 +make[4]: *** [../scripts/Makefile.build:244: mm/swap.o] Error 1 @@ -2948,0 +3786,76 @@ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/initcall.h: In function ‘perf_trace_initcall_level’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/initcall.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ + 10 | TRACE_EVENT(initcall_level, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/initcall.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ + 10 | TRACE_EVENT(initcall_level, + | ^~~~~~~~~~~ +../include/trace/events/initcall.h: In function ‘perf_trace_initcall_start’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/initcall.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ + 27 | TRACE_EVENT(initcall_start, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/initcall.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ + 27 | TRACE_EVENT(initcall_start, + | ^~~~~~~~~~~ +../include/trace/events/initcall.h: In function ‘perf_trace_initcall_finish’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/initcall.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ + 48 | TRACE_EVENT(initcall_finish, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/initcall.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ + 48 | TRACE_EVENT(initcall_finish, + | ^~~~~~~~~~~ @@ -3028,3 +3941,3 @@ - from ../include/trace/events/bpf_test_run.h:67, - from ../net/bpf/test_run.c:29: -../include/trace/events/bpf_test_run.h: In function ‘trace_event_raw_event_bpf_trigger_tp’: + from ../include/trace/events/irq.h:213, + from ../kernel/softirq.c:35: +../include/trace/events/irq.h: In function ‘trace_event_raw_event_irq_handler_entry’: @@ -3040,2 +3953,2 @@ -../include/trace/events/bpf_test_run.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ - 10 | TRACE_EVENT(bpf_trigger_tp, +../include/trace/events/irq.h:53:1: note: in expansion of macro ‘TRACE_EVENT’ + 53 | TRACE_EVENT(irq_handler_entry, @@ -3052,2 +3965,2 @@ -../include/trace/events/bpf_test_run.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ - 10 | TRACE_EVENT(bpf_trigger_tp, +../include/trace/events/irq.h:53:1: note: in expansion of macro ‘TRACE_EVENT’ + 53 | TRACE_EVENT(irq_handler_entry, @@ -3064,2 +3977,2 @@ -../include/trace/events/bpf_test_run.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ - 10 | TRACE_EVENT(bpf_trigger_tp, +../include/trace/events/irq.h:53:1: note: in expansion of macro ‘TRACE_EVENT’ + 53 | TRACE_EVENT(irq_handler_entry, @@ -3076,2 +3989,2 @@ -../include/trace/events/bpf_test_run.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ - 10 | TRACE_EVENT(bpf_trigger_tp, +../include/trace/events/irq.h:53:1: note: in expansion of macro ‘TRACE_EVENT’ + 53 | TRACE_EVENT(irq_handler_entry, @@ -3088,2 +4001,2 @@ -../include/trace/events/bpf_test_run.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ - 10 | TRACE_EVENT(bpf_trigger_tp, +../include/trace/events/irq.h:53:1: note: in expansion of macro ‘TRACE_EVENT’ + 53 | TRACE_EVENT(irq_handler_entry, @@ -3091 +4004 @@ -../include/trace/events/bpf_test_run.h: In function ‘trace_event_raw_event_bpf_test_finish’: +../include/trace/events/irq.h: In function ‘trace_event_raw_event_irq_handler_exit’: @@ -3098,2 +4011,27 @@ -../include/trace/events/bpf_test_run.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 27 | DECLARE_EVENT_CLASS(bpf_test_finish, +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/irq.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ + 83 | TRACE_EVENT(irq_handler_exit, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/irq.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ + 83 | TRACE_EVENT(irq_handler_exit, + | ^~~~~~~~~~~ +../include/trace/events/irq.h: In function ‘trace_event_raw_event_softirq’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/irq.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 103 | DECLARE_EVENT_CLASS(softirq, @@ -3107,2 +4045,110 @@ -../include/trace/events/bpf_test_run.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 27 | DECLARE_EVENT_CLASS(bpf_test_finish, +../include/trace/events/irq.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 103 | DECLARE_EVENT_CLASS(softirq, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/irq.h: In function ‘trace_event_raw_event_tasklet’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/irq.h:163:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 163 | DECLARE_EVENT_CLASS(tasklet, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/irq.h:163:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 163 | DECLARE_EVENT_CLASS(tasklet, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/irq.h: In function ‘perf_trace_irq_handler_entry’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/irq.h:53:1: note: in expansion of macro ‘TRACE_EVENT’ + 53 | TRACE_EVENT(irq_handler_entry, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/irq.h:53:1: note: in expansion of macro ‘TRACE_EVENT’ + 53 | TRACE_EVENT(irq_handler_entry, + | ^~~~~~~~~~~ +../include/trace/events/irq.h: In function ‘perf_trace_irq_handler_exit’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/irq.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ + 83 | TRACE_EVENT(irq_handler_exit, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/irq.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ + 83 | TRACE_EVENT(irq_handler_exit, + | ^~~~~~~~~~~ +../include/trace/events/irq.h: In function ‘perf_trace_softirq’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/irq.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 103 | DECLARE_EVENT_CLASS(softirq, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/irq.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 103 | DECLARE_EVENT_CLASS(softirq, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/irq.h: In function ‘perf_trace_tasklet’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/irq.h:163:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 163 | DECLARE_EVENT_CLASS(tasklet, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/irq.h:163:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 163 | DECLARE_EVENT_CLASS(tasklet, @@ -3111 +4157 @@ -../include/trace/events/bpf_test_run.h: In function ‘__bpf_trace_bpf_trigger_tp’: +../include/trace/events/irq.h: In function ‘__bpf_trace_irq_handler_entry’: @@ -3121,2 +4167,2 @@ -../include/trace/events/bpf_test_run.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ - 10 | TRACE_EVENT(bpf_trigger_tp, +../include/trace/events/irq.h:53:1: note: in expansion of macro ‘TRACE_EVENT’ + 53 | TRACE_EVENT(irq_handler_entry, @@ -3133,2 +4179,2 @@ -../include/trace/events/bpf_test_run.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ - 10 | TRACE_EVENT(bpf_trigger_tp, +../include/trace/events/irq.h:53:1: note: in expansion of macro ‘TRACE_EVENT’ + 53 | TRACE_EVENT(irq_handler_entry, @@ -3136 +4182 @@ -../include/trace/events/bpf_test_run.h: In function ‘__bpf_trace_bpf_test_finish’: +../include/trace/events/irq.h: In function ‘__bpf_trace_irq_handler_exit’: @@ -3143,2 +4189,27 @@ -../include/trace/events/bpf_test_run.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 27 | DECLARE_EVENT_CLASS(bpf_test_finish, +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/irq.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ + 83 | TRACE_EVENT(irq_handler_exit, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/irq.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ + 83 | TRACE_EVENT(irq_handler_exit, + | ^~~~~~~~~~~ +../include/trace/events/irq.h: In function ‘__bpf_trace_softirq’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/irq.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 103 | DECLARE_EVENT_CLASS(softirq, @@ -3152,2 +4223,2 @@ -../include/trace/events/bpf_test_run.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 27 | DECLARE_EVENT_CLASS(bpf_test_finish, +../include/trace/events/irq.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 103 | DECLARE_EVENT_CLASS(softirq, @@ -3155,2 +4226,21 @@ -make[5]: *** [../scripts/Makefile.build:244: net/bpf/test_run.o] Error 1 -make[4]: *** [../scripts/Makefile.build:485: net/bpf] Error 2 +../include/trace/events/irq.h: In function ‘__bpf_trace_tasklet’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/irq.h:163:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 163 | DECLARE_EVENT_CLASS(tasklet, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/irq.h:163:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 163 | DECLARE_EVENT_CLASS(tasklet, + | ^~~~~~~~~~~~~~~~~~~ +make[4]: *** [../scripts/Makefile.build:244: kernel/softirq.o] Error 1 +make[4]: *** Waiting for unfinished jobs.... @@ -3158,3 +4248,37 @@ - from ../sound/hda/trace.h:101, - from ../sound/hda/trace.c:6: -../sound/hda/./trace.h: In function ‘trace_event_raw_event_hda_send_cmd’: + from ../samples/trace_events/trace-events-sample.h:631, + from ../samples/trace_events/trace-events-sample.c:12: +../samples/trace_events/./trace-events-sample.h: In function ‘trace_event_get_offsets_foo_bar’: +../include/linux/cpumask.h:121:42: warning: function ‘trace_event_get_offsets_foo_bar’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] + 121 | #define cpu_possible_mask ((const struct cpumask *)&__cpu_possible_mask) + | ^~~~~~~ +../include/trace/trace_events.h:299:9: note: in definition of macro ‘DECLARE_EVENT_CLASS’ + 299 | tstruct; \ + | ^~~~~~~ +../include/trace/trace_events.h:43:30: note: in expansion of macro ‘PARAMS’ + 43 | PARAMS(tstruct), \ + | ^~~~~~ +../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ + 291 | TRACE_EVENT(foo_bar, + | ^~~~~~~~~~~ +../samples/trace_events/./trace-events-sample.h:299:9: note: in expansion of macro ‘TP_STRUCT__entry’ + 299 | TP_STRUCT__entry( + | ^~~~~~~~~~~~~~~~ +../include/trace/stages/stage5_get_offsets.h:110:34: note: in expansion of macro ‘__dynamic_array’ + 110 | #define __bitmask(item, nr_bits) __dynamic_array(unsigned long, item, \ + | ^~~~~~~~~~~~~~~ +../include/trace/stages/stage5_get_offsets.h:98:11: note: in expansion of macro ‘__bitmask_size_in_bytes_raw’ + 98 | ((__bitmask_size_in_bytes_raw(nr_bits) + \ + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ +../include/trace/stages/stage5_get_offsets.h:111:42: note: in expansion of macro ‘__bitmask_size_in_longs’ + 111 | __bitmask_size_in_longs(nr_bits)) + | ^~~~~~~~~~~~~~~~~~~~~~~ +../samples/trace_events/./trace-events-sample.h:304:17: note: in expansion of macro ‘__bitmask’ + 304 | __bitmask( cpus, num_possible_cpus() ) + | ^~~~~~~~~ +../include/linux/cpumask.h:1098:48: note: in expansion of macro ‘cpu_possible_mask’ + 1098 | #define num_possible_cpus() cpumask_weight(cpu_possible_mask) + | ^~~~~~~~~~~~~~~~~ +../samples/trace_events/./trace-events-sample.h:304:41: note: in expansion of macro ‘num_possible_cpus’ + 304 | __bitmask( cpus, num_possible_cpus() ) + | ^~~~~~~~~~~~~~~~~ +../samples/trace_events/./trace-events-sample.h: In function ‘trace_event_raw_event_foo_bar’: @@ -3170,2 +4294,2 @@ -../sound/hda/./trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ - 19 | TRACE_EVENT(hda_send_cmd, +../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ + 291 | TRACE_EVENT(foo_bar, @@ -3182,2 +4306,2 @@ -../sound/hda/./trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ - 19 | TRACE_EVENT(hda_send_cmd, +../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ + 291 | TRACE_EVENT(foo_bar, @@ -3194,2 +4318,2 @@ -../sound/hda/./trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ - 19 | TRACE_EVENT(hda_send_cmd, +../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ + 291 | TRACE_EVENT(foo_bar, @@ -3206,2 +4330,2 @@ -../sound/hda/./trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ - 19 | TRACE_EVENT(hda_send_cmd, +../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ + 291 | TRACE_EVENT(foo_bar, @@ -3218,2 +4342,2 @@ -../sound/hda/./trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ - 19 | TRACE_EVENT(hda_send_cmd, +../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ + 291 | TRACE_EVENT(foo_bar, @@ -3221 +4345,52 @@ -../sound/hda/./trace.h: In function ‘trace_event_raw_event_hda_get_response’: +../arch/x86/include/asm/bug.h:39:45: warning: function ‘trace_event_raw_event_foo_bar’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] + 39 | "i" (sizeof(struct bug_entry))); \ + | ^~~~~~~~~ +../include/trace/trace_events.h:450:11: note: in definition of macro ‘_DECLARE_EVENT_CLASS’ + 450 | { assign; } \ + | ^~~~~~ +../include/trace/trace_events.h:458:46: note: in expansion of macro ‘PARAMS’ + 458 | PARAMS(tstruct), PARAMS(assign), PARAMS(print), 0) + | ^~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:44:30: note: in expansion of macro ‘PARAMS’ + 44 | PARAMS(assign), \ + | ^~~~~~ +../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ + 291 | TRACE_EVENT(foo_bar, + | ^~~~~~~~~~~ +../samples/trace_events/./trace-events-sample.h:310:9: note: in expansion of macro ‘TP_fast_assign’ + 310 | TP_fast_assign( + | ^~~~~~~~~~~~~~ +../arch/x86/include/asm/bug.h:83:9: note: in expansion of macro ‘_BUG_FLAGS’ + 83 | _BUG_FLAGS(ASM_UD2, __flags, ASM_REACHABLE); \ + | ^~~~~~~~~~ +../include/asm-generic/bug.h:107:17: note: in expansion of macro ‘__WARN_FLAGS’ + 107 | __WARN_FLAGS(BUGFLAG_NO_CUT_HERE | BUGFLAG_TAINT(taint));\ + | ^~~~~~~~~~~~ +../include/asm-generic/bug.h:134:17: note: in expansion of macro ‘__WARN_printf’ + 134 | __WARN_printf(TAINT_WARN, format); \ + | ^~~~~~~~~~~~~ +../include/linux/once_lite.h:31:25: note: in expansion of macro ‘WARN’ + 31 | func(__VA_ARGS__); \ + | ^~~~ +../include/asm-generic/bug.h:152:9: note: in expansion of macro ‘DO_ONCE_LITE_IF’ + 152 | DO_ONCE_LITE_IF(condition, WARN, 1, format) + | ^~~~~~~~~~~~~~~ +../include/linux/fortify-string.h:24:41: note: in expansion of macro ‘WARN_ONCE’ + 24 | # define fortify_warn_once(x...) WARN_ONCE(x) + | ^~~~~~~~~ +../include/linux/fortify-string.h:626:9: note: in expansion of macro ‘fortify_warn_once’ + 626 | fortify_warn_once(fortify_memcpy_chk(__fortify_size, __p_size, \ + | ^~~~~~~~~~~~~~~~~ +../include/linux/fortify-string.h:678:26: note: in expansion of macro ‘__fortify_memcpy_chk’ + 678 | #define memcpy(p, q, s) __fortify_memcpy_chk(p, q, s, \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/stages/stage6_event_callback.h:38:17: note: in expansion of macro ‘memcpy’ + 38 | memcpy(__str__, __data_offsets.dst##_ptr_ ? : \ + | ^~~~~~ +../samples/trace_events/./trace-events-sample.h:316:17: note: in expansion of macro ‘__assign_str’ + 316 | __assign_str(lstr); + | ^~~~~~~~~~~~ +../samples/trace_events/./trace-events-sample.h: In function ‘trace_event_raw_event_foo_bar_with_cond’: @@ -3231,3 +4406,6 @@ -../sound/hda/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ - 33 | TRACE_EVENT(hda_get_response, - | ^~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../samples/trace_events/./trace-events-sample.h:408:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 408 | TRACE_EVENT_CONDITION(foo_bar_with_cond, + | ^~~~~~~~~~~~~~~~~~~~~ @@ -3243,4 +4421,7 @@ -../sound/hda/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ - 33 | TRACE_EVENT(hda_get_response, - | ^~~~~~~~~~~ -../sound/hda/./trace.h: In function ‘trace_event_raw_event_hda_unsol_event’: +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../samples/trace_events/./trace-events-sample.h:408:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 408 | TRACE_EVENT_CONDITION(foo_bar_with_cond, + | ^~~~~~~~~~~~~~~~~~~~~ +../samples/trace_events/./trace-events-sample.h: In function ‘trace_event_raw_event_foo_bar_with_fn’: @@ -3256,3 +4437,6 @@ -../sound/hda/./trace.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ - 49 | TRACE_EVENT(hda_unsol_event, - | ^~~~~~~~~~~ +../include/trace/trace_events.h:92:9: note: in expansion of macro ‘TRACE_EVENT’ + 92 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~ +../samples/trace_events/./trace-events-sample.h:451:1: note: in expansion of macro ‘TRACE_EVENT_FN’ + 451 | TRACE_EVENT_FN(foo_bar_with_fn, + | ^~~~~~~~~~~~~~ @@ -3268,4 +4452,7 @@ -../sound/hda/./trace.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ - 49 | TRACE_EVENT(hda_unsol_event, - | ^~~~~~~~~~~ -../sound/hda/./trace.h: In function ‘trace_event_raw_event_hdac_stream’: +../include/trace/trace_events.h:92:9: note: in expansion of macro ‘TRACE_EVENT’ + 92 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~ +../samples/trace_events/./trace-events-sample.h:451:1: note: in expansion of macro ‘TRACE_EVENT_FN’ + 451 | TRACE_EVENT_FN(foo_bar_with_fn, + | ^~~~~~~~~~~~~~ +../samples/trace_events/./trace-events-sample.h: In function ‘trace_event_raw_event_foo_template’: @@ -3278,2 +4465,2 @@ -../sound/hda/./trace.h:66:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 66 | DECLARE_EVENT_CLASS(hdac_stream, +../samples/trace_events/./trace-events-sample.h:498:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 498 | DECLARE_EVENT_CLASS(foo_template, @@ -3287,2 +4474,185 @@ -../sound/hda/./trace.h:66:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 66 | DECLARE_EVENT_CLASS(hdac_stream, +../samples/trace_events/./trace-events-sample.h:498:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 498 | DECLARE_EVENT_CLASS(foo_template, + | ^~~~~~~~~~~~~~~~~~~ +../samples/trace_events/./trace-events-sample.h: In function ‘trace_event_raw_event_foo_rel_loc’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../samples/trace_events/./trace-events-sample.h:563:1: note: in expansion of macro ‘TRACE_EVENT’ + 563 | TRACE_EVENT(foo_rel_loc, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../samples/trace_events/./trace-events-sample.h:563:1: note: in expansion of macro ‘TRACE_EVENT’ + 563 | TRACE_EVENT(foo_rel_loc, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../samples/trace_events/./trace-events-sample.h: In function ‘perf_trace_foo_bar’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ + 291 | TRACE_EVENT(foo_bar, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ + 291 | TRACE_EVENT(foo_bar, + | ^~~~~~~~~~~ +../arch/x86/include/asm/bug.h:39:45: warning: function ‘perf_trace_foo_bar’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] + 39 | "i" (sizeof(struct bug_entry))); \ + | ^~~~~~~~~ +../include/trace/perf.h:58:11: note: in definition of macro ‘_DECLARE_EVENT_CLASS’ + 58 | { assign; } \ + | ^~~~~~ +../include/trace/perf.h:68:47: note: in expansion of macro ‘PARAMS’ + 68 | PARAMS(tstruct), PARAMS(assign), PARAMS(print), 0) + | ^~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:44:30: note: in expansion of macro ‘PARAMS’ + 44 | PARAMS(assign), \ + | ^~~~~~ +../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ + 291 | TRACE_EVENT(foo_bar, + | ^~~~~~~~~~~ +../samples/trace_events/./trace-events-sample.h:310:9: note: in expansion of macro ‘TP_fast_assign’ + 310 | TP_fast_assign( + | ^~~~~~~~~~~~~~ +../arch/x86/include/asm/bug.h:83:9: note: in expansion of macro ‘_BUG_FLAGS’ + 83 | _BUG_FLAGS(ASM_UD2, __flags, ASM_REACHABLE); \ + | ^~~~~~~~~~ +../include/asm-generic/bug.h:107:17: note: in expansion of macro ‘__WARN_FLAGS’ + 107 | __WARN_FLAGS(BUGFLAG_NO_CUT_HERE | BUGFLAG_TAINT(taint));\ + | ^~~~~~~~~~~~ +../include/asm-generic/bug.h:134:17: note: in expansion of macro ‘__WARN_printf’ + 134 | __WARN_printf(TAINT_WARN, format); \ + | ^~~~~~~~~~~~~ +../include/linux/once_lite.h:31:25: note: in expansion of macro ‘WARN’ + 31 | func(__VA_ARGS__); \ + | ^~~~ +../include/asm-generic/bug.h:152:9: note: in expansion of macro ‘DO_ONCE_LITE_IF’ + 152 | DO_ONCE_LITE_IF(condition, WARN, 1, format) + | ^~~~~~~~~~~~~~~ +../include/linux/fortify-string.h:24:41: note: in expansion of macro ‘WARN_ONCE’ + 24 | # define fortify_warn_once(x...) WARN_ONCE(x) + | ^~~~~~~~~ +../include/linux/fortify-string.h:626:9: note: in expansion of macro ‘fortify_warn_once’ + 626 | fortify_warn_once(fortify_memcpy_chk(__fortify_size, __p_size, \ + | ^~~~~~~~~~~~~~~~~ +../include/linux/fortify-string.h:678:26: note: in expansion of macro ‘__fortify_memcpy_chk’ + 678 | #define memcpy(p, q, s) __fortify_memcpy_chk(p, q, s, \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/stages/stage6_event_callback.h:38:17: note: in expansion of macro ‘memcpy’ + 38 | memcpy(__str__, __data_offsets.dst##_ptr_ ? : \ + | ^~~~~~ +../samples/trace_events/./trace-events-sample.h:316:17: note: in expansion of macro ‘__assign_str’ + 316 | __assign_str(lstr); + | ^~~~~~~~~~~~ +../samples/trace_events/./trace-events-sample.h: In function ‘perf_trace_foo_bar_with_cond’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../samples/trace_events/./trace-events-sample.h:408:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 408 | TRACE_EVENT_CONDITION(foo_bar_with_cond, + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../samples/trace_events/./trace-events-sample.h:408:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 408 | TRACE_EVENT_CONDITION(foo_bar_with_cond, + | ^~~~~~~~~~~~~~~~~~~~~ +../samples/trace_events/./trace-events-sample.h: In function ‘perf_trace_foo_bar_with_fn’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:92:9: note: in expansion of macro ‘TRACE_EVENT’ + 92 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~ +../samples/trace_events/./trace-events-sample.h:451:1: note: in expansion of macro ‘TRACE_EVENT_FN’ + 451 | TRACE_EVENT_FN(foo_bar_with_fn, + | ^~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:92:9: note: in expansion of macro ‘TRACE_EVENT’ + 92 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~ +../samples/trace_events/./trace-events-sample.h:451:1: note: in expansion of macro ‘TRACE_EVENT_FN’ + 451 | TRACE_EVENT_FN(foo_bar_with_fn, + | ^~~~~~~~~~~~~~ +../samples/trace_events/./trace-events-sample.h: In function ‘perf_trace_foo_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../samples/trace_events/./trace-events-sample.h:498:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 498 | DECLARE_EVENT_CLASS(foo_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../samples/trace_events/./trace-events-sample.h:498:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 498 | DECLARE_EVENT_CLASS(foo_template, @@ -3289,0 +4660,25 @@ +../samples/trace_events/./trace-events-sample.h: In function ‘perf_trace_foo_rel_loc’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../samples/trace_events/./trace-events-sample.h:563:1: note: in expansion of macro ‘TRACE_EVENT’ + 563 | TRACE_EVENT(foo_rel_loc, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../samples/trace_events/./trace-events-sample.h:563:1: note: in expansion of macro ‘TRACE_EVENT’ + 563 | TRACE_EVENT(foo_rel_loc, + | ^~~~~~~~~~~ @@ -3291 +4686 @@ -../sound/hda/./trace.h: In function ‘__bpf_trace_hda_send_cmd’: +../samples/trace_events/./trace-events-sample.h: In function ‘__bpf_trace_foo_bar’: @@ -3301,2 +4696,2 @@ -../sound/hda/./trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ - 19 | TRACE_EVENT(hda_send_cmd, +../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ + 291 | TRACE_EVENT(foo_bar, @@ -3313,2 +4708,2 @@ -../sound/hda/./trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ - 19 | TRACE_EVENT(hda_send_cmd, +../samples/trace_events/./trace-events-sample.h:291:1: note: in expansion of macro ‘TRACE_EVENT’ + 291 | TRACE_EVENT(foo_bar, @@ -3316 +4711 @@ -../sound/hda/./trace.h: In function ‘__bpf_trace_hda_get_response’: +../samples/trace_events/./trace-events-sample.h: In function ‘__bpf_trace_foo_bar_with_cond’: @@ -3326,3 +4721,6 @@ -../sound/hda/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ - 33 | TRACE_EVENT(hda_get_response, - | ^~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../samples/trace_events/./trace-events-sample.h:408:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 408 | TRACE_EVENT_CONDITION(foo_bar_with_cond, + | ^~~~~~~~~~~~~~~~~~~~~ @@ -3338,4 +4736,7 @@ -../sound/hda/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ - 33 | TRACE_EVENT(hda_get_response, - | ^~~~~~~~~~~ -../sound/hda/./trace.h: In function ‘__bpf_trace_hda_unsol_event’: +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../samples/trace_events/./trace-events-sample.h:408:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 408 | TRACE_EVENT_CONDITION(foo_bar_with_cond, + | ^~~~~~~~~~~~~~~~~~~~~ +../samples/trace_events/./trace-events-sample.h: In function ‘__bpf_trace_foo_bar_with_fn’: @@ -3351,3 +4752,6 @@ -../sound/hda/./trace.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ - 49 | TRACE_EVENT(hda_unsol_event, - | ^~~~~~~~~~~ +../include/trace/trace_events.h:92:9: note: in expansion of macro ‘TRACE_EVENT’ + 92 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~ +../samples/trace_events/./trace-events-sample.h:451:1: note: in expansion of macro ‘TRACE_EVENT_FN’ + 451 | TRACE_EVENT_FN(foo_bar_with_fn, + | ^~~~~~~~~~~~~~ @@ -3363,4 +4767,7 @@ -../sound/hda/./trace.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ - 49 | TRACE_EVENT(hda_unsol_event, - | ^~~~~~~~~~~ -../sound/hda/./trace.h: In function ‘__bpf_trace_hdac_stream’: +../include/trace/trace_events.h:92:9: note: in expansion of macro ‘TRACE_EVENT’ + 92 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~ +../samples/trace_events/./trace-events-sample.h:451:1: note: in expansion of macro ‘TRACE_EVENT_FN’ + 451 | TRACE_EVENT_FN(foo_bar_with_fn, + | ^~~~~~~~~~~~~~ +../samples/trace_events/./trace-events-sample.h: In function ‘__bpf_trace_foo_template’: @@ -3373,2 +4780,2 @@ -../sound/hda/./trace.h:66:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 66 | DECLARE_EVENT_CLASS(hdac_stream, +../samples/trace_events/./trace-events-sample.h:498:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 498 | DECLARE_EVENT_CLASS(foo_template, @@ -3382,2 +4789,2 @@ -../sound/hda/./trace.h:66:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 66 | DECLARE_EVENT_CLASS(hdac_stream, +../samples/trace_events/./trace-events-sample.h:498:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 498 | DECLARE_EVENT_CLASS(foo_template, @@ -3385,2 +4792,28 @@ -make[5]: *** [../scripts/Makefile.build:244: sound/hda/trace.o] Error 1 -make[4]: *** [../scripts/Makefile.build:485: sound/hda] Error 2 +../samples/trace_events/./trace-events-sample.h: In function ‘__bpf_trace_foo_rel_loc’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../samples/trace_events/./trace-events-sample.h:563:1: note: in expansion of macro ‘TRACE_EVENT’ + 563 | TRACE_EVENT(foo_rel_loc, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../samples/trace_events/./trace-events-sample.h:563:1: note: in expansion of macro ‘TRACE_EVENT’ + 563 | TRACE_EVENT(foo_rel_loc, + | ^~~~~~~~~~~ +make[5]: *** [../scripts/Makefile.build:244: samples/trace_events/trace-events-sample.o] Error 1 +make[4]: *** [../scripts/Makefile.build:485: samples/trace_events] Error 2 +make[3]: *** [../scripts/Makefile.build:485: samples] Error 2 @@ -3388,3 +4821,3 @@ - from ../include/trace/events/maple_tree.h:123, - from ../lib/maple_tree.c:65: -../include/trace/events/maple_tree.h: In function ‘trace_event_raw_event_ma_op’: + from ../include/trace/events/signal.h:125, + from ../kernel/signal.c:53: +../include/trace/events/signal.h: In function ‘trace_event_raw_event_signal_generate’: @@ -3400,2 +4833,2 @@ -../include/trace/events/maple_tree.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ - 13 | TRACE_EVENT(ma_op, +../include/trace/events/signal.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ + 50 | TRACE_EVENT(signal_generate, @@ -3412,2 +4845,2 @@ -../include/trace/events/maple_tree.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ - 13 | TRACE_EVENT(ma_op, +../include/trace/events/signal.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ + 50 | TRACE_EVENT(signal_generate, @@ -3424,2 +4857,2 @@ -../include/trace/events/maple_tree.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ - 13 | TRACE_EVENT(ma_op, +../include/trace/events/signal.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ + 50 | TRACE_EVENT(signal_generate, @@ -3436,2 +4869,2 @@ -../include/trace/events/maple_tree.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ - 13 | TRACE_EVENT(ma_op, +../include/trace/events/signal.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ + 50 | TRACE_EVENT(signal_generate, @@ -3448,2 +4881,2 @@ -../include/trace/events/maple_tree.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ - 13 | TRACE_EVENT(ma_op, +../include/trace/events/signal.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ + 50 | TRACE_EVENT(signal_generate, @@ -3451 +4884 @@ -../include/trace/events/maple_tree.h: In function ‘trace_event_raw_event_ma_read’: +../include/trace/events/signal.h: In function ‘trace_event_raw_event_signal_deliver’: @@ -3461,2 +4894,2 @@ -../include/trace/events/maple_tree.h:46:1: note: in expansion of macro ‘TRACE_EVENT’ - 46 | TRACE_EVENT(ma_read, +../include/trace/events/signal.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ + 96 | TRACE_EVENT(signal_deliver, @@ -3473,2 +4906,2 @@ -../include/trace/events/maple_tree.h:46:1: note: in expansion of macro ‘TRACE_EVENT’ - 46 | TRACE_EVENT(ma_read, +../include/trace/events/signal.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ + 96 | TRACE_EVENT(signal_deliver, @@ -3476,3 +4909,4 @@ -../include/trace/events/maple_tree.h: In function ‘trace_event_raw_event_ma_write’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/signal.h: In function ‘perf_trace_signal_generate’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -3480,2 +4914,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -3486,2 +4920,2 @@ -../include/trace/events/maple_tree.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ - 80 | TRACE_EVENT(ma_write, +../include/trace/events/signal.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ + 50 | TRACE_EVENT(signal_generate, @@ -3489,2 +4923,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -3492,2 +4926,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -3498,2 +4932,2 @@ -../include/trace/events/maple_tree.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ - 80 | TRACE_EVENT(ma_write, +../include/trace/events/signal.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ + 50 | TRACE_EVENT(signal_generate, @@ -3501,4 +4935,3 @@ -In file included from ../include/trace/define_trace.h:110: -../include/trace/events/maple_tree.h: In function ‘__bpf_trace_ma_op’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/signal.h: In function ‘perf_trace_signal_deliver’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -3506,3 +4939,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -3512,2 +4945,2 @@ -../include/trace/events/maple_tree.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ - 13 | TRACE_EVENT(ma_op, +../include/trace/events/signal.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ + 96 | TRACE_EVENT(signal_deliver, @@ -3515,6 +4948,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -3524,2 +4957,2 @@ -../include/trace/events/maple_tree.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ - 13 | TRACE_EVENT(ma_op, +../include/trace/events/signal.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ + 96 | TRACE_EVENT(signal_deliver, @@ -3527 +4960,2 @@ -../include/trace/events/maple_tree.h: In function ‘__bpf_trace_ma_read’: +In file included from ../include/trace/define_trace.h:110: +../include/trace/events/signal.h: In function ‘__bpf_trace_signal_generate’: @@ -3537,2 +4971,2 @@ -../include/trace/events/maple_tree.h:46:1: note: in expansion of macro ‘TRACE_EVENT’ - 46 | TRACE_EVENT(ma_read, +../include/trace/events/signal.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ + 50 | TRACE_EVENT(signal_generate, @@ -3549,2 +4983,2 @@ -../include/trace/events/maple_tree.h:46:1: note: in expansion of macro ‘TRACE_EVENT’ - 46 | TRACE_EVENT(ma_read, +../include/trace/events/signal.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ + 50 | TRACE_EVENT(signal_generate, @@ -3552 +4986 @@ -../include/trace/events/maple_tree.h: In function ‘__bpf_trace_ma_write’: +../include/trace/events/signal.h: In function ‘__bpf_trace_signal_deliver’: @@ -3562,2 +4996,2 @@ -../include/trace/events/maple_tree.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ - 80 | TRACE_EVENT(ma_write, +../include/trace/events/signal.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ + 96 | TRACE_EVENT(signal_deliver, @@ -3574,2 +5008,2 @@ -../include/trace/events/maple_tree.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ - 80 | TRACE_EVENT(ma_write, +../include/trace/events/signal.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ + 96 | TRACE_EVENT(signal_deliver, @@ -3577,2 +5011 @@ -make[4]: *** [../scripts/Makefile.build:244: lib/maple_tree.o] Error 1 -make[3]: *** [../scripts/Makefile.build:485: lib] Error 2 +make[4]: *** [../scripts/Makefile.build:244: kernel/signal.o] Error 1 @@ -3580,3 +5013,3 @@ - from ../include/trace/events/gpio.h:57, - from ../drivers/gpio/gpiolib.c:44: -../include/trace/events/gpio.h: In function ‘trace_event_raw_event_gpio_direction’: + from ../include/trace/events/cpuhp.h:95, + from ../kernel/cpu.c:43: +../include/trace/events/cpuhp.h: In function ‘trace_event_raw_event_cpuhp_enter’: @@ -3592,2 +5025,2 @@ -../include/trace/events/gpio.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ - 10 | TRACE_EVENT(gpio_direction, +../include/trace/events/cpuhp.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ + 10 | TRACE_EVENT(cpuhp_enter, @@ -3604,2 +5037,2 @@ -../include/trace/events/gpio.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ - 10 | TRACE_EVENT(gpio_direction, +../include/trace/events/cpuhp.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ + 10 | TRACE_EVENT(cpuhp_enter, @@ -3616,2 +5049,2 @@ -../include/trace/events/gpio.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ - 10 | TRACE_EVENT(gpio_direction, +../include/trace/events/cpuhp.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ + 10 | TRACE_EVENT(cpuhp_enter, @@ -3628,2 +5061,2 @@ -../include/trace/events/gpio.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ - 10 | TRACE_EVENT(gpio_direction, +../include/trace/events/cpuhp.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ + 10 | TRACE_EVENT(cpuhp_enter, @@ -3640,2 +5073,2 @@ -../include/trace/events/gpio.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ - 10 | TRACE_EVENT(gpio_direction, +../include/trace/events/cpuhp.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ + 10 | TRACE_EVENT(cpuhp_enter, @@ -3643 +5076 @@ -../include/trace/events/gpio.h: In function ‘trace_event_raw_event_gpio_value’: +../include/trace/events/cpuhp.h: In function ‘trace_event_raw_event_cpuhp_multi_enter’: @@ -3653,2 +5086,2 @@ -../include/trace/events/gpio.h:32:1: note: in expansion of macro ‘TRACE_EVENT’ - 32 | TRACE_EVENT(gpio_value, +../include/trace/events/cpuhp.h:37:1: note: in expansion of macro ‘TRACE_EVENT’ + 37 | TRACE_EVENT(cpuhp_multi_enter, @@ -3665,2 +5098,2 @@ -../include/trace/events/gpio.h:32:1: note: in expansion of macro ‘TRACE_EVENT’ - 32 | TRACE_EVENT(gpio_value, +../include/trace/events/cpuhp.h:37:1: note: in expansion of macro ‘TRACE_EVENT’ + 37 | TRACE_EVENT(cpuhp_multi_enter, @@ -3668,4 +5101,3 @@ -In file included from ../include/trace/define_trace.h:110: -../include/trace/events/gpio.h: In function ‘__bpf_trace_gpio_direction’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/cpuhp.h: In function ‘trace_event_raw_event_cpuhp_exit’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -3673,3 +5105,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -3679,2 +5111,2 @@ -../include/trace/events/gpio.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ - 10 | TRACE_EVENT(gpio_direction, +../include/trace/events/cpuhp.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ + 65 | TRACE_EVENT(cpuhp_exit, @@ -3682,6 +5114,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -3691,2 +5123,2 @@ -../include/trace/events/gpio.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ - 10 | TRACE_EVENT(gpio_direction, +../include/trace/events/cpuhp.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ + 65 | TRACE_EVENT(cpuhp_exit, @@ -3694,3 +5126,4 @@ -../include/trace/events/gpio.h: In function ‘__bpf_trace_gpio_value’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/cpuhp.h: In function ‘perf_trace_cpuhp_enter’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -3698,15 +5131,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/gpio.h:32:1: note: in expansion of macro ‘TRACE_EVENT’ - 32 | TRACE_EVENT(gpio_value, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -3716,2 +5137,2 @@ -../include/trace/events/gpio.h:32:1: note: in expansion of macro ‘TRACE_EVENT’ - 32 | TRACE_EVENT(gpio_value, +../include/trace/events/cpuhp.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ + 10 | TRACE_EVENT(cpuhp_enter, @@ -3719,11 +5140,5 @@ -make[5]: *** [../scripts/Makefile.build:244: drivers/gpio/gpiolib.o] Error 1 -make[4]: *** [../scripts/Makefile.build:485: drivers/gpio] Error 2 -In file included from ../include/trace/define_trace.h:108, - from ../include/trace/events/mctp.h:78, - from ../net/mctp/af_mctp.c:21: -../include/trace/events/mctp.h: In function ‘trace_event_raw_event_mctp_key_acquire’: -../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -3734,2 +5149,2 @@ -../include/trace/events/mctp.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ - 28 | TRACE_EVENT(mctp_key_acquire, +../include/trace/events/cpuhp.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ + 10 | TRACE_EVENT(cpuhp_enter, @@ -3737,2 +5152,3 @@ -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/cpuhp.h: In function ‘perf_trace_cpuhp_multi_enter’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -3740,2 +5156,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -3746,2 +5162,2 @@ -../include/trace/events/mctp.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ - 28 | TRACE_EVENT(mctp_key_acquire, +../include/trace/events/cpuhp.h:37:1: note: in expansion of macro ‘TRACE_EVENT’ + 37 | TRACE_EVENT(cpuhp_multi_enter, @@ -3749,5 +5165,5 @@ -../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -3758,2 +5174,2 @@ -../include/trace/events/mctp.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ - 28 | TRACE_EVENT(mctp_key_acquire, +../include/trace/events/cpuhp.h:37:1: note: in expansion of macro ‘TRACE_EVENT’ + 37 | TRACE_EVENT(cpuhp_multi_enter, @@ -3761,5 +5177,6 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/events/cpuhp.h: In function ‘perf_trace_cpuhp_exit’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -3770,2 +5187,2 @@ -../include/trace/events/mctp.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ - 28 | TRACE_EVENT(mctp_key_acquire, +../include/trace/events/cpuhp.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ + 65 | TRACE_EVENT(cpuhp_exit, @@ -3773,5 +5190,5 @@ -../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] - 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ - | ^~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -3782,2 +5199,2 @@ -../include/trace/events/mctp.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ - 28 | TRACE_EVENT(mctp_key_acquire, +../include/trace/events/cpuhp.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ + 65 | TRACE_EVENT(cpuhp_exit, @@ -3785,3 +5202,4 @@ -../include/trace/events/mctp.h: In function ‘trace_event_raw_event_mctp_key_release’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +In file included from ../include/trace/define_trace.h:110: +../include/trace/events/cpuhp.h: In function ‘__bpf_trace_cpuhp_enter’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ @@ -3789,3 +5207,3 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -3795,2 +5213,2 @@ -../include/trace/events/mctp.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ - 48 | TRACE_EVENT(mctp_key_release, +../include/trace/events/cpuhp.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ + 10 | TRACE_EVENT(cpuhp_enter, @@ -3798,6 +5216,6 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -3807,2 +5225,2 @@ -../include/trace/events/mctp.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ - 48 | TRACE_EVENT(mctp_key_release, +../include/trace/events/cpuhp.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ + 10 | TRACE_EVENT(cpuhp_enter, @@ -3810,2 +5228 @@ -In file included from ../include/trace/define_trace.h:110: -../include/trace/events/mctp.h: In function ‘__bpf_trace_mctp_key_acquire’: +../include/trace/events/cpuhp.h: In function ‘__bpf_trace_cpuhp_multi_enter’: @@ -3821,2 +5238,2 @@ -../include/trace/events/mctp.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ - 28 | TRACE_EVENT(mctp_key_acquire, +../include/trace/events/cpuhp.h:37:1: note: in expansion of macro ‘TRACE_EVENT’ + 37 | TRACE_EVENT(cpuhp_multi_enter, @@ -3833,2 +5250,2 @@ -../include/trace/events/mctp.h:28:1: note: in expansion of macro ‘TRACE_EVENT’ - 28 | TRACE_EVENT(mctp_key_acquire, +../include/trace/events/cpuhp.h:37:1: note: in expansion of macro ‘TRACE_EVENT’ + 37 | TRACE_EVENT(cpuhp_multi_enter, @@ -3836 +5253 @@ -../include/trace/events/mctp.h: In function ‘__bpf_trace_mctp_key_release’: +../include/trace/events/cpuhp.h: In function ‘__bpf_trace_cpuhp_exit’: @@ -3846,2 +5263,2 @@ -../include/trace/events/mctp.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ - 48 | TRACE_EVENT(mctp_key_release, +../include/trace/events/cpuhp.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ + 65 | TRACE_EVENT(cpuhp_exit, @@ -3858,2 +5275,2 @@ -../include/trace/events/mctp.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ - 48 | TRACE_EVENT(mctp_key_release, +../include/trace/events/cpuhp.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ + 65 | TRACE_EVENT(cpuhp_exit, @@ -3861,2 +5278 @@ -make[5]: *** [../scripts/Makefile.build:244: net/mctp/af_mctp.o] Error 1 -make[4]: *** [../scripts/Makefile.build:485: net/mctp] Error 2 +make[4]: *** [../scripts/Makefile.build:244: kernel/cpu.o] Error 1 @@ -3864,3 +5280,3 @@ - from ../include/trace/events/irq.h:213, - from ../kernel/softirq.c:35: -../include/trace/events/irq.h: In function ‘trace_event_raw_event_irq_handler_entry’: + from ../include/trace/events/icmp.h:66, + from ../net/ipv4/icmp.c:97: +../include/trace/events/icmp.h: In function ‘trace_event_raw_event_icmp_send’: @@ -3876,2 +5292,2 @@ -../include/trace/events/irq.h:53:1: note: in expansion of macro ‘TRACE_EVENT’ - 53 | TRACE_EVENT(irq_handler_entry, +../include/trace/events/icmp.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ + 11 | TRACE_EVENT(icmp_send, @@ -3888,2 +5304,2 @@ -../include/trace/events/irq.h:53:1: note: in expansion of macro ‘TRACE_EVENT’ - 53 | TRACE_EVENT(irq_handler_entry, +../include/trace/events/icmp.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ + 11 | TRACE_EVENT(icmp_send, @@ -3900,2 +5316,2 @@ -../include/trace/events/irq.h:53:1: note: in expansion of macro ‘TRACE_EVENT’ - 53 | TRACE_EVENT(irq_handler_entry, +../include/trace/events/icmp.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ + 11 | TRACE_EVENT(icmp_send, @@ -3912,2 +5328,2 @@ -../include/trace/events/irq.h:53:1: note: in expansion of macro ‘TRACE_EVENT’ - 53 | TRACE_EVENT(irq_handler_entry, +../include/trace/events/icmp.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ + 11 | TRACE_EVENT(icmp_send, @@ -3924,2 +5340,2 @@ -../include/trace/events/irq.h:53:1: note: in expansion of macro ‘TRACE_EVENT’ - 53 | TRACE_EVENT(irq_handler_entry, +../include/trace/events/icmp.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ + 11 | TRACE_EVENT(icmp_send, @@ -3927,3 +5343,4 @@ -../include/trace/events/irq.h: In function ‘trace_event_raw_event_irq_handler_exit’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/icmp.h: In function ‘perf_trace_icmp_send’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -3931,2 +5348,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -3937,2 +5354,2 @@ -../include/trace/events/irq.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ - 83 | TRACE_EVENT(irq_handler_exit, +../include/trace/events/icmp.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ + 11 | TRACE_EVENT(icmp_send, @@ -3940,2 +5357,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -3943,2 +5360,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -3949,2 +5366,2 @@ -../include/trace/events/irq.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ - 83 | TRACE_EVENT(irq_handler_exit, +../include/trace/events/icmp.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ + 11 | TRACE_EVENT(icmp_send, @@ -3952,38 +5368,0 @@ -../include/trace/events/irq.h: In function ‘trace_event_raw_event_softirq’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/irq.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 103 | DECLARE_EVENT_CLASS(softirq, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/irq.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 103 | DECLARE_EVENT_CLASS(softirq, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/irq.h: In function ‘trace_event_raw_event_tasklet’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/irq.h:163:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 163 | DECLARE_EVENT_CLASS(tasklet, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/irq.h:163:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 163 | DECLARE_EVENT_CLASS(tasklet, - | ^~~~~~~~~~~~~~~~~~~ @@ -3991,26 +5370 @@ -../include/trace/events/irq.h: In function ‘__bpf_trace_irq_handler_entry’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/irq.h:53:1: note: in expansion of macro ‘TRACE_EVENT’ - 53 | TRACE_EVENT(irq_handler_entry, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/irq.h:53:1: note: in expansion of macro ‘TRACE_EVENT’ - 53 | TRACE_EVENT(irq_handler_entry, - | ^~~~~~~~~~~ -../include/trace/events/irq.h: In function ‘__bpf_trace_irq_handler_exit’: +../include/trace/events/icmp.h: In function ‘__bpf_trace_icmp_send’: @@ -4026,2 +5380,2 @@ -../include/trace/events/irq.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ - 83 | TRACE_EVENT(irq_handler_exit, +../include/trace/events/icmp.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ + 11 | TRACE_EVENT(icmp_send, @@ -4038,2 +5392,2 @@ -../include/trace/events/irq.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ - 83 | TRACE_EVENT(irq_handler_exit, +../include/trace/events/icmp.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ + 11 | TRACE_EVENT(icmp_send, @@ -4041,40 +5395 @@ -../include/trace/events/irq.h: In function ‘__bpf_trace_softirq’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/irq.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 103 | DECLARE_EVENT_CLASS(softirq, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/irq.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 103 | DECLARE_EVENT_CLASS(softirq, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/irq.h: In function ‘__bpf_trace_tasklet’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/irq.h:163:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 163 | DECLARE_EVENT_CLASS(tasklet, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/irq.h:163:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 163 | DECLARE_EVENT_CLASS(tasklet, - | ^~~~~~~~~~~~~~~~~~~ -make[4]: *** [../scripts/Makefile.build:244: kernel/softirq.o] Error 1 -make[4]: *** Waiting for unfinished jobs.... +make[5]: *** [../scripts/Makefile.build:244: net/ipv4/icmp.o] Error 1 @@ -4082,3 +5397,3 @@ - from ../drivers/iommu/intel/trace.h:196, - from ../drivers/iommu/intel/trace.c:14: -../include/trace/../../drivers/iommu/intel//trace.h: In function ‘trace_event_raw_event_qi_submit’: + from ../sound/core/pcm_trace.h:149, + from ../sound/core/pcm_lib.c:25: +../sound/core/./pcm_trace.h: In function ‘trace_event_raw_event_hwptr’: @@ -4094,2 +5409,2 @@ -../include/trace/../../drivers/iommu/intel//trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ - 21 | TRACE_EVENT(qi_submit, +../sound/core/./pcm_trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ + 11 | TRACE_EVENT(hwptr, @@ -4106,2 +5421,2 @@ -../include/trace/../../drivers/iommu/intel//trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ - 21 | TRACE_EVENT(qi_submit, +../sound/core/./pcm_trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ + 11 | TRACE_EVENT(hwptr, @@ -4118,2 +5433,2 @@ -../include/trace/../../drivers/iommu/intel//trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ - 21 | TRACE_EVENT(qi_submit, +../sound/core/./pcm_trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ + 11 | TRACE_EVENT(hwptr, @@ -4130,2 +5445,2 @@ -../include/trace/../../drivers/iommu/intel//trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ - 21 | TRACE_EVENT(qi_submit, +../sound/core/./pcm_trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ + 11 | TRACE_EVENT(hwptr, @@ -4142,2 +5457,2 @@ -../include/trace/../../drivers/iommu/intel//trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ - 21 | TRACE_EVENT(qi_submit, +../sound/core/./pcm_trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ + 11 | TRACE_EVENT(hwptr, @@ -4145 +5460 @@ -../include/trace/../../drivers/iommu/intel//trace.h: In function ‘trace_event_raw_event_prq_report’: +../sound/core/./pcm_trace.h: In function ‘trace_event_raw_event_xrun’: @@ -4155,2 +5470,2 @@ -../include/trace/../../drivers/iommu/intel//trace.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ - 58 | TRACE_EVENT(prq_report, +../sound/core/./pcm_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ + 50 | TRACE_EVENT(xrun, @@ -4167,2 +5482,2 @@ -../include/trace/../../drivers/iommu/intel//trace.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ - 58 | TRACE_EVENT(prq_report, +../sound/core/./pcm_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ + 50 | TRACE_EVENT(xrun, @@ -4170 +5485 @@ -../include/trace/../../drivers/iommu/intel//trace.h: In function ‘trace_event_raw_event_cache_tag_log’: +../sound/core/./pcm_trace.h: In function ‘trace_event_raw_event_hw_ptr_error’: @@ -4177,3 +5492,6 @@ -../include/trace/../../drivers/iommu/intel//trace.h:93:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 93 | DECLARE_EVENT_CLASS(cache_tag_log, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/core/./pcm_trace.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ + 83 | TRACE_EVENT(hw_ptr_error, + | ^~~~~~~~~~~ @@ -4186,4 +5504,7 @@ -../include/trace/../../drivers/iommu/intel//trace.h:93:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 93 | DECLARE_EVENT_CLASS(cache_tag_log, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../drivers/iommu/intel//trace.h: In function ‘trace_event_raw_event_cache_tag_flush’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/core/./pcm_trace.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ + 83 | TRACE_EVENT(hw_ptr_error, + | ^~~~~~~~~~~ +../sound/core/./pcm_trace.h: In function ‘trace_event_raw_event_applptr’: @@ -4196,3 +5517,6 @@ -../include/trace/../../drivers/iommu/intel//trace.h:138:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 138 | DECLARE_EVENT_CLASS(cache_tag_flush, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/core/./pcm_trace.h:106:1: note: in expansion of macro ‘TRACE_EVENT’ + 106 | TRACE_EVENT(applptr, + | ^~~~~~~~~~~ @@ -4205,3 +5529,107 @@ -../include/trace/../../drivers/iommu/intel//trace.h:138:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 138 | DECLARE_EVENT_CLASS(cache_tag_flush, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/core/./pcm_trace.h:106:1: note: in expansion of macro ‘TRACE_EVENT’ + 106 | TRACE_EVENT(applptr, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../sound/core/./pcm_trace.h: In function ‘perf_trace_hwptr’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/core/./pcm_trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ + 11 | TRACE_EVENT(hwptr, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/core/./pcm_trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ + 11 | TRACE_EVENT(hwptr, + | ^~~~~~~~~~~ +../sound/core/./pcm_trace.h: In function ‘perf_trace_xrun’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/core/./pcm_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ + 50 | TRACE_EVENT(xrun, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/core/./pcm_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ + 50 | TRACE_EVENT(xrun, + | ^~~~~~~~~~~ +../sound/core/./pcm_trace.h: In function ‘perf_trace_hw_ptr_error’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/core/./pcm_trace.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ + 83 | TRACE_EVENT(hw_ptr_error, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/core/./pcm_trace.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ + 83 | TRACE_EVENT(hw_ptr_error, + | ^~~~~~~~~~~ +../sound/core/./pcm_trace.h: In function ‘perf_trace_applptr’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/core/./pcm_trace.h:106:1: note: in expansion of macro ‘TRACE_EVENT’ + 106 | TRACE_EVENT(applptr, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/core/./pcm_trace.h:106:1: note: in expansion of macro ‘TRACE_EVENT’ + 106 | TRACE_EVENT(applptr, + | ^~~~~~~~~~~ @@ -4209 +5637 @@ -../include/trace/../../drivers/iommu/intel//trace.h: In function ‘__bpf_trace_qi_submit’: +../sound/core/./pcm_trace.h: In function ‘__bpf_trace_hwptr’: @@ -4219,2 +5647,2 @@ -../include/trace/../../drivers/iommu/intel//trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ - 21 | TRACE_EVENT(qi_submit, +../sound/core/./pcm_trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ + 11 | TRACE_EVENT(hwptr, @@ -4231,2 +5659,2 @@ -../include/trace/../../drivers/iommu/intel//trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ - 21 | TRACE_EVENT(qi_submit, +../sound/core/./pcm_trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ + 11 | TRACE_EVENT(hwptr, @@ -4234 +5662 @@ -../include/trace/../../drivers/iommu/intel//trace.h: In function ‘__bpf_trace_prq_report’: +../sound/core/./pcm_trace.h: In function ‘__bpf_trace_xrun’: @@ -4244,2 +5672,2 @@ -../include/trace/../../drivers/iommu/intel//trace.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ - 58 | TRACE_EVENT(prq_report, +../sound/core/./pcm_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ + 50 | TRACE_EVENT(xrun, @@ -4256,2 +5684,2 @@ -../include/trace/../../drivers/iommu/intel//trace.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ - 58 | TRACE_EVENT(prq_report, +../sound/core/./pcm_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ + 50 | TRACE_EVENT(xrun, @@ -4259 +5687 @@ -../include/trace/../../drivers/iommu/intel//trace.h: In function ‘__bpf_trace_cache_tag_log’: +../sound/core/./pcm_trace.h: In function ‘__bpf_trace_hw_ptr_error’: @@ -4266,3 +5694,6 @@ -../include/trace/../../drivers/iommu/intel//trace.h:93:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 93 | DECLARE_EVENT_CLASS(cache_tag_log, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/core/./pcm_trace.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ + 83 | TRACE_EVENT(hw_ptr_error, + | ^~~~~~~~~~~ @@ -4275,4 +5706,7 @@ -../include/trace/../../drivers/iommu/intel//trace.h:93:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 93 | DECLARE_EVENT_CLASS(cache_tag_log, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../drivers/iommu/intel//trace.h: In function ‘__bpf_trace_cache_tag_flush’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/core/./pcm_trace.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ + 83 | TRACE_EVENT(hw_ptr_error, + | ^~~~~~~~~~~ +../sound/core/./pcm_trace.h: In function ‘__bpf_trace_applptr’: @@ -4285,3 +5719,6 @@ -../include/trace/../../drivers/iommu/intel//trace.h:138:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 138 | DECLARE_EVENT_CLASS(cache_tag_flush, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/core/./pcm_trace.h:106:1: note: in expansion of macro ‘TRACE_EVENT’ + 106 | TRACE_EVENT(applptr, + | ^~~~~~~~~~~ @@ -4294,6 +5731,9 @@ -../include/trace/../../drivers/iommu/intel//trace.h:138:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 138 | DECLARE_EVENT_CLASS(cache_tag_flush, - | ^~~~~~~~~~~~~~~~~~~ -make[6]: *** [../scripts/Makefile.build:244: drivers/iommu/intel/trace.o] Error 1 -make[5]: *** [../scripts/Makefile.build:485: drivers/iommu/intel] Error 2 -make[5]: *** Waiting for unfinished jobs.... +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/core/./pcm_trace.h:106:1: note: in expansion of macro ‘TRACE_EVENT’ + 106 | TRACE_EVENT(applptr, + | ^~~~~~~~~~~ +make[5]: *** [../scripts/Makefile.build:244: sound/core/pcm_lib.o] Error 1 +make[4]: *** [../scripts/Makefile.build:485: sound/core] Error 2 +make[4]: *** [../scripts/Makefile.build:485: net/ipv4] Error 2 @@ -4367,0 +5808,39 @@ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/nbd.h: In function ‘perf_trace_nbd_transport_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/nbd.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 10 | DECLARE_EVENT_CLASS(nbd_transport_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/nbd.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 10 | DECLARE_EVENT_CLASS(nbd_transport_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/nbd.h: In function ‘perf_trace_nbd_send_request’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/nbd.h:61:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 61 | DECLARE_EVENT_CLASS(nbd_send_request, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/nbd.h:61:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 61 | DECLARE_EVENT_CLASS(nbd_send_request, + | ^~~~~~~~~~~~~~~~~~~ @@ -4410,3 +5889,3 @@ - from ../include/trace/events/iommu.h:162, - from ../drivers/iommu/iommu-traces.c:13: -../include/trace/events/iommu.h: In function ‘trace_event_raw_event_iommu_group_event’: + from ../drivers/block/null_blk/trace.h:85, + from ../drivers/block/null_blk/zoned.c:7: +../drivers/block/null_blk/./trace.h: In function ‘trace_event_raw_event_nullb_zone_op’: @@ -4419,3 +5898,6 @@ -../include/trace/events/iommu.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 18 | DECLARE_EVENT_CLASS(iommu_group_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/block/null_blk/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ + 33 | TRACE_EVENT(nullb_zone_op, + | ^~~~~~~~~~~ @@ -4428,3 +5910,6 @@ -../include/trace/events/iommu.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 18 | DECLARE_EVENT_CLASS(iommu_group_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/block/null_blk/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ + 33 | TRACE_EVENT(nullb_zone_op, + | ^~~~~~~~~~~ @@ -4437,3 +5922,6 @@ -../include/trace/events/iommu.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 18 | DECLARE_EVENT_CLASS(iommu_group_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/block/null_blk/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ + 33 | TRACE_EVENT(nullb_zone_op, + | ^~~~~~~~~~~ @@ -4446,3 +5934,6 @@ -../include/trace/events/iommu.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 18 | DECLARE_EVENT_CLASS(iommu_group_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/block/null_blk/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ + 33 | TRACE_EVENT(nullb_zone_op, + | ^~~~~~~~~~~ @@ -4455,23 +5946,7 @@ -../include/trace/events/iommu.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 18 | DECLARE_EVENT_CLASS(iommu_group_event, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/iommu.h: In function ‘trace_event_raw_event_iommu_device_event’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/iommu.h:54:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 54 | DECLARE_EVENT_CLASS(iommu_device_event, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/iommu.h:54:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 54 | DECLARE_EVENT_CLASS(iommu_device_event, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/iommu.h: In function ‘trace_event_raw_event_map’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/block/null_blk/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ + 33 | TRACE_EVENT(nullb_zone_op, + | ^~~~~~~~~~~ +../drivers/block/null_blk/./trace.h: In function ‘trace_event_raw_event_nullb_report_zones’: @@ -4487,2 +5962,2 @@ -../include/trace/events/iommu.h:79:1: note: in expansion of macro ‘TRACE_EVENT’ - 79 | TRACE_EVENT(map, +../drivers/block/null_blk/./trace.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ + 62 | TRACE_EVENT(nullb_report_zones, @@ -4499,2 +5974,2 @@ -../include/trace/events/iommu.h:79:1: note: in expansion of macro ‘TRACE_EVENT’ - 79 | TRACE_EVENT(map, +../drivers/block/null_blk/./trace.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ + 62 | TRACE_EVENT(nullb_report_zones, @@ -4502,3 +5977,4 @@ -../include/trace/events/iommu.h: In function ‘trace_event_raw_event_unmap’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +In file included from ../include/trace/define_trace.h:109: +../drivers/block/null_blk/./trace.h: In function ‘perf_trace_nullb_zone_op’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -4506,2 +5982,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -4512,2 +5988,2 @@ -../include/trace/events/iommu.h:103:1: note: in expansion of macro ‘TRACE_EVENT’ - 103 | TRACE_EVENT(unmap, +../drivers/block/null_blk/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ + 33 | TRACE_EVENT(nullb_zone_op, @@ -4515,2 +5991,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -4518,2 +5994,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -4524,2 +6000,2 @@ -../include/trace/events/iommu.h:103:1: note: in expansion of macro ‘TRACE_EVENT’ - 103 | TRACE_EVENT(unmap, +../drivers/block/null_blk/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ + 33 | TRACE_EVENT(nullb_zone_op, @@ -4527,3 +6003,3 @@ -../include/trace/events/iommu.h: In function ‘trace_event_raw_event_iommu_error’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../drivers/block/null_blk/./trace.h: In function ‘perf_trace_nullb_report_zones’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -4531,2 +6007,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -4534,5 +6010,8 @@ -../include/trace/events/iommu.h:127:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 127 | DECLARE_EVENT_CLASS(iommu_error, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/block/null_blk/./trace.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ + 62 | TRACE_EVENT(nullb_report_zones, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -4540,2 +6019,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -4543,38 +6022,2 @@ -../include/trace/events/iommu.h:127:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 127 | DECLARE_EVENT_CLASS(iommu_error, - | ^~~~~~~~~~~~~~~~~~~ -In file included from ../include/trace/define_trace.h:110: -../include/trace/events/iommu.h: In function ‘__bpf_trace_iommu_group_event’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/iommu.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 18 | DECLARE_EVENT_CLASS(iommu_group_event, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/iommu.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 18 | DECLARE_EVENT_CLASS(iommu_group_event, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/iommu.h: In function ‘__bpf_trace_iommu_device_event’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/iommu.h:54:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 54 | DECLARE_EVENT_CLASS(iommu_device_event, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -4582,4 +6025,5 @@ -../include/trace/events/iommu.h:54:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 54 | DECLARE_EVENT_CLASS(iommu_device_event, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/iommu.h: In function ‘__bpf_trace_map’: +../drivers/block/null_blk/./trace.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ + 62 | TRACE_EVENT(nullb_report_zones, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../drivers/block/null_blk/./trace.h: In function ‘__bpf_trace_nullb_zone_op’: @@ -4595,2 +6039,2 @@ -../include/trace/events/iommu.h:79:1: note: in expansion of macro ‘TRACE_EVENT’ - 79 | TRACE_EVENT(map, +../drivers/block/null_blk/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ + 33 | TRACE_EVENT(nullb_zone_op, @@ -4607,2 +6051,2 @@ -../include/trace/events/iommu.h:79:1: note: in expansion of macro ‘TRACE_EVENT’ - 79 | TRACE_EVENT(map, +../drivers/block/null_blk/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ + 33 | TRACE_EVENT(nullb_zone_op, @@ -4610 +6054 @@ -../include/trace/events/iommu.h: In function ‘__bpf_trace_unmap’: +../drivers/block/null_blk/./trace.h: In function ‘__bpf_trace_nullb_report_zones’: @@ -4620,2 +6064,2 @@ -../include/trace/events/iommu.h:103:1: note: in expansion of macro ‘TRACE_EVENT’ - 103 | TRACE_EVENT(unmap, +../drivers/block/null_blk/./trace.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ + 62 | TRACE_EVENT(nullb_report_zones, @@ -4632,2 +6076,2 @@ -../include/trace/events/iommu.h:103:1: note: in expansion of macro ‘TRACE_EVENT’ - 103 | TRACE_EVENT(unmap, +../drivers/block/null_blk/./trace.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ + 62 | TRACE_EVENT(nullb_report_zones, @@ -4635,21 +6079,2 @@ -../include/trace/events/iommu.h: In function ‘__bpf_trace_iommu_error’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/iommu.h:127:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 127 | DECLARE_EVENT_CLASS(iommu_error, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/iommu.h:127:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 127 | DECLARE_EVENT_CLASS(iommu_error, - | ^~~~~~~~~~~~~~~~~~~ -make[5]: *** [../scripts/Makefile.build:244: drivers/iommu/iommu-traces.o] Error 1 -make[4]: *** [../scripts/Makefile.build:485: drivers/iommu] Error 2 +make[6]: *** [../scripts/Makefile.build:244: drivers/block/null_blk/zoned.o] Error 1 +make[5]: *** [../scripts/Makefile.build:485: drivers/block/null_blk] Error 2 @@ -4657,3 +6082,3 @@ - from ../include/trace/events/cpuhp.h:95, - from ../kernel/cpu.c:43: -../include/trace/events/cpuhp.h: In function ‘trace_event_raw_event_cpuhp_enter’: + from ../include/trace/events/maple_tree.h:123, + from ../lib/maple_tree.c:65: +../include/trace/events/maple_tree.h: In function ‘trace_event_raw_event_ma_op’: @@ -4669,2 +6094,2 @@ -../include/trace/events/cpuhp.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ - 10 | TRACE_EVENT(cpuhp_enter, +../include/trace/events/maple_tree.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(ma_op, @@ -4681,2 +6106,2 @@ -../include/trace/events/cpuhp.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ - 10 | TRACE_EVENT(cpuhp_enter, +../include/trace/events/maple_tree.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(ma_op, @@ -4693,2 +6118,2 @@ -../include/trace/events/cpuhp.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ - 10 | TRACE_EVENT(cpuhp_enter, +../include/trace/events/maple_tree.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(ma_op, @@ -4705,2 +6130,2 @@ -../include/trace/events/cpuhp.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ - 10 | TRACE_EVENT(cpuhp_enter, +../include/trace/events/maple_tree.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(ma_op, @@ -4717,2 +6142,2 @@ -../include/trace/events/cpuhp.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ - 10 | TRACE_EVENT(cpuhp_enter, +../include/trace/events/maple_tree.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(ma_op, @@ -4720 +6145 @@ -../include/trace/events/cpuhp.h: In function ‘trace_event_raw_event_cpuhp_multi_enter’: +../include/trace/events/maple_tree.h: In function ‘trace_event_raw_event_ma_read’: @@ -4730,2 +6155,2 @@ -../include/trace/events/cpuhp.h:37:1: note: in expansion of macro ‘TRACE_EVENT’ - 37 | TRACE_EVENT(cpuhp_multi_enter, +../include/trace/events/maple_tree.h:46:1: note: in expansion of macro ‘TRACE_EVENT’ + 46 | TRACE_EVENT(ma_read, @@ -4742,2 +6167,2 @@ -../include/trace/events/cpuhp.h:37:1: note: in expansion of macro ‘TRACE_EVENT’ - 37 | TRACE_EVENT(cpuhp_multi_enter, +../include/trace/events/maple_tree.h:46:1: note: in expansion of macro ‘TRACE_EVENT’ + 46 | TRACE_EVENT(ma_read, @@ -4745 +6170 @@ -../include/trace/events/cpuhp.h: In function ‘trace_event_raw_event_cpuhp_exit’: +../include/trace/events/maple_tree.h: In function ‘trace_event_raw_event_ma_write’: @@ -4755,2 +6180,2 @@ -../include/trace/events/cpuhp.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ - 65 | TRACE_EVENT(cpuhp_exit, +../include/trace/events/maple_tree.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ + 80 | TRACE_EVENT(ma_write, @@ -4767,2 +6192,78 @@ -../include/trace/events/cpuhp.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ - 65 | TRACE_EVENT(cpuhp_exit, +../include/trace/events/maple_tree.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ + 80 | TRACE_EVENT(ma_write, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/maple_tree.h: In function ‘perf_trace_ma_op’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/maple_tree.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(ma_op, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/maple_tree.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(ma_op, + | ^~~~~~~~~~~ +../include/trace/events/maple_tree.h: In function ‘perf_trace_ma_read’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/maple_tree.h:46:1: note: in expansion of macro ‘TRACE_EVENT’ + 46 | TRACE_EVENT(ma_read, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/maple_tree.h:46:1: note: in expansion of macro ‘TRACE_EVENT’ + 46 | TRACE_EVENT(ma_read, + | ^~~~~~~~~~~ +../include/trace/events/maple_tree.h: In function ‘perf_trace_ma_write’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/maple_tree.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ + 80 | TRACE_EVENT(ma_write, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/maple_tree.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ + 80 | TRACE_EVENT(ma_write, @@ -4771 +6272 @@ -../include/trace/events/cpuhp.h: In function ‘__bpf_trace_cpuhp_enter’: +../include/trace/events/maple_tree.h: In function ‘__bpf_trace_ma_op’: @@ -4781,2 +6282,2 @@ -../include/trace/events/cpuhp.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ - 10 | TRACE_EVENT(cpuhp_enter, +../include/trace/events/maple_tree.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(ma_op, @@ -4793,2 +6294,2 @@ -../include/trace/events/cpuhp.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ - 10 | TRACE_EVENT(cpuhp_enter, +../include/trace/events/maple_tree.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(ma_op, @@ -4796 +6297 @@ -../include/trace/events/cpuhp.h: In function ‘__bpf_trace_cpuhp_multi_enter’: +../include/trace/events/maple_tree.h: In function ‘__bpf_trace_ma_read’: @@ -4806,2 +6307,2 @@ -../include/trace/events/cpuhp.h:37:1: note: in expansion of macro ‘TRACE_EVENT’ - 37 | TRACE_EVENT(cpuhp_multi_enter, +../include/trace/events/maple_tree.h:46:1: note: in expansion of macro ‘TRACE_EVENT’ + 46 | TRACE_EVENT(ma_read, @@ -4818,2 +6319,2 @@ -../include/trace/events/cpuhp.h:37:1: note: in expansion of macro ‘TRACE_EVENT’ - 37 | TRACE_EVENT(cpuhp_multi_enter, +../include/trace/events/maple_tree.h:46:1: note: in expansion of macro ‘TRACE_EVENT’ + 46 | TRACE_EVENT(ma_read, @@ -4821 +6322 @@ -../include/trace/events/cpuhp.h: In function ‘__bpf_trace_cpuhp_exit’: +../include/trace/events/maple_tree.h: In function ‘__bpf_trace_ma_write’: @@ -4831,2 +6332,2 @@ -../include/trace/events/cpuhp.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ - 65 | TRACE_EVENT(cpuhp_exit, +../include/trace/events/maple_tree.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ + 80 | TRACE_EVENT(ma_write, @@ -4843,2 +6344,2 @@ -../include/trace/events/cpuhp.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ - 65 | TRACE_EVENT(cpuhp_exit, +../include/trace/events/maple_tree.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ + 80 | TRACE_EVENT(ma_write, @@ -4846 +6347,2 @@ -make[4]: *** [../scripts/Makefile.build:244: kernel/cpu.o] Error 1 +make[4]: *** [../scripts/Makefile.build:244: lib/maple_tree.o] Error 1 +make[3]: *** [../scripts/Makefile.build:485: lib] Error 2 @@ -4848,3 +6350,3 @@ - from ../sound/pci/hda/hda_controller_trace.h:99, - from ../sound/pci/hda/hda_controller.c:32: -../sound/pci/hda/./hda_controller_trace.h: In function ‘trace_event_raw_event_azx_pcm_trigger’: + from ../include/trace/events/regulator.h:174, + from ../drivers/regulator/core.c:32: +../include/trace/events/regulator.h: In function ‘trace_event_raw_event_regulator_basic’: @@ -4857,6 +6359,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../sound/pci/hda/./hda_controller_trace.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(azx_pcm_trigger, - | ^~~~~~~~~~~ +../include/trace/events/regulator.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 15 | DECLARE_EVENT_CLASS(regulator_basic, + | ^~~~~~~~~~~~~~~~~~~ @@ -4869,6 +6368,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../sound/pci/hda/./hda_controller_trace.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(azx_pcm_trigger, - | ^~~~~~~~~~~ +../include/trace/events/regulator.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 15 | DECLARE_EVENT_CLASS(regulator_basic, + | ^~~~~~~~~~~~~~~~~~~ @@ -4881,6 +6377,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../sound/pci/hda/./hda_controller_trace.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(azx_pcm_trigger, - | ^~~~~~~~~~~ +../include/trace/events/regulator.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 15 | DECLARE_EVENT_CLASS(regulator_basic, + | ^~~~~~~~~~~~~~~~~~~ @@ -4893,6 +6386,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../sound/pci/hda/./hda_controller_trace.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(azx_pcm_trigger, - | ^~~~~~~~~~~ +../include/trace/events/regulator.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 15 | DECLARE_EVENT_CLASS(regulator_basic, + | ^~~~~~~~~~~~~~~~~~~ @@ -4905,7 +6395,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../sound/pci/hda/./hda_controller_trace.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(azx_pcm_trigger, - | ^~~~~~~~~~~ -../sound/pci/hda/./hda_controller_trace.h: In function ‘trace_event_raw_event_azx_get_position’: +../include/trace/events/regulator.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 15 | DECLARE_EVENT_CLASS(regulator_basic, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/regulator.h: In function ‘trace_event_raw_event_regulator_range’: @@ -4918,6 +6405,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../sound/pci/hda/./hda_controller_trace.h:35:1: note: in expansion of macro ‘TRACE_EVENT’ - 35 | TRACE_EVENT(azx_get_position, - | ^~~~~~~~~~~ +../include/trace/events/regulator.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 109 | DECLARE_EVENT_CLASS(regulator_range, + | ^~~~~~~~~~~~~~~~~~~ @@ -4930,7 +6414,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../sound/pci/hda/./hda_controller_trace.h:35:1: note: in expansion of macro ‘TRACE_EVENT’ - 35 | TRACE_EVENT(azx_get_position, - | ^~~~~~~~~~~ -../sound/pci/hda/./hda_controller_trace.h: In function ‘trace_event_raw_event_azx_pcm’: +../include/trace/events/regulator.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 109 | DECLARE_EVENT_CLASS(regulator_range, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/regulator.h: In function ‘trace_event_raw_event_regulator_value’: @@ -4943,2 +6424,2 @@ -../sound/pci/hda/./hda_controller_trace.h:58:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 58 | DECLARE_EVENT_CLASS(azx_pcm, +../include/trace/events/regulator.h:143:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 143 | DECLARE_EVENT_CLASS(regulator_value, @@ -4952,2 +6433,60 @@ -../sound/pci/hda/./hda_controller_trace.h:58:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 58 | DECLARE_EVENT_CLASS(azx_pcm, +../include/trace/events/regulator.h:143:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 143 | DECLARE_EVENT_CLASS(regulator_value, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/regulator.h: In function ‘perf_trace_regulator_basic’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/regulator.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 15 | DECLARE_EVENT_CLASS(regulator_basic, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/regulator.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 15 | DECLARE_EVENT_CLASS(regulator_basic, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/regulator.h: In function ‘perf_trace_regulator_range’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/regulator.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 109 | DECLARE_EVENT_CLASS(regulator_range, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/regulator.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 109 | DECLARE_EVENT_CLASS(regulator_range, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/regulator.h: In function ‘perf_trace_regulator_value’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/regulator.h:143:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 143 | DECLARE_EVENT_CLASS(regulator_value, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/regulator.h:143:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 143 | DECLARE_EVENT_CLASS(regulator_value, @@ -4956 +6495 @@ -../sound/pci/hda/./hda_controller_trace.h: In function ‘__bpf_trace_azx_pcm_trigger’: +../include/trace/events/regulator.h: In function ‘__bpf_trace_regulator_basic’: @@ -4963,6 +6502,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../sound/pci/hda/./hda_controller_trace.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(azx_pcm_trigger, - | ^~~~~~~~~~~ +../include/trace/events/regulator.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 15 | DECLARE_EVENT_CLASS(regulator_basic, + | ^~~~~~~~~~~~~~~~~~~ @@ -4975,7 +6511,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../sound/pci/hda/./hda_controller_trace.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(azx_pcm_trigger, - | ^~~~~~~~~~~ -../sound/pci/hda/./hda_controller_trace.h: In function ‘__bpf_trace_azx_get_position’: +../include/trace/events/regulator.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 15 | DECLARE_EVENT_CLASS(regulator_basic, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/regulator.h: In function ‘__bpf_trace_regulator_range’: @@ -4988,6 +6521,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../sound/pci/hda/./hda_controller_trace.h:35:1: note: in expansion of macro ‘TRACE_EVENT’ - 35 | TRACE_EVENT(azx_get_position, - | ^~~~~~~~~~~ +../include/trace/events/regulator.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 109 | DECLARE_EVENT_CLASS(regulator_range, + | ^~~~~~~~~~~~~~~~~~~ @@ -5000,7 +6530,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../sound/pci/hda/./hda_controller_trace.h:35:1: note: in expansion of macro ‘TRACE_EVENT’ - 35 | TRACE_EVENT(azx_get_position, - | ^~~~~~~~~~~ -../sound/pci/hda/./hda_controller_trace.h: In function ‘__bpf_trace_azx_pcm’: +../include/trace/events/regulator.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 109 | DECLARE_EVENT_CLASS(regulator_range, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/regulator.h: In function ‘__bpf_trace_regulator_value’: @@ -5013,2 +6540,2 @@ -../sound/pci/hda/./hda_controller_trace.h:58:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 58 | DECLARE_EVENT_CLASS(azx_pcm, +../include/trace/events/regulator.h:143:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 143 | DECLARE_EVENT_CLASS(regulator_value, @@ -5022,2 +6549,2 @@ -../sound/pci/hda/./hda_controller_trace.h:58:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 58 | DECLARE_EVENT_CLASS(azx_pcm, +../include/trace/events/regulator.h:143:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 143 | DECLARE_EVENT_CLASS(regulator_value, @@ -5025,3 +6552 @@ -make[6]: *** [../scripts/Makefile.build:244: sound/pci/hda/hda_controller.o] Error 1 -make[5]: *** [../scripts/Makefile.build:485: sound/pci/hda] Error 2 -make[4]: *** [../scripts/Makefile.build:485: sound/pci] Error 2 +make[5]: *** [../scripts/Makefile.build:244: drivers/regulator/core.o] Error 1 @@ -5029,3 +6554,3 @@ - from ../include/trace/events/icmp.h:66, - from ../net/ipv4/icmp.c:97: -../include/trace/events/icmp.h: In function ‘trace_event_raw_event_icmp_send’: + from ../drivers/iommu/intel/trace.h:196, + from ../drivers/iommu/intel/trace.c:14: +../include/trace/../../drivers/iommu/intel//trace.h: In function ‘trace_event_raw_event_qi_submit’: @@ -5041,2 +6566,2 @@ -../include/trace/events/icmp.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ - 11 | TRACE_EVENT(icmp_send, +../include/trace/../../drivers/iommu/intel//trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ + 21 | TRACE_EVENT(qi_submit, @@ -5053,2 +6578,2 @@ -../include/trace/events/icmp.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ - 11 | TRACE_EVENT(icmp_send, +../include/trace/../../drivers/iommu/intel//trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ + 21 | TRACE_EVENT(qi_submit, @@ -5065,2 +6590,2 @@ -../include/trace/events/icmp.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ - 11 | TRACE_EVENT(icmp_send, +../include/trace/../../drivers/iommu/intel//trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ + 21 | TRACE_EVENT(qi_submit, @@ -5077,2 +6602,2 @@ -../include/trace/events/icmp.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ - 11 | TRACE_EVENT(icmp_send, +../include/trace/../../drivers/iommu/intel//trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ + 21 | TRACE_EVENT(qi_submit, @@ -5089,2 +6614,2 @@ -../include/trace/events/icmp.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ - 11 | TRACE_EVENT(icmp_send, +../include/trace/../../drivers/iommu/intel//trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ + 21 | TRACE_EVENT(qi_submit, @@ -5092,4 +6617,3 @@ -In file included from ../include/trace/define_trace.h:110: -../include/trace/events/icmp.h: In function ‘__bpf_trace_icmp_send’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/../../drivers/iommu/intel//trace.h: In function ‘trace_event_raw_event_prq_report’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -5097,15 +6621,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/icmp.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ - 11 | TRACE_EVENT(icmp_send, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -5115,2 +6627,2 @@ -../include/trace/events/icmp.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ - 11 | TRACE_EVENT(icmp_send, +../include/trace/../../drivers/iommu/intel//trace.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ + 58 | TRACE_EVENT(prq_report, @@ -5118,7 +6630 @@ -make[5]: *** [../scripts/Makefile.build:244: net/ipv4/icmp.o] Error 1 -make[4]: *** [../scripts/Makefile.build:485: net/ipv4] Error 2 -In file included from ../include/trace/define_trace.h:108, - from ../include/trace/events/task.h:62, - from ../kernel/fork.c:117: -../include/trace/events/task.h: In function ‘trace_event_raw_event_task_newtask’: -../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? @@ -5126 +6632 @@ - | ^~~~~~~~~~~~~~~~~~~~~ + | ^~~~~~~~~~~~~~~~~ @@ -5133,2 +6639,2 @@ -../include/trace/events/task.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ - 9 | TRACE_EVENT(task_newtask, +../include/trace/../../drivers/iommu/intel//trace.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ + 58 | TRACE_EVENT(prq_report, @@ -5135,0 +6642 @@ +../include/trace/../../drivers/iommu/intel//trace.h: In function ‘trace_event_raw_event_cache_tag_log’: @@ -5142,7 +6649,14 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/task.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ - 9 | TRACE_EVENT(task_newtask, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in +../include/trace/../../drivers/iommu/intel//trace.h:93:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 93 | DECLARE_EVENT_CLASS(cache_tag_log, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/iommu/intel//trace.h:93:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 93 | DECLARE_EVENT_CLASS(cache_tag_log, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/iommu/intel//trace.h: In function ‘trace_event_raw_event_cache_tag_flush’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? @@ -5154,6 +6668,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/task.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ - 9 | TRACE_EVENT(task_newtask, - | ^~~~~~~~~~~ +../include/trace/../../drivers/iommu/intel//trace.h:138:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 138 | DECLARE_EVENT_CLASS(cache_tag_flush, + | ^~~~~~~~~~~~~~~~~~~ @@ -5165,0 +6677,11 @@ +../include/trace/../../drivers/iommu/intel//trace.h:138:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 138 | DECLARE_EVENT_CLASS(cache_tag_flush, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../include/trace/../../drivers/iommu/intel//trace.h: In function ‘perf_trace_qi_submit’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -5169,2 +6691,2 @@ -../include/trace/events/task.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ - 9 | TRACE_EVENT(task_newtask, +../include/trace/../../drivers/iommu/intel//trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ + 21 | TRACE_EVENT(qi_submit, @@ -5172,5 +6694,5 @@ -../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] - 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ - | ^~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -5181,2 +6703,2 @@ -../include/trace/events/task.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ - 9 | TRACE_EVENT(task_newtask, +../include/trace/../../drivers/iommu/intel//trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ + 21 | TRACE_EVENT(qi_submit, @@ -5184,3 +6706,3 @@ -../include/trace/events/task.h: In function ‘trace_event_raw_event_task_rename’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/../../drivers/iommu/intel//trace.h: In function ‘perf_trace_prq_report’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -5188,2 +6710,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -5194,2 +6716,2 @@ -../include/trace/events/task.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ - 34 | TRACE_EVENT(task_rename, +../include/trace/../../drivers/iommu/intel//trace.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ + 58 | TRACE_EVENT(prq_report, @@ -5197,2 +6719,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -5200,2 +6722,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -5206,2 +6728,2 @@ -../include/trace/events/task.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ - 34 | TRACE_EVENT(task_rename, +../include/trace/../../drivers/iommu/intel//trace.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ + 58 | TRACE_EVENT(prq_report, @@ -5208,0 +6731,38 @@ +../include/trace/../../drivers/iommu/intel//trace.h: In function ‘perf_trace_cache_tag_log’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/iommu/intel//trace.h:93:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 93 | DECLARE_EVENT_CLASS(cache_tag_log, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/iommu/intel//trace.h:93:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 93 | DECLARE_EVENT_CLASS(cache_tag_log, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/iommu/intel//trace.h: In function ‘perf_trace_cache_tag_flush’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/iommu/intel//trace.h:138:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 138 | DECLARE_EVENT_CLASS(cache_tag_flush, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/iommu/intel//trace.h:138:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 138 | DECLARE_EVENT_CLASS(cache_tag_flush, + | ^~~~~~~~~~~~~~~~~~~ @@ -5210 +6770 @@ -../include/trace/events/task.h: In function ‘__bpf_trace_task_newtask’: +../include/trace/../../drivers/iommu/intel//trace.h: In function ‘__bpf_trace_qi_submit’: @@ -5220,2 +6780,2 @@ -../include/trace/events/task.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ - 9 | TRACE_EVENT(task_newtask, +../include/trace/../../drivers/iommu/intel//trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ + 21 | TRACE_EVENT(qi_submit, @@ -5232,2 +6792,2 @@ -../include/trace/events/task.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ - 9 | TRACE_EVENT(task_newtask, +../include/trace/../../drivers/iommu/intel//trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ + 21 | TRACE_EVENT(qi_submit, @@ -5235 +6795 @@ -../include/trace/events/task.h: In function ‘__bpf_trace_task_rename’: +../include/trace/../../drivers/iommu/intel//trace.h: In function ‘__bpf_trace_prq_report’: @@ -5245,2 +6805,2 @@ -../include/trace/events/task.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ - 34 | TRACE_EVENT(task_rename, +../include/trace/../../drivers/iommu/intel//trace.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ + 58 | TRACE_EVENT(prq_report, @@ -5257,2 +6817,2 @@ -../include/trace/events/task.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ - 34 | TRACE_EVENT(task_rename, +../include/trace/../../drivers/iommu/intel//trace.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ + 58 | TRACE_EVENT(prq_report, @@ -5260 +6820,42 @@ -make[4]: *** [../scripts/Makefile.build:244: kernel/fork.o] Error 1 +../include/trace/../../drivers/iommu/intel//trace.h: In function ‘__bpf_trace_cache_tag_log’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/iommu/intel//trace.h:93:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 93 | DECLARE_EVENT_CLASS(cache_tag_log, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/iommu/intel//trace.h:93:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 93 | DECLARE_EVENT_CLASS(cache_tag_log, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/iommu/intel//trace.h: In function ‘__bpf_trace_cache_tag_flush’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/iommu/intel//trace.h:138:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 138 | DECLARE_EVENT_CLASS(cache_tag_flush, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/iommu/intel//trace.h:138:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 138 | DECLARE_EVENT_CLASS(cache_tag_flush, + | ^~~~~~~~~~~~~~~~~~~ +make[6]: *** [../scripts/Makefile.build:244: drivers/iommu/intel/trace.o] Error 1 +make[5]: *** [../scripts/Makefile.build:485: drivers/iommu/intel] Error 2 +make[5]: *** Waiting for unfinished jobs.... +make[4]: *** [../scripts/Makefile.build:485: drivers/regulator] Error 2 @@ -5262,3 +6863,3 @@ - from ../include/trace/events/signal.h:125, - from ../kernel/signal.c:53: -../include/trace/events/signal.h: In function ‘trace_event_raw_event_signal_generate’: + from ../include/trace/events/notifier.h:69, + from ../kernel/notifier.c:11: +../include/trace/events/notifier.h: In function ‘trace_event_raw_event_notifier_info’: @@ -5271,6 +6872,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/signal.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ - 50 | TRACE_EVENT(signal_generate, - | ^~~~~~~~~~~ +../include/trace/events/notifier.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 10 | DECLARE_EVENT_CLASS(notifier_info, + | ^~~~~~~~~~~~~~~~~~~ @@ -5283,6 +6881,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/signal.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ - 50 | TRACE_EVENT(signal_generate, - | ^~~~~~~~~~~ +../include/trace/events/notifier.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 10 | DECLARE_EVENT_CLASS(notifier_info, + | ^~~~~~~~~~~~~~~~~~~ @@ -5295,6 +6890,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/signal.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ - 50 | TRACE_EVENT(signal_generate, - | ^~~~~~~~~~~ +../include/trace/events/notifier.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 10 | DECLARE_EVENT_CLASS(notifier_info, + | ^~~~~~~~~~~~~~~~~~~ @@ -5307,6 +6899,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/signal.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ - 50 | TRACE_EVENT(signal_generate, - | ^~~~~~~~~~~ +../include/trace/events/notifier.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 10 | DECLARE_EVENT_CLASS(notifier_info, + | ^~~~~~~~~~~~~~~~~~~ @@ -5319,9 +6908,7 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/signal.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ - 50 | TRACE_EVENT(signal_generate, - | ^~~~~~~~~~~ -../include/trace/events/signal.h: In function ‘trace_event_raw_event_signal_deliver’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/notifier.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 10 | DECLARE_EVENT_CLASS(notifier_info, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/notifier.h: In function ‘perf_trace_notifier_info’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -5329,2 +6916,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -5332,8 +6919,5 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/signal.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ - 96 | TRACE_EVENT(signal_deliver, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/notifier.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 10 | DECLARE_EVENT_CLASS(notifier_info, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -5341,2 +6925,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -5344,5 +6928,113 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/signal.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ - 96 | TRACE_EVENT(signal_deliver, +../include/trace/events/notifier.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 10 | DECLARE_EVENT_CLASS(notifier_info, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../include/trace/events/notifier.h: In function ‘__bpf_trace_notifier_info’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/notifier.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 10 | DECLARE_EVENT_CLASS(notifier_info, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/notifier.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 10 | DECLARE_EVENT_CLASS(notifier_info, + | ^~~~~~~~~~~~~~~~~~~ +make[4]: *** [../scripts/Makefile.build:244: kernel/notifier.o] Error 1 +In file included from ../include/trace/define_trace.h:108, + from ../include/trace/events/fib6.h:89, + from ../net/ipv6/route.c:74: +../include/trace/events/fib6.h: In function ‘trace_event_raw_event_fib6_table_lookup’: +../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/fib6.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(fib6_table_lookup, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/fib6.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(fib6_table_lookup, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/fib6.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(fib6_table_lookup, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/fib6.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(fib6_table_lookup, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] + 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ + | ^~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/fib6.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(fib6_table_lookup, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/fib6.h: In function ‘perf_trace_fib6_table_lookup’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/fib6.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(fib6_table_lookup, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/fib6.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(fib6_table_lookup, @@ -5351 +7043 @@ -../include/trace/events/signal.h: In function ‘__bpf_trace_signal_generate’: +../include/trace/events/fib6.h: In function ‘__bpf_trace_fib6_table_lookup’: @@ -5361,2 +7053,2 @@ -../include/trace/events/signal.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ - 50 | TRACE_EVENT(signal_generate, +../include/trace/events/fib6.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(fib6_table_lookup, @@ -5373,2 +7065,2 @@ -../include/trace/events/signal.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ - 50 | TRACE_EVENT(signal_generate, +../include/trace/events/fib6.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(fib6_table_lookup, @@ -5376 +7068,144 @@ -../include/trace/events/signal.h: In function ‘__bpf_trace_signal_deliver’: +make[5]: *** [../scripts/Makefile.build:244: net/ipv6/route.o] Error 1 +make[4]: *** [../scripts/Makefile.build:485: net/ipv6] Error 2 +In file included from ../include/trace/define_trace.h:108, + from ../include/trace/events/task.h:62, + from ../kernel/fork.c:117: +../include/trace/events/task.h: In function ‘trace_event_raw_event_task_newtask’: +../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/task.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ + 9 | TRACE_EVENT(task_newtask, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/task.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ + 9 | TRACE_EVENT(task_newtask, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/task.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ + 9 | TRACE_EVENT(task_newtask, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/task.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ + 9 | TRACE_EVENT(task_newtask, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] + 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ + | ^~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/task.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ + 9 | TRACE_EVENT(task_newtask, + | ^~~~~~~~~~~ +../include/trace/events/task.h: In function ‘trace_event_raw_event_task_rename’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/task.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ + 34 | TRACE_EVENT(task_rename, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/task.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ + 34 | TRACE_EVENT(task_rename, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/task.h: In function ‘perf_trace_task_newtask’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/task.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ + 9 | TRACE_EVENT(task_newtask, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/task.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ + 9 | TRACE_EVENT(task_newtask, + | ^~~~~~~~~~~ +../include/trace/events/task.h: In function ‘perf_trace_task_rename’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/task.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ + 34 | TRACE_EVENT(task_rename, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/task.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ + 34 | TRACE_EVENT(task_rename, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../include/trace/events/task.h: In function ‘__bpf_trace_task_newtask’: @@ -5386,2 +7221,2 @@ -../include/trace/events/signal.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ - 96 | TRACE_EVENT(signal_deliver, +../include/trace/events/task.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ + 9 | TRACE_EVENT(task_newtask, @@ -5398,2 +7233,2 @@ -../include/trace/events/signal.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ - 96 | TRACE_EVENT(signal_deliver, +../include/trace/events/task.h:9:1: note: in expansion of macro ‘TRACE_EVENT’ + 9 | TRACE_EVENT(task_newtask, @@ -5401 +7236,277 @@ -make[4]: *** [../scripts/Makefile.build:244: kernel/signal.o] Error 1 +../include/trace/events/task.h: In function ‘__bpf_trace_task_rename’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/task.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ + 34 | TRACE_EVENT(task_rename, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/task.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ + 34 | TRACE_EVENT(task_rename, + | ^~~~~~~~~~~ +make[4]: *** [../scripts/Makefile.build:244: kernel/fork.o] Error 1 +In file included from ../include/trace/define_trace.h:108, + from ../sound/pci/hda/hda_controller_trace.h:99, + from ../sound/pci/hda/hda_controller.c:32: +../sound/pci/hda/./hda_controller_trace.h: In function ‘trace_event_raw_event_azx_pcm_trigger’: +../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/pci/hda/./hda_controller_trace.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(azx_pcm_trigger, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/pci/hda/./hda_controller_trace.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(azx_pcm_trigger, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/pci/hda/./hda_controller_trace.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(azx_pcm_trigger, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/pci/hda/./hda_controller_trace.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(azx_pcm_trigger, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] + 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ + | ^~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/pci/hda/./hda_controller_trace.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(azx_pcm_trigger, + | ^~~~~~~~~~~ +../sound/pci/hda/./hda_controller_trace.h: In function ‘trace_event_raw_event_azx_get_position’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/pci/hda/./hda_controller_trace.h:35:1: note: in expansion of macro ‘TRACE_EVENT’ + 35 | TRACE_EVENT(azx_get_position, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/pci/hda/./hda_controller_trace.h:35:1: note: in expansion of macro ‘TRACE_EVENT’ + 35 | TRACE_EVENT(azx_get_position, + | ^~~~~~~~~~~ +../sound/pci/hda/./hda_controller_trace.h: In function ‘trace_event_raw_event_azx_pcm’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../sound/pci/hda/./hda_controller_trace.h:58:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 58 | DECLARE_EVENT_CLASS(azx_pcm, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../sound/pci/hda/./hda_controller_trace.h:58:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 58 | DECLARE_EVENT_CLASS(azx_pcm, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../sound/pci/hda/./hda_controller_trace.h: In function ‘perf_trace_azx_pcm_trigger’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/pci/hda/./hda_controller_trace.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(azx_pcm_trigger, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/pci/hda/./hda_controller_trace.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(azx_pcm_trigger, + | ^~~~~~~~~~~ +../sound/pci/hda/./hda_controller_trace.h: In function ‘perf_trace_azx_get_position’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/pci/hda/./hda_controller_trace.h:35:1: note: in expansion of macro ‘TRACE_EVENT’ + 35 | TRACE_EVENT(azx_get_position, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/pci/hda/./hda_controller_trace.h:35:1: note: in expansion of macro ‘TRACE_EVENT’ + 35 | TRACE_EVENT(azx_get_position, + | ^~~~~~~~~~~ +../sound/pci/hda/./hda_controller_trace.h: In function ‘perf_trace_azx_pcm’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../sound/pci/hda/./hda_controller_trace.h:58:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 58 | DECLARE_EVENT_CLASS(azx_pcm, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../sound/pci/hda/./hda_controller_trace.h:58:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 58 | DECLARE_EVENT_CLASS(azx_pcm, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../sound/pci/hda/./hda_controller_trace.h: In function ‘__bpf_trace_azx_pcm_trigger’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/pci/hda/./hda_controller_trace.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(azx_pcm_trigger, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/pci/hda/./hda_controller_trace.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(azx_pcm_trigger, + | ^~~~~~~~~~~ +../sound/pci/hda/./hda_controller_trace.h: In function ‘__bpf_trace_azx_get_position’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/pci/hda/./hda_controller_trace.h:35:1: note: in expansion of macro ‘TRACE_EVENT’ + 35 | TRACE_EVENT(azx_get_position, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/pci/hda/./hda_controller_trace.h:35:1: note: in expansion of macro ‘TRACE_EVENT’ + 35 | TRACE_EVENT(azx_get_position, + | ^~~~~~~~~~~ +../sound/pci/hda/./hda_controller_trace.h: In function ‘__bpf_trace_azx_pcm’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../sound/pci/hda/./hda_controller_trace.h:58:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 58 | DECLARE_EVENT_CLASS(azx_pcm, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../sound/pci/hda/./hda_controller_trace.h:58:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 58 | DECLARE_EVENT_CLASS(azx_pcm, + | ^~~~~~~~~~~~~~~~~~~ +make[6]: *** [../scripts/Makefile.build:244: sound/pci/hda/hda_controller.o] Error 1 +make[5]: *** [../scripts/Makefile.build:485: sound/pci/hda] Error 2 +make[4]: *** [../scripts/Makefile.build:485: sound/pci] Error 2 @@ -5515,0 +7627,76 @@ +In file included from ../include/trace/define_trace.h:109: +../drivers/misc/mei/./mei-trace.h: In function ‘perf_trace_mei_reg_read’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/misc/mei/./mei-trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ + 19 | TRACE_EVENT(mei_reg_read, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/misc/mei/./mei-trace.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ + 19 | TRACE_EVENT(mei_reg_read, + | ^~~~~~~~~~~ +../drivers/misc/mei/./mei-trace.h: In function ‘perf_trace_mei_reg_write’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/misc/mei/./mei-trace.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ + 38 | TRACE_EVENT(mei_reg_write, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/misc/mei/./mei-trace.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ + 38 | TRACE_EVENT(mei_reg_write, + | ^~~~~~~~~~~ +../drivers/misc/mei/./mei-trace.h: In function ‘perf_trace_mei_pci_cfg_read’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/misc/mei/./mei-trace.h:57:1: note: in expansion of macro ‘TRACE_EVENT’ + 57 | TRACE_EVENT(mei_pci_cfg_read, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/misc/mei/./mei-trace.h:57:1: note: in expansion of macro ‘TRACE_EVENT’ + 57 | TRACE_EVENT(mei_pci_cfg_read, + | ^~~~~~~~~~~ @@ -5596,3 +7783,3 @@ - from ../drivers/bus/mhi/host/trace.h:282, - from ../drivers/bus/mhi/host/init.c:24: -../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘trace_event_raw_event_mhi_gen_tre’: + from ../drivers/nvme/target/trace.h:170, + from ../drivers/nvme/target/core.c:16: +../drivers/nvme/target/./trace.h: In function ‘trace_event_raw_event_nvmet_req_init’: @@ -5608,2 +7795,2 @@ -../include/trace/../../drivers/bus/mhi/host/trace.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ - 89 | TRACE_EVENT(mhi_gen_tre, +../drivers/nvme/target/./trace.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ + 66 | TRACE_EVENT(nvmet_req_init, @@ -5620,2 +7807,2 @@ -../include/trace/../../drivers/bus/mhi/host/trace.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ - 89 | TRACE_EVENT(mhi_gen_tre, +../drivers/nvme/target/./trace.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ + 66 | TRACE_EVENT(nvmet_req_init, @@ -5632,2 +7819,2 @@ -../include/trace/../../drivers/bus/mhi/host/trace.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ - 89 | TRACE_EVENT(mhi_gen_tre, +../drivers/nvme/target/./trace.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ + 66 | TRACE_EVENT(nvmet_req_init, @@ -5644,2 +7831,2 @@ -../include/trace/../../drivers/bus/mhi/host/trace.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ - 89 | TRACE_EVENT(mhi_gen_tre, +../drivers/nvme/target/./trace.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ + 66 | TRACE_EVENT(nvmet_req_init, @@ -5656,2 +7843,2 @@ -../include/trace/../../drivers/bus/mhi/host/trace.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ - 89 | TRACE_EVENT(mhi_gen_tre, +../drivers/nvme/target/./trace.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ + 66 | TRACE_EVENT(nvmet_req_init, @@ -5659 +7846 @@ -../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘trace_event_raw_event_mhi_intvec_states’: +../drivers/nvme/target/./trace.h: In function ‘trace_event_raw_event_nvmet_req_complete’: @@ -5669,2 +7856,2 @@ -../include/trace/../../drivers/bus/mhi/host/trace.h:119:1: note: in expansion of macro ‘TRACE_EVENT’ - 119 | TRACE_EVENT(mhi_intvec_states, +../drivers/nvme/target/./trace.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ + 108 | TRACE_EVENT(nvmet_req_complete, @@ -5681,2 +7868,2 @@ -../include/trace/../../drivers/bus/mhi/host/trace.h:119:1: note: in expansion of macro ‘TRACE_EVENT’ - 119 | TRACE_EVENT(mhi_intvec_states, +../drivers/nvme/target/./trace.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ + 108 | TRACE_EVENT(nvmet_req_complete, @@ -5684 +7871 @@ -../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘trace_event_raw_event_mhi_tryset_pm_state’: +../drivers/nvme/target/./trace.h: In function ‘trace_event_raw_event_nvmet_async_event’: @@ -5694,2 +7881,2 @@ -../include/trace/../../drivers/bus/mhi/host/trace.h:149:1: note: in expansion of macro ‘TRACE_EVENT’ - 149 | TRACE_EVENT(mhi_tryset_pm_state, +../drivers/nvme/target/./trace.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ + 136 | TRACE_EVENT(nvmet_async_event, @@ -5706,2 +7893,2 @@ -../include/trace/../../drivers/bus/mhi/host/trace.h:149:1: note: in expansion of macro ‘TRACE_EVENT’ - 149 | TRACE_EVENT(mhi_tryset_pm_state, +../drivers/nvme/target/./trace.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ + 136 | TRACE_EVENT(nvmet_async_event, @@ -5709,3 +7896,4 @@ -../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘trace_event_raw_event_mhi_process_event_ring’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +In file included from ../include/trace/define_trace.h:109: +../drivers/nvme/target/./trace.h: In function ‘perf_trace_nvmet_req_init’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -5713,2 +7901,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -5716,5 +7904,8 @@ -../include/trace/../../drivers/bus/mhi/host/trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 171 | DECLARE_EVENT_CLASS(mhi_process_event_ring, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/nvme/target/./trace.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ + 66 | TRACE_EVENT(nvmet_req_init, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -5722,2 +7913,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -5725,6 +7916,9 @@ -../include/trace/../../drivers/bus/mhi/host/trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 171 | DECLARE_EVENT_CLASS(mhi_process_event_ring, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘trace_event_raw_event_mhi_update_channel_state’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/nvme/target/./trace.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ + 66 | TRACE_EVENT(nvmet_req_init, + | ^~~~~~~~~~~ +../drivers/nvme/target/./trace.h: In function ‘perf_trace_nvmet_req_complete’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -5732,2 +7926,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -5735,5 +7929,8 @@ -../include/trace/../../drivers/bus/mhi/host/trace.h:214:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 214 | DECLARE_EVENT_CLASS(mhi_update_channel_state, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/nvme/target/./trace.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ + 108 | TRACE_EVENT(nvmet_req_complete, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -5741,2 +7938,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -5744,6 +7941,9 @@ -../include/trace/../../drivers/bus/mhi/host/trace.h:214:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 214 | DECLARE_EVENT_CLASS(mhi_update_channel_state, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘trace_event_raw_event_mhi_pm_st_transition’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/nvme/target/./trace.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ + 108 | TRACE_EVENT(nvmet_req_complete, + | ^~~~~~~~~~~ +../drivers/nvme/target/./trace.h: In function ‘perf_trace_nvmet_async_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -5751,2 +7951,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -5757,2 +7957,2 @@ -../include/trace/../../drivers/bus/mhi/host/trace.h:256:1: note: in expansion of macro ‘TRACE_EVENT’ - 256 | TRACE_EVENT(mhi_pm_st_transition, +../drivers/nvme/target/./trace.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ + 136 | TRACE_EVENT(nvmet_async_event, @@ -5760,2 +7960,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -5763,2 +7963,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -5769,2 +7969,2 @@ -../include/trace/../../drivers/bus/mhi/host/trace.h:256:1: note: in expansion of macro ‘TRACE_EVENT’ - 256 | TRACE_EVENT(mhi_pm_st_transition, +../drivers/nvme/target/./trace.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ + 136 | TRACE_EVENT(nvmet_async_event, @@ -5773 +7973 @@ -../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘__bpf_trace_mhi_gen_tre’: +../drivers/nvme/target/./trace.h: In function ‘__bpf_trace_nvmet_req_init’: @@ -5783,2 +7983,2 @@ -../include/trace/../../drivers/bus/mhi/host/trace.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ - 89 | TRACE_EVENT(mhi_gen_tre, +../drivers/nvme/target/./trace.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ + 66 | TRACE_EVENT(nvmet_req_init, @@ -5795,2 +7995,2 @@ -../include/trace/../../drivers/bus/mhi/host/trace.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ - 89 | TRACE_EVENT(mhi_gen_tre, +../drivers/nvme/target/./trace.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ + 66 | TRACE_EVENT(nvmet_req_init, @@ -5798 +7998 @@ -../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘__bpf_trace_mhi_intvec_states’: +../drivers/nvme/target/./trace.h: In function ‘__bpf_trace_nvmet_req_complete’: @@ -5808,2 +8008,2 @@ -../include/trace/../../drivers/bus/mhi/host/trace.h:119:1: note: in expansion of macro ‘TRACE_EVENT’ - 119 | TRACE_EVENT(mhi_intvec_states, +../drivers/nvme/target/./trace.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ + 108 | TRACE_EVENT(nvmet_req_complete, @@ -5820,2 +8020,2 @@ -../include/trace/../../drivers/bus/mhi/host/trace.h:119:1: note: in expansion of macro ‘TRACE_EVENT’ - 119 | TRACE_EVENT(mhi_intvec_states, +../drivers/nvme/target/./trace.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ + 108 | TRACE_EVENT(nvmet_req_complete, @@ -5823 +8023 @@ -../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘__bpf_trace_mhi_tryset_pm_state’: +../drivers/nvme/target/./trace.h: In function ‘__bpf_trace_nvmet_async_event’: @@ -5833,2 +8033,2 @@ -../include/trace/../../drivers/bus/mhi/host/trace.h:149:1: note: in expansion of macro ‘TRACE_EVENT’ - 149 | TRACE_EVENT(mhi_tryset_pm_state, +../drivers/nvme/target/./trace.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ + 136 | TRACE_EVENT(nvmet_async_event, @@ -5845,2 +8045,2 @@ -../include/trace/../../drivers/bus/mhi/host/trace.h:149:1: note: in expansion of macro ‘TRACE_EVENT’ - 149 | TRACE_EVENT(mhi_tryset_pm_state, +../drivers/nvme/target/./trace.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ + 136 | TRACE_EVENT(nvmet_async_event, @@ -5848,3 +8048,18 @@ -../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘__bpf_trace_mhi_process_event_ring’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +make[6]: *** [../scripts/Makefile.build:244: drivers/nvme/target/core.o] Error 1 +make[5]: *** [../scripts/Makefile.build:485: drivers/nvme/target] Error 2 +make[5]: *** Waiting for unfinished jobs.... +In file included from ../include/trace/define_trace.h:108, + from ../drivers/base/trace.h:56, + from ../drivers/base/trace.c:10: +../drivers/base/./trace.h: In function ‘trace_event_raw_event_devres’: +../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/base/./trace.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 19 | DECLARE_EVENT_CLASS(devres, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -5852,5 +8067,5 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../drivers/bus/mhi/host/trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 171 | DECLARE_EVENT_CLASS(mhi_process_event_ring, +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/base/./trace.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 19 | DECLARE_EVENT_CLASS(devres, @@ -5858,8 +8073,8 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../drivers/bus/mhi/host/trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 171 | DECLARE_EVENT_CLASS(mhi_process_event_ring, +../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/base/./trace.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 19 | DECLARE_EVENT_CLASS(devres, @@ -5867,3 +8082,22 @@ -../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘__bpf_trace_mhi_update_channel_state’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/base/./trace.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 19 | DECLARE_EVENT_CLASS(devres, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] + 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ + | ^~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/base/./trace.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 19 | DECLARE_EVENT_CLASS(devres, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../drivers/base/./trace.h: In function ‘perf_trace_devres’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -5871,5 +8105,5 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../drivers/bus/mhi/host/trace.h:214:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 214 | DECLARE_EVENT_CLASS(mhi_update_channel_state, +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/base/./trace.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 19 | DECLARE_EVENT_CLASS(devres, @@ -5877,8 +8111,8 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../drivers/bus/mhi/host/trace.h:214:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 214 | DECLARE_EVENT_CLASS(mhi_update_channel_state, +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/base/./trace.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 19 | DECLARE_EVENT_CLASS(devres, @@ -5886 +8120,2 @@ -../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘__bpf_trace_mhi_pm_st_transition’: +In file included from ../include/trace/define_trace.h:110: +../drivers/base/./trace.h: In function ‘__bpf_trace_devres’: @@ -5893,6 +8128,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../drivers/bus/mhi/host/trace.h:256:1: note: in expansion of macro ‘TRACE_EVENT’ - 256 | TRACE_EVENT(mhi_pm_st_transition, - | ^~~~~~~~~~~ +../drivers/base/./trace.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 19 | DECLARE_EVENT_CLASS(devres, + | ^~~~~~~~~~~~~~~~~~~ @@ -5905,10 +8137,5 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../drivers/bus/mhi/host/trace.h:256:1: note: in expansion of macro ‘TRACE_EVENT’ - 256 | TRACE_EVENT(mhi_pm_st_transition, - | ^~~~~~~~~~~ -make[7]: *** [../scripts/Makefile.build:244: drivers/bus/mhi/host/init.o] Error 1 -make[6]: *** [../scripts/Makefile.build:485: drivers/bus/mhi/host] Error 2 -make[5]: *** [../scripts/Makefile.build:485: drivers/bus/mhi] Error 2 -make[4]: *** [../scripts/Makefile.build:485: drivers/bus] Error 2 +../drivers/base/./trace.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 19 | DECLARE_EVENT_CLASS(devres, + | ^~~~~~~~~~~~~~~~~~~ +make[5]: *** [../scripts/Makefile.build:244: drivers/base/trace.o] Error 1 +make[5]: *** Waiting for unfinished jobs.... @@ -5916,3 +8143,3 @@ - from ../include/trace/events/fib6.h:89, - from ../net/ipv6/route.c:74: -../include/trace/events/fib6.h: In function ‘trace_event_raw_event_fib6_table_lookup’: + from ../drivers/soc/qcom/pmic_pdcharger_ulog.h:36, + from ../drivers/soc/qcom/pmic_pdcharger_ulog.c:15: +../drivers/soc/qcom/./pmic_pdcharger_ulog.h: In function ‘trace_event_raw_event_pmic_pdcharger_ulog_msg’: @@ -5928,2 +8155,2 @@ -../include/trace/events/fib6.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ - 13 | TRACE_EVENT(fib6_table_lookup, +../drivers/soc/qcom/./pmic_pdcharger_ulog.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(pmic_pdcharger_ulog_msg, @@ -5940,2 +8167,2 @@ -../include/trace/events/fib6.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ - 13 | TRACE_EVENT(fib6_table_lookup, +../drivers/soc/qcom/./pmic_pdcharger_ulog.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(pmic_pdcharger_ulog_msg, @@ -5952,2 +8179,2 @@ -../include/trace/events/fib6.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ - 13 | TRACE_EVENT(fib6_table_lookup, +../drivers/soc/qcom/./pmic_pdcharger_ulog.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(pmic_pdcharger_ulog_msg, @@ -5964,2 +8191,2 @@ -../include/trace/events/fib6.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ - 13 | TRACE_EVENT(fib6_table_lookup, +../drivers/soc/qcom/./pmic_pdcharger_ulog.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(pmic_pdcharger_ulog_msg, @@ -5976,2 +8203,28 @@ -../include/trace/events/fib6.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ - 13 | TRACE_EVENT(fib6_table_lookup, +../drivers/soc/qcom/./pmic_pdcharger_ulog.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(pmic_pdcharger_ulog_msg, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../drivers/soc/qcom/./pmic_pdcharger_ulog.h: In function ‘perf_trace_pmic_pdcharger_ulog_msg’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/soc/qcom/./pmic_pdcharger_ulog.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(pmic_pdcharger_ulog_msg, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/soc/qcom/./pmic_pdcharger_ulog.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(pmic_pdcharger_ulog_msg, @@ -5980 +8233 @@ -../include/trace/events/fib6.h: In function ‘__bpf_trace_fib6_table_lookup’: +../drivers/soc/qcom/./pmic_pdcharger_ulog.h: In function ‘__bpf_trace_pmic_pdcharger_ulog_msg’: @@ -5990,2 +8243,2 @@ -../include/trace/events/fib6.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ - 13 | TRACE_EVENT(fib6_table_lookup, +../drivers/soc/qcom/./pmic_pdcharger_ulog.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(pmic_pdcharger_ulog_msg, @@ -6002,2 +8255,2 @@ -../include/trace/events/fib6.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ - 13 | TRACE_EVENT(fib6_table_lookup, +../drivers/soc/qcom/./pmic_pdcharger_ulog.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(pmic_pdcharger_ulog_msg, @@ -6005,2 +8258,3 @@ -make[5]: *** [../scripts/Makefile.build:244: net/ipv6/route.o] Error 1 -make[4]: *** [../scripts/Makefile.build:485: net/ipv6] Error 2 +make[6]: *** [../scripts/Makefile.build:244: drivers/soc/qcom/pmic_pdcharger_ulog.o] Error 1 +make[5]: *** [../scripts/Makefile.build:485: drivers/soc/qcom] Error 2 +make[4]: *** [../scripts/Makefile.build:485: drivers/soc] Error 2 @@ -6008,3 +8262,3 @@ - from ../include/trace/events/regulator.h:174, - from ../drivers/regulator/core.c:32: -../include/trace/events/regulator.h: In function ‘trace_event_raw_event_regulator_basic’: + from ../drivers/bus/mhi/host/trace.h:282, + from ../drivers/bus/mhi/host/init.c:24: +../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘trace_event_raw_event_mhi_gen_tre’: @@ -6017,3 +8271,6 @@ -../include/trace/events/regulator.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 15 | DECLARE_EVENT_CLASS(regulator_basic, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/bus/mhi/host/trace.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ + 89 | TRACE_EVENT(mhi_gen_tre, + | ^~~~~~~~~~~ @@ -6026,3 +8283,6 @@ -../include/trace/events/regulator.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 15 | DECLARE_EVENT_CLASS(regulator_basic, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/bus/mhi/host/trace.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ + 89 | TRACE_EVENT(mhi_gen_tre, + | ^~~~~~~~~~~ @@ -6035,3 +8295,6 @@ -../include/trace/events/regulator.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 15 | DECLARE_EVENT_CLASS(regulator_basic, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/bus/mhi/host/trace.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ + 89 | TRACE_EVENT(mhi_gen_tre, + | ^~~~~~~~~~~ @@ -6044,3 +8307,6 @@ -../include/trace/events/regulator.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 15 | DECLARE_EVENT_CLASS(regulator_basic, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/bus/mhi/host/trace.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ + 89 | TRACE_EVENT(mhi_gen_tre, + | ^~~~~~~~~~~ @@ -6053,4 +8319,7 @@ -../include/trace/events/regulator.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 15 | DECLARE_EVENT_CLASS(regulator_basic, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/regulator.h: In function ‘trace_event_raw_event_regulator_range’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/bus/mhi/host/trace.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ + 89 | TRACE_EVENT(mhi_gen_tre, + | ^~~~~~~~~~~ +../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘trace_event_raw_event_mhi_intvec_states’: @@ -6063,3 +8332,6 @@ -../include/trace/events/regulator.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 109 | DECLARE_EVENT_CLASS(regulator_range, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/bus/mhi/host/trace.h:119:1: note: in expansion of macro ‘TRACE_EVENT’ + 119 | TRACE_EVENT(mhi_intvec_states, + | ^~~~~~~~~~~ @@ -6072,4 +8344,7 @@ -../include/trace/events/regulator.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 109 | DECLARE_EVENT_CLASS(regulator_range, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/regulator.h: In function ‘trace_event_raw_event_regulator_value’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/bus/mhi/host/trace.h:119:1: note: in expansion of macro ‘TRACE_EVENT’ + 119 | TRACE_EVENT(mhi_intvec_states, + | ^~~~~~~~~~~ +../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘trace_event_raw_event_mhi_tryset_pm_state’: @@ -6082,3 +8357,6 @@ -../include/trace/events/regulator.h:143:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 143 | DECLARE_EVENT_CLASS(regulator_value, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/bus/mhi/host/trace.h:149:1: note: in expansion of macro ‘TRACE_EVENT’ + 149 | TRACE_EVENT(mhi_tryset_pm_state, + | ^~~~~~~~~~~ @@ -6091,19 +8369,2 @@ -../include/trace/events/regulator.h:143:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 143 | DECLARE_EVENT_CLASS(regulator_value, - | ^~~~~~~~~~~~~~~~~~~ -In file included from ../include/trace/define_trace.h:110: -../include/trace/events/regulator.h: In function ‘__bpf_trace_regulator_basic’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/regulator.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 15 | DECLARE_EVENT_CLASS(regulator_basic, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -6111,6 +8372,6 @@ -../include/trace/events/regulator.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 15 | DECLARE_EVENT_CLASS(regulator_basic, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/regulator.h: In function ‘__bpf_trace_regulator_range’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/../../drivers/bus/mhi/host/trace.h:149:1: note: in expansion of macro ‘TRACE_EVENT’ + 149 | TRACE_EVENT(mhi_tryset_pm_state, + | ^~~~~~~~~~~ +../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘trace_event_raw_event_mhi_process_event_ring’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -6118,5 +8379,5 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/regulator.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 109 | DECLARE_EVENT_CLASS(regulator_range, +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/bus/mhi/host/trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 171 | DECLARE_EVENT_CLASS(mhi_process_event_ring, @@ -6124,8 +8385,8 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/regulator.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 109 | DECLARE_EVENT_CLASS(regulator_range, +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/bus/mhi/host/trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 171 | DECLARE_EVENT_CLASS(mhi_process_event_ring, @@ -6133,3 +8394,3 @@ -../include/trace/events/regulator.h: In function ‘__bpf_trace_regulator_value’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘trace_event_raw_event_mhi_update_channel_state’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -6137,5 +8398,5 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/regulator.h:143:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 143 | DECLARE_EVENT_CLASS(regulator_value, +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/bus/mhi/host/trace.h:214:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 214 | DECLARE_EVENT_CLASS(mhi_update_channel_state, @@ -6143,8 +8404,8 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/regulator.h:143:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 143 | DECLARE_EVENT_CLASS(regulator_value, +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/bus/mhi/host/trace.h:214:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 214 | DECLARE_EVENT_CLASS(mhi_update_channel_state, @@ -6152,7 +8413,2 @@ -make[5]: *** [../scripts/Makefile.build:244: drivers/regulator/core.o] Error 1 -make[4]: *** [../scripts/Makefile.build:485: drivers/regulator] Error 2 -In file included from ../include/trace/define_trace.h:108, - from ../drivers/block/null_blk/trace.h:85, - from ../drivers/block/null_blk/zoned.c:7: -../drivers/block/null_blk/./trace.h: In function ‘trace_event_raw_event_nullb_zone_op’: -../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] +../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘trace_event_raw_event_mhi_pm_st_transition’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? @@ -6160 +8416 @@ - | ^~~~~~~~~~~~~~~~~~~~~ + | ^~~~~~~~~~~~~~~ @@ -6167,2 +8423,2 @@ -../drivers/block/null_blk/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ - 33 | TRACE_EVENT(nullb_zone_op, +../include/trace/../../drivers/bus/mhi/host/trace.h:256:1: note: in expansion of macro ‘TRACE_EVENT’ + 256 | TRACE_EVENT(mhi_pm_st_transition, @@ -6170 +8426 @@ -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? @@ -6172 +8428 @@ - | ^~~~~~~~~~~~~~~ + | ^~~~~~~~~~~~~~~~~ @@ -6179,2 +8435,2 @@ -../drivers/block/null_blk/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ - 33 | TRACE_EVENT(nullb_zone_op, +../include/trace/../../drivers/bus/mhi/host/trace.h:256:1: note: in expansion of macro ‘TRACE_EVENT’ + 256 | TRACE_EVENT(mhi_pm_st_transition, @@ -6182,2 +8438,4 @@ -../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +In file included from ../include/trace/define_trace.h:109: +../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘perf_trace_mhi_gen_tre’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -6185,2 +8443,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -6191,2 +8449,2 @@ -../drivers/block/null_blk/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ - 33 | TRACE_EVENT(nullb_zone_op, +../include/trace/../../drivers/bus/mhi/host/trace.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ + 89 | TRACE_EVENT(mhi_gen_tre, @@ -6194,2 +8452,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -6197,2 +8455,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -6203,2 +8461,2 @@ -../drivers/block/null_blk/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ - 33 | TRACE_EVENT(nullb_zone_op, +../include/trace/../../drivers/bus/mhi/host/trace.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ + 89 | TRACE_EVENT(mhi_gen_tre, @@ -6206,5 +8464,6 @@ -../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] - 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ - | ^~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘perf_trace_mhi_intvec_states’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -6215,2 +8474,2 @@ -../drivers/block/null_blk/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ - 33 | TRACE_EVENT(nullb_zone_op, +../include/trace/../../drivers/bus/mhi/host/trace.h:119:1: note: in expansion of macro ‘TRACE_EVENT’ + 119 | TRACE_EVENT(mhi_intvec_states, @@ -6218,3 +8477,15 @@ -../drivers/block/null_blk/./trace.h: In function ‘trace_event_raw_event_nullb_report_zones’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/bus/mhi/host/trace.h:119:1: note: in expansion of macro ‘TRACE_EVENT’ + 119 | TRACE_EVENT(mhi_intvec_states, + | ^~~~~~~~~~~ +../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘perf_trace_mhi_tryset_pm_state’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -6222,2 +8493,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -6228,2 +8499,2 @@ -../drivers/block/null_blk/./trace.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ - 62 | TRACE_EVENT(nullb_report_zones, +../include/trace/../../drivers/bus/mhi/host/trace.h:149:1: note: in expansion of macro ‘TRACE_EVENT’ + 149 | TRACE_EVENT(mhi_tryset_pm_state, @@ -6231,2 +8502,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -6234,2 +8505,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -6240,2 +8511,65 @@ -../drivers/block/null_blk/./trace.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ - 62 | TRACE_EVENT(nullb_report_zones, +../include/trace/../../drivers/bus/mhi/host/trace.h:149:1: note: in expansion of macro ‘TRACE_EVENT’ + 149 | TRACE_EVENT(mhi_tryset_pm_state, + | ^~~~~~~~~~~ +../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘perf_trace_mhi_process_event_ring’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/bus/mhi/host/trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 171 | DECLARE_EVENT_CLASS(mhi_process_event_ring, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/bus/mhi/host/trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 171 | DECLARE_EVENT_CLASS(mhi_process_event_ring, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘perf_trace_mhi_update_channel_state’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/bus/mhi/host/trace.h:214:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 214 | DECLARE_EVENT_CLASS(mhi_update_channel_state, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/bus/mhi/host/trace.h:214:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 214 | DECLARE_EVENT_CLASS(mhi_update_channel_state, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘perf_trace_mhi_pm_st_transition’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/bus/mhi/host/trace.h:256:1: note: in expansion of macro ‘TRACE_EVENT’ + 256 | TRACE_EVENT(mhi_pm_st_transition, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/bus/mhi/host/trace.h:256:1: note: in expansion of macro ‘TRACE_EVENT’ + 256 | TRACE_EVENT(mhi_pm_st_transition, @@ -6244 +8578 @@ -../drivers/block/null_blk/./trace.h: In function ‘__bpf_trace_nullb_zone_op’: +../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘__bpf_trace_mhi_gen_tre’: @@ -6254,2 +8588,2 @@ -../drivers/block/null_blk/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ - 33 | TRACE_EVENT(nullb_zone_op, +../include/trace/../../drivers/bus/mhi/host/trace.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ + 89 | TRACE_EVENT(mhi_gen_tre, @@ -6266,2 +8600,2 @@ -../drivers/block/null_blk/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ - 33 | TRACE_EVENT(nullb_zone_op, +../include/trace/../../drivers/bus/mhi/host/trace.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ + 89 | TRACE_EVENT(mhi_gen_tre, @@ -6269 +8603 @@ -../drivers/block/null_blk/./trace.h: In function ‘__bpf_trace_nullb_report_zones’: +../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘__bpf_trace_mhi_intvec_states’: @@ -6279,2 +8613,2 @@ -../drivers/block/null_blk/./trace.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ - 62 | TRACE_EVENT(nullb_report_zones, +../include/trace/../../drivers/bus/mhi/host/trace.h:119:1: note: in expansion of macro ‘TRACE_EVENT’ + 119 | TRACE_EVENT(mhi_intvec_states, @@ -6291,2 +8625,2 @@ -../drivers/block/null_blk/./trace.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ - 62 | TRACE_EVENT(nullb_report_zones, +../include/trace/../../drivers/bus/mhi/host/trace.h:119:1: note: in expansion of macro ‘TRACE_EVENT’ + 119 | TRACE_EVENT(mhi_intvec_states, @@ -6294,2 +8628,92 @@ -make[6]: *** [../scripts/Makefile.build:244: drivers/block/null_blk/zoned.o] Error 1 -make[5]: *** [../scripts/Makefile.build:485: drivers/block/null_blk] Error 2 +../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘__bpf_trace_mhi_tryset_pm_state’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/bus/mhi/host/trace.h:149:1: note: in expansion of macro ‘TRACE_EVENT’ + 149 | TRACE_EVENT(mhi_tryset_pm_state, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/bus/mhi/host/trace.h:149:1: note: in expansion of macro ‘TRACE_EVENT’ + 149 | TRACE_EVENT(mhi_tryset_pm_state, + | ^~~~~~~~~~~ +../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘__bpf_trace_mhi_process_event_ring’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/bus/mhi/host/trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 171 | DECLARE_EVENT_CLASS(mhi_process_event_ring, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/bus/mhi/host/trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 171 | DECLARE_EVENT_CLASS(mhi_process_event_ring, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘__bpf_trace_mhi_update_channel_state’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/bus/mhi/host/trace.h:214:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 214 | DECLARE_EVENT_CLASS(mhi_update_channel_state, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/bus/mhi/host/trace.h:214:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 214 | DECLARE_EVENT_CLASS(mhi_update_channel_state, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/bus/mhi/host/trace.h: In function ‘__bpf_trace_mhi_pm_st_transition’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/bus/mhi/host/trace.h:256:1: note: in expansion of macro ‘TRACE_EVENT’ + 256 | TRACE_EVENT(mhi_pm_st_transition, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/bus/mhi/host/trace.h:256:1: note: in expansion of macro ‘TRACE_EVENT’ + 256 | TRACE_EVENT(mhi_pm_st_transition, + | ^~~~~~~~~~~ +make[7]: *** [../scripts/Makefile.build:244: drivers/bus/mhi/host/init.o] Error 1 +make[6]: *** [../scripts/Makefile.build:485: drivers/bus/mhi/host] Error 2 +make[5]: *** [../scripts/Makefile.build:485: drivers/bus/mhi] Error 2 +make[4]: *** [../scripts/Makefile.build:485: drivers/bus] Error 2 @@ -6297,3 +8721,3 @@ - from ../drivers/nvme/target/trace.h:170, - from ../drivers/nvme/target/core.c:16: -../drivers/nvme/target/./trace.h: In function ‘trace_event_raw_event_nvmet_req_init’: + from ../include/trace/events/scsi.h:351, + from ../drivers/scsi/scsi.c:73: +../include/trace/events/scsi.h: In function ‘trace_event_raw_event_scsi_dispatch_cmd_start’: @@ -6309,2 +8733,2 @@ -../drivers/nvme/target/./trace.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ - 66 | TRACE_EVENT(nvmet_req_init, +../include/trace/events/scsi.h:157:1: note: in expansion of macro ‘TRACE_EVENT’ + 157 | TRACE_EVENT(scsi_dispatch_cmd_start, @@ -6321,2 +8745,2 @@ -../drivers/nvme/target/./trace.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ - 66 | TRACE_EVENT(nvmet_req_init, +../include/trace/events/scsi.h:157:1: note: in expansion of macro ‘TRACE_EVENT’ + 157 | TRACE_EVENT(scsi_dispatch_cmd_start, @@ -6333,2 +8757,2 @@ -../drivers/nvme/target/./trace.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ - 66 | TRACE_EVENT(nvmet_req_init, +../include/trace/events/scsi.h:157:1: note: in expansion of macro ‘TRACE_EVENT’ + 157 | TRACE_EVENT(scsi_dispatch_cmd_start, @@ -6345,2 +8769,2 @@ -../drivers/nvme/target/./trace.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ - 66 | TRACE_EVENT(nvmet_req_init, +../include/trace/events/scsi.h:157:1: note: in expansion of macro ‘TRACE_EVENT’ + 157 | TRACE_EVENT(scsi_dispatch_cmd_start, @@ -6357,2 +8781,2 @@ -../drivers/nvme/target/./trace.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ - 66 | TRACE_EVENT(nvmet_req_init, +../include/trace/events/scsi.h:157:1: note: in expansion of macro ‘TRACE_EVENT’ + 157 | TRACE_EVENT(scsi_dispatch_cmd_start, @@ -6360 +8784 @@ -../drivers/nvme/target/./trace.h: In function ‘trace_event_raw_event_nvmet_req_complete’: +../include/trace/events/scsi.h: In function ‘trace_event_raw_event_scsi_dispatch_cmd_error’: @@ -6370,2 +8794,2 @@ -../drivers/nvme/target/./trace.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ - 108 | TRACE_EVENT(nvmet_req_complete, +../include/trace/events/scsi.h:203:1: note: in expansion of macro ‘TRACE_EVENT’ + 203 | TRACE_EVENT(scsi_dispatch_cmd_error, @@ -6382,2 +8806,2 @@ -../drivers/nvme/target/./trace.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ - 108 | TRACE_EVENT(nvmet_req_complete, +../include/trace/events/scsi.h:203:1: note: in expansion of macro ‘TRACE_EVENT’ + 203 | TRACE_EVENT(scsi_dispatch_cmd_error, @@ -6385 +8809,20 @@ -../drivers/nvme/target/./trace.h: In function ‘trace_event_raw_event_nvmet_async_event’: +../include/trace/events/scsi.h: In function ‘trace_event_raw_event_scsi_cmd_done_timeout_template’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/scsi.h:253:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 253 | DECLARE_EVENT_CLASS(scsi_cmd_done_timeout_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/scsi.h:253:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 253 | DECLARE_EVENT_CLASS(scsi_cmd_done_timeout_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/scsi.h: In function ‘trace_event_raw_event_scsi_eh_wakeup’: @@ -6395,2 +8838,2 @@ -../drivers/nvme/target/./trace.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ - 136 | TRACE_EVENT(nvmet_async_event, +../include/trace/events/scsi.h:331:1: note: in expansion of macro ‘TRACE_EVENT’ + 331 | TRACE_EVENT(scsi_eh_wakeup, @@ -6407,2 +8850,97 @@ -../drivers/nvme/target/./trace.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ - 136 | TRACE_EVENT(nvmet_async_event, +../include/trace/events/scsi.h:331:1: note: in expansion of macro ‘TRACE_EVENT’ + 331 | TRACE_EVENT(scsi_eh_wakeup, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/scsi.h: In function ‘perf_trace_scsi_dispatch_cmd_start’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/scsi.h:157:1: note: in expansion of macro ‘TRACE_EVENT’ + 157 | TRACE_EVENT(scsi_dispatch_cmd_start, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/scsi.h:157:1: note: in expansion of macro ‘TRACE_EVENT’ + 157 | TRACE_EVENT(scsi_dispatch_cmd_start, + | ^~~~~~~~~~~ +../include/trace/events/scsi.h: In function ‘perf_trace_scsi_dispatch_cmd_error’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/scsi.h:203:1: note: in expansion of macro ‘TRACE_EVENT’ + 203 | TRACE_EVENT(scsi_dispatch_cmd_error, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/scsi.h:203:1: note: in expansion of macro ‘TRACE_EVENT’ + 203 | TRACE_EVENT(scsi_dispatch_cmd_error, + | ^~~~~~~~~~~ +../include/trace/events/scsi.h: In function ‘perf_trace_scsi_cmd_done_timeout_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/scsi.h:253:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 253 | DECLARE_EVENT_CLASS(scsi_cmd_done_timeout_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/scsi.h:253:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 253 | DECLARE_EVENT_CLASS(scsi_cmd_done_timeout_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/scsi.h: In function ‘perf_trace_scsi_eh_wakeup’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/scsi.h:331:1: note: in expansion of macro ‘TRACE_EVENT’ + 331 | TRACE_EVENT(scsi_eh_wakeup, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/scsi.h:331:1: note: in expansion of macro ‘TRACE_EVENT’ + 331 | TRACE_EVENT(scsi_eh_wakeup, @@ -6411 +8949 @@ -../drivers/nvme/target/./trace.h: In function ‘__bpf_trace_nvmet_req_init’: +../include/trace/events/scsi.h: In function ‘__bpf_trace_scsi_dispatch_cmd_start’: @@ -6421,2 +8959,2 @@ -../drivers/nvme/target/./trace.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ - 66 | TRACE_EVENT(nvmet_req_init, +../include/trace/events/scsi.h:157:1: note: in expansion of macro ‘TRACE_EVENT’ + 157 | TRACE_EVENT(scsi_dispatch_cmd_start, @@ -6433,2 +8971,2 @@ -../drivers/nvme/target/./trace.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ - 66 | TRACE_EVENT(nvmet_req_init, +../include/trace/events/scsi.h:157:1: note: in expansion of macro ‘TRACE_EVENT’ + 157 | TRACE_EVENT(scsi_dispatch_cmd_start, @@ -6436 +8974 @@ -../drivers/nvme/target/./trace.h: In function ‘__bpf_trace_nvmet_req_complete’: +../include/trace/events/scsi.h: In function ‘__bpf_trace_scsi_dispatch_cmd_error’: @@ -6446,2 +8984,2 @@ -../drivers/nvme/target/./trace.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ - 108 | TRACE_EVENT(nvmet_req_complete, +../include/trace/events/scsi.h:203:1: note: in expansion of macro ‘TRACE_EVENT’ + 203 | TRACE_EVENT(scsi_dispatch_cmd_error, @@ -6458,2 +8996,2 @@ -../drivers/nvme/target/./trace.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ - 108 | TRACE_EVENT(nvmet_req_complete, +../include/trace/events/scsi.h:203:1: note: in expansion of macro ‘TRACE_EVENT’ + 203 | TRACE_EVENT(scsi_dispatch_cmd_error, @@ -6461 +8999,20 @@ -../drivers/nvme/target/./trace.h: In function ‘__bpf_trace_nvmet_async_event’: +../include/trace/events/scsi.h: In function ‘__bpf_trace_scsi_cmd_done_timeout_template’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/scsi.h:253:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 253 | DECLARE_EVENT_CLASS(scsi_cmd_done_timeout_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/scsi.h:253:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 253 | DECLARE_EVENT_CLASS(scsi_cmd_done_timeout_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/scsi.h: In function ‘__bpf_trace_scsi_eh_wakeup’: @@ -6471,2 +9028,2 @@ -../drivers/nvme/target/./trace.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ - 136 | TRACE_EVENT(nvmet_async_event, +../include/trace/events/scsi.h:331:1: note: in expansion of macro ‘TRACE_EVENT’ + 331 | TRACE_EVENT(scsi_eh_wakeup, @@ -6483,2 +9040,2 @@ -../drivers/nvme/target/./trace.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ - 136 | TRACE_EVENT(nvmet_async_event, +../include/trace/events/scsi.h:331:1: note: in expansion of macro ‘TRACE_EVENT’ + 331 | TRACE_EVENT(scsi_eh_wakeup, @@ -6486,2 +9043 @@ -make[6]: *** [../scripts/Makefile.build:244: drivers/nvme/target/core.o] Error 1 -make[5]: *** [../scripts/Makefile.build:485: drivers/nvme/target] Error 2 +make[5]: *** [../scripts/Makefile.build:244: drivers/scsi/scsi.o] Error 1 @@ -6702,0 +9259,176 @@ +In file included from ../include/trace/define_trace.h:109: +../net/tls/./trace.h: In function ‘perf_trace_tls_device_offload_set’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/tls/./trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ + 15 | TRACE_EVENT(tls_device_offload_set, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/tls/./trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ + 15 | TRACE_EVENT(tls_device_offload_set, + | ^~~~~~~~~~~ +../net/tls/./trace.h: In function ‘perf_trace_tls_device_decrypted’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/tls/./trace.h:44:1: note: in expansion of macro ‘TRACE_EVENT’ + 44 | TRACE_EVENT(tls_device_decrypted, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/tls/./trace.h:44:1: note: in expansion of macro ‘TRACE_EVENT’ + 44 | TRACE_EVENT(tls_device_decrypted, + | ^~~~~~~~~~~ +../net/tls/./trace.h: In function ‘perf_trace_tls_device_rx_resync_send’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/tls/./trace.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ + 77 | TRACE_EVENT(tls_device_rx_resync_send, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/tls/./trace.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ + 77 | TRACE_EVENT(tls_device_rx_resync_send, + | ^~~~~~~~~~~ +../net/tls/./trace.h: In function ‘perf_trace_tls_device_rx_resync_nh_schedule’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/tls/./trace.h:104:1: note: in expansion of macro ‘TRACE_EVENT’ + 104 | TRACE_EVENT(tls_device_rx_resync_nh_schedule, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/tls/./trace.h:104:1: note: in expansion of macro ‘TRACE_EVENT’ + 104 | TRACE_EVENT(tls_device_rx_resync_nh_schedule, + | ^~~~~~~~~~~ +../net/tls/./trace.h: In function ‘perf_trace_tls_device_rx_resync_nh_delay’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/tls/./trace.h:123:1: note: in expansion of macro ‘TRACE_EVENT’ + 123 | TRACE_EVENT(tls_device_rx_resync_nh_delay, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/tls/./trace.h:123:1: note: in expansion of macro ‘TRACE_EVENT’ + 123 | TRACE_EVENT(tls_device_rx_resync_nh_delay, + | ^~~~~~~~~~~ +../net/tls/./trace.h: In function ‘perf_trace_tls_device_tx_resync_req’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/tls/./trace.h:147:1: note: in expansion of macro ‘TRACE_EVENT’ + 147 | TRACE_EVENT(tls_device_tx_resync_req, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/tls/./trace.h:147:1: note: in expansion of macro ‘TRACE_EVENT’ + 147 | TRACE_EVENT(tls_device_tx_resync_req, + | ^~~~~~~~~~~ +../net/tls/./trace.h: In function ‘perf_trace_tls_device_tx_resync_send’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/tls/./trace.h:171:1: note: in expansion of macro ‘TRACE_EVENT’ + 171 | TRACE_EVENT(tls_device_tx_resync_send, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/tls/./trace.h:171:1: note: in expansion of macro ‘TRACE_EVENT’ + 171 | TRACE_EVENT(tls_device_tx_resync_send, + | ^~~~~~~~~~~ @@ -6881,0 +9614,501 @@ + from ../include/trace/events/mdio.h:43, + from ../drivers/net/phy/mdio_bus.c:38: +../include/trace/events/mdio.h: In function ‘trace_event_raw_event_mdio_access’: +../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/mdio.h:10:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 10 | TRACE_EVENT_CONDITION(mdio_access, + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/mdio.h:10:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 10 | TRACE_EVENT_CONDITION(mdio_access, + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/mdio.h:10:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 10 | TRACE_EVENT_CONDITION(mdio_access, + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/mdio.h:10:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 10 | TRACE_EVENT_CONDITION(mdio_access, + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] + 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ + | ^~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/mdio.h:10:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 10 | TRACE_EVENT_CONDITION(mdio_access, + | ^~~~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/mdio.h: In function ‘perf_trace_mdio_access’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/mdio.h:10:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 10 | TRACE_EVENT_CONDITION(mdio_access, + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/mdio.h:10:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 10 | TRACE_EVENT_CONDITION(mdio_access, + | ^~~~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../include/trace/events/mdio.h: In function ‘__bpf_trace_mdio_access’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/mdio.h:10:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 10 | TRACE_EVENT_CONDITION(mdio_access, + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/mdio.h:10:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 10 | TRACE_EVENT_CONDITION(mdio_access, + | ^~~~~~~~~~~~~~~~~~~~~ +make[6]: *** [../scripts/Makefile.build:244: drivers/net/phy/mdio_bus.o] Error 1 +make[5]: *** [../scripts/Makefile.build:485: drivers/net/phy] Error 2 +make[5]: *** Waiting for unfinished jobs.... +In file included from ../include/trace/define_trace.h:108, + from ../include/trace/events/iommu.h:162, + from ../drivers/iommu/iommu-traces.c:13: +../include/trace/events/iommu.h: In function ‘trace_event_raw_event_iommu_group_event’: +../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/iommu.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 18 | DECLARE_EVENT_CLASS(iommu_group_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/iommu.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 18 | DECLARE_EVENT_CLASS(iommu_group_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/iommu.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 18 | DECLARE_EVENT_CLASS(iommu_group_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/iommu.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 18 | DECLARE_EVENT_CLASS(iommu_group_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] + 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ + | ^~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/iommu.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 18 | DECLARE_EVENT_CLASS(iommu_group_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/iommu.h: In function ‘trace_event_raw_event_iommu_device_event’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/iommu.h:54:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 54 | DECLARE_EVENT_CLASS(iommu_device_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/iommu.h:54:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 54 | DECLARE_EVENT_CLASS(iommu_device_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/iommu.h: In function ‘trace_event_raw_event_map’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/iommu.h:79:1: note: in expansion of macro ‘TRACE_EVENT’ + 79 | TRACE_EVENT(map, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/iommu.h:79:1: note: in expansion of macro ‘TRACE_EVENT’ + 79 | TRACE_EVENT(map, + | ^~~~~~~~~~~ +../include/trace/events/iommu.h: In function ‘trace_event_raw_event_unmap’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/iommu.h:103:1: note: in expansion of macro ‘TRACE_EVENT’ + 103 | TRACE_EVENT(unmap, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/iommu.h:103:1: note: in expansion of macro ‘TRACE_EVENT’ + 103 | TRACE_EVENT(unmap, + | ^~~~~~~~~~~ +../include/trace/events/iommu.h: In function ‘trace_event_raw_event_iommu_error’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/iommu.h:127:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 127 | DECLARE_EVENT_CLASS(iommu_error, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/iommu.h:127:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 127 | DECLARE_EVENT_CLASS(iommu_error, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/iommu.h: In function ‘perf_trace_iommu_group_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/iommu.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 18 | DECLARE_EVENT_CLASS(iommu_group_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/iommu.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 18 | DECLARE_EVENT_CLASS(iommu_group_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/iommu.h: In function ‘perf_trace_iommu_device_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/iommu.h:54:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 54 | DECLARE_EVENT_CLASS(iommu_device_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/iommu.h:54:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 54 | DECLARE_EVENT_CLASS(iommu_device_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/iommu.h: In function ‘perf_trace_map’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/iommu.h:79:1: note: in expansion of macro ‘TRACE_EVENT’ + 79 | TRACE_EVENT(map, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/iommu.h:79:1: note: in expansion of macro ‘TRACE_EVENT’ + 79 | TRACE_EVENT(map, + | ^~~~~~~~~~~ +../include/trace/events/iommu.h: In function ‘perf_trace_unmap’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/iommu.h:103:1: note: in expansion of macro ‘TRACE_EVENT’ + 103 | TRACE_EVENT(unmap, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/iommu.h:103:1: note: in expansion of macro ‘TRACE_EVENT’ + 103 | TRACE_EVENT(unmap, + | ^~~~~~~~~~~ +../include/trace/events/iommu.h: In function ‘perf_trace_iommu_error’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/iommu.h:127:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 127 | DECLARE_EVENT_CLASS(iommu_error, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/iommu.h:127:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 127 | DECLARE_EVENT_CLASS(iommu_error, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../include/trace/events/iommu.h: In function ‘__bpf_trace_iommu_group_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/iommu.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 18 | DECLARE_EVENT_CLASS(iommu_group_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/iommu.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 18 | DECLARE_EVENT_CLASS(iommu_group_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/iommu.h: In function ‘__bpf_trace_iommu_device_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/iommu.h:54:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 54 | DECLARE_EVENT_CLASS(iommu_device_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/iommu.h:54:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 54 | DECLARE_EVENT_CLASS(iommu_device_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/iommu.h: In function ‘__bpf_trace_map’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/iommu.h:79:1: note: in expansion of macro ‘TRACE_EVENT’ + 79 | TRACE_EVENT(map, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/iommu.h:79:1: note: in expansion of macro ‘TRACE_EVENT’ + 79 | TRACE_EVENT(map, + | ^~~~~~~~~~~ +../include/trace/events/iommu.h: In function ‘__bpf_trace_unmap’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/iommu.h:103:1: note: in expansion of macro ‘TRACE_EVENT’ + 103 | TRACE_EVENT(unmap, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/iommu.h:103:1: note: in expansion of macro ‘TRACE_EVENT’ + 103 | TRACE_EVENT(unmap, + | ^~~~~~~~~~~ +../include/trace/events/iommu.h: In function ‘__bpf_trace_iommu_error’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/iommu.h:127:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 127 | DECLARE_EVENT_CLASS(iommu_error, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/iommu.h:127:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 127 | DECLARE_EVENT_CLASS(iommu_error, + | ^~~~~~~~~~~~~~~~~~~ +make[5]: *** [../scripts/Makefile.build:244: drivers/iommu/iommu-traces.o] Error 1 +make[4]: *** [../scripts/Makefile.build:485: drivers/iommu] Error 2 +In file included from ../include/trace/define_trace.h:108, @@ -7043,0 +10277,134 @@ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/clk.h: In function ‘perf_trace_clk’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/clk.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 15 | DECLARE_EVENT_CLASS(clk, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/clk.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 15 | DECLARE_EVENT_CLASS(clk, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/clk.h: In function ‘perf_trace_clk_rate’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/clk.h:88:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 88 | DECLARE_EVENT_CLASS(clk_rate, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/clk.h:88:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 88 | DECLARE_EVENT_CLASS(clk_rate, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/clk.h: In function ‘perf_trace_clk_rate_range’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/clk.h:135:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 135 | DECLARE_EVENT_CLASS(clk_rate_range, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/clk.h:135:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 135 | DECLARE_EVENT_CLASS(clk_rate_range, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/clk.h: In function ‘perf_trace_clk_parent’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/clk.h:165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 165 | DECLARE_EVENT_CLASS(clk_parent, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/clk.h:165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 165 | DECLARE_EVENT_CLASS(clk_parent, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/clk.h: In function ‘perf_trace_clk_phase’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/clk.h:198:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 198 | DECLARE_EVENT_CLASS(clk_phase, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/clk.h:198:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 198 | DECLARE_EVENT_CLASS(clk_phase, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/clk.h: In function ‘perf_trace_clk_duty_cycle’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/clk.h:231:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 231 | DECLARE_EVENT_CLASS(clk_duty_cycle, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/clk.h:231:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 231 | DECLARE_EVENT_CLASS(clk_duty_cycle, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/clk.h: In function ‘perf_trace_clk_rate_request’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/clk.h:267:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 267 | DECLARE_EVENT_CLASS(clk_rate_request, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/clk.h:267:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 267 | DECLARE_EVENT_CLASS(clk_rate_request, + | ^~~~~~~~~~~~~~~~~~~ @@ -7178,0 +10546 @@ +make[5]: *** Waiting for unfinished jobs.... @@ -7181,195 +10549,3 @@ - from ../include/trace/events/tegra_apb_dma.h:61, - from ../drivers/dma/tegra20-apb-dma.c:31: -../include/trace/events/tegra_apb_dma.h: In function ‘trace_event_raw_event_tegra_dma_tx_status’: -../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/tegra_apb_dma.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ - 10 | TRACE_EVENT(tegra_dma_tx_status, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/tegra_apb_dma.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ - 10 | TRACE_EVENT(tegra_dma_tx_status, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/tegra_apb_dma.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ - 10 | TRACE_EVENT(tegra_dma_tx_status, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/tegra_apb_dma.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ - 10 | TRACE_EVENT(tegra_dma_tx_status, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] - 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ - | ^~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/tegra_apb_dma.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ - 10 | TRACE_EVENT(tegra_dma_tx_status, - | ^~~~~~~~~~~ -../include/trace/events/tegra_apb_dma.h: In function ‘trace_event_raw_event_tegra_dma_complete_cb’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/tegra_apb_dma.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ - 27 | TRACE_EVENT(tegra_dma_complete_cb, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/tegra_apb_dma.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ - 27 | TRACE_EVENT(tegra_dma_complete_cb, - | ^~~~~~~~~~~ -../include/trace/events/tegra_apb_dma.h: In function ‘trace_event_raw_event_tegra_dma_isr’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/tegra_apb_dma.h:44:1: note: in expansion of macro ‘TRACE_EVENT’ - 44 | TRACE_EVENT(tegra_dma_isr, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/tegra_apb_dma.h:44:1: note: in expansion of macro ‘TRACE_EVENT’ - 44 | TRACE_EVENT(tegra_dma_isr, - | ^~~~~~~~~~~ -In file included from ../include/trace/define_trace.h:110: -../include/trace/events/tegra_apb_dma.h: In function ‘__bpf_trace_tegra_dma_tx_status’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/tegra_apb_dma.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ - 10 | TRACE_EVENT(tegra_dma_tx_status, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/tegra_apb_dma.h:10:1: note: in expansion of macro ‘TRACE_EVENT’ - 10 | TRACE_EVENT(tegra_dma_tx_status, - | ^~~~~~~~~~~ -../include/trace/events/tegra_apb_dma.h: In function ‘__bpf_trace_tegra_dma_complete_cb’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/tegra_apb_dma.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ - 27 | TRACE_EVENT(tegra_dma_complete_cb, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/tegra_apb_dma.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ - 27 | TRACE_EVENT(tegra_dma_complete_cb, - | ^~~~~~~~~~~ -../include/trace/events/tegra_apb_dma.h: In function ‘__bpf_trace_tegra_dma_isr’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/tegra_apb_dma.h:44:1: note: in expansion of macro ‘TRACE_EVENT’ - 44 | TRACE_EVENT(tegra_dma_isr, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/tegra_apb_dma.h:44:1: note: in expansion of macro ‘TRACE_EVENT’ - 44 | TRACE_EVENT(tegra_dma_isr, - | ^~~~~~~~~~~ -make[5]: *** [../scripts/Makefile.build:244: drivers/dma/tegra20-apb-dma.o] Error 1 -make[4]: *** [../scripts/Makefile.build:485: drivers/dma] Error 2 -In file included from ../include/trace/define_trace.h:108, - from ../include/trace/events/oom.h:223, - from ../mm/oom_kill.c:54: -../include/trace/events/oom.h: In function ‘trace_event_raw_event_oom_score_adj_update’: + from ../include/trace/events/workqueue.h:132, + from ../kernel/workqueue.c:533: +../include/trace/events/workqueue.h: In function ‘trace_event_raw_event_workqueue_queue_work’: @@ -7385,2 +10561,2 @@ -../include/trace/events/oom.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ - 12 | TRACE_EVENT(oom_score_adj_update, +../include/trace/events/workqueue.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ + 23 | TRACE_EVENT(workqueue_queue_work, @@ -7397,2 +10573,2 @@ -../include/trace/events/oom.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ - 12 | TRACE_EVENT(oom_score_adj_update, +../include/trace/events/workqueue.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ + 23 | TRACE_EVENT(workqueue_queue_work, @@ -7409,2 +10585,2 @@ -../include/trace/events/oom.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ - 12 | TRACE_EVENT(oom_score_adj_update, +../include/trace/events/workqueue.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ + 23 | TRACE_EVENT(workqueue_queue_work, @@ -7421,2 +10597,2 @@ -../include/trace/events/oom.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ - 12 | TRACE_EVENT(oom_score_adj_update, +../include/trace/events/workqueue.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ + 23 | TRACE_EVENT(workqueue_queue_work, @@ -7433,2 +10609,2 @@ -../include/trace/events/oom.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ - 12 | TRACE_EVENT(oom_score_adj_update, +../include/trace/events/workqueue.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ + 23 | TRACE_EVENT(workqueue_queue_work, @@ -7436 +10612 @@ -../include/trace/events/oom.h: In function ‘trace_event_raw_event_reclaim_retry_zone’: +../include/trace/events/workqueue.h: In function ‘trace_event_raw_event_workqueue_activate_work’: @@ -7446,2 +10622,2 @@ -../include/trace/events/oom.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ - 34 | TRACE_EVENT(reclaim_retry_zone, +../include/trace/events/workqueue.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ + 59 | TRACE_EVENT(workqueue_activate_work, @@ -7458,2 +10634,2 @@ -../include/trace/events/oom.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ - 34 | TRACE_EVENT(reclaim_retry_zone, +../include/trace/events/workqueue.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ + 59 | TRACE_EVENT(workqueue_activate_work, @@ -7461 +10637 @@ -../include/trace/events/oom.h: In function ‘trace_event_raw_event_mark_victim’: +../include/trace/events/workqueue.h: In function ‘trace_event_raw_event_workqueue_execute_start’: @@ -7471,2 +10647,2 @@ -../include/trace/events/oom.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ - 76 | TRACE_EVENT(mark_victim, +../include/trace/events/workqueue.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ + 84 | TRACE_EVENT(workqueue_execute_start, @@ -7483,2 +10659,2 @@ -../include/trace/events/oom.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ - 76 | TRACE_EVENT(mark_victim, +../include/trace/events/workqueue.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ + 84 | TRACE_EVENT(workqueue_execute_start, @@ -7486 +10662 @@ -../include/trace/events/oom.h: In function ‘trace_event_raw_event_wake_reaper’: +../include/trace/events/workqueue.h: In function ‘trace_event_raw_event_workqueue_execute_end’: @@ -7496,2 +10672,2 @@ -../include/trace/events/oom.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ - 118 | TRACE_EVENT(wake_reaper, +../include/trace/events/workqueue.h:110:1: note: in expansion of macro ‘TRACE_EVENT’ + 110 | TRACE_EVENT(workqueue_execute_end, @@ -7508,2 +10684,2 @@ -../include/trace/events/oom.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ - 118 | TRACE_EVENT(wake_reaper, +../include/trace/events/workqueue.h:110:1: note: in expansion of macro ‘TRACE_EVENT’ + 110 | TRACE_EVENT(workqueue_execute_end, @@ -7511,3 +10687,4 @@ -../include/trace/events/oom.h: In function ‘trace_event_raw_event_start_task_reaping’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/workqueue.h: In function ‘perf_trace_workqueue_queue_work’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -7515,2 +10692,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -7521,2 +10698,2 @@ -../include/trace/events/oom.h:134:1: note: in expansion of macro ‘TRACE_EVENT’ - 134 | TRACE_EVENT(start_task_reaping, +../include/trace/events/workqueue.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ + 23 | TRACE_EVENT(workqueue_queue_work, @@ -7524,2 +10701,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -7527,2 +10704,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -7533,2 +10710,2 @@ -../include/trace/events/oom.h:134:1: note: in expansion of macro ‘TRACE_EVENT’ - 134 | TRACE_EVENT(start_task_reaping, +../include/trace/events/workqueue.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ + 23 | TRACE_EVENT(workqueue_queue_work, @@ -7536,3 +10713,3 @@ -../include/trace/events/oom.h: In function ‘trace_event_raw_event_finish_task_reaping’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/workqueue.h: In function ‘perf_trace_workqueue_activate_work’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -7540,2 +10717,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -7546,2 +10723,2 @@ -../include/trace/events/oom.h:150:1: note: in expansion of macro ‘TRACE_EVENT’ - 150 | TRACE_EVENT(finish_task_reaping, +../include/trace/events/workqueue.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ + 59 | TRACE_EVENT(workqueue_activate_work, @@ -7549,2 +10726,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -7552,2 +10729,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -7558,2 +10735,2 @@ -../include/trace/events/oom.h:150:1: note: in expansion of macro ‘TRACE_EVENT’ - 150 | TRACE_EVENT(finish_task_reaping, +../include/trace/events/workqueue.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ + 59 | TRACE_EVENT(workqueue_activate_work, @@ -7561,3 +10738,3 @@ -../include/trace/events/oom.h: In function ‘trace_event_raw_event_skip_task_reaping’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/workqueue.h: In function ‘perf_trace_workqueue_execute_start’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -7565,2 +10742,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -7571,2 +10748,2 @@ -../include/trace/events/oom.h:166:1: note: in expansion of macro ‘TRACE_EVENT’ - 166 | TRACE_EVENT(skip_task_reaping, +../include/trace/events/workqueue.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ + 84 | TRACE_EVENT(workqueue_execute_start, @@ -7574,2 +10751,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -7577,2 +10754,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -7583,2 +10760,2 @@ -../include/trace/events/oom.h:166:1: note: in expansion of macro ‘TRACE_EVENT’ - 166 | TRACE_EVENT(skip_task_reaping, +../include/trace/events/workqueue.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ + 84 | TRACE_EVENT(workqueue_execute_start, @@ -7586,3 +10763,3 @@ -../include/trace/events/oom.h: In function ‘trace_event_raw_event_compact_retry’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/workqueue.h: In function ‘perf_trace_workqueue_execute_end’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -7590,2 +10767,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -7596,2 +10773,2 @@ -../include/trace/events/oom.h:183:1: note: in expansion of macro ‘TRACE_EVENT’ - 183 | TRACE_EVENT(compact_retry, +../include/trace/events/workqueue.h:110:1: note: in expansion of macro ‘TRACE_EVENT’ + 110 | TRACE_EVENT(workqueue_execute_end, @@ -7599,2 +10776,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -7602,2 +10779,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -7608,2 +10785,2 @@ -../include/trace/events/oom.h:183:1: note: in expansion of macro ‘TRACE_EVENT’ - 183 | TRACE_EVENT(compact_retry, +../include/trace/events/workqueue.h:110:1: note: in expansion of macro ‘TRACE_EVENT’ + 110 | TRACE_EVENT(workqueue_execute_end, @@ -7612,101 +10789 @@ -../include/trace/events/oom.h: In function ‘__bpf_trace_oom_score_adj_update’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/oom.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ - 12 | TRACE_EVENT(oom_score_adj_update, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/oom.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ - 12 | TRACE_EVENT(oom_score_adj_update, - | ^~~~~~~~~~~ -../include/trace/events/oom.h: In function ‘__bpf_trace_reclaim_retry_zone’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/oom.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ - 34 | TRACE_EVENT(reclaim_retry_zone, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/oom.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ - 34 | TRACE_EVENT(reclaim_retry_zone, - | ^~~~~~~~~~~ -../include/trace/events/oom.h: In function ‘__bpf_trace_mark_victim’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/oom.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ - 76 | TRACE_EVENT(mark_victim, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/oom.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ - 76 | TRACE_EVENT(mark_victim, - | ^~~~~~~~~~~ -../include/trace/events/oom.h: In function ‘__bpf_trace_wake_reaper’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/oom.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ - 118 | TRACE_EVENT(wake_reaper, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/oom.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ - 118 | TRACE_EVENT(wake_reaper, - | ^~~~~~~~~~~ -../include/trace/events/oom.h: In function ‘__bpf_trace_start_task_reaping’: +../include/trace/events/workqueue.h: In function ‘__bpf_trace_workqueue_queue_work’: @@ -7722,2 +10799,2 @@ -../include/trace/events/oom.h:134:1: note: in expansion of macro ‘TRACE_EVENT’ - 134 | TRACE_EVENT(start_task_reaping, +../include/trace/events/workqueue.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ + 23 | TRACE_EVENT(workqueue_queue_work, @@ -7734,2 +10811,2 @@ -../include/trace/events/oom.h:134:1: note: in expansion of macro ‘TRACE_EVENT’ - 134 | TRACE_EVENT(start_task_reaping, +../include/trace/events/workqueue.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ + 23 | TRACE_EVENT(workqueue_queue_work, @@ -7737 +10814 @@ -../include/trace/events/oom.h: In function ‘__bpf_trace_finish_task_reaping’: +../include/trace/events/workqueue.h: In function ‘__bpf_trace_workqueue_activate_work’: @@ -7747,2 +10824,2 @@ -../include/trace/events/oom.h:150:1: note: in expansion of macro ‘TRACE_EVENT’ - 150 | TRACE_EVENT(finish_task_reaping, +../include/trace/events/workqueue.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ + 59 | TRACE_EVENT(workqueue_activate_work, @@ -7759,2 +10836,2 @@ -../include/trace/events/oom.h:150:1: note: in expansion of macro ‘TRACE_EVENT’ - 150 | TRACE_EVENT(finish_task_reaping, +../include/trace/events/workqueue.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ + 59 | TRACE_EVENT(workqueue_activate_work, @@ -7762 +10839 @@ -../include/trace/events/oom.h: In function ‘__bpf_trace_skip_task_reaping’: +../include/trace/events/workqueue.h: In function ‘__bpf_trace_workqueue_execute_start’: @@ -7772,2 +10849,2 @@ -../include/trace/events/oom.h:166:1: note: in expansion of macro ‘TRACE_EVENT’ - 166 | TRACE_EVENT(skip_task_reaping, +../include/trace/events/workqueue.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ + 84 | TRACE_EVENT(workqueue_execute_start, @@ -7784,2 +10861,2 @@ -../include/trace/events/oom.h:166:1: note: in expansion of macro ‘TRACE_EVENT’ - 166 | TRACE_EVENT(skip_task_reaping, +../include/trace/events/workqueue.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ + 84 | TRACE_EVENT(workqueue_execute_start, @@ -7787 +10864 @@ -../include/trace/events/oom.h: In function ‘__bpf_trace_compact_retry’: +../include/trace/events/workqueue.h: In function ‘__bpf_trace_workqueue_execute_end’: @@ -7797,2 +10874,2 @@ -../include/trace/events/oom.h:183:1: note: in expansion of macro ‘TRACE_EVENT’ - 183 | TRACE_EVENT(compact_retry, +../include/trace/events/workqueue.h:110:1: note: in expansion of macro ‘TRACE_EVENT’ + 110 | TRACE_EVENT(workqueue_execute_end, @@ -7809,2 +10886,2 @@ -../include/trace/events/oom.h:183:1: note: in expansion of macro ‘TRACE_EVENT’ - 183 | TRACE_EVENT(compact_retry, +../include/trace/events/workqueue.h:110:1: note: in expansion of macro ‘TRACE_EVENT’ + 110 | TRACE_EVENT(workqueue_execute_end, @@ -7812 +10889 @@ -make[4]: *** [../scripts/Makefile.build:244: mm/oom_kill.o] Error 1 +make[4]: *** [../scripts/Makefile.build:244: kernel/workqueue.o] Error 1 @@ -7814,3 +10891,3 @@ - from ../include/trace/events/scsi.h:351, - from ../drivers/scsi/scsi.c:73: -../include/trace/events/scsi.h: In function ‘trace_event_raw_event_scsi_dispatch_cmd_start’: + from ../drivers/nvme/host/trace.h:172, + from ../drivers/nvme/host/core.c:31: +../drivers/nvme/host/./trace.h: In function ‘trace_event_raw_event_nvme_setup_cmd’: @@ -7826,2 +10903,2 @@ -../include/trace/events/scsi.h:157:1: note: in expansion of macro ‘TRACE_EVENT’ - 157 | TRACE_EVENT(scsi_dispatch_cmd_start, +../drivers/nvme/host/./trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ + 47 | TRACE_EVENT(nvme_setup_cmd, @@ -7838,2 +10915,2 @@ -../include/trace/events/scsi.h:157:1: note: in expansion of macro ‘TRACE_EVENT’ - 157 | TRACE_EVENT(scsi_dispatch_cmd_start, +../drivers/nvme/host/./trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ + 47 | TRACE_EVENT(nvme_setup_cmd, @@ -7850,2 +10927,2 @@ -../include/trace/events/scsi.h:157:1: note: in expansion of macro ‘TRACE_EVENT’ - 157 | TRACE_EVENT(scsi_dispatch_cmd_start, +../drivers/nvme/host/./trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ + 47 | TRACE_EVENT(nvme_setup_cmd, @@ -7862,2 +10939,2 @@ -../include/trace/events/scsi.h:157:1: note: in expansion of macro ‘TRACE_EVENT’ - 157 | TRACE_EVENT(scsi_dispatch_cmd_start, +../drivers/nvme/host/./trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ + 47 | TRACE_EVENT(nvme_setup_cmd, @@ -7874,2 +10951,2 @@ -../include/trace/events/scsi.h:157:1: note: in expansion of macro ‘TRACE_EVENT’ - 157 | TRACE_EVENT(scsi_dispatch_cmd_start, +../drivers/nvme/host/./trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ + 47 | TRACE_EVENT(nvme_setup_cmd, @@ -7877 +10954 @@ -../include/trace/events/scsi.h: In function ‘trace_event_raw_event_scsi_dispatch_cmd_error’: +../drivers/nvme/host/./trace.h: In function ‘trace_event_raw_event_nvme_complete_rq’: @@ -7887,2 +10964,2 @@ -../include/trace/events/scsi.h:203:1: note: in expansion of macro ‘TRACE_EVENT’ - 203 | TRACE_EVENT(scsi_dispatch_cmd_error, +../drivers/nvme/host/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ + 85 | TRACE_EVENT(nvme_complete_rq, @@ -7899,2 +10976,2 @@ -../include/trace/events/scsi.h:203:1: note: in expansion of macro ‘TRACE_EVENT’ - 203 | TRACE_EVENT(scsi_dispatch_cmd_error, +../drivers/nvme/host/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ + 85 | TRACE_EVENT(nvme_complete_rq, @@ -7902 +10979 @@ -../include/trace/events/scsi.h: In function ‘trace_event_raw_event_scsi_cmd_done_timeout_template’: +../drivers/nvme/host/./trace.h: In function ‘trace_event_raw_event_nvme_async_event’: @@ -7909,3 +10986,6 @@ -../include/trace/events/scsi.h:253:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 253 | DECLARE_EVENT_CLASS(scsi_cmd_done_timeout_template, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/nvme/host/./trace.h:117:1: note: in expansion of macro ‘TRACE_EVENT’ + 117 | TRACE_EVENT(nvme_async_event, + | ^~~~~~~~~~~ @@ -7918,4 +10998,7 @@ -../include/trace/events/scsi.h:253:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 253 | DECLARE_EVENT_CLASS(scsi_cmd_done_timeout_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/scsi.h: In function ‘trace_event_raw_event_scsi_eh_wakeup’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/nvme/host/./trace.h:117:1: note: in expansion of macro ‘TRACE_EVENT’ + 117 | TRACE_EVENT(nvme_async_event, + | ^~~~~~~~~~~ +../drivers/nvme/host/./trace.h: In function ‘trace_event_raw_event_nvme_sq’: @@ -7931,2 +11014,2 @@ -../include/trace/events/scsi.h:331:1: note: in expansion of macro ‘TRACE_EVENT’ - 331 | TRACE_EVENT(scsi_eh_wakeup, +../drivers/nvme/host/./trace.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ + 141 | TRACE_EVENT(nvme_sq, @@ -7943,2 +11026,103 @@ -../include/trace/events/scsi.h:331:1: note: in expansion of macro ‘TRACE_EVENT’ - 331 | TRACE_EVENT(scsi_eh_wakeup, +../drivers/nvme/host/./trace.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ + 141 | TRACE_EVENT(nvme_sq, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../drivers/nvme/host/./trace.h: In function ‘perf_trace_nvme_setup_cmd’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/nvme/host/./trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ + 47 | TRACE_EVENT(nvme_setup_cmd, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/nvme/host/./trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ + 47 | TRACE_EVENT(nvme_setup_cmd, + | ^~~~~~~~~~~ +../drivers/nvme/host/./trace.h: In function ‘perf_trace_nvme_complete_rq’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/nvme/host/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ + 85 | TRACE_EVENT(nvme_complete_rq, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/nvme/host/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ + 85 | TRACE_EVENT(nvme_complete_rq, + | ^~~~~~~~~~~ +../drivers/nvme/host/./trace.h: In function ‘perf_trace_nvme_async_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/nvme/host/./trace.h:117:1: note: in expansion of macro ‘TRACE_EVENT’ + 117 | TRACE_EVENT(nvme_async_event, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/nvme/host/./trace.h:117:1: note: in expansion of macro ‘TRACE_EVENT’ + 117 | TRACE_EVENT(nvme_async_event, + | ^~~~~~~~~~~ +../drivers/nvme/host/./trace.h: In function ‘perf_trace_nvme_sq’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/nvme/host/./trace.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ + 141 | TRACE_EVENT(nvme_sq, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/nvme/host/./trace.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ + 141 | TRACE_EVENT(nvme_sq, @@ -7947 +11131 @@ -../include/trace/events/scsi.h: In function ‘__bpf_trace_scsi_dispatch_cmd_start’: +../drivers/nvme/host/./trace.h: In function ‘__bpf_trace_nvme_setup_cmd’: @@ -7957,2 +11141,2 @@ -../include/trace/events/scsi.h:157:1: note: in expansion of macro ‘TRACE_EVENT’ - 157 | TRACE_EVENT(scsi_dispatch_cmd_start, +../drivers/nvme/host/./trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ + 47 | TRACE_EVENT(nvme_setup_cmd, @@ -7969,2 +11153,2 @@ -../include/trace/events/scsi.h:157:1: note: in expansion of macro ‘TRACE_EVENT’ - 157 | TRACE_EVENT(scsi_dispatch_cmd_start, +../drivers/nvme/host/./trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ + 47 | TRACE_EVENT(nvme_setup_cmd, @@ -7972 +11156 @@ -../include/trace/events/scsi.h: In function ‘__bpf_trace_scsi_dispatch_cmd_error’: +../drivers/nvme/host/./trace.h: In function ‘__bpf_trace_nvme_complete_rq’: @@ -7982,2 +11166,2 @@ -../include/trace/events/scsi.h:203:1: note: in expansion of macro ‘TRACE_EVENT’ - 203 | TRACE_EVENT(scsi_dispatch_cmd_error, +../drivers/nvme/host/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ + 85 | TRACE_EVENT(nvme_complete_rq, @@ -7994,2 +11178,2 @@ -../include/trace/events/scsi.h:203:1: note: in expansion of macro ‘TRACE_EVENT’ - 203 | TRACE_EVENT(scsi_dispatch_cmd_error, +../drivers/nvme/host/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ + 85 | TRACE_EVENT(nvme_complete_rq, @@ -7997 +11181 @@ -../include/trace/events/scsi.h: In function ‘__bpf_trace_scsi_cmd_done_timeout_template’: +../drivers/nvme/host/./trace.h: In function ‘__bpf_trace_nvme_async_event’: @@ -8004,3 +11188,6 @@ -../include/trace/events/scsi.h:253:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 253 | DECLARE_EVENT_CLASS(scsi_cmd_done_timeout_template, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/nvme/host/./trace.h:117:1: note: in expansion of macro ‘TRACE_EVENT’ + 117 | TRACE_EVENT(nvme_async_event, + | ^~~~~~~~~~~ @@ -8013,4 +11200,7 @@ -../include/trace/events/scsi.h:253:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 253 | DECLARE_EVENT_CLASS(scsi_cmd_done_timeout_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/scsi.h: In function ‘__bpf_trace_scsi_eh_wakeup’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/nvme/host/./trace.h:117:1: note: in expansion of macro ‘TRACE_EVENT’ + 117 | TRACE_EVENT(nvme_async_event, + | ^~~~~~~~~~~ +../drivers/nvme/host/./trace.h: In function ‘__bpf_trace_nvme_sq’: @@ -8026,2 +11216,2 @@ -../include/trace/events/scsi.h:331:1: note: in expansion of macro ‘TRACE_EVENT’ - 331 | TRACE_EVENT(scsi_eh_wakeup, +../drivers/nvme/host/./trace.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ + 141 | TRACE_EVENT(nvme_sq, @@ -8038,2 +11228,2 @@ -../include/trace/events/scsi.h:331:1: note: in expansion of macro ‘TRACE_EVENT’ - 331 | TRACE_EVENT(scsi_eh_wakeup, +../drivers/nvme/host/./trace.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ + 141 | TRACE_EVENT(nvme_sq, @@ -8041,2 +11231,3 @@ -make[5]: *** [../scripts/Makefile.build:244: drivers/scsi/scsi.o] Error 1 -make[5]: *** Waiting for unfinished jobs.... +make[6]: *** [../scripts/Makefile.build:244: drivers/nvme/host/core.o] Error 1 +make[5]: *** [../scripts/Makefile.build:485: drivers/nvme/host] Error 2 +make[4]: *** [../scripts/Makefile.build:485: drivers/nvme] Error 2 @@ -8044,3 +11235,3 @@ - from ../drivers/base/regmap/trace.h:284, - from ../drivers/base/regmap/regmap.c:23: -../drivers/base/regmap/./trace.h: In function ‘trace_event_raw_event_regmap_reg’: + from ../drivers/net/dsa/mv88e6xxx/trace.h:96, + from ../drivers/net/dsa/mv88e6xxx/trace.c:6: +../drivers/net/dsa/mv88e6xxx/./trace.h: In function ‘trace_event_raw_event_mv88e6xxx_atu_violation’: @@ -8053,2 +11244,2 @@ -../drivers/base/regmap/./trace.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 16 | DECLARE_EVENT_CLASS(regmap_reg, +../drivers/net/dsa/mv88e6xxx/./trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 15 | DECLARE_EVENT_CLASS(mv88e6xxx_atu_violation, @@ -8062,2 +11253,2 @@ -../drivers/base/regmap/./trace.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 16 | DECLARE_EVENT_CLASS(regmap_reg, +../drivers/net/dsa/mv88e6xxx/./trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 15 | DECLARE_EVENT_CLASS(mv88e6xxx_atu_violation, @@ -8071,2 +11262,2 @@ -../drivers/base/regmap/./trace.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 16 | DECLARE_EVENT_CLASS(regmap_reg, +../drivers/net/dsa/mv88e6xxx/./trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 15 | DECLARE_EVENT_CLASS(mv88e6xxx_atu_violation, @@ -8080,2 +11271,2 @@ -../drivers/base/regmap/./trace.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 16 | DECLARE_EVENT_CLASS(regmap_reg, +../drivers/net/dsa/mv88e6xxx/./trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 15 | DECLARE_EVENT_CLASS(mv88e6xxx_atu_violation, @@ -8089,21 +11280,2 @@ -../drivers/base/regmap/./trace.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 16 | DECLARE_EVENT_CLASS(regmap_reg, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/base/regmap/./trace.h: In function ‘trace_event_raw_event_regmap_bulk’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/base/regmap/./trace.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 62 | DECLARE_EVENT_CLASS(regmap_bulk, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/base/regmap/./trace.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 62 | DECLARE_EVENT_CLASS(regmap_bulk, +../drivers/net/dsa/mv88e6xxx/./trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 15 | DECLARE_EVENT_CLASS(mv88e6xxx_atu_violation, @@ -8111 +11283 @@ -../drivers/base/regmap/./trace.h: In function ‘trace_event_raw_event_regmap_block’: +../drivers/net/dsa/mv88e6xxx/./trace.h: In function ‘trace_event_raw_event_mv88e6xxx_vtu_violation’: @@ -8118,2 +11290,2 @@ -../drivers/base/regmap/./trace.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 103 | DECLARE_EVENT_CLASS(regmap_block, +../drivers/net/dsa/mv88e6xxx/./trace.h:58:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 58 | DECLARE_EVENT_CLASS(mv88e6xxx_vtu_violation, @@ -8127,2 +11299,2 @@ -../drivers/base/regmap/./trace.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 103 | DECLARE_EVENT_CLASS(regmap_block, +../drivers/net/dsa/mv88e6xxx/./trace.h:58:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 58 | DECLARE_EVENT_CLASS(mv88e6xxx_vtu_violation, @@ -8130,28 +11302,4 @@ -../drivers/base/regmap/./trace.h: In function ‘trace_event_raw_event_regcache_sync’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/base/regmap/./trace.h:152:1: note: in expansion of macro ‘TRACE_EVENT’ - 152 | TRACE_EVENT(regcache_sync, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/base/regmap/./trace.h:152:1: note: in expansion of macro ‘TRACE_EVENT’ - 152 | TRACE_EVENT(regcache_sync, - | ^~~~~~~~~~~ -../drivers/base/regmap/./trace.h: In function ‘trace_event_raw_event_regmap_bool’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +In file included from ../include/trace/define_trace.h:109: +../drivers/net/dsa/mv88e6xxx/./trace.h: In function ‘perf_trace_mv88e6xxx_atu_violation’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -8159,2 +11307,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -8162,2 +11310,2 @@ -../drivers/base/regmap/./trace.h:175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 175 | DECLARE_EVENT_CLASS(regmap_bool, +../drivers/net/dsa/mv88e6xxx/./trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 15 | DECLARE_EVENT_CLASS(mv88e6xxx_atu_violation, @@ -8165,2 +11313,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -8168,2 +11316,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -8171,2 +11319,2 @@ -../drivers/base/regmap/./trace.h:175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 175 | DECLARE_EVENT_CLASS(regmap_bool, +../drivers/net/dsa/mv88e6xxx/./trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 15 | DECLARE_EVENT_CLASS(mv88e6xxx_atu_violation, @@ -8174,3 +11322,3 @@ -../drivers/base/regmap/./trace.h: In function ‘trace_event_raw_event_regmap_async’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../drivers/net/dsa/mv88e6xxx/./trace.h: In function ‘perf_trace_mv88e6xxx_vtu_violation’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -8178,2 +11326,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -8181,2 +11329,2 @@ -../drivers/base/regmap/./trace.h:208:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 208 | DECLARE_EVENT_CLASS(regmap_async, +../drivers/net/dsa/mv88e6xxx/./trace.h:58:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 58 | DECLARE_EVENT_CLASS(mv88e6xxx_vtu_violation, @@ -8184,2 +11332,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -8187,2 +11335,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -8190,2 +11338,2 @@ -../drivers/base/regmap/./trace.h:208:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 208 | DECLARE_EVENT_CLASS(regmap_async, +../drivers/net/dsa/mv88e6xxx/./trace.h:58:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 58 | DECLARE_EVENT_CLASS(mv88e6xxx_vtu_violation, @@ -8193,25 +11340,0 @@ -../drivers/base/regmap/./trace.h: In function ‘trace_event_raw_event_regcache_drop_region’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/base/regmap/./trace.h:253:1: note: in expansion of macro ‘TRACE_EVENT’ - 253 | TRACE_EVENT(regcache_drop_region, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/base/regmap/./trace.h:253:1: note: in expansion of macro ‘TRACE_EVENT’ - 253 | TRACE_EVENT(regcache_drop_region, - | ^~~~~~~~~~~ @@ -8219,83 +11342 @@ -../drivers/base/regmap/./trace.h: In function ‘__bpf_trace_regmap_reg’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../drivers/base/regmap/./trace.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 16 | DECLARE_EVENT_CLASS(regmap_reg, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../drivers/base/regmap/./trace.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 16 | DECLARE_EVENT_CLASS(regmap_reg, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/base/regmap/./trace.h: In function ‘__bpf_trace_regmap_bulk’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../drivers/base/regmap/./trace.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 62 | DECLARE_EVENT_CLASS(regmap_bulk, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../drivers/base/regmap/./trace.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 62 | DECLARE_EVENT_CLASS(regmap_bulk, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/base/regmap/./trace.h: In function ‘__bpf_trace_regmap_block’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../drivers/base/regmap/./trace.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 103 | DECLARE_EVENT_CLASS(regmap_block, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../drivers/base/regmap/./trace.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 103 | DECLARE_EVENT_CLASS(regmap_block, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/base/regmap/./trace.h: In function ‘__bpf_trace_regcache_sync’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/base/regmap/./trace.h:152:1: note: in expansion of macro ‘TRACE_EVENT’ - 152 | TRACE_EVENT(regcache_sync, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/base/regmap/./trace.h:152:1: note: in expansion of macro ‘TRACE_EVENT’ - 152 | TRACE_EVENT(regcache_sync, - | ^~~~~~~~~~~ -../drivers/base/regmap/./trace.h: In function ‘__bpf_trace_regmap_bool’: +../drivers/net/dsa/mv88e6xxx/./trace.h: In function ‘__bpf_trace_mv88e6xxx_atu_violation’: @@ -8308,2 +11349,2 @@ -../drivers/base/regmap/./trace.h:175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 175 | DECLARE_EVENT_CLASS(regmap_bool, +../drivers/net/dsa/mv88e6xxx/./trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 15 | DECLARE_EVENT_CLASS(mv88e6xxx_atu_violation, @@ -8317,2 +11358,2 @@ -../drivers/base/regmap/./trace.h:175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 175 | DECLARE_EVENT_CLASS(regmap_bool, +../drivers/net/dsa/mv88e6xxx/./trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 15 | DECLARE_EVENT_CLASS(mv88e6xxx_atu_violation, @@ -8320 +11361 @@ -../drivers/base/regmap/./trace.h: In function ‘__bpf_trace_regmap_async’: +../drivers/net/dsa/mv88e6xxx/./trace.h: In function ‘__bpf_trace_mv88e6xxx_vtu_violation’: @@ -8327,2 +11368,2 @@ -../drivers/base/regmap/./trace.h:208:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 208 | DECLARE_EVENT_CLASS(regmap_async, +../drivers/net/dsa/mv88e6xxx/./trace.h:58:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 58 | DECLARE_EVENT_CLASS(mv88e6xxx_vtu_violation, @@ -8336,2 +11377,2 @@ -../drivers/base/regmap/./trace.h:208:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 208 | DECLARE_EVENT_CLASS(regmap_async, +../drivers/net/dsa/mv88e6xxx/./trace.h:58:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 58 | DECLARE_EVENT_CLASS(mv88e6xxx_vtu_violation, @@ -8339,28 +11380,3 @@ -../drivers/base/regmap/./trace.h: In function ‘__bpf_trace_regcache_drop_region’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/base/regmap/./trace.h:253:1: note: in expansion of macro ‘TRACE_EVENT’ - 253 | TRACE_EVENT(regcache_drop_region, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/base/regmap/./trace.h:253:1: note: in expansion of macro ‘TRACE_EVENT’ - 253 | TRACE_EVENT(regcache_drop_region, - | ^~~~~~~~~~~ -make[6]: *** [../scripts/Makefile.build:244: drivers/base/regmap/regmap.o] Error 1 -make[5]: *** [../scripts/Makefile.build:485: drivers/base/regmap] Error 2 -make[4]: *** [../scripts/Makefile.build:485: drivers/base] Error 2 +make[7]: *** [../scripts/Makefile.build:244: drivers/net/dsa/mv88e6xxx/trace.o] Error 1 +make[6]: *** [../scripts/Makefile.build:485: drivers/net/dsa/mv88e6xxx] Error 2 +make[5]: *** [../scripts/Makefile.build:485: drivers/net/dsa] Error 2 @@ -8368,3 +11384,3 @@ - from ../include/trace/events/devlink.h:213, - from ../net/devlink/core.c:9: -../include/trace/events/devlink.h: In function ‘trace_event_raw_event_devlink_hwmsg’: + from ../drivers/block/rnbd/rnbd-srv-trace.h:206, + from ../drivers/block/rnbd/rnbd-srv-trace.c:17: +../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘trace_event_raw_event_rnbd_srv_link_class’: @@ -8377,6 +11393,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/devlink.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ - 17 | TRACE_EVENT(devlink_hwmsg, - | ^~~~~~~~~~~ +../drivers/block/rnbd/./rnbd-srv-trace.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 18 | DECLARE_EVENT_CLASS(rnbd_srv_link_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -8389,6 +11402,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/devlink.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ - 17 | TRACE_EVENT(devlink_hwmsg, - | ^~~~~~~~~~~ +../drivers/block/rnbd/./rnbd-srv-trace.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 18 | DECLARE_EVENT_CLASS(rnbd_srv_link_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -8401,6 +11411,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/devlink.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ - 17 | TRACE_EVENT(devlink_hwmsg, - | ^~~~~~~~~~~ +../drivers/block/rnbd/./rnbd-srv-trace.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 18 | DECLARE_EVENT_CLASS(rnbd_srv_link_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -8413,6 +11420,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/devlink.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ - 17 | TRACE_EVENT(devlink_hwmsg, - | ^~~~~~~~~~~ +../drivers/block/rnbd/./rnbd-srv-trace.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 18 | DECLARE_EVENT_CLASS(rnbd_srv_link_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -8425,7 +11429,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/devlink.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ - 17 | TRACE_EVENT(devlink_hwmsg, - | ^~~~~~~~~~~ -../include/trace/events/devlink.h: In function ‘trace_event_raw_event_devlink_hwerr’: +../drivers/block/rnbd/./rnbd-srv-trace.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 18 | DECLARE_EVENT_CLASS(rnbd_srv_link_class, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘trace_event_raw_event_process_rdma’: @@ -8441,2 +11442,2 @@ -../include/trace/events/devlink.h:52:1: note: in expansion of macro ‘TRACE_EVENT’ - 52 | TRACE_EVENT(devlink_hwerr, +../drivers/block/rnbd/./rnbd-srv-trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ + 65 | TRACE_EVENT(process_rdma, @@ -8453,2 +11454,2 @@ -../include/trace/events/devlink.h:52:1: note: in expansion of macro ‘TRACE_EVENT’ - 52 | TRACE_EVENT(devlink_hwerr, +../drivers/block/rnbd/./rnbd-srv-trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ + 65 | TRACE_EVENT(process_rdma, @@ -8456 +11457 @@ -../include/trace/events/devlink.h: In function ‘trace_event_raw_event_devlink_health_report’: +../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘trace_event_raw_event_process_msg_sess_info’: @@ -8466,2 +11467,2 @@ -../include/trace/events/devlink.h:81:1: note: in expansion of macro ‘TRACE_EVENT’ - 81 | TRACE_EVENT(devlink_health_report, +../drivers/block/rnbd/./rnbd-srv-trace.h:116:1: note: in expansion of macro ‘TRACE_EVENT’ + 116 | TRACE_EVENT(process_msg_sess_info, @@ -8478,2 +11479,2 @@ -../include/trace/events/devlink.h:81:1: note: in expansion of macro ‘TRACE_EVENT’ - 81 | TRACE_EVENT(devlink_health_report, +../drivers/block/rnbd/./rnbd-srv-trace.h:116:1: note: in expansion of macro ‘TRACE_EVENT’ + 116 | TRACE_EVENT(process_msg_sess_info, @@ -8481 +11482 @@ -../include/trace/events/devlink.h: In function ‘trace_event_raw_event_devlink_health_recover_aborted’: +../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘trace_event_raw_event_process_msg_open’: @@ -8491,2 +11492,2 @@ -../include/trace/events/devlink.h:112:1: note: in expansion of macro ‘TRACE_EVENT’ - 112 | TRACE_EVENT(devlink_health_recover_aborted, +../drivers/block/rnbd/./rnbd-srv-trace.h:154:1: note: in expansion of macro ‘TRACE_EVENT’ + 154 | TRACE_EVENT(process_msg_open, @@ -8503,2 +11504,2 @@ -../include/trace/events/devlink.h:112:1: note: in expansion of macro ‘TRACE_EVENT’ - 112 | TRACE_EVENT(devlink_health_recover_aborted, +../drivers/block/rnbd/./rnbd-srv-trace.h:154:1: note: in expansion of macro ‘TRACE_EVENT’ + 154 | TRACE_EVENT(process_msg_open, @@ -8506 +11507 @@ -../include/trace/events/devlink.h: In function ‘trace_event_raw_event_devlink_health_reporter_state_update’: +../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘trace_event_raw_event_process_msg_close’: @@ -8516,2 +11517,2 @@ -../include/trace/events/devlink.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ - 146 | TRACE_EVENT(devlink_health_reporter_state_update, +../drivers/block/rnbd/./rnbd-srv-trace.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ + 179 | TRACE_EVENT(process_msg_close, @@ -8528,2 +11529,2 @@ -../include/trace/events/devlink.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ - 146 | TRACE_EVENT(devlink_health_reporter_state_update, +../drivers/block/rnbd/./rnbd-srv-trace.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ + 179 | TRACE_EVENT(process_msg_close, @@ -8531,3 +11532,4 @@ -../include/trace/events/devlink.h: In function ‘trace_event_raw_event_devlink_trap_report’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +In file included from ../include/trace/define_trace.h:109: +../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘perf_trace_rnbd_srv_link_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -8535,2 +11537,21 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/block/rnbd/./rnbd-srv-trace.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 18 | DECLARE_EVENT_CLASS(rnbd_srv_link_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/block/rnbd/./rnbd-srv-trace.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 18 | DECLARE_EVENT_CLASS(rnbd_srv_link_class, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘perf_trace_process_rdma’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -8541,2 +11562,2 @@ -../include/trace/events/devlink.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ - 177 | TRACE_EVENT(devlink_trap_report, +../drivers/block/rnbd/./rnbd-srv-trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ + 65 | TRACE_EVENT(process_rdma, @@ -8544,2 +11565,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -8547,2 +11568,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -8553,2 +11574,2 @@ -../include/trace/events/devlink.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ - 177 | TRACE_EVENT(devlink_trap_report, +../drivers/block/rnbd/./rnbd-srv-trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ + 65 | TRACE_EVENT(process_rdma, @@ -8556,4 +11577,3 @@ -In file included from ../include/trace/define_trace.h:110: -../include/trace/events/devlink.h: In function ‘__bpf_trace_devlink_hwmsg’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘perf_trace_process_msg_sess_info’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -8561,2 +11581,5 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -8563,0 +11587,9 @@ +../drivers/block/rnbd/./rnbd-srv-trace.h:116:1: note: in expansion of macro ‘TRACE_EVENT’ + 116 | TRACE_EVENT(process_msg_sess_info, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -8567,2 +11599,2 @@ -../include/trace/events/devlink.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ - 17 | TRACE_EVENT(devlink_hwmsg, +../drivers/block/rnbd/./rnbd-srv-trace.h:116:1: note: in expansion of macro ‘TRACE_EVENT’ + 116 | TRACE_EVENT(process_msg_sess_info, @@ -8570,5 +11602,9 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘perf_trace_process_msg_open’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -8575,0 +11612,9 @@ +../drivers/block/rnbd/./rnbd-srv-trace.h:154:1: note: in expansion of macro ‘TRACE_EVENT’ + 154 | TRACE_EVENT(process_msg_open, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -8579,2 +11624,2 @@ -../include/trace/events/devlink.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ - 17 | TRACE_EVENT(devlink_hwmsg, +../drivers/block/rnbd/./rnbd-srv-trace.h:154:1: note: in expansion of macro ‘TRACE_EVENT’ + 154 | TRACE_EVENT(process_msg_open, @@ -8582,3 +11627,3 @@ -../include/trace/events/devlink.h: In function ‘__bpf_trace_devlink_hwerr’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘perf_trace_process_msg_close’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -8586,2 +11631,5 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -8588,0 +11637,9 @@ +../drivers/block/rnbd/./rnbd-srv-trace.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ + 179 | TRACE_EVENT(process_msg_close, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -8592,2 +11649,2 @@ -../include/trace/events/devlink.h:52:1: note: in expansion of macro ‘TRACE_EVENT’ - 52 | TRACE_EVENT(devlink_hwerr, +../drivers/block/rnbd/./rnbd-srv-trace.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ + 179 | TRACE_EVENT(process_msg_close, @@ -8594,0 +11652,11 @@ +In file included from ../include/trace/define_trace.h:110: +../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘__bpf_trace_rnbd_srv_link_class’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/block/rnbd/./rnbd-srv-trace.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 18 | DECLARE_EVENT_CLASS(rnbd_srv_link_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -8601,7 +11669,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/devlink.h:52:1: note: in expansion of macro ‘TRACE_EVENT’ - 52 | TRACE_EVENT(devlink_hwerr, - | ^~~~~~~~~~~ -../include/trace/events/devlink.h: In function ‘__bpf_trace_devlink_health_report’: +../drivers/block/rnbd/./rnbd-srv-trace.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 18 | DECLARE_EVENT_CLASS(rnbd_srv_link_class, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘__bpf_trace_process_rdma’: @@ -8617,2 +11682,2 @@ -../include/trace/events/devlink.h:81:1: note: in expansion of macro ‘TRACE_EVENT’ - 81 | TRACE_EVENT(devlink_health_report, +../drivers/block/rnbd/./rnbd-srv-trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ + 65 | TRACE_EVENT(process_rdma, @@ -8629,2 +11694,2 @@ -../include/trace/events/devlink.h:81:1: note: in expansion of macro ‘TRACE_EVENT’ - 81 | TRACE_EVENT(devlink_health_report, +../drivers/block/rnbd/./rnbd-srv-trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ + 65 | TRACE_EVENT(process_rdma, @@ -8632 +11697 @@ -../include/trace/events/devlink.h: In function ‘__bpf_trace_devlink_health_recover_aborted’: +../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘__bpf_trace_process_msg_sess_info’: @@ -8642,2 +11707,2 @@ -../include/trace/events/devlink.h:112:1: note: in expansion of macro ‘TRACE_EVENT’ - 112 | TRACE_EVENT(devlink_health_recover_aborted, +../drivers/block/rnbd/./rnbd-srv-trace.h:116:1: note: in expansion of macro ‘TRACE_EVENT’ + 116 | TRACE_EVENT(process_msg_sess_info, @@ -8654,2 +11719,2 @@ -../include/trace/events/devlink.h:112:1: note: in expansion of macro ‘TRACE_EVENT’ - 112 | TRACE_EVENT(devlink_health_recover_aborted, +../drivers/block/rnbd/./rnbd-srv-trace.h:116:1: note: in expansion of macro ‘TRACE_EVENT’ + 116 | TRACE_EVENT(process_msg_sess_info, @@ -8657 +11722 @@ -../include/trace/events/devlink.h: In function ‘__bpf_trace_devlink_health_reporter_state_update’: +../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘__bpf_trace_process_msg_open’: @@ -8667,2 +11732,2 @@ -../include/trace/events/devlink.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ - 146 | TRACE_EVENT(devlink_health_reporter_state_update, +../drivers/block/rnbd/./rnbd-srv-trace.h:154:1: note: in expansion of macro ‘TRACE_EVENT’ + 154 | TRACE_EVENT(process_msg_open, @@ -8679,2 +11744,2 @@ -../include/trace/events/devlink.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ - 146 | TRACE_EVENT(devlink_health_reporter_state_update, +../drivers/block/rnbd/./rnbd-srv-trace.h:154:1: note: in expansion of macro ‘TRACE_EVENT’ + 154 | TRACE_EVENT(process_msg_open, @@ -8682 +11747 @@ -../include/trace/events/devlink.h: In function ‘__bpf_trace_devlink_trap_report’: +../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘__bpf_trace_process_msg_close’: @@ -8692,2 +11757,2 @@ -../include/trace/events/devlink.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ - 177 | TRACE_EVENT(devlink_trap_report, +../drivers/block/rnbd/./rnbd-srv-trace.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ + 179 | TRACE_EVENT(process_msg_close, @@ -8704,2 +11769,2 @@ -../include/trace/events/devlink.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ - 177 | TRACE_EVENT(devlink_trap_report, +../drivers/block/rnbd/./rnbd-srv-trace.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ + 179 | TRACE_EVENT(process_msg_close, @@ -8707,2 +11772,3 @@ -make[5]: *** [../scripts/Makefile.build:244: net/devlink/core.o] Error 1 -make[4]: *** [../scripts/Makefile.build:485: net/devlink] Error 2 +make[6]: *** [../scripts/Makefile.build:244: drivers/block/rnbd/rnbd-srv-trace.o] Error 1 +make[5]: *** [../scripts/Makefile.build:485: drivers/block/rnbd] Error 2 +make[4]: *** [../scripts/Makefile.build:485: drivers/block] Error 2 @@ -8710,3 +11776,3 @@ - from ../drivers/soc/qcom/pmic_pdcharger_ulog.h:36, - from ../drivers/soc/qcom/pmic_pdcharger_ulog.c:15: -../drivers/soc/qcom/./pmic_pdcharger_ulog.h: In function ‘trace_event_raw_event_pmic_pdcharger_ulog_msg’: + from ../include/trace/events/oom.h:223, + from ../mm/oom_kill.c:54: +../include/trace/events/oom.h: In function ‘trace_event_raw_event_oom_score_adj_update’: @@ -8722,2 +11788,2 @@ -../drivers/soc/qcom/./pmic_pdcharger_ulog.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(pmic_pdcharger_ulog_msg, +../include/trace/events/oom.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ + 12 | TRACE_EVENT(oom_score_adj_update, @@ -8734,2 +11800,2 @@ -../drivers/soc/qcom/./pmic_pdcharger_ulog.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(pmic_pdcharger_ulog_msg, +../include/trace/events/oom.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ + 12 | TRACE_EVENT(oom_score_adj_update, @@ -8746,2 +11812,2 @@ -../drivers/soc/qcom/./pmic_pdcharger_ulog.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(pmic_pdcharger_ulog_msg, +../include/trace/events/oom.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ + 12 | TRACE_EVENT(oom_score_adj_update, @@ -8758,2 +11824,2 @@ -../drivers/soc/qcom/./pmic_pdcharger_ulog.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(pmic_pdcharger_ulog_msg, +../include/trace/events/oom.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ + 12 | TRACE_EVENT(oom_score_adj_update, @@ -8770,2 +11836,2 @@ -../drivers/soc/qcom/./pmic_pdcharger_ulog.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(pmic_pdcharger_ulog_msg, +../include/trace/events/oom.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ + 12 | TRACE_EVENT(oom_score_adj_update, @@ -8773,4 +11839,3 @@ -In file included from ../include/trace/define_trace.h:110: -../drivers/soc/qcom/./pmic_pdcharger_ulog.h: In function ‘__bpf_trace_pmic_pdcharger_ulog_msg’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/oom.h: In function ‘trace_event_raw_event_reclaim_retry_zone’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -8778,15 +11843,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/soc/qcom/./pmic_pdcharger_ulog.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(pmic_pdcharger_ulog_msg, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -8796,2 +11849,2 @@ -../drivers/soc/qcom/./pmic_pdcharger_ulog.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(pmic_pdcharger_ulog_msg, +../include/trace/events/oom.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ + 34 | TRACE_EVENT(reclaim_retry_zone, @@ -8799,8 +11852 @@ -make[6]: *** [../scripts/Makefile.build:244: drivers/soc/qcom/pmic_pdcharger_ulog.o] Error 1 -make[5]: *** [../scripts/Makefile.build:485: drivers/soc/qcom] Error 2 -make[4]: *** [../scripts/Makefile.build:485: drivers/soc] Error 2 -In file included from ../include/trace/define_trace.h:108, - from ../include/trace/events/host1x.h:267, - from ../drivers/gpu/host1x/dev.c:23: -../include/trace/events/host1x.h: In function ‘trace_event_raw_event_host1x’: -../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? @@ -8808 +11854 @@ - | ^~~~~~~~~~~~~~~~~~~~~ + | ^~~~~~~~~~~~~~~~~ @@ -8812,3 +11858,7 @@ -../include/trace/events/host1x.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 21 | DECLARE_EVENT_CLASS(host1x, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/oom.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ + 34 | TRACE_EVENT(reclaim_retry_zone, + | ^~~~~~~~~~~ +../include/trace/events/oom.h: In function ‘trace_event_raw_event_mark_victim’: @@ -8821,12 +11871,6 @@ -../include/trace/events/host1x.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 21 | DECLARE_EVENT_CLASS(host1x, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/host1x.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 21 | DECLARE_EVENT_CLASS(host1x, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/oom.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ + 76 | TRACE_EVENT(mark_victim, + | ^~~~~~~~~~~ @@ -8839,13 +11883,7 @@ -../include/trace/events/host1x.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 21 | DECLARE_EVENT_CLASS(host1x, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] - 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ - | ^~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/host1x.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 21 | DECLARE_EVENT_CLASS(host1x, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/host1x.h: In function ‘trace_event_raw_event_host1x_cdma_push’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/oom.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ + 76 | TRACE_EVENT(mark_victim, + | ^~~~~~~~~~~ +../include/trace/events/oom.h: In function ‘trace_event_raw_event_wake_reaper’: @@ -8861,2 +11899,2 @@ -../include/trace/events/host1x.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ - 49 | TRACE_EVENT(host1x_cdma_push, +../include/trace/events/oom.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ + 118 | TRACE_EVENT(wake_reaper, @@ -8873,2 +11911,2 @@ -../include/trace/events/host1x.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ - 49 | TRACE_EVENT(host1x_cdma_push, +../include/trace/events/oom.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ + 118 | TRACE_EVENT(wake_reaper, @@ -8876 +11914 @@ -../include/trace/events/host1x.h: In function ‘trace_event_raw_event_host1x_cdma_push_wide’: +../include/trace/events/oom.h: In function ‘trace_event_raw_event_start_task_reaping’: @@ -8886,2 +11924,2 @@ -../include/trace/events/host1x.h:70:1: note: in expansion of macro ‘TRACE_EVENT’ - 70 | TRACE_EVENT(host1x_cdma_push_wide, +../include/trace/events/oom.h:134:1: note: in expansion of macro ‘TRACE_EVENT’ + 134 | TRACE_EVENT(start_task_reaping, @@ -8898,2 +11936,2 @@ -../include/trace/events/host1x.h:70:1: note: in expansion of macro ‘TRACE_EVENT’ - 70 | TRACE_EVENT(host1x_cdma_push_wide, +../include/trace/events/oom.h:134:1: note: in expansion of macro ‘TRACE_EVENT’ + 134 | TRACE_EVENT(start_task_reaping, @@ -8901 +11939 @@ -../include/trace/events/host1x.h: In function ‘trace_event_raw_event_host1x_cdma_push_gather’: +../include/trace/events/oom.h: In function ‘trace_event_raw_event_finish_task_reaping’: @@ -8911,2 +11949,2 @@ -../include/trace/events/host1x.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ - 96 | TRACE_EVENT(host1x_cdma_push_gather, +../include/trace/events/oom.h:150:1: note: in expansion of macro ‘TRACE_EVENT’ + 150 | TRACE_EVENT(finish_task_reaping, @@ -8923,2 +11961,2 @@ -../include/trace/events/host1x.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ - 96 | TRACE_EVENT(host1x_cdma_push_gather, +../include/trace/events/oom.h:150:1: note: in expansion of macro ‘TRACE_EVENT’ + 150 | TRACE_EVENT(finish_task_reaping, @@ -8926 +11964 @@ -../include/trace/events/host1x.h: In function ‘trace_event_raw_event_host1x_channel_submit’: +../include/trace/events/oom.h: In function ‘trace_event_raw_event_skip_task_reaping’: @@ -8936,2 +11974,2 @@ -../include/trace/events/host1x.h:130:1: note: in expansion of macro ‘TRACE_EVENT’ - 130 | TRACE_EVENT(host1x_channel_submit, +../include/trace/events/oom.h:166:1: note: in expansion of macro ‘TRACE_EVENT’ + 166 | TRACE_EVENT(skip_task_reaping, @@ -8948,2 +11986,2 @@ -../include/trace/events/host1x.h:130:1: note: in expansion of macro ‘TRACE_EVENT’ - 130 | TRACE_EVENT(host1x_channel_submit, +../include/trace/events/oom.h:166:1: note: in expansion of macro ‘TRACE_EVENT’ + 166 | TRACE_EVENT(skip_task_reaping, @@ -8951 +11989 @@ -../include/trace/events/host1x.h: In function ‘trace_event_raw_event_host1x_channel_submitted’: +../include/trace/events/oom.h: In function ‘trace_event_raw_event_compact_retry’: @@ -8961,2 +11999,2 @@ -../include/trace/events/host1x.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ - 158 | TRACE_EVENT(host1x_channel_submitted, +../include/trace/events/oom.h:183:1: note: in expansion of macro ‘TRACE_EVENT’ + 183 | TRACE_EVENT(compact_retry, @@ -8973,2 +12011,2 @@ -../include/trace/events/host1x.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ - 158 | TRACE_EVENT(host1x_channel_submitted, +../include/trace/events/oom.h:183:1: note: in expansion of macro ‘TRACE_EVENT’ + 183 | TRACE_EVENT(compact_retry, @@ -8976,3 +12014,4 @@ -../include/trace/events/host1x.h: In function ‘trace_event_raw_event_host1x_channel_submit_complete’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/oom.h: In function ‘perf_trace_oom_score_adj_update’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -8980,2 +12019,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -8986,2 +12025,2 @@ -../include/trace/events/host1x.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ - 179 | TRACE_EVENT(host1x_channel_submit_complete, +../include/trace/events/oom.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ + 12 | TRACE_EVENT(oom_score_adj_update, @@ -8989,2 +12028,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -8992,2 +12031,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -8998,2 +12037,2 @@ -../include/trace/events/host1x.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ - 179 | TRACE_EVENT(host1x_channel_submit_complete, +../include/trace/events/oom.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ + 12 | TRACE_EVENT(oom_score_adj_update, @@ -9001,3 +12040,3 @@ -../include/trace/events/host1x.h: In function ‘trace_event_raw_event_host1x_wait_cdma’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/oom.h: In function ‘perf_trace_reclaim_retry_zone’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -9005,2 +12044,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -9011,2 +12050,2 @@ -../include/trace/events/host1x.h:200:1: note: in expansion of macro ‘TRACE_EVENT’ - 200 | TRACE_EVENT(host1x_wait_cdma, +../include/trace/events/oom.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ + 34 | TRACE_EVENT(reclaim_retry_zone, @@ -9014,2 +12053,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -9017,2 +12056,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -9023,2 +12062,2 @@ -../include/trace/events/host1x.h:200:1: note: in expansion of macro ‘TRACE_EVENT’ - 200 | TRACE_EVENT(host1x_wait_cdma, +../include/trace/events/oom.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ + 34 | TRACE_EVENT(reclaim_retry_zone, @@ -9026,3 +12065,3 @@ -../include/trace/events/host1x.h: In function ‘trace_event_raw_event_host1x_syncpt_load_min’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/oom.h: In function ‘perf_trace_mark_victim’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -9030,2 +12069,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -9036,2 +12075,2 @@ -../include/trace/events/host1x.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ - 218 | TRACE_EVENT(host1x_syncpt_load_min, +../include/trace/events/oom.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ + 76 | TRACE_EVENT(mark_victim, @@ -9039,2 +12078,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -9042,2 +12081,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -9048,2 +12087,2 @@ -../include/trace/events/host1x.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ - 218 | TRACE_EVENT(host1x_syncpt_load_min, +../include/trace/events/oom.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ + 76 | TRACE_EVENT(mark_victim, @@ -9051,3 +12090,3 @@ -../include/trace/events/host1x.h: In function ‘trace_event_raw_event_host1x_syncpt_wait_check’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/oom.h: In function ‘perf_trace_wake_reaper’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -9055,2 +12094,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -9061,2 +12100,2 @@ -../include/trace/events/host1x.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ - 236 | TRACE_EVENT(host1x_syncpt_wait_check, +../include/trace/events/oom.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ + 118 | TRACE_EVENT(wake_reaper, @@ -9064,2 +12103,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -9067,2 +12106,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -9073,2 +12112,2 @@ -../include/trace/events/host1x.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ - 236 | TRACE_EVENT(host1x_syncpt_wait_check, +../include/trace/events/oom.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ + 118 | TRACE_EVENT(wake_reaper, @@ -9076,4 +12115,3 @@ -In file included from ../include/trace/define_trace.h:110: -../include/trace/events/host1x.h: In function ‘__bpf_trace_host1x’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/oom.h: In function ‘perf_trace_start_task_reaping’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -9081,2 +12119,5 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -9084,8 +12125,11 @@ -../include/trace/events/host1x.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 21 | DECLARE_EVENT_CLASS(host1x, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/events/oom.h:134:1: note: in expansion of macro ‘TRACE_EVENT’ + 134 | TRACE_EVENT(start_task_reaping, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -9093,6 +12137,6 @@ -../include/trace/events/host1x.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 21 | DECLARE_EVENT_CLASS(host1x, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/host1x.h: In function ‘__bpf_trace_host1x_cdma_push’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/oom.h:134:1: note: in expansion of macro ‘TRACE_EVENT’ + 134 | TRACE_EVENT(start_task_reaping, + | ^~~~~~~~~~~ +../include/trace/events/oom.h: In function ‘perf_trace_finish_task_reaping’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -9100,2 +12144,5 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -9102,0 +12150,9 @@ +../include/trace/events/oom.h:150:1: note: in expansion of macro ‘TRACE_EVENT’ + 150 | TRACE_EVENT(finish_task_reaping, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -9106,2 +12162,2 @@ -../include/trace/events/host1x.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ - 49 | TRACE_EVENT(host1x_cdma_push, +../include/trace/events/oom.h:150:1: note: in expansion of macro ‘TRACE_EVENT’ + 150 | TRACE_EVENT(finish_task_reaping, @@ -9109,5 +12165,9 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/events/oom.h: In function ‘perf_trace_skip_task_reaping’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -9114,0 +12175,9 @@ +../include/trace/events/oom.h:166:1: note: in expansion of macro ‘TRACE_EVENT’ + 166 | TRACE_EVENT(skip_task_reaping, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -9118,2 +12187,2 @@ -../include/trace/events/host1x.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ - 49 | TRACE_EVENT(host1x_cdma_push, +../include/trace/events/oom.h:166:1: note: in expansion of macro ‘TRACE_EVENT’ + 166 | TRACE_EVENT(skip_task_reaping, @@ -9121 +12190,27 @@ -../include/trace/events/host1x.h: In function ‘__bpf_trace_host1x_cdma_push_wide’: +../include/trace/events/oom.h: In function ‘perf_trace_compact_retry’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/oom.h:183:1: note: in expansion of macro ‘TRACE_EVENT’ + 183 | TRACE_EVENT(compact_retry, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/oom.h:183:1: note: in expansion of macro ‘TRACE_EVENT’ + 183 | TRACE_EVENT(compact_retry, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../include/trace/events/oom.h: In function ‘__bpf_trace_oom_score_adj_update’: @@ -9131,2 +12226,2 @@ -../include/trace/events/host1x.h:70:1: note: in expansion of macro ‘TRACE_EVENT’ - 70 | TRACE_EVENT(host1x_cdma_push_wide, +../include/trace/events/oom.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ + 12 | TRACE_EVENT(oom_score_adj_update, @@ -9143,2 +12238,2 @@ -../include/trace/events/host1x.h:70:1: note: in expansion of macro ‘TRACE_EVENT’ - 70 | TRACE_EVENT(host1x_cdma_push_wide, +../include/trace/events/oom.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ + 12 | TRACE_EVENT(oom_score_adj_update, @@ -9146 +12241 @@ -../include/trace/events/host1x.h: In function ‘__bpf_trace_host1x_cdma_push_gather’: +../include/trace/events/oom.h: In function ‘__bpf_trace_reclaim_retry_zone’: @@ -9156,2 +12251,2 @@ -../include/trace/events/host1x.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ - 96 | TRACE_EVENT(host1x_cdma_push_gather, +../include/trace/events/oom.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ + 34 | TRACE_EVENT(reclaim_retry_zone, @@ -9168,2 +12263,2 @@ -../include/trace/events/host1x.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ - 96 | TRACE_EVENT(host1x_cdma_push_gather, +../include/trace/events/oom.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ + 34 | TRACE_EVENT(reclaim_retry_zone, @@ -9171 +12266 @@ -../include/trace/events/host1x.h: In function ‘__bpf_trace_host1x_channel_submit’: +../include/trace/events/oom.h: In function ‘__bpf_trace_mark_victim’: @@ -9181,2 +12276,2 @@ -../include/trace/events/host1x.h:130:1: note: in expansion of macro ‘TRACE_EVENT’ - 130 | TRACE_EVENT(host1x_channel_submit, +../include/trace/events/oom.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ + 76 | TRACE_EVENT(mark_victim, @@ -9193,2 +12288,2 @@ -../include/trace/events/host1x.h:130:1: note: in expansion of macro ‘TRACE_EVENT’ - 130 | TRACE_EVENT(host1x_channel_submit, +../include/trace/events/oom.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ + 76 | TRACE_EVENT(mark_victim, @@ -9196 +12291 @@ -../include/trace/events/host1x.h: In function ‘__bpf_trace_host1x_channel_submitted’: +../include/trace/events/oom.h: In function ‘__bpf_trace_wake_reaper’: @@ -9206,2 +12301,2 @@ -../include/trace/events/host1x.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ - 158 | TRACE_EVENT(host1x_channel_submitted, +../include/trace/events/oom.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ + 118 | TRACE_EVENT(wake_reaper, @@ -9218,2 +12313,2 @@ -../include/trace/events/host1x.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ - 158 | TRACE_EVENT(host1x_channel_submitted, +../include/trace/events/oom.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ + 118 | TRACE_EVENT(wake_reaper, @@ -9221 +12316 @@ -../include/trace/events/host1x.h: In function ‘__bpf_trace_host1x_channel_submit_complete’: +../include/trace/events/oom.h: In function ‘__bpf_trace_start_task_reaping’: @@ -9231,2 +12326,2 @@ -../include/trace/events/host1x.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ - 179 | TRACE_EVENT(host1x_channel_submit_complete, +../include/trace/events/oom.h:134:1: note: in expansion of macro ‘TRACE_EVENT’ + 134 | TRACE_EVENT(start_task_reaping, @@ -9243,2 +12338,2 @@ -../include/trace/events/host1x.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ - 179 | TRACE_EVENT(host1x_channel_submit_complete, +../include/trace/events/oom.h:134:1: note: in expansion of macro ‘TRACE_EVENT’ + 134 | TRACE_EVENT(start_task_reaping, @@ -9246 +12341 @@ -../include/trace/events/host1x.h: In function ‘__bpf_trace_host1x_wait_cdma’: +../include/trace/events/oom.h: In function ‘__bpf_trace_finish_task_reaping’: @@ -9256,2 +12351,2 @@ -../include/trace/events/host1x.h:200:1: note: in expansion of macro ‘TRACE_EVENT’ - 200 | TRACE_EVENT(host1x_wait_cdma, +../include/trace/events/oom.h:150:1: note: in expansion of macro ‘TRACE_EVENT’ + 150 | TRACE_EVENT(finish_task_reaping, @@ -9268,2 +12363,2 @@ -../include/trace/events/host1x.h:200:1: note: in expansion of macro ‘TRACE_EVENT’ - 200 | TRACE_EVENT(host1x_wait_cdma, +../include/trace/events/oom.h:150:1: note: in expansion of macro ‘TRACE_EVENT’ + 150 | TRACE_EVENT(finish_task_reaping, @@ -9271 +12366 @@ -../include/trace/events/host1x.h: In function ‘__bpf_trace_host1x_syncpt_load_min’: +../include/trace/events/oom.h: In function ‘__bpf_trace_skip_task_reaping’: @@ -9281,2 +12376,2 @@ -../include/trace/events/host1x.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ - 218 | TRACE_EVENT(host1x_syncpt_load_min, +../include/trace/events/oom.h:166:1: note: in expansion of macro ‘TRACE_EVENT’ + 166 | TRACE_EVENT(skip_task_reaping, @@ -9293,2 +12388,2 @@ -../include/trace/events/host1x.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ - 218 | TRACE_EVENT(host1x_syncpt_load_min, +../include/trace/events/oom.h:166:1: note: in expansion of macro ‘TRACE_EVENT’ + 166 | TRACE_EVENT(skip_task_reaping, @@ -9296 +12391 @@ -../include/trace/events/host1x.h: In function ‘__bpf_trace_host1x_syncpt_wait_check’: +../include/trace/events/oom.h: In function ‘__bpf_trace_compact_retry’: @@ -9306,2 +12401,2 @@ -../include/trace/events/host1x.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ - 236 | TRACE_EVENT(host1x_syncpt_wait_check, +../include/trace/events/oom.h:183:1: note: in expansion of macro ‘TRACE_EVENT’ + 183 | TRACE_EVENT(compact_retry, @@ -9318,2 +12413,2 @@ -../include/trace/events/host1x.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ - 236 | TRACE_EVENT(host1x_syncpt_wait_check, +../include/trace/events/oom.h:183:1: note: in expansion of macro ‘TRACE_EVENT’ + 183 | TRACE_EVENT(compact_retry, @@ -9321,2 +12416 @@ -make[6]: *** [../scripts/Makefile.build:244: drivers/gpu/host1x/dev.o] Error 1 -make[5]: *** [../scripts/Makefile.build:485: drivers/gpu/host1x] Error 2 +make[4]: *** [../scripts/Makefile.build:244: mm/oom_kill.o] Error 1 @@ -9324,3 +12418,3 @@ - from ../include/trace/events/mdio.h:43, - from ../drivers/net/phy/mdio_bus.c:38: -../include/trace/events/mdio.h: In function ‘trace_event_raw_event_mdio_access’: + from ../drivers/base/regmap/trace.h:284, + from ../drivers/base/regmap/regmap.c:23: +../drivers/base/regmap/./trace.h: In function ‘trace_event_raw_event_regmap_reg’: @@ -9333,9 +12427,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ - 32 | TRACE_EVENT(name, \ - | ^~~~~~~~~~~ -../include/trace/events/mdio.h:10:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ - 10 | TRACE_EVENT_CONDITION(mdio_access, - | ^~~~~~~~~~~~~~~~~~~~~ +../drivers/base/regmap/./trace.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 16 | DECLARE_EVENT_CLASS(regmap_reg, + | ^~~~~~~~~~~~~~~~~~~ @@ -9348,9 +12436,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ - 32 | TRACE_EVENT(name, \ - | ^~~~~~~~~~~ -../include/trace/events/mdio.h:10:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ - 10 | TRACE_EVENT_CONDITION(mdio_access, - | ^~~~~~~~~~~~~~~~~~~~~ +../drivers/base/regmap/./trace.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 16 | DECLARE_EVENT_CLASS(regmap_reg, + | ^~~~~~~~~~~~~~~~~~~ @@ -9363,9 +12445,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ - 32 | TRACE_EVENT(name, \ - | ^~~~~~~~~~~ -../include/trace/events/mdio.h:10:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ - 10 | TRACE_EVENT_CONDITION(mdio_access, - | ^~~~~~~~~~~~~~~~~~~~~ +../drivers/base/regmap/./trace.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 16 | DECLARE_EVENT_CLASS(regmap_reg, + | ^~~~~~~~~~~~~~~~~~~ @@ -9378,9 +12454,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ - 32 | TRACE_EVENT(name, \ - | ^~~~~~~~~~~ -../include/trace/events/mdio.h:10:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ - 10 | TRACE_EVENT_CONDITION(mdio_access, - | ^~~~~~~~~~~~~~~~~~~~~ +../drivers/base/regmap/./trace.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 16 | DECLARE_EVENT_CLASS(regmap_reg, + | ^~~~~~~~~~~~~~~~~~~ @@ -9393,49 +12463,5 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ - 32 | TRACE_EVENT(name, \ - | ^~~~~~~~~~~ -../include/trace/events/mdio.h:10:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ - 10 | TRACE_EVENT_CONDITION(mdio_access, - | ^~~~~~~~~~~~~~~~~~~~~ -In file included from ../include/trace/define_trace.h:110: -../include/trace/events/mdio.h: In function ‘__bpf_trace_mdio_access’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ - 32 | TRACE_EVENT(name, \ - | ^~~~~~~~~~~ -../include/trace/events/mdio.h:10:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ - 10 | TRACE_EVENT_CONDITION(mdio_access, - | ^~~~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ - 32 | TRACE_EVENT(name, \ - | ^~~~~~~~~~~ -../include/trace/events/mdio.h:10:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ - 10 | TRACE_EVENT_CONDITION(mdio_access, - | ^~~~~~~~~~~~~~~~~~~~~ -make[6]: *** [../scripts/Makefile.build:244: drivers/net/phy/mdio_bus.o] Error 1 -make[5]: *** [../scripts/Makefile.build:485: drivers/net/phy] Error 2 -make[5]: *** Waiting for unfinished jobs.... -In file included from ../include/trace/define_trace.h:108, - from ../drivers/block/rnbd/rnbd-srv-trace.h:206, - from ../drivers/block/rnbd/rnbd-srv-trace.c:17: -../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘trace_event_raw_event_rnbd_srv_link_class’: -../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] +../drivers/base/regmap/./trace.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 16 | DECLARE_EVENT_CLASS(regmap_reg, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/base/regmap/./trace.h: In function ‘trace_event_raw_event_regmap_bulk’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? @@ -9443 +12469 @@ - | ^~~~~~~~~~~~~~~~~~~~~ + | ^~~~~~~~~~~~~~~ @@ -9447,2 +12473,2 @@ -../drivers/block/rnbd/./rnbd-srv-trace.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 18 | DECLARE_EVENT_CLASS(rnbd_srv_link_class, +../drivers/base/regmap/./trace.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 62 | DECLARE_EVENT_CLASS(regmap_bulk, @@ -9450 +12476 @@ -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? @@ -9452 +12478 @@ - | ^~~~~~~~~~~~~~~ + | ^~~~~~~~~~~~~~~~~ @@ -9456,2 +12482,2 @@ -../drivers/block/rnbd/./rnbd-srv-trace.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 18 | DECLARE_EVENT_CLASS(rnbd_srv_link_class, +../drivers/base/regmap/./trace.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 62 | DECLARE_EVENT_CLASS(regmap_bulk, @@ -9459 +12485,2 @@ -../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in +../drivers/base/regmap/./trace.h: In function ‘trace_event_raw_event_regmap_block’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? @@ -9465,2 +12492,2 @@ -../drivers/block/rnbd/./rnbd-srv-trace.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 18 | DECLARE_EVENT_CLASS(rnbd_srv_link_class, +../drivers/base/regmap/./trace.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 103 | DECLARE_EVENT_CLASS(regmap_block, @@ -9474,11 +12501,2 @@ -../drivers/block/rnbd/./rnbd-srv-trace.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 18 | DECLARE_EVENT_CLASS(rnbd_srv_link_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] - 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ - | ^~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/block/rnbd/./rnbd-srv-trace.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 18 | DECLARE_EVENT_CLASS(rnbd_srv_link_class, +../drivers/base/regmap/./trace.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 103 | DECLARE_EVENT_CLASS(regmap_block, @@ -9486 +12504 @@ -../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘trace_event_raw_event_process_rdma’: +../drivers/base/regmap/./trace.h: In function ‘trace_event_raw_event_regcache_sync’: @@ -9496,2 +12514,2 @@ -../drivers/block/rnbd/./rnbd-srv-trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ - 65 | TRACE_EVENT(process_rdma, +../drivers/base/regmap/./trace.h:152:1: note: in expansion of macro ‘TRACE_EVENT’ + 152 | TRACE_EVENT(regcache_sync, @@ -9508,2 +12526,2 @@ -../drivers/block/rnbd/./rnbd-srv-trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ - 65 | TRACE_EVENT(process_rdma, +../drivers/base/regmap/./trace.h:152:1: note: in expansion of macro ‘TRACE_EVENT’ + 152 | TRACE_EVENT(regcache_sync, @@ -9511 +12529 @@ -../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘trace_event_raw_event_process_msg_sess_info’: +../drivers/base/regmap/./trace.h: In function ‘trace_event_raw_event_regmap_bool’: @@ -9518,6 +12536,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/block/rnbd/./rnbd-srv-trace.h:116:1: note: in expansion of macro ‘TRACE_EVENT’ - 116 | TRACE_EVENT(process_msg_sess_info, - | ^~~~~~~~~~~ +../drivers/base/regmap/./trace.h:175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 175 | DECLARE_EVENT_CLASS(regmap_bool, + | ^~~~~~~~~~~~~~~~~~~ @@ -9530,7 +12545,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/block/rnbd/./rnbd-srv-trace.h:116:1: note: in expansion of macro ‘TRACE_EVENT’ - 116 | TRACE_EVENT(process_msg_sess_info, - | ^~~~~~~~~~~ -../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘trace_event_raw_event_process_msg_open’: +../drivers/base/regmap/./trace.h:175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 175 | DECLARE_EVENT_CLASS(regmap_bool, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/base/regmap/./trace.h: In function ‘trace_event_raw_event_regmap_async’: @@ -9543,6 +12555,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/block/rnbd/./rnbd-srv-trace.h:154:1: note: in expansion of macro ‘TRACE_EVENT’ - 154 | TRACE_EVENT(process_msg_open, - | ^~~~~~~~~~~ +../drivers/base/regmap/./trace.h:208:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 208 | DECLARE_EVENT_CLASS(regmap_async, + | ^~~~~~~~~~~~~~~~~~~ @@ -9555,7 +12564,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/block/rnbd/./rnbd-srv-trace.h:154:1: note: in expansion of macro ‘TRACE_EVENT’ - 154 | TRACE_EVENT(process_msg_open, - | ^~~~~~~~~~~ -../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘trace_event_raw_event_process_msg_close’: +../drivers/base/regmap/./trace.h:208:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 208 | DECLARE_EVENT_CLASS(regmap_async, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/base/regmap/./trace.h: In function ‘trace_event_raw_event_regcache_drop_region’: @@ -9571,2 +12577,2 @@ -../drivers/block/rnbd/./rnbd-srv-trace.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ - 179 | TRACE_EVENT(process_msg_close, +../drivers/base/regmap/./trace.h:253:1: note: in expansion of macro ‘TRACE_EVENT’ + 253 | TRACE_EVENT(regcache_drop_region, @@ -9583,2 +12589,148 @@ -../drivers/block/rnbd/./rnbd-srv-trace.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ - 179 | TRACE_EVENT(process_msg_close, +../drivers/base/regmap/./trace.h:253:1: note: in expansion of macro ‘TRACE_EVENT’ + 253 | TRACE_EVENT(regcache_drop_region, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../drivers/base/regmap/./trace.h: In function ‘perf_trace_regmap_reg’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/base/regmap/./trace.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 16 | DECLARE_EVENT_CLASS(regmap_reg, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/base/regmap/./trace.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 16 | DECLARE_EVENT_CLASS(regmap_reg, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/base/regmap/./trace.h: In function ‘perf_trace_regmap_bulk’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/base/regmap/./trace.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 62 | DECLARE_EVENT_CLASS(regmap_bulk, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/base/regmap/./trace.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 62 | DECLARE_EVENT_CLASS(regmap_bulk, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/base/regmap/./trace.h: In function ‘perf_trace_regmap_block’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/base/regmap/./trace.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 103 | DECLARE_EVENT_CLASS(regmap_block, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/base/regmap/./trace.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 103 | DECLARE_EVENT_CLASS(regmap_block, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/base/regmap/./trace.h: In function ‘perf_trace_regcache_sync’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/base/regmap/./trace.h:152:1: note: in expansion of macro ‘TRACE_EVENT’ + 152 | TRACE_EVENT(regcache_sync, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/base/regmap/./trace.h:152:1: note: in expansion of macro ‘TRACE_EVENT’ + 152 | TRACE_EVENT(regcache_sync, + | ^~~~~~~~~~~ +../drivers/base/regmap/./trace.h: In function ‘perf_trace_regmap_bool’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/base/regmap/./trace.h:175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 175 | DECLARE_EVENT_CLASS(regmap_bool, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/base/regmap/./trace.h:175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 175 | DECLARE_EVENT_CLASS(regmap_bool, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/base/regmap/./trace.h: In function ‘perf_trace_regmap_async’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/base/regmap/./trace.h:208:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 208 | DECLARE_EVENT_CLASS(regmap_async, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/base/regmap/./trace.h:208:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 208 | DECLARE_EVENT_CLASS(regmap_async, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/base/regmap/./trace.h: In function ‘perf_trace_regcache_drop_region’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/base/regmap/./trace.h:253:1: note: in expansion of macro ‘TRACE_EVENT’ + 253 | TRACE_EVENT(regcache_drop_region, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/base/regmap/./trace.h:253:1: note: in expansion of macro ‘TRACE_EVENT’ + 253 | TRACE_EVENT(regcache_drop_region, @@ -9587 +12739 @@ -../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘__bpf_trace_rnbd_srv_link_class’: +../drivers/base/regmap/./trace.h: In function ‘__bpf_trace_regmap_reg’: @@ -9594,2 +12746,2 @@ -../drivers/block/rnbd/./rnbd-srv-trace.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 18 | DECLARE_EVENT_CLASS(rnbd_srv_link_class, +../drivers/base/regmap/./trace.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 16 | DECLARE_EVENT_CLASS(regmap_reg, @@ -9603,2 +12755,2 @@ -../drivers/block/rnbd/./rnbd-srv-trace.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 18 | DECLARE_EVENT_CLASS(rnbd_srv_link_class, +../drivers/base/regmap/./trace.h:16:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 16 | DECLARE_EVENT_CLASS(regmap_reg, @@ -9606 +12758 @@ -../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘__bpf_trace_process_rdma’: +../drivers/base/regmap/./trace.h: In function ‘__bpf_trace_regmap_bulk’: @@ -9613,6 +12765,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/block/rnbd/./rnbd-srv-trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ - 65 | TRACE_EVENT(process_rdma, - | ^~~~~~~~~~~ +../drivers/base/regmap/./trace.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 62 | DECLARE_EVENT_CLASS(regmap_bulk, + | ^~~~~~~~~~~~~~~~~~~ @@ -9625,2 +12774,9 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ +../drivers/base/regmap/./trace.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 62 | DECLARE_EVENT_CLASS(regmap_bulk, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/base/regmap/./trace.h: In function ‘__bpf_trace_regmap_block’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) @@ -9628,4 +12784,13 @@ -../drivers/block/rnbd/./rnbd-srv-trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ - 65 | TRACE_EVENT(process_rdma, - | ^~~~~~~~~~~ -../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘__bpf_trace_process_msg_sess_info’: +../drivers/base/regmap/./trace.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 103 | DECLARE_EVENT_CLASS(regmap_block, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/base/regmap/./trace.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 103 | DECLARE_EVENT_CLASS(regmap_block, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/base/regmap/./trace.h: In function ‘__bpf_trace_regcache_sync’: @@ -9641,2 +12806,2 @@ -../drivers/block/rnbd/./rnbd-srv-trace.h:116:1: note: in expansion of macro ‘TRACE_EVENT’ - 116 | TRACE_EVENT(process_msg_sess_info, +../drivers/base/regmap/./trace.h:152:1: note: in expansion of macro ‘TRACE_EVENT’ + 152 | TRACE_EVENT(regcache_sync, @@ -9653,2 +12818,2 @@ -../drivers/block/rnbd/./rnbd-srv-trace.h:116:1: note: in expansion of macro ‘TRACE_EVENT’ - 116 | TRACE_EVENT(process_msg_sess_info, +../drivers/base/regmap/./trace.h:152:1: note: in expansion of macro ‘TRACE_EVENT’ + 152 | TRACE_EVENT(regcache_sync, @@ -9656 +12821 @@ -../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘__bpf_trace_process_msg_open’: +../drivers/base/regmap/./trace.h: In function ‘__bpf_trace_regmap_bool’: @@ -9663,6 +12828,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/block/rnbd/./rnbd-srv-trace.h:154:1: note: in expansion of macro ‘TRACE_EVENT’ - 154 | TRACE_EVENT(process_msg_open, - | ^~~~~~~~~~~ +../drivers/base/regmap/./trace.h:175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 175 | DECLARE_EVENT_CLASS(regmap_bool, + | ^~~~~~~~~~~~~~~~~~~ @@ -9675,2 +12837,9 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ +../drivers/base/regmap/./trace.h:175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 175 | DECLARE_EVENT_CLASS(regmap_bool, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/base/regmap/./trace.h: In function ‘__bpf_trace_regmap_async’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) @@ -9678,4 +12847,13 @@ -../drivers/block/rnbd/./rnbd-srv-trace.h:154:1: note: in expansion of macro ‘TRACE_EVENT’ - 154 | TRACE_EVENT(process_msg_open, - | ^~~~~~~~~~~ -../drivers/block/rnbd/./rnbd-srv-trace.h: In function ‘__bpf_trace_process_msg_close’: +../drivers/base/regmap/./trace.h:208:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 208 | DECLARE_EVENT_CLASS(regmap_async, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/base/regmap/./trace.h:208:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 208 | DECLARE_EVENT_CLASS(regmap_async, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/base/regmap/./trace.h: In function ‘__bpf_trace_regcache_drop_region’: @@ -9691,2 +12869,2 @@ -../drivers/block/rnbd/./rnbd-srv-trace.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ - 179 | TRACE_EVENT(process_msg_close, +../drivers/base/regmap/./trace.h:253:1: note: in expansion of macro ‘TRACE_EVENT’ + 253 | TRACE_EVENT(regcache_drop_region, @@ -9703,2 +12881,2 @@ -../drivers/block/rnbd/./rnbd-srv-trace.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ - 179 | TRACE_EVENT(process_msg_close, +../drivers/base/regmap/./trace.h:253:1: note: in expansion of macro ‘TRACE_EVENT’ + 253 | TRACE_EVENT(regcache_drop_region, @@ -9706 +12884,3 @@ -make[6]: *** [../scripts/Makefile.build:244: drivers/block/rnbd/rnbd-srv-trace.o] Error 1 +make[6]: *** [../scripts/Makefile.build:244: drivers/base/regmap/regmap.o] Error 1 +make[5]: *** [../scripts/Makefile.build:485: drivers/base/regmap] Error 2 +make[4]: *** [../scripts/Makefile.build:485: drivers/base] Error 2 @@ -9820,0 +13001,76 @@ +In file included from ../include/trace/define_trace.h:109: +../include/trace/../../drivers/gpu/drm/drm_trace.h: In function ‘perf_trace_drm_vblank_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/drm_trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ + 15 | TRACE_EVENT(drm_vblank_event, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/drm_trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ + 15 | TRACE_EVENT(drm_vblank_event, + | ^~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/drm_trace.h: In function ‘perf_trace_drm_vblank_event_queued’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/drm_trace.h:35:1: note: in expansion of macro ‘TRACE_EVENT’ + 35 | TRACE_EVENT(drm_vblank_event_queued, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/drm_trace.h:35:1: note: in expansion of macro ‘TRACE_EVENT’ + 35 | TRACE_EVENT(drm_vblank_event_queued, + | ^~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/drm_trace.h: In function ‘perf_trace_drm_vblank_event_delivered’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/drm_trace.h:52:1: note: in expansion of macro ‘TRACE_EVENT’ + 52 | TRACE_EVENT(drm_vblank_event_delivered, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/drm_trace.h:52:1: note: in expansion of macro ‘TRACE_EVENT’ + 52 | TRACE_EVENT(drm_vblank_event_delivered, + | ^~~~~~~~~~~ @@ -9898,4 +13154 @@ -make[5]: *** [../scripts/Makefile.build:485: drivers/block/rnbd] Error 2 -make[4]: *** [../scripts/Makefile.build:485: drivers/block] Error 2 -make[5]: *** [../scripts/Makefile.build:485: drivers/gpu/drm] Error 2 -make[4]: *** [../scripts/Makefile.build:485: drivers/gpu] Error 2 +make[6]: *** Waiting for unfinished jobs.... @@ -9903,3 +13156,3 @@ - from ../include/trace/events/mptcp.h:184, - from ../net/mptcp/protocol.c:30: -../include/trace/events/mptcp.h: In function ‘trace_event_raw_event_mptcp_subflow_get_send’: + from ../include/trace/events/handshake.h:319, + from ../net/handshake/trace.c:22: +../include/trace/events/handshake.h: In function ‘trace_event_raw_event_handshake_event_class’: @@ -9912,6 +13165,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/mptcp.h:18:1: note: in expansion of macro ‘TRACE_EVENT’ - 18 | TRACE_EVENT(mptcp_subflow_get_send, - | ^~~~~~~~~~~ +../include/trace/events/handshake.h:90:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 90 | DECLARE_EVENT_CLASS(handshake_event_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -9924,6 +13174,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/mptcp.h:18:1: note: in expansion of macro ‘TRACE_EVENT’ - 18 | TRACE_EVENT(mptcp_subflow_get_send, - | ^~~~~~~~~~~ +../include/trace/events/handshake.h:90:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 90 | DECLARE_EVENT_CLASS(handshake_event_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -9936,6 +13183,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/mptcp.h:18:1: note: in expansion of macro ‘TRACE_EVENT’ - 18 | TRACE_EVENT(mptcp_subflow_get_send, - | ^~~~~~~~~~~ +../include/trace/events/handshake.h:90:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 90 | DECLARE_EVENT_CLASS(handshake_event_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -9948,6 +13192,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/mptcp.h:18:1: note: in expansion of macro ‘TRACE_EVENT’ - 18 | TRACE_EVENT(mptcp_subflow_get_send, - | ^~~~~~~~~~~ +../include/trace/events/handshake.h:90:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 90 | DECLARE_EVENT_CLASS(handshake_event_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -9960,7 +13201,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/mptcp.h:18:1: note: in expansion of macro ‘TRACE_EVENT’ - 18 | TRACE_EVENT(mptcp_subflow_get_send, - | ^~~~~~~~~~~ -../include/trace/events/mptcp.h: In function ‘trace_event_raw_event_mptcp_dump_mpext’: +../include/trace/events/handshake.h:90:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 90 | DECLARE_EVENT_CLASS(handshake_event_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/handshake.h: In function ‘trace_event_raw_event_handshake_fd_class’: @@ -9973,2 +13211,2 @@ -../include/trace/events/mptcp.h:65:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 65 | DECLARE_EVENT_CLASS(mptcp_dump_mpext, +../include/trace/events/handshake.h:120:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 120 | DECLARE_EVENT_CLASS(handshake_fd_class, @@ -9982,2 +13220,2 @@ -../include/trace/events/mptcp.h:65:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 65 | DECLARE_EVENT_CLASS(mptcp_dump_mpext, +../include/trace/events/handshake.h:120:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 120 | DECLARE_EVENT_CLASS(handshake_fd_class, @@ -9985 +13223 @@ -../include/trace/events/mptcp.h: In function ‘trace_event_raw_event_ack_update_msk’: +../include/trace/events/handshake.h: In function ‘trace_event_raw_event_handshake_error_class’: @@ -9992,6 +13230,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/mptcp.h:128:1: note: in expansion of macro ‘TRACE_EVENT’ - 128 | TRACE_EVENT(ack_update_msk, - | ^~~~~~~~~~~ +../include/trace/events/handshake.h:154:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 154 | DECLARE_EVENT_CLASS(handshake_error_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -10004,7 +13239,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/mptcp.h:128:1: note: in expansion of macro ‘TRACE_EVENT’ - 128 | TRACE_EVENT(ack_update_msk, - | ^~~~~~~~~~~ -../include/trace/events/mptcp.h: In function ‘trace_event_raw_event_subflow_check_data_avail’: +../include/trace/events/handshake.h:154:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 154 | DECLARE_EVENT_CLASS(handshake_error_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/handshake.h: In function ‘trace_event_raw_event_handshake_alert_class’: @@ -10017,6 +13249,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/mptcp.h:160:1: note: in expansion of macro ‘TRACE_EVENT’ - 160 | TRACE_EVENT(subflow_check_data_avail, - | ^~~~~~~~~~~ +../include/trace/events/handshake.h:188:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 188 | DECLARE_EVENT_CLASS(handshake_alert_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -10029,50 +13258,2 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/mptcp.h:160:1: note: in expansion of macro ‘TRACE_EVENT’ - 160 | TRACE_EVENT(subflow_check_data_avail, - | ^~~~~~~~~~~ -In file included from ../include/trace/define_trace.h:110: -../include/trace/events/mptcp.h: In function ‘__bpf_trace_mptcp_subflow_get_send’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/mptcp.h:18:1: note: in expansion of macro ‘TRACE_EVENT’ - 18 | TRACE_EVENT(mptcp_subflow_get_send, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/mptcp.h:18:1: note: in expansion of macro ‘TRACE_EVENT’ - 18 | TRACE_EVENT(mptcp_subflow_get_send, - | ^~~~~~~~~~~ -../include/trace/events/mptcp.h: In function ‘__bpf_trace_mptcp_dump_mpext’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/mptcp.h:65:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 65 | DECLARE_EVENT_CLASS(mptcp_dump_mpext, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/mptcp.h:65:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 65 | DECLARE_EVENT_CLASS(mptcp_dump_mpext, +../include/trace/events/handshake.h:188:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 188 | DECLARE_EVENT_CLASS(handshake_alert_class, @@ -10080,28 +13261,3 @@ -../include/trace/events/mptcp.h: In function ‘__bpf_trace_ack_update_msk’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/mptcp.h:128:1: note: in expansion of macro ‘TRACE_EVENT’ - 128 | TRACE_EVENT(ack_update_msk, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/mptcp.h:128:1: note: in expansion of macro ‘TRACE_EVENT’ - 128 | TRACE_EVENT(ack_update_msk, - | ^~~~~~~~~~~ -../include/trace/events/mptcp.h: In function ‘__bpf_trace_subflow_check_data_avail’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/handshake.h: In function ‘trace_event_raw_event_handshake_complete’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -10109,15 +13265,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/mptcp.h:160:1: note: in expansion of macro ‘TRACE_EVENT’ - 160 | TRACE_EVENT(subflow_check_data_avail, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -10127,2 +13271,2 @@ -../include/trace/events/mptcp.h:160:1: note: in expansion of macro ‘TRACE_EVENT’ - 160 | TRACE_EVENT(subflow_check_data_avail, +../include/trace/events/handshake.h:242:1: note: in expansion of macro ‘TRACE_EVENT’ + 242 | TRACE_EVENT(handshake_complete, @@ -10130,7 +13274 @@ -make[5]: *** [../scripts/Makefile.build:244: net/mptcp/protocol.o] Error 1 -make[4]: *** [../scripts/Makefile.build:485: net/mptcp] Error 2 -In file included from ../include/trace/define_trace.h:108, - from ../include/trace/events/handshake.h:319, - from ../net/handshake/trace.c:22: -../include/trace/events/handshake.h: In function ‘trace_event_raw_event_handshake_event_class’: -../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? @@ -10138 +13276 @@ - | ^~~~~~~~~~~~~~~~~~~~~ + | ^~~~~~~~~~~~~~~~~ @@ -10142,3 +13280,7 @@ -../include/trace/events/handshake.h:90:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 90 | DECLARE_EVENT_CLASS(handshake_event_class, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/handshake.h:242:1: note: in expansion of macro ‘TRACE_EVENT’ + 242 | TRACE_EVENT(handshake_complete, + | ^~~~~~~~~~~ +../include/trace/events/handshake.h: In function ‘trace_event_raw_event_tls_contenttype’: @@ -10151,12 +13293,6 @@ -../include/trace/events/handshake.h:90:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 90 | DECLARE_EVENT_CLASS(handshake_event_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/handshake.h:90:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 90 | DECLARE_EVENT_CLASS(handshake_event_class, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/handshake.h:281:1: note: in expansion of macro ‘TRACE_EVENT’ + 281 | TRACE_EVENT(tls_contenttype, + | ^~~~~~~~~~~ @@ -10168,0 +13305,14 @@ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/handshake.h:281:1: note: in expansion of macro ‘TRACE_EVENT’ + 281 | TRACE_EVENT(tls_contenttype, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/handshake.h: In function ‘perf_trace_handshake_event_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -10172,5 +13322,5 @@ -../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] - 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ - | ^~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -10181,3 +13331,3 @@ -../include/trace/events/handshake.h: In function ‘trace_event_raw_event_handshake_fd_class’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/handshake.h: In function ‘perf_trace_handshake_fd_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -10185,2 +13335,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -10191,2 +13341,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -10194,2 +13344,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -10200,3 +13350,3 @@ -../include/trace/events/handshake.h: In function ‘trace_event_raw_event_handshake_error_class’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/handshake.h: In function ‘perf_trace_handshake_error_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -10204,2 +13354,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -10210,2 +13360,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -10213,2 +13363,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -10219,3 +13369,3 @@ -../include/trace/events/handshake.h: In function ‘trace_event_raw_event_handshake_alert_class’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/handshake.h: In function ‘perf_trace_handshake_alert_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -10223,2 +13373,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -10229,2 +13379,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -10232,2 +13382,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -10238,3 +13388,3 @@ -../include/trace/events/handshake.h: In function ‘trace_event_raw_event_handshake_complete’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/handshake.h: In function ‘perf_trace_handshake_complete’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -10242,2 +13392,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -10251,2 +13401,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -10254,2 +13404,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -10263,3 +13413,3 @@ -../include/trace/events/handshake.h: In function ‘trace_event_raw_event_tls_contenttype’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/handshake.h: In function ‘perf_trace_tls_contenttype’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -10267,2 +13417,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -10276,2 +13426,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -10279,2 +13429,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -10418,3 +13568,3 @@ - from ../include/trace/events/asoc.h:279, - from ../sound/soc/soc-core.c:45: -../include/trace/events/asoc.h: In function ‘trace_event_raw_event_snd_soc_dapm’: + from ../include/trace/events/devlink.h:213, + from ../net/devlink/core.c:9: +../include/trace/events/devlink.h: In function ‘trace_event_raw_event_devlink_hwmsg’: @@ -10427,3 +13577,6 @@ -../include/trace/events/asoc.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 22 | DECLARE_EVENT_CLASS(snd_soc_dapm, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/devlink.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ + 17 | TRACE_EVENT(devlink_hwmsg, + | ^~~~~~~~~~~ @@ -10436,3 +13589,6 @@ -../include/trace/events/asoc.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 22 | DECLARE_EVENT_CLASS(snd_soc_dapm, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/devlink.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ + 17 | TRACE_EVENT(devlink_hwmsg, + | ^~~~~~~~~~~ @@ -10445,3 +13601,6 @@ -../include/trace/events/asoc.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 22 | DECLARE_EVENT_CLASS(snd_soc_dapm, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/devlink.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ + 17 | TRACE_EVENT(devlink_hwmsg, + | ^~~~~~~~~~~ @@ -10454,3 +13613,6 @@ -../include/trace/events/asoc.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 22 | DECLARE_EVENT_CLASS(snd_soc_dapm, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/devlink.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ + 17 | TRACE_EVENT(devlink_hwmsg, + | ^~~~~~~~~~~ @@ -10463,4 +13625,7 @@ -../include/trace/events/asoc.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 22 | DECLARE_EVENT_CLASS(snd_soc_dapm, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/asoc.h: In function ‘trace_event_raw_event_snd_soc_dapm_basic’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/devlink.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ + 17 | TRACE_EVENT(devlink_hwmsg, + | ^~~~~~~~~~~ +../include/trace/events/devlink.h: In function ‘trace_event_raw_event_devlink_hwerr’: @@ -10473,3 +13638,6 @@ -../include/trace/events/asoc.h:60:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 60 | DECLARE_EVENT_CLASS(snd_soc_dapm_basic, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/devlink.h:52:1: note: in expansion of macro ‘TRACE_EVENT’ + 52 | TRACE_EVENT(devlink_hwerr, + | ^~~~~~~~~~~ @@ -10482,4 +13650,7 @@ -../include/trace/events/asoc.h:60:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 60 | DECLARE_EVENT_CLASS(snd_soc_dapm_basic, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/asoc.h: In function ‘trace_event_raw_event_snd_soc_dapm_widget’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/devlink.h:52:1: note: in expansion of macro ‘TRACE_EVENT’ + 52 | TRACE_EVENT(devlink_hwerr, + | ^~~~~~~~~~~ +../include/trace/events/devlink.h: In function ‘trace_event_raw_event_devlink_health_report’: @@ -10492,3 +13663,6 @@ -../include/trace/events/asoc.h:95:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 95 | DECLARE_EVENT_CLASS(snd_soc_dapm_widget, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/devlink.h:81:1: note: in expansion of macro ‘TRACE_EVENT’ + 81 | TRACE_EVENT(devlink_health_report, + | ^~~~~~~~~~~ @@ -10501,4 +13675,7 @@ -../include/trace/events/asoc.h:95:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 95 | DECLARE_EVENT_CLASS(snd_soc_dapm_widget, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/asoc.h: In function ‘trace_event_raw_event_snd_soc_dapm_walk_done’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/devlink.h:81:1: note: in expansion of macro ‘TRACE_EVENT’ + 81 | TRACE_EVENT(devlink_health_report, + | ^~~~~~~~~~~ +../include/trace/events/devlink.h: In function ‘trace_event_raw_event_devlink_health_recover_aborted’: @@ -10514,2 +13691,2 @@ -../include/trace/events/asoc.h:139:1: note: in expansion of macro ‘TRACE_EVENT’ - 139 | TRACE_EVENT(snd_soc_dapm_walk_done, +../include/trace/events/devlink.h:112:1: note: in expansion of macro ‘TRACE_EVENT’ + 112 | TRACE_EVENT(devlink_health_recover_aborted, @@ -10526,2 +13703,2 @@ -../include/trace/events/asoc.h:139:1: note: in expansion of macro ‘TRACE_EVENT’ - 139 | TRACE_EVENT(snd_soc_dapm_walk_done, +../include/trace/events/devlink.h:112:1: note: in expansion of macro ‘TRACE_EVENT’ + 112 | TRACE_EVENT(devlink_health_recover_aborted, @@ -10529 +13706 @@ -../include/trace/events/asoc.h: In function ‘trace_event_raw_event_snd_soc_dapm_path’: +../include/trace/events/devlink.h: In function ‘trace_event_raw_event_devlink_health_reporter_state_update’: @@ -10539,2 +13716,2 @@ -../include/trace/events/asoc.h:164:1: note: in expansion of macro ‘TRACE_EVENT’ - 164 | TRACE_EVENT(snd_soc_dapm_path, +../include/trace/events/devlink.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ + 146 | TRACE_EVENT(devlink_health_reporter_state_update, @@ -10551,2 +13728,2 @@ -../include/trace/events/asoc.h:164:1: note: in expansion of macro ‘TRACE_EVENT’ - 164 | TRACE_EVENT(snd_soc_dapm_path, +../include/trace/events/devlink.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ + 146 | TRACE_EVENT(devlink_health_reporter_state_update, @@ -10554 +13731 @@ -../include/trace/events/asoc.h: In function ‘trace_event_raw_event_snd_soc_dapm_connected’: +../include/trace/events/devlink.h: In function ‘trace_event_raw_event_devlink_trap_report’: @@ -10564,2 +13741,2 @@ -../include/trace/events/asoc.h:198:1: note: in expansion of macro ‘TRACE_EVENT’ - 198 | TRACE_EVENT(snd_soc_dapm_connected, +../include/trace/events/devlink.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ + 177 | TRACE_EVENT(devlink_trap_report, @@ -10576,2 +13753,2 @@ -../include/trace/events/asoc.h:198:1: note: in expansion of macro ‘TRACE_EVENT’ - 198 | TRACE_EVENT(snd_soc_dapm_connected, +../include/trace/events/devlink.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ + 177 | TRACE_EVENT(devlink_trap_report, @@ -10579,3 +13756,4 @@ -../include/trace/events/asoc.h: In function ‘trace_event_raw_event_snd_soc_jack_irq’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/devlink.h: In function ‘perf_trace_devlink_hwmsg’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -10583,2 +13761,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -10589,2 +13767,2 @@ -../include/trace/events/asoc.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ - 218 | TRACE_EVENT(snd_soc_jack_irq, +../include/trace/events/devlink.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ + 17 | TRACE_EVENT(devlink_hwmsg, @@ -10592,2 +13770,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -10595,2 +13773,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -10601,2 +13779,2 @@ -../include/trace/events/asoc.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ - 218 | TRACE_EVENT(snd_soc_jack_irq, +../include/trace/events/devlink.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ + 17 | TRACE_EVENT(devlink_hwmsg, @@ -10604,3 +13782,3 @@ -../include/trace/events/asoc.h: In function ‘trace_event_raw_event_snd_soc_jack_report’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/devlink.h: In function ‘perf_trace_devlink_hwerr’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -10608,2 +13786,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -10614,2 +13792,2 @@ -../include/trace/events/asoc.h:235:1: note: in expansion of macro ‘TRACE_EVENT’ - 235 | TRACE_EVENT(snd_soc_jack_report, +../include/trace/events/devlink.h:52:1: note: in expansion of macro ‘TRACE_EVENT’ + 52 | TRACE_EVENT(devlink_hwerr, @@ -10617,2 +13795,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -10620,2 +13798,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -10626,2 +13804,2 @@ -../include/trace/events/asoc.h:235:1: note: in expansion of macro ‘TRACE_EVENT’ - 235 | TRACE_EVENT(snd_soc_jack_report, +../include/trace/events/devlink.h:52:1: note: in expansion of macro ‘TRACE_EVENT’ + 52 | TRACE_EVENT(devlink_hwerr, @@ -10629,3 +13807,3 @@ -../include/trace/events/asoc.h: In function ‘trace_event_raw_event_snd_soc_jack_notify’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/devlink.h: In function ‘perf_trace_devlink_health_report’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -10633,2 +13811,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -10639,2 +13817,2 @@ -../include/trace/events/asoc.h:257:1: note: in expansion of macro ‘TRACE_EVENT’ - 257 | TRACE_EVENT(snd_soc_jack_notify, +../include/trace/events/devlink.h:81:1: note: in expansion of macro ‘TRACE_EVENT’ + 81 | TRACE_EVENT(devlink_health_report, @@ -10642,2 +13820,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -10645,2 +13823,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -10651,2 +13829,2 @@ -../include/trace/events/asoc.h:257:1: note: in expansion of macro ‘TRACE_EVENT’ - 257 | TRACE_EVENT(snd_soc_jack_notify, +../include/trace/events/devlink.h:81:1: note: in expansion of macro ‘TRACE_EVENT’ + 81 | TRACE_EVENT(devlink_health_report, @@ -10654,4 +13832,3 @@ -In file included from ../include/trace/define_trace.h:110: -../include/trace/events/asoc.h: In function ‘__bpf_trace_snd_soc_dapm’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/devlink.h: In function ‘perf_trace_devlink_health_recover_aborted’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -10659,2 +13836,5 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -10662,8 +13842,11 @@ -../include/trace/events/asoc.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 22 | DECLARE_EVENT_CLASS(snd_soc_dapm, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/events/devlink.h:112:1: note: in expansion of macro ‘TRACE_EVENT’ + 112 | TRACE_EVENT(devlink_health_recover_aborted, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -10671,6 +13854,6 @@ -../include/trace/events/asoc.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 22 | DECLARE_EVENT_CLASS(snd_soc_dapm, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/asoc.h: In function ‘__bpf_trace_snd_soc_dapm_basic’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/devlink.h:112:1: note: in expansion of macro ‘TRACE_EVENT’ + 112 | TRACE_EVENT(devlink_health_recover_aborted, + | ^~~~~~~~~~~ +../include/trace/events/devlink.h: In function ‘perf_trace_devlink_health_reporter_state_update’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -10678,2 +13861,5 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -10681,8 +13867,11 @@ -../include/trace/events/asoc.h:60:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 60 | DECLARE_EVENT_CLASS(snd_soc_dapm_basic, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/events/devlink.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ + 146 | TRACE_EVENT(devlink_health_reporter_state_update, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -10690,6 +13879,6 @@ -../include/trace/events/asoc.h:60:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 60 | DECLARE_EVENT_CLASS(snd_soc_dapm_basic, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/asoc.h: In function ‘__bpf_trace_snd_soc_dapm_widget’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/devlink.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ + 146 | TRACE_EVENT(devlink_health_reporter_state_update, + | ^~~~~~~~~~~ +../include/trace/events/devlink.h: In function ‘perf_trace_devlink_trap_report’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -10697,2 +13886,5 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -10700,8 +13892,11 @@ -../include/trace/events/asoc.h:95:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 95 | DECLARE_EVENT_CLASS(snd_soc_dapm_widget, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/events/devlink.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ + 177 | TRACE_EVENT(devlink_trap_report, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -10709,4 +13904,5 @@ -../include/trace/events/asoc.h:95:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 95 | DECLARE_EVENT_CLASS(snd_soc_dapm_widget, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/asoc.h: In function ‘__bpf_trace_snd_soc_dapm_walk_done’: +../include/trace/events/devlink.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ + 177 | TRACE_EVENT(devlink_trap_report, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../include/trace/events/devlink.h: In function ‘__bpf_trace_devlink_hwmsg’: @@ -10722,2 +13918,2 @@ -../include/trace/events/asoc.h:139:1: note: in expansion of macro ‘TRACE_EVENT’ - 139 | TRACE_EVENT(snd_soc_dapm_walk_done, +../include/trace/events/devlink.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ + 17 | TRACE_EVENT(devlink_hwmsg, @@ -10734,2 +13930,2 @@ -../include/trace/events/asoc.h:139:1: note: in expansion of macro ‘TRACE_EVENT’ - 139 | TRACE_EVENT(snd_soc_dapm_walk_done, +../include/trace/events/devlink.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ + 17 | TRACE_EVENT(devlink_hwmsg, @@ -10737 +13933 @@ -../include/trace/events/asoc.h: In function ‘__bpf_trace_snd_soc_dapm_path’: +../include/trace/events/devlink.h: In function ‘__bpf_trace_devlink_hwerr’: @@ -10747,2 +13943,2 @@ -../include/trace/events/asoc.h:164:1: note: in expansion of macro ‘TRACE_EVENT’ - 164 | TRACE_EVENT(snd_soc_dapm_path, +../include/trace/events/devlink.h:52:1: note: in expansion of macro ‘TRACE_EVENT’ + 52 | TRACE_EVENT(devlink_hwerr, @@ -10759,2 +13955,2 @@ -../include/trace/events/asoc.h:164:1: note: in expansion of macro ‘TRACE_EVENT’ - 164 | TRACE_EVENT(snd_soc_dapm_path, +../include/trace/events/devlink.h:52:1: note: in expansion of macro ‘TRACE_EVENT’ + 52 | TRACE_EVENT(devlink_hwerr, @@ -10762 +13958 @@ -../include/trace/events/asoc.h: In function ‘__bpf_trace_snd_soc_dapm_connected’: +../include/trace/events/devlink.h: In function ‘__bpf_trace_devlink_health_report’: @@ -10772,2 +13968,2 @@ -../include/trace/events/asoc.h:198:1: note: in expansion of macro ‘TRACE_EVENT’ - 198 | TRACE_EVENT(snd_soc_dapm_connected, +../include/trace/events/devlink.h:81:1: note: in expansion of macro ‘TRACE_EVENT’ + 81 | TRACE_EVENT(devlink_health_report, @@ -10784,2 +13980,2 @@ -../include/trace/events/asoc.h:198:1: note: in expansion of macro ‘TRACE_EVENT’ - 198 | TRACE_EVENT(snd_soc_dapm_connected, +../include/trace/events/devlink.h:81:1: note: in expansion of macro ‘TRACE_EVENT’ + 81 | TRACE_EVENT(devlink_health_report, @@ -10787 +13983 @@ -../include/trace/events/asoc.h: In function ‘__bpf_trace_snd_soc_jack_irq’: +../include/trace/events/devlink.h: In function ‘__bpf_trace_devlink_health_recover_aborted’: @@ -10797,2 +13993,2 @@ -../include/trace/events/asoc.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ - 218 | TRACE_EVENT(snd_soc_jack_irq, +../include/trace/events/devlink.h:112:1: note: in expansion of macro ‘TRACE_EVENT’ + 112 | TRACE_EVENT(devlink_health_recover_aborted, @@ -10809,2 +14005,2 @@ -../include/trace/events/asoc.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ - 218 | TRACE_EVENT(snd_soc_jack_irq, +../include/trace/events/devlink.h:112:1: note: in expansion of macro ‘TRACE_EVENT’ + 112 | TRACE_EVENT(devlink_health_recover_aborted, @@ -10812 +14008 @@ -../include/trace/events/asoc.h: In function ‘__bpf_trace_snd_soc_jack_report’: +../include/trace/events/devlink.h: In function ‘__bpf_trace_devlink_health_reporter_state_update’: @@ -10822,2 +14018,2 @@ -../include/trace/events/asoc.h:235:1: note: in expansion of macro ‘TRACE_EVENT’ - 235 | TRACE_EVENT(snd_soc_jack_report, +../include/trace/events/devlink.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ + 146 | TRACE_EVENT(devlink_health_reporter_state_update, @@ -10834,2 +14030,2 @@ -../include/trace/events/asoc.h:235:1: note: in expansion of macro ‘TRACE_EVENT’ - 235 | TRACE_EVENT(snd_soc_jack_report, +../include/trace/events/devlink.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ + 146 | TRACE_EVENT(devlink_health_reporter_state_update, @@ -10837 +14033 @@ -../include/trace/events/asoc.h: In function ‘__bpf_trace_snd_soc_jack_notify’: +../include/trace/events/devlink.h: In function ‘__bpf_trace_devlink_trap_report’: @@ -10847,2 +14043,2 @@ -../include/trace/events/asoc.h:257:1: note: in expansion of macro ‘TRACE_EVENT’ - 257 | TRACE_EVENT(snd_soc_jack_notify, +../include/trace/events/devlink.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ + 177 | TRACE_EVENT(devlink_trap_report, @@ -10859,2 +14055,2 @@ -../include/trace/events/asoc.h:257:1: note: in expansion of macro ‘TRACE_EVENT’ - 257 | TRACE_EVENT(snd_soc_jack_notify, +../include/trace/events/devlink.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ + 177 | TRACE_EVENT(devlink_trap_report, @@ -10862,2 +14058,2 @@ -make[5]: *** [../scripts/Makefile.build:244: sound/soc/soc-core.o] Error 1 -make[5]: *** Waiting for unfinished jobs.... +make[5]: *** [../scripts/Makefile.build:244: net/devlink/core.o] Error 1 +make[4]: *** [../scripts/Makefile.build:485: net/devlink] Error 2 @@ -10865,3 +14061,3 @@ - from ../include/trace/events/notifier.h:69, - from ../kernel/notifier.c:11: -../include/trace/events/notifier.h: In function ‘trace_event_raw_event_notifier_info’: + from ../drivers/net/wireless/ath/trace.h:68, + from ../drivers/net/wireless/ath/trace.c:20: +../drivers/net/wireless/ath/./trace.h: In function ‘trace_event_raw_event_ath_log’: @@ -10874,3 +14070,6 @@ -../include/trace/events/notifier.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 10 | DECLARE_EVENT_CLASS(notifier_info, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ + 33 | TRACE_EVENT(ath_log, + | ^~~~~~~~~~~ @@ -10883,3 +14082,6 @@ -../include/trace/events/notifier.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 10 | DECLARE_EVENT_CLASS(notifier_info, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ + 33 | TRACE_EVENT(ath_log, + | ^~~~~~~~~~~ @@ -10892,3 +14094,6 @@ -../include/trace/events/notifier.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 10 | DECLARE_EVENT_CLASS(notifier_info, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ + 33 | TRACE_EVENT(ath_log, + | ^~~~~~~~~~~ @@ -10901,3 +14106,6 @@ -../include/trace/events/notifier.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 10 | DECLARE_EVENT_CLASS(notifier_info, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ + 33 | TRACE_EVENT(ath_log, + | ^~~~~~~~~~~ @@ -10910,3 +14118,32 @@ -../include/trace/events/notifier.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 10 | DECLARE_EVENT_CLASS(notifier_info, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ + 33 | TRACE_EVENT(ath_log, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../drivers/net/wireless/ath/./trace.h: In function ‘perf_trace_ath_log’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ + 33 | TRACE_EVENT(ath_log, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ + 33 | TRACE_EVENT(ath_log, + | ^~~~~~~~~~~ @@ -10914 +14151 @@ -../include/trace/events/notifier.h: In function ‘__bpf_trace_notifier_info’: +../drivers/net/wireless/ath/./trace.h: In function ‘__bpf_trace_ath_log’: @@ -10921,3 +14158,6 @@ -../include/trace/events/notifier.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 10 | DECLARE_EVENT_CLASS(notifier_info, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ + 33 | TRACE_EVENT(ath_log, + | ^~~~~~~~~~~ @@ -10930,4 +14170,8 @@ -../include/trace/events/notifier.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 10 | DECLARE_EVENT_CLASS(notifier_info, - | ^~~~~~~~~~~~~~~~~~~ -make[4]: *** [../scripts/Makefile.build:244: kernel/notifier.o] Error 1 +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ + 33 | TRACE_EVENT(ath_log, + | ^~~~~~~~~~~ +make[7]: *** [../scripts/Makefile.build:244: drivers/net/wireless/ath/trace.o] Error 1 +make[7]: *** Waiting for unfinished jobs.... @@ -10935,3 +14179,3 @@ - from ../drivers/net/dsa/mv88e6xxx/trace.h:96, - from ../drivers/net/dsa/mv88e6xxx/trace.c:6: -../drivers/net/dsa/mv88e6xxx/./trace.h: In function ‘trace_event_raw_event_mv88e6xxx_atu_violation’: + from ../include/trace/events/mptcp.h:184, + from ../net/mptcp/protocol.c:30: +../include/trace/events/mptcp.h: In function ‘trace_event_raw_event_mptcp_subflow_get_send’: @@ -10944,3 +14188,6 @@ -../drivers/net/dsa/mv88e6xxx/./trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 15 | DECLARE_EVENT_CLASS(mv88e6xxx_atu_violation, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mptcp.h:18:1: note: in expansion of macro ‘TRACE_EVENT’ + 18 | TRACE_EVENT(mptcp_subflow_get_send, + | ^~~~~~~~~~~ @@ -10953,3 +14200,6 @@ -../drivers/net/dsa/mv88e6xxx/./trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 15 | DECLARE_EVENT_CLASS(mv88e6xxx_atu_violation, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mptcp.h:18:1: note: in expansion of macro ‘TRACE_EVENT’ + 18 | TRACE_EVENT(mptcp_subflow_get_send, + | ^~~~~~~~~~~ @@ -10962,3 +14212,6 @@ -../drivers/net/dsa/mv88e6xxx/./trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 15 | DECLARE_EVENT_CLASS(mv88e6xxx_atu_violation, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mptcp.h:18:1: note: in expansion of macro ‘TRACE_EVENT’ + 18 | TRACE_EVENT(mptcp_subflow_get_send, + | ^~~~~~~~~~~ @@ -10971,3 +14224,6 @@ -../drivers/net/dsa/mv88e6xxx/./trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 15 | DECLARE_EVENT_CLASS(mv88e6xxx_atu_violation, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mptcp.h:18:1: note: in expansion of macro ‘TRACE_EVENT’ + 18 | TRACE_EVENT(mptcp_subflow_get_send, + | ^~~~~~~~~~~ @@ -10980,4 +14236,7 @@ -../drivers/net/dsa/mv88e6xxx/./trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 15 | DECLARE_EVENT_CLASS(mv88e6xxx_atu_violation, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/dsa/mv88e6xxx/./trace.h: In function ‘trace_event_raw_event_mv88e6xxx_vtu_violation’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mptcp.h:18:1: note: in expansion of macro ‘TRACE_EVENT’ + 18 | TRACE_EVENT(mptcp_subflow_get_send, + | ^~~~~~~~~~~ +../include/trace/events/mptcp.h: In function ‘trace_event_raw_event_mptcp_dump_mpext’: @@ -10990,2 +14249,2 @@ -../drivers/net/dsa/mv88e6xxx/./trace.h:58:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 58 | DECLARE_EVENT_CLASS(mv88e6xxx_vtu_violation, +../include/trace/events/mptcp.h:65:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 65 | DECLARE_EVENT_CLASS(mptcp_dump_mpext, @@ -10999,2 +14258,97 @@ -../drivers/net/dsa/mv88e6xxx/./trace.h:58:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 58 | DECLARE_EVENT_CLASS(mv88e6xxx_vtu_violation, +../include/trace/events/mptcp.h:65:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 65 | DECLARE_EVENT_CLASS(mptcp_dump_mpext, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mptcp.h: In function ‘trace_event_raw_event_ack_update_msk’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mptcp.h:128:1: note: in expansion of macro ‘TRACE_EVENT’ + 128 | TRACE_EVENT(ack_update_msk, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mptcp.h:128:1: note: in expansion of macro ‘TRACE_EVENT’ + 128 | TRACE_EVENT(ack_update_msk, + | ^~~~~~~~~~~ +../include/trace/events/mptcp.h: In function ‘trace_event_raw_event_subflow_check_data_avail’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mptcp.h:160:1: note: in expansion of macro ‘TRACE_EVENT’ + 160 | TRACE_EVENT(subflow_check_data_avail, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mptcp.h:160:1: note: in expansion of macro ‘TRACE_EVENT’ + 160 | TRACE_EVENT(subflow_check_data_avail, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/mptcp.h: In function ‘perf_trace_mptcp_subflow_get_send’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mptcp.h:18:1: note: in expansion of macro ‘TRACE_EVENT’ + 18 | TRACE_EVENT(mptcp_subflow_get_send, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mptcp.h:18:1: note: in expansion of macro ‘TRACE_EVENT’ + 18 | TRACE_EVENT(mptcp_subflow_get_send, + | ^~~~~~~~~~~ +../include/trace/events/mptcp.h: In function ‘perf_trace_mptcp_dump_mpext’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/mptcp.h:65:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 65 | DECLARE_EVENT_CLASS(mptcp_dump_mpext, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/mptcp.h:65:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 65 | DECLARE_EVENT_CLASS(mptcp_dump_mpext, @@ -11001,0 +14356,50 @@ +../include/trace/events/mptcp.h: In function ‘perf_trace_ack_update_msk’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mptcp.h:128:1: note: in expansion of macro ‘TRACE_EVENT’ + 128 | TRACE_EVENT(ack_update_msk, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mptcp.h:128:1: note: in expansion of macro ‘TRACE_EVENT’ + 128 | TRACE_EVENT(ack_update_msk, + | ^~~~~~~~~~~ +../include/trace/events/mptcp.h: In function ‘perf_trace_subflow_check_data_avail’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mptcp.h:160:1: note: in expansion of macro ‘TRACE_EVENT’ + 160 | TRACE_EVENT(subflow_check_data_avail, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mptcp.h:160:1: note: in expansion of macro ‘TRACE_EVENT’ + 160 | TRACE_EVENT(subflow_check_data_avail, + | ^~~~~~~~~~~ @@ -11003 +14407 @@ -../drivers/net/dsa/mv88e6xxx/./trace.h: In function ‘__bpf_trace_mv88e6xxx_atu_violation’: +../include/trace/events/mptcp.h: In function ‘__bpf_trace_mptcp_subflow_get_send’: @@ -11010,3 +14414,6 @@ -../drivers/net/dsa/mv88e6xxx/./trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 15 | DECLARE_EVENT_CLASS(mv88e6xxx_atu_violation, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mptcp.h:18:1: note: in expansion of macro ‘TRACE_EVENT’ + 18 | TRACE_EVENT(mptcp_subflow_get_send, + | ^~~~~~~~~~~ @@ -11019,4 +14426,7 @@ -../drivers/net/dsa/mv88e6xxx/./trace.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 15 | DECLARE_EVENT_CLASS(mv88e6xxx_atu_violation, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/dsa/mv88e6xxx/./trace.h: In function ‘__bpf_trace_mv88e6xxx_vtu_violation’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mptcp.h:18:1: note: in expansion of macro ‘TRACE_EVENT’ + 18 | TRACE_EVENT(mptcp_subflow_get_send, + | ^~~~~~~~~~~ +../include/trace/events/mptcp.h: In function ‘__bpf_trace_mptcp_dump_mpext’: @@ -11029,2 +14439,2 @@ -../drivers/net/dsa/mv88e6xxx/./trace.h:58:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 58 | DECLARE_EVENT_CLASS(mv88e6xxx_vtu_violation, +../include/trace/events/mptcp.h:65:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 65 | DECLARE_EVENT_CLASS(mptcp_dump_mpext, @@ -11038,2 +14448,2 @@ -../drivers/net/dsa/mv88e6xxx/./trace.h:58:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 58 | DECLARE_EVENT_CLASS(mv88e6xxx_vtu_violation, +../include/trace/events/mptcp.h:65:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 65 | DECLARE_EVENT_CLASS(mptcp_dump_mpext, @@ -11041 +14451,52 @@ -make[7]: *** [../scripts/Makefile.build:244: drivers/net/dsa/mv88e6xxx/trace.o] Error 1 +../include/trace/events/mptcp.h: In function ‘__bpf_trace_ack_update_msk’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mptcp.h:128:1: note: in expansion of macro ‘TRACE_EVENT’ + 128 | TRACE_EVENT(ack_update_msk, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mptcp.h:128:1: note: in expansion of macro ‘TRACE_EVENT’ + 128 | TRACE_EVENT(ack_update_msk, + | ^~~~~~~~~~~ +../include/trace/events/mptcp.h: In function ‘__bpf_trace_subflow_check_data_avail’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mptcp.h:160:1: note: in expansion of macro ‘TRACE_EVENT’ + 160 | TRACE_EVENT(subflow_check_data_avail, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mptcp.h:160:1: note: in expansion of macro ‘TRACE_EVENT’ + 160 | TRACE_EVENT(subflow_check_data_avail, + | ^~~~~~~~~~~ +make[5]: *** [../scripts/Makefile.build:244: net/mptcp/protocol.o] Error 1 +make[4]: *** [../scripts/Makefile.build:485: net/mptcp] Error 2 @@ -11043,3 +14504,3 @@ - from ../include/trace/events/percpu.h:137, - from ../mm/percpu.c:97: -../include/trace/events/percpu.h: In function ‘trace_event_raw_event_percpu_alloc_percpu’: + from ../include/trace/events/host1x.h:267, + from ../drivers/gpu/host1x/dev.c:23: +../include/trace/events/host1x.h: In function ‘trace_event_raw_event_host1x’: @@ -11051,0 +14513,46 @@ +../include/trace/events/host1x.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 21 | DECLARE_EVENT_CLASS(host1x, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/host1x.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 21 | DECLARE_EVENT_CLASS(host1x, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/host1x.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 21 | DECLARE_EVENT_CLASS(host1x, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/host1x.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 21 | DECLARE_EVENT_CLASS(host1x, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] + 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ + | ^~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/host1x.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 21 | DECLARE_EVENT_CLASS(host1x, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/host1x.h: In function ‘trace_event_raw_event_host1x_cdma_push’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -11055,2 +14562,14 @@ -../include/trace/events/percpu.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ - 11 | TRACE_EVENT(percpu_alloc_percpu, +../include/trace/events/host1x.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ + 49 | TRACE_EVENT(host1x_cdma_push, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/host1x.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ + 49 | TRACE_EVENT(host1x_cdma_push, @@ -11057,0 +14577 @@ +../include/trace/events/host1x.h: In function ‘trace_event_raw_event_host1x_cdma_push_wide’: @@ -11067,2 +14587,2 @@ -../include/trace/events/percpu.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ - 11 | TRACE_EVENT(percpu_alloc_percpu, +../include/trace/events/host1x.h:70:1: note: in expansion of macro ‘TRACE_EVENT’ + 70 | TRACE_EVENT(host1x_cdma_push_wide, @@ -11070 +14590,14 @@ -../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/host1x.h:70:1: note: in expansion of macro ‘TRACE_EVENT’ + 70 | TRACE_EVENT(host1x_cdma_push_wide, + | ^~~~~~~~~~~ +../include/trace/events/host1x.h: In function ‘trace_event_raw_event_host1x_cdma_push_gather’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? @@ -11079,2 +14612,2 @@ -../include/trace/events/percpu.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ - 11 | TRACE_EVENT(percpu_alloc_percpu, +../include/trace/events/host1x.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ + 96 | TRACE_EVENT(host1x_cdma_push_gather, @@ -11091,2 +14624,2 @@ -../include/trace/events/percpu.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ - 11 | TRACE_EVENT(percpu_alloc_percpu, +../include/trace/events/host1x.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ + 96 | TRACE_EVENT(host1x_cdma_push_gather, @@ -11094,3 +14627,4 @@ -../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] - 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ - | ^~~~~~~~~~~~~~ +../include/trace/events/host1x.h: In function ‘trace_event_raw_event_host1x_channel_submit’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ @@ -11103,2 +14637,2 @@ -../include/trace/events/percpu.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ - 11 | TRACE_EVENT(percpu_alloc_percpu, +../include/trace/events/host1x.h:130:1: note: in expansion of macro ‘TRACE_EVENT’ + 130 | TRACE_EVENT(host1x_channel_submit, @@ -11106 +14640,13 @@ -../include/trace/events/percpu.h: In function ‘trace_event_raw_event_percpu_free_percpu’: +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/host1x.h:130:1: note: in expansion of macro ‘TRACE_EVENT’ + 130 | TRACE_EVENT(host1x_channel_submit, + | ^~~~~~~~~~~ +../include/trace/events/host1x.h: In function ‘trace_event_raw_event_host1x_channel_submitted’: @@ -11116,2 +14662,2 @@ -../include/trace/events/percpu.h:54:1: note: in expansion of macro ‘TRACE_EVENT’ - 54 | TRACE_EVENT(percpu_free_percpu, +../include/trace/events/host1x.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ + 158 | TRACE_EVENT(host1x_channel_submitted, @@ -11128,2 +14674,2 @@ -../include/trace/events/percpu.h:54:1: note: in expansion of macro ‘TRACE_EVENT’ - 54 | TRACE_EVENT(percpu_free_percpu, +../include/trace/events/host1x.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ + 158 | TRACE_EVENT(host1x_channel_submitted, @@ -11131 +14677 @@ -../include/trace/events/percpu.h: In function ‘trace_event_raw_event_percpu_alloc_percpu_fail’: +../include/trace/events/host1x.h: In function ‘trace_event_raw_event_host1x_channel_submit_complete’: @@ -11141,2 +14687,2 @@ -../include/trace/events/percpu.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ - 76 | TRACE_EVENT(percpu_alloc_percpu_fail, +../include/trace/events/host1x.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ + 179 | TRACE_EVENT(host1x_channel_submit_complete, @@ -11153,2 +14699,2 @@ -../include/trace/events/percpu.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ - 76 | TRACE_EVENT(percpu_alloc_percpu_fail, +../include/trace/events/host1x.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ + 179 | TRACE_EVENT(host1x_channel_submit_complete, @@ -11156 +14702 @@ -../include/trace/events/percpu.h: In function ‘trace_event_raw_event_percpu_create_chunk’: +../include/trace/events/host1x.h: In function ‘trace_event_raw_event_host1x_wait_cdma’: @@ -11166,2 +14712,2 @@ -../include/trace/events/percpu.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ - 101 | TRACE_EVENT(percpu_create_chunk, +../include/trace/events/host1x.h:200:1: note: in expansion of macro ‘TRACE_EVENT’ + 200 | TRACE_EVENT(host1x_wait_cdma, @@ -11178,2 +14724,2 @@ -../include/trace/events/percpu.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ - 101 | TRACE_EVENT(percpu_create_chunk, +../include/trace/events/host1x.h:200:1: note: in expansion of macro ‘TRACE_EVENT’ + 200 | TRACE_EVENT(host1x_wait_cdma, @@ -11181 +14727 @@ -../include/trace/events/percpu.h: In function ‘trace_event_raw_event_percpu_destroy_chunk’: +../include/trace/events/host1x.h: In function ‘trace_event_raw_event_host1x_syncpt_load_min’: @@ -11191,2 +14737,2 @@ -../include/trace/events/percpu.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ - 118 | TRACE_EVENT(percpu_destroy_chunk, +../include/trace/events/host1x.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ + 218 | TRACE_EVENT(host1x_syncpt_load_min, @@ -11203,2 +14749,272 @@ -../include/trace/events/percpu.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ - 118 | TRACE_EVENT(percpu_destroy_chunk, +../include/trace/events/host1x.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ + 218 | TRACE_EVENT(host1x_syncpt_load_min, + | ^~~~~~~~~~~ +../include/trace/events/host1x.h: In function ‘trace_event_raw_event_host1x_syncpt_wait_check’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/host1x.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ + 236 | TRACE_EVENT(host1x_syncpt_wait_check, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/host1x.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ + 236 | TRACE_EVENT(host1x_syncpt_wait_check, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/host1x.h: In function ‘perf_trace_host1x’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/host1x.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 21 | DECLARE_EVENT_CLASS(host1x, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/host1x.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 21 | DECLARE_EVENT_CLASS(host1x, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/host1x.h: In function ‘perf_trace_host1x_cdma_push’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/host1x.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ + 49 | TRACE_EVENT(host1x_cdma_push, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/host1x.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ + 49 | TRACE_EVENT(host1x_cdma_push, + | ^~~~~~~~~~~ +../include/trace/events/host1x.h: In function ‘perf_trace_host1x_cdma_push_wide’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/host1x.h:70:1: note: in expansion of macro ‘TRACE_EVENT’ + 70 | TRACE_EVENT(host1x_cdma_push_wide, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/host1x.h:70:1: note: in expansion of macro ‘TRACE_EVENT’ + 70 | TRACE_EVENT(host1x_cdma_push_wide, + | ^~~~~~~~~~~ +../include/trace/events/host1x.h: In function ‘perf_trace_host1x_cdma_push_gather’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/host1x.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ + 96 | TRACE_EVENT(host1x_cdma_push_gather, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/host1x.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ + 96 | TRACE_EVENT(host1x_cdma_push_gather, + | ^~~~~~~~~~~ +../include/trace/events/host1x.h: In function ‘perf_trace_host1x_channel_submit’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/host1x.h:130:1: note: in expansion of macro ‘TRACE_EVENT’ + 130 | TRACE_EVENT(host1x_channel_submit, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/host1x.h:130:1: note: in expansion of macro ‘TRACE_EVENT’ + 130 | TRACE_EVENT(host1x_channel_submit, + | ^~~~~~~~~~~ +../include/trace/events/host1x.h: In function ‘perf_trace_host1x_channel_submitted’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/host1x.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ + 158 | TRACE_EVENT(host1x_channel_submitted, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/host1x.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ + 158 | TRACE_EVENT(host1x_channel_submitted, + | ^~~~~~~~~~~ +../include/trace/events/host1x.h: In function ‘perf_trace_host1x_channel_submit_complete’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/host1x.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ + 179 | TRACE_EVENT(host1x_channel_submit_complete, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/host1x.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ + 179 | TRACE_EVENT(host1x_channel_submit_complete, + | ^~~~~~~~~~~ +../include/trace/events/host1x.h: In function ‘perf_trace_host1x_wait_cdma’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/host1x.h:200:1: note: in expansion of macro ‘TRACE_EVENT’ + 200 | TRACE_EVENT(host1x_wait_cdma, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/host1x.h:200:1: note: in expansion of macro ‘TRACE_EVENT’ + 200 | TRACE_EVENT(host1x_wait_cdma, + | ^~~~~~~~~~~ +../include/trace/events/host1x.h: In function ‘perf_trace_host1x_syncpt_load_min’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/host1x.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ + 218 | TRACE_EVENT(host1x_syncpt_load_min, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/host1x.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ + 218 | TRACE_EVENT(host1x_syncpt_load_min, + | ^~~~~~~~~~~ +../include/trace/events/host1x.h: In function ‘perf_trace_host1x_syncpt_wait_check’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/host1x.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ + 236 | TRACE_EVENT(host1x_syncpt_wait_check, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/host1x.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ + 236 | TRACE_EVENT(host1x_syncpt_wait_check, @@ -11207 +15023,20 @@ -../include/trace/events/percpu.h: In function ‘__bpf_trace_percpu_alloc_percpu’: +../include/trace/events/host1x.h: In function ‘__bpf_trace_host1x’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/host1x.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 21 | DECLARE_EVENT_CLASS(host1x, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/host1x.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 21 | DECLARE_EVENT_CLASS(host1x, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/host1x.h: In function ‘__bpf_trace_host1x_cdma_push’: @@ -11217,2 +15052,2 @@ -../include/trace/events/percpu.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ - 11 | TRACE_EVENT(percpu_alloc_percpu, +../include/trace/events/host1x.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ + 49 | TRACE_EVENT(host1x_cdma_push, @@ -11229,2 +15064,2 @@ -../include/trace/events/percpu.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ - 11 | TRACE_EVENT(percpu_alloc_percpu, +../include/trace/events/host1x.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ + 49 | TRACE_EVENT(host1x_cdma_push, @@ -11232 +15067 @@ -../include/trace/events/percpu.h: In function ‘__bpf_trace_percpu_free_percpu’: +../include/trace/events/host1x.h: In function ‘__bpf_trace_host1x_cdma_push_wide’: @@ -11242,2 +15077,2 @@ -../include/trace/events/percpu.h:54:1: note: in expansion of macro ‘TRACE_EVENT’ - 54 | TRACE_EVENT(percpu_free_percpu, +../include/trace/events/host1x.h:70:1: note: in expansion of macro ‘TRACE_EVENT’ + 70 | TRACE_EVENT(host1x_cdma_push_wide, @@ -11254,2 +15089,2 @@ -../include/trace/events/percpu.h:54:1: note: in expansion of macro ‘TRACE_EVENT’ - 54 | TRACE_EVENT(percpu_free_percpu, +../include/trace/events/host1x.h:70:1: note: in expansion of macro ‘TRACE_EVENT’ + 70 | TRACE_EVENT(host1x_cdma_push_wide, @@ -11257 +15092 @@ -../include/trace/events/percpu.h: In function ‘__bpf_trace_percpu_alloc_percpu_fail’: +../include/trace/events/host1x.h: In function ‘__bpf_trace_host1x_cdma_push_gather’: @@ -11267,2 +15102,2 @@ -../include/trace/events/percpu.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ - 76 | TRACE_EVENT(percpu_alloc_percpu_fail, +../include/trace/events/host1x.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ + 96 | TRACE_EVENT(host1x_cdma_push_gather, @@ -11279,2 +15114,2 @@ -../include/trace/events/percpu.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ - 76 | TRACE_EVENT(percpu_alloc_percpu_fail, +../include/trace/events/host1x.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ + 96 | TRACE_EVENT(host1x_cdma_push_gather, @@ -11282 +15117 @@ -../include/trace/events/percpu.h: In function ‘__bpf_trace_percpu_create_chunk’: +../include/trace/events/host1x.h: In function ‘__bpf_trace_host1x_channel_submit’: @@ -11292,2 +15127,2 @@ -../include/trace/events/percpu.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ - 101 | TRACE_EVENT(percpu_create_chunk, +../include/trace/events/host1x.h:130:1: note: in expansion of macro ‘TRACE_EVENT’ + 130 | TRACE_EVENT(host1x_channel_submit, @@ -11304,2 +15139,2 @@ -../include/trace/events/percpu.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ - 101 | TRACE_EVENT(percpu_create_chunk, +../include/trace/events/host1x.h:130:1: note: in expansion of macro ‘TRACE_EVENT’ + 130 | TRACE_EVENT(host1x_channel_submit, @@ -11307 +15142 @@ -../include/trace/events/percpu.h: In function ‘__bpf_trace_percpu_destroy_chunk’: +../include/trace/events/host1x.h: In function ‘__bpf_trace_host1x_channel_submitted’: @@ -11317,2 +15152,2 @@ -../include/trace/events/percpu.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ - 118 | TRACE_EVENT(percpu_destroy_chunk, +../include/trace/events/host1x.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ + 158 | TRACE_EVENT(host1x_channel_submitted, @@ -11329,2 +15164,2 @@ -../include/trace/events/percpu.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ - 118 | TRACE_EVENT(percpu_destroy_chunk, +../include/trace/events/host1x.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ + 158 | TRACE_EVENT(host1x_channel_submitted, @@ -11332,3 +15167,102 @@ -make[4]: *** [../scripts/Makefile.build:244: mm/percpu.o] Error 1 -make[6]: *** [../scripts/Makefile.build:485: drivers/net/dsa/mv88e6xxx] Error 2 -make[5]: *** [../scripts/Makefile.build:485: drivers/net/dsa] Error 2 +../include/trace/events/host1x.h: In function ‘__bpf_trace_host1x_channel_submit_complete’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/host1x.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ + 179 | TRACE_EVENT(host1x_channel_submit_complete, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/host1x.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ + 179 | TRACE_EVENT(host1x_channel_submit_complete, + | ^~~~~~~~~~~ +../include/trace/events/host1x.h: In function ‘__bpf_trace_host1x_wait_cdma’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/host1x.h:200:1: note: in expansion of macro ‘TRACE_EVENT’ + 200 | TRACE_EVENT(host1x_wait_cdma, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/host1x.h:200:1: note: in expansion of macro ‘TRACE_EVENT’ + 200 | TRACE_EVENT(host1x_wait_cdma, + | ^~~~~~~~~~~ +../include/trace/events/host1x.h: In function ‘__bpf_trace_host1x_syncpt_load_min’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/host1x.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ + 218 | TRACE_EVENT(host1x_syncpt_load_min, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/host1x.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ + 218 | TRACE_EVENT(host1x_syncpt_load_min, + | ^~~~~~~~~~~ +../include/trace/events/host1x.h: In function ‘__bpf_trace_host1x_syncpt_wait_check’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/host1x.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ + 236 | TRACE_EVENT(host1x_syncpt_wait_check, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/host1x.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ + 236 | TRACE_EVENT(host1x_syncpt_wait_check, + | ^~~~~~~~~~~ +make[6]: *** [../scripts/Makefile.build:244: drivers/gpu/host1x/dev.o] Error 1 +make[5]: *** [../scripts/Makefile.build:485: drivers/gpu/host1x] Error 2 @@ -11573,0 +15508,201 @@ +In file included from ../include/trace/define_trace.h:109: +../drivers/cxl/core/./trace.h: In function ‘perf_trace_cxl_aer_uncorrectable_error’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/cxl/core/./trace.h:51:1: note: in expansion of macro ‘TRACE_EVENT’ + 51 | TRACE_EVENT(cxl_aer_uncorrectable_error, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/cxl/core/./trace.h:51:1: note: in expansion of macro ‘TRACE_EVENT’ + 51 | TRACE_EVENT(cxl_aer_uncorrectable_error, + | ^~~~~~~~~~~ +../drivers/cxl/core/./trace.h: In function ‘perf_trace_cxl_aer_correctable_error’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/cxl/core/./trace.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ + 99 | TRACE_EVENT(cxl_aer_correctable_error, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/cxl/core/./trace.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ + 99 | TRACE_EVENT(cxl_aer_correctable_error, + | ^~~~~~~~~~~ +../drivers/cxl/core/./trace.h: In function ‘perf_trace_cxl_overflow’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/cxl/core/./trace.h:127:1: note: in expansion of macro ‘TRACE_EVENT’ + 127 | TRACE_EVENT(cxl_overflow, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/cxl/core/./trace.h:127:1: note: in expansion of macro ‘TRACE_EVENT’ + 127 | TRACE_EVENT(cxl_overflow, + | ^~~~~~~~~~~ +../drivers/cxl/core/./trace.h: In function ‘perf_trace_cxl_generic_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/cxl/core/./trace.h:225:1: note: in expansion of macro ‘TRACE_EVENT’ + 225 | TRACE_EVENT(cxl_generic_event, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/cxl/core/./trace.h:225:1: note: in expansion of macro ‘TRACE_EVENT’ + 225 | TRACE_EVENT(cxl_generic_event, + | ^~~~~~~~~~~ +../drivers/cxl/core/./trace.h: In function ‘perf_trace_cxl_general_media’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/cxl/core/./trace.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ + 316 | TRACE_EVENT(cxl_general_media, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/cxl/core/./trace.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ + 316 | TRACE_EVENT(cxl_general_media, + | ^~~~~~~~~~~ +../drivers/cxl/core/./trace.h: In function ‘perf_trace_cxl_dram’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/cxl/core/./trace.h:413:1: note: in expansion of macro ‘TRACE_EVENT’ + 413 | TRACE_EVENT(cxl_dram, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/cxl/core/./trace.h:413:1: note: in expansion of macro ‘TRACE_EVENT’ + 413 | TRACE_EVENT(cxl_dram, + | ^~~~~~~~~~~ +../drivers/cxl/core/./trace.h: In function ‘perf_trace_cxl_memory_module’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/cxl/core/./trace.h:576:1: note: in expansion of macro ‘TRACE_EVENT’ + 576 | TRACE_EVENT(cxl_memory_module, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/cxl/core/./trace.h:576:1: note: in expansion of macro ‘TRACE_EVENT’ + 576 | TRACE_EVENT(cxl_memory_module, + | ^~~~~~~~~~~ +../drivers/cxl/core/./trace.h: In function ‘perf_trace_cxl_poison’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/cxl/core/./trace.h:671:1: note: in expansion of macro ‘TRACE_EVENT’ + 671 | TRACE_EVENT(cxl_poison, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/cxl/core/./trace.h:671:1: note: in expansion of macro ‘TRACE_EVENT’ + 671 | TRACE_EVENT(cxl_poison, + | ^~~~~~~~~~~ @@ -11779,3 +15914,3 @@ - from ../drivers/nvme/host/trace.h:172, - from ../drivers/nvme/host/core.c:31: -../drivers/nvme/host/./trace.h: In function ‘trace_event_raw_event_nvme_setup_cmd’: + from ../include/trace/events/asoc.h:279, + from ../sound/soc/soc-core.c:45: +../include/trace/events/asoc.h: In function ‘trace_event_raw_event_snd_soc_dapm’: @@ -11787,0 +15923,84 @@ +../include/trace/events/asoc.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 22 | DECLARE_EVENT_CLASS(snd_soc_dapm, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/asoc.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 22 | DECLARE_EVENT_CLASS(snd_soc_dapm, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/asoc.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 22 | DECLARE_EVENT_CLASS(snd_soc_dapm, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/asoc.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 22 | DECLARE_EVENT_CLASS(snd_soc_dapm, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] + 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ + | ^~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/asoc.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 22 | DECLARE_EVENT_CLASS(snd_soc_dapm, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/asoc.h: In function ‘trace_event_raw_event_snd_soc_dapm_basic’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/asoc.h:60:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 60 | DECLARE_EVENT_CLASS(snd_soc_dapm_basic, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/asoc.h:60:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 60 | DECLARE_EVENT_CLASS(snd_soc_dapm_basic, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/asoc.h: In function ‘trace_event_raw_event_snd_soc_dapm_widget’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/asoc.h:95:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 95 | DECLARE_EVENT_CLASS(snd_soc_dapm_widget, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/asoc.h:95:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 95 | DECLARE_EVENT_CLASS(snd_soc_dapm_widget, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/asoc.h: In function ‘trace_event_raw_event_snd_soc_dapm_walk_done’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -11791,2 +16010,2 @@ -../drivers/nvme/host/./trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ - 47 | TRACE_EVENT(nvme_setup_cmd, +../include/trace/events/asoc.h:139:1: note: in expansion of macro ‘TRACE_EVENT’ + 139 | TRACE_EVENT(snd_soc_dapm_walk_done, @@ -11794 +16013 @@ -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? @@ -11796 +16015 @@ - | ^~~~~~~~~~~~~~~ + | ^~~~~~~~~~~~~~~~~ @@ -11803,2 +16022,2 @@ -../drivers/nvme/host/./trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ - 47 | TRACE_EVENT(nvme_setup_cmd, +../include/trace/events/asoc.h:139:1: note: in expansion of macro ‘TRACE_EVENT’ + 139 | TRACE_EVENT(snd_soc_dapm_walk_done, @@ -11806 +16025,2 @@ -../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in +../include/trace/events/asoc.h: In function ‘trace_event_raw_event_snd_soc_dapm_path’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? @@ -11815,2 +16035,2 @@ -../drivers/nvme/host/./trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ - 47 | TRACE_EVENT(nvme_setup_cmd, +../include/trace/events/asoc.h:164:1: note: in expansion of macro ‘TRACE_EVENT’ + 164 | TRACE_EVENT(snd_soc_dapm_path, @@ -11827,2 +16047,2 @@ -../drivers/nvme/host/./trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ - 47 | TRACE_EVENT(nvme_setup_cmd, +../include/trace/events/asoc.h:164:1: note: in expansion of macro ‘TRACE_EVENT’ + 164 | TRACE_EVENT(snd_soc_dapm_path, @@ -11830,3 +16050,4 @@ -../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] - 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ - | ^~~~~~~~~~~~~~ +../include/trace/events/asoc.h: In function ‘trace_event_raw_event_snd_soc_dapm_connected’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ @@ -11839,2 +16060,2 @@ -../drivers/nvme/host/./trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ - 47 | TRACE_EVENT(nvme_setup_cmd, +../include/trace/events/asoc.h:198:1: note: in expansion of macro ‘TRACE_EVENT’ + 198 | TRACE_EVENT(snd_soc_dapm_connected, @@ -11842 +16063,13 @@ -../drivers/nvme/host/./trace.h: In function ‘trace_event_raw_event_nvme_complete_rq’: +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/asoc.h:198:1: note: in expansion of macro ‘TRACE_EVENT’ + 198 | TRACE_EVENT(snd_soc_dapm_connected, + | ^~~~~~~~~~~ +../include/trace/events/asoc.h: In function ‘trace_event_raw_event_snd_soc_jack_irq’: @@ -11852,2 +16085,2 @@ -../drivers/nvme/host/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ - 85 | TRACE_EVENT(nvme_complete_rq, +../include/trace/events/asoc.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ + 218 | TRACE_EVENT(snd_soc_jack_irq, @@ -11864,2 +16097,2 @@ -../drivers/nvme/host/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ - 85 | TRACE_EVENT(nvme_complete_rq, +../include/trace/events/asoc.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ + 218 | TRACE_EVENT(snd_soc_jack_irq, @@ -11867 +16100 @@ -../drivers/nvme/host/./trace.h: In function ‘trace_event_raw_event_nvme_async_event’: +../include/trace/events/asoc.h: In function ‘trace_event_raw_event_snd_soc_jack_report’: @@ -11877,2 +16110,2 @@ -../drivers/nvme/host/./trace.h:117:1: note: in expansion of macro ‘TRACE_EVENT’ - 117 | TRACE_EVENT(nvme_async_event, +../include/trace/events/asoc.h:235:1: note: in expansion of macro ‘TRACE_EVENT’ + 235 | TRACE_EVENT(snd_soc_jack_report, @@ -11889,2 +16122,2 @@ -../drivers/nvme/host/./trace.h:117:1: note: in expansion of macro ‘TRACE_EVENT’ - 117 | TRACE_EVENT(nvme_async_event, +../include/trace/events/asoc.h:235:1: note: in expansion of macro ‘TRACE_EVENT’ + 235 | TRACE_EVENT(snd_soc_jack_report, @@ -11892 +16125 @@ -../drivers/nvme/host/./trace.h: In function ‘trace_event_raw_event_nvme_sq’: +../include/trace/events/asoc.h: In function ‘trace_event_raw_event_snd_soc_jack_notify’: @@ -11902,2 +16135,2 @@ -../drivers/nvme/host/./trace.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ - 141 | TRACE_EVENT(nvme_sq, +../include/trace/events/asoc.h:257:1: note: in expansion of macro ‘TRACE_EVENT’ + 257 | TRACE_EVENT(snd_soc_jack_notify, @@ -11914,2 +16147,210 @@ -../drivers/nvme/host/./trace.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ - 141 | TRACE_EVENT(nvme_sq, +../include/trace/events/asoc.h:257:1: note: in expansion of macro ‘TRACE_EVENT’ + 257 | TRACE_EVENT(snd_soc_jack_notify, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/asoc.h: In function ‘perf_trace_snd_soc_dapm’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/asoc.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 22 | DECLARE_EVENT_CLASS(snd_soc_dapm, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/asoc.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 22 | DECLARE_EVENT_CLASS(snd_soc_dapm, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/asoc.h: In function ‘perf_trace_snd_soc_dapm_basic’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/asoc.h:60:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 60 | DECLARE_EVENT_CLASS(snd_soc_dapm_basic, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/asoc.h:60:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 60 | DECLARE_EVENT_CLASS(snd_soc_dapm_basic, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/asoc.h: In function ‘perf_trace_snd_soc_dapm_widget’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/asoc.h:95:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 95 | DECLARE_EVENT_CLASS(snd_soc_dapm_widget, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/asoc.h:95:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 95 | DECLARE_EVENT_CLASS(snd_soc_dapm_widget, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/asoc.h: In function ‘perf_trace_snd_soc_dapm_walk_done’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/asoc.h:139:1: note: in expansion of macro ‘TRACE_EVENT’ + 139 | TRACE_EVENT(snd_soc_dapm_walk_done, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/asoc.h:139:1: note: in expansion of macro ‘TRACE_EVENT’ + 139 | TRACE_EVENT(snd_soc_dapm_walk_done, + | ^~~~~~~~~~~ +../include/trace/events/asoc.h: In function ‘perf_trace_snd_soc_dapm_path’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/asoc.h:164:1: note: in expansion of macro ‘TRACE_EVENT’ + 164 | TRACE_EVENT(snd_soc_dapm_path, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/asoc.h:164:1: note: in expansion of macro ‘TRACE_EVENT’ + 164 | TRACE_EVENT(snd_soc_dapm_path, + | ^~~~~~~~~~~ +../include/trace/events/asoc.h: In function ‘perf_trace_snd_soc_dapm_connected’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/asoc.h:198:1: note: in expansion of macro ‘TRACE_EVENT’ + 198 | TRACE_EVENT(snd_soc_dapm_connected, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/asoc.h:198:1: note: in expansion of macro ‘TRACE_EVENT’ + 198 | TRACE_EVENT(snd_soc_dapm_connected, + | ^~~~~~~~~~~ +../include/trace/events/asoc.h: In function ‘perf_trace_snd_soc_jack_irq’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/asoc.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ + 218 | TRACE_EVENT(snd_soc_jack_irq, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/asoc.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ + 218 | TRACE_EVENT(snd_soc_jack_irq, + | ^~~~~~~~~~~ +../include/trace/events/asoc.h: In function ‘perf_trace_snd_soc_jack_report’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/asoc.h:235:1: note: in expansion of macro ‘TRACE_EVENT’ + 235 | TRACE_EVENT(snd_soc_jack_report, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/asoc.h:235:1: note: in expansion of macro ‘TRACE_EVENT’ + 235 | TRACE_EVENT(snd_soc_jack_report, + | ^~~~~~~~~~~ +../include/trace/events/asoc.h: In function ‘perf_trace_snd_soc_jack_notify’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/asoc.h:257:1: note: in expansion of macro ‘TRACE_EVENT’ + 257 | TRACE_EVENT(snd_soc_jack_notify, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/asoc.h:257:1: note: in expansion of macro ‘TRACE_EVENT’ + 257 | TRACE_EVENT(snd_soc_jack_notify, @@ -11918 +16359,58 @@ -../drivers/nvme/host/./trace.h: In function ‘__bpf_trace_nvme_setup_cmd’: +../include/trace/events/asoc.h: In function ‘__bpf_trace_snd_soc_dapm’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/asoc.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 22 | DECLARE_EVENT_CLASS(snd_soc_dapm, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/asoc.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 22 | DECLARE_EVENT_CLASS(snd_soc_dapm, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/asoc.h: In function ‘__bpf_trace_snd_soc_dapm_basic’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/asoc.h:60:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 60 | DECLARE_EVENT_CLASS(snd_soc_dapm_basic, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/asoc.h:60:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 60 | DECLARE_EVENT_CLASS(snd_soc_dapm_basic, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/asoc.h: In function ‘__bpf_trace_snd_soc_dapm_widget’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/asoc.h:95:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 95 | DECLARE_EVENT_CLASS(snd_soc_dapm_widget, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/asoc.h:95:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 95 | DECLARE_EVENT_CLASS(snd_soc_dapm_widget, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/asoc.h: In function ‘__bpf_trace_snd_soc_dapm_walk_done’: @@ -11928,2 +16426,2 @@ -../drivers/nvme/host/./trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ - 47 | TRACE_EVENT(nvme_setup_cmd, +../include/trace/events/asoc.h:139:1: note: in expansion of macro ‘TRACE_EVENT’ + 139 | TRACE_EVENT(snd_soc_dapm_walk_done, @@ -11940,2 +16438,2 @@ -../drivers/nvme/host/./trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ - 47 | TRACE_EVENT(nvme_setup_cmd, +../include/trace/events/asoc.h:139:1: note: in expansion of macro ‘TRACE_EVENT’ + 139 | TRACE_EVENT(snd_soc_dapm_walk_done, @@ -11943 +16441 @@ -../drivers/nvme/host/./trace.h: In function ‘__bpf_trace_nvme_complete_rq’: +../include/trace/events/asoc.h: In function ‘__bpf_trace_snd_soc_dapm_path’: @@ -11953,2 +16451,2 @@ -../drivers/nvme/host/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ - 85 | TRACE_EVENT(nvme_complete_rq, +../include/trace/events/asoc.h:164:1: note: in expansion of macro ‘TRACE_EVENT’ + 164 | TRACE_EVENT(snd_soc_dapm_path, @@ -11965,2 +16463,2 @@ -../drivers/nvme/host/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ - 85 | TRACE_EVENT(nvme_complete_rq, +../include/trace/events/asoc.h:164:1: note: in expansion of macro ‘TRACE_EVENT’ + 164 | TRACE_EVENT(snd_soc_dapm_path, @@ -11968 +16466 @@ -../drivers/nvme/host/./trace.h: In function ‘__bpf_trace_nvme_async_event’: +../include/trace/events/asoc.h: In function ‘__bpf_trace_snd_soc_dapm_connected’: @@ -11978,2 +16476,2 @@ -../drivers/nvme/host/./trace.h:117:1: note: in expansion of macro ‘TRACE_EVENT’ - 117 | TRACE_EVENT(nvme_async_event, +../include/trace/events/asoc.h:198:1: note: in expansion of macro ‘TRACE_EVENT’ + 198 | TRACE_EVENT(snd_soc_dapm_connected, @@ -11990,2 +16488,2 @@ -../drivers/nvme/host/./trace.h:117:1: note: in expansion of macro ‘TRACE_EVENT’ - 117 | TRACE_EVENT(nvme_async_event, +../include/trace/events/asoc.h:198:1: note: in expansion of macro ‘TRACE_EVENT’ + 198 | TRACE_EVENT(snd_soc_dapm_connected, @@ -11993 +16491 @@ -../drivers/nvme/host/./trace.h: In function ‘__bpf_trace_nvme_sq’: +../include/trace/events/asoc.h: In function ‘__bpf_trace_snd_soc_jack_irq’: @@ -12003,2 +16501,2 @@ -../drivers/nvme/host/./trace.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ - 141 | TRACE_EVENT(nvme_sq, +../include/trace/events/asoc.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ + 218 | TRACE_EVENT(snd_soc_jack_irq, @@ -12015,2 +16513,2 @@ -../drivers/nvme/host/./trace.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ - 141 | TRACE_EVENT(nvme_sq, +../include/trace/events/asoc.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ + 218 | TRACE_EVENT(snd_soc_jack_irq, @@ -12018,3 +16516,482 @@ -make[6]: *** [../scripts/Makefile.build:244: drivers/nvme/host/core.o] Error 1 -make[5]: *** [../scripts/Makefile.build:485: drivers/nvme/host] Error 2 -make[4]: *** [../scripts/Makefile.build:485: drivers/nvme] Error 2 +../include/trace/events/asoc.h: In function ‘__bpf_trace_snd_soc_jack_report’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/asoc.h:235:1: note: in expansion of macro ‘TRACE_EVENT’ + 235 | TRACE_EVENT(snd_soc_jack_report, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/asoc.h:235:1: note: in expansion of macro ‘TRACE_EVENT’ + 235 | TRACE_EVENT(snd_soc_jack_report, + | ^~~~~~~~~~~ +../include/trace/events/asoc.h: In function ‘__bpf_trace_snd_soc_jack_notify’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/asoc.h:257:1: note: in expansion of macro ‘TRACE_EVENT’ + 257 | TRACE_EVENT(snd_soc_jack_notify, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/asoc.h:257:1: note: in expansion of macro ‘TRACE_EVENT’ + 257 | TRACE_EVENT(snd_soc_jack_notify, + | ^~~~~~~~~~~ +make[5]: *** [../scripts/Makefile.build:244: sound/soc/soc-core.o] Error 1 +make[5]: *** Waiting for unfinished jobs.... +In file included from ../include/trace/define_trace.h:108, + from ../include/trace/events/spi.h:239, + from ../drivers/spi/spi.c:39: +../include/trace/events/spi.h: In function ‘trace_event_raw_event_spi_controller’: +../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/spi.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 11 | DECLARE_EVENT_CLASS(spi_controller, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/spi.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 11 | DECLARE_EVENT_CLASS(spi_controller, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/spi.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 11 | DECLARE_EVENT_CLASS(spi_controller, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/spi.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 11 | DECLARE_EVENT_CLASS(spi_controller, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] + 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ + | ^~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/spi.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 11 | DECLARE_EVENT_CLASS(spi_controller, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/spi.h: In function ‘trace_event_raw_event_spi_setup’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/spi.h:45:1: note: in expansion of macro ‘TRACE_EVENT’ + 45 | TRACE_EVENT(spi_setup, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/spi.h:45:1: note: in expansion of macro ‘TRACE_EVENT’ + 45 | TRACE_EVENT(spi_setup, + | ^~~~~~~~~~~ +../include/trace/events/spi.h: In function ‘trace_event_raw_event_spi_set_cs’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/spi.h:78:1: note: in expansion of macro ‘TRACE_EVENT’ + 78 | TRACE_EVENT(spi_set_cs, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/spi.h:78:1: note: in expansion of macro ‘TRACE_EVENT’ + 78 | TRACE_EVENT(spi_set_cs, + | ^~~~~~~~~~~ +../include/trace/events/spi.h: In function ‘trace_event_raw_event_spi_message’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/spi.h:102:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 102 | DECLARE_EVENT_CLASS(spi_message, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/spi.h:102:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 102 | DECLARE_EVENT_CLASS(spi_message, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/spi.h: In function ‘trace_event_raw_event_spi_message_done’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/spi.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ + 141 | TRACE_EVENT(spi_message_done, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/spi.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ + 141 | TRACE_EVENT(spi_message_done, + | ^~~~~~~~~~~ +../include/trace/events/spi.h: In function ‘trace_event_raw_event_spi_transfer’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/spi.h:179:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 179 | DECLARE_EVENT_CLASS(spi_transfer, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/spi.h:179:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 179 | DECLARE_EVENT_CLASS(spi_transfer, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/spi.h: In function ‘perf_trace_spi_controller’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/spi.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 11 | DECLARE_EVENT_CLASS(spi_controller, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/spi.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 11 | DECLARE_EVENT_CLASS(spi_controller, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/spi.h: In function ‘perf_trace_spi_setup’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/spi.h:45:1: note: in expansion of macro ‘TRACE_EVENT’ + 45 | TRACE_EVENT(spi_setup, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/spi.h:45:1: note: in expansion of macro ‘TRACE_EVENT’ + 45 | TRACE_EVENT(spi_setup, + | ^~~~~~~~~~~ +../include/trace/events/spi.h: In function ‘perf_trace_spi_set_cs’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/spi.h:78:1: note: in expansion of macro ‘TRACE_EVENT’ + 78 | TRACE_EVENT(spi_set_cs, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/spi.h:78:1: note: in expansion of macro ‘TRACE_EVENT’ + 78 | TRACE_EVENT(spi_set_cs, + | ^~~~~~~~~~~ +../include/trace/events/spi.h: In function ‘perf_trace_spi_message’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/spi.h:102:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 102 | DECLARE_EVENT_CLASS(spi_message, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/spi.h:102:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 102 | DECLARE_EVENT_CLASS(spi_message, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/spi.h: In function ‘perf_trace_spi_message_done’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/spi.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ + 141 | TRACE_EVENT(spi_message_done, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/spi.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ + 141 | TRACE_EVENT(spi_message_done, + | ^~~~~~~~~~~ +../include/trace/events/spi.h: In function ‘perf_trace_spi_transfer’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/spi.h:179:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 179 | DECLARE_EVENT_CLASS(spi_transfer, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/spi.h:179:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 179 | DECLARE_EVENT_CLASS(spi_transfer, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../include/trace/events/spi.h: In function ‘__bpf_trace_spi_controller’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/spi.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 11 | DECLARE_EVENT_CLASS(spi_controller, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/spi.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 11 | DECLARE_EVENT_CLASS(spi_controller, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/spi.h: In function ‘__bpf_trace_spi_setup’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/spi.h:45:1: note: in expansion of macro ‘TRACE_EVENT’ + 45 | TRACE_EVENT(spi_setup, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/spi.h:45:1: note: in expansion of macro ‘TRACE_EVENT’ + 45 | TRACE_EVENT(spi_setup, + | ^~~~~~~~~~~ +../include/trace/events/spi.h: In function ‘__bpf_trace_spi_set_cs’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/spi.h:78:1: note: in expansion of macro ‘TRACE_EVENT’ + 78 | TRACE_EVENT(spi_set_cs, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/spi.h:78:1: note: in expansion of macro ‘TRACE_EVENT’ + 78 | TRACE_EVENT(spi_set_cs, + | ^~~~~~~~~~~ +../include/trace/events/spi.h: In function ‘__bpf_trace_spi_message’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/spi.h:102:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 102 | DECLARE_EVENT_CLASS(spi_message, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/spi.h:102:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 102 | DECLARE_EVENT_CLASS(spi_message, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/spi.h: In function ‘__bpf_trace_spi_message_done’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/spi.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ + 141 | TRACE_EVENT(spi_message_done, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/spi.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ + 141 | TRACE_EVENT(spi_message_done, + | ^~~~~~~~~~~ +../include/trace/events/spi.h: In function ‘__bpf_trace_spi_transfer’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/spi.h:179:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 179 | DECLARE_EVENT_CLASS(spi_transfer, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/spi.h:179:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 179 | DECLARE_EVENT_CLASS(spi_transfer, + | ^~~~~~~~~~~~~~~~~~~ +make[5]: *** [../scripts/Makefile.build:244: drivers/spi/spi.o] Error 1 +make[4]: *** [../scripts/Makefile.build:485: drivers/spi] Error 2 @@ -12295,0 +17273,246 @@ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/block.h: In function ‘perf_trace_block_buffer’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/block.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 24 | DECLARE_EVENT_CLASS(block_buffer, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/block.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 24 | DECLARE_EVENT_CLASS(block_buffer, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/block.h: In function ‘perf_trace_block_rq_requeue’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/block.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ + 83 | TRACE_EVENT(block_rq_requeue, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/block.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ + 83 | TRACE_EVENT(block_rq_requeue, + | ^~~~~~~~~~~ +../include/trace/events/block.h: In function ‘perf_trace_block_rq_completion’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/block.h:118:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 118 | DECLARE_EVENT_CLASS(block_rq_completion, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/block.h:118:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 118 | DECLARE_EVENT_CLASS(block_rq_completion, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/block.h: In function ‘perf_trace_block_rq’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/block.h:190:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 190 | DECLARE_EVENT_CLASS(block_rq, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/block.h:190:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 190 | DECLARE_EVENT_CLASS(block_rq, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/block.h: In function ‘perf_trace_block_bio_complete’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/block.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ + 307 | TRACE_EVENT(block_bio_complete, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/block.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ + 307 | TRACE_EVENT(block_bio_complete, + | ^~~~~~~~~~~ +../include/trace/events/block.h: In function ‘perf_trace_block_bio’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/block.h:335:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 335 | DECLARE_EVENT_CLASS(block_bio, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/block.h:335:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 335 | DECLARE_EVENT_CLASS(block_bio, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/block.h: In function ‘perf_trace_block_plug’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/block.h:430:1: note: in expansion of macro ‘TRACE_EVENT’ + 430 | TRACE_EVENT(block_plug, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/block.h:430:1: note: in expansion of macro ‘TRACE_EVENT’ + 430 | TRACE_EVENT(block_plug, + | ^~~~~~~~~~~ +../include/trace/events/block.h: In function ‘perf_trace_block_unplug’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/block.h:447:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 447 | DECLARE_EVENT_CLASS(block_unplug, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/block.h:447:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 447 | DECLARE_EVENT_CLASS(block_unplug, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/block.h: In function ‘perf_trace_block_split’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/block.h:492:1: note: in expansion of macro ‘TRACE_EVENT’ + 492 | TRACE_EVENT(block_split, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/block.h:492:1: note: in expansion of macro ‘TRACE_EVENT’ + 492 | TRACE_EVENT(block_split, + | ^~~~~~~~~~~ +../include/trace/events/block.h: In function ‘perf_trace_block_bio_remap’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/block.h:530:1: note: in expansion of macro ‘TRACE_EVENT’ + 530 | TRACE_EVENT(block_bio_remap, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/block.h:530:1: note: in expansion of macro ‘TRACE_EVENT’ + 530 | TRACE_EVENT(block_bio_remap, + | ^~~~~~~~~~~ +../include/trace/events/block.h: In function ‘perf_trace_block_rq_remap’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/block.h:572:1: note: in expansion of macro ‘TRACE_EVENT’ + 572 | TRACE_EVENT(block_rq_remap, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/block.h:572:1: note: in expansion of macro ‘TRACE_EVENT’ + 572 | TRACE_EVENT(block_rq_remap, + | ^~~~~~~~~~~ @@ -12544,0 +17768,610 @@ + from ../include/trace/events/firewire_ohci.h:101, + from ../drivers/firewire/ohci.c:51: +../include/trace/events/firewire_ohci.h: In function ‘trace_event_raw_event_irqs’: +../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire_ohci.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(irqs, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire_ohci.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(irqs, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire_ohci.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(irqs, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire_ohci.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(irqs, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] + 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ + | ^~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire_ohci.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(irqs, + | ^~~~~~~~~~~ +../include/trace/events/firewire_ohci.h: In function ‘trace_event_raw_event_self_id_complete’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire_ohci.h:61:1: note: in expansion of macro ‘TRACE_EVENT’ + 61 | TRACE_EVENT(self_id_complete, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire_ohci.h:61:1: note: in expansion of macro ‘TRACE_EVENT’ + 61 | TRACE_EVENT(self_id_complete, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/firewire_ohci.h: In function ‘perf_trace_irqs’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire_ohci.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(irqs, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire_ohci.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(irqs, + | ^~~~~~~~~~~ +../include/trace/events/firewire_ohci.h: In function ‘perf_trace_self_id_complete’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire_ohci.h:61:1: note: in expansion of macro ‘TRACE_EVENT’ + 61 | TRACE_EVENT(self_id_complete, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire_ohci.h:61:1: note: in expansion of macro ‘TRACE_EVENT’ + 61 | TRACE_EVENT(self_id_complete, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../include/trace/events/firewire_ohci.h: In function ‘__bpf_trace_irqs’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire_ohci.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(irqs, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire_ohci.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(irqs, + | ^~~~~~~~~~~ +../include/trace/events/firewire_ohci.h: In function ‘__bpf_trace_self_id_complete’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire_ohci.h:61:1: note: in expansion of macro ‘TRACE_EVENT’ + 61 | TRACE_EVENT(self_id_complete, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire_ohci.h:61:1: note: in expansion of macro ‘TRACE_EVENT’ + 61 | TRACE_EVENT(self_id_complete, + | ^~~~~~~~~~~ +make[5]: *** [../scripts/Makefile.build:244: drivers/firewire/ohci.o] Error 1 +make[5]: *** Waiting for unfinished jobs.... +In file included from ../include/trace/define_trace.h:108, + from ../include/trace/events/percpu.h:137, + from ../mm/percpu.c:97: +../include/trace/events/percpu.h: In function ‘trace_event_raw_event_percpu_alloc_percpu’: +../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/percpu.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ + 11 | TRACE_EVENT(percpu_alloc_percpu, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/percpu.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ + 11 | TRACE_EVENT(percpu_alloc_percpu, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/percpu.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ + 11 | TRACE_EVENT(percpu_alloc_percpu, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/percpu.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ + 11 | TRACE_EVENT(percpu_alloc_percpu, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] + 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ + | ^~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/percpu.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ + 11 | TRACE_EVENT(percpu_alloc_percpu, + | ^~~~~~~~~~~ +../include/trace/events/percpu.h: In function ‘trace_event_raw_event_percpu_free_percpu’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/percpu.h:54:1: note: in expansion of macro ‘TRACE_EVENT’ + 54 | TRACE_EVENT(percpu_free_percpu, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/percpu.h:54:1: note: in expansion of macro ‘TRACE_EVENT’ + 54 | TRACE_EVENT(percpu_free_percpu, + | ^~~~~~~~~~~ +../include/trace/events/percpu.h: In function ‘trace_event_raw_event_percpu_alloc_percpu_fail’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/percpu.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ + 76 | TRACE_EVENT(percpu_alloc_percpu_fail, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/percpu.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ + 76 | TRACE_EVENT(percpu_alloc_percpu_fail, + | ^~~~~~~~~~~ +../include/trace/events/percpu.h: In function ‘trace_event_raw_event_percpu_create_chunk’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/percpu.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ + 101 | TRACE_EVENT(percpu_create_chunk, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/percpu.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ + 101 | TRACE_EVENT(percpu_create_chunk, + | ^~~~~~~~~~~ +../include/trace/events/percpu.h: In function ‘trace_event_raw_event_percpu_destroy_chunk’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/percpu.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ + 118 | TRACE_EVENT(percpu_destroy_chunk, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/percpu.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ + 118 | TRACE_EVENT(percpu_destroy_chunk, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/percpu.h: In function ‘perf_trace_percpu_alloc_percpu’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/percpu.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ + 11 | TRACE_EVENT(percpu_alloc_percpu, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/percpu.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ + 11 | TRACE_EVENT(percpu_alloc_percpu, + | ^~~~~~~~~~~ +../include/trace/events/percpu.h: In function ‘perf_trace_percpu_free_percpu’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/percpu.h:54:1: note: in expansion of macro ‘TRACE_EVENT’ + 54 | TRACE_EVENT(percpu_free_percpu, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/percpu.h:54:1: note: in expansion of macro ‘TRACE_EVENT’ + 54 | TRACE_EVENT(percpu_free_percpu, + | ^~~~~~~~~~~ +../include/trace/events/percpu.h: In function ‘perf_trace_percpu_alloc_percpu_fail’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/percpu.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ + 76 | TRACE_EVENT(percpu_alloc_percpu_fail, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/percpu.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ + 76 | TRACE_EVENT(percpu_alloc_percpu_fail, + | ^~~~~~~~~~~ +../include/trace/events/percpu.h: In function ‘perf_trace_percpu_create_chunk’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/percpu.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ + 101 | TRACE_EVENT(percpu_create_chunk, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/percpu.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ + 101 | TRACE_EVENT(percpu_create_chunk, + | ^~~~~~~~~~~ +../include/trace/events/percpu.h: In function ‘perf_trace_percpu_destroy_chunk’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/percpu.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ + 118 | TRACE_EVENT(percpu_destroy_chunk, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/percpu.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ + 118 | TRACE_EVENT(percpu_destroy_chunk, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../include/trace/events/percpu.h: In function ‘__bpf_trace_percpu_alloc_percpu’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/percpu.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ + 11 | TRACE_EVENT(percpu_alloc_percpu, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/percpu.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ + 11 | TRACE_EVENT(percpu_alloc_percpu, + | ^~~~~~~~~~~ +../include/trace/events/percpu.h: In function ‘__bpf_trace_percpu_free_percpu’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/percpu.h:54:1: note: in expansion of macro ‘TRACE_EVENT’ + 54 | TRACE_EVENT(percpu_free_percpu, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/percpu.h:54:1: note: in expansion of macro ‘TRACE_EVENT’ + 54 | TRACE_EVENT(percpu_free_percpu, + | ^~~~~~~~~~~ +../include/trace/events/percpu.h: In function ‘__bpf_trace_percpu_alloc_percpu_fail’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/percpu.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ + 76 | TRACE_EVENT(percpu_alloc_percpu_fail, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/percpu.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ + 76 | TRACE_EVENT(percpu_alloc_percpu_fail, + | ^~~~~~~~~~~ +../include/trace/events/percpu.h: In function ‘__bpf_trace_percpu_create_chunk’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/percpu.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ + 101 | TRACE_EVENT(percpu_create_chunk, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/percpu.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ + 101 | TRACE_EVENT(percpu_create_chunk, + | ^~~~~~~~~~~ +../include/trace/events/percpu.h: In function ‘__bpf_trace_percpu_destroy_chunk’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/percpu.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ + 118 | TRACE_EVENT(percpu_destroy_chunk, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/percpu.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ + 118 | TRACE_EVENT(percpu_destroy_chunk, + | ^~~~~~~~~~~ +make[4]: *** [../scripts/Makefile.build:244: mm/percpu.o] Error 1 +In file included from ../include/trace/define_trace.h:108, @@ -12799,0 +18633,227 @@ +In file included from ../include/trace/define_trace.h:109: +../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘perf_trace_x86_irq_vector’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:13:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 13 | DECLARE_EVENT_CLASS(x86_irq_vector, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:13:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 13 | DECLARE_EVENT_CLASS(x86_irq_vector, + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘perf_trace_vector_config’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:126:1: note: in expansion of macro ‘TRACE_EVENT’ + 126 | TRACE_EVENT(vector_config, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:126:1: note: in expansion of macro ‘TRACE_EVENT’ + 126 | TRACE_EVENT(vector_config, + | ^~~~~~~~~~~ +../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘perf_trace_vector_mod’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:152:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 152 | DECLARE_EVENT_CLASS(vector_mod, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:152:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 152 | DECLARE_EVENT_CLASS(vector_mod, + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘perf_trace_vector_reserve’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:192:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 192 | DECLARE_EVENT_CLASS(vector_reserve, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:192:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 192 | DECLARE_EVENT_CLASS(vector_reserve, + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘perf_trace_vector_alloc’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:219:1: note: in expansion of macro ‘TRACE_EVENT’ + 219 | TRACE_EVENT(vector_alloc, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:219:1: note: in expansion of macro ‘TRACE_EVENT’ + 219 | TRACE_EVENT(vector_alloc, + | ^~~~~~~~~~~ +../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘perf_trace_vector_alloc_managed’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:245:1: note: in expansion of macro ‘TRACE_EVENT’ + 245 | TRACE_EVENT(vector_alloc_managed, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:245:1: note: in expansion of macro ‘TRACE_EVENT’ + 245 | TRACE_EVENT(vector_alloc_managed, + | ^~~~~~~~~~~ +../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘perf_trace_vector_activate’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:268:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 268 | DECLARE_EVENT_CLASS(vector_activate, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:268:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 268 | DECLARE_EVENT_CLASS(vector_activate, + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘perf_trace_vector_teardown’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:303:1: note: in expansion of macro ‘TRACE_EVENT’ + 303 | TRACE_EVENT(vector_teardown, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:303:1: note: in expansion of macro ‘TRACE_EVENT’ + 303 | TRACE_EVENT(vector_teardown, + | ^~~~~~~~~~~ +../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘perf_trace_vector_setup’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:325:1: note: in expansion of macro ‘TRACE_EVENT’ + 325 | TRACE_EVENT(vector_setup, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:325:1: note: in expansion of macro ‘TRACE_EVENT’ + 325 | TRACE_EVENT(vector_setup, + | ^~~~~~~~~~~ +../arch/x86/kernel/../include/asm/trace/./irq_vectors.h: In function ‘perf_trace_vector_free_moved’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:347:1: note: in expansion of macro ‘TRACE_EVENT’ + 347 | TRACE_EVENT(vector_free_moved, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/kernel/../include/asm/trace/./irq_vectors.h:347:1: note: in expansion of macro ‘TRACE_EVENT’ + 347 | TRACE_EVENT(vector_free_moved, + | ^~~~~~~~~~~ @@ -13030,151 +19090,3 @@ - from ../include/trace/events/intel-sst.h:156, - from ../sound/soc/intel/common/sst-dsp.c:20: -../include/trace/events/intel-sst.h: In function ‘trace_event_raw_event_sst_ipc_msg’: -../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/intel-sst.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 19 | DECLARE_EVENT_CLASS(sst_ipc_msg, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/intel-sst.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 19 | DECLARE_EVENT_CLASS(sst_ipc_msg, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/intel-sst.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 19 | DECLARE_EVENT_CLASS(sst_ipc_msg, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/intel-sst.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 19 | DECLARE_EVENT_CLASS(sst_ipc_msg, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] - 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ - | ^~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/intel-sst.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 19 | DECLARE_EVENT_CLASS(sst_ipc_msg, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/intel-sst.h: In function ‘trace_event_raw_event_sst_ipc_mailbox’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/intel-sst.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 52 | DECLARE_EVENT_CLASS(sst_ipc_mailbox, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/intel-sst.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 52 | DECLARE_EVENT_CLASS(sst_ipc_mailbox, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/intel-sst.h: In function ‘trace_event_raw_event_sst_ipc_mailbox_info’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/intel-sst.h:104:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 104 | DECLARE_EVENT_CLASS(sst_ipc_mailbox_info, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/intel-sst.h:104:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 104 | DECLARE_EVENT_CLASS(sst_ipc_mailbox_info, - | ^~~~~~~~~~~~~~~~~~~ -In file included from ../include/trace/define_trace.h:110: -../include/trace/events/intel-sst.h: In function ‘__bpf_trace_sst_ipc_msg’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/intel-sst.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 19 | DECLARE_EVENT_CLASS(sst_ipc_msg, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/intel-sst.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 19 | DECLARE_EVENT_CLASS(sst_ipc_msg, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/intel-sst.h: In function ‘__bpf_trace_sst_ipc_mailbox’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/intel-sst.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 52 | DECLARE_EVENT_CLASS(sst_ipc_mailbox, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/intel-sst.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 52 | DECLARE_EVENT_CLASS(sst_ipc_mailbox, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/intel-sst.h: In function ‘__bpf_trace_sst_ipc_mailbox_info’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/intel-sst.h:104:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 104 | DECLARE_EVENT_CLASS(sst_ipc_mailbox_info, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/intel-sst.h:104:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 104 | DECLARE_EVENT_CLASS(sst_ipc_mailbox_info, - | ^~~~~~~~~~~~~~~~~~~ -make[7]: *** [../scripts/Makefile.build:244: sound/soc/intel/common/sst-dsp.o] Error 1 -make[6]: *** [../scripts/Makefile.build:485: sound/soc/intel/common] Error 2 -make[6]: *** Waiting for unfinished jobs.... -In file included from ../include/trace/define_trace.h:108, - from ../include/trace/events/workqueue.h:132, - from ../kernel/workqueue.c:533: -../include/trace/events/workqueue.h: In function ‘trace_event_raw_event_workqueue_queue_work’: + from ../drivers/net/wireless/ath/ath5k/trace.h:105, + from ../drivers/net/wireless/ath/ath5k/base.c:73: +../drivers/net/wireless/ath/ath5k/./trace.h: In function ‘trace_event_raw_event_ath5k_rx’: @@ -13190,2 +19102,2 @@ -../include/trace/events/workqueue.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ - 23 | TRACE_EVENT(workqueue_queue_work, +../drivers/net/wireless/ath/ath5k/./trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ + 21 | TRACE_EVENT(ath5k_rx, @@ -13202,2 +19114,2 @@ -../include/trace/events/workqueue.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ - 23 | TRACE_EVENT(workqueue_queue_work, +../drivers/net/wireless/ath/ath5k/./trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ + 21 | TRACE_EVENT(ath5k_rx, @@ -13214,2 +19126,2 @@ -../include/trace/events/workqueue.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ - 23 | TRACE_EVENT(workqueue_queue_work, +../drivers/net/wireless/ath/ath5k/./trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ + 21 | TRACE_EVENT(ath5k_rx, @@ -13226,2 +19138,2 @@ -../include/trace/events/workqueue.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ - 23 | TRACE_EVENT(workqueue_queue_work, +../drivers/net/wireless/ath/ath5k/./trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ + 21 | TRACE_EVENT(ath5k_rx, @@ -13238,2 +19150,2 @@ -../include/trace/events/workqueue.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ - 23 | TRACE_EVENT(workqueue_queue_work, +../drivers/net/wireless/ath/ath5k/./trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ + 21 | TRACE_EVENT(ath5k_rx, @@ -13241 +19153 @@ -../include/trace/events/workqueue.h: In function ‘trace_event_raw_event_workqueue_activate_work’: +../drivers/net/wireless/ath/ath5k/./trace.h: In function ‘trace_event_raw_event_ath5k_tx’: @@ -13251,2 +19163,2 @@ -../include/trace/events/workqueue.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ - 59 | TRACE_EVENT(workqueue_activate_work, +../drivers/net/wireless/ath/ath5k/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ + 39 | TRACE_EVENT(ath5k_tx, @@ -13263,2 +19175,2 @@ -../include/trace/events/workqueue.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ - 59 | TRACE_EVENT(workqueue_activate_work, +../drivers/net/wireless/ath/ath5k/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ + 39 | TRACE_EVENT(ath5k_tx, @@ -13266 +19178 @@ -../include/trace/events/workqueue.h: In function ‘trace_event_raw_event_workqueue_execute_start’: +../drivers/net/wireless/ath/ath5k/./trace.h: In function ‘trace_event_raw_event_ath5k_tx_complete’: @@ -13276,2 +19188,2 @@ -../include/trace/events/workqueue.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ - 84 | TRACE_EVENT(workqueue_execute_start, +../drivers/net/wireless/ath/ath5k/./trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ + 65 | TRACE_EVENT(ath5k_tx_complete, @@ -13288,2 +19200,2 @@ -../include/trace/events/workqueue.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ - 84 | TRACE_EVENT(workqueue_execute_start, +../drivers/net/wireless/ath/ath5k/./trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ + 65 | TRACE_EVENT(ath5k_tx_complete, @@ -13291,3 +19203,4 @@ -../include/trace/events/workqueue.h: In function ‘trace_event_raw_event_workqueue_execute_end’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +In file included from ../include/trace/define_trace.h:109: +../drivers/net/wireless/ath/ath5k/./trace.h: In function ‘perf_trace_ath5k_rx’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -13295,2 +19208,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -13301,2 +19214,2 @@ -../include/trace/events/workqueue.h:110:1: note: in expansion of macro ‘TRACE_EVENT’ - 110 | TRACE_EVENT(workqueue_execute_end, +../drivers/net/wireless/ath/ath5k/./trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ + 21 | TRACE_EVENT(ath5k_rx, @@ -13304,2 +19217,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -13307,2 +19220,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -13313,2 +19226,2 @@ -../include/trace/events/workqueue.h:110:1: note: in expansion of macro ‘TRACE_EVENT’ - 110 | TRACE_EVENT(workqueue_execute_end, +../drivers/net/wireless/ath/ath5k/./trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ + 21 | TRACE_EVENT(ath5k_rx, @@ -13316,4 +19229,3 @@ -In file included from ../include/trace/define_trace.h:110: -../include/trace/events/workqueue.h: In function ‘__bpf_trace_workqueue_queue_work’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../drivers/net/wireless/ath/ath5k/./trace.h: In function ‘perf_trace_ath5k_tx’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -13321,3 +19233,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -13327,2 +19239,2 @@ -../include/trace/events/workqueue.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ - 23 | TRACE_EVENT(workqueue_queue_work, +../drivers/net/wireless/ath/ath5k/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ + 39 | TRACE_EVENT(ath5k_tx, @@ -13330,6 +19242,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -13339,2 +19251,2 @@ -../include/trace/events/workqueue.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ - 23 | TRACE_EVENT(workqueue_queue_work, +../drivers/net/wireless/ath/ath5k/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ + 39 | TRACE_EVENT(ath5k_tx, @@ -13342,3 +19254,3 @@ -../include/trace/events/workqueue.h: In function ‘__bpf_trace_workqueue_activate_work’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../drivers/net/wireless/ath/ath5k/./trace.h: In function ‘perf_trace_ath5k_tx_complete’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -13346,3 +19258,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -13352,2 +19264,2 @@ -../include/trace/events/workqueue.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ - 59 | TRACE_EVENT(workqueue_activate_work, +../drivers/net/wireless/ath/ath5k/./trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ + 65 | TRACE_EVENT(ath5k_tx_complete, @@ -13355,6 +19267,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -13364,2 +19276,2 @@ -../include/trace/events/workqueue.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ - 59 | TRACE_EVENT(workqueue_activate_work, +../drivers/net/wireless/ath/ath5k/./trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ + 65 | TRACE_EVENT(ath5k_tx_complete, @@ -13367 +19279,2 @@ -../include/trace/events/workqueue.h: In function ‘__bpf_trace_workqueue_execute_start’: +In file included from ../include/trace/define_trace.h:110: +../drivers/net/wireless/ath/ath5k/./trace.h: In function ‘__bpf_trace_ath5k_rx’: @@ -13377,2 +19290,2 @@ -../include/trace/events/workqueue.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ - 84 | TRACE_EVENT(workqueue_execute_start, +../drivers/net/wireless/ath/ath5k/./trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ + 21 | TRACE_EVENT(ath5k_rx, @@ -13389,2 +19302,2 @@ -../include/trace/events/workqueue.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ - 84 | TRACE_EVENT(workqueue_execute_start, +../drivers/net/wireless/ath/ath5k/./trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ + 21 | TRACE_EVENT(ath5k_rx, @@ -13392 +19305 @@ -../include/trace/events/workqueue.h: In function ‘__bpf_trace_workqueue_execute_end’: +../drivers/net/wireless/ath/ath5k/./trace.h: In function ‘__bpf_trace_ath5k_tx’: @@ -13402,2 +19315,2 @@ -../include/trace/events/workqueue.h:110:1: note: in expansion of macro ‘TRACE_EVENT’ - 110 | TRACE_EVENT(workqueue_execute_end, +../drivers/net/wireless/ath/ath5k/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ + 39 | TRACE_EVENT(ath5k_tx, @@ -13414,68 +19327,2 @@ -../include/trace/events/workqueue.h:110:1: note: in expansion of macro ‘TRACE_EVENT’ - 110 | TRACE_EVENT(workqueue_execute_end, - | ^~~~~~~~~~~ -make[4]: *** [../scripts/Makefile.build:244: kernel/workqueue.o] Error 1 -make[3]: *** [../scripts/Makefile.build:485: kernel] Error 2 -In file included from ../include/trace/define_trace.h:108, - from ../drivers/net/wireless/ath/trace.h:68, - from ../drivers/net/wireless/ath/trace.c:20: -../drivers/net/wireless/ath/./trace.h: In function ‘trace_event_raw_event_ath_log’: -../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ - 33 | TRACE_EVENT(ath_log, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ - 33 | TRACE_EVENT(ath_log, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ - 33 | TRACE_EVENT(ath_log, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ - 33 | TRACE_EVENT(ath_log, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] - 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ - | ^~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ - 33 | TRACE_EVENT(ath_log, +../drivers/net/wireless/ath/ath5k/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ + 39 | TRACE_EVENT(ath5k_tx, @@ -13483,2 +19330 @@ -In file included from ../include/trace/define_trace.h:110: -../drivers/net/wireless/ath/./trace.h: In function ‘__bpf_trace_ath_log’: +../drivers/net/wireless/ath/ath5k/./trace.h: In function ‘__bpf_trace_ath5k_tx_complete’: @@ -13494,2 +19340,2 @@ -../drivers/net/wireless/ath/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ - 33 | TRACE_EVENT(ath_log, +../drivers/net/wireless/ath/ath5k/./trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ + 65 | TRACE_EVENT(ath5k_tx_complete, @@ -13506,2 +19352,2 @@ -../drivers/net/wireless/ath/./trace.h:33:1: note: in expansion of macro ‘TRACE_EVENT’ - 33 | TRACE_EVENT(ath_log, +../drivers/net/wireless/ath/ath5k/./trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ + 65 | TRACE_EVENT(ath5k_tx_complete, @@ -13509,2 +19355,2 @@ -make[7]: *** [../scripts/Makefile.build:244: drivers/net/wireless/ath/trace.o] Error 1 -make[7]: *** Waiting for unfinished jobs.... +make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/ath/ath5k/base.o] Error 1 +make[7]: *** [../scripts/Makefile.build:485: drivers/net/wireless/ath/ath5k] Error 2 @@ -13590,0 +19437,51 @@ +In file included from ../include/trace/define_trace.h:109: +../sound/soc/intel/catpt/./trace.h: In function ‘perf_trace_catpt_ipc_msg’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../sound/soc/intel/catpt/./trace.h:17:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 17 | DECLARE_EVENT_CLASS(catpt_ipc_msg, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../sound/soc/intel/catpt/./trace.h:17:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 17 | DECLARE_EVENT_CLASS(catpt_ipc_msg, + | ^~~~~~~~~~~~~~~~~~~ +../sound/soc/intel/catpt/./trace.h: In function ‘perf_trace_catpt_ipc_payload’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../sound/soc/intel/catpt/./trace.h:54:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 54 | TRACE_EVENT_CONDITION(catpt_ipc_payload, + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../sound/soc/intel/catpt/./trace.h:54:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 54 | TRACE_EVENT_CONDITION(catpt_ipc_payload, + | ^~~~~~~~~~~~~~~~~~~~~ @@ -13643,0 +19541,206 @@ +make[6]: *** Waiting for unfinished jobs.... +In file included from ../include/trace/define_trace.h:108, + from ../include/trace/events/intel-sst.h:156, + from ../sound/soc/intel/common/sst-dsp.c:20: +../include/trace/events/intel-sst.h: In function ‘trace_event_raw_event_sst_ipc_msg’: +../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/intel-sst.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 19 | DECLARE_EVENT_CLASS(sst_ipc_msg, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/intel-sst.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 19 | DECLARE_EVENT_CLASS(sst_ipc_msg, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/intel-sst.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 19 | DECLARE_EVENT_CLASS(sst_ipc_msg, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/intel-sst.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 19 | DECLARE_EVENT_CLASS(sst_ipc_msg, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] + 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ + | ^~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/intel-sst.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 19 | DECLARE_EVENT_CLASS(sst_ipc_msg, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/intel-sst.h: In function ‘trace_event_raw_event_sst_ipc_mailbox’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/intel-sst.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 52 | DECLARE_EVENT_CLASS(sst_ipc_mailbox, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/intel-sst.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 52 | DECLARE_EVENT_CLASS(sst_ipc_mailbox, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/intel-sst.h: In function ‘trace_event_raw_event_sst_ipc_mailbox_info’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/intel-sst.h:104:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 104 | DECLARE_EVENT_CLASS(sst_ipc_mailbox_info, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/intel-sst.h:104:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 104 | DECLARE_EVENT_CLASS(sst_ipc_mailbox_info, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/intel-sst.h: In function ‘perf_trace_sst_ipc_msg’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/intel-sst.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 19 | DECLARE_EVENT_CLASS(sst_ipc_msg, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/intel-sst.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 19 | DECLARE_EVENT_CLASS(sst_ipc_msg, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/intel-sst.h: In function ‘perf_trace_sst_ipc_mailbox’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/intel-sst.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 52 | DECLARE_EVENT_CLASS(sst_ipc_mailbox, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/intel-sst.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 52 | DECLARE_EVENT_CLASS(sst_ipc_mailbox, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/intel-sst.h: In function ‘perf_trace_sst_ipc_mailbox_info’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/intel-sst.h:104:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 104 | DECLARE_EVENT_CLASS(sst_ipc_mailbox_info, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/intel-sst.h:104:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 104 | DECLARE_EVENT_CLASS(sst_ipc_mailbox_info, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../include/trace/events/intel-sst.h: In function ‘__bpf_trace_sst_ipc_msg’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/intel-sst.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 19 | DECLARE_EVENT_CLASS(sst_ipc_msg, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/intel-sst.h:19:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 19 | DECLARE_EVENT_CLASS(sst_ipc_msg, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/intel-sst.h: In function ‘__bpf_trace_sst_ipc_mailbox’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/intel-sst.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 52 | DECLARE_EVENT_CLASS(sst_ipc_mailbox, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/intel-sst.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 52 | DECLARE_EVENT_CLASS(sst_ipc_mailbox, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/intel-sst.h: In function ‘__bpf_trace_sst_ipc_mailbox_info’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/intel-sst.h:104:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 104 | DECLARE_EVENT_CLASS(sst_ipc_mailbox_info, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/intel-sst.h:104:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 104 | DECLARE_EVENT_CLASS(sst_ipc_mailbox_info, + | ^~~~~~~~~~~~~~~~~~~ +make[7]: *** [../scripts/Makefile.build:244: sound/soc/intel/common/sst-dsp.o] Error 1 +make[6]: *** [../scripts/Makefile.build:485: sound/soc/intel/common] Error 2 @@ -13761,0 +19865,89 @@ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/iocost.h: In function ‘perf_trace_iocost_iocg_state’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/iocost.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 14 | DECLARE_EVENT_CLASS(iocost_iocg_state, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/iocost.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 14 | DECLARE_EVENT_CLASS(iocost_iocg_state, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/iocost.h: In function ‘perf_trace_iocg_inuse_update’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/iocost.h:76:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 76 | DECLARE_EVENT_CLASS(iocg_inuse_update, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/iocost.h:76:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 76 | DECLARE_EVENT_CLASS(iocg_inuse_update, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/iocost.h: In function ‘perf_trace_iocost_ioc_vrate_adj’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/iocost.h:142:1: note: in expansion of macro ‘TRACE_EVENT’ + 142 | TRACE_EVENT(iocost_ioc_vrate_adj, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/iocost.h:142:1: note: in expansion of macro ‘TRACE_EVENT’ + 142 | TRACE_EVENT(iocost_ioc_vrate_adj, + | ^~~~~~~~~~~ +../include/trace/events/iocost.h: In function ‘perf_trace_iocost_iocg_forgive_debt’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/iocost.h:181:1: note: in expansion of macro ‘TRACE_EVENT’ + 181 | TRACE_EVENT(iocost_iocg_forgive_debt, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/iocost.h:181:1: note: in expansion of macro ‘TRACE_EVENT’ + 181 | TRACE_EVENT(iocost_iocg_forgive_debt, + | ^~~~~~~~~~~ @@ -13853,3 +20045,3 @@ - from ../include/trace/events/spi.h:239, - from ../drivers/spi/spi.c:39: -../include/trace/events/spi.h: In function ‘trace_event_raw_event_spi_controller’: + from ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/tracepoint.h:140, + from ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/tracepoint.c:12: +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘trace_event_raw_event_brcmf_err’: @@ -13862,3 +20054,6 @@ -../include/trace/events/spi.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 11 | DECLARE_EVENT_CLASS(spi_controller, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ + 36 | TRACE_EVENT(brcmf_err, + | ^~~~~~~~~~~ @@ -13871,3 +20066,6 @@ -../include/trace/events/spi.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 11 | DECLARE_EVENT_CLASS(spi_controller, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ + 36 | TRACE_EVENT(brcmf_err, + | ^~~~~~~~~~~ @@ -13880,3 +20078,6 @@ -../include/trace/events/spi.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 11 | DECLARE_EVENT_CLASS(spi_controller, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ + 36 | TRACE_EVENT(brcmf_err, + | ^~~~~~~~~~~ @@ -13889,3 +20090,6 @@ -../include/trace/events/spi.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 11 | DECLARE_EVENT_CLASS(spi_controller, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ + 36 | TRACE_EVENT(brcmf_err, + | ^~~~~~~~~~~ @@ -13898,4 +20102,7 @@ -../include/trace/events/spi.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 11 | DECLARE_EVENT_CLASS(spi_controller, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/spi.h: In function ‘trace_event_raw_event_spi_setup’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ + 36 | TRACE_EVENT(brcmf_err, + | ^~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘trace_event_raw_event_brcmf_dbg’: @@ -13911,2 +20118,2 @@ -../include/trace/events/spi.h:45:1: note: in expansion of macro ‘TRACE_EVENT’ - 45 | TRACE_EVENT(spi_setup, +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ + 50 | TRACE_EVENT(brcmf_dbg, @@ -13923,2 +20130,2 @@ -../include/trace/events/spi.h:45:1: note: in expansion of macro ‘TRACE_EVENT’ - 45 | TRACE_EVENT(spi_setup, +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ + 50 | TRACE_EVENT(brcmf_dbg, @@ -13926 +20133 @@ -../include/trace/events/spi.h: In function ‘trace_event_raw_event_spi_set_cs’: +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘trace_event_raw_event_brcmf_hexdump’: @@ -13936,2 +20143,2 @@ -../include/trace/events/spi.h:78:1: note: in expansion of macro ‘TRACE_EVENT’ - 78 | TRACE_EVENT(spi_set_cs, +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ + 66 | TRACE_EVENT(brcmf_hexdump, @@ -13948,2 +20155,2 @@ -../include/trace/events/spi.h:78:1: note: in expansion of macro ‘TRACE_EVENT’ - 78 | TRACE_EVENT(spi_set_cs, +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ + 66 | TRACE_EVENT(brcmf_hexdump, @@ -13951 +20158 @@ -../include/trace/events/spi.h: In function ‘trace_event_raw_event_spi_message’: +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘trace_event_raw_event_brcmf_bcdchdr’: @@ -13958,3 +20165,6 @@ -../include/trace/events/spi.h:102:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 102 | DECLARE_EVENT_CLASS(spi_message, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:82:1: note: in expansion of macro ‘TRACE_EVENT’ + 82 | TRACE_EVENT(brcmf_bcdchdr, + | ^~~~~~~~~~~ @@ -13967,4 +20177,7 @@ -../include/trace/events/spi.h:102:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 102 | DECLARE_EVENT_CLASS(spi_message, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/spi.h: In function ‘trace_event_raw_event_spi_message_done’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:82:1: note: in expansion of macro ‘TRACE_EVENT’ + 82 | TRACE_EVENT(brcmf_bcdchdr, + | ^~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘trace_event_raw_event_brcmf_sdpcm_hdr’: @@ -13980,2 +20193,2 @@ -../include/trace/events/spi.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ - 141 | TRACE_EVENT(spi_message_done, +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ + 113 | TRACE_EVENT(brcmf_sdpcm_hdr, @@ -13992,2 +20205,2 @@ -../include/trace/events/spi.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ - 141 | TRACE_EVENT(spi_message_done, +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ + 113 | TRACE_EVENT(brcmf_sdpcm_hdr, @@ -13995,3 +20208,4 @@ -../include/trace/events/spi.h: In function ‘trace_event_raw_event_spi_transfer’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +In file included from ../include/trace/define_trace.h:109: +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘perf_trace_brcmf_err’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -13999,2 +20213,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -14002,5 +20216,8 @@ -../include/trace/events/spi.h:179:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 179 | DECLARE_EVENT_CLASS(spi_transfer, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ + 36 | TRACE_EVENT(brcmf_err, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -14008,2 +20225,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -14011,7 +20228,9 @@ -../include/trace/events/spi.h:179:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 179 | DECLARE_EVENT_CLASS(spi_transfer, - | ^~~~~~~~~~~~~~~~~~~ -In file included from ../include/trace/define_trace.h:110: -../include/trace/events/spi.h: In function ‘__bpf_trace_spi_controller’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ + 36 | TRACE_EVENT(brcmf_err, + | ^~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘perf_trace_brcmf_dbg’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -14019,2 +20238,5 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -14022,8 +20244,11 @@ -../include/trace/events/spi.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 11 | DECLARE_EVENT_CLASS(spi_controller, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ + 50 | TRACE_EVENT(brcmf_dbg, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -14031,4 +20256,80 @@ -../include/trace/events/spi.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 11 | DECLARE_EVENT_CLASS(spi_controller, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/spi.h: In function ‘__bpf_trace_spi_setup’: +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ + 50 | TRACE_EVENT(brcmf_dbg, + | ^~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘perf_trace_brcmf_hexdump’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ + 66 | TRACE_EVENT(brcmf_hexdump, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ + 66 | TRACE_EVENT(brcmf_hexdump, + | ^~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘perf_trace_brcmf_bcdchdr’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:82:1: note: in expansion of macro ‘TRACE_EVENT’ + 82 | TRACE_EVENT(brcmf_bcdchdr, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:82:1: note: in expansion of macro ‘TRACE_EVENT’ + 82 | TRACE_EVENT(brcmf_bcdchdr, + | ^~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘perf_trace_brcmf_sdpcm_hdr’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ + 113 | TRACE_EVENT(brcmf_sdpcm_hdr, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ + 113 | TRACE_EVENT(brcmf_sdpcm_hdr, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘__bpf_trace_brcmf_err’: @@ -14044,2 +20345,2 @@ -../include/trace/events/spi.h:45:1: note: in expansion of macro ‘TRACE_EVENT’ - 45 | TRACE_EVENT(spi_setup, +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ + 36 | TRACE_EVENT(brcmf_err, @@ -14056,2 +20357,2 @@ -../include/trace/events/spi.h:45:1: note: in expansion of macro ‘TRACE_EVENT’ - 45 | TRACE_EVENT(spi_setup, +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ + 36 | TRACE_EVENT(brcmf_err, @@ -14059 +20360 @@ -../include/trace/events/spi.h: In function ‘__bpf_trace_spi_set_cs’: +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘__bpf_trace_brcmf_dbg’: @@ -14069,2 +20370,2 @@ -../include/trace/events/spi.h:78:1: note: in expansion of macro ‘TRACE_EVENT’ - 78 | TRACE_EVENT(spi_set_cs, +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ + 50 | TRACE_EVENT(brcmf_dbg, @@ -14081,2 +20382,2 @@ -../include/trace/events/spi.h:78:1: note: in expansion of macro ‘TRACE_EVENT’ - 78 | TRACE_EVENT(spi_set_cs, +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ + 50 | TRACE_EVENT(brcmf_dbg, @@ -14084 +20385 @@ -../include/trace/events/spi.h: In function ‘__bpf_trace_spi_message’: +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘__bpf_trace_brcmf_hexdump’: @@ -14091,3 +20392,6 @@ -../include/trace/events/spi.h:102:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 102 | DECLARE_EVENT_CLASS(spi_message, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ + 66 | TRACE_EVENT(brcmf_hexdump, + | ^~~~~~~~~~~ @@ -14100,4 +20404,7 @@ -../include/trace/events/spi.h:102:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 102 | DECLARE_EVENT_CLASS(spi_message, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/spi.h: In function ‘__bpf_trace_spi_message_done’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ + 66 | TRACE_EVENT(brcmf_hexdump, + | ^~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘__bpf_trace_brcmf_bcdchdr’: @@ -14113,2 +20420,2 @@ -../include/trace/events/spi.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ - 141 | TRACE_EVENT(spi_message_done, +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:82:1: note: in expansion of macro ‘TRACE_EVENT’ + 82 | TRACE_EVENT(brcmf_bcdchdr, @@ -14125,2 +20432,2 @@ -../include/trace/events/spi.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ - 141 | TRACE_EVENT(spi_message_done, +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:82:1: note: in expansion of macro ‘TRACE_EVENT’ + 82 | TRACE_EVENT(brcmf_bcdchdr, @@ -14128 +20435 @@ -../include/trace/events/spi.h: In function ‘__bpf_trace_spi_transfer’: +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘__bpf_trace_brcmf_sdpcm_hdr’: @@ -14135,3 +20442,6 @@ -../include/trace/events/spi.h:179:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 179 | DECLARE_EVENT_CLASS(spi_transfer, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ + 113 | TRACE_EVENT(brcmf_sdpcm_hdr, + | ^~~~~~~~~~~ @@ -14144,5 +20454,9 @@ -../include/trace/events/spi.h:179:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 179 | DECLARE_EVENT_CLASS(spi_transfer, - | ^~~~~~~~~~~~~~~~~~~ -make[5]: *** [../scripts/Makefile.build:244: drivers/spi/spi.o] Error 1 -make[4]: *** [../scripts/Makefile.build:485: drivers/spi] Error 2 +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ + 113 | TRACE_EVENT(brcmf_sdpcm_hdr, + | ^~~~~~~~~~~ +make[9]: *** [../scripts/Makefile.build:244: drivers/net/wireless/broadcom/brcm80211/brcmfmac/tracepoint.o] Error 1 +make[8]: *** [../scripts/Makefile.build:485: drivers/net/wireless/broadcom/brcm80211/brcmfmac] Error 2 +make[8]: *** Waiting for unfinished jobs.... @@ -14150,3 +20464,3 @@ - from ../include/trace/events/firewire_ohci.h:101, - from ../drivers/firewire/ohci.c:51: -../include/trace/events/firewire_ohci.h: In function ‘trace_event_raw_event_irqs’: + from ../include/trace/events/iscsi.h:107, + from ../drivers/scsi/scsi_transport_iscsi.c:30: +../include/trace/events/iscsi.h: In function ‘trace_event_raw_event_iscsi_log_msg’: @@ -14159,6 +20473,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/firewire_ohci.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(irqs, - | ^~~~~~~~~~~ +../include/trace/events/iscsi.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 21 | DECLARE_EVENT_CLASS(iscsi_log_msg, + | ^~~~~~~~~~~~~~~~~~~ @@ -14171,6 +20482,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/firewire_ohci.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(irqs, - | ^~~~~~~~~~~ +../include/trace/events/iscsi.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 21 | DECLARE_EVENT_CLASS(iscsi_log_msg, + | ^~~~~~~~~~~~~~~~~~~ @@ -14183,6 +20491,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/firewire_ohci.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(irqs, - | ^~~~~~~~~~~ +../include/trace/events/iscsi.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 21 | DECLARE_EVENT_CLASS(iscsi_log_msg, + | ^~~~~~~~~~~~~~~~~~~ @@ -14195,6 +20500,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/firewire_ohci.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(irqs, - | ^~~~~~~~~~~ +../include/trace/events/iscsi.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 21 | DECLARE_EVENT_CLASS(iscsi_log_msg, + | ^~~~~~~~~~~~~~~~~~~ @@ -14207,9 +20509,7 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/firewire_ohci.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(irqs, - | ^~~~~~~~~~~ -../include/trace/events/firewire_ohci.h: In function ‘trace_event_raw_event_self_id_complete’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/iscsi.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 21 | DECLARE_EVENT_CLASS(iscsi_log_msg, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/iscsi.h: In function ‘perf_trace_iscsi_log_msg’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -14217,2 +20517,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -14220,8 +20520,5 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/firewire_ohci.h:61:1: note: in expansion of macro ‘TRACE_EVENT’ - 61 | TRACE_EVENT(self_id_complete, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/iscsi.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 21 | DECLARE_EVENT_CLASS(iscsi_log_msg, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -14229,2 +20526,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -14232,6 +20529,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/firewire_ohci.h:61:1: note: in expansion of macro ‘TRACE_EVENT’ - 61 | TRACE_EVENT(self_id_complete, - | ^~~~~~~~~~~ +../include/trace/events/iscsi.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 21 | DECLARE_EVENT_CLASS(iscsi_log_msg, + | ^~~~~~~~~~~~~~~~~~~ @@ -14239,26 +20533 @@ -../include/trace/events/firewire_ohci.h: In function ‘__bpf_trace_irqs’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/firewire_ohci.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(irqs, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/firewire_ohci.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(irqs, - | ^~~~~~~~~~~ -../include/trace/events/firewire_ohci.h: In function ‘__bpf_trace_self_id_complete’: +../include/trace/events/iscsi.h: In function ‘__bpf_trace_iscsi_log_msg’: @@ -14271,6 +20540,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/firewire_ohci.h:61:1: note: in expansion of macro ‘TRACE_EVENT’ - 61 | TRACE_EVENT(self_id_complete, - | ^~~~~~~~~~~ +../include/trace/events/iscsi.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 21 | DECLARE_EVENT_CLASS(iscsi_log_msg, + | ^~~~~~~~~~~~~~~~~~~ @@ -14283,8 +20549,5 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/firewire_ohci.h:61:1: note: in expansion of macro ‘TRACE_EVENT’ - 61 | TRACE_EVENT(self_id_complete, - | ^~~~~~~~~~~ -make[5]: *** [../scripts/Makefile.build:244: drivers/firewire/ohci.o] Error 1 -make[5]: *** Waiting for unfinished jobs.... +../include/trace/events/iscsi.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 21 | DECLARE_EVENT_CLASS(iscsi_log_msg, + | ^~~~~~~~~~~~~~~~~~~ +make[5]: *** [../scripts/Makefile.build:244: drivers/scsi/scsi_transport_iscsi.o] Error 1 +make[4]: *** [../scripts/Makefile.build:485: drivers/scsi] Error 2 @@ -14429,0 +20693,101 @@ +In file included from ../include/trace/define_trace.h:109: +../sound/soc/intel/avs/./trace.h: In function ‘perf_trace_avs_dsp_core_op’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/soc/intel/avs/./trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ + 11 | TRACE_EVENT(avs_dsp_core_op, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/soc/intel/avs/./trace.h:11:1: note: in expansion of macro ‘TRACE_EVENT’ + 11 | TRACE_EVENT(avs_dsp_core_op, + | ^~~~~~~~~~~ +../sound/soc/intel/avs/./trace.h: In function ‘perf_trace_avs_ipc_msg_hdr’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../sound/soc/intel/avs/./trace.h:59:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 59 | DECLARE_EVENT_CLASS(avs_ipc_msg_hdr, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../sound/soc/intel/avs/./trace.h:59:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 59 | DECLARE_EVENT_CLASS(avs_ipc_msg_hdr, + | ^~~~~~~~~~~~~~~~~~~ +../sound/soc/intel/avs/./trace.h: In function ‘perf_trace_avs_ipc_msg_payload’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../sound/soc/intel/avs/./trace.h:96:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 96 | TRACE_EVENT_CONDITION(avs_ipc_msg_payload, + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../sound/soc/intel/avs/./trace.h:96:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 96 | TRACE_EVENT_CONDITION(avs_ipc_msg_payload, + | ^~~~~~~~~~~~~~~~~~~~~ +../sound/soc/intel/avs/./trace.h: In function ‘perf_trace_avs_d0ix’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/soc/intel/avs/./trace.h:125:1: note: in expansion of macro ‘TRACE_EVENT’ + 125 | TRACE_EVENT(avs_d0ix, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../sound/soc/intel/avs/./trace.h:125:1: note: in expansion of macro ‘TRACE_EVENT’ + 125 | TRACE_EVENT(avs_d0ix, + | ^~~~~~~~~~~ @@ -14535,3 +20899,3 @@ - from ../include/trace/events/wbt.h:158, - from ../block/blk-wbt.c:35: -../include/trace/events/wbt.h: In function ‘trace_event_raw_event_wbt_stat’: + from ../drivers/net/ethernet/freescale/dpaa/dpaa_eth_trace.h:115, + from ../drivers/net/ethernet/freescale/dpaa/dpaa_eth.c:45: +../drivers/net/ethernet/freescale/dpaa/./dpaa_eth_trace.h: In function ‘trace_event_raw_event_dpaa_eth_fd’: @@ -14544,6 +20908,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/wbt.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ - 15 | TRACE_EVENT(wbt_stat, - | ^~~~~~~~~~~ +../drivers/net/ethernet/freescale/dpaa/./dpaa_eth_trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 29 | DECLARE_EVENT_CLASS(dpaa_eth_fd, + | ^~~~~~~~~~~~~~~~~~~ @@ -14556,6 +20917,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/wbt.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ - 15 | TRACE_EVENT(wbt_stat, - | ^~~~~~~~~~~ +../drivers/net/ethernet/freescale/dpaa/./dpaa_eth_trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 29 | DECLARE_EVENT_CLASS(dpaa_eth_fd, + | ^~~~~~~~~~~~~~~~~~~ @@ -14568,6 +20926,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/wbt.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ - 15 | TRACE_EVENT(wbt_stat, - | ^~~~~~~~~~~ +../drivers/net/ethernet/freescale/dpaa/./dpaa_eth_trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 29 | DECLARE_EVENT_CLASS(dpaa_eth_fd, + | ^~~~~~~~~~~~~~~~~~~ @@ -14580,6 +20935,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/wbt.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ - 15 | TRACE_EVENT(wbt_stat, - | ^~~~~~~~~~~ +../drivers/net/ethernet/freescale/dpaa/./dpaa_eth_trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 29 | DECLARE_EVENT_CLASS(dpaa_eth_fd, + | ^~~~~~~~~~~~~~~~~~~ @@ -14592,2 +20944,30 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ +../drivers/net/ethernet/freescale/dpaa/./dpaa_eth_trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 29 | DECLARE_EVENT_CLASS(dpaa_eth_fd, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../drivers/net/ethernet/freescale/dpaa/./dpaa_eth_trace.h: In function ‘perf_trace_dpaa_eth_fd’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/freescale/dpaa/./dpaa_eth_trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 29 | DECLARE_EVENT_CLASS(dpaa_eth_fd, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/freescale/dpaa/./dpaa_eth_trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 29 | DECLARE_EVENT_CLASS(dpaa_eth_fd, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../drivers/net/ethernet/freescale/dpaa/./dpaa_eth_trace.h: In function ‘__bpf_trace_dpaa_eth_fd’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) @@ -14595,5 +20975,20 @@ -../include/trace/events/wbt.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ - 15 | TRACE_EVENT(wbt_stat, - | ^~~~~~~~~~~ -../include/trace/events/wbt.h: In function ‘trace_event_raw_event_wbt_lat’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? +../drivers/net/ethernet/freescale/dpaa/./dpaa_eth_trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 29 | DECLARE_EVENT_CLASS(dpaa_eth_fd, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/freescale/dpaa/./dpaa_eth_trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 29 | DECLARE_EVENT_CLASS(dpaa_eth_fd, + | ^~~~~~~~~~~~~~~~~~~ +make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/freescale/dpaa/dpaa_eth.o] Error 1 +make[7]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/freescale/dpaa] Error 2 +make[7]: *** Waiting for unfinished jobs.... +In file included from ../include/trace/define_trace.h:108, + from ../fs/ext2/trace.h:94, + from ../fs/ext2/trace.c:6: +../fs/ext2/./trace.h: In function ‘trace_event_raw_event_ext2_dio_class’: +../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] @@ -14601 +20996 @@ - | ^~~~~~~~~~~~~~~ + | ^~~~~~~~~~~~~~~~~~~~~ @@ -14605,7 +21000,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/wbt.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ - 59 | TRACE_EVENT(wbt_lat, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? +../fs/ext2/./trace.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 11 | DECLARE_EVENT_CLASS(ext2_dio_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? @@ -14613 +21005 @@ - | ^~~~~~~~~~~~~~~~~ + | ^~~~~~~~~~~~~~~ @@ -14617,8 +21009,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/wbt.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ - 59 | TRACE_EVENT(wbt_lat, - | ^~~~~~~~~~~ -../include/trace/events/wbt.h: In function ‘trace_event_raw_event_wbt_step’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? +../fs/ext2/./trace.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 11 | DECLARE_EVENT_CLASS(ext2_dio_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in @@ -14630,6 +21018,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/wbt.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ - 89 | TRACE_EVENT(wbt_step, - | ^~~~~~~~~~~ +../fs/ext2/./trace.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 11 | DECLARE_EVENT_CLASS(ext2_dio_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -14642,7 +21027,13 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/wbt.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ - 89 | TRACE_EVENT(wbt_step, - | ^~~~~~~~~~~ -../include/trace/events/wbt.h: In function ‘trace_event_raw_event_wbt_timer’: +../fs/ext2/./trace.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 11 | DECLARE_EVENT_CLASS(ext2_dio_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] + 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ + | ^~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ext2/./trace.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 11 | DECLARE_EVENT_CLASS(ext2_dio_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/ext2/./trace.h: In function ‘trace_event_raw_event_ext2_dio_write_endio’: @@ -14658,2 +21049,2 @@ -../include/trace/events/wbt.h:129:1: note: in expansion of macro ‘TRACE_EVENT’ - 129 | TRACE_EVENT(wbt_timer, +../fs/ext2/./trace.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ + 55 | TRACE_EVENT(ext2_dio_write_endio, @@ -14670,2 +21061,2 @@ -../include/trace/events/wbt.h:129:1: note: in expansion of macro ‘TRACE_EVENT’ - 129 | TRACE_EVENT(wbt_timer, +../fs/ext2/./trace.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ + 55 | TRACE_EVENT(ext2_dio_write_endio, @@ -14673,4 +21064,4 @@ -In file included from ../include/trace/define_trace.h:110: -../include/trace/events/wbt.h: In function ‘__bpf_trace_wbt_stat’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +In file included from ../include/trace/define_trace.h:109: +../fs/ext2/./trace.h: In function ‘perf_trace_ext2_dio_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -14678,24 +21069,18 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/wbt.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ - 15 | TRACE_EVENT(wbt_stat, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/wbt.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ - 15 | TRACE_EVENT(wbt_stat, - | ^~~~~~~~~~~ -../include/trace/events/wbt.h: In function ‘__bpf_trace_wbt_lat’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ext2/./trace.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 11 | DECLARE_EVENT_CLASS(ext2_dio_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ext2/./trace.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 11 | DECLARE_EVENT_CLASS(ext2_dio_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/ext2/./trace.h: In function ‘perf_trace_ext2_dio_write_endio’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -14703,3 +21088,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -14709,2 +21094,2 @@ -../include/trace/events/wbt.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ - 59 | TRACE_EVENT(wbt_lat, +../fs/ext2/./trace.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ + 55 | TRACE_EVENT(ext2_dio_write_endio, @@ -14712,6 +21097,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -14721,2 +21106,2 @@ -../include/trace/events/wbt.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ - 59 | TRACE_EVENT(wbt_lat, +../fs/ext2/./trace.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ + 55 | TRACE_EVENT(ext2_dio_write_endio, @@ -14724 +21109,2 @@ -../include/trace/events/wbt.h: In function ‘__bpf_trace_wbt_step’: +In file included from ../include/trace/define_trace.h:110: +../fs/ext2/./trace.h: In function ‘__bpf_trace_ext2_dio_class’: @@ -14731,6 +21117,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/wbt.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ - 89 | TRACE_EVENT(wbt_step, - | ^~~~~~~~~~~ +../fs/ext2/./trace.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 11 | DECLARE_EVENT_CLASS(ext2_dio_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -14743,7 +21126,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/wbt.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ - 89 | TRACE_EVENT(wbt_step, - | ^~~~~~~~~~~ -../include/trace/events/wbt.h: In function ‘__bpf_trace_wbt_timer’: +../fs/ext2/./trace.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 11 | DECLARE_EVENT_CLASS(ext2_dio_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/ext2/./trace.h: In function ‘__bpf_trace_ext2_dio_write_endio’: @@ -14759,2 +21139,2 @@ -../include/trace/events/wbt.h:129:1: note: in expansion of macro ‘TRACE_EVENT’ - 129 | TRACE_EVENT(wbt_timer, +../fs/ext2/./trace.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ + 55 | TRACE_EVENT(ext2_dio_write_endio, @@ -14771,2 +21151,2 @@ -../include/trace/events/wbt.h:129:1: note: in expansion of macro ‘TRACE_EVENT’ - 129 | TRACE_EVENT(wbt_timer, +../fs/ext2/./trace.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ + 55 | TRACE_EVENT(ext2_dio_write_endio, @@ -14774 +21154,3 @@ -make[4]: *** [../scripts/Makefile.build:244: block/blk-wbt.o] Error 1 +make[5]: *** [../scripts/Makefile.build:244: fs/ext2/trace.o] Error 1 +make[4]: *** [../scripts/Makefile.build:485: fs/ext2] Error 2 +make[4]: *** Waiting for unfinished jobs.... @@ -14776,3 +21158,3 @@ - from ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/tracepoint.h:140, - from ../drivers/net/wireless/broadcom/brcm80211/brcmfmac/tracepoint.c:12: -../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘trace_event_raw_event_brcmf_err’: + from ../include/trace/events/wbt.h:158, + from ../block/blk-wbt.c:35: +../include/trace/events/wbt.h: In function ‘trace_event_raw_event_wbt_stat’: @@ -14788,2 +21170,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ - 36 | TRACE_EVENT(brcmf_err, +../include/trace/events/wbt.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ + 15 | TRACE_EVENT(wbt_stat, @@ -14800,2 +21182,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ - 36 | TRACE_EVENT(brcmf_err, +../include/trace/events/wbt.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ + 15 | TRACE_EVENT(wbt_stat, @@ -14812,2 +21194,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ - 36 | TRACE_EVENT(brcmf_err, +../include/trace/events/wbt.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ + 15 | TRACE_EVENT(wbt_stat, @@ -14824,2 +21206,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ - 36 | TRACE_EVENT(brcmf_err, +../include/trace/events/wbt.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ + 15 | TRACE_EVENT(wbt_stat, @@ -14836,2 +21218,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ - 36 | TRACE_EVENT(brcmf_err, +../include/trace/events/wbt.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ + 15 | TRACE_EVENT(wbt_stat, @@ -14839 +21221 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘trace_event_raw_event_brcmf_dbg’: +../include/trace/events/wbt.h: In function ‘trace_event_raw_event_wbt_lat’: @@ -14849,2 +21231,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ - 50 | TRACE_EVENT(brcmf_dbg, +../include/trace/events/wbt.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ + 59 | TRACE_EVENT(wbt_lat, @@ -14861,2 +21243,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ - 50 | TRACE_EVENT(brcmf_dbg, +../include/trace/events/wbt.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ + 59 | TRACE_EVENT(wbt_lat, @@ -14864 +21246 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘trace_event_raw_event_brcmf_hexdump’: +../include/trace/events/wbt.h: In function ‘trace_event_raw_event_wbt_step’: @@ -14874,2 +21256,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ - 66 | TRACE_EVENT(brcmf_hexdump, +../include/trace/events/wbt.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ + 89 | TRACE_EVENT(wbt_step, @@ -14886,2 +21268,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ - 66 | TRACE_EVENT(brcmf_hexdump, +../include/trace/events/wbt.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ + 89 | TRACE_EVENT(wbt_step, @@ -14889 +21271 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘trace_event_raw_event_brcmf_bcdchdr’: +../include/trace/events/wbt.h: In function ‘trace_event_raw_event_wbt_timer’: @@ -14899,2 +21281,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:82:1: note: in expansion of macro ‘TRACE_EVENT’ - 82 | TRACE_EVENT(brcmf_bcdchdr, +../include/trace/events/wbt.h:129:1: note: in expansion of macro ‘TRACE_EVENT’ + 129 | TRACE_EVENT(wbt_timer, @@ -14911,2 +21293,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:82:1: note: in expansion of macro ‘TRACE_EVENT’ - 82 | TRACE_EVENT(brcmf_bcdchdr, +../include/trace/events/wbt.h:129:1: note: in expansion of macro ‘TRACE_EVENT’ + 129 | TRACE_EVENT(wbt_timer, @@ -14914,3 +21296,4 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘trace_event_raw_event_brcmf_sdpcm_hdr’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/wbt.h: In function ‘perf_trace_wbt_stat’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -14918,2 +21301,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -14924,2 +21307,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ - 113 | TRACE_EVENT(brcmf_sdpcm_hdr, +../include/trace/events/wbt.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ + 15 | TRACE_EVENT(wbt_stat, @@ -14927,2 +21310,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -14930,2 +21313,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -14936,2 +21319,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ - 113 | TRACE_EVENT(brcmf_sdpcm_hdr, +../include/trace/events/wbt.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ + 15 | TRACE_EVENT(wbt_stat, @@ -14939,4 +21322,3 @@ -In file included from ../include/trace/define_trace.h:110: -../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘__bpf_trace_brcmf_err’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/wbt.h: In function ‘perf_trace_wbt_lat’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -14944,2 +21326,5 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -14946,0 +21332,9 @@ +../include/trace/events/wbt.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ + 59 | TRACE_EVENT(wbt_lat, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -14950,2 +21344,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ - 36 | TRACE_EVENT(brcmf_err, +../include/trace/events/wbt.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ + 59 | TRACE_EVENT(wbt_lat, @@ -14953,5 +21347,9 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/events/wbt.h: In function ‘perf_trace_wbt_step’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -14958,0 +21357,9 @@ +../include/trace/events/wbt.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ + 89 | TRACE_EVENT(wbt_step, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -14962,2 +21369,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ - 36 | TRACE_EVENT(brcmf_err, +../include/trace/events/wbt.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ + 89 | TRACE_EVENT(wbt_step, @@ -14965 +21372,27 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘__bpf_trace_brcmf_dbg’: +../include/trace/events/wbt.h: In function ‘perf_trace_wbt_timer’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/wbt.h:129:1: note: in expansion of macro ‘TRACE_EVENT’ + 129 | TRACE_EVENT(wbt_timer, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/wbt.h:129:1: note: in expansion of macro ‘TRACE_EVENT’ + 129 | TRACE_EVENT(wbt_timer, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../include/trace/events/wbt.h: In function ‘__bpf_trace_wbt_stat’: @@ -14975,2 +21408,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ - 50 | TRACE_EVENT(brcmf_dbg, +../include/trace/events/wbt.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ + 15 | TRACE_EVENT(wbt_stat, @@ -14987,2 +21420,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ - 50 | TRACE_EVENT(brcmf_dbg, +../include/trace/events/wbt.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ + 15 | TRACE_EVENT(wbt_stat, @@ -14990 +21423 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘__bpf_trace_brcmf_hexdump’: +../include/trace/events/wbt.h: In function ‘__bpf_trace_wbt_lat’: @@ -15000,2 +21433,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ - 66 | TRACE_EVENT(brcmf_hexdump, +../include/trace/events/wbt.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ + 59 | TRACE_EVENT(wbt_lat, @@ -15012,2 +21445,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ - 66 | TRACE_EVENT(brcmf_hexdump, +../include/trace/events/wbt.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ + 59 | TRACE_EVENT(wbt_lat, @@ -15015 +21448 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘__bpf_trace_brcmf_bcdchdr’: +../include/trace/events/wbt.h: In function ‘__bpf_trace_wbt_step’: @@ -15025,2 +21458,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:82:1: note: in expansion of macro ‘TRACE_EVENT’ - 82 | TRACE_EVENT(brcmf_bcdchdr, +../include/trace/events/wbt.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ + 89 | TRACE_EVENT(wbt_step, @@ -15037,2 +21470,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:82:1: note: in expansion of macro ‘TRACE_EVENT’ - 82 | TRACE_EVENT(brcmf_bcdchdr, +../include/trace/events/wbt.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ + 89 | TRACE_EVENT(wbt_step, @@ -15040 +21473 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function ‘__bpf_trace_brcmf_sdpcm_hdr’: +../include/trace/events/wbt.h: In function ‘__bpf_trace_wbt_timer’: @@ -15050,2 +21483,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ - 113 | TRACE_EVENT(brcmf_sdpcm_hdr, +../include/trace/events/wbt.h:129:1: note: in expansion of macro ‘TRACE_EVENT’ + 129 | TRACE_EVENT(wbt_timer, @@ -15062,2 +21495,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ - 113 | TRACE_EVENT(brcmf_sdpcm_hdr, +../include/trace/events/wbt.h:129:1: note: in expansion of macro ‘TRACE_EVENT’ + 129 | TRACE_EVENT(wbt_timer, @@ -15065,3 +21498 @@ -make[9]: *** [../scripts/Makefile.build:244: drivers/net/wireless/broadcom/brcm80211/brcmfmac/tracepoint.o] Error 1 -make[8]: *** [../scripts/Makefile.build:485: drivers/net/wireless/broadcom/brcm80211/brcmfmac] Error 2 -make[8]: *** Waiting for unfinished jobs.... +make[4]: *** [../scripts/Makefile.build:244: block/blk-wbt.o] Error 1 @@ -15181,0 +21613,76 @@ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/kyber.h: In function ‘perf_trace_kyber_latency’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kyber.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(kyber_latency, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kyber.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(kyber_latency, + | ^~~~~~~~~~~ +../include/trace/events/kyber.h: In function ‘perf_trace_kyber_adjust’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kyber.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ + 48 | TRACE_EVENT(kyber_adjust, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kyber.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ + 48 | TRACE_EVENT(kyber_adjust, + | ^~~~~~~~~~~ +../include/trace/events/kyber.h: In function ‘perf_trace_kyber_throttled’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kyber.h:71:1: note: in expansion of macro ‘TRACE_EVENT’ + 71 | TRACE_EVENT(kyber_throttled, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kyber.h:71:1: note: in expansion of macro ‘TRACE_EVENT’ + 71 | TRACE_EVENT(kyber_throttled, + | ^~~~~~~~~~~ @@ -15261,3 +21768,3 @@ - from ../drivers/net/wireless/ath/ath5k/trace.h:105, - from ../drivers/net/wireless/ath/ath5k/base.c:73: -../drivers/net/wireless/ath/ath5k/./trace.h: In function ‘trace_event_raw_event_ath5k_rx’: + from ../drivers/net/wireless/mediatek/mt76/trace.h:111, + from ../drivers/net/wireless/mediatek/mt76/trace.c:10: +../drivers/net/wireless/mediatek/mt76/./trace.h: In function ‘trace_event_raw_event_dev_reg_evt’: @@ -15270,6 +21777,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/ath5k/./trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ - 21 | TRACE_EVENT(ath5k_rx, - | ^~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./trace.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 32 | DECLARE_EVENT_CLASS(dev_reg_evt, + | ^~~~~~~~~~~~~~~~~~~ @@ -15282,6 +21786,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/ath5k/./trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ - 21 | TRACE_EVENT(ath5k_rx, - | ^~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./trace.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 32 | DECLARE_EVENT_CLASS(dev_reg_evt, + | ^~~~~~~~~~~~~~~~~~~ @@ -15294,6 +21795,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/ath5k/./trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ - 21 | TRACE_EVENT(ath5k_rx, - | ^~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./trace.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 32 | DECLARE_EVENT_CLASS(dev_reg_evt, + | ^~~~~~~~~~~~~~~~~~~ @@ -15306,6 +21804,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/ath5k/./trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ - 21 | TRACE_EVENT(ath5k_rx, - | ^~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./trace.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 32 | DECLARE_EVENT_CLASS(dev_reg_evt, + | ^~~~~~~~~~~~~~~~~~~ @@ -15318,7 +21813,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/ath5k/./trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ - 21 | TRACE_EVENT(ath5k_rx, - | ^~~~~~~~~~~ -../drivers/net/wireless/ath/ath5k/./trace.h: In function ‘trace_event_raw_event_ath5k_tx’: +../drivers/net/wireless/mediatek/mt76/./trace.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 32 | DECLARE_EVENT_CLASS(dev_reg_evt, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./trace.h: In function ‘trace_event_raw_event_dev_irq’: @@ -15334,2 +21826,2 @@ -../drivers/net/wireless/ath/ath5k/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ - 39 | TRACE_EVENT(ath5k_tx, +../drivers/net/wireless/mediatek/mt76/./trace.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ + 59 | TRACE_EVENT(dev_irq, @@ -15346,2 +21838,2 @@ -../drivers/net/wireless/ath/ath5k/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ - 39 | TRACE_EVENT(ath5k_tx, +../drivers/net/wireless/mediatek/mt76/./trace.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ + 59 | TRACE_EVENT(dev_irq, @@ -15349 +21841 @@ -../drivers/net/wireless/ath/ath5k/./trace.h: In function ‘trace_event_raw_event_ath5k_tx_complete’: +../drivers/net/wireless/mediatek/mt76/./trace.h: In function ‘trace_event_raw_event_dev_txid_evt’: @@ -15356,6 +21848,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/ath5k/./trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ - 65 | TRACE_EVENT(ath5k_tx_complete, - | ^~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./trace.h:82:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 82 | DECLARE_EVENT_CLASS(dev_txid_evt, + | ^~~~~~~~~~~~~~~~~~~ @@ -15367,0 +21857,30 @@ +../drivers/net/wireless/mediatek/mt76/./trace.h:82:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 82 | DECLARE_EVENT_CLASS(dev_txid_evt, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../drivers/net/wireless/mediatek/mt76/./trace.h: In function ‘perf_trace_dev_reg_evt’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./trace.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 32 | DECLARE_EVENT_CLASS(dev_reg_evt, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./trace.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 32 | DECLARE_EVENT_CLASS(dev_reg_evt, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./trace.h: In function ‘perf_trace_dev_irq’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -15371,2 +21890,14 @@ -../drivers/net/wireless/ath/ath5k/./trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ - 65 | TRACE_EVENT(ath5k_tx_complete, +../drivers/net/wireless/mediatek/mt76/./trace.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ + 59 | TRACE_EVENT(dev_irq, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./trace.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ + 59 | TRACE_EVENT(dev_irq, @@ -15373,0 +21905,19 @@ +../drivers/net/wireless/mediatek/mt76/./trace.h: In function ‘perf_trace_dev_txid_evt’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./trace.h:82:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 82 | DECLARE_EVENT_CLASS(dev_txid_evt, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./trace.h:82:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 82 | DECLARE_EVENT_CLASS(dev_txid_evt, + | ^~~~~~~~~~~~~~~~~~~ @@ -15375 +21925,20 @@ -../drivers/net/wireless/ath/ath5k/./trace.h: In function ‘__bpf_trace_ath5k_rx’: +../drivers/net/wireless/mediatek/mt76/./trace.h: In function ‘__bpf_trace_dev_reg_evt’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./trace.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 32 | DECLARE_EVENT_CLASS(dev_reg_evt, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./trace.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 32 | DECLARE_EVENT_CLASS(dev_reg_evt, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./trace.h: In function ‘__bpf_trace_dev_irq’: @@ -15385,2 +21954,2 @@ -../drivers/net/wireless/ath/ath5k/./trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ - 21 | TRACE_EVENT(ath5k_rx, +../drivers/net/wireless/mediatek/mt76/./trace.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ + 59 | TRACE_EVENT(dev_irq, @@ -15397,2 +21966,2 @@ -../drivers/net/wireless/ath/ath5k/./trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ - 21 | TRACE_EVENT(ath5k_rx, +../drivers/net/wireless/mediatek/mt76/./trace.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ + 59 | TRACE_EVENT(dev_irq, @@ -15400 +21969 @@ -../drivers/net/wireless/ath/ath5k/./trace.h: In function ‘__bpf_trace_ath5k_tx’: +../drivers/net/wireless/mediatek/mt76/./trace.h: In function ‘__bpf_trace_dev_txid_evt’: @@ -15407,2 +21976,8 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ +../drivers/net/wireless/mediatek/mt76/./trace.h:82:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 82 | DECLARE_EVENT_CLASS(dev_txid_evt, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) @@ -15410,3 +21985,142 @@ -../drivers/net/wireless/ath/ath5k/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ - 39 | TRACE_EVENT(ath5k_tx, - | ^~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./trace.h:82:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 82 | DECLARE_EVENT_CLASS(dev_txid_evt, + | ^~~~~~~~~~~~~~~~~~~ +make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/mediatek/mt76/trace.o] Error 1 +make[8]: *** Waiting for unfinished jobs.... +In file included from ../include/trace/define_trace.h:108, + from ../drivers/net/wireless/mediatek/mt76/usb_trace.h:86, + from ../drivers/net/wireless/mediatek/mt76/usb_trace.c:10: +../drivers/net/wireless/mediatek/mt76/./usb_trace.h: In function ‘trace_event_raw_event_dev_reg_evt’: +../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./usb_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 27 | DECLARE_EVENT_CLASS(dev_reg_evt, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./usb_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 27 | DECLARE_EVENT_CLASS(dev_reg_evt, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./usb_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 27 | DECLARE_EVENT_CLASS(dev_reg_evt, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./usb_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 27 | DECLARE_EVENT_CLASS(dev_reg_evt, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] + 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ + | ^~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./usb_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 27 | DECLARE_EVENT_CLASS(dev_reg_evt, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./usb_trace.h: In function ‘trace_event_raw_event_urb_transfer’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./usb_trace.h:54:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 54 | DECLARE_EVENT_CLASS(urb_transfer, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./usb_trace.h:54:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 54 | DECLARE_EVENT_CLASS(urb_transfer, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../drivers/net/wireless/mediatek/mt76/./usb_trace.h: In function ‘perf_trace_dev_reg_evt’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./usb_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 27 | DECLARE_EVENT_CLASS(dev_reg_evt, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./usb_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 27 | DECLARE_EVENT_CLASS(dev_reg_evt, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./usb_trace.h: In function ‘perf_trace_urb_transfer’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./usb_trace.h:54:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 54 | DECLARE_EVENT_CLASS(urb_transfer, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./usb_trace.h:54:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 54 | DECLARE_EVENT_CLASS(urb_transfer, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../drivers/net/wireless/mediatek/mt76/./usb_trace.h: In function ‘__bpf_trace_dev_reg_evt’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./usb_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 27 | DECLARE_EVENT_CLASS(dev_reg_evt, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./usb_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 27 | DECLARE_EVENT_CLASS(dev_reg_evt, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./usb_trace.h: In function ‘__bpf_trace_urb_transfer’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./usb_trace.h:54:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 54 | DECLARE_EVENT_CLASS(urb_transfer, + | ^~~~~~~~~~~~~~~~~~~ @@ -15418,0 +22133,26 @@ +../drivers/net/wireless/mediatek/mt76/./usb_trace.h:54:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 54 | DECLARE_EVENT_CLASS(urb_transfer, + | ^~~~~~~~~~~~~~~~~~~ +make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/mediatek/mt76/usb_trace.o] Error 1 +In file included from ../include/trace/define_trace.h:108, + from ../drivers/net/ethernet/intel/e1000e/e1000e_trace.h:42, + from ../drivers/net/ethernet/intel/e1000e/netdev.c:31: +../drivers/net/ethernet/intel/e1000e/./e1000e_trace.h: In function ‘trace_event_raw_event_e1000e_trace_mac_register’: +../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/intel/e1000e/./e1000e_trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ + 21 | TRACE_EVENT(e1000e_trace_mac_register, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -15422,2 +22162,2 @@ -../drivers/net/wireless/ath/ath5k/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ - 39 | TRACE_EVENT(ath5k_tx, +../drivers/net/ethernet/intel/e1000e/./e1000e_trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ + 21 | TRACE_EVENT(e1000e_trace_mac_register, @@ -15425 +22165,64 @@ -../drivers/net/wireless/ath/ath5k/./trace.h: In function ‘__bpf_trace_ath5k_tx_complete’: +../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/intel/e1000e/./e1000e_trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ + 21 | TRACE_EVENT(e1000e_trace_mac_register, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/intel/e1000e/./e1000e_trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ + 21 | TRACE_EVENT(e1000e_trace_mac_register, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] + 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ + | ^~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/intel/e1000e/./e1000e_trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ + 21 | TRACE_EVENT(e1000e_trace_mac_register, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../drivers/net/ethernet/intel/e1000e/./e1000e_trace.h: In function ‘perf_trace_e1000e_trace_mac_register’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/intel/e1000e/./e1000e_trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ + 21 | TRACE_EVENT(e1000e_trace_mac_register, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/intel/e1000e/./e1000e_trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ + 21 | TRACE_EVENT(e1000e_trace_mac_register, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../drivers/net/ethernet/intel/e1000e/./e1000e_trace.h: In function ‘__bpf_trace_e1000e_trace_mac_register’: @@ -15435,2 +22238,2 @@ -../drivers/net/wireless/ath/ath5k/./trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ - 65 | TRACE_EVENT(ath5k_tx_complete, +../drivers/net/ethernet/intel/e1000e/./e1000e_trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ + 21 | TRACE_EVENT(e1000e_trace_mac_register, @@ -15447,2 +22250,2 @@ -../drivers/net/wireless/ath/ath5k/./trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ - 65 | TRACE_EVENT(ath5k_tx_complete, +../drivers/net/ethernet/intel/e1000e/./e1000e_trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ + 21 | TRACE_EVENT(e1000e_trace_mac_register, @@ -15450,2 +22253,3 @@ -make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/ath/ath5k/base.o] Error 1 -make[7]: *** [../scripts/Makefile.build:485: drivers/net/wireless/ath/ath5k] Error 2 +make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/intel/e1000e/netdev.o] Error 1 +make[7]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/intel/e1000e] Error 2 +make[7]: *** Waiting for unfinished jobs.... @@ -15726,0 +22531,246 @@ +In file included from ../include/trace/define_trace.h:109: +../net/dsa/./trace.h: In function ‘perf_trace_dsa_port_addr_op_hw’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/dsa/./trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 24 | DECLARE_EVENT_CLASS(dsa_port_addr_op_hw, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/dsa/./trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 24 | DECLARE_EVENT_CLASS(dsa_port_addr_op_hw, + | ^~~~~~~~~~~~~~~~~~~ +../net/dsa/./trace.h: In function ‘perf_trace_dsa_port_addr_op_refcount’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/dsa/./trace.h:83:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 83 | DECLARE_EVENT_CLASS(dsa_port_addr_op_refcount, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/dsa/./trace.h:83:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 83 | DECLARE_EVENT_CLASS(dsa_port_addr_op_refcount, + | ^~~~~~~~~~~~~~~~~~~ +../net/dsa/./trace.h: In function ‘perf_trace_dsa_port_addr_del_not_found’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/dsa/./trace.h:143:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 143 | DECLARE_EVENT_CLASS(dsa_port_addr_del_not_found, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/dsa/./trace.h:143:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 143 | DECLARE_EVENT_CLASS(dsa_port_addr_del_not_found, + | ^~~~~~~~~~~~~~~~~~~ +../net/dsa/./trace.h: In function ‘perf_trace_dsa_lag_fdb_add_hw’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/dsa/./trace.h:186:1: note: in expansion of macro ‘TRACE_EVENT’ + 186 | TRACE_EVENT(dsa_lag_fdb_add_hw, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/dsa/./trace.h:186:1: note: in expansion of macro ‘TRACE_EVENT’ + 186 | TRACE_EVENT(dsa_lag_fdb_add_hw, + | ^~~~~~~~~~~ +../net/dsa/./trace.h: In function ‘perf_trace_dsa_lag_fdb_add_bump’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/dsa/./trace.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ + 214 | TRACE_EVENT(dsa_lag_fdb_add_bump, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/dsa/./trace.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ + 214 | TRACE_EVENT(dsa_lag_fdb_add_bump, + | ^~~~~~~~~~~ +../net/dsa/./trace.h: In function ‘perf_trace_dsa_lag_fdb_del_hw’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/dsa/./trace.h:242:1: note: in expansion of macro ‘TRACE_EVENT’ + 242 | TRACE_EVENT(dsa_lag_fdb_del_hw, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/dsa/./trace.h:242:1: note: in expansion of macro ‘TRACE_EVENT’ + 242 | TRACE_EVENT(dsa_lag_fdb_del_hw, + | ^~~~~~~~~~~ +../net/dsa/./trace.h: In function ‘perf_trace_dsa_lag_fdb_del_drop’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/dsa/./trace.h:270:1: note: in expansion of macro ‘TRACE_EVENT’ + 270 | TRACE_EVENT(dsa_lag_fdb_del_drop, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/dsa/./trace.h:270:1: note: in expansion of macro ‘TRACE_EVENT’ + 270 | TRACE_EVENT(dsa_lag_fdb_del_drop, + | ^~~~~~~~~~~ +../net/dsa/./trace.h: In function ‘perf_trace_dsa_lag_fdb_del_not_found’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/dsa/./trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ + 298 | TRACE_EVENT(dsa_lag_fdb_del_not_found, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/dsa/./trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ + 298 | TRACE_EVENT(dsa_lag_fdb_del_not_found, + | ^~~~~~~~~~~ +../net/dsa/./trace.h: In function ‘perf_trace_dsa_vlan_op_hw’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/dsa/./trace.h:323:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 323 | DECLARE_EVENT_CLASS(dsa_vlan_op_hw, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/dsa/./trace.h:323:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 323 | DECLARE_EVENT_CLASS(dsa_vlan_op_hw, + | ^~~~~~~~~~~~~~~~~~~ +../net/dsa/./trace.h: In function ‘perf_trace_dsa_vlan_op_refcount’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/dsa/./trace.h:367:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 367 | DECLARE_EVENT_CLASS(dsa_vlan_op_refcount, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/dsa/./trace.h:367:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 367 | DECLARE_EVENT_CLASS(dsa_vlan_op_refcount, + | ^~~~~~~~~~~~~~~~~~~ +../net/dsa/./trace.h: In function ‘perf_trace_dsa_vlan_del_not_found’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/dsa/./trace.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ + 414 | TRACE_EVENT(dsa_vlan_del_not_found, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/dsa/./trace.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ + 414 | TRACE_EVENT(dsa_vlan_del_not_found, + | ^~~~~~~~~~~ @@ -15975,0 +23026,241 @@ + from ../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:114, + from ../drivers/gpu/drm/scheduler/sched_main.c:88: +../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h: In function ‘trace_event_raw_event_drm_sched_job’: +../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 35 | DECLARE_EVENT_CLASS(drm_sched_job, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 35 | DECLARE_EVENT_CLASS(drm_sched_job, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 35 | DECLARE_EVENT_CLASS(drm_sched_job, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 35 | DECLARE_EVENT_CLASS(drm_sched_job, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] + 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ + | ^~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 35 | DECLARE_EVENT_CLASS(drm_sched_job, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h: In function ‘trace_event_raw_event_drm_sched_process_job’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ + 72 | TRACE_EVENT(drm_sched_process_job, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ + 72 | TRACE_EVENT(drm_sched_process_job, + | ^~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h: In function ‘trace_event_raw_event_drm_sched_job_wait_dep’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ + 85 | TRACE_EVENT(drm_sched_job_wait_dep, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ + 85 | TRACE_EVENT(drm_sched_job_wait_dep, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h: In function ‘perf_trace_drm_sched_job’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 35 | DECLARE_EVENT_CLASS(drm_sched_job, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 35 | DECLARE_EVENT_CLASS(drm_sched_job, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h: In function ‘perf_trace_drm_sched_process_job’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ + 72 | TRACE_EVENT(drm_sched_process_job, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ + 72 | TRACE_EVENT(drm_sched_process_job, + | ^~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h: In function ‘perf_trace_drm_sched_job_wait_dep’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ + 85 | TRACE_EVENT(drm_sched_job_wait_dep, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ + 85 | TRACE_EVENT(drm_sched_job_wait_dep, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h: In function ‘__bpf_trace_drm_sched_job’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 35 | DECLARE_EVENT_CLASS(drm_sched_job, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 35 | DECLARE_EVENT_CLASS(drm_sched_job, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h: In function ‘__bpf_trace_drm_sched_process_job’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ + 72 | TRACE_EVENT(drm_sched_process_job, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ + 72 | TRACE_EVENT(drm_sched_process_job, + | ^~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h: In function ‘__bpf_trace_drm_sched_job_wait_dep’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ + 85 | TRACE_EVENT(drm_sched_job_wait_dep, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ + 85 | TRACE_EVENT(drm_sched_job_wait_dep, + | ^~~~~~~~~~~ +make[7]: *** [../scripts/Makefile.build:244: drivers/gpu/drm/scheduler/sched_main.o] Error 1 +make[6]: *** [../scripts/Makefile.build:485: drivers/gpu/drm/scheduler] Error 2 +In file included from ../include/trace/define_trace.h:108, @@ -16205,0 +23497,202 @@ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/compaction.h: In function ‘perf_trace_mm_compaction_isolate_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/compaction.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 14 | DECLARE_EVENT_CLASS(mm_compaction_isolate_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/compaction.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 14 | DECLARE_EVENT_CLASS(mm_compaction_isolate_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/compaction.h: In function ‘perf_trace_mm_compaction_migratepages’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/compaction.h:79:1: note: in expansion of macro ‘TRACE_EVENT’ + 79 | TRACE_EVENT(mm_compaction_migratepages, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/compaction.h:79:1: note: in expansion of macro ‘TRACE_EVENT’ + 79 | TRACE_EVENT(mm_compaction_migratepages, + | ^~~~~~~~~~~ +../include/trace/events/compaction.h: In function ‘perf_trace_mm_compaction_begin’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/compaction.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ + 101 | TRACE_EVENT(mm_compaction_begin, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/compaction.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ + 101 | TRACE_EVENT(mm_compaction_begin, + | ^~~~~~~~~~~ +../include/trace/events/compaction.h: In function ‘perf_trace_mm_compaction_end’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/compaction.h:131:1: note: in expansion of macro ‘TRACE_EVENT’ + 131 | TRACE_EVENT(mm_compaction_end, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/compaction.h:131:1: note: in expansion of macro ‘TRACE_EVENT’ + 131 | TRACE_EVENT(mm_compaction_end, + | ^~~~~~~~~~~ +../include/trace/events/compaction.h: In function ‘perf_trace_mm_compaction_try_to_compact_pages’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/compaction.h:165:1: note: in expansion of macro ‘TRACE_EVENT’ + 165 | TRACE_EVENT(mm_compaction_try_to_compact_pages, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/compaction.h:165:1: note: in expansion of macro ‘TRACE_EVENT’ + 165 | TRACE_EVENT(mm_compaction_try_to_compact_pages, + | ^~~~~~~~~~~ +../include/trace/events/compaction.h: In function ‘perf_trace_mm_compaction_suitable_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/compaction.h:192:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 192 | DECLARE_EVENT_CLASS(mm_compaction_suitable_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/compaction.h:192:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 192 | DECLARE_EVENT_CLASS(mm_compaction_suitable_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/compaction.h: In function ‘perf_trace_mm_compaction_defer_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/compaction.h:239:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 239 | DECLARE_EVENT_CLASS(mm_compaction_defer_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/compaction.h:239:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 239 | DECLARE_EVENT_CLASS(mm_compaction_defer_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/compaction.h: In function ‘perf_trace_mm_compaction_kcompactd_sleep’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/compaction.h:293:1: note: in expansion of macro ‘TRACE_EVENT’ + 293 | TRACE_EVENT(mm_compaction_kcompactd_sleep, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/compaction.h:293:1: note: in expansion of macro ‘TRACE_EVENT’ + 293 | TRACE_EVENT(mm_compaction_kcompactd_sleep, + | ^~~~~~~~~~~ +../include/trace/events/compaction.h: In function ‘perf_trace_kcompactd_wake_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/compaction.h:310:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 310 | DECLARE_EVENT_CLASS(kcompactd_wake_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/compaction.h:310:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 310 | DECLARE_EVENT_CLASS(kcompactd_wake_template, + | ^~~~~~~~~~~~~~~~~~~ @@ -16410,3 +23903,3 @@ - from ../include/trace/events/vmscan.h:496, - from ../mm/vmscan.c:71: -../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_vmscan_kswapd_sleep’: + from ../drivers/net/ethernet/fungible/funeth/funeth_trace.h:117, + from ../drivers/net/ethernet/fungible/funeth/funeth_rx.c:15: +../drivers/net/ethernet/fungible/funeth/./funeth_trace.h: In function ‘trace_event_raw_event_funeth_tx’: @@ -16422,2 +23915,2 @@ -../include/trace/events/vmscan.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ - 49 | TRACE_EVENT(mm_vmscan_kswapd_sleep, +../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(funeth_tx, @@ -16434,2 +23927,2 @@ -../include/trace/events/vmscan.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ - 49 | TRACE_EVENT(mm_vmscan_kswapd_sleep, +../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(funeth_tx, @@ -16446,2 +23939,2 @@ -../include/trace/events/vmscan.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ - 49 | TRACE_EVENT(mm_vmscan_kswapd_sleep, +../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(funeth_tx, @@ -16458,2 +23951,2 @@ -../include/trace/events/vmscan.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ - 49 | TRACE_EVENT(mm_vmscan_kswapd_sleep, +../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(funeth_tx, @@ -16470,2 +23963,2 @@ -../include/trace/events/vmscan.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ - 49 | TRACE_EVENT(mm_vmscan_kswapd_sleep, +../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(funeth_tx, @@ -16473 +23966 @@ -../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_vmscan_kswapd_wake’: +../drivers/net/ethernet/fungible/funeth/./funeth_trace.h: In function ‘trace_event_raw_event_funeth_tx_free’: @@ -16483,2 +23976,2 @@ -../include/trace/events/vmscan.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ - 66 | TRACE_EVENT(mm_vmscan_kswapd_wake, +../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ + 43 | TRACE_EVENT(funeth_tx_free, @@ -16495,2 +23988,2 @@ -../include/trace/events/vmscan.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ - 66 | TRACE_EVENT(mm_vmscan_kswapd_wake, +../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ + 43 | TRACE_EVENT(funeth_tx_free, @@ -16498 +23991 @@ -../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_vmscan_wakeup_kswapd’: +../drivers/net/ethernet/fungible/funeth/./funeth_trace.h: In function ‘trace_event_raw_event_funeth_rx’: @@ -16508,2 +24001,2 @@ -../include/trace/events/vmscan.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ - 89 | TRACE_EVENT(mm_vmscan_wakeup_kswapd, +../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ + 73 | TRACE_EVENT(funeth_rx, @@ -16520,2 +24013,2 @@ -../include/trace/events/vmscan.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ - 89 | TRACE_EVENT(mm_vmscan_wakeup_kswapd, +../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ + 73 | TRACE_EVENT(funeth_rx, @@ -16523,3 +24016,4 @@ -../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_vmscan_direct_reclaim_begin_template’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +In file included from ../include/trace/define_trace.h:109: +../drivers/net/ethernet/fungible/funeth/./funeth_trace.h: In function ‘perf_trace_funeth_tx’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -16527,2 +24021,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -16530,5 +24024,8 @@ -../include/trace/events/vmscan.h:115:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 115 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(funeth_tx, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -16536,2 +24033,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -16539,6 +24036,9 @@ -../include/trace/events/vmscan.h:115:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 115 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_vmscan_direct_reclaim_end_template’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(funeth_tx, + | ^~~~~~~~~~~ +../drivers/net/ethernet/fungible/funeth/./funeth_trace.h: In function ‘perf_trace_funeth_tx_free’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -16546,2 +24046,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -16549,5 +24049,8 @@ -../include/trace/events/vmscan.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 159 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_end_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ + 43 | TRACE_EVENT(funeth_tx_free, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -16555,2 +24058,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -16558,6 +24061,9 @@ -../include/trace/events/vmscan.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 159 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_end_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_shrink_slab_start’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ + 43 | TRACE_EVENT(funeth_tx_free, + | ^~~~~~~~~~~ +../drivers/net/ethernet/fungible/funeth/./funeth_trace.h: In function ‘perf_trace_funeth_rx’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -16565,2 +24071,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -16571,2 +24077,2 @@ -../include/trace/events/vmscan.h:199:1: note: in expansion of macro ‘TRACE_EVENT’ - 199 | TRACE_EVENT(mm_shrink_slab_start, +../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ + 73 | TRACE_EVENT(funeth_rx, @@ -16574,2 +24080,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -16577,2 +24083,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -16583,2 +24089,2 @@ -../include/trace/events/vmscan.h:199:1: note: in expansion of macro ‘TRACE_EVENT’ - 199 | TRACE_EVENT(mm_shrink_slab_start, +../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ + 73 | TRACE_EVENT(funeth_rx, @@ -16586,3 +24092,4 @@ -../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_shrink_slab_end’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +In file included from ../include/trace/define_trace.h:110: +../drivers/net/ethernet/fungible/funeth/./funeth_trace.h: In function ‘__bpf_trace_funeth_tx’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ @@ -16590,3 +24097,3 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -16596,2 +24103,2 @@ -../include/trace/events/vmscan.h:244:1: note: in expansion of macro ‘TRACE_EVENT’ - 244 | TRACE_EVENT(mm_shrink_slab_end, +../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(funeth_tx, @@ -16599 +24106,71 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(funeth_tx, + | ^~~~~~~~~~~ +../drivers/net/ethernet/fungible/funeth/./funeth_trace.h: In function ‘__bpf_trace_funeth_tx_free’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ + 43 | TRACE_EVENT(funeth_tx_free, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ + 43 | TRACE_EVENT(funeth_tx_free, + | ^~~~~~~~~~~ +../drivers/net/ethernet/fungible/funeth/./funeth_trace.h: In function ‘__bpf_trace_funeth_rx’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ + 73 | TRACE_EVENT(funeth_rx, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ + 73 | TRACE_EVENT(funeth_rx, + | ^~~~~~~~~~~ +make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/fungible/funeth/funeth_rx.o] Error 1 +make[7]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/fungible/funeth] Error 2 +make[6]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/fungible] Error 2 +make[6]: *** Waiting for unfinished jobs.... +In file included from ../include/trace/define_trace.h:108, + from ../include/trace/events/filelock.h:244, + from ../fs/locks.c:68: +../include/trace/events/filelock.h: In function ‘trace_event_raw_event_locks_get_lock_context’: +../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] @@ -16601 +24178 @@ - | ^~~~~~~~~~~~~~~~~ + | ^~~~~~~~~~~~~~~~~~~~~ @@ -16608,2 +24185,2 @@ -../include/trace/events/vmscan.h:244:1: note: in expansion of macro ‘TRACE_EVENT’ - 244 | TRACE_EVENT(mm_shrink_slab_end, +../include/trace/events/filelock.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ + 38 | TRACE_EVENT(locks_get_lock_context, @@ -16611 +24187,0 @@ -../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_vmscan_lru_isolate’: @@ -16621,2 +24197,2 @@ -../include/trace/events/vmscan.h:281:1: note: in expansion of macro ‘TRACE_EVENT’ - 281 | TRACE_EVENT(mm_vmscan_lru_isolate, +../include/trace/events/filelock.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ + 38 | TRACE_EVENT(locks_get_lock_context, @@ -16624 +24200 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? +../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in @@ -16626 +24202 @@ - | ^~~~~~~~~~~~~~~~~ + | ^~~~~~~~~~~~~~~ @@ -16633,2 +24209,2 @@ -../include/trace/events/vmscan.h:281:1: note: in expansion of macro ‘TRACE_EVENT’ - 281 | TRACE_EVENT(mm_vmscan_lru_isolate, +../include/trace/events/filelock.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ + 38 | TRACE_EVENT(locks_get_lock_context, @@ -16636,2 +24212 @@ -../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_vmscan_write_folio’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? @@ -16639 +24214 @@ - | ^~~~~~~~~~~~~~~ + | ^~~~~~~~~~~~~~~~~ @@ -16646,2 +24221,2 @@ -../include/trace/events/vmscan.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ - 326 | TRACE_EVENT(mm_vmscan_write_folio, +../include/trace/events/filelock.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ + 38 | TRACE_EVENT(locks_get_lock_context, @@ -16649,3 +24224,3 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] + 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ + | ^~~~~~~~~~~~~~ @@ -16658,2 +24233,2 @@ -../include/trace/events/vmscan.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ - 326 | TRACE_EVENT(mm_vmscan_write_folio, +../include/trace/events/filelock.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ + 38 | TRACE_EVENT(locks_get_lock_context, @@ -16661 +24236 @@ -../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_vmscan_lru_shrink_inactive’: +../include/trace/events/filelock.h: In function ‘trace_event_raw_event_filelock_lock’: @@ -16668,6 +24243,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/vmscan.h:349:1: note: in expansion of macro ‘TRACE_EVENT’ - 349 | TRACE_EVENT(mm_vmscan_lru_shrink_inactive, - | ^~~~~~~~~~~ +../include/trace/events/filelock.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 62 | DECLARE_EVENT_CLASS(filelock_lock, + | ^~~~~~~~~~~~~~~~~~~ @@ -16680,7 +24252,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/vmscan.h:349:1: note: in expansion of macro ‘TRACE_EVENT’ - 349 | TRACE_EVENT(mm_vmscan_lru_shrink_inactive, - | ^~~~~~~~~~~ -../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_vmscan_lru_shrink_active’: +../include/trace/events/filelock.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 62 | DECLARE_EVENT_CLASS(filelock_lock, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/filelock.h: In function ‘trace_event_raw_event_filelock_lease’: @@ -16693,6 +24262,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/vmscan.h:400:1: note: in expansion of macro ‘TRACE_EVENT’ - 400 | TRACE_EVENT(mm_vmscan_lru_shrink_active, - | ^~~~~~~~~~~ +../include/trace/events/filelock.h:119:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 119 | DECLARE_EVENT_CLASS(filelock_lease, + | ^~~~~~~~~~~~~~~~~~~ @@ -16705,7 +24271,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/vmscan.h:400:1: note: in expansion of macro ‘TRACE_EVENT’ - 400 | TRACE_EVENT(mm_vmscan_lru_shrink_active, - | ^~~~~~~~~~~ -../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_vmscan_node_reclaim_begin’: +../include/trace/events/filelock.h:119:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 119 | DECLARE_EVENT_CLASS(filelock_lease, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/filelock.h: In function ‘trace_event_raw_event_generic_add_lease’: @@ -16721,2 +24284,2 @@ -../include/trace/events/vmscan.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ - 436 | TRACE_EVENT(mm_vmscan_node_reclaim_begin, +../include/trace/events/filelock.h:171:1: note: in expansion of macro ‘TRACE_EVENT’ + 171 | TRACE_EVENT(generic_add_lease, @@ -16733,2 +24296,2 @@ -../include/trace/events/vmscan.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ - 436 | TRACE_EVENT(mm_vmscan_node_reclaim_begin, +../include/trace/events/filelock.h:171:1: note: in expansion of macro ‘TRACE_EVENT’ + 171 | TRACE_EVENT(generic_add_lease, @@ -16736 +24299 @@ -../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_vmscan_throttled’: +../include/trace/events/filelock.h: In function ‘trace_event_raw_event_leases_conflict’: @@ -16746,2 +24309,2 @@ -../include/trace/events/vmscan.h:467:1: note: in expansion of macro ‘TRACE_EVENT’ - 467 | TRACE_EVENT(mm_vmscan_throttled, +../include/trace/events/filelock.h:206:1: note: in expansion of macro ‘TRACE_EVENT’ + 206 | TRACE_EVENT(leases_conflict, @@ -16758,2 +24321,2 @@ -../include/trace/events/vmscan.h:467:1: note: in expansion of macro ‘TRACE_EVENT’ - 467 | TRACE_EVENT(mm_vmscan_throttled, +../include/trace/events/filelock.h:206:1: note: in expansion of macro ‘TRACE_EVENT’ + 206 | TRACE_EVENT(leases_conflict, @@ -16761,4 +24324,4 @@ -In file included from ../include/trace/define_trace.h:110: -../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_vmscan_kswapd_sleep’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/filelock.h: In function ‘perf_trace_locks_get_lock_context’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -16766,3 +24329,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -16772,2 +24335,2 @@ -../include/trace/events/vmscan.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ - 49 | TRACE_EVENT(mm_vmscan_kswapd_sleep, +../include/trace/events/filelock.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ + 38 | TRACE_EVENT(locks_get_lock_context, @@ -16775,6 +24338,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -16784,2 +24347,2 @@ -../include/trace/events/vmscan.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ - 49 | TRACE_EVENT(mm_vmscan_kswapd_sleep, +../include/trace/events/filelock.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ + 38 | TRACE_EVENT(locks_get_lock_context, @@ -16787,3 +24350,3 @@ -../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_vmscan_kswapd_wake’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/filelock.h: In function ‘perf_trace_filelock_lock’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -16791,2 +24354,43 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/filelock.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 62 | DECLARE_EVENT_CLASS(filelock_lock, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/filelock.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 62 | DECLARE_EVENT_CLASS(filelock_lock, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/filelock.h: In function ‘perf_trace_filelock_lease’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/filelock.h:119:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 119 | DECLARE_EVENT_CLASS(filelock_lease, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/filelock.h:119:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 119 | DECLARE_EVENT_CLASS(filelock_lease, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/filelock.h: In function ‘perf_trace_generic_add_lease’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -16793,0 +24398,9 @@ +../include/trace/events/filelock.h:171:1: note: in expansion of macro ‘TRACE_EVENT’ + 171 | TRACE_EVENT(generic_add_lease, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -16797,2 +24410,2 @@ -../include/trace/events/vmscan.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ - 66 | TRACE_EVENT(mm_vmscan_kswapd_wake, +../include/trace/events/filelock.h:171:1: note: in expansion of macro ‘TRACE_EVENT’ + 171 | TRACE_EVENT(generic_add_lease, @@ -16800,5 +24413,9 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/events/filelock.h: In function ‘perf_trace_leases_conflict’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -16805,0 +24423,9 @@ +../include/trace/events/filelock.h:206:1: note: in expansion of macro ‘TRACE_EVENT’ + 206 | TRACE_EVENT(leases_conflict, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -16809,2 +24435,2 @@ -../include/trace/events/vmscan.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ - 66 | TRACE_EVENT(mm_vmscan_kswapd_wake, +../include/trace/events/filelock.h:206:1: note: in expansion of macro ‘TRACE_EVENT’ + 206 | TRACE_EVENT(leases_conflict, @@ -16812 +24438,2 @@ -../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_vmscan_wakeup_kswapd’: +In file included from ../include/trace/define_trace.h:110: +../include/trace/events/filelock.h: In function ‘__bpf_trace_locks_get_lock_context’: @@ -16822,2 +24449,2 @@ -../include/trace/events/vmscan.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ - 89 | TRACE_EVENT(mm_vmscan_wakeup_kswapd, +../include/trace/events/filelock.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ + 38 | TRACE_EVENT(locks_get_lock_context, @@ -16834,2 +24461,2 @@ -../include/trace/events/vmscan.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ - 89 | TRACE_EVENT(mm_vmscan_wakeup_kswapd, +../include/trace/events/filelock.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ + 38 | TRACE_EVENT(locks_get_lock_context, @@ -16837 +24464 @@ -../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_vmscan_direct_reclaim_begin_template’: +../include/trace/events/filelock.h: In function ‘__bpf_trace_filelock_lock’: @@ -16844,2 +24471,2 @@ -../include/trace/events/vmscan.h:115:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 115 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, +../include/trace/events/filelock.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 62 | DECLARE_EVENT_CLASS(filelock_lock, @@ -16853,2 +24480,2 @@ -../include/trace/events/vmscan.h:115:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 115 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, +../include/trace/events/filelock.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 62 | DECLARE_EVENT_CLASS(filelock_lock, @@ -16856 +24483 @@ -../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_vmscan_direct_reclaim_end_template’: +../include/trace/events/filelock.h: In function ‘__bpf_trace_filelock_lease’: @@ -16863,2 +24490,2 @@ -../include/trace/events/vmscan.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 159 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_end_template, +../include/trace/events/filelock.h:119:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 119 | DECLARE_EVENT_CLASS(filelock_lease, @@ -16872,2 +24499,2 @@ -../include/trace/events/vmscan.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 159 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_end_template, +../include/trace/events/filelock.h:119:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 119 | DECLARE_EVENT_CLASS(filelock_lease, @@ -16875 +24502 @@ -../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_shrink_slab_start’: +../include/trace/events/filelock.h: In function ‘__bpf_trace_generic_add_lease’: @@ -16885,2 +24512,2 @@ -../include/trace/events/vmscan.h:199:1: note: in expansion of macro ‘TRACE_EVENT’ - 199 | TRACE_EVENT(mm_shrink_slab_start, +../include/trace/events/filelock.h:171:1: note: in expansion of macro ‘TRACE_EVENT’ + 171 | TRACE_EVENT(generic_add_lease, @@ -16897,2 +24524,2 @@ -../include/trace/events/vmscan.h:199:1: note: in expansion of macro ‘TRACE_EVENT’ - 199 | TRACE_EVENT(mm_shrink_slab_start, +../include/trace/events/filelock.h:171:1: note: in expansion of macro ‘TRACE_EVENT’ + 171 | TRACE_EVENT(generic_add_lease, @@ -16900 +24527 @@ -../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_shrink_slab_end’: +../include/trace/events/filelock.h: In function ‘__bpf_trace_leases_conflict’: @@ -16910,2 +24537,2 @@ -../include/trace/events/vmscan.h:244:1: note: in expansion of macro ‘TRACE_EVENT’ - 244 | TRACE_EVENT(mm_shrink_slab_end, +../include/trace/events/filelock.h:206:1: note: in expansion of macro ‘TRACE_EVENT’ + 206 | TRACE_EVENT(leases_conflict, @@ -16922,2 +24549,2 @@ -../include/trace/events/vmscan.h:244:1: note: in expansion of macro ‘TRACE_EVENT’ - 244 | TRACE_EVENT(mm_shrink_slab_end, +../include/trace/events/filelock.h:206:1: note: in expansion of macro ‘TRACE_EVENT’ + 206 | TRACE_EVENT(leases_conflict, @@ -16925,3 +24552,20 @@ -../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_vmscan_lru_isolate’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +make[4]: *** [../scripts/Makefile.build:244: fs/locks.o] Error 1 +In file included from ../include/trace/define_trace.h:108, + from ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_brcmsmac.h:100, + from ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_events.h:36, + from ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_events.c:22: +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h: In function ‘trace_event_raw_event_brcms_timer’: +../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:29:1: note: in expansion of macro ‘TRACE_EVENT’ + 29 | TRACE_EVENT(brcms_timer, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -16929,2 +24573,5 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -16931,0 +24579,9 @@ +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:29:1: note: in expansion of macro ‘TRACE_EVENT’ + 29 | TRACE_EVENT(brcms_timer, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -16935,2 +24591,2 @@ -../include/trace/events/vmscan.h:281:1: note: in expansion of macro ‘TRACE_EVENT’ - 281 | TRACE_EVENT(mm_vmscan_lru_isolate, +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:29:1: note: in expansion of macro ‘TRACE_EVENT’ + 29 | TRACE_EVENT(brcms_timer, @@ -16938,5 +24594,8 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -16943,0 +24603,9 @@ +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:29:1: note: in expansion of macro ‘TRACE_EVENT’ + 29 | TRACE_EVENT(brcms_timer, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] + 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ + | ^~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -16947,2 +24615,2 @@ -../include/trace/events/vmscan.h:281:1: note: in expansion of macro ‘TRACE_EVENT’ - 281 | TRACE_EVENT(mm_vmscan_lru_isolate, +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:29:1: note: in expansion of macro ‘TRACE_EVENT’ + 29 | TRACE_EVENT(brcms_timer, @@ -16950,3 +24618,3 @@ -../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_vmscan_write_folio’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h: In function ‘trace_event_raw_event_brcms_dpc’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -16954,2 +24622,5 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -16956,0 +24628,9 @@ +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ + 58 | TRACE_EVENT(brcms_dpc, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -16960,2 +24640,2 @@ -../include/trace/events/vmscan.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ - 326 | TRACE_EVENT(mm_vmscan_write_folio, +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ + 58 | TRACE_EVENT(brcms_dpc, @@ -16963,5 +24643,9 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h: In function ‘trace_event_raw_event_brcms_macintstatus’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -16968,0 +24653,9 @@ +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ + 73 | TRACE_EVENT(brcms_macintstatus, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -16972,2 +24665,2 @@ -../include/trace/events/vmscan.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ - 326 | TRACE_EVENT(mm_vmscan_write_folio, +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ + 73 | TRACE_EVENT(brcms_macintstatus, @@ -16975,3 +24668,4 @@ -../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_vmscan_lru_shrink_inactive’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +In file included from ../include/trace/define_trace.h:109: +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h: In function ‘perf_trace_brcms_timer’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -16979,2 +24673,17 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:29:1: note: in expansion of macro ‘TRACE_EVENT’ + 29 | TRACE_EVENT(brcms_timer, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -16981,0 +24691,10 @@ +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:29:1: note: in expansion of macro ‘TRACE_EVENT’ + 29 | TRACE_EVENT(brcms_timer, + | ^~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h: In function ‘perf_trace_brcms_dpc’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -16985,2 +24704,2 @@ -../include/trace/events/vmscan.h:349:1: note: in expansion of macro ‘TRACE_EVENT’ - 349 | TRACE_EVENT(mm_vmscan_lru_shrink_inactive, +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ + 58 | TRACE_EVENT(brcms_dpc, @@ -16988,5 +24707,8 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -16993,0 +24716,10 @@ +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ + 58 | TRACE_EVENT(brcms_dpc, + | ^~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h: In function ‘perf_trace_brcms_macintstatus’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -16997,2 +24729,2 @@ -../include/trace/events/vmscan.h:349:1: note: in expansion of macro ‘TRACE_EVENT’ - 349 | TRACE_EVENT(mm_vmscan_lru_shrink_inactive, +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ + 73 | TRACE_EVENT(brcms_macintstatus, @@ -17000 +24732,14 @@ -../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_vmscan_lru_shrink_active’: +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ + 73 | TRACE_EVENT(brcms_macintstatus, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h: In function ‘__bpf_trace_brcms_timer’: @@ -17010,2 +24755,2 @@ -../include/trace/events/vmscan.h:400:1: note: in expansion of macro ‘TRACE_EVENT’ - 400 | TRACE_EVENT(mm_vmscan_lru_shrink_active, +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:29:1: note: in expansion of macro ‘TRACE_EVENT’ + 29 | TRACE_EVENT(brcms_timer, @@ -17022,2 +24767,2 @@ -../include/trace/events/vmscan.h:400:1: note: in expansion of macro ‘TRACE_EVENT’ - 400 | TRACE_EVENT(mm_vmscan_lru_shrink_active, +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:29:1: note: in expansion of macro ‘TRACE_EVENT’ + 29 | TRACE_EVENT(brcms_timer, @@ -17025 +24770 @@ -../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_vmscan_node_reclaim_begin’: +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h: In function ‘__bpf_trace_brcms_dpc’: @@ -17035,2 +24780,2 @@ -../include/trace/events/vmscan.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ - 436 | TRACE_EVENT(mm_vmscan_node_reclaim_begin, +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ + 58 | TRACE_EVENT(brcms_dpc, @@ -17047,2 +24792,2 @@ -../include/trace/events/vmscan.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ - 436 | TRACE_EVENT(mm_vmscan_node_reclaim_begin, +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ + 58 | TRACE_EVENT(brcms_dpc, @@ -17050 +24795 @@ -../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_vmscan_throttled’: +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h: In function ‘__bpf_trace_brcms_macintstatus’: @@ -17060,2 +24805,2 @@ -../include/trace/events/vmscan.h:467:1: note: in expansion of macro ‘TRACE_EVENT’ - 467 | TRACE_EVENT(mm_vmscan_throttled, +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ + 73 | TRACE_EVENT(brcms_macintstatus, @@ -17072,2 +24817,2 @@ -../include/trace/events/vmscan.h:467:1: note: in expansion of macro ‘TRACE_EVENT’ - 467 | TRACE_EVENT(mm_vmscan_throttled, +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ + 73 | TRACE_EVENT(brcms_macintstatus, @@ -17075 +24819,0 @@ -make[4]: *** [../scripts/Makefile.build:244: mm/vmscan.o] Error 1 @@ -17077,4 +24821,4 @@ - from ../include/trace/events/filelock.h:244, - from ../fs/locks.c:68: -../include/trace/events/filelock.h: In function ‘trace_event_raw_event_locks_get_lock_context’: -../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] + from ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_brcmsmac_tx.h:108, + from ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_events.h:37: +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h: In function ‘trace_event_raw_event_brcms_txdesc’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? @@ -17082 +24826 @@ - | ^~~~~~~~~~~~~~~~~~~~~ + | ^~~~~~~~~~~~~~~ @@ -17089,2 +24833,2 @@ -../include/trace/events/filelock.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ - 38 | TRACE_EVENT(locks_get_lock_context, +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:25:1: note: in expansion of macro ‘TRACE_EVENT’ + 25 | TRACE_EVENT(brcms_txdesc, @@ -17092 +24836 @@ -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? @@ -17094 +24838 @@ - | ^~~~~~~~~~~~~~~ + | ^~~~~~~~~~~~~~~~~ @@ -17101,2 +24845,2 @@ -../include/trace/events/filelock.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ - 38 | TRACE_EVENT(locks_get_lock_context, +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:25:1: note: in expansion of macro ‘TRACE_EVENT’ + 25 | TRACE_EVENT(brcms_txdesc, @@ -17104 +24848,2 @@ -../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h: In function ‘trace_event_raw_event_brcms_txstatus’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? @@ -17113,2 +24858,2 @@ -../include/trace/events/filelock.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ - 38 | TRACE_EVENT(locks_get_lock_context, +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:40:1: note: in expansion of macro ‘TRACE_EVENT’ + 40 | TRACE_EVENT(brcms_txstatus, @@ -17125,2 +24870,2 @@ -../include/trace/events/filelock.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ - 38 | TRACE_EVENT(locks_get_lock_context, +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:40:1: note: in expansion of macro ‘TRACE_EVENT’ + 40 | TRACE_EVENT(brcms_txstatus, @@ -17128,3 +24873,4 @@ -../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] - 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ - | ^~~~~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h: In function ‘trace_event_raw_event_brcms_ampdu_session’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ @@ -17137,2 +24883,2 @@ -../include/trace/events/filelock.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ - 38 | TRACE_EVENT(locks_get_lock_context, +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ + 73 | TRACE_EVENT(brcms_ampdu_session, @@ -17140,10 +24885,0 @@ -../include/trace/events/filelock.h: In function ‘trace_event_raw_event_filelock_lock’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/filelock.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 62 | DECLARE_EVENT_CLASS(filelock_lock, - | ^~~~~~~~~~~~~~~~~~~ @@ -17156,6 +24892,10 @@ -../include/trace/events/filelock.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 62 | DECLARE_EVENT_CLASS(filelock_lock, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/filelock.h: In function ‘trace_event_raw_event_filelock_lease’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ + 73 | TRACE_EVENT(brcms_ampdu_session, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h: In function ‘perf_trace_brcms_txdesc’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -17163,2 +24903,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -17166,5 +24906,8 @@ -../include/trace/events/filelock.h:119:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 119 | DECLARE_EVENT_CLASS(filelock_lease, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:25:1: note: in expansion of macro ‘TRACE_EVENT’ + 25 | TRACE_EVENT(brcms_txdesc, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -17172,2 +24915,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -17175,6 +24918,9 @@ -../include/trace/events/filelock.h:119:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 119 | DECLARE_EVENT_CLASS(filelock_lease, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/filelock.h: In function ‘trace_event_raw_event_generic_add_lease’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:25:1: note: in expansion of macro ‘TRACE_EVENT’ + 25 | TRACE_EVENT(brcms_txdesc, + | ^~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h: In function ‘perf_trace_brcms_txstatus’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -17182,2 +24928,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -17188,2 +24934,2 @@ -../include/trace/events/filelock.h:171:1: note: in expansion of macro ‘TRACE_EVENT’ - 171 | TRACE_EVENT(generic_add_lease, +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:40:1: note: in expansion of macro ‘TRACE_EVENT’ + 40 | TRACE_EVENT(brcms_txstatus, @@ -17191,2 +24937,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -17194,2 +24940,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -17200,2 +24946,2 @@ -../include/trace/events/filelock.h:171:1: note: in expansion of macro ‘TRACE_EVENT’ - 171 | TRACE_EVENT(generic_add_lease, +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:40:1: note: in expansion of macro ‘TRACE_EVENT’ + 40 | TRACE_EVENT(brcms_txstatus, @@ -17203,3 +24949,3 @@ -../include/trace/events/filelock.h: In function ‘trace_event_raw_event_leases_conflict’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h: In function ‘perf_trace_brcms_ampdu_session’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -17207,2 +24953,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -17213,2 +24959,2 @@ -../include/trace/events/filelock.h:206:1: note: in expansion of macro ‘TRACE_EVENT’ - 206 | TRACE_EVENT(leases_conflict, +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ + 73 | TRACE_EVENT(brcms_ampdu_session, @@ -17216,2 +24962,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -17219,2 +24965,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -17225,2 +24971,2 @@ -../include/trace/events/filelock.h:206:1: note: in expansion of macro ‘TRACE_EVENT’ - 206 | TRACE_EVENT(leases_conflict, +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ + 73 | TRACE_EVENT(brcms_ampdu_session, @@ -17229 +24975 @@ -../include/trace/events/filelock.h: In function ‘__bpf_trace_locks_get_lock_context’: +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h: In function ‘__bpf_trace_brcms_txdesc’: @@ -17239,2 +24985,2 @@ -../include/trace/events/filelock.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ - 38 | TRACE_EVENT(locks_get_lock_context, +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:25:1: note: in expansion of macro ‘TRACE_EVENT’ + 25 | TRACE_EVENT(brcms_txdesc, @@ -17251,2 +24997,2 @@ -../include/trace/events/filelock.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ - 38 | TRACE_EVENT(locks_get_lock_context, +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:25:1: note: in expansion of macro ‘TRACE_EVENT’ + 25 | TRACE_EVENT(brcms_txdesc, @@ -17254 +25000 @@ -../include/trace/events/filelock.h: In function ‘__bpf_trace_filelock_lock’: +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h: In function ‘__bpf_trace_brcms_txstatus’: @@ -17261,3 +25007,6 @@ -../include/trace/events/filelock.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 62 | DECLARE_EVENT_CLASS(filelock_lock, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:40:1: note: in expansion of macro ‘TRACE_EVENT’ + 40 | TRACE_EVENT(brcms_txstatus, + | ^~~~~~~~~~~ @@ -17270,4 +25019,7 @@ -../include/trace/events/filelock.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 62 | DECLARE_EVENT_CLASS(filelock_lock, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/filelock.h: In function ‘__bpf_trace_filelock_lease’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:40:1: note: in expansion of macro ‘TRACE_EVENT’ + 40 | TRACE_EVENT(brcms_txstatus, + | ^~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h: In function ‘__bpf_trace_brcms_ampdu_session’: @@ -17280,3 +25032,6 @@ -../include/trace/events/filelock.h:119:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 119 | DECLARE_EVENT_CLASS(filelock_lease, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ + 73 | TRACE_EVENT(brcms_ampdu_session, + | ^~~~~~~~~~~ @@ -17289,2 +25044,18 @@ -../include/trace/events/filelock.h:119:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 119 | DECLARE_EVENT_CLASS(filelock_lease, +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ + 73 | TRACE_EVENT(brcms_ampdu_session, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:108, + from ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_brcmsmac_msg.h:90, + from ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_events.h:38: +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h: In function ‘trace_event_raw_event_brcms_msg_event’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 32 | DECLARE_EVENT_CLASS(brcms_msg_event, @@ -17292,3 +25063,12 @@ -../include/trace/events/filelock.h: In function ‘__bpf_trace_generic_add_lease’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 32 | DECLARE_EVENT_CLASS(brcms_msg_event, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h: In function ‘trace_event_raw_event_brcms_dbg’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -17296,2 +25076,50 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ + 64 | TRACE_EVENT(brcms_dbg, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ + 64 | TRACE_EVENT(brcms_dbg, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h: In function ‘perf_trace_brcms_msg_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 32 | DECLARE_EVENT_CLASS(brcms_msg_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 32 | DECLARE_EVENT_CLASS(brcms_msg_event, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h: In function ‘perf_trace_brcms_dbg’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -17298,0 +25127,9 @@ +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ + 64 | TRACE_EVENT(brcms_dbg, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -17302,2 +25139,2 @@ -../include/trace/events/filelock.h:171:1: note: in expansion of macro ‘TRACE_EVENT’ - 171 | TRACE_EVENT(generic_add_lease, +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ + 64 | TRACE_EVENT(brcms_dbg, @@ -17304,0 +25142,11 @@ +In file included from ../include/trace/define_trace.h:110: +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h: In function ‘__bpf_trace_brcms_msg_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 32 | DECLARE_EVENT_CLASS(brcms_msg_event, + | ^~~~~~~~~~~~~~~~~~~ @@ -17311,7 +25159,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/filelock.h:171:1: note: in expansion of macro ‘TRACE_EVENT’ - 171 | TRACE_EVENT(generic_add_lease, - | ^~~~~~~~~~~ -../include/trace/events/filelock.h: In function ‘__bpf_trace_leases_conflict’: +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 32 | DECLARE_EVENT_CLASS(brcms_msg_event, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h: In function ‘__bpf_trace_brcms_dbg’: @@ -17327,2 +25172,2 @@ -../include/trace/events/filelock.h:206:1: note: in expansion of macro ‘TRACE_EVENT’ - 206 | TRACE_EVENT(leases_conflict, +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ + 64 | TRACE_EVENT(brcms_dbg, @@ -17339,2 +25184,2 @@ -../include/trace/events/filelock.h:206:1: note: in expansion of macro ‘TRACE_EVENT’ - 206 | TRACE_EVENT(leases_conflict, +../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ + 64 | TRACE_EVENT(brcms_dbg, @@ -17342,2 +25187,5 @@ -make[4]: *** [../scripts/Makefile.build:244: fs/locks.o] Error 1 -make[4]: *** Waiting for unfinished jobs.... +make[9]: *** [../scripts/Makefile.build:244: drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_events.o] Error 1 +make[8]: *** [../scripts/Makefile.build:485: drivers/net/wireless/broadcom/brcm80211/brcmsmac] Error 2 +make[7]: *** [../scripts/Makefile.build:485: drivers/net/wireless/broadcom/brcm80211] Error 2 +make[6]: *** [../scripts/Makefile.build:485: drivers/net/wireless/broadcom] Error 2 +make[6]: *** Waiting for unfinished jobs.... @@ -17345,3 +25193,3 @@ - from ../include/trace/events/iscsi.h:107, - from ../drivers/scsi/scsi_transport_iscsi.c:30: -../include/trace/events/iscsi.h: In function ‘trace_event_raw_event_iscsi_log_msg’: + from ../drivers/net/wireless/mediatek/mt76/mt76x02_trace.h:87, + from ../drivers/net/wireless/mediatek/mt76/mt76x02_trace.c:10: +../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h: In function ‘trace_event_raw_event_dev_evt’: @@ -17354,2 +25202,2 @@ -../include/trace/events/iscsi.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 21 | DECLARE_EVENT_CLASS(iscsi_log_msg, +../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:26:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 26 | DECLARE_EVENT_CLASS(dev_evt, @@ -17363,2 +25211,2 @@ -../include/trace/events/iscsi.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 21 | DECLARE_EVENT_CLASS(iscsi_log_msg, +../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:26:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 26 | DECLARE_EVENT_CLASS(dev_evt, @@ -17372,2 +25220,2 @@ -../include/trace/events/iscsi.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 21 | DECLARE_EVENT_CLASS(iscsi_log_msg, +../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:26:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 26 | DECLARE_EVENT_CLASS(dev_evt, @@ -17381,2 +25229,2 @@ -../include/trace/events/iscsi.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 21 | DECLARE_EVENT_CLASS(iscsi_log_msg, +../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:26:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 26 | DECLARE_EVENT_CLASS(dev_evt, @@ -17390,2 +25238,38 @@ -../include/trace/events/iscsi.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 21 | DECLARE_EVENT_CLASS(iscsi_log_msg, +../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:26:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 26 | DECLARE_EVENT_CLASS(dev_evt, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h: In function ‘trace_event_raw_event_mac_txstat_fetch’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ + 43 | TRACE_EVENT(mac_txstat_fetch, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ + 43 | TRACE_EVENT(mac_txstat_fetch, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h: In function ‘perf_trace_dev_evt’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:26:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 26 | DECLARE_EVENT_CLASS(dev_evt, @@ -17392,0 +25277,34 @@ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:26:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 26 | DECLARE_EVENT_CLASS(dev_evt, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h: In function ‘perf_trace_mac_txstat_fetch’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ + 43 | TRACE_EVENT(mac_txstat_fetch, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ + 43 | TRACE_EVENT(mac_txstat_fetch, + | ^~~~~~~~~~~ @@ -17394 +25312 @@ -../include/trace/events/iscsi.h: In function ‘__bpf_trace_iscsi_log_msg’: +../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h: In function ‘__bpf_trace_dev_evt’: @@ -17401,2 +25319,2 @@ -../include/trace/events/iscsi.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 21 | DECLARE_EVENT_CLASS(iscsi_log_msg, +../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:26:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 26 | DECLARE_EVENT_CLASS(dev_evt, @@ -17410,2 +25328,2 @@ -../include/trace/events/iscsi.h:21:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 21 | DECLARE_EVENT_CLASS(iscsi_log_msg, +../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:26:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 26 | DECLARE_EVENT_CLASS(dev_evt, @@ -17413,2 +25331,26 @@ -make[5]: *** [../scripts/Makefile.build:244: drivers/scsi/scsi_transport_iscsi.o] Error 1 -make[4]: *** [../scripts/Makefile.build:485: drivers/scsi] Error 2 +../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h: In function ‘__bpf_trace_mac_txstat_fetch’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ + 43 | TRACE_EVENT(mac_txstat_fetch, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ + 43 | TRACE_EVENT(mac_txstat_fetch, + | ^~~~~~~~~~~ +make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/mediatek/mt76/mt76x02_trace.o] Error 1 @@ -17416,3 +25358,3 @@ - from ../drivers/net/ethernet/freescale/dpaa/dpaa_eth_trace.h:115, - from ../drivers/net/ethernet/freescale/dpaa/dpaa_eth.c:45: -../drivers/net/ethernet/freescale/dpaa/./dpaa_eth_trace.h: In function ‘trace_event_raw_event_dpaa_eth_fd’: + from ../drivers/net/wireless/mediatek/mt76/mt792x_trace.h:51, + from ../drivers/net/wireless/mediatek/mt76/mt792x_trace.c:10: +../drivers/net/wireless/mediatek/mt76/./mt792x_trace.h: In function ‘trace_event_raw_event_lp_event’: @@ -17425,3 +25367,6 @@ -../drivers/net/ethernet/freescale/dpaa/./dpaa_eth_trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 29 | DECLARE_EVENT_CLASS(dpaa_eth_fd, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./mt792x_trace.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ + 23 | TRACE_EVENT(lp_event, + | ^~~~~~~~~~~ @@ -17434,3 +25379,6 @@ -../drivers/net/ethernet/freescale/dpaa/./dpaa_eth_trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 29 | DECLARE_EVENT_CLASS(dpaa_eth_fd, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./mt792x_trace.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ + 23 | TRACE_EVENT(lp_event, + | ^~~~~~~~~~~ @@ -17443,3 +25391,6 @@ -../drivers/net/ethernet/freescale/dpaa/./dpaa_eth_trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 29 | DECLARE_EVENT_CLASS(dpaa_eth_fd, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./mt792x_trace.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ + 23 | TRACE_EVENT(lp_event, + | ^~~~~~~~~~~ @@ -17452,3 +25403,6 @@ -../drivers/net/ethernet/freescale/dpaa/./dpaa_eth_trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 29 | DECLARE_EVENT_CLASS(dpaa_eth_fd, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./mt792x_trace.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ + 23 | TRACE_EVENT(lp_event, + | ^~~~~~~~~~~ @@ -17461,3 +25415,32 @@ -../drivers/net/ethernet/freescale/dpaa/./dpaa_eth_trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 29 | DECLARE_EVENT_CLASS(dpaa_eth_fd, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./mt792x_trace.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ + 23 | TRACE_EVENT(lp_event, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../drivers/net/wireless/mediatek/mt76/./mt792x_trace.h: In function ‘perf_trace_lp_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./mt792x_trace.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ + 23 | TRACE_EVENT(lp_event, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./mt792x_trace.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ + 23 | TRACE_EVENT(lp_event, + | ^~~~~~~~~~~ @@ -17465 +25448 @@ -../drivers/net/ethernet/freescale/dpaa/./dpaa_eth_trace.h: In function ‘__bpf_trace_dpaa_eth_fd’: +../drivers/net/wireless/mediatek/mt76/./mt792x_trace.h: In function ‘__bpf_trace_lp_event’: @@ -17472,3 +25455,6 @@ -../drivers/net/ethernet/freescale/dpaa/./dpaa_eth_trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 29 | DECLARE_EVENT_CLASS(dpaa_eth_fd, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./mt792x_trace.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ + 23 | TRACE_EVENT(lp_event, + | ^~~~~~~~~~~ @@ -17481,6 +25467,7 @@ -../drivers/net/ethernet/freescale/dpaa/./dpaa_eth_trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 29 | DECLARE_EVENT_CLASS(dpaa_eth_fd, - | ^~~~~~~~~~~~~~~~~~~ -make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/freescale/dpaa/dpaa_eth.o] Error 1 -make[7]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/freescale/dpaa] Error 2 -make[7]: *** Waiting for unfinished jobs.... +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/./mt792x_trace.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ + 23 | TRACE_EVENT(lp_event, + | ^~~~~~~~~~~ +make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/mediatek/mt76/mt792x_trace.o] Error 1 @@ -17488,3 +25475,3 @@ - from ../drivers/net/wireless/mediatek/mt76/trace.h:111, - from ../drivers/net/wireless/mediatek/mt76/trace.c:10: -../drivers/net/wireless/mediatek/mt76/./trace.h: In function ‘trace_event_raw_event_dev_reg_evt’: + from ../drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_trace.h:137, + from ../drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_mbx.c:9: +../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h: In function ‘trace_event_raw_event_hclge_vf_mbx_get’: @@ -17497,3 +25484,6 @@ -../drivers/net/wireless/mediatek/mt76/./trace.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 32 | DECLARE_EVENT_CLASS(dev_reg_evt, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ + 16 | TRACE_EVENT(hclge_vf_mbx_get, + | ^~~~~~~~~~~ @@ -17506,3 +25496,6 @@ -../drivers/net/wireless/mediatek/mt76/./trace.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 32 | DECLARE_EVENT_CLASS(dev_reg_evt, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ + 16 | TRACE_EVENT(hclge_vf_mbx_get, + | ^~~~~~~~~~~ @@ -17515,3 +25508,6 @@ -../drivers/net/wireless/mediatek/mt76/./trace.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 32 | DECLARE_EVENT_CLASS(dev_reg_evt, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ + 16 | TRACE_EVENT(hclge_vf_mbx_get, + | ^~~~~~~~~~~ @@ -17524,3 +25520,6 @@ -../drivers/net/wireless/mediatek/mt76/./trace.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 32 | DECLARE_EVENT_CLASS(dev_reg_evt, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ + 16 | TRACE_EVENT(hclge_vf_mbx_get, + | ^~~~~~~~~~~ @@ -17533,4 +25532,7 @@ -../drivers/net/wireless/mediatek/mt76/./trace.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 32 | DECLARE_EVENT_CLASS(dev_reg_evt, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt76/./trace.h: In function ‘trace_event_raw_event_dev_irq’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ + 16 | TRACE_EVENT(hclge_vf_mbx_get, + | ^~~~~~~~~~~ +../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h: In function ‘trace_event_raw_event_hclge_vf_mbx_send’: @@ -17546,2 +25548,2 @@ -../drivers/net/wireless/mediatek/mt76/./trace.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ - 59 | TRACE_EVENT(dev_irq, +../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ + 47 | TRACE_EVENT(hclge_vf_mbx_send, @@ -17558,2 +25560,2 @@ -../drivers/net/wireless/mediatek/mt76/./trace.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ - 59 | TRACE_EVENT(dev_irq, +../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ + 47 | TRACE_EVENT(hclge_vf_mbx_send, @@ -17561 +25563 @@ -../drivers/net/wireless/mediatek/mt76/./trace.h: In function ‘trace_event_raw_event_dev_txid_evt’: +../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h: In function ‘trace_event_raw_event_hclge_vf_cmd_template’: @@ -17568,2 +25570,2 @@ -../drivers/net/wireless/mediatek/mt76/./trace.h:82:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 82 | DECLARE_EVENT_CLASS(dev_txid_evt, +../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:80:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 80 | DECLARE_EVENT_CLASS(hclge_vf_cmd_template, @@ -17577,2 +25579,72 @@ -../drivers/net/wireless/mediatek/mt76/./trace.h:82:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 82 | DECLARE_EVENT_CLASS(dev_txid_evt, +../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:80:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 80 | DECLARE_EVENT_CLASS(hclge_vf_cmd_template, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h: In function ‘perf_trace_hclge_vf_mbx_get’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ + 16 | TRACE_EVENT(hclge_vf_mbx_get, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ + 16 | TRACE_EVENT(hclge_vf_mbx_get, + | ^~~~~~~~~~~ +../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h: In function ‘perf_trace_hclge_vf_mbx_send’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ + 47 | TRACE_EVENT(hclge_vf_mbx_send, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ + 47 | TRACE_EVENT(hclge_vf_mbx_send, + | ^~~~~~~~~~~ +../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h: In function ‘perf_trace_hclge_vf_cmd_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:80:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 80 | DECLARE_EVENT_CLASS(hclge_vf_cmd_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:80:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 80 | DECLARE_EVENT_CLASS(hclge_vf_cmd_template, @@ -17581 +25653 @@ -../drivers/net/wireless/mediatek/mt76/./trace.h: In function ‘__bpf_trace_dev_reg_evt’: +../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h: In function ‘__bpf_trace_hclge_vf_mbx_get’: @@ -17588,3 +25660,6 @@ -../drivers/net/wireless/mediatek/mt76/./trace.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 32 | DECLARE_EVENT_CLASS(dev_reg_evt, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ + 16 | TRACE_EVENT(hclge_vf_mbx_get, + | ^~~~~~~~~~~ @@ -17597,4 +25672,7 @@ -../drivers/net/wireless/mediatek/mt76/./trace.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 32 | DECLARE_EVENT_CLASS(dev_reg_evt, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt76/./trace.h: In function ‘__bpf_trace_dev_irq’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ + 16 | TRACE_EVENT(hclge_vf_mbx_get, + | ^~~~~~~~~~~ +../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h: In function ‘__bpf_trace_hclge_vf_mbx_send’: @@ -17610,2 +25688,2 @@ -../drivers/net/wireless/mediatek/mt76/./trace.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ - 59 | TRACE_EVENT(dev_irq, +../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ + 47 | TRACE_EVENT(hclge_vf_mbx_send, @@ -17622,2 +25700,2 @@ -../drivers/net/wireless/mediatek/mt76/./trace.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ - 59 | TRACE_EVENT(dev_irq, +../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ + 47 | TRACE_EVENT(hclge_vf_mbx_send, @@ -17625 +25703 @@ -../drivers/net/wireless/mediatek/mt76/./trace.h: In function ‘__bpf_trace_dev_txid_evt’: +../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h: In function ‘__bpf_trace_hclge_vf_cmd_template’: @@ -17632,2 +25710,2 @@ -../drivers/net/wireless/mediatek/mt76/./trace.h:82:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 82 | DECLARE_EVENT_CLASS(dev_txid_evt, +../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:80:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 80 | DECLARE_EVENT_CLASS(hclge_vf_cmd_template, @@ -17641,2 +25719,2 @@ -../drivers/net/wireless/mediatek/mt76/./trace.h:82:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 82 | DECLARE_EVENT_CLASS(dev_txid_evt, +../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:80:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 80 | DECLARE_EVENT_CLASS(hclge_vf_cmd_template, @@ -17644 +25722 @@ -make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/mediatek/mt76/trace.o] Error 1 +make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_mbx.o] Error 1 @@ -17647,3 +25725,3 @@ - from ../include/trace/events/writeback.h:861, - from ../fs/fs-writeback.c:81: -../include/trace/events/writeback.h: In function ‘trace_event_raw_event_writeback_folio_template’: + from ../drivers/net/wireless/ath/ath12k/trace.h:179, + from ../drivers/net/wireless/ath/ath12k/trace.c:10: +../drivers/net/wireless/ath/ath12k/./trace.h: In function ‘trace_event_raw_event_ath12k_htt_pktlog’: @@ -17656,3 +25734,6 @@ -../include/trace/events/writeback.h:55:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 55 | DECLARE_EVENT_CLASS(writeback_folio_template, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath12k/./trace.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ + 24 | TRACE_EVENT(ath12k_htt_pktlog, + | ^~~~~~~~~~~ @@ -17665,3 +25746,6 @@ -../include/trace/events/writeback.h:55:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 55 | DECLARE_EVENT_CLASS(writeback_folio_template, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath12k/./trace.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ + 24 | TRACE_EVENT(ath12k_htt_pktlog, + | ^~~~~~~~~~~ @@ -17674,3 +25758,6 @@ -../include/trace/events/writeback.h:55:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 55 | DECLARE_EVENT_CLASS(writeback_folio_template, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath12k/./trace.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ + 24 | TRACE_EVENT(ath12k_htt_pktlog, + | ^~~~~~~~~~~ @@ -17683,3 +25770,6 @@ -../include/trace/events/writeback.h:55:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 55 | DECLARE_EVENT_CLASS(writeback_folio_template, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath12k/./trace.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ + 24 | TRACE_EVENT(ath12k_htt_pktlog, + | ^~~~~~~~~~~ @@ -17692,4 +25782,7 @@ -../include/trace/events/writeback.h:55:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 55 | DECLARE_EVENT_CLASS(writeback_folio_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/writeback.h: In function ‘trace_event_raw_event_writeback_dirty_inode_template’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath12k/./trace.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ + 24 | TRACE_EVENT(ath12k_htt_pktlog, + | ^~~~~~~~~~~ +../drivers/net/wireless/ath/ath12k/./trace.h: In function ‘trace_event_raw_event_ath12k_htt_ppdu_stats’: @@ -17702,3 +25795,6 @@ -../include/trace/events/writeback.h:96:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 96 | DECLARE_EVENT_CLASS(writeback_dirty_inode_template, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath12k/./trace.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ + 55 | TRACE_EVENT(ath12k_htt_ppdu_stats, + | ^~~~~~~~~~~ @@ -17711,4 +25807,7 @@ -../include/trace/events/writeback.h:96:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 96 | DECLARE_EVENT_CLASS(writeback_dirty_inode_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/writeback.h: In function ‘trace_event_raw_event_inode_foreign_history’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath12k/./trace.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ + 55 | TRACE_EVENT(ath12k_htt_ppdu_stats, + | ^~~~~~~~~~~ +../drivers/net/wireless/ath/ath12k/./trace.h: In function ‘trace_event_raw_event_ath12k_htt_rxdesc’: @@ -17724,2 +25823,2 @@ -../include/trace/events/writeback.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ - 179 | TRACE_EVENT(inode_foreign_history, +../drivers/net/wireless/ath/ath12k/./trace.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ + 98 | TRACE_EVENT(ath12k_htt_rxdesc, @@ -17736,2 +25835,2 @@ -../include/trace/events/writeback.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ - 179 | TRACE_EVENT(inode_foreign_history, +../drivers/net/wireless/ath/ath12k/./trace.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ + 98 | TRACE_EVENT(ath12k_htt_rxdesc, @@ -17739 +25838 @@ -../include/trace/events/writeback.h: In function ‘trace_event_raw_event_inode_switch_wbs’: +../drivers/net/wireless/ath/ath12k/./trace.h: In function ‘trace_event_raw_event_ath12k_wmi_diag’: @@ -17749,2 +25848,2 @@ -../include/trace/events/writeback.h:208:1: note: in expansion of macro ‘TRACE_EVENT’ - 208 | TRACE_EVENT(inode_switch_wbs, +../drivers/net/wireless/ath/ath12k/./trace.h:143:1: note: in expansion of macro ‘TRACE_EVENT’ + 143 | TRACE_EVENT(ath12k_wmi_diag, @@ -17761,2 +25860,2 @@ -../include/trace/events/writeback.h:208:1: note: in expansion of macro ‘TRACE_EVENT’ - 208 | TRACE_EVENT(inode_switch_wbs, +../drivers/net/wireless/ath/ath12k/./trace.h:143:1: note: in expansion of macro ‘TRACE_EVENT’ + 143 | TRACE_EVENT(ath12k_wmi_diag, @@ -17764,3 +25863,4 @@ -../include/trace/events/writeback.h: In function ‘trace_event_raw_event_track_foreign_dirty’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +In file included from ../include/trace/define_trace.h:109: +../drivers/net/wireless/ath/ath12k/./trace.h: In function ‘perf_trace_ath12k_htt_pktlog’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -17768,2 +25868,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -17774,2 +25874,2 @@ -../include/trace/events/writeback.h:237:1: note: in expansion of macro ‘TRACE_EVENT’ - 237 | TRACE_EVENT(track_foreign_dirty, +../drivers/net/wireless/ath/ath12k/./trace.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ + 24 | TRACE_EVENT(ath12k_htt_pktlog, @@ -17777,2 +25877,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -17780,2 +25880,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -17786,2 +25886,2 @@ -../include/trace/events/writeback.h:237:1: note: in expansion of macro ‘TRACE_EVENT’ - 237 | TRACE_EVENT(track_foreign_dirty, +../drivers/net/wireless/ath/ath12k/./trace.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ + 24 | TRACE_EVENT(ath12k_htt_pktlog, @@ -17789,3 +25889,154 @@ -../include/trace/events/writeback.h: In function ‘trace_event_raw_event_flush_foreign’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../drivers/net/wireless/ath/ath12k/./trace.h: In function ‘perf_trace_ath12k_htt_ppdu_stats’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath12k/./trace.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ + 55 | TRACE_EVENT(ath12k_htt_ppdu_stats, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath12k/./trace.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ + 55 | TRACE_EVENT(ath12k_htt_ppdu_stats, + | ^~~~~~~~~~~ +../drivers/net/wireless/ath/ath12k/./trace.h: In function ‘perf_trace_ath12k_htt_rxdesc’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath12k/./trace.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ + 98 | TRACE_EVENT(ath12k_htt_rxdesc, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath12k/./trace.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ + 98 | TRACE_EVENT(ath12k_htt_rxdesc, + | ^~~~~~~~~~~ +../drivers/net/wireless/ath/ath12k/./trace.h: In function ‘perf_trace_ath12k_wmi_diag’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath12k/./trace.h:143:1: note: in expansion of macro ‘TRACE_EVENT’ + 143 | TRACE_EVENT(ath12k_wmi_diag, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath12k/./trace.h:143:1: note: in expansion of macro ‘TRACE_EVENT’ + 143 | TRACE_EVENT(ath12k_wmi_diag, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../drivers/net/wireless/ath/ath12k/./trace.h: In function ‘__bpf_trace_ath12k_htt_pktlog’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath12k/./trace.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ + 24 | TRACE_EVENT(ath12k_htt_pktlog, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath12k/./trace.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ + 24 | TRACE_EVENT(ath12k_htt_pktlog, + | ^~~~~~~~~~~ +../drivers/net/wireless/ath/ath12k/./trace.h: In function ‘__bpf_trace_ath12k_htt_ppdu_stats’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath12k/./trace.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ + 55 | TRACE_EVENT(ath12k_htt_ppdu_stats, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath12k/./trace.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ + 55 | TRACE_EVENT(ath12k_htt_ppdu_stats, + | ^~~~~~~~~~~ +../drivers/net/wireless/ath/ath12k/./trace.h: In function ‘__bpf_trace_ath12k_htt_rxdesc’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath12k/./trace.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ + 98 | TRACE_EVENT(ath12k_htt_rxdesc, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath12k/./trace.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ + 98 | TRACE_EVENT(ath12k_htt_rxdesc, + | ^~~~~~~~~~~ +../drivers/net/wireless/ath/ath12k/./trace.h: In function ‘__bpf_trace_ath12k_wmi_diag’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ @@ -17792,0 +26044,30 @@ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath12k/./trace.h:143:1: note: in expansion of macro ‘TRACE_EVENT’ + 143 | TRACE_EVENT(ath12k_wmi_diag, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath12k/./trace.h:143:1: note: in expansion of macro ‘TRACE_EVENT’ + 143 | TRACE_EVENT(ath12k_wmi_diag, + | ^~~~~~~~~~~ +make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/ath/ath12k/trace.o] Error 1 +make[7]: *** [../scripts/Makefile.build:485: drivers/net/wireless/ath/ath12k] Error 2 +In file included from ../include/trace/define_trace.h:108, + from ../include/trace/events/vmscan.h:496, + from ../mm/vmscan.c:71: +../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_vmscan_kswapd_sleep’: +../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~~~~~ @@ -17799,2 +26080,2 @@ -../include/trace/events/writeback.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ - 274 | TRACE_EVENT(flush_foreign, +../include/trace/events/vmscan.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ + 49 | TRACE_EVENT(mm_vmscan_kswapd_sleep, @@ -17802 +26083 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? @@ -17804 +26085 @@ - | ^~~~~~~~~~~~~~~~~ + | ^~~~~~~~~~~~~~~ @@ -17811,2 +26092,2 @@ -../include/trace/events/writeback.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ - 274 | TRACE_EVENT(flush_foreign, +../include/trace/events/vmscan.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ + 49 | TRACE_EVENT(mm_vmscan_kswapd_sleep, @@ -17814,2 +26095 @@ -../include/trace/events/writeback.h: In function ‘trace_event_raw_event_writeback_write_inode_template’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? +../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in @@ -17821,3 +26101,6 @@ -../include/trace/events/writeback.h:304:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 304 | DECLARE_EVENT_CLASS(writeback_write_inode_template, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/vmscan.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ + 49 | TRACE_EVENT(mm_vmscan_kswapd_sleep, + | ^~~~~~~~~~~ @@ -17830,4 +26113,19 @@ -../include/trace/events/writeback.h:304:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 304 | DECLARE_EVENT_CLASS(writeback_write_inode_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/writeback.h: In function ‘trace_event_raw_event_writeback_work_class’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/vmscan.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ + 49 | TRACE_EVENT(mm_vmscan_kswapd_sleep, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] + 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ + | ^~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/vmscan.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ + 49 | TRACE_EVENT(mm_vmscan_kswapd_sleep, + | ^~~~~~~~~~~ +../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_vmscan_kswapd_wake’: @@ -17840,3 +26138,6 @@ -../include/trace/events/writeback.h:347:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 347 | DECLARE_EVENT_CLASS(writeback_work_class, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/vmscan.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ + 66 | TRACE_EVENT(mm_vmscan_kswapd_wake, + | ^~~~~~~~~~~ @@ -17849,4 +26150,7 @@ -../include/trace/events/writeback.h:347:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 347 | DECLARE_EVENT_CLASS(writeback_work_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/writeback.h: In function ‘trace_event_raw_event_writeback_pages_written’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/vmscan.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ + 66 | TRACE_EVENT(mm_vmscan_kswapd_wake, + | ^~~~~~~~~~~ +../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_vmscan_wakeup_kswapd’: @@ -17862,2 +26166,2 @@ -../include/trace/events/writeback.h:395:1: note: in expansion of macro ‘TRACE_EVENT’ - 395 | TRACE_EVENT(writeback_pages_written, +../include/trace/events/vmscan.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ + 89 | TRACE_EVENT(mm_vmscan_wakeup_kswapd, @@ -17874,2 +26178,2 @@ -../include/trace/events/writeback.h:395:1: note: in expansion of macro ‘TRACE_EVENT’ - 395 | TRACE_EVENT(writeback_pages_written, +../include/trace/events/vmscan.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ + 89 | TRACE_EVENT(mm_vmscan_wakeup_kswapd, @@ -17877 +26181 @@ -../include/trace/events/writeback.h: In function ‘trace_event_raw_event_writeback_class’: +../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_vmscan_direct_reclaim_begin_template’: @@ -17884,2 +26188,2 @@ -../include/trace/events/writeback.h:407:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 407 | DECLARE_EVENT_CLASS(writeback_class, +../include/trace/events/vmscan.h:115:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 115 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, @@ -17893,2 +26197,2 @@ -../include/trace/events/writeback.h:407:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 407 | DECLARE_EVENT_CLASS(writeback_class, +../include/trace/events/vmscan.h:115:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 115 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, @@ -17896 +26200,20 @@ -../include/trace/events/writeback.h: In function ‘trace_event_raw_event_writeback_bdi_register’: +../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_vmscan_direct_reclaim_end_template’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/vmscan.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 159 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_end_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/vmscan.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 159 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_end_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_shrink_slab_start’: @@ -17906,2 +26229,2 @@ -../include/trace/events/writeback.h:430:1: note: in expansion of macro ‘TRACE_EVENT’ - 430 | TRACE_EVENT(writeback_bdi_register, +../include/trace/events/vmscan.h:199:1: note: in expansion of macro ‘TRACE_EVENT’ + 199 | TRACE_EVENT(mm_shrink_slab_start, @@ -17918,2 +26241,2 @@ -../include/trace/events/writeback.h:430:1: note: in expansion of macro ‘TRACE_EVENT’ - 430 | TRACE_EVENT(writeback_bdi_register, +../include/trace/events/vmscan.h:199:1: note: in expansion of macro ‘TRACE_EVENT’ + 199 | TRACE_EVENT(mm_shrink_slab_start, @@ -17921 +26244 @@ -../include/trace/events/writeback.h: In function ‘trace_event_raw_event_wbc_class’: +../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_shrink_slab_end’: @@ -17928,3 +26251,6 @@ -../include/trace/events/writeback.h:444:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 444 | DECLARE_EVENT_CLASS(wbc_class, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/vmscan.h:244:1: note: in expansion of macro ‘TRACE_EVENT’ + 244 | TRACE_EVENT(mm_shrink_slab_end, + | ^~~~~~~~~~~ @@ -17937,4 +26263,7 @@ -../include/trace/events/writeback.h:444:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 444 | DECLARE_EVENT_CLASS(wbc_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/writeback.h: In function ‘trace_event_raw_event_writeback_queue_io’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/vmscan.h:244:1: note: in expansion of macro ‘TRACE_EVENT’ + 244 | TRACE_EVENT(mm_shrink_slab_end, + | ^~~~~~~~~~~ +../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_vmscan_lru_isolate’: @@ -17950,2 +26279,2 @@ -../include/trace/events/writeback.h:498:1: note: in expansion of macro ‘TRACE_EVENT’ - 498 | TRACE_EVENT(writeback_queue_io, +../include/trace/events/vmscan.h:281:1: note: in expansion of macro ‘TRACE_EVENT’ + 281 | TRACE_EVENT(mm_vmscan_lru_isolate, @@ -17962,2 +26291,2 @@ -../include/trace/events/writeback.h:498:1: note: in expansion of macro ‘TRACE_EVENT’ - 498 | TRACE_EVENT(writeback_queue_io, +../include/trace/events/vmscan.h:281:1: note: in expansion of macro ‘TRACE_EVENT’ + 281 | TRACE_EVENT(mm_vmscan_lru_isolate, @@ -17965 +26294 @@ -../include/trace/events/writeback.h: In function ‘trace_event_raw_event_global_dirty_state’: +../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_vmscan_write_folio’: @@ -17975,2 +26304,2 @@ -../include/trace/events/writeback.h:530:1: note: in expansion of macro ‘TRACE_EVENT’ - 530 | TRACE_EVENT(global_dirty_state, +../include/trace/events/vmscan.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ + 326 | TRACE_EVENT(mm_vmscan_write_folio, @@ -17987,2 +26316,2 @@ -../include/trace/events/writeback.h:530:1: note: in expansion of macro ‘TRACE_EVENT’ - 530 | TRACE_EVENT(global_dirty_state, +../include/trace/events/vmscan.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ + 326 | TRACE_EVENT(mm_vmscan_write_folio, @@ -17990 +26319 @@ -../include/trace/events/writeback.h: In function ‘trace_event_raw_event_bdi_dirty_ratelimit’: +../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_vmscan_lru_shrink_inactive’: @@ -18000,2 +26329,2 @@ -../include/trace/events/writeback.h:575:1: note: in expansion of macro ‘TRACE_EVENT’ - 575 | TRACE_EVENT(bdi_dirty_ratelimit, +../include/trace/events/vmscan.h:349:1: note: in expansion of macro ‘TRACE_EVENT’ + 349 | TRACE_EVENT(mm_vmscan_lru_shrink_inactive, @@ -18012,2 +26341,2 @@ -../include/trace/events/writeback.h:575:1: note: in expansion of macro ‘TRACE_EVENT’ - 575 | TRACE_EVENT(bdi_dirty_ratelimit, +../include/trace/events/vmscan.h:349:1: note: in expansion of macro ‘TRACE_EVENT’ + 349 | TRACE_EVENT(mm_vmscan_lru_shrink_inactive, @@ -18015 +26344 @@ -../include/trace/events/writeback.h: In function ‘trace_event_raw_event_balance_dirty_pages’: +../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_vmscan_lru_shrink_active’: @@ -18025,2 +26354,2 @@ -../include/trace/events/writeback.h:621:1: note: in expansion of macro ‘TRACE_EVENT’ - 621 | TRACE_EVENT(balance_dirty_pages, +../include/trace/events/vmscan.h:400:1: note: in expansion of macro ‘TRACE_EVENT’ + 400 | TRACE_EVENT(mm_vmscan_lru_shrink_active, @@ -18037,2 +26366,2 @@ -../include/trace/events/writeback.h:621:1: note: in expansion of macro ‘TRACE_EVENT’ - 621 | TRACE_EVENT(balance_dirty_pages, +../include/trace/events/vmscan.h:400:1: note: in expansion of macro ‘TRACE_EVENT’ + 400 | TRACE_EVENT(mm_vmscan_lru_shrink_active, @@ -18040 +26369 @@ -../include/trace/events/writeback.h: In function ‘trace_event_raw_event_writeback_sb_inodes_requeue’: +../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_vmscan_node_reclaim_begin’: @@ -18050,2 +26379,2 @@ -../include/trace/events/writeback.h:706:1: note: in expansion of macro ‘TRACE_EVENT’ - 706 | TRACE_EVENT(writeback_sb_inodes_requeue, +../include/trace/events/vmscan.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ + 436 | TRACE_EVENT(mm_vmscan_node_reclaim_begin, @@ -18062,2 +26391,2 @@ -../include/trace/events/writeback.h:706:1: note: in expansion of macro ‘TRACE_EVENT’ - 706 | TRACE_EVENT(writeback_sb_inodes_requeue, +../include/trace/events/vmscan.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ + 436 | TRACE_EVENT(mm_vmscan_node_reclaim_begin, @@ -18065 +26394 @@ -../include/trace/events/writeback.h: In function ‘trace_event_raw_event_writeback_single_inode_template’: +../include/trace/events/vmscan.h: In function ‘trace_event_raw_event_mm_vmscan_throttled’: @@ -18072,3 +26401,6 @@ -../include/trace/events/writeback.h:738:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 738 | DECLARE_EVENT_CLASS(writeback_single_inode_template, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/vmscan.h:467:1: note: in expansion of macro ‘TRACE_EVENT’ + 467 | TRACE_EVENT(mm_vmscan_throttled, + | ^~~~~~~~~~~ @@ -18081,2 +26413,91 @@ -../include/trace/events/writeback.h:738:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 738 | DECLARE_EVENT_CLASS(writeback_single_inode_template, +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/vmscan.h:467:1: note: in expansion of macro ‘TRACE_EVENT’ + 467 | TRACE_EVENT(mm_vmscan_throttled, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/vmscan.h: In function ‘perf_trace_mm_vmscan_kswapd_sleep’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/vmscan.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ + 49 | TRACE_EVENT(mm_vmscan_kswapd_sleep, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/vmscan.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ + 49 | TRACE_EVENT(mm_vmscan_kswapd_sleep, + | ^~~~~~~~~~~ +../include/trace/events/vmscan.h: In function ‘perf_trace_mm_vmscan_kswapd_wake’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/vmscan.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ + 66 | TRACE_EVENT(mm_vmscan_kswapd_wake, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/vmscan.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ + 66 | TRACE_EVENT(mm_vmscan_kswapd_wake, + | ^~~~~~~~~~~ +../include/trace/events/vmscan.h: In function ‘perf_trace_mm_vmscan_wakeup_kswapd’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/vmscan.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ + 89 | TRACE_EVENT(mm_vmscan_wakeup_kswapd, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/vmscan.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ + 89 | TRACE_EVENT(mm_vmscan_wakeup_kswapd, + | ^~~~~~~~~~~ +../include/trace/events/vmscan.h: In function ‘perf_trace_mm_vmscan_direct_reclaim_begin_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/vmscan.h:115:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 115 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, @@ -18084,3 +26505,12 @@ -../include/trace/events/writeback.h: In function ‘trace_event_raw_event_writeback_inode_template’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/vmscan.h:115:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 115 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/vmscan.h: In function ‘perf_trace_mm_vmscan_direct_reclaim_end_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -18088,2 +26518,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -18091,2 +26521,2 @@ -../include/trace/events/writeback.h:798:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 798 | DECLARE_EVENT_CLASS(writeback_inode_template, +../include/trace/events/vmscan.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 159 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_end_template, @@ -18094,2 +26524,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -18097,2 +26527,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -18100,2 +26530,2 @@ -../include/trace/events/writeback.h:798:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 798 | DECLARE_EVENT_CLASS(writeback_inode_template, +../include/trace/events/vmscan.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 159 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_end_template, @@ -18103,4 +26533,3 @@ -In file included from ../include/trace/define_trace.h:110: -../include/trace/events/writeback.h: In function ‘__bpf_trace_writeback_folio_template’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/vmscan.h: In function ‘perf_trace_mm_shrink_slab_start’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -18108,2 +26537,5 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -18111,8 +26543,11 @@ -../include/trace/events/writeback.h:55:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 55 | DECLARE_EVENT_CLASS(writeback_folio_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/events/vmscan.h:199:1: note: in expansion of macro ‘TRACE_EVENT’ + 199 | TRACE_EVENT(mm_shrink_slab_start, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -18120,6 +26555,6 @@ -../include/trace/events/writeback.h:55:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 55 | DECLARE_EVENT_CLASS(writeback_folio_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/writeback.h: In function ‘__bpf_trace_writeback_dirty_inode_template’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/vmscan.h:199:1: note: in expansion of macro ‘TRACE_EVENT’ + 199 | TRACE_EVENT(mm_shrink_slab_start, + | ^~~~~~~~~~~ +../include/trace/events/vmscan.h: In function ‘perf_trace_mm_shrink_slab_end’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -18127,2 +26562,5 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -18130,8 +26568,11 @@ -../include/trace/events/writeback.h:96:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 96 | DECLARE_EVENT_CLASS(writeback_dirty_inode_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/events/vmscan.h:244:1: note: in expansion of macro ‘TRACE_EVENT’ + 244 | TRACE_EVENT(mm_shrink_slab_end, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -18139,6 +26580,6 @@ -../include/trace/events/writeback.h:96:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 96 | DECLARE_EVENT_CLASS(writeback_dirty_inode_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/writeback.h: In function ‘__bpf_trace_inode_foreign_history’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/vmscan.h:244:1: note: in expansion of macro ‘TRACE_EVENT’ + 244 | TRACE_EVENT(mm_shrink_slab_end, + | ^~~~~~~~~~~ +../include/trace/events/vmscan.h: In function ‘perf_trace_mm_vmscan_lru_isolate’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -18146,2 +26587,5 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -18148,0 +26593,9 @@ +../include/trace/events/vmscan.h:281:1: note: in expansion of macro ‘TRACE_EVENT’ + 281 | TRACE_EVENT(mm_vmscan_lru_isolate, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -18152,2 +26605,2 @@ -../include/trace/events/writeback.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ - 179 | TRACE_EVENT(inode_foreign_history, +../include/trace/events/vmscan.h:281:1: note: in expansion of macro ‘TRACE_EVENT’ + 281 | TRACE_EVENT(mm_vmscan_lru_isolate, @@ -18155,5 +26608,21 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/events/vmscan.h: In function ‘perf_trace_mm_vmscan_write_folio’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/vmscan.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ + 326 | TRACE_EVENT(mm_vmscan_write_folio, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -18160,0 +26630,10 @@ +../include/trace/events/vmscan.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ + 326 | TRACE_EVENT(mm_vmscan_write_folio, + | ^~~~~~~~~~~ +../include/trace/events/vmscan.h: In function ‘perf_trace_mm_vmscan_lru_shrink_inactive’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -18164,2 +26643,2 @@ -../include/trace/events/writeback.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ - 179 | TRACE_EVENT(inode_foreign_history, +../include/trace/events/vmscan.h:349:1: note: in expansion of macro ‘TRACE_EVENT’ + 349 | TRACE_EVENT(mm_vmscan_lru_shrink_inactive, @@ -18167 +26646,89 @@ -../include/trace/events/writeback.h: In function ‘__bpf_trace_inode_switch_wbs’: +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/vmscan.h:349:1: note: in expansion of macro ‘TRACE_EVENT’ + 349 | TRACE_EVENT(mm_vmscan_lru_shrink_inactive, + | ^~~~~~~~~~~ +../include/trace/events/vmscan.h: In function ‘perf_trace_mm_vmscan_lru_shrink_active’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/vmscan.h:400:1: note: in expansion of macro ‘TRACE_EVENT’ + 400 | TRACE_EVENT(mm_vmscan_lru_shrink_active, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/vmscan.h:400:1: note: in expansion of macro ‘TRACE_EVENT’ + 400 | TRACE_EVENT(mm_vmscan_lru_shrink_active, + | ^~~~~~~~~~~ +../include/trace/events/vmscan.h: In function ‘perf_trace_mm_vmscan_node_reclaim_begin’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/vmscan.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ + 436 | TRACE_EVENT(mm_vmscan_node_reclaim_begin, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/vmscan.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ + 436 | TRACE_EVENT(mm_vmscan_node_reclaim_begin, + | ^~~~~~~~~~~ +../include/trace/events/vmscan.h: In function ‘perf_trace_mm_vmscan_throttled’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/vmscan.h:467:1: note: in expansion of macro ‘TRACE_EVENT’ + 467 | TRACE_EVENT(mm_vmscan_throttled, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/vmscan.h:467:1: note: in expansion of macro ‘TRACE_EVENT’ + 467 | TRACE_EVENT(mm_vmscan_throttled, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_vmscan_kswapd_sleep’: @@ -18177,2 +26744,2 @@ -../include/trace/events/writeback.h:208:1: note: in expansion of macro ‘TRACE_EVENT’ - 208 | TRACE_EVENT(inode_switch_wbs, +../include/trace/events/vmscan.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ + 49 | TRACE_EVENT(mm_vmscan_kswapd_sleep, @@ -18189,2 +26756,2 @@ -../include/trace/events/writeback.h:208:1: note: in expansion of macro ‘TRACE_EVENT’ - 208 | TRACE_EVENT(inode_switch_wbs, +../include/trace/events/vmscan.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ + 49 | TRACE_EVENT(mm_vmscan_kswapd_sleep, @@ -18192 +26759 @@ -../include/trace/events/writeback.h: In function ‘__bpf_trace_track_foreign_dirty’: +../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_vmscan_kswapd_wake’: @@ -18202,2 +26769,2 @@ -../include/trace/events/writeback.h:237:1: note: in expansion of macro ‘TRACE_EVENT’ - 237 | TRACE_EVENT(track_foreign_dirty, +../include/trace/events/vmscan.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ + 66 | TRACE_EVENT(mm_vmscan_kswapd_wake, @@ -18214,2 +26781,2 @@ -../include/trace/events/writeback.h:237:1: note: in expansion of macro ‘TRACE_EVENT’ - 237 | TRACE_EVENT(track_foreign_dirty, +../include/trace/events/vmscan.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ + 66 | TRACE_EVENT(mm_vmscan_kswapd_wake, @@ -18217 +26784 @@ -../include/trace/events/writeback.h: In function ‘__bpf_trace_flush_foreign’: +../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_vmscan_wakeup_kswapd’: @@ -18227,2 +26794,2 @@ -../include/trace/events/writeback.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ - 274 | TRACE_EVENT(flush_foreign, +../include/trace/events/vmscan.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ + 89 | TRACE_EVENT(mm_vmscan_wakeup_kswapd, @@ -18239,2 +26806,2 @@ -../include/trace/events/writeback.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ - 274 | TRACE_EVENT(flush_foreign, +../include/trace/events/vmscan.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ + 89 | TRACE_EVENT(mm_vmscan_wakeup_kswapd, @@ -18242 +26809 @@ -../include/trace/events/writeback.h: In function ‘__bpf_trace_writeback_write_inode_template’: +../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_vmscan_direct_reclaim_begin_template’: @@ -18249,2 +26816,2 @@ -../include/trace/events/writeback.h:304:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 304 | DECLARE_EVENT_CLASS(writeback_write_inode_template, +../include/trace/events/vmscan.h:115:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 115 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, @@ -18258,2 +26825,2 @@ -../include/trace/events/writeback.h:304:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 304 | DECLARE_EVENT_CLASS(writeback_write_inode_template, +../include/trace/events/vmscan.h:115:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 115 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, @@ -18261 +26828 @@ -../include/trace/events/writeback.h: In function ‘__bpf_trace_writeback_work_class’: +../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_vmscan_direct_reclaim_end_template’: @@ -18268,2 +26835,2 @@ -../include/trace/events/writeback.h:347:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 347 | DECLARE_EVENT_CLASS(writeback_work_class, +../include/trace/events/vmscan.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 159 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_end_template, @@ -18277,2 +26844,2 @@ -../include/trace/events/writeback.h:347:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 347 | DECLARE_EVENT_CLASS(writeback_work_class, +../include/trace/events/vmscan.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 159 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_end_template, @@ -18280 +26847 @@ -../include/trace/events/writeback.h: In function ‘__bpf_trace_writeback_pages_written’: +../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_shrink_slab_start’: @@ -18290,2 +26857,2 @@ -../include/trace/events/writeback.h:395:1: note: in expansion of macro ‘TRACE_EVENT’ - 395 | TRACE_EVENT(writeback_pages_written, +../include/trace/events/vmscan.h:199:1: note: in expansion of macro ‘TRACE_EVENT’ + 199 | TRACE_EVENT(mm_shrink_slab_start, @@ -18302,2 +26869,2 @@ -../include/trace/events/writeback.h:395:1: note: in expansion of macro ‘TRACE_EVENT’ - 395 | TRACE_EVENT(writeback_pages_written, +../include/trace/events/vmscan.h:199:1: note: in expansion of macro ‘TRACE_EVENT’ + 199 | TRACE_EVENT(mm_shrink_slab_start, @@ -18305,20 +26872 @@ -../include/trace/events/writeback.h: In function ‘__bpf_trace_writeback_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/writeback.h:407:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 407 | DECLARE_EVENT_CLASS(writeback_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/writeback.h:407:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 407 | DECLARE_EVENT_CLASS(writeback_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/writeback.h: In function ‘__bpf_trace_writeback_bdi_register’: +../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_shrink_slab_end’: @@ -18334,2 +26882,2 @@ -../include/trace/events/writeback.h:430:1: note: in expansion of macro ‘TRACE_EVENT’ - 430 | TRACE_EVENT(writeback_bdi_register, +../include/trace/events/vmscan.h:244:1: note: in expansion of macro ‘TRACE_EVENT’ + 244 | TRACE_EVENT(mm_shrink_slab_end, @@ -18346,2 +26894,2 @@ -../include/trace/events/writeback.h:430:1: note: in expansion of macro ‘TRACE_EVENT’ - 430 | TRACE_EVENT(writeback_bdi_register, +../include/trace/events/vmscan.h:244:1: note: in expansion of macro ‘TRACE_EVENT’ + 244 | TRACE_EVENT(mm_shrink_slab_end, @@ -18349 +26897 @@ -../include/trace/events/writeback.h: In function ‘__bpf_trace_wbc_class’: +../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_vmscan_lru_isolate’: @@ -18356,3 +26904,6 @@ -../include/trace/events/writeback.h:444:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 444 | DECLARE_EVENT_CLASS(wbc_class, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/vmscan.h:281:1: note: in expansion of macro ‘TRACE_EVENT’ + 281 | TRACE_EVENT(mm_vmscan_lru_isolate, + | ^~~~~~~~~~~ @@ -18365,4 +26916,7 @@ -../include/trace/events/writeback.h:444:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 444 | DECLARE_EVENT_CLASS(wbc_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/writeback.h: In function ‘__bpf_trace_writeback_queue_io’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/vmscan.h:281:1: note: in expansion of macro ‘TRACE_EVENT’ + 281 | TRACE_EVENT(mm_vmscan_lru_isolate, + | ^~~~~~~~~~~ +../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_vmscan_write_folio’: @@ -18378,2 +26932,2 @@ -../include/trace/events/writeback.h:498:1: note: in expansion of macro ‘TRACE_EVENT’ - 498 | TRACE_EVENT(writeback_queue_io, +../include/trace/events/vmscan.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ + 326 | TRACE_EVENT(mm_vmscan_write_folio, @@ -18390,2 +26944,2 @@ -../include/trace/events/writeback.h:498:1: note: in expansion of macro ‘TRACE_EVENT’ - 498 | TRACE_EVENT(writeback_queue_io, +../include/trace/events/vmscan.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ + 326 | TRACE_EVENT(mm_vmscan_write_folio, @@ -18393 +26947 @@ -../include/trace/events/writeback.h: In function ‘__bpf_trace_global_dirty_state’: +../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_vmscan_lru_shrink_inactive’: @@ -18403,2 +26957,2 @@ -../include/trace/events/writeback.h:530:1: note: in expansion of macro ‘TRACE_EVENT’ - 530 | TRACE_EVENT(global_dirty_state, +../include/trace/events/vmscan.h:349:1: note: in expansion of macro ‘TRACE_EVENT’ + 349 | TRACE_EVENT(mm_vmscan_lru_shrink_inactive, @@ -18415,2 +26969,2 @@ -../include/trace/events/writeback.h:530:1: note: in expansion of macro ‘TRACE_EVENT’ - 530 | TRACE_EVENT(global_dirty_state, +../include/trace/events/vmscan.h:349:1: note: in expansion of macro ‘TRACE_EVENT’ + 349 | TRACE_EVENT(mm_vmscan_lru_shrink_inactive, @@ -18418 +26972 @@ -../include/trace/events/writeback.h: In function ‘__bpf_trace_bdi_dirty_ratelimit’: +../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_vmscan_lru_shrink_active’: @@ -18428,2 +26982,2 @@ -../include/trace/events/writeback.h:575:1: note: in expansion of macro ‘TRACE_EVENT’ - 575 | TRACE_EVENT(bdi_dirty_ratelimit, +../include/trace/events/vmscan.h:400:1: note: in expansion of macro ‘TRACE_EVENT’ + 400 | TRACE_EVENT(mm_vmscan_lru_shrink_active, @@ -18440,2 +26994,2 @@ -../include/trace/events/writeback.h:575:1: note: in expansion of macro ‘TRACE_EVENT’ - 575 | TRACE_EVENT(bdi_dirty_ratelimit, +../include/trace/events/vmscan.h:400:1: note: in expansion of macro ‘TRACE_EVENT’ + 400 | TRACE_EVENT(mm_vmscan_lru_shrink_active, @@ -18443 +26997 @@ -../include/trace/events/writeback.h: In function ‘__bpf_trace_balance_dirty_pages’: +../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_vmscan_node_reclaim_begin’: @@ -18453,2 +27007,2 @@ -../include/trace/events/writeback.h:621:1: note: in expansion of macro ‘TRACE_EVENT’ - 621 | TRACE_EVENT(balance_dirty_pages, +../include/trace/events/vmscan.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ + 436 | TRACE_EVENT(mm_vmscan_node_reclaim_begin, @@ -18465,2 +27019,2 @@ -../include/trace/events/writeback.h:621:1: note: in expansion of macro ‘TRACE_EVENT’ - 621 | TRACE_EVENT(balance_dirty_pages, +../include/trace/events/vmscan.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ + 436 | TRACE_EVENT(mm_vmscan_node_reclaim_begin, @@ -18468 +27022 @@ -../include/trace/events/writeback.h: In function ‘__bpf_trace_writeback_sb_inodes_requeue’: +../include/trace/events/vmscan.h: In function ‘__bpf_trace_mm_vmscan_throttled’: @@ -18478,2 +27032,2 @@ -../include/trace/events/writeback.h:706:1: note: in expansion of macro ‘TRACE_EVENT’ - 706 | TRACE_EVENT(writeback_sb_inodes_requeue, +../include/trace/events/vmscan.h:467:1: note: in expansion of macro ‘TRACE_EVENT’ + 467 | TRACE_EVENT(mm_vmscan_throttled, @@ -18490,2 +27044,2 @@ -../include/trace/events/writeback.h:706:1: note: in expansion of macro ‘TRACE_EVENT’ - 706 | TRACE_EVENT(writeback_sb_inodes_requeue, +../include/trace/events/vmscan.h:467:1: note: in expansion of macro ‘TRACE_EVENT’ + 467 | TRACE_EVENT(mm_vmscan_throttled, @@ -18493 +27047,110 @@ -../include/trace/events/writeback.h: In function ‘__bpf_trace_writeback_single_inode_template’: +make[4]: *** [../scripts/Makefile.build:244: mm/vmscan.o] Error 1 +In file included from ../include/trace/define_trace.h:108, + from ../drivers/net/ethernet/freescale/dpaa2/dpaa2-eth-trace.h:197, + from ../drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c:29: +../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h: In function ‘trace_event_raw_event_dpaa2_eth_fd’: +../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 24 | DECLARE_EVENT_CLASS(dpaa2_eth_fd, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 24 | DECLARE_EVENT_CLASS(dpaa2_eth_fd, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 24 | DECLARE_EVENT_CLASS(dpaa2_eth_fd, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 24 | DECLARE_EVENT_CLASS(dpaa2_eth_fd, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] + 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ + | ^~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 24 | DECLARE_EVENT_CLASS(dpaa2_eth_fd, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h: In function ‘trace_event_raw_event_dpaa2_eth_buf’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 109 | DECLARE_EVENT_CLASS(dpaa2_eth_buf, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 109 | DECLARE_EVENT_CLASS(dpaa2_eth_buf, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h: In function ‘perf_trace_dpaa2_eth_fd’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 24 | DECLARE_EVENT_CLASS(dpaa2_eth_fd, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 24 | DECLARE_EVENT_CLASS(dpaa2_eth_fd, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h: In function ‘perf_trace_dpaa2_eth_buf’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 109 | DECLARE_EVENT_CLASS(dpaa2_eth_buf, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 109 | DECLARE_EVENT_CLASS(dpaa2_eth_buf, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h: In function ‘__bpf_trace_dpaa2_eth_fd’: @@ -18500,2 +27163,2 @@ -../include/trace/events/writeback.h:738:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 738 | DECLARE_EVENT_CLASS(writeback_single_inode_template, +../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 24 | DECLARE_EVENT_CLASS(dpaa2_eth_fd, @@ -18509,2 +27172,2 @@ -../include/trace/events/writeback.h:738:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 738 | DECLARE_EVENT_CLASS(writeback_single_inode_template, +../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 24 | DECLARE_EVENT_CLASS(dpaa2_eth_fd, @@ -18512 +27175 @@ -../include/trace/events/writeback.h: In function ‘__bpf_trace_writeback_inode_template’: +../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h: In function ‘__bpf_trace_dpaa2_eth_buf’: @@ -18519,2 +27182,2 @@ -../include/trace/events/writeback.h:798:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 798 | DECLARE_EVENT_CLASS(writeback_inode_template, +../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 109 | DECLARE_EVENT_CLASS(dpaa2_eth_buf, @@ -18528,2 +27191,2 @@ -../include/trace/events/writeback.h:798:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 798 | DECLARE_EVENT_CLASS(writeback_inode_template, +../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 109 | DECLARE_EVENT_CLASS(dpaa2_eth_buf, @@ -18531 +27194,3 @@ -make[4]: *** [../scripts/Makefile.build:244: fs/fs-writeback.o] Error 1 +make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.o] Error 1 +make[7]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/freescale/dpaa2] Error 2 +make[6]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/freescale] Error 2 @@ -18533,3 +27198,3 @@ - from ../include/trace/events/kmem.h:415, - from ../mm/slab_common.c:36: -../include/trace/events/kmem.h: In function ‘trace_event_raw_event_kmem_cache_alloc’: + from ../fs/iomap/trace.h:313, + from ../fs/iomap/trace.c:13: +../fs/iomap/./trace.h: In function ‘trace_event_raw_event_iomap_readpage_class’: @@ -18542,6 +27207,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/kmem.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ - 12 | TRACE_EVENT(kmem_cache_alloc, - | ^~~~~~~~~~~ +../fs/iomap/./trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 27 | DECLARE_EVENT_CLASS(iomap_readpage_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -18554,6 +27216,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/kmem.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ - 12 | TRACE_EVENT(kmem_cache_alloc, - | ^~~~~~~~~~~ +../fs/iomap/./trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 27 | DECLARE_EVENT_CLASS(iomap_readpage_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -18566,6 +27225,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/kmem.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ - 12 | TRACE_EVENT(kmem_cache_alloc, - | ^~~~~~~~~~~ +../fs/iomap/./trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 27 | DECLARE_EVENT_CLASS(iomap_readpage_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -18578,6 +27234,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/kmem.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ - 12 | TRACE_EVENT(kmem_cache_alloc, - | ^~~~~~~~~~~ +../fs/iomap/./trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 27 | DECLARE_EVENT_CLASS(iomap_readpage_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -18590,7 +27243,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/kmem.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ - 12 | TRACE_EVENT(kmem_cache_alloc, - | ^~~~~~~~~~~ -../include/trace/events/kmem.h: In function ‘trace_event_raw_event_kmalloc’: +../fs/iomap/./trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 27 | DECLARE_EVENT_CLASS(iomap_readpage_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/iomap/./trace.h: In function ‘trace_event_raw_event_iomap_range_class’: @@ -18603,6 +27253,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/kmem.h:54:1: note: in expansion of macro ‘TRACE_EVENT’ - 54 | TRACE_EVENT(kmalloc, - | ^~~~~~~~~~~ +../fs/iomap/./trace.h:53:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 53 | DECLARE_EVENT_CLASS(iomap_range_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -18615,7 +27262,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/kmem.h:54:1: note: in expansion of macro ‘TRACE_EVENT’ - 54 | TRACE_EVENT(kmalloc, - | ^~~~~~~~~~~ -../include/trace/events/kmem.h: In function ‘trace_event_raw_event_kfree’: +../fs/iomap/./trace.h:53:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 53 | DECLARE_EVENT_CLASS(iomap_range_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/iomap/./trace.h: In function ‘trace_event_raw_event_iomap_class’: @@ -18628,6 +27272,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/kmem.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ - 94 | TRACE_EVENT(kfree, - | ^~~~~~~~~~~ +../fs/iomap/./trace.h:116:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 116 | DECLARE_EVENT_CLASS(iomap_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -18640,7 +27281,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/kmem.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ - 94 | TRACE_EVENT(kfree, - | ^~~~~~~~~~~ -../include/trace/events/kmem.h: In function ‘trace_event_raw_event_kmem_cache_free’: +../fs/iomap/./trace.h:116:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 116 | DECLARE_EVENT_CLASS(iomap_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/iomap/./trace.h: In function ‘trace_event_raw_event_iomap_writepage_map’: @@ -18656,2 +27294,2 @@ -../include/trace/events/kmem.h:114:1: note: in expansion of macro ‘TRACE_EVENT’ - 114 | TRACE_EVENT(kmem_cache_free, +../fs/iomap/./trace.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ + 158 | TRACE_EVENT(iomap_writepage_map, @@ -18668,2 +27306,2 @@ -../include/trace/events/kmem.h:114:1: note: in expansion of macro ‘TRACE_EVENT’ - 114 | TRACE_EVENT(kmem_cache_free, +../fs/iomap/./trace.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ + 158 | TRACE_EVENT(iomap_writepage_map, @@ -18671 +27309 @@ -../include/trace/events/kmem.h: In function ‘trace_event_raw_event_mm_page_free’: +../fs/iomap/./trace.h: In function ‘trace_event_raw_event_iomap_iter’: @@ -18681,2 +27319,2 @@ -../include/trace/events/kmem.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ - 136 | TRACE_EVENT(mm_page_free, +../fs/iomap/./trace.h:200:1: note: in expansion of macro ‘TRACE_EVENT’ + 200 | TRACE_EVENT(iomap_iter, @@ -18693,2 +27331,2 @@ -../include/trace/events/kmem.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ - 136 | TRACE_EVENT(mm_page_free, +../fs/iomap/./trace.h:200:1: note: in expansion of macro ‘TRACE_EVENT’ + 200 | TRACE_EVENT(iomap_iter, @@ -18696 +27334 @@ -../include/trace/events/kmem.h: In function ‘trace_event_raw_event_mm_page_free_batched’: +../fs/iomap/./trace.h: In function ‘trace_event_raw_event_iomap_dio_rw_begin’: @@ -18706,2 +27344,2 @@ -../include/trace/events/kmem.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ - 158 | TRACE_EVENT(mm_page_free_batched, +../fs/iomap/./trace.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ + 236 | TRACE_EVENT(iomap_dio_rw_begin, @@ -18718,2 +27356,2 @@ -../include/trace/events/kmem.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ - 158 | TRACE_EVENT(mm_page_free_batched, +../fs/iomap/./trace.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ + 236 | TRACE_EVENT(iomap_dio_rw_begin, @@ -18721 +27359 @@ -../include/trace/events/kmem.h: In function ‘trace_event_raw_event_mm_page_alloc’: +../fs/iomap/./trace.h: In function ‘trace_event_raw_event_iomap_dio_complete’: @@ -18731,2 +27369,2 @@ -../include/trace/events/kmem.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ - 177 | TRACE_EVENT(mm_page_alloc, +../fs/iomap/./trace.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ + 274 | TRACE_EVENT(iomap_dio_complete, @@ -18743,2 +27381,2 @@ -../include/trace/events/kmem.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ - 177 | TRACE_EVENT(mm_page_alloc, +../fs/iomap/./trace.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ + 274 | TRACE_EVENT(iomap_dio_complete, @@ -18746,3 +27384,4 @@ -../include/trace/events/kmem.h: In function ‘trace_event_raw_event_mm_page’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +In file included from ../include/trace/define_trace.h:109: +../fs/iomap/./trace.h: In function ‘perf_trace_iomap_readpage_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -18750,2 +27389,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -18753,2 +27392,2 @@ -../include/trace/events/kmem.h:206:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 206 | DECLARE_EVENT_CLASS(mm_page, +../fs/iomap/./trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 27 | DECLARE_EVENT_CLASS(iomap_readpage_class, @@ -18756,2 +27395,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -18759,2 +27398,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -18762,2 +27401,2 @@ -../include/trace/events/kmem.h:206:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 206 | DECLARE_EVENT_CLASS(mm_page, +../fs/iomap/./trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 27 | DECLARE_EVENT_CLASS(iomap_readpage_class, @@ -18765,3 +27404,3 @@ -../include/trace/events/kmem.h: In function ‘trace_event_raw_event_mm_page_pcpu_drain’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../fs/iomap/./trace.h: In function ‘perf_trace_iomap_range_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -18769,2 +27408,40 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/iomap/./trace.h:53:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 53 | DECLARE_EVENT_CLASS(iomap_range_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/iomap/./trace.h:53:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 53 | DECLARE_EVENT_CLASS(iomap_range_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/iomap/./trace.h: In function ‘perf_trace_iomap_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/iomap/./trace.h:116:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 116 | DECLARE_EVENT_CLASS(iomap_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/iomap/./trace.h:116:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 116 | DECLARE_EVENT_CLASS(iomap_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/iomap/./trace.h: In function ‘perf_trace_iomap_writepage_map’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -18775,2 +27452,2 @@ -../include/trace/events/kmem.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ - 243 | TRACE_EVENT(mm_page_pcpu_drain, +../fs/iomap/./trace.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ + 158 | TRACE_EVENT(iomap_writepage_map, @@ -18778,2 +27455,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -18781,2 +27458,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -18787,2 +27464,2 @@ -../include/trace/events/kmem.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ - 243 | TRACE_EVENT(mm_page_pcpu_drain, +../fs/iomap/./trace.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ + 158 | TRACE_EVENT(iomap_writepage_map, @@ -18790,3 +27467,3 @@ -../include/trace/events/kmem.h: In function ‘trace_event_raw_event_mm_page_alloc_extfrag’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../fs/iomap/./trace.h: In function ‘perf_trace_iomap_iter’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -18794,2 +27471,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -18800,2 +27477,2 @@ -../include/trace/events/kmem.h:266:1: note: in expansion of macro ‘TRACE_EVENT’ - 266 | TRACE_EVENT(mm_page_alloc_extfrag, +../fs/iomap/./trace.h:200:1: note: in expansion of macro ‘TRACE_EVENT’ + 200 | TRACE_EVENT(iomap_iter, @@ -18803,2 +27480,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -18806,2 +27483,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -18812,2 +27489,2 @@ -../include/trace/events/kmem.h:266:1: note: in expansion of macro ‘TRACE_EVENT’ - 266 | TRACE_EVENT(mm_page_alloc_extfrag, +../fs/iomap/./trace.h:200:1: note: in expansion of macro ‘TRACE_EVENT’ + 200 | TRACE_EVENT(iomap_iter, @@ -18815,3 +27492,3 @@ -../include/trace/events/kmem.h: In function ‘trace_event_raw_event_mm_alloc_contig_migrate_range_info’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../fs/iomap/./trace.h: In function ‘perf_trace_iomap_dio_rw_begin’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -18819,2 +27496,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -18825,2 +27502,2 @@ -../include/trace/events/kmem.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ - 307 | TRACE_EVENT(mm_alloc_contig_migrate_range_info, +../fs/iomap/./trace.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ + 236 | TRACE_EVENT(iomap_dio_rw_begin, @@ -18828,2 +27505,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -18831,2 +27508,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -18837,2 +27514,2 @@ -../include/trace/events/kmem.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ - 307 | TRACE_EVENT(mm_alloc_contig_migrate_range_info, +../fs/iomap/./trace.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ + 236 | TRACE_EVENT(iomap_dio_rw_begin, @@ -18840,3 +27517,3 @@ -../include/trace/events/kmem.h: In function ‘trace_event_raw_event_rss_stat’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../fs/iomap/./trace.h: In function ‘perf_trace_iomap_dio_complete’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -18844,2 +27521,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -18850,2 +27527,2 @@ -../include/trace/events/kmem.h:384:1: note: in expansion of macro ‘TRACE_EVENT’ - 384 | TRACE_EVENT(rss_stat, +../fs/iomap/./trace.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ + 274 | TRACE_EVENT(iomap_dio_complete, @@ -18853,2 +27530,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -18856,2 +27533,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -18862,2 +27539,2 @@ -../include/trace/events/kmem.h:384:1: note: in expansion of macro ‘TRACE_EVENT’ - 384 | TRACE_EVENT(rss_stat, +../fs/iomap/./trace.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ + 274 | TRACE_EVENT(iomap_dio_complete, @@ -18866 +27543 @@ -../include/trace/events/kmem.h: In function ‘__bpf_trace_kmem_cache_alloc’: +../fs/iomap/./trace.h: In function ‘__bpf_trace_iomap_readpage_class’: @@ -18873,6 +27550,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/kmem.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ - 12 | TRACE_EVENT(kmem_cache_alloc, - | ^~~~~~~~~~~ +../fs/iomap/./trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 27 | DECLARE_EVENT_CLASS(iomap_readpage_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -18885,7 +27559,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/kmem.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ - 12 | TRACE_EVENT(kmem_cache_alloc, - | ^~~~~~~~~~~ -../include/trace/events/kmem.h: In function ‘__bpf_trace_kmalloc’: +../fs/iomap/./trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 27 | DECLARE_EVENT_CLASS(iomap_readpage_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/iomap/./trace.h: In function ‘__bpf_trace_iomap_range_class’: @@ -18898,6 +27569,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/kmem.h:54:1: note: in expansion of macro ‘TRACE_EVENT’ - 54 | TRACE_EVENT(kmalloc, - | ^~~~~~~~~~~ +../fs/iomap/./trace.h:53:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 53 | DECLARE_EVENT_CLASS(iomap_range_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -18910,7 +27578,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/kmem.h:54:1: note: in expansion of macro ‘TRACE_EVENT’ - 54 | TRACE_EVENT(kmalloc, - | ^~~~~~~~~~~ -../include/trace/events/kmem.h: In function ‘__bpf_trace_kfree’: +../fs/iomap/./trace.h:53:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 53 | DECLARE_EVENT_CLASS(iomap_range_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/iomap/./trace.h: In function ‘__bpf_trace_iomap_class’: @@ -18923,6 +27588,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/kmem.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ - 94 | TRACE_EVENT(kfree, - | ^~~~~~~~~~~ +../fs/iomap/./trace.h:116:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 116 | DECLARE_EVENT_CLASS(iomap_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -18935,7 +27597,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/kmem.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ - 94 | TRACE_EVENT(kfree, - | ^~~~~~~~~~~ -../include/trace/events/kmem.h: In function ‘__bpf_trace_kmem_cache_free’: +../fs/iomap/./trace.h:116:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 116 | DECLARE_EVENT_CLASS(iomap_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/iomap/./trace.h: In function ‘__bpf_trace_iomap_writepage_map’: @@ -18951,2 +27610,2 @@ -../include/trace/events/kmem.h:114:1: note: in expansion of macro ‘TRACE_EVENT’ - 114 | TRACE_EVENT(kmem_cache_free, +../fs/iomap/./trace.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ + 158 | TRACE_EVENT(iomap_writepage_map, @@ -18963,2 +27622,2 @@ -../include/trace/events/kmem.h:114:1: note: in expansion of macro ‘TRACE_EVENT’ - 114 | TRACE_EVENT(kmem_cache_free, +../fs/iomap/./trace.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ + 158 | TRACE_EVENT(iomap_writepage_map, @@ -18966 +27625 @@ -../include/trace/events/kmem.h: In function ‘__bpf_trace_mm_page_free’: +../fs/iomap/./trace.h: In function ‘__bpf_trace_iomap_iter’: @@ -18976,2 +27635,2 @@ -../include/trace/events/kmem.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ - 136 | TRACE_EVENT(mm_page_free, +../fs/iomap/./trace.h:200:1: note: in expansion of macro ‘TRACE_EVENT’ + 200 | TRACE_EVENT(iomap_iter, @@ -18988,2 +27647,2 @@ -../include/trace/events/kmem.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ - 136 | TRACE_EVENT(mm_page_free, +../fs/iomap/./trace.h:200:1: note: in expansion of macro ‘TRACE_EVENT’ + 200 | TRACE_EVENT(iomap_iter, @@ -18991 +27650 @@ -../include/trace/events/kmem.h: In function ‘__bpf_trace_mm_page_free_batched’: +../fs/iomap/./trace.h: In function ‘__bpf_trace_iomap_dio_rw_begin’: @@ -19001,2 +27660,2 @@ -../include/trace/events/kmem.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ - 158 | TRACE_EVENT(mm_page_free_batched, +../fs/iomap/./trace.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ + 236 | TRACE_EVENT(iomap_dio_rw_begin, @@ -19013,2 +27672,2 @@ -../include/trace/events/kmem.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ - 158 | TRACE_EVENT(mm_page_free_batched, +../fs/iomap/./trace.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ + 236 | TRACE_EVENT(iomap_dio_rw_begin, @@ -19016 +27675 @@ -../include/trace/events/kmem.h: In function ‘__bpf_trace_mm_page_alloc’: +../fs/iomap/./trace.h: In function ‘__bpf_trace_iomap_dio_complete’: @@ -19026,2 +27685,2 @@ -../include/trace/events/kmem.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ - 177 | TRACE_EVENT(mm_page_alloc, +../fs/iomap/./trace.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ + 274 | TRACE_EVENT(iomap_dio_complete, @@ -19038,2 +27697,2 @@ -../include/trace/events/kmem.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ - 177 | TRACE_EVENT(mm_page_alloc, +../fs/iomap/./trace.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ + 274 | TRACE_EVENT(iomap_dio_complete, @@ -19041,9 +27700,157 @@ -../include/trace/events/kmem.h: In function ‘__bpf_trace_mm_page’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/kmem.h:206:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 206 | DECLARE_EVENT_CLASS(mm_page, +make[5]: *** [../scripts/Makefile.build:244: fs/iomap/trace.o] Error 1 +make[4]: *** [../scripts/Makefile.build:485: fs/iomap] Error 2 +In file included from ../include/trace/define_trace.h:108, + from ../drivers/net/ethernet/intel/iavf/iavf_trace.h:209, + from ../drivers/net/ethernet/intel/iavf/iavf_main.c:13: +../drivers/net/ethernet/intel/iavf/./iavf_trace.h: In function ‘trace_event_raw_event_iavf_tx_template’: +../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/intel/iavf/./iavf_trace.h:59:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 59 | DECLARE_EVENT_CLASS( + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/intel/iavf/./iavf_trace.h:59:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 59 | DECLARE_EVENT_CLASS( + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/intel/iavf/./iavf_trace.h:59:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 59 | DECLARE_EVENT_CLASS( + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/intel/iavf/./iavf_trace.h:59:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 59 | DECLARE_EVENT_CLASS( + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] + 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ + | ^~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/intel/iavf/./iavf_trace.h:59:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 59 | DECLARE_EVENT_CLASS( + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/intel/iavf/./iavf_trace.h: In function ‘trace_event_raw_event_iavf_rx_template’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/intel/iavf/./iavf_trace.h:111:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 111 | DECLARE_EVENT_CLASS( + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/intel/iavf/./iavf_trace.h:111:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 111 | DECLARE_EVENT_CLASS( + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/intel/iavf/./iavf_trace.h: In function ‘trace_event_raw_event_iavf_xmit_template’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/intel/iavf/./iavf_trace.h:156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 156 | DECLARE_EVENT_CLASS( + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/intel/iavf/./iavf_trace.h:156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 156 | DECLARE_EVENT_CLASS( + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../drivers/net/ethernet/intel/iavf/./iavf_trace.h: In function ‘perf_trace_iavf_tx_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/intel/iavf/./iavf_trace.h:59:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 59 | DECLARE_EVENT_CLASS( + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/intel/iavf/./iavf_trace.h:59:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 59 | DECLARE_EVENT_CLASS( + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/intel/iavf/./iavf_trace.h: In function ‘perf_trace_iavf_rx_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/intel/iavf/./iavf_trace.h:111:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 111 | DECLARE_EVENT_CLASS( + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/intel/iavf/./iavf_trace.h:111:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 111 | DECLARE_EVENT_CLASS( + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/intel/iavf/./iavf_trace.h: In function ‘perf_trace_iavf_xmit_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/intel/iavf/./iavf_trace.h:156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 156 | DECLARE_EVENT_CLASS( + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/intel/iavf/./iavf_trace.h:156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 156 | DECLARE_EVENT_CLASS( + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../drivers/net/ethernet/intel/iavf/./iavf_trace.h: In function ‘__bpf_trace_iavf_tx_template’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/intel/iavf/./iavf_trace.h:59:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 59 | DECLARE_EVENT_CLASS( @@ -19057,2 +27864,2 @@ -../include/trace/events/kmem.h:206:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 206 | DECLARE_EVENT_CLASS(mm_page, +../drivers/net/ethernet/intel/iavf/./iavf_trace.h:59:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 59 | DECLARE_EVENT_CLASS( @@ -19060 +27867 @@ -../include/trace/events/kmem.h: In function ‘__bpf_trace_mm_page_pcpu_drain’: +../drivers/net/ethernet/intel/iavf/./iavf_trace.h: In function ‘__bpf_trace_iavf_rx_template’: @@ -19067,6 +27874,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/kmem.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ - 243 | TRACE_EVENT(mm_page_pcpu_drain, - | ^~~~~~~~~~~ +../drivers/net/ethernet/intel/iavf/./iavf_trace.h:111:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 111 | DECLARE_EVENT_CLASS( + | ^~~~~~~~~~~~~~~~~~~ @@ -19079,7 +27883,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/kmem.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ - 243 | TRACE_EVENT(mm_page_pcpu_drain, - | ^~~~~~~~~~~ -../include/trace/events/kmem.h: In function ‘__bpf_trace_mm_page_alloc_extfrag’: +../drivers/net/ethernet/intel/iavf/./iavf_trace.h:111:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 111 | DECLARE_EVENT_CLASS( + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/intel/iavf/./iavf_trace.h: In function ‘__bpf_trace_iavf_xmit_template’: @@ -19092,6 +27893,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/kmem.h:266:1: note: in expansion of macro ‘TRACE_EVENT’ - 266 | TRACE_EVENT(mm_page_alloc_extfrag, - | ^~~~~~~~~~~ +../drivers/net/ethernet/intel/iavf/./iavf_trace.h:156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 156 | DECLARE_EVENT_CLASS( + | ^~~~~~~~~~~~~~~~~~~ @@ -19103,0 +27902,80 @@ +../drivers/net/ethernet/intel/iavf/./iavf_trace.h:156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 156 | DECLARE_EVENT_CLASS( + | ^~~~~~~~~~~~~~~~~~~ +make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/intel/iavf/iavf_main.o] Error 1 +make[7]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/intel/iavf] Error 2 +In file included from ../include/trace/define_trace.h:108, + from ../include/trace/events/writeback.h:861, + from ../fs/fs-writeback.c:81: +../include/trace/events/writeback.h: In function ‘trace_event_raw_event_writeback_folio_template’: +../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:55:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 55 | DECLARE_EVENT_CLASS(writeback_folio_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:55:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 55 | DECLARE_EVENT_CLASS(writeback_folio_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:55:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 55 | DECLARE_EVENT_CLASS(writeback_folio_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:55:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 55 | DECLARE_EVENT_CLASS(writeback_folio_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] + 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ + | ^~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:55:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 55 | DECLARE_EVENT_CLASS(writeback_folio_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h: In function ‘trace_event_raw_event_writeback_dirty_inode_template’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:96:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 96 | DECLARE_EVENT_CLASS(writeback_dirty_inode_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:96:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 96 | DECLARE_EVENT_CLASS(writeback_dirty_inode_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h: In function ‘trace_event_raw_event_inode_foreign_history’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -19107,2 +27985,2 @@ -../include/trace/events/kmem.h:266:1: note: in expansion of macro ‘TRACE_EVENT’ - 266 | TRACE_EVENT(mm_page_alloc_extfrag, +../include/trace/events/writeback.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ + 179 | TRACE_EVENT(inode_foreign_history, @@ -19110,7 +27988,6 @@ -../include/trace/events/kmem.h: In function ‘__bpf_trace_mm_alloc_contig_migrate_range_info’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -19120,2 +27997,2 @@ -../include/trace/events/kmem.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ - 307 | TRACE_EVENT(mm_alloc_contig_migrate_range_info, +../include/trace/events/writeback.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ + 179 | TRACE_EVENT(inode_foreign_history, @@ -19123,5 +28000,9 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/events/writeback.h: In function ‘trace_event_raw_event_inode_switch_wbs’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -19128,0 +28010,9 @@ +../include/trace/events/writeback.h:208:1: note: in expansion of macro ‘TRACE_EVENT’ + 208 | TRACE_EVENT(inode_switch_wbs, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -19132,2 +28022,2 @@ -../include/trace/events/kmem.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ - 307 | TRACE_EVENT(mm_alloc_contig_migrate_range_info, +../include/trace/events/writeback.h:208:1: note: in expansion of macro ‘TRACE_EVENT’ + 208 | TRACE_EVENT(inode_switch_wbs, @@ -19135,3 +28025,3 @@ -../include/trace/events/kmem.h: In function ‘__bpf_trace_rss_stat’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/writeback.h: In function ‘trace_event_raw_event_track_foreign_dirty’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -19139,3 +28029,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -19145,2 +28035,2 @@ -../include/trace/events/kmem.h:384:1: note: in expansion of macro ‘TRACE_EVENT’ - 384 | TRACE_EVENT(rss_stat, +../include/trace/events/writeback.h:237:1: note: in expansion of macro ‘TRACE_EVENT’ + 237 | TRACE_EVENT(track_foreign_dirty, @@ -19148,5 +28038,8 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -19153,0 +28047,10 @@ +../include/trace/events/writeback.h:237:1: note: in expansion of macro ‘TRACE_EVENT’ + 237 | TRACE_EVENT(track_foreign_dirty, + | ^~~~~~~~~~~ +../include/trace/events/writeback.h: In function ‘trace_event_raw_event_flush_foreign’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -19157,2 +28060,2 @@ -../include/trace/events/kmem.h:384:1: note: in expansion of macro ‘TRACE_EVENT’ - 384 | TRACE_EVENT(rss_stat, +../include/trace/events/writeback.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ + 274 | TRACE_EVENT(flush_foreign, @@ -19160,7 +28063 @@ -make[4]: *** [../scripts/Makefile.build:244: mm/slab_common.o] Error 1 -make[3]: *** [../scripts/Makefile.build:485: mm] Error 2 -In file included from ../include/trace/define_trace.h:108, - from ../fs/ext2/trace.h:94, - from ../fs/ext2/trace.c:6: -../fs/ext2/./trace.h: In function ‘trace_event_raw_event_ext2_dio_class’: -../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? @@ -19168 +28065 @@ - | ^~~~~~~~~~~~~~~~~~~~~ + | ^~~~~~~~~~~~~~~~~ @@ -19172,3 +28069,7 @@ -../fs/ext2/./trace.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 11 | DECLARE_EVENT_CLASS(ext2_dio_class, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ + 274 | TRACE_EVENT(flush_foreign, + | ^~~~~~~~~~~ +../include/trace/events/writeback.h: In function ‘trace_event_raw_event_writeback_write_inode_template’: @@ -19181,2 +28082,2 @@ -../fs/ext2/./trace.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 11 | DECLARE_EVENT_CLASS(ext2_dio_class, +../include/trace/events/writeback.h:304:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 304 | DECLARE_EVENT_CLASS(writeback_write_inode_template, @@ -19184 +28085 @@ -../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? @@ -19186 +28087 @@ - | ^~~~~~~~~~~~~~~ + | ^~~~~~~~~~~~~~~~~ @@ -19190,2 +28091,2 @@ -../fs/ext2/./trace.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 11 | DECLARE_EVENT_CLASS(ext2_dio_class, +../include/trace/events/writeback.h:304:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 304 | DECLARE_EVENT_CLASS(writeback_write_inode_template, @@ -19193 +28094,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? +../include/trace/events/writeback.h: In function ‘trace_event_raw_event_writeback_work_class’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? @@ -19195 +28097 @@ - | ^~~~~~~~~~~~~~~~~ + | ^~~~~~~~~~~~~~~ @@ -19199,2 +28101,2 @@ -../fs/ext2/./trace.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 11 | DECLARE_EVENT_CLASS(ext2_dio_class, +../include/trace/events/writeback.h:347:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 347 | DECLARE_EVENT_CLASS(writeback_work_class, @@ -19202,3 +28104,3 @@ -../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] - 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ - | ^~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ @@ -19208,2 +28110,2 @@ -../fs/ext2/./trace.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 11 | DECLARE_EVENT_CLASS(ext2_dio_class, +../include/trace/events/writeback.h:347:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 347 | DECLARE_EVENT_CLASS(writeback_work_class, @@ -19211 +28113 @@ -../fs/ext2/./trace.h: In function ‘trace_event_raw_event_ext2_dio_write_endio’: +../include/trace/events/writeback.h: In function ‘trace_event_raw_event_writeback_pages_written’: @@ -19221,2 +28123,2 @@ -../fs/ext2/./trace.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ - 55 | TRACE_EVENT(ext2_dio_write_endio, +../include/trace/events/writeback.h:395:1: note: in expansion of macro ‘TRACE_EVENT’ + 395 | TRACE_EVENT(writeback_pages_written, @@ -19233,2 +28135,2 @@ -../fs/ext2/./trace.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ - 55 | TRACE_EVENT(ext2_dio_write_endio, +../include/trace/events/writeback.h:395:1: note: in expansion of macro ‘TRACE_EVENT’ + 395 | TRACE_EVENT(writeback_pages_written, @@ -19236,4 +28138,3 @@ -In file included from ../include/trace/define_trace.h:110: -../fs/ext2/./trace.h: In function ‘__bpf_trace_ext2_dio_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/writeback.h: In function ‘trace_event_raw_event_writeback_class’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -19241,5 +28142,5 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/ext2/./trace.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 11 | DECLARE_EVENT_CLASS(ext2_dio_class, +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:407:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 407 | DECLARE_EVENT_CLASS(writeback_class, @@ -19247,8 +28148,8 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/ext2/./trace.h:11:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 11 | DECLARE_EVENT_CLASS(ext2_dio_class, +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:407:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 407 | DECLARE_EVENT_CLASS(writeback_class, @@ -19256,3 +28157,3 @@ -../fs/ext2/./trace.h: In function ‘__bpf_trace_ext2_dio_write_endio’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/writeback.h: In function ‘trace_event_raw_event_writeback_bdi_register’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -19260,3 +28161,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -19266,2 +28167,2 @@ -../fs/ext2/./trace.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ - 55 | TRACE_EVENT(ext2_dio_write_endio, +../include/trace/events/writeback.h:430:1: note: in expansion of macro ‘TRACE_EVENT’ + 430 | TRACE_EVENT(writeback_bdi_register, @@ -19269,6 +28170,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -19278,2 +28179,2 @@ -../fs/ext2/./trace.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ - 55 | TRACE_EVENT(ext2_dio_write_endio, +../include/trace/events/writeback.h:430:1: note: in expansion of macro ‘TRACE_EVENT’ + 430 | TRACE_EVENT(writeback_bdi_register, @@ -19281,8 +28182,2 @@ -make[5]: *** [../scripts/Makefile.build:244: fs/ext2/trace.o] Error 1 -make[4]: *** [../scripts/Makefile.build:485: fs/ext2] Error 2 -In file included from ../include/trace/define_trace.h:108, - from ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_brcmsmac.h:100, - from ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_events.h:36, - from ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_events.c:22: -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h: In function ‘trace_event_raw_event_brcms_timer’: -../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] +../include/trace/events/writeback.h: In function ‘trace_event_raw_event_wbc_class’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? @@ -19290 +28185,20 @@ - | ^~~~~~~~~~~~~~~~~~~~~ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:444:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 444 | DECLARE_EVENT_CLASS(wbc_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:444:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 444 | DECLARE_EVENT_CLASS(wbc_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h: In function ‘trace_event_raw_event_writeback_queue_io’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ @@ -19297,2 +28211,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:29:1: note: in expansion of macro ‘TRACE_EVENT’ - 29 | TRACE_EVENT(brcms_timer, +../include/trace/events/writeback.h:498:1: note: in expansion of macro ‘TRACE_EVENT’ + 498 | TRACE_EVENT(writeback_queue_io, @@ -19300 +28214 @@ -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? @@ -19302 +28216 @@ - | ^~~~~~~~~~~~~~~ + | ^~~~~~~~~~~~~~~~~ @@ -19309,2 +28223,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:29:1: note: in expansion of macro ‘TRACE_EVENT’ - 29 | TRACE_EVENT(brcms_timer, +../include/trace/events/writeback.h:498:1: note: in expansion of macro ‘TRACE_EVENT’ + 498 | TRACE_EVENT(writeback_queue_io, @@ -19312 +28226,2 @@ -../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in +../include/trace/events/writeback.h: In function ‘trace_event_raw_event_global_dirty_state’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? @@ -19321,2 +28236,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:29:1: note: in expansion of macro ‘TRACE_EVENT’ - 29 | TRACE_EVENT(brcms_timer, +../include/trace/events/writeback.h:530:1: note: in expansion of macro ‘TRACE_EVENT’ + 530 | TRACE_EVENT(global_dirty_state, @@ -19333,2 +28248,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:29:1: note: in expansion of macro ‘TRACE_EVENT’ - 29 | TRACE_EVENT(brcms_timer, +../include/trace/events/writeback.h:530:1: note: in expansion of macro ‘TRACE_EVENT’ + 530 | TRACE_EVENT(global_dirty_state, @@ -19336,3 +28251,4 @@ -../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] - 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ - | ^~~~~~~~~~~~~~ +../include/trace/events/writeback.h: In function ‘trace_event_raw_event_bdi_dirty_ratelimit’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ @@ -19345,2 +28261,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:29:1: note: in expansion of macro ‘TRACE_EVENT’ - 29 | TRACE_EVENT(brcms_timer, +../include/trace/events/writeback.h:575:1: note: in expansion of macro ‘TRACE_EVENT’ + 575 | TRACE_EVENT(bdi_dirty_ratelimit, @@ -19348 +28264,13 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h: In function ‘trace_event_raw_event_brcms_dpc’: +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:575:1: note: in expansion of macro ‘TRACE_EVENT’ + 575 | TRACE_EVENT(bdi_dirty_ratelimit, + | ^~~~~~~~~~~ +../include/trace/events/writeback.h: In function ‘trace_event_raw_event_balance_dirty_pages’: @@ -19358,2 +28286,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ - 58 | TRACE_EVENT(brcms_dpc, +../include/trace/events/writeback.h:621:1: note: in expansion of macro ‘TRACE_EVENT’ + 621 | TRACE_EVENT(balance_dirty_pages, @@ -19370,2 +28298,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ - 58 | TRACE_EVENT(brcms_dpc, +../include/trace/events/writeback.h:621:1: note: in expansion of macro ‘TRACE_EVENT’ + 621 | TRACE_EVENT(balance_dirty_pages, @@ -19373 +28301 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h: In function ‘trace_event_raw_event_brcms_macintstatus’: +../include/trace/events/writeback.h: In function ‘trace_event_raw_event_writeback_sb_inodes_requeue’: @@ -19383,2 +28311,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ - 73 | TRACE_EVENT(brcms_macintstatus, +../include/trace/events/writeback.h:706:1: note: in expansion of macro ‘TRACE_EVENT’ + 706 | TRACE_EVENT(writeback_sb_inodes_requeue, @@ -19395,2 +28323,430 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ - 73 | TRACE_EVENT(brcms_macintstatus, +../include/trace/events/writeback.h:706:1: note: in expansion of macro ‘TRACE_EVENT’ + 706 | TRACE_EVENT(writeback_sb_inodes_requeue, + | ^~~~~~~~~~~ +../include/trace/events/writeback.h: In function ‘trace_event_raw_event_writeback_single_inode_template’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:738:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 738 | DECLARE_EVENT_CLASS(writeback_single_inode_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:738:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 738 | DECLARE_EVENT_CLASS(writeback_single_inode_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h: In function ‘trace_event_raw_event_writeback_inode_template’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:798:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 798 | DECLARE_EVENT_CLASS(writeback_inode_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:798:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 798 | DECLARE_EVENT_CLASS(writeback_inode_template, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/writeback.h: In function ‘perf_trace_writeback_folio_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:55:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 55 | DECLARE_EVENT_CLASS(writeback_folio_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:55:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 55 | DECLARE_EVENT_CLASS(writeback_folio_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h: In function ‘perf_trace_writeback_dirty_inode_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:96:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 96 | DECLARE_EVENT_CLASS(writeback_dirty_inode_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:96:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 96 | DECLARE_EVENT_CLASS(writeback_dirty_inode_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h: In function ‘perf_trace_inode_foreign_history’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ + 179 | TRACE_EVENT(inode_foreign_history, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ + 179 | TRACE_EVENT(inode_foreign_history, + | ^~~~~~~~~~~ +../include/trace/events/writeback.h: In function ‘perf_trace_inode_switch_wbs’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:208:1: note: in expansion of macro ‘TRACE_EVENT’ + 208 | TRACE_EVENT(inode_switch_wbs, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:208:1: note: in expansion of macro ‘TRACE_EVENT’ + 208 | TRACE_EVENT(inode_switch_wbs, + | ^~~~~~~~~~~ +../include/trace/events/writeback.h: In function ‘perf_trace_track_foreign_dirty’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:237:1: note: in expansion of macro ‘TRACE_EVENT’ + 237 | TRACE_EVENT(track_foreign_dirty, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:237:1: note: in expansion of macro ‘TRACE_EVENT’ + 237 | TRACE_EVENT(track_foreign_dirty, + | ^~~~~~~~~~~ +../include/trace/events/writeback.h: In function ‘perf_trace_flush_foreign’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ + 274 | TRACE_EVENT(flush_foreign, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ + 274 | TRACE_EVENT(flush_foreign, + | ^~~~~~~~~~~ +../include/trace/events/writeback.h: In function ‘perf_trace_writeback_write_inode_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:304:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 304 | DECLARE_EVENT_CLASS(writeback_write_inode_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:304:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 304 | DECLARE_EVENT_CLASS(writeback_write_inode_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h: In function ‘perf_trace_writeback_work_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:347:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 347 | DECLARE_EVENT_CLASS(writeback_work_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:347:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 347 | DECLARE_EVENT_CLASS(writeback_work_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h: In function ‘perf_trace_writeback_pages_written’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:395:1: note: in expansion of macro ‘TRACE_EVENT’ + 395 | TRACE_EVENT(writeback_pages_written, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:395:1: note: in expansion of macro ‘TRACE_EVENT’ + 395 | TRACE_EVENT(writeback_pages_written, + | ^~~~~~~~~~~ +../include/trace/events/writeback.h: In function ‘perf_trace_writeback_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:407:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 407 | DECLARE_EVENT_CLASS(writeback_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:407:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 407 | DECLARE_EVENT_CLASS(writeback_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h: In function ‘perf_trace_writeback_bdi_register’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:430:1: note: in expansion of macro ‘TRACE_EVENT’ + 430 | TRACE_EVENT(writeback_bdi_register, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:430:1: note: in expansion of macro ‘TRACE_EVENT’ + 430 | TRACE_EVENT(writeback_bdi_register, + | ^~~~~~~~~~~ +../include/trace/events/writeback.h: In function ‘perf_trace_wbc_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:444:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 444 | DECLARE_EVENT_CLASS(wbc_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:444:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 444 | DECLARE_EVENT_CLASS(wbc_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h: In function ‘perf_trace_writeback_queue_io’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:498:1: note: in expansion of macro ‘TRACE_EVENT’ + 498 | TRACE_EVENT(writeback_queue_io, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:498:1: note: in expansion of macro ‘TRACE_EVENT’ + 498 | TRACE_EVENT(writeback_queue_io, + | ^~~~~~~~~~~ +../include/trace/events/writeback.h: In function ‘perf_trace_global_dirty_state’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:530:1: note: in expansion of macro ‘TRACE_EVENT’ + 530 | TRACE_EVENT(global_dirty_state, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:530:1: note: in expansion of macro ‘TRACE_EVENT’ + 530 | TRACE_EVENT(global_dirty_state, + | ^~~~~~~~~~~ +../include/trace/events/writeback.h: In function ‘perf_trace_bdi_dirty_ratelimit’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:575:1: note: in expansion of macro ‘TRACE_EVENT’ + 575 | TRACE_EVENT(bdi_dirty_ratelimit, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:575:1: note: in expansion of macro ‘TRACE_EVENT’ + 575 | TRACE_EVENT(bdi_dirty_ratelimit, + | ^~~~~~~~~~~ +../include/trace/events/writeback.h: In function ‘perf_trace_balance_dirty_pages’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:621:1: note: in expansion of macro ‘TRACE_EVENT’ + 621 | TRACE_EVENT(balance_dirty_pages, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:621:1: note: in expansion of macro ‘TRACE_EVENT’ + 621 | TRACE_EVENT(balance_dirty_pages, + | ^~~~~~~~~~~ +../include/trace/events/writeback.h: In function ‘perf_trace_writeback_sb_inodes_requeue’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:706:1: note: in expansion of macro ‘TRACE_EVENT’ + 706 | TRACE_EVENT(writeback_sb_inodes_requeue, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:706:1: note: in expansion of macro ‘TRACE_EVENT’ + 706 | TRACE_EVENT(writeback_sb_inodes_requeue, @@ -19397,0 +28754,38 @@ +../include/trace/events/writeback.h: In function ‘perf_trace_writeback_single_inode_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:738:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 738 | DECLARE_EVENT_CLASS(writeback_single_inode_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:738:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 738 | DECLARE_EVENT_CLASS(writeback_single_inode_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h: In function ‘perf_trace_writeback_inode_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:798:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 798 | DECLARE_EVENT_CLASS(writeback_inode_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:798:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 798 | DECLARE_EVENT_CLASS(writeback_inode_template, + | ^~~~~~~~~~~~~~~~~~~ @@ -19399 +28793,39 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h: In function ‘__bpf_trace_brcms_timer’: +../include/trace/events/writeback.h: In function ‘__bpf_trace_writeback_folio_template’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:55:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 55 | DECLARE_EVENT_CLASS(writeback_folio_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:55:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 55 | DECLARE_EVENT_CLASS(writeback_folio_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h: In function ‘__bpf_trace_writeback_dirty_inode_template’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:96:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 96 | DECLARE_EVENT_CLASS(writeback_dirty_inode_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:96:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 96 | DECLARE_EVENT_CLASS(writeback_dirty_inode_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h: In function ‘__bpf_trace_inode_foreign_history’: @@ -19409,2 +28841,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:29:1: note: in expansion of macro ‘TRACE_EVENT’ - 29 | TRACE_EVENT(brcms_timer, +../include/trace/events/writeback.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ + 179 | TRACE_EVENT(inode_foreign_history, @@ -19421,2 +28853,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:29:1: note: in expansion of macro ‘TRACE_EVENT’ - 29 | TRACE_EVENT(brcms_timer, +../include/trace/events/writeback.h:179:1: note: in expansion of macro ‘TRACE_EVENT’ + 179 | TRACE_EVENT(inode_foreign_history, @@ -19424 +28856 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h: In function ‘__bpf_trace_brcms_dpc’: +../include/trace/events/writeback.h: In function ‘__bpf_trace_inode_switch_wbs’: @@ -19434,2 +28866,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ - 58 | TRACE_EVENT(brcms_dpc, +../include/trace/events/writeback.h:208:1: note: in expansion of macro ‘TRACE_EVENT’ + 208 | TRACE_EVENT(inode_switch_wbs, @@ -19446,2 +28878,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ - 58 | TRACE_EVENT(brcms_dpc, +../include/trace/events/writeback.h:208:1: note: in expansion of macro ‘TRACE_EVENT’ + 208 | TRACE_EVENT(inode_switch_wbs, @@ -19449 +28881 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h: In function ‘__bpf_trace_brcms_macintstatus’: +../include/trace/events/writeback.h: In function ‘__bpf_trace_track_foreign_dirty’: @@ -19459,2 +28891,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ - 73 | TRACE_EVENT(brcms_macintstatus, +../include/trace/events/writeback.h:237:1: note: in expansion of macro ‘TRACE_EVENT’ + 237 | TRACE_EVENT(track_foreign_dirty, @@ -19471,2 +28903,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ - 73 | TRACE_EVENT(brcms_macintstatus, +../include/trace/events/writeback.h:237:1: note: in expansion of macro ‘TRACE_EVENT’ + 237 | TRACE_EVENT(track_foreign_dirty, @@ -19474,6 +28906,3 @@ -In file included from ../include/trace/define_trace.h:108, - from ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_brcmsmac_tx.h:108, - from ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_events.h:37: -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h: In function ‘trace_event_raw_event_brcms_txdesc’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/writeback.h: In function ‘__bpf_trace_flush_foreign’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ @@ -19481,3 +28910,3 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -19487,2 +28916,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:25:1: note: in expansion of macro ‘TRACE_EVENT’ - 25 | TRACE_EVENT(brcms_txdesc, +../include/trace/events/writeback.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ + 274 | TRACE_EVENT(flush_foreign, @@ -19490,6 +28919,6 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -19499,2 +28928,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:25:1: note: in expansion of macro ‘TRACE_EVENT’ - 25 | TRACE_EVENT(brcms_txdesc, +../include/trace/events/writeback.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ + 274 | TRACE_EVENT(flush_foreign, @@ -19502,3 +28931,3 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h: In function ‘trace_event_raw_event_brcms_txstatus’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/writeback.h: In function ‘__bpf_trace_writeback_write_inode_template’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ @@ -19506,3 +28935,41 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:304:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 304 | DECLARE_EVENT_CLASS(writeback_write_inode_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:304:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 304 | DECLARE_EVENT_CLASS(writeback_write_inode_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h: In function ‘__bpf_trace_writeback_work_class’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:347:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 347 | DECLARE_EVENT_CLASS(writeback_work_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:347:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 347 | DECLARE_EVENT_CLASS(writeback_work_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h: In function ‘__bpf_trace_writeback_pages_written’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -19512,2 +28979,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:40:1: note: in expansion of macro ‘TRACE_EVENT’ - 40 | TRACE_EVENT(brcms_txstatus, +../include/trace/events/writeback.h:395:1: note: in expansion of macro ‘TRACE_EVENT’ + 395 | TRACE_EVENT(writeback_pages_written, @@ -19515,6 +28982,6 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -19524,2 +28991,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:40:1: note: in expansion of macro ‘TRACE_EVENT’ - 40 | TRACE_EVENT(brcms_txstatus, +../include/trace/events/writeback.h:395:1: note: in expansion of macro ‘TRACE_EVENT’ + 395 | TRACE_EVENT(writeback_pages_written, @@ -19527,3 +28994,3 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h: In function ‘trace_event_raw_event_brcms_ampdu_session’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/writeback.h: In function ‘__bpf_trace_writeback_class’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ @@ -19531,3 +28998,22 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:407:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 407 | DECLARE_EVENT_CLASS(writeback_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:407:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 407 | DECLARE_EVENT_CLASS(writeback_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h: In function ‘__bpf_trace_writeback_bdi_register’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -19537,2 +29023,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ - 73 | TRACE_EVENT(brcms_ampdu_session, +../include/trace/events/writeback.h:430:1: note: in expansion of macro ‘TRACE_EVENT’ + 430 | TRACE_EVENT(writeback_bdi_register, @@ -19540,6 +29026,6 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -19549,2 +29035,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ - 73 | TRACE_EVENT(brcms_ampdu_session, +../include/trace/events/writeback.h:430:1: note: in expansion of macro ‘TRACE_EVENT’ + 430 | TRACE_EVENT(writeback_bdi_register, @@ -19552,2 +29038,20 @@ -In file included from ../include/trace/define_trace.h:110: -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h: In function ‘__bpf_trace_brcms_txdesc’: +../include/trace/events/writeback.h: In function ‘__bpf_trace_wbc_class’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:444:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 444 | DECLARE_EVENT_CLASS(wbc_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:444:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 444 | DECLARE_EVENT_CLASS(wbc_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h: In function ‘__bpf_trace_writeback_queue_io’: @@ -19563,2 +29067,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:25:1: note: in expansion of macro ‘TRACE_EVENT’ - 25 | TRACE_EVENT(brcms_txdesc, +../include/trace/events/writeback.h:498:1: note: in expansion of macro ‘TRACE_EVENT’ + 498 | TRACE_EVENT(writeback_queue_io, @@ -19575,2 +29079,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:25:1: note: in expansion of macro ‘TRACE_EVENT’ - 25 | TRACE_EVENT(brcms_txdesc, +../include/trace/events/writeback.h:498:1: note: in expansion of macro ‘TRACE_EVENT’ + 498 | TRACE_EVENT(writeback_queue_io, @@ -19578 +29082 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h: In function ‘__bpf_trace_brcms_txstatus’: +../include/trace/events/writeback.h: In function ‘__bpf_trace_global_dirty_state’: @@ -19588,2 +29092,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:40:1: note: in expansion of macro ‘TRACE_EVENT’ - 40 | TRACE_EVENT(brcms_txstatus, +../include/trace/events/writeback.h:530:1: note: in expansion of macro ‘TRACE_EVENT’ + 530 | TRACE_EVENT(global_dirty_state, @@ -19600,2 +29104,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:40:1: note: in expansion of macro ‘TRACE_EVENT’ - 40 | TRACE_EVENT(brcms_txstatus, +../include/trace/events/writeback.h:530:1: note: in expansion of macro ‘TRACE_EVENT’ + 530 | TRACE_EVENT(global_dirty_state, @@ -19603 +29107 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h: In function ‘__bpf_trace_brcms_ampdu_session’: +../include/trace/events/writeback.h: In function ‘__bpf_trace_bdi_dirty_ratelimit’: @@ -19613,2 +29117,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ - 73 | TRACE_EVENT(brcms_ampdu_session, +../include/trace/events/writeback.h:575:1: note: in expansion of macro ‘TRACE_EVENT’ + 575 | TRACE_EVENT(bdi_dirty_ratelimit, @@ -19625,2 +29129,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_tx.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ - 73 | TRACE_EVENT(brcms_ampdu_session, +../include/trace/events/writeback.h:575:1: note: in expansion of macro ‘TRACE_EVENT’ + 575 | TRACE_EVENT(bdi_dirty_ratelimit, @@ -19628,6 +29132,3 @@ -In file included from ../include/trace/define_trace.h:108, - from ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_brcmsmac_msg.h:90, - from ../drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_events.h:38: -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h: In function ‘trace_event_raw_event_brcms_msg_event’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/writeback.h: In function ‘__bpf_trace_balance_dirty_pages’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ @@ -19635,18 +29136,24 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 32 | DECLARE_EVENT_CLASS(brcms_msg_event, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 32 | DECLARE_EVENT_CLASS(brcms_msg_event, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h: In function ‘trace_event_raw_event_brcms_dbg’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:621:1: note: in expansion of macro ‘TRACE_EVENT’ + 621 | TRACE_EVENT(balance_dirty_pages, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/writeback.h:621:1: note: in expansion of macro ‘TRACE_EVENT’ + 621 | TRACE_EVENT(balance_dirty_pages, + | ^~~~~~~~~~~ +../include/trace/events/writeback.h: In function ‘__bpf_trace_writeback_sb_inodes_requeue’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ @@ -19654,3 +29161,3 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -19660,2 +29167,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ - 64 | TRACE_EVENT(brcms_dbg, +../include/trace/events/writeback.h:706:1: note: in expansion of macro ‘TRACE_EVENT’ + 706 | TRACE_EVENT(writeback_sb_inodes_requeue, @@ -19663,6 +29170,6 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -19672,2 +29179,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ - 64 | TRACE_EVENT(brcms_dbg, +../include/trace/events/writeback.h:706:1: note: in expansion of macro ‘TRACE_EVENT’ + 706 | TRACE_EVENT(writeback_sb_inodes_requeue, @@ -19675,2 +29182 @@ -In file included from ../include/trace/define_trace.h:110: -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h: In function ‘__bpf_trace_brcms_msg_event’: +../include/trace/events/writeback.h: In function ‘__bpf_trace_writeback_single_inode_template’: @@ -19683,2 +29189,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 32 | DECLARE_EVENT_CLASS(brcms_msg_event, +../include/trace/events/writeback.h:738:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 738 | DECLARE_EVENT_CLASS(writeback_single_inode_template, @@ -19692,2 +29198,2 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 32 | DECLARE_EVENT_CLASS(brcms_msg_event, +../include/trace/events/writeback.h:738:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 738 | DECLARE_EVENT_CLASS(writeback_single_inode_template, @@ -19695 +29201 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h: In function ‘__bpf_trace_brcms_dbg’: +../include/trace/events/writeback.h: In function ‘__bpf_trace_writeback_inode_template’: @@ -19702,6 +29208,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ - 64 | TRACE_EVENT(brcms_dbg, - | ^~~~~~~~~~~ +../include/trace/events/writeback.h:798:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 798 | DECLARE_EVENT_CLASS(writeback_inode_template, + | ^~~~~~~~~~~~~~~~~~~ @@ -19714,2 +29217,80 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ +../include/trace/events/writeback.h:798:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 798 | DECLARE_EVENT_CLASS(writeback_inode_template, + | ^~~~~~~~~~~~~~~~~~~ +make[4]: *** [../scripts/Makefile.build:244: fs/fs-writeback.o] Error 1 +In file included from ../include/trace/define_trace.h:108, + from ../fs/lockd/trace.h:106, + from ../fs/lockd/trace.c:3: +../fs/lockd/./trace.h: In function ‘trace_event_raw_event_nlmclnt_lock_event’: +../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/lockd/./trace.h:48:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 48 | DECLARE_EVENT_CLASS(nlmclnt_lock_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/lockd/./trace.h:48:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 48 | DECLARE_EVENT_CLASS(nlmclnt_lock_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/lockd/./trace.h:48:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 48 | DECLARE_EVENT_CLASS(nlmclnt_lock_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/lockd/./trace.h:48:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 48 | DECLARE_EVENT_CLASS(nlmclnt_lock_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] + 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ + | ^~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/lockd/./trace.h:48:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 48 | DECLARE_EVENT_CLASS(nlmclnt_lock_event, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../fs/lockd/./trace.h: In function ‘perf_trace_nlmclnt_lock_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/lockd/./trace.h:48:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 48 | DECLARE_EVENT_CLASS(nlmclnt_lock_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/lockd/./trace.h:48:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 48 | DECLARE_EVENT_CLASS(nlmclnt_lock_event, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../fs/lockd/./trace.h: In function ‘__bpf_trace_nlmclnt_lock_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) @@ -19717,8 +29298,14 @@ -../drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ - 64 | TRACE_EVENT(brcms_dbg, - | ^~~~~~~~~~~ -make[9]: *** [../scripts/Makefile.build:244: drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_events.o] Error 1 -make[8]: *** [../scripts/Makefile.build:485: drivers/net/wireless/broadcom/brcm80211/brcmsmac] Error 2 -make[7]: *** [../scripts/Makefile.build:485: drivers/net/wireless/broadcom/brcm80211] Error 2 -make[6]: *** [../scripts/Makefile.build:485: drivers/net/wireless/broadcom] Error 2 -make[6]: *** Waiting for unfinished jobs.... +../fs/lockd/./trace.h:48:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 48 | DECLARE_EVENT_CLASS(nlmclnt_lock_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/lockd/./trace.h:48:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 48 | DECLARE_EVENT_CLASS(nlmclnt_lock_event, + | ^~~~~~~~~~~~~~~~~~~ +make[5]: *** [../scripts/Makefile.build:244: fs/lockd/trace.o] Error 1 +make[4]: *** [../scripts/Makefile.build:485: fs/lockd] Error 2 @@ -19726,3 +29313,3 @@ - from ../drivers/net/ethernet/fungible/funeth/funeth_trace.h:117, - from ../drivers/net/ethernet/fungible/funeth/funeth_rx.c:15: -../drivers/net/ethernet/fungible/funeth/./funeth_trace.h: In function ‘trace_event_raw_event_funeth_tx’: + from ../include/trace/events/kmem.h:415, + from ../mm/slab_common.c:36: +../include/trace/events/kmem.h: In function ‘trace_event_raw_event_kmem_cache_alloc’: @@ -19738,2 +29325,2 @@ -../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ - 13 | TRACE_EVENT(funeth_tx, +../include/trace/events/kmem.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ + 12 | TRACE_EVENT(kmem_cache_alloc, @@ -19750,2 +29337,2 @@ -../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ - 13 | TRACE_EVENT(funeth_tx, +../include/trace/events/kmem.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ + 12 | TRACE_EVENT(kmem_cache_alloc, @@ -19762,2 +29349,2 @@ -../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ - 13 | TRACE_EVENT(funeth_tx, +../include/trace/events/kmem.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ + 12 | TRACE_EVENT(kmem_cache_alloc, @@ -19774,2 +29361,2 @@ -../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ - 13 | TRACE_EVENT(funeth_tx, +../include/trace/events/kmem.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ + 12 | TRACE_EVENT(kmem_cache_alloc, @@ -19786,2 +29373,2 @@ -../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ - 13 | TRACE_EVENT(funeth_tx, +../include/trace/events/kmem.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ + 12 | TRACE_EVENT(kmem_cache_alloc, @@ -19789 +29376 @@ -../drivers/net/ethernet/fungible/funeth/./funeth_trace.h: In function ‘trace_event_raw_event_funeth_tx_free’: +../include/trace/events/kmem.h: In function ‘trace_event_raw_event_kmalloc’: @@ -19799,2 +29386,2 @@ -../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ - 43 | TRACE_EVENT(funeth_tx_free, +../include/trace/events/kmem.h:54:1: note: in expansion of macro ‘TRACE_EVENT’ + 54 | TRACE_EVENT(kmalloc, @@ -19811,2 +29398,2 @@ -../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ - 43 | TRACE_EVENT(funeth_tx_free, +../include/trace/events/kmem.h:54:1: note: in expansion of macro ‘TRACE_EVENT’ + 54 | TRACE_EVENT(kmalloc, @@ -19814 +29401 @@ -../drivers/net/ethernet/fungible/funeth/./funeth_trace.h: In function ‘trace_event_raw_event_funeth_rx’: +../include/trace/events/kmem.h: In function ‘trace_event_raw_event_kfree’: @@ -19824,2 +29411,2 @@ -../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ - 73 | TRACE_EVENT(funeth_rx, +../include/trace/events/kmem.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ + 94 | TRACE_EVENT(kfree, @@ -19836,2 +29423,2 @@ -../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ - 73 | TRACE_EVENT(funeth_rx, +../include/trace/events/kmem.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ + 94 | TRACE_EVENT(kfree, @@ -19839,4 +29426,3 @@ -In file included from ../include/trace/define_trace.h:110: -../drivers/net/ethernet/fungible/funeth/./funeth_trace.h: In function ‘__bpf_trace_funeth_tx’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/kmem.h: In function ‘trace_event_raw_event_kmem_cache_free’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -19844,3 +29430,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -19850,2 +29436,2 @@ -../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ - 13 | TRACE_EVENT(funeth_tx, +../include/trace/events/kmem.h:114:1: note: in expansion of macro ‘TRACE_EVENT’ + 114 | TRACE_EVENT(kmem_cache_free, @@ -19853,6 +29439,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -19862,2 +29448,2 @@ -../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ - 13 | TRACE_EVENT(funeth_tx, +../include/trace/events/kmem.h:114:1: note: in expansion of macro ‘TRACE_EVENT’ + 114 | TRACE_EVENT(kmem_cache_free, @@ -19865,3 +29451,3 @@ -../drivers/net/ethernet/fungible/funeth/./funeth_trace.h: In function ‘__bpf_trace_funeth_tx_free’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/kmem.h: In function ‘trace_event_raw_event_mm_page_free’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -19869,3 +29455,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -19875,2 +29461,2 @@ -../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ - 43 | TRACE_EVENT(funeth_tx_free, +../include/trace/events/kmem.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ + 136 | TRACE_EVENT(mm_page_free, @@ -19878,6 +29464,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -19887,2 +29473,2 @@ -../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ - 43 | TRACE_EVENT(funeth_tx_free, +../include/trace/events/kmem.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ + 136 | TRACE_EVENT(mm_page_free, @@ -19890,3 +29476,3 @@ -../drivers/net/ethernet/fungible/funeth/./funeth_trace.h: In function ‘__bpf_trace_funeth_rx’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/kmem.h: In function ‘trace_event_raw_event_mm_page_free_batched’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -19894,15 +29480,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ - 73 | TRACE_EVENT(funeth_rx, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -19912,2 +29486,2 @@ -../drivers/net/ethernet/fungible/funeth/./funeth_trace.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ - 73 | TRACE_EVENT(funeth_rx, +../include/trace/events/kmem.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ + 158 | TRACE_EVENT(mm_page_free_batched, @@ -19915,9 +29489 @@ -make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/fungible/funeth/funeth_rx.o] Error 1 -make[7]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/fungible/funeth] Error 2 -make[6]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/fungible] Error 2 -make[6]: *** Waiting for unfinished jobs.... -In file included from ../include/trace/define_trace.h:108, - from ../fs/iomap/trace.h:313, - from ../fs/iomap/trace.c:13: -../fs/iomap/./trace.h: In function ‘trace_event_raw_event_iomap_readpage_class’: -../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? @@ -19925 +29491 @@ - | ^~~~~~~~~~~~~~~~~~~~~ + | ^~~~~~~~~~~~~~~~~ @@ -19929,3 +29495,7 @@ -../fs/iomap/./trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 27 | DECLARE_EVENT_CLASS(iomap_readpage_class, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kmem.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ + 158 | TRACE_EVENT(mm_page_free_batched, + | ^~~~~~~~~~~ +../include/trace/events/kmem.h: In function ‘trace_event_raw_event_mm_page_alloc’: @@ -19938,12 +29508,6 @@ -../fs/iomap/./trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 27 | DECLARE_EVENT_CLASS(iomap_readpage_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../fs/iomap/./trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 27 | DECLARE_EVENT_CLASS(iomap_readpage_class, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kmem.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ + 177 | TRACE_EVENT(mm_page_alloc, + | ^~~~~~~~~~~ @@ -19956,13 +29520,7 @@ -../fs/iomap/./trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 27 | DECLARE_EVENT_CLASS(iomap_readpage_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] - 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ - | ^~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../fs/iomap/./trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 27 | DECLARE_EVENT_CLASS(iomap_readpage_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/iomap/./trace.h: In function ‘trace_event_raw_event_iomap_range_class’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kmem.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ + 177 | TRACE_EVENT(mm_page_alloc, + | ^~~~~~~~~~~ +../include/trace/events/kmem.h: In function ‘trace_event_raw_event_mm_page’: @@ -19975,2 +29533,2 @@ -../fs/iomap/./trace.h:53:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 53 | DECLARE_EVENT_CLASS(iomap_range_class, +../include/trace/events/kmem.h:206:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 206 | DECLARE_EVENT_CLASS(mm_page, @@ -19984,2 +29542,2 @@ -../fs/iomap/./trace.h:53:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 53 | DECLARE_EVENT_CLASS(iomap_range_class, +../include/trace/events/kmem.h:206:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 206 | DECLARE_EVENT_CLASS(mm_page, @@ -19987 +29545 @@ -../fs/iomap/./trace.h: In function ‘trace_event_raw_event_iomap_class’: +../include/trace/events/kmem.h: In function ‘trace_event_raw_event_mm_page_pcpu_drain’: @@ -19994,3 +29552,6 @@ -../fs/iomap/./trace.h:116:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 116 | DECLARE_EVENT_CLASS(iomap_class, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kmem.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ + 243 | TRACE_EVENT(mm_page_pcpu_drain, + | ^~~~~~~~~~~ @@ -20003,4 +29564,7 @@ -../fs/iomap/./trace.h:116:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 116 | DECLARE_EVENT_CLASS(iomap_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/iomap/./trace.h: In function ‘trace_event_raw_event_iomap_writepage_map’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kmem.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ + 243 | TRACE_EVENT(mm_page_pcpu_drain, + | ^~~~~~~~~~~ +../include/trace/events/kmem.h: In function ‘trace_event_raw_event_mm_page_alloc_extfrag’: @@ -20016,2 +29580,2 @@ -../fs/iomap/./trace.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ - 158 | TRACE_EVENT(iomap_writepage_map, +../include/trace/events/kmem.h:266:1: note: in expansion of macro ‘TRACE_EVENT’ + 266 | TRACE_EVENT(mm_page_alloc_extfrag, @@ -20028,2 +29592,2 @@ -../fs/iomap/./trace.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ - 158 | TRACE_EVENT(iomap_writepage_map, +../include/trace/events/kmem.h:266:1: note: in expansion of macro ‘TRACE_EVENT’ + 266 | TRACE_EVENT(mm_page_alloc_extfrag, @@ -20031 +29595 @@ -../fs/iomap/./trace.h: In function ‘trace_event_raw_event_iomap_iter’: +../include/trace/events/kmem.h: In function ‘trace_event_raw_event_mm_alloc_contig_migrate_range_info’: @@ -20041,2 +29605,2 @@ -../fs/iomap/./trace.h:200:1: note: in expansion of macro ‘TRACE_EVENT’ - 200 | TRACE_EVENT(iomap_iter, +../include/trace/events/kmem.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ + 307 | TRACE_EVENT(mm_alloc_contig_migrate_range_info, @@ -20053,2 +29617,2 @@ -../fs/iomap/./trace.h:200:1: note: in expansion of macro ‘TRACE_EVENT’ - 200 | TRACE_EVENT(iomap_iter, +../include/trace/events/kmem.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ + 307 | TRACE_EVENT(mm_alloc_contig_migrate_range_info, @@ -20056 +29620 @@ -../fs/iomap/./trace.h: In function ‘trace_event_raw_event_iomap_dio_rw_begin’: +../include/trace/events/kmem.h: In function ‘trace_event_raw_event_rss_stat’: @@ -20066,2 +29630,2 @@ -../fs/iomap/./trace.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ - 236 | TRACE_EVENT(iomap_dio_rw_begin, +../include/trace/events/kmem.h:384:1: note: in expansion of macro ‘TRACE_EVENT’ + 384 | TRACE_EVENT(rss_stat, @@ -20078,2 +29642,2 @@ -../fs/iomap/./trace.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ - 236 | TRACE_EVENT(iomap_dio_rw_begin, +../include/trace/events/kmem.h:384:1: note: in expansion of macro ‘TRACE_EVENT’ + 384 | TRACE_EVENT(rss_stat, @@ -20081,3 +29645,4 @@ -../fs/iomap/./trace.h: In function ‘trace_event_raw_event_iomap_dio_complete’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/kmem.h: In function ‘perf_trace_kmem_cache_alloc’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -20085,2 +29650,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -20091,2 +29656,2 @@ -../fs/iomap/./trace.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ - 274 | TRACE_EVENT(iomap_dio_complete, +../include/trace/events/kmem.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ + 12 | TRACE_EVENT(kmem_cache_alloc, @@ -20094,2 +29659,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -20097,2 +29662,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -20103,2 +29668,271 @@ -../fs/iomap/./trace.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ - 274 | TRACE_EVENT(iomap_dio_complete, +../include/trace/events/kmem.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ + 12 | TRACE_EVENT(kmem_cache_alloc, + | ^~~~~~~~~~~ +../include/trace/events/kmem.h: In function ‘perf_trace_kmalloc’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kmem.h:54:1: note: in expansion of macro ‘TRACE_EVENT’ + 54 | TRACE_EVENT(kmalloc, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kmem.h:54:1: note: in expansion of macro ‘TRACE_EVENT’ + 54 | TRACE_EVENT(kmalloc, + | ^~~~~~~~~~~ +../include/trace/events/kmem.h: In function ‘perf_trace_kfree’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kmem.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ + 94 | TRACE_EVENT(kfree, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kmem.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ + 94 | TRACE_EVENT(kfree, + | ^~~~~~~~~~~ +../include/trace/events/kmem.h: In function ‘perf_trace_kmem_cache_free’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kmem.h:114:1: note: in expansion of macro ‘TRACE_EVENT’ + 114 | TRACE_EVENT(kmem_cache_free, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kmem.h:114:1: note: in expansion of macro ‘TRACE_EVENT’ + 114 | TRACE_EVENT(kmem_cache_free, + | ^~~~~~~~~~~ +../include/trace/events/kmem.h: In function ‘perf_trace_mm_page_free’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kmem.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ + 136 | TRACE_EVENT(mm_page_free, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kmem.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ + 136 | TRACE_EVENT(mm_page_free, + | ^~~~~~~~~~~ +../include/trace/events/kmem.h: In function ‘perf_trace_mm_page_free_batched’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kmem.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ + 158 | TRACE_EVENT(mm_page_free_batched, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kmem.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ + 158 | TRACE_EVENT(mm_page_free_batched, + | ^~~~~~~~~~~ +../include/trace/events/kmem.h: In function ‘perf_trace_mm_page_alloc’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kmem.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ + 177 | TRACE_EVENT(mm_page_alloc, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kmem.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ + 177 | TRACE_EVENT(mm_page_alloc, + | ^~~~~~~~~~~ +../include/trace/events/kmem.h: In function ‘perf_trace_mm_page’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/kmem.h:206:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 206 | DECLARE_EVENT_CLASS(mm_page, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/kmem.h:206:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 206 | DECLARE_EVENT_CLASS(mm_page, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kmem.h: In function ‘perf_trace_mm_page_pcpu_drain’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kmem.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ + 243 | TRACE_EVENT(mm_page_pcpu_drain, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kmem.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ + 243 | TRACE_EVENT(mm_page_pcpu_drain, + | ^~~~~~~~~~~ +../include/trace/events/kmem.h: In function ‘perf_trace_mm_page_alloc_extfrag’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kmem.h:266:1: note: in expansion of macro ‘TRACE_EVENT’ + 266 | TRACE_EVENT(mm_page_alloc_extfrag, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kmem.h:266:1: note: in expansion of macro ‘TRACE_EVENT’ + 266 | TRACE_EVENT(mm_page_alloc_extfrag, + | ^~~~~~~~~~~ +../include/trace/events/kmem.h: In function ‘perf_trace_mm_alloc_contig_migrate_range_info’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kmem.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ + 307 | TRACE_EVENT(mm_alloc_contig_migrate_range_info, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kmem.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ + 307 | TRACE_EVENT(mm_alloc_contig_migrate_range_info, + | ^~~~~~~~~~~ +../include/trace/events/kmem.h: In function ‘perf_trace_rss_stat’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kmem.h:384:1: note: in expansion of macro ‘TRACE_EVENT’ + 384 | TRACE_EVENT(rss_stat, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kmem.h:384:1: note: in expansion of macro ‘TRACE_EVENT’ + 384 | TRACE_EVENT(rss_stat, @@ -20107 +29941 @@ -../fs/iomap/./trace.h: In function ‘__bpf_trace_iomap_readpage_class’: +../include/trace/events/kmem.h: In function ‘__bpf_trace_kmem_cache_alloc’: @@ -20114,3 +29948,6 @@ -../fs/iomap/./trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 27 | DECLARE_EVENT_CLASS(iomap_readpage_class, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kmem.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ + 12 | TRACE_EVENT(kmem_cache_alloc, + | ^~~~~~~~~~~ @@ -20123,4 +29960,7 @@ -../fs/iomap/./trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 27 | DECLARE_EVENT_CLASS(iomap_readpage_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/iomap/./trace.h: In function ‘__bpf_trace_iomap_range_class’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kmem.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ + 12 | TRACE_EVENT(kmem_cache_alloc, + | ^~~~~~~~~~~ +../include/trace/events/kmem.h: In function ‘__bpf_trace_kmalloc’: @@ -20133,3 +29973,6 @@ -../fs/iomap/./trace.h:53:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 53 | DECLARE_EVENT_CLASS(iomap_range_class, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kmem.h:54:1: note: in expansion of macro ‘TRACE_EVENT’ + 54 | TRACE_EVENT(kmalloc, + | ^~~~~~~~~~~ @@ -20142,4 +29985,7 @@ -../fs/iomap/./trace.h:53:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 53 | DECLARE_EVENT_CLASS(iomap_range_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/iomap/./trace.h: In function ‘__bpf_trace_iomap_class’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kmem.h:54:1: note: in expansion of macro ‘TRACE_EVENT’ + 54 | TRACE_EVENT(kmalloc, + | ^~~~~~~~~~~ +../include/trace/events/kmem.h: In function ‘__bpf_trace_kfree’: @@ -20152,3 +29998,6 @@ -../fs/iomap/./trace.h:116:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 116 | DECLARE_EVENT_CLASS(iomap_class, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kmem.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ + 94 | TRACE_EVENT(kfree, + | ^~~~~~~~~~~ @@ -20161,4 +30010,7 @@ -../fs/iomap/./trace.h:116:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 116 | DECLARE_EVENT_CLASS(iomap_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/iomap/./trace.h: In function ‘__bpf_trace_iomap_writepage_map’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kmem.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ + 94 | TRACE_EVENT(kfree, + | ^~~~~~~~~~~ +../include/trace/events/kmem.h: In function ‘__bpf_trace_kmem_cache_free’: @@ -20174,2 +30026,2 @@ -../fs/iomap/./trace.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ - 158 | TRACE_EVENT(iomap_writepage_map, +../include/trace/events/kmem.h:114:1: note: in expansion of macro ‘TRACE_EVENT’ + 114 | TRACE_EVENT(kmem_cache_free, @@ -20186,2 +30038,2 @@ -../fs/iomap/./trace.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ - 158 | TRACE_EVENT(iomap_writepage_map, +../include/trace/events/kmem.h:114:1: note: in expansion of macro ‘TRACE_EVENT’ + 114 | TRACE_EVENT(kmem_cache_free, @@ -20189 +30041 @@ -../fs/iomap/./trace.h: In function ‘__bpf_trace_iomap_iter’: +../include/trace/events/kmem.h: In function ‘__bpf_trace_mm_page_free’: @@ -20199,2 +30051,2 @@ -../fs/iomap/./trace.h:200:1: note: in expansion of macro ‘TRACE_EVENT’ - 200 | TRACE_EVENT(iomap_iter, +../include/trace/events/kmem.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ + 136 | TRACE_EVENT(mm_page_free, @@ -20211,2 +30063,2 @@ -../fs/iomap/./trace.h:200:1: note: in expansion of macro ‘TRACE_EVENT’ - 200 | TRACE_EVENT(iomap_iter, +../include/trace/events/kmem.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ + 136 | TRACE_EVENT(mm_page_free, @@ -20214 +30066 @@ -../fs/iomap/./trace.h: In function ‘__bpf_trace_iomap_dio_rw_begin’: +../include/trace/events/kmem.h: In function ‘__bpf_trace_mm_page_free_batched’: @@ -20224,2 +30076,2 @@ -../fs/iomap/./trace.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ - 236 | TRACE_EVENT(iomap_dio_rw_begin, +../include/trace/events/kmem.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ + 158 | TRACE_EVENT(mm_page_free_batched, @@ -20236,2 +30088,2 @@ -../fs/iomap/./trace.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ - 236 | TRACE_EVENT(iomap_dio_rw_begin, +../include/trace/events/kmem.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ + 158 | TRACE_EVENT(mm_page_free_batched, @@ -20239 +30091 @@ -../fs/iomap/./trace.h: In function ‘__bpf_trace_iomap_dio_complete’: +../include/trace/events/kmem.h: In function ‘__bpf_trace_mm_page_alloc’: @@ -20249,2 +30101,2 @@ -../fs/iomap/./trace.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ - 274 | TRACE_EVENT(iomap_dio_complete, +../include/trace/events/kmem.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ + 177 | TRACE_EVENT(mm_page_alloc, @@ -20261,2 +30113,2 @@ -../fs/iomap/./trace.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ - 274 | TRACE_EVENT(iomap_dio_complete, +../include/trace/events/kmem.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ + 177 | TRACE_EVENT(mm_page_alloc, @@ -20264,12 +30116,26 @@ -make[5]: *** [../scripts/Makefile.build:244: fs/iomap/trace.o] Error 1 -make[4]: *** [../scripts/Makefile.build:485: fs/iomap] Error 2 -In file included from ../include/trace/define_trace.h:108, - from ../drivers/net/ethernet/intel/e1000e/e1000e_trace.h:42, - from ../drivers/net/ethernet/intel/e1000e/netdev.c:31: -../drivers/net/ethernet/intel/e1000e/./e1000e_trace.h: In function ‘trace_event_raw_event_e1000e_trace_mac_register’: -../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/kmem.h: In function ‘__bpf_trace_mm_page’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kmem.h:206:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 206 | DECLARE_EVENT_CLASS(mm_page, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kmem.h:206:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 206 | DECLARE_EVENT_CLASS(mm_page, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kmem.h: In function ‘__bpf_trace_mm_page_pcpu_drain’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -20279,2 +30145,2 @@ -../drivers/net/ethernet/intel/e1000e/./e1000e_trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ - 21 | TRACE_EVENT(e1000e_trace_mac_register, +../include/trace/events/kmem.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ + 243 | TRACE_EVENT(mm_page_pcpu_drain, @@ -20282,6 +30148,6 @@ -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -20291,2 +30157,2 @@ -../drivers/net/ethernet/intel/e1000e/./e1000e_trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ - 21 | TRACE_EVENT(e1000e_trace_mac_register, +../include/trace/events/kmem.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ + 243 | TRACE_EVENT(mm_page_pcpu_drain, @@ -20294,2 +30160,3 @@ -../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/kmem.h: In function ‘__bpf_trace_mm_page_alloc_extfrag’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ @@ -20297,3 +30164,3 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -20303,2 +30170,2 @@ -../drivers/net/ethernet/intel/e1000e/./e1000e_trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ - 21 | TRACE_EVENT(e1000e_trace_mac_register, +../include/trace/events/kmem.h:266:1: note: in expansion of macro ‘TRACE_EVENT’ + 266 | TRACE_EVENT(mm_page_alloc_extfrag, @@ -20306,6 +30173,6 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -20315,2 +30182,2 @@ -../drivers/net/ethernet/intel/e1000e/./e1000e_trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ - 21 | TRACE_EVENT(e1000e_trace_mac_register, +../include/trace/events/kmem.h:266:1: note: in expansion of macro ‘TRACE_EVENT’ + 266 | TRACE_EVENT(mm_page_alloc_extfrag, @@ -20318,6 +30185,7 @@ -../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] - 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ - | ^~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/kmem.h: In function ‘__bpf_trace_mm_alloc_contig_migrate_range_info’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -20327,2 +30195,2 @@ -../drivers/net/ethernet/intel/e1000e/./e1000e_trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ - 21 | TRACE_EVENT(e1000e_trace_mac_register, +../include/trace/events/kmem.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ + 307 | TRACE_EVENT(mm_alloc_contig_migrate_range_info, @@ -20330,2 +30198,13 @@ -In file included from ../include/trace/define_trace.h:110: -../drivers/net/ethernet/intel/e1000e/./e1000e_trace.h: In function ‘__bpf_trace_e1000e_trace_mac_register’: +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kmem.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ + 307 | TRACE_EVENT(mm_alloc_contig_migrate_range_info, + | ^~~~~~~~~~~ +../include/trace/events/kmem.h: In function ‘__bpf_trace_rss_stat’: @@ -20341,2 +30220,2 @@ -../drivers/net/ethernet/intel/e1000e/./e1000e_trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ - 21 | TRACE_EVENT(e1000e_trace_mac_register, +../include/trace/events/kmem.h:384:1: note: in expansion of macro ‘TRACE_EVENT’ + 384 | TRACE_EVENT(rss_stat, @@ -20353,2 +30232,2 @@ -../drivers/net/ethernet/intel/e1000e/./e1000e_trace.h:21:1: note: in expansion of macro ‘TRACE_EVENT’ - 21 | TRACE_EVENT(e1000e_trace_mac_register, +../include/trace/events/kmem.h:384:1: note: in expansion of macro ‘TRACE_EVENT’ + 384 | TRACE_EVENT(rss_stat, @@ -20356,3 +30235,2 @@ -make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/intel/e1000e/netdev.o] Error 1 -make[7]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/intel/e1000e] Error 2 -make[7]: *** Waiting for unfinished jobs.... +make[4]: *** [../scripts/Makefile.build:244: mm/slab_common.o] Error 1 +make[3]: *** [../scripts/Makefile.build:485: mm] Error 2 @@ -20360,3 +30238,3 @@ - from ../drivers/net/wireless/mediatek/mt76/mt792x_trace.h:51, - from ../drivers/net/wireless/mediatek/mt76/mt792x_trace.c:10: -../drivers/net/wireless/mediatek/mt76/./mt792x_trace.h: In function ‘trace_event_raw_event_lp_event’: + from ../drivers/net/wireless/mediatek/mt76/mt7615/mt7615_trace.h:56, + from ../drivers/net/wireless/mediatek/mt76/mt7615/trace.c:10: +../drivers/net/wireless/mediatek/mt76/mt7615/./mt7615_trace.h: In function ‘trace_event_raw_event_dev_token’: @@ -20369,6 +30247,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt76/./mt792x_trace.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ - 23 | TRACE_EVENT(lp_event, - | ^~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/mt7615/./mt7615_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 27 | DECLARE_EVENT_CLASS(dev_token, + | ^~~~~~~~~~~~~~~~~~~ @@ -20381,6 +30256,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt76/./mt792x_trace.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ - 23 | TRACE_EVENT(lp_event, - | ^~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/mt7615/./mt7615_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 27 | DECLARE_EVENT_CLASS(dev_token, + | ^~~~~~~~~~~~~~~~~~~ @@ -20393,6 +30265,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt76/./mt792x_trace.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ - 23 | TRACE_EVENT(lp_event, - | ^~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/mt7615/./mt7615_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 27 | DECLARE_EVENT_CLASS(dev_token, + | ^~~~~~~~~~~~~~~~~~~ @@ -20405,6 +30274,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt76/./mt792x_trace.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ - 23 | TRACE_EVENT(lp_event, - | ^~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/mt7615/./mt7615_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 27 | DECLARE_EVENT_CLASS(dev_token, + | ^~~~~~~~~~~~~~~~~~~ @@ -20417,6 +30283,23 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt76/./mt792x_trace.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ - 23 | TRACE_EVENT(lp_event, - | ^~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/mt7615/./mt7615_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 27 | DECLARE_EVENT_CLASS(dev_token, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../drivers/net/wireless/mediatek/mt76/mt7615/./mt7615_trace.h: In function ‘perf_trace_dev_token’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/mt7615/./mt7615_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 27 | DECLARE_EVENT_CLASS(dev_token, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/mt7615/./mt7615_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 27 | DECLARE_EVENT_CLASS(dev_token, + | ^~~~~~~~~~~~~~~~~~~ @@ -20424 +30307 @@ -../drivers/net/wireless/mediatek/mt76/./mt792x_trace.h: In function ‘__bpf_trace_lp_event’: +../drivers/net/wireless/mediatek/mt76/mt7615/./mt7615_trace.h: In function ‘__bpf_trace_dev_token’: @@ -20431,6 +30314,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt76/./mt792x_trace.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ - 23 | TRACE_EVENT(lp_event, - | ^~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt76/mt7615/./mt7615_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 27 | DECLARE_EVENT_CLASS(dev_token, + | ^~~~~~~~~~~~~~~~~~~ @@ -20443,7 +30323,7 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt76/./mt792x_trace.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ - 23 | TRACE_EVENT(lp_event, - | ^~~~~~~~~~~ -make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/mediatek/mt76/mt792x_trace.o] Error 1 +../drivers/net/wireless/mediatek/mt76/mt7615/./mt7615_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 27 | DECLARE_EVENT_CLASS(dev_token, + | ^~~~~~~~~~~~~~~~~~~ +make[9]: *** [../scripts/Makefile.build:244: drivers/net/wireless/mediatek/mt76/mt7615/trace.o] Error 1 +make[8]: *** [../scripts/Makefile.build:485: drivers/net/wireless/mediatek/mt76/mt7615] Error 2 +make[7]: *** [../scripts/Makefile.build:485: drivers/net/wireless/mediatek/mt76] Error 2 +make[7]: *** Waiting for unfinished jobs.... @@ -20451,3 +30331,3 @@ - from ../drivers/net/wireless/mediatek/mt76/usb_trace.h:86, - from ../drivers/net/wireless/mediatek/mt76/usb_trace.c:10: -../drivers/net/wireless/mediatek/mt76/./usb_trace.h: In function ‘trace_event_raw_event_dev_reg_evt’: + from ../drivers/net/ethernet/mellanox/mlx5/core/diag/cmd_tracepoint.h:45, + from ../drivers/net/ethernet/mellanox/mlx5/core/cmd.c:48: +../drivers/net/ethernet/mellanox/mlx5/core/./diag/cmd_tracepoint.h: In function ‘trace_event_raw_event_mlx5_cmd’: @@ -20460,3 +30340,6 @@ -../drivers/net/wireless/mediatek/mt76/./usb_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 27 | DECLARE_EVENT_CLASS(dev_reg_evt, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/cmd_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(mlx5_cmd, + | ^~~~~~~~~~~ @@ -20469,3 +30352,6 @@ -../drivers/net/wireless/mediatek/mt76/./usb_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 27 | DECLARE_EVENT_CLASS(dev_reg_evt, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/cmd_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(mlx5_cmd, + | ^~~~~~~~~~~ @@ -20478,3 +30364,6 @@ -../drivers/net/wireless/mediatek/mt76/./usb_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 27 | DECLARE_EVENT_CLASS(dev_reg_evt, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/cmd_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(mlx5_cmd, + | ^~~~~~~~~~~ @@ -20487,3 +30376,6 @@ -../drivers/net/wireless/mediatek/mt76/./usb_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 27 | DECLARE_EVENT_CLASS(dev_reg_evt, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/cmd_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(mlx5_cmd, + | ^~~~~~~~~~~ @@ -20496,6 +30388,10 @@ -../drivers/net/wireless/mediatek/mt76/./usb_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 27 | DECLARE_EVENT_CLASS(dev_reg_evt, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt76/./usb_trace.h: In function ‘trace_event_raw_event_urb_transfer’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/cmd_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(mlx5_cmd, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../drivers/net/ethernet/mellanox/mlx5/core/./diag/cmd_tracepoint.h: In function ‘perf_trace_mlx5_cmd’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -20503,2 +30399,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -20506,5 +30402,8 @@ -../drivers/net/wireless/mediatek/mt76/./usb_trace.h:54:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 54 | DECLARE_EVENT_CLASS(urb_transfer, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/cmd_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(mlx5_cmd, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -20512,2 +30411,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -20515,3 +30414,6 @@ -../drivers/net/wireless/mediatek/mt76/./usb_trace.h:54:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 54 | DECLARE_EVENT_CLASS(urb_transfer, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/cmd_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(mlx5_cmd, + | ^~~~~~~~~~~ @@ -20519 +30421 @@ -../drivers/net/wireless/mediatek/mt76/./usb_trace.h: In function ‘__bpf_trace_dev_reg_evt’: +../drivers/net/ethernet/mellanox/mlx5/core/./diag/cmd_tracepoint.h: In function ‘__bpf_trace_mlx5_cmd’: @@ -20526,18 +30428,2 @@ -../drivers/net/wireless/mediatek/mt76/./usb_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 27 | DECLARE_EVENT_CLASS(dev_reg_evt, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt76/./usb_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 27 | DECLARE_EVENT_CLASS(dev_reg_evt, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt76/./usb_trace.h: In function ‘__bpf_trace_urb_transfer’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -20545,3 +30431,3 @@ -../drivers/net/wireless/mediatek/mt76/./usb_trace.h:54:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 54 | DECLARE_EVENT_CLASS(urb_transfer, - | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/cmd_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(mlx5_cmd, + | ^~~~~~~~~~~ @@ -20554,4 +30440,8 @@ -../drivers/net/wireless/mediatek/mt76/./usb_trace.h:54:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 54 | DECLARE_EVENT_CLASS(urb_transfer, - | ^~~~~~~~~~~~~~~~~~~ -make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/mediatek/mt76/usb_trace.o] Error 1 +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/cmd_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(mlx5_cmd, + | ^~~~~~~~~~~ +make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/mellanox/mlx5/core/cmd.o] Error 1 +make[8]: *** Waiting for unfinished jobs.... @@ -20706,0 +30597,120 @@ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/sof.h: In function ‘perf_trace_sof_widget_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sof.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 18 | DECLARE_EVENT_CLASS(sof_widget_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sof.h:18:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 18 | DECLARE_EVENT_CLASS(sof_widget_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sof.h: In function ‘perf_trace_sof_ipc3_period_elapsed_position’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sof.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ + 42 | TRACE_EVENT(sof_ipc3_period_elapsed_position, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sof.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ + 42 | TRACE_EVENT(sof_ipc3_period_elapsed_position, + | ^~~~~~~~~~~ +../include/trace/events/sof.h: In function ‘perf_trace_sof_pcm_pointer_position’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sof.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ + 62 | TRACE_EVENT(sof_pcm_pointer_position, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sof.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ + 62 | TRACE_EVENT(sof_pcm_pointer_position, + | ^~~~~~~~~~~ +../include/trace/events/sof.h: In function ‘perf_trace_sof_stream_position_ipc_rx’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sof.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ + 89 | TRACE_EVENT(sof_stream_position_ipc_rx, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sof.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ + 89 | TRACE_EVENT(sof_stream_position_ipc_rx, + | ^~~~~~~~~~~ +../include/trace/events/sof.h: In function ‘perf_trace_sof_ipc4_fw_config’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sof.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ + 101 | TRACE_EVENT(sof_ipc4_fw_config, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sof.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ + 101 | TRACE_EVENT(sof_ipc4_fw_config, + | ^~~~~~~~~~~ @@ -20830,3 +30840,3 @@ - from ../drivers/net/wireless/mediatek/mt76/mt76x02_trace.h:87, - from ../drivers/net/wireless/mediatek/mt76/mt76x02_trace.c:10: -../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h: In function ‘trace_event_raw_event_dev_evt’: + from ../include/trace/events/mlxsw.h:119, + from ../drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_atcam.c:11: +../include/trace/events/mlxsw.h: In function ‘trace_event_raw_event_mlxsw_sp_acl_atcam_entry_add_ctcam_spill’: @@ -20839,3 +30849,6 @@ -../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:26:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 26 | DECLARE_EVENT_CLASS(dev_evt, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mlxsw.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ + 16 | TRACE_EVENT(mlxsw_sp_acl_atcam_entry_add_ctcam_spill, + | ^~~~~~~~~~~ @@ -20848,3 +30861,6 @@ -../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:26:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 26 | DECLARE_EVENT_CLASS(dev_evt, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mlxsw.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ + 16 | TRACE_EVENT(mlxsw_sp_acl_atcam_entry_add_ctcam_spill, + | ^~~~~~~~~~~ @@ -20857,3 +30873,6 @@ -../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:26:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 26 | DECLARE_EVENT_CLASS(dev_evt, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mlxsw.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ + 16 | TRACE_EVENT(mlxsw_sp_acl_atcam_entry_add_ctcam_spill, + | ^~~~~~~~~~~ @@ -20866,3 +30885,6 @@ -../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:26:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 26 | DECLARE_EVENT_CLASS(dev_evt, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mlxsw.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ + 16 | TRACE_EVENT(mlxsw_sp_acl_atcam_entry_add_ctcam_spill, + | ^~~~~~~~~~~ @@ -20875,4 +30897,7 @@ -../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:26:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 26 | DECLARE_EVENT_CLASS(dev_evt, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h: In function ‘trace_event_raw_event_mac_txstat_fetch’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mlxsw.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ + 16 | TRACE_EVENT(mlxsw_sp_acl_atcam_entry_add_ctcam_spill, + | ^~~~~~~~~~~ +../include/trace/events/mlxsw.h: In function ‘trace_event_raw_event_mlxsw_sp_acl_tcam_vregion_rehash’: @@ -20888,2 +30913,2 @@ -../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ - 43 | TRACE_EVENT(mac_txstat_fetch, +../include/trace/events/mlxsw.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ + 36 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_rehash, @@ -20900,2 +30925,203 @@ -../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ - 43 | TRACE_EVENT(mac_txstat_fetch, +../include/trace/events/mlxsw.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ + 36 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_rehash, + | ^~~~~~~~~~~ +../include/trace/events/mlxsw.h: In function ‘trace_event_raw_event_mlxsw_sp_acl_tcam_vregion_migrate’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mlxsw.h:56:1: note: in expansion of macro ‘TRACE_EVENT’ + 56 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_migrate, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mlxsw.h:56:1: note: in expansion of macro ‘TRACE_EVENT’ + 56 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_migrate, + | ^~~~~~~~~~~ +../include/trace/events/mlxsw.h: In function ‘trace_event_raw_event_mlxsw_sp_acl_tcam_vregion_migrate_end’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mlxsw.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ + 76 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_migrate_end, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mlxsw.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ + 76 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_migrate_end, + | ^~~~~~~~~~~ +../include/trace/events/mlxsw.h: In function ‘trace_event_raw_event_mlxsw_sp_acl_tcam_vregion_rehash_rollback_failed’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mlxsw.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ + 96 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_rehash_rollback_failed, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mlxsw.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ + 96 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_rehash_rollback_failed, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/mlxsw.h: In function ‘perf_trace_mlxsw_sp_acl_atcam_entry_add_ctcam_spill’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mlxsw.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ + 16 | TRACE_EVENT(mlxsw_sp_acl_atcam_entry_add_ctcam_spill, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mlxsw.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ + 16 | TRACE_EVENT(mlxsw_sp_acl_atcam_entry_add_ctcam_spill, + | ^~~~~~~~~~~ +../include/trace/events/mlxsw.h: In function ‘perf_trace_mlxsw_sp_acl_tcam_vregion_rehash’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mlxsw.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ + 36 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_rehash, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mlxsw.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ + 36 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_rehash, + | ^~~~~~~~~~~ +../include/trace/events/mlxsw.h: In function ‘perf_trace_mlxsw_sp_acl_tcam_vregion_migrate’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mlxsw.h:56:1: note: in expansion of macro ‘TRACE_EVENT’ + 56 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_migrate, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mlxsw.h:56:1: note: in expansion of macro ‘TRACE_EVENT’ + 56 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_migrate, + | ^~~~~~~~~~~ +../include/trace/events/mlxsw.h: In function ‘perf_trace_mlxsw_sp_acl_tcam_vregion_migrate_end’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mlxsw.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ + 76 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_migrate_end, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mlxsw.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ + 76 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_migrate_end, + | ^~~~~~~~~~~ +../include/trace/events/mlxsw.h: In function ‘perf_trace_mlxsw_sp_acl_tcam_vregion_rehash_rollback_failed’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mlxsw.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ + 96 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_rehash_rollback_failed, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mlxsw.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ + 96 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_rehash_rollback_failed, @@ -20904 +31130 @@ -../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h: In function ‘__bpf_trace_dev_evt’: +../include/trace/events/mlxsw.h: In function ‘__bpf_trace_mlxsw_sp_acl_atcam_entry_add_ctcam_spill’: @@ -20911,3 +31137,6 @@ -../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:26:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 26 | DECLARE_EVENT_CLASS(dev_evt, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mlxsw.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ + 16 | TRACE_EVENT(mlxsw_sp_acl_atcam_entry_add_ctcam_spill, + | ^~~~~~~~~~~ @@ -20920,4 +31149,7 @@ -../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:26:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 26 | DECLARE_EVENT_CLASS(dev_evt, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h: In function ‘__bpf_trace_mac_txstat_fetch’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mlxsw.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ + 16 | TRACE_EVENT(mlxsw_sp_acl_atcam_entry_add_ctcam_spill, + | ^~~~~~~~~~~ +../include/trace/events/mlxsw.h: In function ‘__bpf_trace_mlxsw_sp_acl_tcam_vregion_rehash’: @@ -20933,2 +31165,2 @@ -../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ - 43 | TRACE_EVENT(mac_txstat_fetch, +../include/trace/events/mlxsw.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ + 36 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_rehash, @@ -20945,2 +31177,2 @@ -../drivers/net/wireless/mediatek/mt76/./mt76x02_trace.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ - 43 | TRACE_EVENT(mac_txstat_fetch, +../include/trace/events/mlxsw.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ + 36 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_rehash, @@ -20948 +31180,78 @@ -make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/mediatek/mt76/mt76x02_trace.o] Error 1 +../include/trace/events/mlxsw.h: In function ‘__bpf_trace_mlxsw_sp_acl_tcam_vregion_migrate’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mlxsw.h:56:1: note: in expansion of macro ‘TRACE_EVENT’ + 56 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_migrate, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mlxsw.h:56:1: note: in expansion of macro ‘TRACE_EVENT’ + 56 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_migrate, + | ^~~~~~~~~~~ +../include/trace/events/mlxsw.h: In function ‘__bpf_trace_mlxsw_sp_acl_tcam_vregion_migrate_end’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mlxsw.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ + 76 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_migrate_end, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mlxsw.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ + 76 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_migrate_end, + | ^~~~~~~~~~~ +../include/trace/events/mlxsw.h: In function ‘__bpf_trace_mlxsw_sp_acl_tcam_vregion_rehash_rollback_failed’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mlxsw.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ + 96 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_rehash_rollback_failed, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/mlxsw.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ + 96 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_rehash_rollback_failed, + | ^~~~~~~~~~~ +make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_atcam.o] Error 1 +make[7]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/mellanox/mlxsw] Error 2 +make[7]: *** Waiting for unfinished jobs.... @@ -20950,3 +31259,3 @@ - from ../drivers/net/ethernet/freescale/dpaa2/dpaa2-eth-trace.h:197, - from ../drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c:29: -../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h: In function ‘trace_event_raw_event_dpaa2_eth_fd’: + from ../drivers/net/wireless/ath/wil6210/trace.h:285, + from ../drivers/net/wireless/ath/wil6210/trace.c:9: +../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘trace_event_raw_event_wil6210_wmi’: @@ -20959,2 +31268,2 @@ -../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 24 | DECLARE_EVENT_CLASS(dpaa2_eth_fd, +../drivers/net/wireless/ath/wil6210/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 29 | DECLARE_EVENT_CLASS(wil6210_wmi, @@ -20968,2 +31277,2 @@ -../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 24 | DECLARE_EVENT_CLASS(dpaa2_eth_fd, +../drivers/net/wireless/ath/wil6210/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 29 | DECLARE_EVENT_CLASS(wil6210_wmi, @@ -20977,2 +31286,2 @@ -../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 24 | DECLARE_EVENT_CLASS(dpaa2_eth_fd, +../drivers/net/wireless/ath/wil6210/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 29 | DECLARE_EVENT_CLASS(wil6210_wmi, @@ -20986,2 +31295,2 @@ -../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 24 | DECLARE_EVENT_CLASS(dpaa2_eth_fd, +../drivers/net/wireless/ath/wil6210/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 29 | DECLARE_EVENT_CLASS(wil6210_wmi, @@ -20995,2 +31304,2 @@ -../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 24 | DECLARE_EVENT_CLASS(dpaa2_eth_fd, +../drivers/net/wireless/ath/wil6210/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 29 | DECLARE_EVENT_CLASS(wil6210_wmi, @@ -20998 +31307 @@ -../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h: In function ‘trace_event_raw_event_dpaa2_eth_buf’: +../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘trace_event_raw_event_wil6210_log_event’: @@ -21005,2 +31314,2 @@ -../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 109 | DECLARE_EVENT_CLASS(dpaa2_eth_buf, +../drivers/net/wireless/ath/wil6210/./trace.h:69:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 69 | DECLARE_EVENT_CLASS(wil6210_log_event, @@ -21014,41 +31323,2 @@ -../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 109 | DECLARE_EVENT_CLASS(dpaa2_eth_buf, - | ^~~~~~~~~~~~~~~~~~~ -In file included from ../include/trace/define_trace.h:110: -../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h: In function ‘__bpf_trace_dpaa2_eth_fd’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 24 | DECLARE_EVENT_CLASS(dpaa2_eth_fd, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:24:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 24 | DECLARE_EVENT_CLASS(dpaa2_eth_fd, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h: In function ‘__bpf_trace_dpaa2_eth_buf’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 109 | DECLARE_EVENT_CLASS(dpaa2_eth_buf, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/freescale/dpaa2/./dpaa2-eth-trace.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 109 | DECLARE_EVENT_CLASS(dpaa2_eth_buf, +../drivers/net/wireless/ath/wil6210/./trace.h:69:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 69 | DECLARE_EVENT_CLASS(wil6210_log_event, @@ -21056,8 +31326,2 @@ -make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.o] Error 1 -make[7]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/freescale/dpaa2] Error 2 -make[6]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/freescale] Error 2 -In file included from ../include/trace/define_trace.h:108, - from ../drivers/net/wireless/mediatek/mt76/mt7615/mt7615_trace.h:56, - from ../drivers/net/wireless/mediatek/mt76/mt7615/trace.c:10: -../drivers/net/wireless/mediatek/mt76/mt7615/./mt7615_trace.h: In function ‘trace_event_raw_event_dev_token’: -../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] +../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘trace_event_raw_event_wil6210_irq_pseudo’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? @@ -21065 +31329 @@ - | ^~~~~~~~~~~~~~~~~~~~~ + | ^~~~~~~~~~~~~~~ @@ -21069,4 +31333,7 @@ -../drivers/net/wireless/mediatek/mt76/mt7615/./mt7615_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 27 | DECLARE_EVENT_CLASS(dev_token, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ + 101 | TRACE_EVENT(wil6210_irq_pseudo, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? @@ -21074 +31341 @@ - | ^~~~~~~~~~~~~~~ + | ^~~~~~~~~~~~~~~~~ @@ -21078,4 +31345,8 @@ -../drivers/net/wireless/mediatek/mt76/mt7615/./mt7615_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 27 | DECLARE_EVENT_CLASS(dev_token, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ + 101 | TRACE_EVENT(wil6210_irq_pseudo, + | ^~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘trace_event_raw_event_wil6210_irq’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? @@ -21087,2 +31358,2 @@ -../drivers/net/wireless/mediatek/mt76/mt7615/./mt7615_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 27 | DECLARE_EVENT_CLASS(dev_token, +../drivers/net/wireless/ath/wil6210/./trace.h:114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 114 | DECLARE_EVENT_CLASS(wil6210_irq, @@ -21096,2 +31367,2 @@ -../drivers/net/wireless/mediatek/mt76/mt7615/./mt7615_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 27 | DECLARE_EVENT_CLASS(dev_token, +../drivers/net/wireless/ath/wil6210/./trace.h:114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 114 | DECLARE_EVENT_CLASS(wil6210_irq, @@ -21099,3 +31370,4 @@ -../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] - 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ - | ^~~~~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘trace_event_raw_event_wil6210_rx’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ @@ -21105,19 +31377,2 @@ -../drivers/net/wireless/mediatek/mt76/mt7615/./mt7615_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 27 | DECLARE_EVENT_CLASS(dev_token, - | ^~~~~~~~~~~~~~~~~~~ -In file included from ../include/trace/define_trace.h:110: -../drivers/net/wireless/mediatek/mt76/mt7615/./mt7615_trace.h: In function ‘__bpf_trace_dev_token’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt76/mt7615/./mt7615_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 27 | DECLARE_EVENT_CLASS(dev_token, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -21125,12 +31380,4 @@ -../drivers/net/wireless/mediatek/mt76/mt7615/./mt7615_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 27 | DECLARE_EVENT_CLASS(dev_token, - | ^~~~~~~~~~~~~~~~~~~ -make[9]: *** [../scripts/Makefile.build:244: drivers/net/wireless/mediatek/mt76/mt7615/trace.o] Error 1 -make[8]: *** [../scripts/Makefile.build:485: drivers/net/wireless/mediatek/mt76/mt7615] Error 2 -make[7]: *** [../scripts/Makefile.build:485: drivers/net/wireless/mediatek/mt76] Error 2 -make[7]: *** Waiting for unfinished jobs.... -In file included from ../include/trace/define_trace.h:108, - from ../drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_trace.h:137, - from ../drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_mbx.c:9: -../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h: In function ‘trace_event_raw_event_hclge_vf_mbx_get’: -../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] +../drivers/net/wireless/ath/wil6210/./trace.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ + 146 | TRACE_EVENT(wil6210_rx, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? @@ -21138 +31385 @@ - | ^~~~~~~~~~~~~~~~~~~~~ + | ^~~~~~~~~~~~~~~~~ @@ -21145,2 +31392,2 @@ -../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ - 16 | TRACE_EVENT(hclge_vf_mbx_get, +../drivers/net/wireless/ath/wil6210/./trace.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ + 146 | TRACE_EVENT(wil6210_rx, @@ -21147,0 +31395 @@ +../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘trace_event_raw_event_wil6210_rx_status’: @@ -21157,2 +31405,2 @@ -../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ - 16 | TRACE_EVENT(hclge_vf_mbx_get, +../drivers/net/wireless/ath/wil6210/./trace.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ + 177 | TRACE_EVENT(wil6210_rx_status, @@ -21160 +31408 @@ -../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? @@ -21162 +31410 @@ - | ^~~~~~~~~~~~~~~ + | ^~~~~~~~~~~~~~~~~ @@ -21169,2 +31417,2 @@ -../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ - 16 | TRACE_EVENT(hclge_vf_mbx_get, +../drivers/net/wireless/ath/wil6210/./trace.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ + 177 | TRACE_EVENT(wil6210_rx_status, @@ -21172 +31420,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? +../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘trace_event_raw_event_wil6210_tx’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? @@ -21174 +31423 @@ - | ^~~~~~~~~~~~~~~~~ + | ^~~~~~~~~~~~~~~ @@ -21181,2 +31430,2 @@ -../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ - 16 | TRACE_EVENT(hclge_vf_mbx_get, +../drivers/net/wireless/ath/wil6210/./trace.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ + 211 | TRACE_EVENT(wil6210_tx, @@ -21184,3 +31433,3 @@ -../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] - 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ - | ^~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ @@ -21193,2 +31442,2 @@ -../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ - 16 | TRACE_EVENT(hclge_vf_mbx_get, +../drivers/net/wireless/ath/wil6210/./trace.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ + 211 | TRACE_EVENT(wil6210_tx, @@ -21196 +31445 @@ -../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h: In function ‘trace_event_raw_event_hclge_vf_mbx_send’: +../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘trace_event_raw_event_wil6210_tx_done’: @@ -21206,2 +31455,2 @@ -../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ - 47 | TRACE_EVENT(hclge_vf_mbx_send, +../drivers/net/wireless/ath/wil6210/./trace.h:230:1: note: in expansion of macro ‘TRACE_EVENT’ + 230 | TRACE_EVENT(wil6210_tx_done, @@ -21218,2 +31467,2 @@ -../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ - 47 | TRACE_EVENT(hclge_vf_mbx_send, +../drivers/net/wireless/ath/wil6210/./trace.h:230:1: note: in expansion of macro ‘TRACE_EVENT’ + 230 | TRACE_EVENT(wil6210_tx_done, @@ -21221 +31470 @@ -../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h: In function ‘trace_event_raw_event_hclge_vf_cmd_template’: +../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘trace_event_raw_event_wil6210_tx_status’: @@ -21228,3 +31477,6 @@ -../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:80:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 80 | DECLARE_EVENT_CLASS(hclge_vf_cmd_template, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h:250:1: note: in expansion of macro ‘TRACE_EVENT’ + 250 | TRACE_EVENT(wil6210_tx_status, + | ^~~~~~~~~~~ @@ -21237,2 +31489,88 @@ -../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:80:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 80 | DECLARE_EVENT_CLASS(hclge_vf_cmd_template, +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h:250:1: note: in expansion of macro ‘TRACE_EVENT’ + 250 | TRACE_EVENT(wil6210_tx_status, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘perf_trace_wil6210_wmi’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 29 | DECLARE_EVENT_CLASS(wil6210_wmi, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 29 | DECLARE_EVENT_CLASS(wil6210_wmi, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘perf_trace_wil6210_log_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h:69:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 69 | DECLARE_EVENT_CLASS(wil6210_log_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h:69:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 69 | DECLARE_EVENT_CLASS(wil6210_log_event, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘perf_trace_wil6210_irq_pseudo’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ + 101 | TRACE_EVENT(wil6210_irq_pseudo, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ + 101 | TRACE_EVENT(wil6210_irq_pseudo, + | ^~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘perf_trace_wil6210_irq’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h:114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 114 | DECLARE_EVENT_CLASS(wil6210_irq, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h:114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 114 | DECLARE_EVENT_CLASS(wil6210_irq, @@ -21239,0 +31578,125 @@ +../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘perf_trace_wil6210_rx’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ + 146 | TRACE_EVENT(wil6210_rx, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ + 146 | TRACE_EVENT(wil6210_rx, + | ^~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘perf_trace_wil6210_rx_status’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ + 177 | TRACE_EVENT(wil6210_rx_status, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ + 177 | TRACE_EVENT(wil6210_rx_status, + | ^~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘perf_trace_wil6210_tx’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ + 211 | TRACE_EVENT(wil6210_tx, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ + 211 | TRACE_EVENT(wil6210_tx, + | ^~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘perf_trace_wil6210_tx_done’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h:230:1: note: in expansion of macro ‘TRACE_EVENT’ + 230 | TRACE_EVENT(wil6210_tx_done, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h:230:1: note: in expansion of macro ‘TRACE_EVENT’ + 230 | TRACE_EVENT(wil6210_tx_done, + | ^~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘perf_trace_wil6210_tx_status’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h:250:1: note: in expansion of macro ‘TRACE_EVENT’ + 250 | TRACE_EVENT(wil6210_tx_status, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h:250:1: note: in expansion of macro ‘TRACE_EVENT’ + 250 | TRACE_EVENT(wil6210_tx_status, + | ^~~~~~~~~~~ @@ -21241 +31704,39 @@ -../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h: In function ‘__bpf_trace_hclge_vf_mbx_get’: +../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘__bpf_trace_wil6210_wmi’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 29 | DECLARE_EVENT_CLASS(wil6210_wmi, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 29 | DECLARE_EVENT_CLASS(wil6210_wmi, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘__bpf_trace_wil6210_log_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h:69:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 69 | DECLARE_EVENT_CLASS(wil6210_log_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h:69:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 69 | DECLARE_EVENT_CLASS(wil6210_log_event, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘__bpf_trace_wil6210_irq_pseudo’: @@ -21251,2 +31752,2 @@ -../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ - 16 | TRACE_EVENT(hclge_vf_mbx_get, +../drivers/net/wireless/ath/wil6210/./trace.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ + 101 | TRACE_EVENT(wil6210_irq_pseudo, @@ -21263,2 +31764,2 @@ -../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ - 16 | TRACE_EVENT(hclge_vf_mbx_get, +../drivers/net/wireless/ath/wil6210/./trace.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ + 101 | TRACE_EVENT(wil6210_irq_pseudo, @@ -21266 +31767,20 @@ -../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h: In function ‘__bpf_trace_hclge_vf_mbx_send’: +../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘__bpf_trace_wil6210_irq’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h:114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 114 | DECLARE_EVENT_CLASS(wil6210_irq, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h:114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 114 | DECLARE_EVENT_CLASS(wil6210_irq, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘__bpf_trace_wil6210_rx’: @@ -21276,2 +31796,2 @@ -../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ - 47 | TRACE_EVENT(hclge_vf_mbx_send, +../drivers/net/wireless/ath/wil6210/./trace.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ + 146 | TRACE_EVENT(wil6210_rx, @@ -21288,2 +31808,2 @@ -../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:47:1: note: in expansion of macro ‘TRACE_EVENT’ - 47 | TRACE_EVENT(hclge_vf_mbx_send, +../drivers/net/wireless/ath/wil6210/./trace.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ + 146 | TRACE_EVENT(wil6210_rx, @@ -21291 +31811 @@ -../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h: In function ‘__bpf_trace_hclge_vf_cmd_template’: +../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘__bpf_trace_wil6210_rx_status’: @@ -21298,3 +31818,6 @@ -../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:80:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 80 | DECLARE_EVENT_CLASS(hclge_vf_cmd_template, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ + 177 | TRACE_EVENT(wil6210_rx_status, + | ^~~~~~~~~~~ @@ -21307,5 +31830,83 @@ -../drivers/net/ethernet/hisilicon/hns3/hns3vf/./hclgevf_trace.h:80:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 80 | DECLARE_EVENT_CLASS(hclge_vf_cmd_template, - | ^~~~~~~~~~~~~~~~~~~ -make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_mbx.o] Error 1 -make[8]: *** Waiting for unfinished jobs.... +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ + 177 | TRACE_EVENT(wil6210_rx_status, + | ^~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘__bpf_trace_wil6210_tx’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ + 211 | TRACE_EVENT(wil6210_tx, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ + 211 | TRACE_EVENT(wil6210_tx, + | ^~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘__bpf_trace_wil6210_tx_done’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h:230:1: note: in expansion of macro ‘TRACE_EVENT’ + 230 | TRACE_EVENT(wil6210_tx_done, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h:230:1: note: in expansion of macro ‘TRACE_EVENT’ + 230 | TRACE_EVENT(wil6210_tx_done, + | ^~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘__bpf_trace_wil6210_tx_status’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h:250:1: note: in expansion of macro ‘TRACE_EVENT’ + 250 | TRACE_EVENT(wil6210_tx_status, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/wil6210/./trace.h:250:1: note: in expansion of macro ‘TRACE_EVENT’ + 250 | TRACE_EVENT(wil6210_tx_status, + | ^~~~~~~~~~~ +make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/ath/wil6210/trace.o] Error 1 +make[7]: *** [../scripts/Makefile.build:485: drivers/net/wireless/ath/wil6210] Error 2 @@ -21313,3 +31914,3 @@ - from ../drivers/net/wireless/ath/ath12k/trace.h:179, - from ../drivers/net/wireless/ath/ath12k/trace.c:10: -../drivers/net/wireless/ath/ath12k/./trace.h: In function ‘trace_event_raw_event_ath12k_htt_pktlog’: + from ../drivers/net/wireless/silabs/wfx/traces.h:496, + from ../drivers/net/wireless/silabs/wfx/debug.c:20: +../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘trace_event_raw_event_hif_data’: @@ -21322,6 +31923,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/ath12k/./trace.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ - 24 | TRACE_EVENT(ath12k_htt_pktlog, - | ^~~~~~~~~~~ +../drivers/net/wireless/silabs/wfx/./traces.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 159 | DECLARE_EVENT_CLASS(hif_data, + | ^~~~~~~~~~~~~~~~~~~ @@ -21334,6 +31932,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/ath12k/./trace.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ - 24 | TRACE_EVENT(ath12k_htt_pktlog, - | ^~~~~~~~~~~ +../drivers/net/wireless/silabs/wfx/./traces.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 159 | DECLARE_EVENT_CLASS(hif_data, + | ^~~~~~~~~~~~~~~~~~~ @@ -21346,6 +31941,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/ath12k/./trace.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ - 24 | TRACE_EVENT(ath12k_htt_pktlog, - | ^~~~~~~~~~~ +../drivers/net/wireless/silabs/wfx/./traces.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 159 | DECLARE_EVENT_CLASS(hif_data, + | ^~~~~~~~~~~~~~~~~~~ @@ -21358,6 +31950,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/ath12k/./trace.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ - 24 | TRACE_EVENT(ath12k_htt_pktlog, - | ^~~~~~~~~~~ +../drivers/net/wireless/silabs/wfx/./traces.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 159 | DECLARE_EVENT_CLASS(hif_data, + | ^~~~~~~~~~~~~~~~~~~ @@ -21370,7 +31959,61 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/ath12k/./trace.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ - 24 | TRACE_EVENT(ath12k_htt_pktlog, - | ^~~~~~~~~~~ -../drivers/net/wireless/ath/ath12k/./trace.h: In function ‘trace_event_raw_event_ath12k_htt_ppdu_stats’: +../drivers/net/wireless/silabs/wfx/./traces.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 159 | DECLARE_EVENT_CLASS(hif_data, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘trace_event_raw_event_io_data’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/silabs/wfx/./traces.h:236:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 236 | DECLARE_EVENT_CLASS(io_data, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/silabs/wfx/./traces.h:236:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 236 | DECLARE_EVENT_CLASS(io_data, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘trace_event_raw_event_io_data32’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/silabs/wfx/./traces.h:279:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 279 | DECLARE_EVENT_CLASS(io_data32, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/silabs/wfx/./traces.h:279:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 279 | DECLARE_EVENT_CLASS(io_data32, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘trace_event_raw_event_piggyback’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/silabs/wfx/./traces.h:314:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 314 | DECLARE_EVENT_CLASS(piggyback, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/silabs/wfx/./traces.h:314:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 314 | DECLARE_EVENT_CLASS(piggyback, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘trace_event_raw_event_bh_stats’: @@ -21386,2 +32029,2 @@ -../drivers/net/wireless/ath/ath12k/./trace.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ - 55 | TRACE_EVENT(ath12k_htt_ppdu_stats, +../drivers/net/wireless/silabs/wfx/./traces.h:335:1: note: in expansion of macro ‘TRACE_EVENT’ + 335 | TRACE_EVENT(bh_stats, @@ -21398,2 +32041,2 @@ -../drivers/net/wireless/ath/ath12k/./trace.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ - 55 | TRACE_EVENT(ath12k_htt_ppdu_stats, +../drivers/net/wireless/silabs/wfx/./traces.h:335:1: note: in expansion of macro ‘TRACE_EVENT’ + 335 | TRACE_EVENT(bh_stats, @@ -21401 +32044 @@ -../drivers/net/wireless/ath/ath12k/./trace.h: In function ‘trace_event_raw_event_ath12k_htt_rxdesc’: +../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘trace_event_raw_event_tx_stats’: @@ -21411,2 +32054,2 @@ -../drivers/net/wireless/ath/ath12k/./trace.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ - 98 | TRACE_EVENT(ath12k_htt_rxdesc, +../drivers/net/wireless/silabs/wfx/./traces.h:363:1: note: in expansion of macro ‘TRACE_EVENT’ + 363 | TRACE_EVENT(tx_stats, @@ -21423,2 +32066,2 @@ -../drivers/net/wireless/ath/ath12k/./trace.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ - 98 | TRACE_EVENT(ath12k_htt_rxdesc, +../drivers/net/wireless/silabs/wfx/./traces.h:363:1: note: in expansion of macro ‘TRACE_EVENT’ + 363 | TRACE_EVENT(tx_stats, @@ -21426 +32069 @@ -../drivers/net/wireless/ath/ath12k/./trace.h: In function ‘trace_event_raw_event_ath12k_wmi_diag’: +../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘trace_event_raw_event_queues_stats’: @@ -21436,2 +32079,2 @@ -../drivers/net/wireless/ath/ath12k/./trace.h:143:1: note: in expansion of macro ‘TRACE_EVENT’ - 143 | TRACE_EVENT(ath12k_wmi_diag, +../drivers/net/wireless/silabs/wfx/./traces.h:437:1: note: in expansion of macro ‘TRACE_EVENT’ + 437 | TRACE_EVENT(queues_stats, @@ -21448,2 +32091,154 @@ -../drivers/net/wireless/ath/ath12k/./trace.h:143:1: note: in expansion of macro ‘TRACE_EVENT’ - 143 | TRACE_EVENT(ath12k_wmi_diag, +../drivers/net/wireless/silabs/wfx/./traces.h:437:1: note: in expansion of macro ‘TRACE_EVENT’ + 437 | TRACE_EVENT(queues_stats, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘perf_trace_hif_data’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/silabs/wfx/./traces.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 159 | DECLARE_EVENT_CLASS(hif_data, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/silabs/wfx/./traces.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 159 | DECLARE_EVENT_CLASS(hif_data, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘perf_trace_io_data’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/silabs/wfx/./traces.h:236:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 236 | DECLARE_EVENT_CLASS(io_data, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/silabs/wfx/./traces.h:236:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 236 | DECLARE_EVENT_CLASS(io_data, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘perf_trace_io_data32’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/silabs/wfx/./traces.h:279:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 279 | DECLARE_EVENT_CLASS(io_data32, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/silabs/wfx/./traces.h:279:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 279 | DECLARE_EVENT_CLASS(io_data32, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘perf_trace_piggyback’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/silabs/wfx/./traces.h:314:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 314 | DECLARE_EVENT_CLASS(piggyback, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/silabs/wfx/./traces.h:314:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 314 | DECLARE_EVENT_CLASS(piggyback, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘perf_trace_bh_stats’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/silabs/wfx/./traces.h:335:1: note: in expansion of macro ‘TRACE_EVENT’ + 335 | TRACE_EVENT(bh_stats, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/silabs/wfx/./traces.h:335:1: note: in expansion of macro ‘TRACE_EVENT’ + 335 | TRACE_EVENT(bh_stats, + | ^~~~~~~~~~~ +../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘perf_trace_tx_stats’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/silabs/wfx/./traces.h:363:1: note: in expansion of macro ‘TRACE_EVENT’ + 363 | TRACE_EVENT(tx_stats, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/silabs/wfx/./traces.h:363:1: note: in expansion of macro ‘TRACE_EVENT’ + 363 | TRACE_EVENT(tx_stats, + | ^~~~~~~~~~~ +../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘perf_trace_queues_stats’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/silabs/wfx/./traces.h:437:1: note: in expansion of macro ‘TRACE_EVENT’ + 437 | TRACE_EVENT(queues_stats, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/silabs/wfx/./traces.h:437:1: note: in expansion of macro ‘TRACE_EVENT’ + 437 | TRACE_EVENT(queues_stats, @@ -21452 +32247,77 @@ -../drivers/net/wireless/ath/ath12k/./trace.h: In function ‘__bpf_trace_ath12k_htt_pktlog’: +../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘__bpf_trace_hif_data’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/silabs/wfx/./traces.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 159 | DECLARE_EVENT_CLASS(hif_data, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/silabs/wfx/./traces.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 159 | DECLARE_EVENT_CLASS(hif_data, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘__bpf_trace_io_data’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/silabs/wfx/./traces.h:236:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 236 | DECLARE_EVENT_CLASS(io_data, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/silabs/wfx/./traces.h:236:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 236 | DECLARE_EVENT_CLASS(io_data, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘__bpf_trace_io_data32’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/silabs/wfx/./traces.h:279:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 279 | DECLARE_EVENT_CLASS(io_data32, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/silabs/wfx/./traces.h:279:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 279 | DECLARE_EVENT_CLASS(io_data32, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘__bpf_trace_piggyback’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/silabs/wfx/./traces.h:314:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 314 | DECLARE_EVENT_CLASS(piggyback, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/silabs/wfx/./traces.h:314:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 314 | DECLARE_EVENT_CLASS(piggyback, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘__bpf_trace_bh_stats’: @@ -21462,2 +32333,2 @@ -../drivers/net/wireless/ath/ath12k/./trace.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ - 24 | TRACE_EVENT(ath12k_htt_pktlog, +../drivers/net/wireless/silabs/wfx/./traces.h:335:1: note: in expansion of macro ‘TRACE_EVENT’ + 335 | TRACE_EVENT(bh_stats, @@ -21474,2 +32345,2 @@ -../drivers/net/wireless/ath/ath12k/./trace.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ - 24 | TRACE_EVENT(ath12k_htt_pktlog, +../drivers/net/wireless/silabs/wfx/./traces.h:335:1: note: in expansion of macro ‘TRACE_EVENT’ + 335 | TRACE_EVENT(bh_stats, @@ -21477 +32348 @@ -../drivers/net/wireless/ath/ath12k/./trace.h: In function ‘__bpf_trace_ath12k_htt_ppdu_stats’: +../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘__bpf_trace_tx_stats’: @@ -21487,2 +32358,2 @@ -../drivers/net/wireless/ath/ath12k/./trace.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ - 55 | TRACE_EVENT(ath12k_htt_ppdu_stats, +../drivers/net/wireless/silabs/wfx/./traces.h:363:1: note: in expansion of macro ‘TRACE_EVENT’ + 363 | TRACE_EVENT(tx_stats, @@ -21499,2 +32370,2 @@ -../drivers/net/wireless/ath/ath12k/./trace.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ - 55 | TRACE_EVENT(ath12k_htt_ppdu_stats, +../drivers/net/wireless/silabs/wfx/./traces.h:363:1: note: in expansion of macro ‘TRACE_EVENT’ + 363 | TRACE_EVENT(tx_stats, @@ -21502 +32373 @@ -../drivers/net/wireless/ath/ath12k/./trace.h: In function ‘__bpf_trace_ath12k_htt_rxdesc’: +../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘__bpf_trace_queues_stats’: @@ -21512,2 +32383,2 @@ -../drivers/net/wireless/ath/ath12k/./trace.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ - 98 | TRACE_EVENT(ath12k_htt_rxdesc, +../drivers/net/wireless/silabs/wfx/./traces.h:437:1: note: in expansion of macro ‘TRACE_EVENT’ + 437 | TRACE_EVENT(queues_stats, @@ -21524,2 +32395,2 @@ -../drivers/net/wireless/ath/ath12k/./trace.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ - 98 | TRACE_EVENT(ath12k_htt_rxdesc, +../drivers/net/wireless/silabs/wfx/./traces.h:437:1: note: in expansion of macro ‘TRACE_EVENT’ + 437 | TRACE_EVENT(queues_stats, @@ -21527 +32398,95 @@ -../drivers/net/wireless/ath/ath12k/./trace.h: In function ‘__bpf_trace_ath12k_wmi_diag’: +make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/silabs/wfx/debug.o] Error 1 +make[7]: *** [../scripts/Makefile.build:485: drivers/net/wireless/silabs/wfx] Error 2 +make[6]: *** [../scripts/Makefile.build:485: drivers/net/wireless/silabs] Error 2 +In file included from ../include/trace/define_trace.h:108, + from ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h:40, + from ../drivers/net/ethernet/mellanox/mlx5/core/sf/vhca_event.c:10: +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h: In function ‘trace_event_raw_event_mlx5_sf_vhca_event’: +../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(mlx5_sf_vhca_event, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(mlx5_sf_vhca_event, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(mlx5_sf_vhca_event, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(mlx5_sf_vhca_event, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] + 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ + | ^~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(mlx5_sf_vhca_event, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h: In function ‘perf_trace_mlx5_sf_vhca_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(mlx5_sf_vhca_event, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(mlx5_sf_vhca_event, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h: In function ‘__bpf_trace_mlx5_sf_vhca_event’: @@ -21537,2 +32502,2 @@ -../drivers/net/wireless/ath/ath12k/./trace.h:143:1: note: in expansion of macro ‘TRACE_EVENT’ - 143 | TRACE_EVENT(ath12k_wmi_diag, +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(mlx5_sf_vhca_event, @@ -21549,2 +32514,2 @@ -../drivers/net/wireless/ath/ath12k/./trace.h:143:1: note: in expansion of macro ‘TRACE_EVENT’ - 143 | TRACE_EVENT(ath12k_wmi_diag, +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(mlx5_sf_vhca_event, @@ -21552,2 +32517 @@ -make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/ath/ath12k/trace.o] Error 1 -make[7]: *** [../scripts/Makefile.build:485: drivers/net/wireless/ath/ath12k] Error 2 +make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/mellanox/mlx5/core/sf/vhca_event.o] Error 1 @@ -21555,3 +32519,3 @@ - from ../fs/lockd/trace.h:106, - from ../fs/lockd/trace.c:3: -../fs/lockd/./trace.h: In function ‘trace_event_raw_event_nlmclnt_lock_event’: + from ../drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer_tracepoint.h:78, + from ../drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c:35: +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fw_tracer_tracepoint.h: In function ‘trace_event_raw_event_mlx5_fw’: @@ -21564,3 +32528,6 @@ -../fs/lockd/./trace.h:48:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 48 | DECLARE_EVENT_CLASS(nlmclnt_lock_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fw_tracer_tracepoint.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ + 43 | TRACE_EVENT(mlx5_fw, + | ^~~~~~~~~~~ @@ -21573,3 +32540,6 @@ -../fs/lockd/./trace.h:48:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 48 | DECLARE_EVENT_CLASS(nlmclnt_lock_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fw_tracer_tracepoint.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ + 43 | TRACE_EVENT(mlx5_fw, + | ^~~~~~~~~~~ @@ -21582,3 +32552,6 @@ -../fs/lockd/./trace.h:48:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 48 | DECLARE_EVENT_CLASS(nlmclnt_lock_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fw_tracer_tracepoint.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ + 43 | TRACE_EVENT(mlx5_fw, + | ^~~~~~~~~~~ @@ -21591,3 +32564,6 @@ -../fs/lockd/./trace.h:48:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 48 | DECLARE_EVENT_CLASS(nlmclnt_lock_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fw_tracer_tracepoint.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ + 43 | TRACE_EVENT(mlx5_fw, + | ^~~~~~~~~~~ @@ -21600,3 +32576,32 @@ -../fs/lockd/./trace.h:48:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 48 | DECLARE_EVENT_CLASS(nlmclnt_lock_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fw_tracer_tracepoint.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ + 43 | TRACE_EVENT(mlx5_fw, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fw_tracer_tracepoint.h: In function ‘perf_trace_mlx5_fw’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fw_tracer_tracepoint.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ + 43 | TRACE_EVENT(mlx5_fw, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fw_tracer_tracepoint.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ + 43 | TRACE_EVENT(mlx5_fw, + | ^~~~~~~~~~~ @@ -21604 +32609 @@ -../fs/lockd/./trace.h: In function ‘__bpf_trace_nlmclnt_lock_event’: +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fw_tracer_tracepoint.h: In function ‘__bpf_trace_mlx5_fw’: @@ -21611,3 +32616,6 @@ -../fs/lockd/./trace.h:48:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 48 | DECLARE_EVENT_CLASS(nlmclnt_lock_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fw_tracer_tracepoint.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ + 43 | TRACE_EVENT(mlx5_fw, + | ^~~~~~~~~~~ @@ -21620,5 +32628,7 @@ -../fs/lockd/./trace.h:48:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 48 | DECLARE_EVENT_CLASS(nlmclnt_lock_event, - | ^~~~~~~~~~~~~~~~~~~ -make[5]: *** [../scripts/Makefile.build:244: fs/lockd/trace.o] Error 1 -make[4]: *** [../scripts/Makefile.build:485: fs/lockd] Error 2 +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fw_tracer_tracepoint.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ + 43 | TRACE_EVENT(mlx5_fw, + | ^~~~~~~~~~~ +make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.o] Error 1 @@ -22230,0 +33241,577 @@ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/xen.h: In function ‘perf_trace_xen_mc__batch’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 15 | DECLARE_EVENT_CLASS(xen_mc__batch, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:15:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 15 | DECLARE_EVENT_CLASS(xen_mc__batch, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h: In function ‘perf_trace_xen_mc_entry’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ + 36 | TRACE_EVENT(xen_mc_entry, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ + 36 | TRACE_EVENT(xen_mc_entry, + | ^~~~~~~~~~~ +../include/trace/events/xen.h: In function ‘perf_trace_xen_mc_entry_alloc’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ + 55 | TRACE_EVENT(xen_mc_entry_alloc, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:55:1: note: in expansion of macro ‘TRACE_EVENT’ + 55 | TRACE_EVENT(xen_mc_entry_alloc, + | ^~~~~~~~~~~ +../include/trace/events/xen.h: In function ‘perf_trace_xen_mc_callback’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ + 65 | TRACE_EVENT(xen_mc_callback, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ + 65 | TRACE_EVENT(xen_mc_callback, + | ^~~~~~~~~~~ +../include/trace/events/xen.h: In function ‘perf_trace_xen_mc_flush_reason’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ + 84 | TRACE_EVENT(xen_mc_flush_reason, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:84:1: note: in expansion of macro ‘TRACE_EVENT’ + 84 | TRACE_EVENT(xen_mc_flush_reason, + | ^~~~~~~~~~~ +../include/trace/events/xen.h: In function ‘perf_trace_xen_mc_flush’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ + 98 | TRACE_EVENT(xen_mc_flush, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ + 98 | TRACE_EVENT(xen_mc_flush, + | ^~~~~~~~~~~ +../include/trace/events/xen.h: In function ‘perf_trace_xen_mc_extend_args’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ + 113 | TRACE_EVENT(xen_mc_extend_args, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ + 113 | TRACE_EVENT(xen_mc_extend_args, + | ^~~~~~~~~~~ +../include/trace/events/xen.h: In function ‘perf_trace_xen_mmu__set_pte’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:134:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 134 | DECLARE_EVENT_CLASS(xen_mmu__set_pte, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:134:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 134 | DECLARE_EVENT_CLASS(xen_mmu__set_pte, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h: In function ‘perf_trace_xen_mmu_set_pmd’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ + 158 | TRACE_EVENT(xen_mmu_set_pmd, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ + 158 | TRACE_EVENT(xen_mmu_set_pmd, + | ^~~~~~~~~~~ +../include/trace/events/xen.h: In function ‘perf_trace_xen_mmu_pte_clear’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:176:1: note: in expansion of macro ‘TRACE_EVENT’ + 176 | TRACE_EVENT(xen_mmu_pte_clear, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:176:1: note: in expansion of macro ‘TRACE_EVENT’ + 176 | TRACE_EVENT(xen_mmu_pte_clear, + | ^~~~~~~~~~~ +../include/trace/events/xen.h: In function ‘perf_trace_xen_mmu_pmd_clear’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:191:1: note: in expansion of macro ‘TRACE_EVENT’ + 191 | TRACE_EVENT(xen_mmu_pmd_clear, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:191:1: note: in expansion of macro ‘TRACE_EVENT’ + 191 | TRACE_EVENT(xen_mmu_pmd_clear, + | ^~~~~~~~~~~ +../include/trace/events/xen.h: In function ‘perf_trace_xen_mmu_set_pud’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:241:1: note: in expansion of macro ‘TRACE_EVENT’ + 241 | TRACE_EVENT(xen_mmu_set_pud, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:241:1: note: in expansion of macro ‘TRACE_EVENT’ + 241 | TRACE_EVENT(xen_mmu_set_pud, + | ^~~~~~~~~~~ +../include/trace/events/xen.h: In function ‘perf_trace_xen_mmu_ptep_modify_prot’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:258:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 258 | DECLARE_EVENT_CLASS(xen_mmu_ptep_modify_prot, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:258:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 258 | DECLARE_EVENT_CLASS(xen_mmu_ptep_modify_prot, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h: In function ‘perf_trace_xen_mmu_alloc_ptpage’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ + 286 | TRACE_EVENT(xen_mmu_alloc_ptpage, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ + 286 | TRACE_EVENT(xen_mmu_alloc_ptpage, + | ^~~~~~~~~~~ +../include/trace/events/xen.h: In function ‘perf_trace_xen_mmu_release_ptpage’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:304:1: note: in expansion of macro ‘TRACE_EVENT’ + 304 | TRACE_EVENT(xen_mmu_release_ptpage, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:304:1: note: in expansion of macro ‘TRACE_EVENT’ + 304 | TRACE_EVENT(xen_mmu_release_ptpage, + | ^~~~~~~~~~~ +../include/trace/events/xen.h: In function ‘perf_trace_xen_mmu_pgd’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:320:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 320 | DECLARE_EVENT_CLASS(xen_mmu_pgd, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:320:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 320 | DECLARE_EVENT_CLASS(xen_mmu_pgd, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h: In function ‘perf_trace_xen_mmu_flush_tlb_one_user’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:339:1: note: in expansion of macro ‘TRACE_EVENT’ + 339 | TRACE_EVENT(xen_mmu_flush_tlb_one_user, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:339:1: note: in expansion of macro ‘TRACE_EVENT’ + 339 | TRACE_EVENT(xen_mmu_flush_tlb_one_user, + | ^~~~~~~~~~~ +../include/trace/events/xen.h: In function ‘perf_trace_xen_mmu_flush_tlb_multi’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:349:1: note: in expansion of macro ‘TRACE_EVENT’ + 349 | TRACE_EVENT(xen_mmu_flush_tlb_multi, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:349:1: note: in expansion of macro ‘TRACE_EVENT’ + 349 | TRACE_EVENT(xen_mmu_flush_tlb_multi, + | ^~~~~~~~~~~ +../include/trace/events/xen.h: In function ‘perf_trace_xen_mmu_write_cr3’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:367:1: note: in expansion of macro ‘TRACE_EVENT’ + 367 | TRACE_EVENT(xen_mmu_write_cr3, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:367:1: note: in expansion of macro ‘TRACE_EVENT’ + 367 | TRACE_EVENT(xen_mmu_write_cr3, + | ^~~~~~~~~~~ +../include/trace/events/xen.h: In function ‘perf_trace_xen_cpu_write_ldt_entry’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:382:1: note: in expansion of macro ‘TRACE_EVENT’ + 382 | TRACE_EVENT(xen_cpu_write_ldt_entry, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:382:1: note: in expansion of macro ‘TRACE_EVENT’ + 382 | TRACE_EVENT(xen_cpu_write_ldt_entry, + | ^~~~~~~~~~~ +../include/trace/events/xen.h: In function ‘perf_trace_xen_cpu_write_idt_entry’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:399:1: note: in expansion of macro ‘TRACE_EVENT’ + 399 | TRACE_EVENT(xen_cpu_write_idt_entry, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:399:1: note: in expansion of macro ‘TRACE_EVENT’ + 399 | TRACE_EVENT(xen_cpu_write_idt_entry, + | ^~~~~~~~~~~ +../include/trace/events/xen.h: In function ‘perf_trace_xen_cpu_load_idt’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:413:1: note: in expansion of macro ‘TRACE_EVENT’ + 413 | TRACE_EVENT(xen_cpu_load_idt, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:413:1: note: in expansion of macro ‘TRACE_EVENT’ + 413 | TRACE_EVENT(xen_cpu_load_idt, + | ^~~~~~~~~~~ +../include/trace/events/xen.h: In function ‘perf_trace_xen_cpu_write_gdt_entry’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:423:1: note: in expansion of macro ‘TRACE_EVENT’ + 423 | TRACE_EVENT(xen_cpu_write_gdt_entry, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:423:1: note: in expansion of macro ‘TRACE_EVENT’ + 423 | TRACE_EVENT(xen_cpu_write_gdt_entry, + | ^~~~~~~~~~~ +../include/trace/events/xen.h: In function ‘perf_trace_xen_cpu_set_ldt’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:442:1: note: in expansion of macro ‘TRACE_EVENT’ + 442 | TRACE_EVENT(xen_cpu_set_ldt, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/xen.h:442:1: note: in expansion of macro ‘TRACE_EVENT’ + 442 | TRACE_EVENT(xen_cpu_set_ldt, + | ^~~~~~~~~~~ @@ -22811,3 +34398,3 @@ - from ../include/trace/events/kvm.h:495, - from ../arch/x86/kvm/../../../virt/kvm/kvm_main.c:65: -../include/trace/events/kvm.h: In function ‘trace_event_raw_event_kvm_userspace_exit’: + from ../drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_trace.h:181, + from ../drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c:10: +../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h: In function ‘trace_event_raw_event_hclge_pf_mbx_get’: @@ -22823,2 +34410,2 @@ -../include/trace/events/kvm.h:22:1: note: in expansion of macro ‘TRACE_EVENT’ - 22 | TRACE_EVENT(kvm_userspace_exit, +../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ + 17 | TRACE_EVENT(hclge_pf_mbx_get, @@ -22835,2 +34422,2 @@ -../include/trace/events/kvm.h:22:1: note: in expansion of macro ‘TRACE_EVENT’ - 22 | TRACE_EVENT(kvm_userspace_exit, +../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ + 17 | TRACE_EVENT(hclge_pf_mbx_get, @@ -22847,2 +34434,2 @@ -../include/trace/events/kvm.h:22:1: note: in expansion of macro ‘TRACE_EVENT’ - 22 | TRACE_EVENT(kvm_userspace_exit, +../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ + 17 | TRACE_EVENT(hclge_pf_mbx_get, @@ -22859,2 +34446,2 @@ -../include/trace/events/kvm.h:22:1: note: in expansion of macro ‘TRACE_EVENT’ - 22 | TRACE_EVENT(kvm_userspace_exit, +../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ + 17 | TRACE_EVENT(hclge_pf_mbx_get, @@ -22871,2 +34458,2 @@ -../include/trace/events/kvm.h:22:1: note: in expansion of macro ‘TRACE_EVENT’ - 22 | TRACE_EVENT(kvm_userspace_exit, +../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ + 17 | TRACE_EVENT(hclge_pf_mbx_get, @@ -22874 +34461 @@ -../include/trace/events/kvm.h: In function ‘trace_event_raw_event_kvm_vcpu_wakeup’: +../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h: In function ‘trace_event_raw_event_hclge_pf_mbx_send’: @@ -22884,2 +34471,2 @@ -../include/trace/events/kvm.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ - 43 | TRACE_EVENT(kvm_vcpu_wakeup, +../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ + 50 | TRACE_EVENT(hclge_pf_mbx_send, @@ -22896,2 +34483,2 @@ -../include/trace/events/kvm.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ - 43 | TRACE_EVENT(kvm_vcpu_wakeup, +../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ + 50 | TRACE_EVENT(hclge_pf_mbx_send, @@ -22899 +34486 @@ -../include/trace/events/kvm.h: In function ‘trace_event_raw_event_kvm_set_irq’: +../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h: In function ‘trace_event_raw_event_hclge_pf_cmd_template’: @@ -22906,6 +34493,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/kvm.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ - 66 | TRACE_EVENT(kvm_set_irq, - | ^~~~~~~~~~~ +../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:81:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 81 | DECLARE_EVENT_CLASS(hclge_pf_cmd_template, + | ^~~~~~~~~~~~~~~~~~~ @@ -22918,7 +34502,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/kvm.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ - 66 | TRACE_EVENT(kvm_set_irq, - | ^~~~~~~~~~~ -../include/trace/events/kvm.h: In function ‘trace_event_raw_event_kvm_ioapic_set_irq’: +../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:81:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 81 | DECLARE_EVENT_CLASS(hclge_pf_cmd_template, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h: In function ‘trace_event_raw_event_hclge_pf_special_cmd_template’: @@ -22931,6 +34512,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/kvm.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ - 98 | TRACE_EVENT(kvm_ioapic_set_irq, - | ^~~~~~~~~~~ +../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 132 | DECLARE_EVENT_CLASS(hclge_pf_special_cmd_template, + | ^~~~~~~~~~~~~~~~~~~ @@ -22943,4 +34521,411 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/kvm.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ +../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 132 | DECLARE_EVENT_CLASS(hclge_pf_special_cmd_template, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h: In function ‘perf_trace_hclge_pf_mbx_get’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ + 17 | TRACE_EVENT(hclge_pf_mbx_get, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ + 17 | TRACE_EVENT(hclge_pf_mbx_get, + | ^~~~~~~~~~~ +../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h: In function ‘perf_trace_hclge_pf_mbx_send’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ + 50 | TRACE_EVENT(hclge_pf_mbx_send, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ + 50 | TRACE_EVENT(hclge_pf_mbx_send, + | ^~~~~~~~~~~ +../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h: In function ‘perf_trace_hclge_pf_cmd_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:81:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 81 | DECLARE_EVENT_CLASS(hclge_pf_cmd_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:81:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 81 | DECLARE_EVENT_CLASS(hclge_pf_cmd_template, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h: In function ‘perf_trace_hclge_pf_special_cmd_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 132 | DECLARE_EVENT_CLASS(hclge_pf_special_cmd_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 132 | DECLARE_EVENT_CLASS(hclge_pf_special_cmd_template, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h: In function ‘__bpf_trace_hclge_pf_mbx_get’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ + 17 | TRACE_EVENT(hclge_pf_mbx_get, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ + 17 | TRACE_EVENT(hclge_pf_mbx_get, + | ^~~~~~~~~~~ +../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h: In function ‘__bpf_trace_hclge_pf_mbx_send’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ + 50 | TRACE_EVENT(hclge_pf_mbx_send, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ + 50 | TRACE_EVENT(hclge_pf_mbx_send, + | ^~~~~~~~~~~ +../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h: In function ‘__bpf_trace_hclge_pf_cmd_template’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:81:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 81 | DECLARE_EVENT_CLASS(hclge_pf_cmd_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:81:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 81 | DECLARE_EVENT_CLASS(hclge_pf_cmd_template, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h: In function ‘__bpf_trace_hclge_pf_special_cmd_template’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 132 | DECLARE_EVENT_CLASS(hclge_pf_special_cmd_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 132 | DECLARE_EVENT_CLASS(hclge_pf_special_cmd_template, + | ^~~~~~~~~~~~~~~~~~~ +make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.o] Error 1 +make[7]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/hisilicon/hns3] Error 2 +make[6]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/hisilicon] Error 2 +In file included from ../include/trace/define_trace.h:108, + from ../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h:58, + from ../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/dev.c:13: +../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h: In function ‘trace_event_raw_event_mlx5_sf_dev_template’: +../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 14 | DECLARE_EVENT_CLASS(mlx5_sf_dev_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 14 | DECLARE_EVENT_CLASS(mlx5_sf_dev_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 14 | DECLARE_EVENT_CLASS(mlx5_sf_dev_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 14 | DECLARE_EVENT_CLASS(mlx5_sf_dev_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] + 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ + | ^~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 14 | DECLARE_EVENT_CLASS(mlx5_sf_dev_template, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h: In function ‘perf_trace_mlx5_sf_dev_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 14 | DECLARE_EVENT_CLASS(mlx5_sf_dev_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 14 | DECLARE_EVENT_CLASS(mlx5_sf_dev_template, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h: In function ‘__bpf_trace_mlx5_sf_dev_template’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 14 | DECLARE_EVENT_CLASS(mlx5_sf_dev_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 14 | DECLARE_EVENT_CLASS(mlx5_sf_dev_template, + | ^~~~~~~~~~~~~~~~~~~ +make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/mellanox/mlx5/core/sf/dev/dev.o] Error 1 +In file included from ../include/trace/define_trace.h:108, + from ../include/trace/events/kvm.h:495, + from ../arch/x86/kvm/../../../virt/kvm/kvm_main.c:65: +../include/trace/events/kvm.h: In function ‘trace_event_raw_event_kvm_userspace_exit’: +../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:22:1: note: in expansion of macro ‘TRACE_EVENT’ + 22 | TRACE_EVENT(kvm_userspace_exit, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:22:1: note: in expansion of macro ‘TRACE_EVENT’ + 22 | TRACE_EVENT(kvm_userspace_exit, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:22:1: note: in expansion of macro ‘TRACE_EVENT’ + 22 | TRACE_EVENT(kvm_userspace_exit, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:22:1: note: in expansion of macro ‘TRACE_EVENT’ + 22 | TRACE_EVENT(kvm_userspace_exit, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] + 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ + | ^~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:22:1: note: in expansion of macro ‘TRACE_EVENT’ + 22 | TRACE_EVENT(kvm_userspace_exit, + | ^~~~~~~~~~~ +../include/trace/events/kvm.h: In function ‘trace_event_raw_event_kvm_vcpu_wakeup’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ + 43 | TRACE_EVENT(kvm_vcpu_wakeup, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ + 43 | TRACE_EVENT(kvm_vcpu_wakeup, + | ^~~~~~~~~~~ +../include/trace/events/kvm.h: In function ‘trace_event_raw_event_kvm_set_irq’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ + 66 | TRACE_EVENT(kvm_set_irq, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ + 66 | TRACE_EVENT(kvm_set_irq, + | ^~~~~~~~~~~ +../include/trace/events/kvm.h: In function ‘trace_event_raw_event_kvm_ioapic_set_irq’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ + 98 | TRACE_EVENT(kvm_ioapic_set_irq, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ @@ -23311,0 +35297,464 @@ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/kvm.h: In function ‘perf_trace_kvm_userspace_exit’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:22:1: note: in expansion of macro ‘TRACE_EVENT’ + 22 | TRACE_EVENT(kvm_userspace_exit, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:22:1: note: in expansion of macro ‘TRACE_EVENT’ + 22 | TRACE_EVENT(kvm_userspace_exit, + | ^~~~~~~~~~~ +../include/trace/events/kvm.h: In function ‘perf_trace_kvm_vcpu_wakeup’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ + 43 | TRACE_EVENT(kvm_vcpu_wakeup, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ + 43 | TRACE_EVENT(kvm_vcpu_wakeup, + | ^~~~~~~~~~~ +../include/trace/events/kvm.h: In function ‘perf_trace_kvm_set_irq’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ + 66 | TRACE_EVENT(kvm_set_irq, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ + 66 | TRACE_EVENT(kvm_set_irq, + | ^~~~~~~~~~~ +../include/trace/events/kvm.h: In function ‘perf_trace_kvm_ioapic_set_irq’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ + 98 | TRACE_EVENT(kvm_ioapic_set_irq, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ + 98 | TRACE_EVENT(kvm_ioapic_set_irq, + | ^~~~~~~~~~~ +../include/trace/events/kvm.h: In function ‘perf_trace_kvm_ioapic_delayed_eoi_inj’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:123:1: note: in expansion of macro ‘TRACE_EVENT’ + 123 | TRACE_EVENT(kvm_ioapic_delayed_eoi_inj, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:123:1: note: in expansion of macro ‘TRACE_EVENT’ + 123 | TRACE_EVENT(kvm_ioapic_delayed_eoi_inj, + | ^~~~~~~~~~~ +../include/trace/events/kvm.h: In function ‘perf_trace_kvm_msi_set_irq’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:143:1: note: in expansion of macro ‘TRACE_EVENT’ + 143 | TRACE_EVENT(kvm_msi_set_irq, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:143:1: note: in expansion of macro ‘TRACE_EVENT’ + 143 | TRACE_EVENT(kvm_msi_set_irq, + | ^~~~~~~~~~~ +../include/trace/events/kvm.h: In function ‘perf_trace_kvm_ack_irq’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:183:1: note: in expansion of macro ‘TRACE_EVENT’ + 183 | TRACE_EVENT(kvm_ack_irq, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:183:1: note: in expansion of macro ‘TRACE_EVENT’ + 183 | TRACE_EVENT(kvm_ack_irq, + | ^~~~~~~~~~~ +../include/trace/events/kvm.h: In function ‘perf_trace_kvm_mmio’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:213:1: note: in expansion of macro ‘TRACE_EVENT’ + 213 | TRACE_EVENT(kvm_mmio, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:213:1: note: in expansion of macro ‘TRACE_EVENT’ + 213 | TRACE_EVENT(kvm_mmio, + | ^~~~~~~~~~~ +../include/trace/events/kvm.h: In function ‘perf_trace_kvm_fpu’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ + 243 | TRACE_EVENT(kvm_fpu, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ + 243 | TRACE_EVENT(kvm_fpu, + | ^~~~~~~~~~~ +../include/trace/events/kvm.h: In function ‘perf_trace_kvm_async_get_page_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:259:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 259 | DECLARE_EVENT_CLASS(kvm_async_get_page_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:259:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 259 | DECLARE_EVENT_CLASS(kvm_async_get_page_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h: In function ‘perf_trace_kvm_async_pf_nopresent_ready’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:292:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 292 | DECLARE_EVENT_CLASS(kvm_async_pf_nopresent_ready, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:292:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 292 | DECLARE_EVENT_CLASS(kvm_async_pf_nopresent_ready, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h: In function ‘perf_trace_kvm_async_pf_completed’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ + 326 | TRACE_EVENT( + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ + 326 | TRACE_EVENT( + | ^~~~~~~~~~~ +../include/trace/events/kvm.h: In function ‘perf_trace_kvm_halt_poll_ns’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:347:1: note: in expansion of macro ‘TRACE_EVENT’ + 347 | TRACE_EVENT(kvm_halt_poll_ns, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:347:1: note: in expansion of macro ‘TRACE_EVENT’ + 347 | TRACE_EVENT(kvm_halt_poll_ns, + | ^~~~~~~~~~~ +../include/trace/events/kvm.h: In function ‘perf_trace_kvm_dirty_ring_push’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:378:1: note: in expansion of macro ‘TRACE_EVENT’ + 378 | TRACE_EVENT(kvm_dirty_ring_push, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:378:1: note: in expansion of macro ‘TRACE_EVENT’ + 378 | TRACE_EVENT(kvm_dirty_ring_push, + | ^~~~~~~~~~~ +../include/trace/events/kvm.h: In function ‘perf_trace_kvm_dirty_ring_reset’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:405:1: note: in expansion of macro ‘TRACE_EVENT’ + 405 | TRACE_EVENT(kvm_dirty_ring_reset, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:405:1: note: in expansion of macro ‘TRACE_EVENT’ + 405 | TRACE_EVENT(kvm_dirty_ring_reset, + | ^~~~~~~~~~~ +../include/trace/events/kvm.h: In function ‘perf_trace_kvm_dirty_ring_exit’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:426:1: note: in expansion of macro ‘TRACE_EVENT’ + 426 | TRACE_EVENT(kvm_dirty_ring_exit, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:426:1: note: in expansion of macro ‘TRACE_EVENT’ + 426 | TRACE_EVENT(kvm_dirty_ring_exit, + | ^~~~~~~~~~~ +../include/trace/events/kvm.h: In function ‘perf_trace_kvm_unmap_hva_range’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:441:1: note: in expansion of macro ‘TRACE_EVENT’ + 441 | TRACE_EVENT(kvm_unmap_hva_range, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:441:1: note: in expansion of macro ‘TRACE_EVENT’ + 441 | TRACE_EVENT(kvm_unmap_hva_range, + | ^~~~~~~~~~~ +../include/trace/events/kvm.h: In function ‘perf_trace_kvm_age_hva’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:459:1: note: in expansion of macro ‘TRACE_EVENT’ + 459 | TRACE_EVENT(kvm_age_hva, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:459:1: note: in expansion of macro ‘TRACE_EVENT’ + 459 | TRACE_EVENT(kvm_age_hva, + | ^~~~~~~~~~~ +../include/trace/events/kvm.h: In function ‘perf_trace_kvm_test_age_hva’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:477:1: note: in expansion of macro ‘TRACE_EVENT’ + 477 | TRACE_EVENT(kvm_test_age_hva, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/kvm.h:477:1: note: in expansion of macro ‘TRACE_EVENT’ + 477 | TRACE_EVENT(kvm_test_age_hva, + | ^~~~~~~~~~~ @@ -23779,3 +36228,3 @@ - from ../include/trace/events/io_uring.h:683, - from ../io_uring/io_uring.c:76: -../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_create’: + from ../include/trace/events/dlm.h:674, + from ../fs/dlm/main.c:23: +../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_lock_start’: @@ -23791,2 +36240,2 @@ -../include/trace/events/io_uring.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ - 27 | TRACE_EVENT(io_uring_create, +../include/trace/events/dlm.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ + 93 | TRACE_EVENT(dlm_lock_start, @@ -23803,2 +36252,2 @@ -../include/trace/events/io_uring.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ - 27 | TRACE_EVENT(io_uring_create, +../include/trace/events/dlm.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ + 93 | TRACE_EVENT(dlm_lock_start, @@ -23815,2 +36264,2 @@ -../include/trace/events/io_uring.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ - 27 | TRACE_EVENT(io_uring_create, +../include/trace/events/dlm.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ + 93 | TRACE_EVENT(dlm_lock_start, @@ -23827,2 +36276,2 @@ -../include/trace/events/io_uring.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ - 27 | TRACE_EVENT(io_uring_create, +../include/trace/events/dlm.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ + 93 | TRACE_EVENT(dlm_lock_start, @@ -23839,2 +36288,2 @@ -../include/trace/events/io_uring.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ - 27 | TRACE_EVENT(io_uring_create, +../include/trace/events/dlm.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ + 93 | TRACE_EVENT(dlm_lock_start, @@ -23842 +36291 @@ -../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_register’: +../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_lock_end’: @@ -23852,2 +36301,2 @@ -../include/trace/events/io_uring.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ - 69 | TRACE_EVENT(io_uring_register, +../include/trace/events/dlm.h:135:1: note: in expansion of macro ‘TRACE_EVENT’ + 135 | TRACE_EVENT(dlm_lock_end, @@ -23864,2 +36313,2 @@ -../include/trace/events/io_uring.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ - 69 | TRACE_EVENT(io_uring_register, +../include/trace/events/dlm.h:135:1: note: in expansion of macro ‘TRACE_EVENT’ + 135 | TRACE_EVENT(dlm_lock_end, @@ -23867 +36316 @@ -../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_file_get’: +../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_bast’: @@ -23877,2 +36326,2 @@ -../include/trace/events/io_uring.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ - 108 | TRACE_EVENT(io_uring_file_get, +../include/trace/events/dlm.h:190:1: note: in expansion of macro ‘TRACE_EVENT’ + 190 | TRACE_EVENT(dlm_bast, @@ -23889,2 +36338,2 @@ -../include/trace/events/io_uring.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ - 108 | TRACE_EVENT(io_uring_file_get, +../include/trace/events/dlm.h:190:1: note: in expansion of macro ‘TRACE_EVENT’ + 190 | TRACE_EVENT(dlm_bast, @@ -23892 +36341 @@ -../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_queue_async_work’: +../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_ast’: @@ -23902,2 +36351,2 @@ -../include/trace/events/io_uring.h:140:1: note: in expansion of macro ‘TRACE_EVENT’ - 140 | TRACE_EVENT(io_uring_queue_async_work, +../include/trace/events/dlm.h:221:1: note: in expansion of macro ‘TRACE_EVENT’ + 221 | TRACE_EVENT(dlm_ast, @@ -23914,2 +36363,2 @@ -../include/trace/events/io_uring.h:140:1: note: in expansion of macro ‘TRACE_EVENT’ - 140 | TRACE_EVENT(io_uring_queue_async_work, +../include/trace/events/dlm.h:221:1: note: in expansion of macro ‘TRACE_EVENT’ + 221 | TRACE_EVENT(dlm_ast, @@ -23917 +36366 @@ -../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_defer’: +../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_unlock_start’: @@ -23927,2 +36376,2 @@ -../include/trace/events/io_uring.h:184:1: note: in expansion of macro ‘TRACE_EVENT’ - 184 | TRACE_EVENT(io_uring_defer, +../include/trace/events/dlm.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ + 255 | TRACE_EVENT(dlm_unlock_start, @@ -23939,2 +36388,2 @@ -../include/trace/events/io_uring.h:184:1: note: in expansion of macro ‘TRACE_EVENT’ - 184 | TRACE_EVENT(io_uring_defer, +../include/trace/events/dlm.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ + 255 | TRACE_EVENT(dlm_unlock_start, @@ -23942 +36391 @@ -../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_link’: +../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_unlock_end’: @@ -23952,2 +36401,2 @@ -../include/trace/events/io_uring.h:223:1: note: in expansion of macro ‘TRACE_EVENT’ - 223 | TRACE_EVENT(io_uring_link, +../include/trace/events/dlm.h:290:1: note: in expansion of macro ‘TRACE_EVENT’ + 290 | TRACE_EVENT(dlm_unlock_end, @@ -23964,2 +36413,2 @@ -../include/trace/events/io_uring.h:223:1: note: in expansion of macro ‘TRACE_EVENT’ - 223 | TRACE_EVENT(io_uring_link, +../include/trace/events/dlm.h:290:1: note: in expansion of macro ‘TRACE_EVENT’ + 290 | TRACE_EVENT(dlm_unlock_end, @@ -23967 +36416 @@ -../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_cqring_wait’: +../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_rcom_template’: @@ -23974,6 +36423,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/io_uring.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ - 255 | TRACE_EVENT(io_uring_cqring_wait, - | ^~~~~~~~~~~ +../include/trace/events/dlm.h:328:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 328 | DECLARE_EVENT_CLASS(dlm_rcom_template, + | ^~~~~~~~~~~~~~~~~~~ @@ -23986,7 +36432,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/io_uring.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ - 255 | TRACE_EVENT(io_uring_cqring_wait, - | ^~~~~~~~~~~ -../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_fail_link’: +../include/trace/events/dlm.h:328:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 328 | DECLARE_EVENT_CLASS(dlm_rcom_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_send_message’: @@ -24002,2 +36445,2 @@ -../include/trace/events/io_uring.h:283:1: note: in expansion of macro ‘TRACE_EVENT’ - 283 | TRACE_EVENT(io_uring_fail_link, +../include/trace/events/dlm.h:391:1: note: in expansion of macro ‘TRACE_EVENT’ + 391 | TRACE_EVENT(dlm_send_message, @@ -24014,2 +36457,2 @@ -../include/trace/events/io_uring.h:283:1: note: in expansion of macro ‘TRACE_EVENT’ - 283 | TRACE_EVENT(io_uring_fail_link, +../include/trace/events/dlm.h:391:1: note: in expansion of macro ‘TRACE_EVENT’ + 391 | TRACE_EVENT(dlm_send_message, @@ -24017 +36460 @@ -../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_complete’: +../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_recv_message’: @@ -24027,2 +36470,2 @@ -../include/trace/events/io_uring.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ - 326 | TRACE_EVENT(io_uring_complete, +../include/trace/events/dlm.h:489:1: note: in expansion of macro ‘TRACE_EVENT’ + 489 | TRACE_EVENT(dlm_recv_message, @@ -24039,2 +36482,2 @@ -../include/trace/events/io_uring.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ - 326 | TRACE_EVENT(io_uring_complete, +../include/trace/events/dlm.h:489:1: note: in expansion of macro ‘TRACE_EVENT’ + 489 | TRACE_EVENT(dlm_recv_message, @@ -24042 +36485 @@ -../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_submit_req’: +../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_plock_template’: @@ -24049,6 +36492,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/io_uring.h:370:1: note: in expansion of macro ‘TRACE_EVENT’ - 370 | TRACE_EVENT(io_uring_submit_req, - | ^~~~~~~~~~~ +../include/trace/events/dlm.h:581:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 581 | DECLARE_EVENT_CLASS(dlm_plock_template, + | ^~~~~~~~~~~~~~~~~~~ @@ -24061,7 +36501,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/io_uring.h:370:1: note: in expansion of macro ‘TRACE_EVENT’ - 370 | TRACE_EVENT(io_uring_submit_req, - | ^~~~~~~~~~~ -../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_poll_arm’: +../include/trace/events/dlm.h:581:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 581 | DECLARE_EVENT_CLASS(dlm_plock_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_send’: @@ -24077,2 +36514,2 @@ -../include/trace/events/io_uring.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ - 414 | TRACE_EVENT(io_uring_poll_arm, +../include/trace/events/dlm.h:631:1: note: in expansion of macro ‘TRACE_EVENT’ + 631 | TRACE_EVENT(dlm_send, @@ -24089,2 +36526,2 @@ -../include/trace/events/io_uring.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ - 414 | TRACE_EVENT(io_uring_poll_arm, +../include/trace/events/dlm.h:631:1: note: in expansion of macro ‘TRACE_EVENT’ + 631 | TRACE_EVENT(dlm_send, @@ -24092 +36529 @@ -../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_task_add’: +../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_recv’: @@ -24102,2 +36539,2 @@ -../include/trace/events/io_uring.h:455:1: note: in expansion of macro ‘TRACE_EVENT’ - 455 | TRACE_EVENT(io_uring_task_add, +../include/trace/events/dlm.h:651:1: note: in expansion of macro ‘TRACE_EVENT’ + 651 | TRACE_EVENT(dlm_recv, @@ -24114,2 +36551,2 @@ -../include/trace/events/io_uring.h:455:1: note: in expansion of macro ‘TRACE_EVENT’ - 455 | TRACE_EVENT(io_uring_task_add, +../include/trace/events/dlm.h:651:1: note: in expansion of macro ‘TRACE_EVENT’ + 651 | TRACE_EVENT(dlm_recv, @@ -24117,3 +36554,4 @@ -../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_req_failed’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/dlm.h: In function ‘perf_trace_dlm_lock_start’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -24121,2 +36559,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -24127,2 +36565,2 @@ -../include/trace/events/io_uring.h:496:1: note: in expansion of macro ‘TRACE_EVENT’ - 496 | TRACE_EVENT(io_uring_req_failed, +../include/trace/events/dlm.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ + 93 | TRACE_EVENT(dlm_lock_start, @@ -24130,2 +36568,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -24133,2 +36571,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -24139,2 +36577,2 @@ -../include/trace/events/io_uring.h:496:1: note: in expansion of macro ‘TRACE_EVENT’ - 496 | TRACE_EVENT(io_uring_req_failed, +../include/trace/events/dlm.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ + 93 | TRACE_EVENT(dlm_lock_start, @@ -24142,3 +36580,3 @@ -../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_cqe_overflow’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/dlm.h: In function ‘perf_trace_dlm_lock_end’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -24146,2 +36584,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -24152,2 +36590,2 @@ -../include/trace/events/io_uring.h:571:1: note: in expansion of macro ‘TRACE_EVENT’ - 571 | TRACE_EVENT(io_uring_cqe_overflow, +../include/trace/events/dlm.h:135:1: note: in expansion of macro ‘TRACE_EVENT’ + 135 | TRACE_EVENT(dlm_lock_end, @@ -24155,2 +36593,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -24158,2 +36596,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -24164,2 +36602,2 @@ -../include/trace/events/io_uring.h:571:1: note: in expansion of macro ‘TRACE_EVENT’ - 571 | TRACE_EVENT(io_uring_cqe_overflow, +../include/trace/events/dlm.h:135:1: note: in expansion of macro ‘TRACE_EVENT’ + 135 | TRACE_EVENT(dlm_lock_end, @@ -24167,3 +36605,3 @@ -../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_task_work_run’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/dlm.h: In function ‘perf_trace_dlm_bast’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -24171,2 +36609,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -24177,2 +36615,2 @@ -../include/trace/events/io_uring.h:607:1: note: in expansion of macro ‘TRACE_EVENT’ - 607 | TRACE_EVENT(io_uring_task_work_run, +../include/trace/events/dlm.h:190:1: note: in expansion of macro ‘TRACE_EVENT’ + 190 | TRACE_EVENT(dlm_bast, @@ -24180,2 +36618,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -24183,2 +36621,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -24189,2 +36627,2 @@ -../include/trace/events/io_uring.h:607:1: note: in expansion of macro ‘TRACE_EVENT’ - 607 | TRACE_EVENT(io_uring_task_work_run, +../include/trace/events/dlm.h:190:1: note: in expansion of macro ‘TRACE_EVENT’ + 190 | TRACE_EVENT(dlm_bast, @@ -24192,3 +36630,3 @@ -../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_short_write’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/dlm.h: In function ‘perf_trace_dlm_ast’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -24196,2 +36634,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -24202,2 +36640,2 @@ -../include/trace/events/io_uring.h:626:1: note: in expansion of macro ‘TRACE_EVENT’ - 626 | TRACE_EVENT(io_uring_short_write, +../include/trace/events/dlm.h:221:1: note: in expansion of macro ‘TRACE_EVENT’ + 221 | TRACE_EVENT(dlm_ast, @@ -24205,2 +36643,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -24208,2 +36646,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -24214,2 +36652,2 @@ -../include/trace/events/io_uring.h:626:1: note: in expansion of macro ‘TRACE_EVENT’ - 626 | TRACE_EVENT(io_uring_short_write, +../include/trace/events/dlm.h:221:1: note: in expansion of macro ‘TRACE_EVENT’ + 221 | TRACE_EVENT(dlm_ast, @@ -24217,3 +36655,3 @@ -../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_local_work_run’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/dlm.h: In function ‘perf_trace_dlm_unlock_start’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -24221,2 +36659,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -24227,2 +36665,2 @@ -../include/trace/events/io_uring.h:659:1: note: in expansion of macro ‘TRACE_EVENT’ - 659 | TRACE_EVENT(io_uring_local_work_run, +../include/trace/events/dlm.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ + 255 | TRACE_EVENT(dlm_unlock_start, @@ -24230,2 +36668,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -24233,2 +36671,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -24239,2 +36677,2 @@ -../include/trace/events/io_uring.h:659:1: note: in expansion of macro ‘TRACE_EVENT’ - 659 | TRACE_EVENT(io_uring_local_work_run, +../include/trace/events/dlm.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ + 255 | TRACE_EVENT(dlm_unlock_start, @@ -24242,4 +36680,3 @@ -In file included from ../include/trace/define_trace.h:110: -../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_create’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/dlm.h: In function ‘perf_trace_dlm_unlock_end’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -24247,3 +36684,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -24253,2 +36690,2 @@ -../include/trace/events/io_uring.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ - 27 | TRACE_EVENT(io_uring_create, +../include/trace/events/dlm.h:290:1: note: in expansion of macro ‘TRACE_EVENT’ + 290 | TRACE_EVENT(dlm_unlock_end, @@ -24256,6 +36693,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -24265,2 +36702,2 @@ -../include/trace/events/io_uring.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ - 27 | TRACE_EVENT(io_uring_create, +../include/trace/events/dlm.h:290:1: note: in expansion of macro ‘TRACE_EVENT’ + 290 | TRACE_EVENT(dlm_unlock_end, @@ -24268,3 +36705,3 @@ -../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_register’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/dlm.h: In function ‘perf_trace_dlm_rcom_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -24272,3 +36709,22 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/dlm.h:328:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 328 | DECLARE_EVENT_CLASS(dlm_rcom_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/dlm.h:328:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 328 | DECLARE_EVENT_CLASS(dlm_rcom_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/dlm.h: In function ‘perf_trace_dlm_send_message’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -24278,2 +36734,2 @@ -../include/trace/events/io_uring.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ - 69 | TRACE_EVENT(io_uring_register, +../include/trace/events/dlm.h:391:1: note: in expansion of macro ‘TRACE_EVENT’ + 391 | TRACE_EVENT(dlm_send_message, @@ -24281,6 +36737,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -24290,2 +36746,2 @@ -../include/trace/events/io_uring.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ - 69 | TRACE_EVENT(io_uring_register, +../include/trace/events/dlm.h:391:1: note: in expansion of macro ‘TRACE_EVENT’ + 391 | TRACE_EVENT(dlm_send_message, @@ -24293,3 +36749,3 @@ -../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_file_get’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/dlm.h: In function ‘perf_trace_dlm_recv_message’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -24297,3 +36753,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -24303,2 +36759,2 @@ -../include/trace/events/io_uring.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ - 108 | TRACE_EVENT(io_uring_file_get, +../include/trace/events/dlm.h:489:1: note: in expansion of macro ‘TRACE_EVENT’ + 489 | TRACE_EVENT(dlm_recv_message, @@ -24306,6 +36762,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -24315,2 +36771,2 @@ -../include/trace/events/io_uring.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ - 108 | TRACE_EVENT(io_uring_file_get, +../include/trace/events/dlm.h:489:1: note: in expansion of macro ‘TRACE_EVENT’ + 489 | TRACE_EVENT(dlm_recv_message, @@ -24318,3 +36774,3 @@ -../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_queue_async_work’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/dlm.h: In function ‘perf_trace_dlm_plock_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -24322,3 +36778,22 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/dlm.h:581:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 581 | DECLARE_EVENT_CLASS(dlm_plock_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/dlm.h:581:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 581 | DECLARE_EVENT_CLASS(dlm_plock_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/dlm.h: In function ‘perf_trace_dlm_send’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -24328,2 +36803,2 @@ -../include/trace/events/io_uring.h:140:1: note: in expansion of macro ‘TRACE_EVENT’ - 140 | TRACE_EVENT(io_uring_queue_async_work, +../include/trace/events/dlm.h:631:1: note: in expansion of macro ‘TRACE_EVENT’ + 631 | TRACE_EVENT(dlm_send, @@ -24331,6 +36806,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -24340,2 +36815,2 @@ -../include/trace/events/io_uring.h:140:1: note: in expansion of macro ‘TRACE_EVENT’ - 140 | TRACE_EVENT(io_uring_queue_async_work, +../include/trace/events/dlm.h:631:1: note: in expansion of macro ‘TRACE_EVENT’ + 631 | TRACE_EVENT(dlm_send, @@ -24343,3 +36818,3 @@ -../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_defer’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/dlm.h: In function ‘perf_trace_dlm_recv’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -24347,3 +36822,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -24353,2 +36828,2 @@ -../include/trace/events/io_uring.h:184:1: note: in expansion of macro ‘TRACE_EVENT’ - 184 | TRACE_EVENT(io_uring_defer, +../include/trace/events/dlm.h:651:1: note: in expansion of macro ‘TRACE_EVENT’ + 651 | TRACE_EVENT(dlm_recv, @@ -24356,6 +36831,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -24365,2 +36840,2 @@ -../include/trace/events/io_uring.h:184:1: note: in expansion of macro ‘TRACE_EVENT’ - 184 | TRACE_EVENT(io_uring_defer, +../include/trace/events/dlm.h:651:1: note: in expansion of macro ‘TRACE_EVENT’ + 651 | TRACE_EVENT(dlm_recv, @@ -24368 +36843,2 @@ -../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_link’: +In file included from ../include/trace/define_trace.h:110: +../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_lock_start’: @@ -24378,2 +36854,2 @@ -../include/trace/events/io_uring.h:223:1: note: in expansion of macro ‘TRACE_EVENT’ - 223 | TRACE_EVENT(io_uring_link, +../include/trace/events/dlm.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ + 93 | TRACE_EVENT(dlm_lock_start, @@ -24390,2 +36866,2 @@ -../include/trace/events/io_uring.h:223:1: note: in expansion of macro ‘TRACE_EVENT’ - 223 | TRACE_EVENT(io_uring_link, +../include/trace/events/dlm.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ + 93 | TRACE_EVENT(dlm_lock_start, @@ -24393 +36869 @@ -../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_cqring_wait’: +../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_lock_end’: @@ -24403,2 +36879,2 @@ -../include/trace/events/io_uring.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ - 255 | TRACE_EVENT(io_uring_cqring_wait, +../include/trace/events/dlm.h:135:1: note: in expansion of macro ‘TRACE_EVENT’ + 135 | TRACE_EVENT(dlm_lock_end, @@ -24415,2 +36891,2 @@ -../include/trace/events/io_uring.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ - 255 | TRACE_EVENT(io_uring_cqring_wait, +../include/trace/events/dlm.h:135:1: note: in expansion of macro ‘TRACE_EVENT’ + 135 | TRACE_EVENT(dlm_lock_end, @@ -24418 +36894 @@ -../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_fail_link’: +../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_bast’: @@ -24428,2 +36904,2 @@ -../include/trace/events/io_uring.h:283:1: note: in expansion of macro ‘TRACE_EVENT’ - 283 | TRACE_EVENT(io_uring_fail_link, +../include/trace/events/dlm.h:190:1: note: in expansion of macro ‘TRACE_EVENT’ + 190 | TRACE_EVENT(dlm_bast, @@ -24440,2 +36916,2 @@ -../include/trace/events/io_uring.h:283:1: note: in expansion of macro ‘TRACE_EVENT’ - 283 | TRACE_EVENT(io_uring_fail_link, +../include/trace/events/dlm.h:190:1: note: in expansion of macro ‘TRACE_EVENT’ + 190 | TRACE_EVENT(dlm_bast, @@ -24443 +36919 @@ -../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_complete’: +../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_ast’: @@ -24453,2 +36929,2 @@ -../include/trace/events/io_uring.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ - 326 | TRACE_EVENT(io_uring_complete, +../include/trace/events/dlm.h:221:1: note: in expansion of macro ‘TRACE_EVENT’ + 221 | TRACE_EVENT(dlm_ast, @@ -24465,2 +36941,2 @@ -../include/trace/events/io_uring.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ - 326 | TRACE_EVENT(io_uring_complete, +../include/trace/events/dlm.h:221:1: note: in expansion of macro ‘TRACE_EVENT’ + 221 | TRACE_EVENT(dlm_ast, @@ -24468 +36944 @@ -../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_submit_req’: +../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_unlock_start’: @@ -24478,2 +36954,2 @@ -../include/trace/events/io_uring.h:370:1: note: in expansion of macro ‘TRACE_EVENT’ - 370 | TRACE_EVENT(io_uring_submit_req, +../include/trace/events/dlm.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ + 255 | TRACE_EVENT(dlm_unlock_start, @@ -24490,2 +36966,2 @@ -../include/trace/events/io_uring.h:370:1: note: in expansion of macro ‘TRACE_EVENT’ - 370 | TRACE_EVENT(io_uring_submit_req, +../include/trace/events/dlm.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ + 255 | TRACE_EVENT(dlm_unlock_start, @@ -24493 +36969 @@ -../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_poll_arm’: +../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_unlock_end’: @@ -24503,2 +36979,2 @@ -../include/trace/events/io_uring.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ - 414 | TRACE_EVENT(io_uring_poll_arm, +../include/trace/events/dlm.h:290:1: note: in expansion of macro ‘TRACE_EVENT’ + 290 | TRACE_EVENT(dlm_unlock_end, @@ -24515,2 +36991,2 @@ -../include/trace/events/io_uring.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ - 414 | TRACE_EVENT(io_uring_poll_arm, +../include/trace/events/dlm.h:290:1: note: in expansion of macro ‘TRACE_EVENT’ + 290 | TRACE_EVENT(dlm_unlock_end, @@ -24518 +36994 @@ -../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_task_add’: +../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_rcom_template’: @@ -24525,6 +37001,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/io_uring.h:455:1: note: in expansion of macro ‘TRACE_EVENT’ - 455 | TRACE_EVENT(io_uring_task_add, - | ^~~~~~~~~~~ +../include/trace/events/dlm.h:328:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 328 | DECLARE_EVENT_CLASS(dlm_rcom_template, + | ^~~~~~~~~~~~~~~~~~~ @@ -24537,7 +37010,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/io_uring.h:455:1: note: in expansion of macro ‘TRACE_EVENT’ - 455 | TRACE_EVENT(io_uring_task_add, - | ^~~~~~~~~~~ -../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_req_failed’: +../include/trace/events/dlm.h:328:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 328 | DECLARE_EVENT_CLASS(dlm_rcom_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_send_message’: @@ -24553,2 +37023,2 @@ -../include/trace/events/io_uring.h:496:1: note: in expansion of macro ‘TRACE_EVENT’ - 496 | TRACE_EVENT(io_uring_req_failed, +../include/trace/events/dlm.h:391:1: note: in expansion of macro ‘TRACE_EVENT’ + 391 | TRACE_EVENT(dlm_send_message, @@ -24565,2 +37035,2 @@ -../include/trace/events/io_uring.h:496:1: note: in expansion of macro ‘TRACE_EVENT’ - 496 | TRACE_EVENT(io_uring_req_failed, +../include/trace/events/dlm.h:391:1: note: in expansion of macro ‘TRACE_EVENT’ + 391 | TRACE_EVENT(dlm_send_message, @@ -24568 +37038 @@ -../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_cqe_overflow’: +../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_recv_message’: @@ -24578,2 +37048,2 @@ -../include/trace/events/io_uring.h:571:1: note: in expansion of macro ‘TRACE_EVENT’ - 571 | TRACE_EVENT(io_uring_cqe_overflow, +../include/trace/events/dlm.h:489:1: note: in expansion of macro ‘TRACE_EVENT’ + 489 | TRACE_EVENT(dlm_recv_message, @@ -24590,2 +37060,2 @@ -../include/trace/events/io_uring.h:571:1: note: in expansion of macro ‘TRACE_EVENT’ - 571 | TRACE_EVENT(io_uring_cqe_overflow, +../include/trace/events/dlm.h:489:1: note: in expansion of macro ‘TRACE_EVENT’ + 489 | TRACE_EVENT(dlm_recv_message, @@ -24593 +37063 @@ -../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_task_work_run’: +../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_plock_template’: @@ -24600,6 +37070,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/io_uring.h:607:1: note: in expansion of macro ‘TRACE_EVENT’ - 607 | TRACE_EVENT(io_uring_task_work_run, - | ^~~~~~~~~~~ +../include/trace/events/dlm.h:581:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 581 | DECLARE_EVENT_CLASS(dlm_plock_template, + | ^~~~~~~~~~~~~~~~~~~ @@ -24612,7 +37079,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/io_uring.h:607:1: note: in expansion of macro ‘TRACE_EVENT’ - 607 | TRACE_EVENT(io_uring_task_work_run, - | ^~~~~~~~~~~ -../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_short_write’: +../include/trace/events/dlm.h:581:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 581 | DECLARE_EVENT_CLASS(dlm_plock_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_send’: @@ -24628,2 +37092,2 @@ -../include/trace/events/io_uring.h:626:1: note: in expansion of macro ‘TRACE_EVENT’ - 626 | TRACE_EVENT(io_uring_short_write, +../include/trace/events/dlm.h:631:1: note: in expansion of macro ‘TRACE_EVENT’ + 631 | TRACE_EVENT(dlm_send, @@ -24640,2 +37104,2 @@ -../include/trace/events/io_uring.h:626:1: note: in expansion of macro ‘TRACE_EVENT’ - 626 | TRACE_EVENT(io_uring_short_write, +../include/trace/events/dlm.h:631:1: note: in expansion of macro ‘TRACE_EVENT’ + 631 | TRACE_EVENT(dlm_send, @@ -24643 +37107 @@ -../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_local_work_run’: +../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_recv’: @@ -24653,2 +37117,2 @@ -../include/trace/events/io_uring.h:659:1: note: in expansion of macro ‘TRACE_EVENT’ - 659 | TRACE_EVENT(io_uring_local_work_run, +../include/trace/events/dlm.h:651:1: note: in expansion of macro ‘TRACE_EVENT’ + 651 | TRACE_EVENT(dlm_recv, @@ -24665,2 +37129,2 @@ -../include/trace/events/io_uring.h:659:1: note: in expansion of macro ‘TRACE_EVENT’ - 659 | TRACE_EVENT(io_uring_local_work_run, +../include/trace/events/dlm.h:651:1: note: in expansion of macro ‘TRACE_EVENT’ + 651 | TRACE_EVENT(dlm_recv, @@ -24668,2 +37132,2 @@ -make[4]: *** [../scripts/Makefile.build:244: io_uring/io_uring.o] Error 1 -make[3]: *** [../scripts/Makefile.build:485: io_uring] Error 2 +make[5]: *** [../scripts/Makefile.build:244: fs/dlm/main.o] Error 1 +make[4]: *** [../scripts/Makefile.build:485: fs/dlm] Error 2 @@ -24671,3 +37135,3 @@ - from ../include/trace/events/mlxsw.h:119, - from ../drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_atcam.c:11: -../include/trace/events/mlxsw.h: In function ‘trace_event_raw_event_mlxsw_sp_acl_atcam_entry_add_ctcam_spill’: + from ../drivers/net/wireless/ath/ath11k/trace.h:346, + from ../drivers/net/wireless/ath/ath11k/trace.c:9: +../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘trace_event_raw_event_ath11k_htt_pktlog’: @@ -24683,2 +37147,2 @@ -../include/trace/events/mlxsw.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ - 16 | TRACE_EVENT(mlxsw_sp_acl_atcam_entry_add_ctcam_spill, +../drivers/net/wireless/ath/ath11k/./trace.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ + 36 | TRACE_EVENT(ath11k_htt_pktlog, @@ -24695,2 +37159,2 @@ -../include/trace/events/mlxsw.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ - 16 | TRACE_EVENT(mlxsw_sp_acl_atcam_entry_add_ctcam_spill, +../drivers/net/wireless/ath/ath11k/./trace.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ + 36 | TRACE_EVENT(ath11k_htt_pktlog, @@ -24707,2 +37171,2 @@ -../include/trace/events/mlxsw.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ - 16 | TRACE_EVENT(mlxsw_sp_acl_atcam_entry_add_ctcam_spill, +../drivers/net/wireless/ath/ath11k/./trace.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ + 36 | TRACE_EVENT(ath11k_htt_pktlog, @@ -24719,2 +37183,2 @@ -../include/trace/events/mlxsw.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ - 16 | TRACE_EVENT(mlxsw_sp_acl_atcam_entry_add_ctcam_spill, +../drivers/net/wireless/ath/ath11k/./trace.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ + 36 | TRACE_EVENT(ath11k_htt_pktlog, @@ -24731,2 +37195,2 @@ -../include/trace/events/mlxsw.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ - 16 | TRACE_EVENT(mlxsw_sp_acl_atcam_entry_add_ctcam_spill, +../drivers/net/wireless/ath/ath11k/./trace.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ + 36 | TRACE_EVENT(ath11k_htt_pktlog, @@ -24734 +37198 @@ -../include/trace/events/mlxsw.h: In function ‘trace_event_raw_event_mlxsw_sp_acl_tcam_vregion_rehash’: +../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘trace_event_raw_event_ath11k_htt_ppdu_stats’: @@ -24744,2 +37208,2 @@ -../include/trace/events/mlxsw.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ - 36 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_rehash, +../drivers/net/wireless/ath/ath11k/./trace.h:67:1: note: in expansion of macro ‘TRACE_EVENT’ + 67 | TRACE_EVENT(ath11k_htt_ppdu_stats, @@ -24756,2 +37220,2 @@ -../include/trace/events/mlxsw.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ - 36 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_rehash, +../drivers/net/wireless/ath/ath11k/./trace.h:67:1: note: in expansion of macro ‘TRACE_EVENT’ + 67 | TRACE_EVENT(ath11k_htt_ppdu_stats, @@ -24759 +37223 @@ -../include/trace/events/mlxsw.h: In function ‘trace_event_raw_event_mlxsw_sp_acl_tcam_vregion_migrate’: +../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘trace_event_raw_event_ath11k_htt_rxdesc’: @@ -24769,2 +37233,2 @@ -../include/trace/events/mlxsw.h:56:1: note: in expansion of macro ‘TRACE_EVENT’ - 56 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_migrate, +../drivers/net/wireless/ath/ath11k/./trace.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ + 94 | TRACE_EVENT(ath11k_htt_rxdesc, @@ -24781,2 +37245,2 @@ -../include/trace/events/mlxsw.h:56:1: note: in expansion of macro ‘TRACE_EVENT’ - 56 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_migrate, +../drivers/net/wireless/ath/ath11k/./trace.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ + 94 | TRACE_EVENT(ath11k_htt_rxdesc, @@ -24784 +37248,20 @@ -../include/trace/events/mlxsw.h: In function ‘trace_event_raw_event_mlxsw_sp_acl_tcam_vregion_migrate_end’: +../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘trace_event_raw_event_ath11k_log_event’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h:124:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 124 | DECLARE_EVENT_CLASS(ath11k_log_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h:124:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 124 | DECLARE_EVENT_CLASS(ath11k_log_event, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘trace_event_raw_event_ath11k_wmi_cmd’: @@ -24794,2 +37277,2 @@ -../include/trace/events/mlxsw.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ - 76 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_migrate_end, +../drivers/net/wireless/ath/ath11k/./trace.h:160:1: note: in expansion of macro ‘TRACE_EVENT’ + 160 | TRACE_EVENT(ath11k_wmi_cmd, @@ -24806,2 +37289,2 @@ -../include/trace/events/mlxsw.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ - 76 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_migrate_end, +../drivers/net/wireless/ath/ath11k/./trace.h:160:1: note: in expansion of macro ‘TRACE_EVENT’ + 160 | TRACE_EVENT(ath11k_wmi_cmd, @@ -24809 +37292 @@ -../include/trace/events/mlxsw.h: In function ‘trace_event_raw_event_mlxsw_sp_acl_tcam_vregion_rehash_rollback_failed’: +../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘trace_event_raw_event_ath11k_wmi_event’: @@ -24819,2 +37302,2 @@ -../include/trace/events/mlxsw.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ - 96 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_rehash_rollback_failed, +../drivers/net/wireless/ath/ath11k/./trace.h:190:1: note: in expansion of macro ‘TRACE_EVENT’ + 190 | TRACE_EVENT(ath11k_wmi_event, @@ -24831,2 +37314,347 @@ -../include/trace/events/mlxsw.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ - 96 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_rehash_rollback_failed, +../drivers/net/wireless/ath/ath11k/./trace.h:190:1: note: in expansion of macro ‘TRACE_EVENT’ + 190 | TRACE_EVENT(ath11k_wmi_event, + | ^~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘trace_event_raw_event_ath11k_log_dbg’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ + 220 | TRACE_EVENT(ath11k_log_dbg, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ + 220 | TRACE_EVENT(ath11k_log_dbg, + | ^~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘trace_event_raw_event_ath11k_log_dbg_dump’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h:249:1: note: in expansion of macro ‘TRACE_EVENT’ + 249 | TRACE_EVENT(ath11k_log_dbg_dump, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h:249:1: note: in expansion of macro ‘TRACE_EVENT’ + 249 | TRACE_EVENT(ath11k_log_dbg_dump, + | ^~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘trace_event_raw_event_ath11k_wmi_diag’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h:282:1: note: in expansion of macro ‘TRACE_EVENT’ + 282 | TRACE_EVENT(ath11k_wmi_diag, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h:282:1: note: in expansion of macro ‘TRACE_EVENT’ + 282 | TRACE_EVENT(ath11k_wmi_diag, + | ^~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘trace_event_raw_event_ath11k_ps_timekeeper’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h:309:1: note: in expansion of macro ‘TRACE_EVENT’ + 309 | TRACE_EVENT(ath11k_ps_timekeeper, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h:309:1: note: in expansion of macro ‘TRACE_EVENT’ + 309 | TRACE_EVENT(ath11k_ps_timekeeper, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘perf_trace_ath11k_htt_pktlog’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ + 36 | TRACE_EVENT(ath11k_htt_pktlog, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ + 36 | TRACE_EVENT(ath11k_htt_pktlog, + | ^~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘perf_trace_ath11k_htt_ppdu_stats’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h:67:1: note: in expansion of macro ‘TRACE_EVENT’ + 67 | TRACE_EVENT(ath11k_htt_ppdu_stats, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h:67:1: note: in expansion of macro ‘TRACE_EVENT’ + 67 | TRACE_EVENT(ath11k_htt_ppdu_stats, + | ^~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘perf_trace_ath11k_htt_rxdesc’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ + 94 | TRACE_EVENT(ath11k_htt_rxdesc, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ + 94 | TRACE_EVENT(ath11k_htt_rxdesc, + | ^~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘perf_trace_ath11k_log_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h:124:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 124 | DECLARE_EVENT_CLASS(ath11k_log_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h:124:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 124 | DECLARE_EVENT_CLASS(ath11k_log_event, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘perf_trace_ath11k_wmi_cmd’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h:160:1: note: in expansion of macro ‘TRACE_EVENT’ + 160 | TRACE_EVENT(ath11k_wmi_cmd, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h:160:1: note: in expansion of macro ‘TRACE_EVENT’ + 160 | TRACE_EVENT(ath11k_wmi_cmd, + | ^~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘perf_trace_ath11k_wmi_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h:190:1: note: in expansion of macro ‘TRACE_EVENT’ + 190 | TRACE_EVENT(ath11k_wmi_event, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h:190:1: note: in expansion of macro ‘TRACE_EVENT’ + 190 | TRACE_EVENT(ath11k_wmi_event, + | ^~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘perf_trace_ath11k_log_dbg’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ + 220 | TRACE_EVENT(ath11k_log_dbg, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ + 220 | TRACE_EVENT(ath11k_log_dbg, + | ^~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘perf_trace_ath11k_log_dbg_dump’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h:249:1: note: in expansion of macro ‘TRACE_EVENT’ + 249 | TRACE_EVENT(ath11k_log_dbg_dump, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h:249:1: note: in expansion of macro ‘TRACE_EVENT’ + 249 | TRACE_EVENT(ath11k_log_dbg_dump, + | ^~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘perf_trace_ath11k_wmi_diag’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h:282:1: note: in expansion of macro ‘TRACE_EVENT’ + 282 | TRACE_EVENT(ath11k_wmi_diag, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h:282:1: note: in expansion of macro ‘TRACE_EVENT’ + 282 | TRACE_EVENT(ath11k_wmi_diag, + | ^~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘perf_trace_ath11k_ps_timekeeper’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h:309:1: note: in expansion of macro ‘TRACE_EVENT’ + 309 | TRACE_EVENT(ath11k_ps_timekeeper, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h:309:1: note: in expansion of macro ‘TRACE_EVENT’ + 309 | TRACE_EVENT(ath11k_ps_timekeeper, @@ -24835 +37663 @@ -../include/trace/events/mlxsw.h: In function ‘__bpf_trace_mlxsw_sp_acl_atcam_entry_add_ctcam_spill’: +../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘__bpf_trace_ath11k_htt_pktlog’: @@ -24845,2 +37673,2 @@ -../include/trace/events/mlxsw.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ - 16 | TRACE_EVENT(mlxsw_sp_acl_atcam_entry_add_ctcam_spill, +../drivers/net/wireless/ath/ath11k/./trace.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ + 36 | TRACE_EVENT(ath11k_htt_pktlog, @@ -24857,2 +37685,2 @@ -../include/trace/events/mlxsw.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ - 16 | TRACE_EVENT(mlxsw_sp_acl_atcam_entry_add_ctcam_spill, +../drivers/net/wireless/ath/ath11k/./trace.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ + 36 | TRACE_EVENT(ath11k_htt_pktlog, @@ -24860 +37688 @@ -../include/trace/events/mlxsw.h: In function ‘__bpf_trace_mlxsw_sp_acl_tcam_vregion_rehash’: +../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘__bpf_trace_ath11k_htt_ppdu_stats’: @@ -24870,2 +37698,2 @@ -../include/trace/events/mlxsw.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ - 36 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_rehash, +../drivers/net/wireless/ath/ath11k/./trace.h:67:1: note: in expansion of macro ‘TRACE_EVENT’ + 67 | TRACE_EVENT(ath11k_htt_ppdu_stats, @@ -24882,2 +37710,2 @@ -../include/trace/events/mlxsw.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ - 36 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_rehash, +../drivers/net/wireless/ath/ath11k/./trace.h:67:1: note: in expansion of macro ‘TRACE_EVENT’ + 67 | TRACE_EVENT(ath11k_htt_ppdu_stats, @@ -24885 +37713 @@ -../include/trace/events/mlxsw.h: In function ‘__bpf_trace_mlxsw_sp_acl_tcam_vregion_migrate’: +../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘__bpf_trace_ath11k_htt_rxdesc’: @@ -24895,2 +37723,2 @@ -../include/trace/events/mlxsw.h:56:1: note: in expansion of macro ‘TRACE_EVENT’ - 56 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_migrate, +../drivers/net/wireless/ath/ath11k/./trace.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ + 94 | TRACE_EVENT(ath11k_htt_rxdesc, @@ -24907,2 +37735,2 @@ -../include/trace/events/mlxsw.h:56:1: note: in expansion of macro ‘TRACE_EVENT’ - 56 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_migrate, +../drivers/net/wireless/ath/ath11k/./trace.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ + 94 | TRACE_EVENT(ath11k_htt_rxdesc, @@ -24910 +37738,20 @@ -../include/trace/events/mlxsw.h: In function ‘__bpf_trace_mlxsw_sp_acl_tcam_vregion_migrate_end’: +../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘__bpf_trace_ath11k_log_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h:124:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 124 | DECLARE_EVENT_CLASS(ath11k_log_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h:124:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 124 | DECLARE_EVENT_CLASS(ath11k_log_event, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘__bpf_trace_ath11k_wmi_cmd’: @@ -24920,2 +37767,2 @@ -../include/trace/events/mlxsw.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ - 76 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_migrate_end, +../drivers/net/wireless/ath/ath11k/./trace.h:160:1: note: in expansion of macro ‘TRACE_EVENT’ + 160 | TRACE_EVENT(ath11k_wmi_cmd, @@ -24932,2 +37779,2 @@ -../include/trace/events/mlxsw.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ - 76 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_migrate_end, +../drivers/net/wireless/ath/ath11k/./trace.h:160:1: note: in expansion of macro ‘TRACE_EVENT’ + 160 | TRACE_EVENT(ath11k_wmi_cmd, @@ -24935 +37782 @@ -../include/trace/events/mlxsw.h: In function ‘__bpf_trace_mlxsw_sp_acl_tcam_vregion_rehash_rollback_failed’: +../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘__bpf_trace_ath11k_wmi_event’: @@ -24945,2 +37792,2 @@ -../include/trace/events/mlxsw.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ - 96 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_rehash_rollback_failed, +../drivers/net/wireless/ath/ath11k/./trace.h:190:1: note: in expansion of macro ‘TRACE_EVENT’ + 190 | TRACE_EVENT(ath11k_wmi_event, @@ -24957,2 +37804,2 @@ -../include/trace/events/mlxsw.h:96:1: note: in expansion of macro ‘TRACE_EVENT’ - 96 | TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_rehash_rollback_failed, +../drivers/net/wireless/ath/ath11k/./trace.h:190:1: note: in expansion of macro ‘TRACE_EVENT’ + 190 | TRACE_EVENT(ath11k_wmi_event, @@ -24960,13 +37807,7 @@ -make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_atcam.o] Error 1 -make[7]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/mellanox/mlxsw] Error 2 -make[7]: *** Waiting for unfinished jobs.... -In file included from ../include/trace/define_trace.h:108, - from ../drivers/net/ethernet/mellanox/mlx5/core/diag/cmd_tracepoint.h:45, - from ../drivers/net/ethernet/mellanox/mlx5/core/cmd.c:48: -../drivers/net/ethernet/mellanox/mlx5/core/./diag/cmd_tracepoint.h: In function ‘trace_event_raw_event_mlx5_cmd’: -../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘__bpf_trace_ath11k_log_dbg’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -24976,2 +37817,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/cmd_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ - 13 | TRACE_EVENT(mlx5_cmd, +../drivers/net/wireless/ath/ath11k/./trace.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ + 220 | TRACE_EVENT(ath11k_log_dbg, @@ -24979,6 +37820,6 @@ -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -24988,2 +37829,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/cmd_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ - 13 | TRACE_EVENT(mlx5_cmd, +../drivers/net/wireless/ath/ath11k/./trace.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ + 220 | TRACE_EVENT(ath11k_log_dbg, @@ -24991,2 +37832,3 @@ -../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘__bpf_trace_ath11k_log_dbg_dump’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ @@ -24994,3 +37836,3 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -25000,2 +37842,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/cmd_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ - 13 | TRACE_EVENT(mlx5_cmd, +../drivers/net/wireless/ath/ath11k/./trace.h:249:1: note: in expansion of macro ‘TRACE_EVENT’ + 249 | TRACE_EVENT(ath11k_log_dbg_dump, @@ -25003,6 +37845,6 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -25012,2 +37854,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/cmd_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ - 13 | TRACE_EVENT(mlx5_cmd, +../drivers/net/wireless/ath/ath11k/./trace.h:249:1: note: in expansion of macro ‘TRACE_EVENT’ + 249 | TRACE_EVENT(ath11k_log_dbg_dump, @@ -25015,6 +37857,7 @@ -../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] - 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ - | ^~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘__bpf_trace_ath11k_wmi_diag’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -25024,2 +37867,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/cmd_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ - 13 | TRACE_EVENT(mlx5_cmd, +../drivers/net/wireless/ath/ath11k/./trace.h:282:1: note: in expansion of macro ‘TRACE_EVENT’ + 282 | TRACE_EVENT(ath11k_wmi_diag, @@ -25027,2 +37870,13 @@ -In file included from ../include/trace/define_trace.h:110: -../drivers/net/ethernet/mellanox/mlx5/core/./diag/cmd_tracepoint.h: In function ‘__bpf_trace_mlx5_cmd’: +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h:282:1: note: in expansion of macro ‘TRACE_EVENT’ + 282 | TRACE_EVENT(ath11k_wmi_diag, + | ^~~~~~~~~~~ +../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘__bpf_trace_ath11k_ps_timekeeper’: @@ -25038,2 +37892,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/cmd_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ - 13 | TRACE_EVENT(mlx5_cmd, +../drivers/net/wireless/ath/ath11k/./trace.h:309:1: note: in expansion of macro ‘TRACE_EVENT’ + 309 | TRACE_EVENT(ath11k_ps_timekeeper, @@ -25050,2 +37904,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/cmd_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ - 13 | TRACE_EVENT(mlx5_cmd, +../drivers/net/wireless/ath/ath11k/./trace.h:309:1: note: in expansion of macro ‘TRACE_EVENT’ + 309 | TRACE_EVENT(ath11k_ps_timekeeper, @@ -25053,2 +37907,2 @@ -make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/mellanox/mlx5/core/cmd.o] Error 1 -make[8]: *** Waiting for unfinished jobs.... +make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/ath/ath11k/trace.o] Error 1 +make[7]: *** [../scripts/Makefile.build:485: drivers/net/wireless/ath/ath11k] Error 2 @@ -25056,3 +37910,3 @@ - from ../drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer_tracepoint.h:78, - from ../drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c:35: -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fw_tracer_tracepoint.h: In function ‘trace_event_raw_event_mlx5_fw’: + from ../drivers/net/ethernet/mellanox/mlx5/core/diag/en_rep_tracepoint.h:54, + from ../drivers/net/ethernet/mellanox/mlx5/core/en_rep.c:58: +../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_rep_tracepoint.h: In function ‘trace_event_raw_event_mlx5e_rep_neigh_update’: @@ -25068,2 +37922,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fw_tracer_tracepoint.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ - 43 | TRACE_EVENT(mlx5_fw, +../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_rep_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(mlx5e_rep_neigh_update, @@ -25080,2 +37934,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fw_tracer_tracepoint.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ - 43 | TRACE_EVENT(mlx5_fw, +../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_rep_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(mlx5e_rep_neigh_update, @@ -25092,2 +37946,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fw_tracer_tracepoint.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ - 43 | TRACE_EVENT(mlx5_fw, +../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_rep_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(mlx5e_rep_neigh_update, @@ -25104,2 +37958,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fw_tracer_tracepoint.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ - 43 | TRACE_EVENT(mlx5_fw, +../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_rep_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(mlx5e_rep_neigh_update, @@ -25116,2 +37970,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fw_tracer_tracepoint.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ - 43 | TRACE_EVENT(mlx5_fw, +../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_rep_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(mlx5e_rep_neigh_update, @@ -25119,4 +37973,4 @@ -In file included from ../include/trace/define_trace.h:110: -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fw_tracer_tracepoint.h: In function ‘__bpf_trace_mlx5_fw’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +In file included from ../include/trace/define_trace.h:109: +../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_rep_tracepoint.h: In function ‘perf_trace_mlx5e_rep_neigh_update’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -25124,3 +37978,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -25130,2 +37984,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fw_tracer_tracepoint.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ - 43 | TRACE_EVENT(mlx5_fw, +../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_rep_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(mlx5e_rep_neigh_update, @@ -25133,6 +37987,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -25142,2 +37996,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fw_tracer_tracepoint.h:43:1: note: in expansion of macro ‘TRACE_EVENT’ - 43 | TRACE_EVENT(mlx5_fw, +../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_rep_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(mlx5e_rep_neigh_update, @@ -25145,88 +37998,0 @@ -make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.o] Error 1 -In file included from ../include/trace/define_trace.h:108, - from ../drivers/net/ethernet/intel/iavf/iavf_trace.h:209, - from ../drivers/net/ethernet/intel/iavf/iavf_main.c:13: -../drivers/net/ethernet/intel/iavf/./iavf_trace.h: In function ‘trace_event_raw_event_iavf_tx_template’: -../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/intel/iavf/./iavf_trace.h:59:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 59 | DECLARE_EVENT_CLASS( - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/intel/iavf/./iavf_trace.h:59:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 59 | DECLARE_EVENT_CLASS( - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/intel/iavf/./iavf_trace.h:59:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 59 | DECLARE_EVENT_CLASS( - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/intel/iavf/./iavf_trace.h:59:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 59 | DECLARE_EVENT_CLASS( - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] - 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ - | ^~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/intel/iavf/./iavf_trace.h:59:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 59 | DECLARE_EVENT_CLASS( - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/intel/iavf/./iavf_trace.h: In function ‘trace_event_raw_event_iavf_rx_template’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/intel/iavf/./iavf_trace.h:111:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 111 | DECLARE_EVENT_CLASS( - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/intel/iavf/./iavf_trace.h:111:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 111 | DECLARE_EVENT_CLASS( - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/intel/iavf/./iavf_trace.h: In function ‘trace_event_raw_event_iavf_xmit_template’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/intel/iavf/./iavf_trace.h:156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 156 | DECLARE_EVENT_CLASS( - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/intel/iavf/./iavf_trace.h:156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 156 | DECLARE_EVENT_CLASS( - | ^~~~~~~~~~~~~~~~~~~ @@ -25234 +38000 @@ -../drivers/net/ethernet/intel/iavf/./iavf_trace.h: In function ‘__bpf_trace_iavf_tx_template’: +../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_rep_tracepoint.h: In function ‘__bpf_trace_mlx5e_rep_neigh_update’: @@ -25241,18 +38007,2 @@ -../drivers/net/ethernet/intel/iavf/./iavf_trace.h:59:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 59 | DECLARE_EVENT_CLASS( - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/intel/iavf/./iavf_trace.h:59:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 59 | DECLARE_EVENT_CLASS( - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/intel/iavf/./iavf_trace.h: In function ‘__bpf_trace_iavf_rx_template’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -25260,3 +38010,3 @@ -../drivers/net/ethernet/intel/iavf/./iavf_trace.h:111:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 111 | DECLARE_EVENT_CLASS( - | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_rep_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(mlx5e_rep_neigh_update, + | ^~~~~~~~~~~ @@ -25269,18 +38019,2 @@ -../drivers/net/ethernet/intel/iavf/./iavf_trace.h:111:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 111 | DECLARE_EVENT_CLASS( - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/intel/iavf/./iavf_trace.h: In function ‘__bpf_trace_iavf_xmit_template’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/intel/iavf/./iavf_trace.h:156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 156 | DECLARE_EVENT_CLASS( - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -25288,5 +38022,4 @@ -../drivers/net/ethernet/intel/iavf/./iavf_trace.h:156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 156 | DECLARE_EVENT_CLASS( - | ^~~~~~~~~~~~~~~~~~~ -make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/intel/iavf/iavf_main.o] Error 1 -make[7]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/intel/iavf] Error 2 +../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_rep_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(mlx5e_rep_neigh_update, + | ^~~~~~~~~~~ +make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/mellanox/mlx5/core/en_rep.o] Error 1 @@ -25294,3 +38027,3 @@ - from ../drivers/net/wireless/ath/ath6kl/trace.h:327, - from ../drivers/net/wireless/ath/ath6kl/trace.c:20: -../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘trace_event_raw_event_ath6kl_wmi_cmd’: + from ../include/trace/events/fscache.h:507, + from ../fs/netfs/fscache_main.c:13: +../include/trace/events/fscache.h: In function ‘trace_event_raw_event_fscache_cache’: @@ -25306,2 +38039,2 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ - 39 | TRACE_EVENT(ath6kl_wmi_cmd, +../include/trace/events/fscache.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ + 211 | TRACE_EVENT(fscache_cache, @@ -25318,2 +38051,2 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ - 39 | TRACE_EVENT(ath6kl_wmi_cmd, +../include/trace/events/fscache.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ + 211 | TRACE_EVENT(fscache_cache, @@ -25330,2 +38063,2 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ - 39 | TRACE_EVENT(ath6kl_wmi_cmd, +../include/trace/events/fscache.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ + 211 | TRACE_EVENT(fscache_cache, @@ -25342,2 +38075,2 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ - 39 | TRACE_EVENT(ath6kl_wmi_cmd, +../include/trace/events/fscache.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ + 211 | TRACE_EVENT(fscache_cache, @@ -25354,2 +38087,2 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ - 39 | TRACE_EVENT(ath6kl_wmi_cmd, +../include/trace/events/fscache.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ + 211 | TRACE_EVENT(fscache_cache, @@ -25357 +38090 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘trace_event_raw_event_ath6kl_wmi_event’: +../include/trace/events/fscache.h: In function ‘trace_event_raw_event_fscache_volume’: @@ -25367,2 +38100,2 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ - 62 | TRACE_EVENT(ath6kl_wmi_event, +../include/trace/events/fscache.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ + 236 | TRACE_EVENT(fscache_volume, @@ -25379,2 +38112,2 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ - 62 | TRACE_EVENT(ath6kl_wmi_event, +../include/trace/events/fscache.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ + 236 | TRACE_EVENT(fscache_volume, @@ -25382 +38115 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘trace_event_raw_event_ath6kl_sdio’: +../include/trace/events/fscache.h: In function ‘trace_event_raw_event_fscache_cookie’: @@ -25392,2 +38125,2 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ - 85 | TRACE_EVENT(ath6kl_sdio, +../include/trace/events/fscache.h:261:1: note: in expansion of macro ‘TRACE_EVENT’ + 261 | TRACE_EVENT(fscache_cookie, @@ -25404,2 +38137,2 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ - 85 | TRACE_EVENT(ath6kl_sdio, +../include/trace/events/fscache.h:261:1: note: in expansion of macro ‘TRACE_EVENT’ + 261 | TRACE_EVENT(fscache_cookie, @@ -25407 +38140 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘trace_event_raw_event_ath6kl_sdio_scat’: +../include/trace/events/fscache.h: In function ‘trace_event_raw_event_fscache_active’: @@ -25417,2 +38150,2 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h:120:1: note: in expansion of macro ‘TRACE_EVENT’ - 120 | TRACE_EVENT(ath6kl_sdio_scat, +../include/trace/events/fscache.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ + 286 | TRACE_EVENT(fscache_active, @@ -25429,2 +38162,2 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h:120:1: note: in expansion of macro ‘TRACE_EVENT’ - 120 | TRACE_EVENT(ath6kl_sdio_scat, +../include/trace/events/fscache.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ + 286 | TRACE_EVENT(fscache_active, @@ -25432 +38165 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘trace_event_raw_event_ath6kl_sdio_irq’: +../include/trace/events/fscache.h: In function ‘trace_event_raw_event_fscache_access_cache’: @@ -25442,2 +38175,2 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h:174:1: note: in expansion of macro ‘TRACE_EVENT’ - 174 | TRACE_EVENT(ath6kl_sdio_irq, +../include/trace/events/fscache.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ + 319 | TRACE_EVENT(fscache_access_cache, @@ -25454,2 +38187,2 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h:174:1: note: in expansion of macro ‘TRACE_EVENT’ - 174 | TRACE_EVENT(ath6kl_sdio_irq, +../include/trace/events/fscache.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ + 319 | TRACE_EVENT(fscache_access_cache, @@ -25457 +38190 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘trace_event_raw_event_ath6kl_htc_rx’: +../include/trace/events/fscache.h: In function ‘trace_event_raw_event_fscache_access_volume’: @@ -25467,2 +38200,2 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h:194:1: note: in expansion of macro ‘TRACE_EVENT’ - 194 | TRACE_EVENT(ath6kl_htc_rx, +../include/trace/events/fscache.h:348:1: note: in expansion of macro ‘TRACE_EVENT’ + 348 | TRACE_EVENT(fscache_access_volume, @@ -25479,2 +38212,2 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h:194:1: note: in expansion of macro ‘TRACE_EVENT’ - 194 | TRACE_EVENT(ath6kl_htc_rx, +../include/trace/events/fscache.h:348:1: note: in expansion of macro ‘TRACE_EVENT’ + 348 | TRACE_EVENT(fscache_access_volume, @@ -25482 +38215 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘trace_event_raw_event_ath6kl_htc_tx’: +../include/trace/events/fscache.h: In function ‘trace_event_raw_event_fscache_access’: @@ -25492,2 +38225,2 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h:222:1: note: in expansion of macro ‘TRACE_EVENT’ - 222 | TRACE_EVENT(ath6kl_htc_tx, +../include/trace/events/fscache.h:381:1: note: in expansion of macro ‘TRACE_EVENT’ + 381 | TRACE_EVENT(fscache_access, @@ -25504,2 +38237,2 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h:222:1: note: in expansion of macro ‘TRACE_EVENT’ - 222 | TRACE_EVENT(ath6kl_htc_tx, +../include/trace/events/fscache.h:381:1: note: in expansion of macro ‘TRACE_EVENT’ + 381 | TRACE_EVENT(fscache_access, @@ -25507 +38240 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘trace_event_raw_event_ath6kl_log_event’: +../include/trace/events/fscache.h: In function ‘trace_event_raw_event_fscache_acquire’: @@ -25514,3 +38247,6 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h:252:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 252 | DECLARE_EVENT_CLASS(ath6kl_log_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/fscache.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ + 410 | TRACE_EVENT(fscache_acquire, + | ^~~~~~~~~~~ @@ -25523,4 +38259,7 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h:252:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 252 | DECLARE_EVENT_CLASS(ath6kl_log_event, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘trace_event_raw_event_ath6kl_log_dbg’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/fscache.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ + 410 | TRACE_EVENT(fscache_acquire, + | ^~~~~~~~~~~ +../include/trace/events/fscache.h: In function ‘trace_event_raw_event_fscache_relinquish’: @@ -25536,2 +38275,2 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h:279:1: note: in expansion of macro ‘TRACE_EVENT’ - 279 | TRACE_EVENT(ath6kl_log_dbg, +../include/trace/events/fscache.h:434:1: note: in expansion of macro ‘TRACE_EVENT’ + 434 | TRACE_EVENT(fscache_relinquish, @@ -25548,2 +38287,2 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h:279:1: note: in expansion of macro ‘TRACE_EVENT’ - 279 | TRACE_EVENT(ath6kl_log_dbg, +../include/trace/events/fscache.h:434:1: note: in expansion of macro ‘TRACE_EVENT’ + 434 | TRACE_EVENT(fscache_relinquish, @@ -25551 +38290 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘trace_event_raw_event_ath6kl_log_dbg_dump’: +../include/trace/events/fscache.h: In function ‘trace_event_raw_event_fscache_invalidate’: @@ -25561,2 +38300,2 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h:293:1: note: in expansion of macro ‘TRACE_EVENT’ - 293 | TRACE_EVENT(ath6kl_log_dbg_dump, +../include/trace/events/fscache.h:462:1: note: in expansion of macro ‘TRACE_EVENT’ + 462 | TRACE_EVENT(fscache_invalidate, @@ -25573,2 +38312,2 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h:293:1: note: in expansion of macro ‘TRACE_EVENT’ - 293 | TRACE_EVENT(ath6kl_log_dbg_dump, +../include/trace/events/fscache.h:462:1: note: in expansion of macro ‘TRACE_EVENT’ + 462 | TRACE_EVENT(fscache_invalidate, @@ -25576,4 +38315,3 @@ -In file included from ../include/trace/define_trace.h:110: -../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘__bpf_trace_ath6kl_wmi_cmd’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/fscache.h: In function ‘trace_event_raw_event_fscache_resize’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -25581,3 +38319,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -25587,2 +38325,2 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ - 39 | TRACE_EVENT(ath6kl_wmi_cmd, +../include/trace/events/fscache.h:481:1: note: in expansion of macro ‘TRACE_EVENT’ + 481 | TRACE_EVENT(fscache_resize, @@ -25590,6 +38328,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -25599,2 +38337,2 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ - 39 | TRACE_EVENT(ath6kl_wmi_cmd, +../include/trace/events/fscache.h:481:1: note: in expansion of macro ‘TRACE_EVENT’ + 481 | TRACE_EVENT(fscache_resize, @@ -25602,3 +38340,4 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘__bpf_trace_ath6kl_wmi_event’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/fscache.h: In function ‘perf_trace_fscache_cache’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -25606,3 +38345,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -25612,2 +38351,2 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ - 62 | TRACE_EVENT(ath6kl_wmi_event, +../include/trace/events/fscache.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ + 211 | TRACE_EVENT(fscache_cache, @@ -25615,6 +38354,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -25624,2 +38363,2 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ - 62 | TRACE_EVENT(ath6kl_wmi_event, +../include/trace/events/fscache.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ + 211 | TRACE_EVENT(fscache_cache, @@ -25627,3 +38366,3 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘__bpf_trace_ath6kl_sdio’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/fscache.h: In function ‘perf_trace_fscache_volume’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -25631,3 +38370,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -25637,2 +38376,2 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ - 85 | TRACE_EVENT(ath6kl_sdio, +../include/trace/events/fscache.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ + 236 | TRACE_EVENT(fscache_volume, @@ -25640,6 +38379,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -25649,2 +38388,2 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ - 85 | TRACE_EVENT(ath6kl_sdio, +../include/trace/events/fscache.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ + 236 | TRACE_EVENT(fscache_volume, @@ -25652,3 +38391,3 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘__bpf_trace_ath6kl_sdio_scat’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/fscache.h: In function ‘perf_trace_fscache_cookie’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -25656,3 +38395,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -25662,2 +38401,2 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h:120:1: note: in expansion of macro ‘TRACE_EVENT’ - 120 | TRACE_EVENT(ath6kl_sdio_scat, +../include/trace/events/fscache.h:261:1: note: in expansion of macro ‘TRACE_EVENT’ + 261 | TRACE_EVENT(fscache_cookie, @@ -25665,6 +38404,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -25674,2 +38413,2 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h:120:1: note: in expansion of macro ‘TRACE_EVENT’ - 120 | TRACE_EVENT(ath6kl_sdio_scat, +../include/trace/events/fscache.h:261:1: note: in expansion of macro ‘TRACE_EVENT’ + 261 | TRACE_EVENT(fscache_cookie, @@ -25677,3 +38416,3 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘__bpf_trace_ath6kl_sdio_irq’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/fscache.h: In function ‘perf_trace_fscache_active’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -25681,3 +38420,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -25687,2 +38426,2 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h:174:1: note: in expansion of macro ‘TRACE_EVENT’ - 174 | TRACE_EVENT(ath6kl_sdio_irq, +../include/trace/events/fscache.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ + 286 | TRACE_EVENT(fscache_active, @@ -25690,6 +38429,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -25699,2 +38438,2 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h:174:1: note: in expansion of macro ‘TRACE_EVENT’ - 174 | TRACE_EVENT(ath6kl_sdio_irq, +../include/trace/events/fscache.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ + 286 | TRACE_EVENT(fscache_active, @@ -25702,3 +38441,3 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘__bpf_trace_ath6kl_htc_rx’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/fscache.h: In function ‘perf_trace_fscache_access_cache’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -25706,3 +38445,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -25712,2 +38451,2 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h:194:1: note: in expansion of macro ‘TRACE_EVENT’ - 194 | TRACE_EVENT(ath6kl_htc_rx, +../include/trace/events/fscache.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ + 319 | TRACE_EVENT(fscache_access_cache, @@ -25715,6 +38454,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -25724,2 +38463,2 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h:194:1: note: in expansion of macro ‘TRACE_EVENT’ - 194 | TRACE_EVENT(ath6kl_htc_rx, +../include/trace/events/fscache.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ + 319 | TRACE_EVENT(fscache_access_cache, @@ -25727,3 +38466,3 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘__bpf_trace_ath6kl_htc_tx’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/fscache.h: In function ‘perf_trace_fscache_access_volume’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -25731,3 +38470,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -25737,2 +38476,2 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h:222:1: note: in expansion of macro ‘TRACE_EVENT’ - 222 | TRACE_EVENT(ath6kl_htc_tx, +../include/trace/events/fscache.h:348:1: note: in expansion of macro ‘TRACE_EVENT’ + 348 | TRACE_EVENT(fscache_access_volume, @@ -25740,6 +38479,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -25749,2 +38488,2 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h:222:1: note: in expansion of macro ‘TRACE_EVENT’ - 222 | TRACE_EVENT(ath6kl_htc_tx, +../include/trace/events/fscache.h:348:1: note: in expansion of macro ‘TRACE_EVENT’ + 348 | TRACE_EVENT(fscache_access_volume, @@ -25752,22 +38491,3 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘__bpf_trace_ath6kl_log_event’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/ath6kl/./trace.h:252:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 252 | DECLARE_EVENT_CLASS(ath6kl_log_event, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/ath6kl/./trace.h:252:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 252 | DECLARE_EVENT_CLASS(ath6kl_log_event, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘__bpf_trace_ath6kl_log_dbg’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/fscache.h: In function ‘perf_trace_fscache_access’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -25775,3 +38495,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -25781,2 +38501,2 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h:279:1: note: in expansion of macro ‘TRACE_EVENT’ - 279 | TRACE_EVENT(ath6kl_log_dbg, +../include/trace/events/fscache.h:381:1: note: in expansion of macro ‘TRACE_EVENT’ + 381 | TRACE_EVENT(fscache_access, @@ -25784,6 +38504,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -25793,2 +38513,2 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h:279:1: note: in expansion of macro ‘TRACE_EVENT’ - 279 | TRACE_EVENT(ath6kl_log_dbg, +../include/trace/events/fscache.h:381:1: note: in expansion of macro ‘TRACE_EVENT’ + 381 | TRACE_EVENT(fscache_access, @@ -25796,3 +38516,3 @@ -../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘__bpf_trace_ath6kl_log_dbg_dump’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/fscache.h: In function ‘perf_trace_fscache_acquire’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -25800,32 +38520,2 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/ath6kl/./trace.h:293:1: note: in expansion of macro ‘TRACE_EVENT’ - 293 | TRACE_EVENT(ath6kl_log_dbg_dump, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/ath6kl/./trace.h:293:1: note: in expansion of macro ‘TRACE_EVENT’ - 293 | TRACE_EVENT(ath6kl_log_dbg_dump, - | ^~~~~~~~~~~ -make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/ath/ath6kl/trace.o] Error 1 -make[7]: *** [../scripts/Makefile.build:485: drivers/net/wireless/ath/ath6kl] Error 2 -In file included from ../include/trace/define_trace.h:108, - from ../fs/zonefs/trace.h:106, - from ../fs/zonefs/super.c:29: -../fs/zonefs/./trace.h: In function ‘trace_event_raw_event_zonefs_zone_mgmt’: -../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -25836,2 +38526,2 @@ -../fs/zonefs/./trace.h:22:1: note: in expansion of macro ‘TRACE_EVENT’ - 22 | TRACE_EVENT(zonefs_zone_mgmt, +../include/trace/events/fscache.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ + 410 | TRACE_EVENT(fscache_acquire, @@ -25839,5 +38529,5 @@ -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -25848,2 +38538,2 @@ -../fs/zonefs/./trace.h:22:1: note: in expansion of macro ‘TRACE_EVENT’ - 22 | TRACE_EVENT(zonefs_zone_mgmt, +../include/trace/events/fscache.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ + 410 | TRACE_EVENT(fscache_acquire, @@ -25851,2 +38541,3 @@ -../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/fscache.h: In function ‘perf_trace_fscache_relinquish’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -25854,2 +38545,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -25860,2 +38551,2 @@ -../fs/zonefs/./trace.h:22:1: note: in expansion of macro ‘TRACE_EVENT’ - 22 | TRACE_EVENT(zonefs_zone_mgmt, +../include/trace/events/fscache.h:434:1: note: in expansion of macro ‘TRACE_EVENT’ + 434 | TRACE_EVENT(fscache_relinquish, @@ -25863,2 +38554,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -25866,14 +38557,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../fs/zonefs/./trace.h:22:1: note: in expansion of macro ‘TRACE_EVENT’ - 22 | TRACE_EVENT(zonefs_zone_mgmt, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] - 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ - | ^~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -25884,2 +38563,2 @@ -../fs/zonefs/./trace.h:22:1: note: in expansion of macro ‘TRACE_EVENT’ - 22 | TRACE_EVENT(zonefs_zone_mgmt, +../include/trace/events/fscache.h:434:1: note: in expansion of macro ‘TRACE_EVENT’ + 434 | TRACE_EVENT(fscache_relinquish, @@ -25887,3 +38566,3 @@ -../fs/zonefs/./trace.h: In function ‘trace_event_raw_event_zonefs_file_dio_append’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/fscache.h: In function ‘perf_trace_fscache_invalidate’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -25891,2 +38570,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -25897,2 +38576,2 @@ -../fs/zonefs/./trace.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ - 48 | TRACE_EVENT(zonefs_file_dio_append, +../include/trace/events/fscache.h:462:1: note: in expansion of macro ‘TRACE_EVENT’ + 462 | TRACE_EVENT(fscache_invalidate, @@ -25900,2 +38579,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -25903,2 +38582,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -25909,2 +38588,2 @@ -../fs/zonefs/./trace.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ - 48 | TRACE_EVENT(zonefs_file_dio_append, +../include/trace/events/fscache.h:462:1: note: in expansion of macro ‘TRACE_EVENT’ + 462 | TRACE_EVENT(fscache_invalidate, @@ -25912,3 +38591,3 @@ -../fs/zonefs/./trace.h: In function ‘trace_event_raw_event_zonefs_iomap_begin’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/fscache.h: In function ‘perf_trace_fscache_resize’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -25916,2 +38595,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -25922,2 +38601,2 @@ -../fs/zonefs/./trace.h:75:1: note: in expansion of macro ‘TRACE_EVENT’ - 75 | TRACE_EVENT(zonefs_iomap_begin, +../include/trace/events/fscache.h:481:1: note: in expansion of macro ‘TRACE_EVENT’ + 481 | TRACE_EVENT(fscache_resize, @@ -25925,2 +38604,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -25928,2 +38607,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -25934,2 +38613,2 @@ -../fs/zonefs/./trace.h:75:1: note: in expansion of macro ‘TRACE_EVENT’ - 75 | TRACE_EVENT(zonefs_iomap_begin, +../include/trace/events/fscache.h:481:1: note: in expansion of macro ‘TRACE_EVENT’ + 481 | TRACE_EVENT(fscache_resize, @@ -25938 +38617 @@ -../fs/zonefs/./trace.h: In function ‘__bpf_trace_zonefs_zone_mgmt’: +../include/trace/events/fscache.h: In function ‘__bpf_trace_fscache_cache’: @@ -25948,2 +38627,2 @@ -../fs/zonefs/./trace.h:22:1: note: in expansion of macro ‘TRACE_EVENT’ - 22 | TRACE_EVENT(zonefs_zone_mgmt, +../include/trace/events/fscache.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ + 211 | TRACE_EVENT(fscache_cache, @@ -25960,2 +38639,2 @@ -../fs/zonefs/./trace.h:22:1: note: in expansion of macro ‘TRACE_EVENT’ - 22 | TRACE_EVENT(zonefs_zone_mgmt, +../include/trace/events/fscache.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ + 211 | TRACE_EVENT(fscache_cache, @@ -25963 +38642 @@ -../fs/zonefs/./trace.h: In function ‘__bpf_trace_zonefs_file_dio_append’: +../include/trace/events/fscache.h: In function ‘__bpf_trace_fscache_volume’: @@ -25973,2 +38652,2 @@ -../fs/zonefs/./trace.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ - 48 | TRACE_EVENT(zonefs_file_dio_append, +../include/trace/events/fscache.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ + 236 | TRACE_EVENT(fscache_volume, @@ -25985,2 +38664,2 @@ -../fs/zonefs/./trace.h:48:1: note: in expansion of macro ‘TRACE_EVENT’ - 48 | TRACE_EVENT(zonefs_file_dio_append, +../include/trace/events/fscache.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ + 236 | TRACE_EVENT(fscache_volume, @@ -25988 +38667 @@ -../fs/zonefs/./trace.h: In function ‘__bpf_trace_zonefs_iomap_begin’: +../include/trace/events/fscache.h: In function ‘__bpf_trace_fscache_cookie’: @@ -25998,2 +38677,2 @@ -../fs/zonefs/./trace.h:75:1: note: in expansion of macro ‘TRACE_EVENT’ - 75 | TRACE_EVENT(zonefs_iomap_begin, +../include/trace/events/fscache.h:261:1: note: in expansion of macro ‘TRACE_EVENT’ + 261 | TRACE_EVENT(fscache_cookie, @@ -26010,135 +38689,2 @@ -../fs/zonefs/./trace.h:75:1: note: in expansion of macro ‘TRACE_EVENT’ - 75 | TRACE_EVENT(zonefs_iomap_begin, - | ^~~~~~~~~~~ -make[5]: *** [../scripts/Makefile.build:244: fs/zonefs/super.o] Error 1 -make[4]: *** [../scripts/Makefile.build:485: fs/zonefs] Error 2 -In file included from ../include/trace/define_trace.h:108, - from ../drivers/net/wireless/silabs/wfx/traces.h:496, - from ../drivers/net/wireless/silabs/wfx/debug.c:20: -../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘trace_event_raw_event_hif_data’: -../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/silabs/wfx/./traces.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 159 | DECLARE_EVENT_CLASS(hif_data, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/silabs/wfx/./traces.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 159 | DECLARE_EVENT_CLASS(hif_data, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/silabs/wfx/./traces.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 159 | DECLARE_EVENT_CLASS(hif_data, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/silabs/wfx/./traces.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 159 | DECLARE_EVENT_CLASS(hif_data, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] - 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ - | ^~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/silabs/wfx/./traces.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 159 | DECLARE_EVENT_CLASS(hif_data, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘trace_event_raw_event_io_data’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/silabs/wfx/./traces.h:236:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 236 | DECLARE_EVENT_CLASS(io_data, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/silabs/wfx/./traces.h:236:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 236 | DECLARE_EVENT_CLASS(io_data, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘trace_event_raw_event_io_data32’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/silabs/wfx/./traces.h:279:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 279 | DECLARE_EVENT_CLASS(io_data32, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/silabs/wfx/./traces.h:279:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 279 | DECLARE_EVENT_CLASS(io_data32, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘trace_event_raw_event_piggyback’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/silabs/wfx/./traces.h:314:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 314 | DECLARE_EVENT_CLASS(piggyback, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/silabs/wfx/./traces.h:314:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 314 | DECLARE_EVENT_CLASS(piggyback, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘trace_event_raw_event_bh_stats’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/silabs/wfx/./traces.h:335:1: note: in expansion of macro ‘TRACE_EVENT’ - 335 | TRACE_EVENT(bh_stats, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/silabs/wfx/./traces.h:335:1: note: in expansion of macro ‘TRACE_EVENT’ - 335 | TRACE_EVENT(bh_stats, +../include/trace/events/fscache.h:261:1: note: in expansion of macro ‘TRACE_EVENT’ + 261 | TRACE_EVENT(fscache_cookie, @@ -26146,3 +38692,3 @@ -../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘trace_event_raw_event_tx_stats’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/fscache.h: In function ‘__bpf_trace_fscache_active’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ @@ -26150,5 +38696,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) @@ -26156,9 +38698,0 @@ -../drivers/net/wireless/silabs/wfx/./traces.h:363:1: note: in expansion of macro ‘TRACE_EVENT’ - 363 | TRACE_EVENT(tx_stats, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ @@ -26168,2 +38702,2 @@ -../drivers/net/wireless/silabs/wfx/./traces.h:363:1: note: in expansion of macro ‘TRACE_EVENT’ - 363 | TRACE_EVENT(tx_stats, +../include/trace/events/fscache.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ + 286 | TRACE_EVENT(fscache_active, @@ -26171,9 +38705,5 @@ -../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘trace_event_raw_event_queues_stats’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) @@ -26181,9 +38710,0 @@ -../drivers/net/wireless/silabs/wfx/./traces.h:437:1: note: in expansion of macro ‘TRACE_EVENT’ - 437 | TRACE_EVENT(queues_stats, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ @@ -26193,2 +38714,2 @@ -../drivers/net/wireless/silabs/wfx/./traces.h:437:1: note: in expansion of macro ‘TRACE_EVENT’ - 437 | TRACE_EVENT(queues_stats, +../include/trace/events/fscache.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ + 286 | TRACE_EVENT(fscache_active, @@ -26196,2 +38717 @@ -In file included from ../include/trace/define_trace.h:110: -../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘__bpf_trace_hif_data’: +../include/trace/events/fscache.h: In function ‘__bpf_trace_fscache_access_cache’: @@ -26204,3 +38724,6 @@ -../drivers/net/wireless/silabs/wfx/./traces.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 159 | DECLARE_EVENT_CLASS(hif_data, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/fscache.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ + 319 | TRACE_EVENT(fscache_access_cache, + | ^~~~~~~~~~~ @@ -26213,4 +38736,7 @@ -../drivers/net/wireless/silabs/wfx/./traces.h:159:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 159 | DECLARE_EVENT_CLASS(hif_data, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘__bpf_trace_io_data’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/fscache.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ + 319 | TRACE_EVENT(fscache_access_cache, + | ^~~~~~~~~~~ +../include/trace/events/fscache.h: In function ‘__bpf_trace_fscache_access_volume’: @@ -26223,3 +38749,6 @@ -../drivers/net/wireless/silabs/wfx/./traces.h:236:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 236 | DECLARE_EVENT_CLASS(io_data, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/fscache.h:348:1: note: in expansion of macro ‘TRACE_EVENT’ + 348 | TRACE_EVENT(fscache_access_volume, + | ^~~~~~~~~~~ @@ -26232,4 +38761,7 @@ -../drivers/net/wireless/silabs/wfx/./traces.h:236:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 236 | DECLARE_EVENT_CLASS(io_data, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘__bpf_trace_io_data32’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/fscache.h:348:1: note: in expansion of macro ‘TRACE_EVENT’ + 348 | TRACE_EVENT(fscache_access_volume, + | ^~~~~~~~~~~ +../include/trace/events/fscache.h: In function ‘__bpf_trace_fscache_access’: @@ -26242,3 +38774,6 @@ -../drivers/net/wireless/silabs/wfx/./traces.h:279:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 279 | DECLARE_EVENT_CLASS(io_data32, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/fscache.h:381:1: note: in expansion of macro ‘TRACE_EVENT’ + 381 | TRACE_EVENT(fscache_access, + | ^~~~~~~~~~~ @@ -26251,4 +38786,7 @@ -../drivers/net/wireless/silabs/wfx/./traces.h:279:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 279 | DECLARE_EVENT_CLASS(io_data32, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘__bpf_trace_piggyback’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/fscache.h:381:1: note: in expansion of macro ‘TRACE_EVENT’ + 381 | TRACE_EVENT(fscache_access, + | ^~~~~~~~~~~ +../include/trace/events/fscache.h: In function ‘__bpf_trace_fscache_acquire’: @@ -26261,3 +38799,6 @@ -../drivers/net/wireless/silabs/wfx/./traces.h:314:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 314 | DECLARE_EVENT_CLASS(piggyback, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/fscache.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ + 410 | TRACE_EVENT(fscache_acquire, + | ^~~~~~~~~~~ @@ -26270,4 +38811,7 @@ -../drivers/net/wireless/silabs/wfx/./traces.h:314:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 314 | DECLARE_EVENT_CLASS(piggyback, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘__bpf_trace_bh_stats’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/fscache.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ + 410 | TRACE_EVENT(fscache_acquire, + | ^~~~~~~~~~~ +../include/trace/events/fscache.h: In function ‘__bpf_trace_fscache_relinquish’: @@ -26283,2 +38827,2 @@ -../drivers/net/wireless/silabs/wfx/./traces.h:335:1: note: in expansion of macro ‘TRACE_EVENT’ - 335 | TRACE_EVENT(bh_stats, +../include/trace/events/fscache.h:434:1: note: in expansion of macro ‘TRACE_EVENT’ + 434 | TRACE_EVENT(fscache_relinquish, @@ -26295,2 +38839,2 @@ -../drivers/net/wireless/silabs/wfx/./traces.h:335:1: note: in expansion of macro ‘TRACE_EVENT’ - 335 | TRACE_EVENT(bh_stats, +../include/trace/events/fscache.h:434:1: note: in expansion of macro ‘TRACE_EVENT’ + 434 | TRACE_EVENT(fscache_relinquish, @@ -26298 +38842 @@ -../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘__bpf_trace_tx_stats’: +../include/trace/events/fscache.h: In function ‘__bpf_trace_fscache_invalidate’: @@ -26308,2 +38852,2 @@ -../drivers/net/wireless/silabs/wfx/./traces.h:363:1: note: in expansion of macro ‘TRACE_EVENT’ - 363 | TRACE_EVENT(tx_stats, +../include/trace/events/fscache.h:462:1: note: in expansion of macro ‘TRACE_EVENT’ + 462 | TRACE_EVENT(fscache_invalidate, @@ -26320,2 +38864,2 @@ -../drivers/net/wireless/silabs/wfx/./traces.h:363:1: note: in expansion of macro ‘TRACE_EVENT’ - 363 | TRACE_EVENT(tx_stats, +../include/trace/events/fscache.h:462:1: note: in expansion of macro ‘TRACE_EVENT’ + 462 | TRACE_EVENT(fscache_invalidate, @@ -26323 +38867 @@ -../drivers/net/wireless/silabs/wfx/./traces.h: In function ‘__bpf_trace_queues_stats’: +../include/trace/events/fscache.h: In function ‘__bpf_trace_fscache_resize’: @@ -26333,2 +38877,2 @@ -../drivers/net/wireless/silabs/wfx/./traces.h:437:1: note: in expansion of macro ‘TRACE_EVENT’ - 437 | TRACE_EVENT(queues_stats, +../include/trace/events/fscache.h:481:1: note: in expansion of macro ‘TRACE_EVENT’ + 481 | TRACE_EVENT(fscache_resize, @@ -26345,2 +38889,2 @@ -../drivers/net/wireless/silabs/wfx/./traces.h:437:1: note: in expansion of macro ‘TRACE_EVENT’ - 437 | TRACE_EVENT(queues_stats, +../include/trace/events/fscache.h:481:1: note: in expansion of macro ‘TRACE_EVENT’ + 481 | TRACE_EVENT(fscache_resize, @@ -26348,3 +38892,2 @@ -make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/silabs/wfx/debug.o] Error 1 -make[7]: *** [../scripts/Makefile.build:485: drivers/net/wireless/silabs/wfx] Error 2 -make[6]: *** [../scripts/Makefile.build:485: drivers/net/wireless/silabs] Error 2 +make[5]: *** [../scripts/Makefile.build:244: fs/netfs/fscache_main.o] Error 1 +make[5]: *** Waiting for unfinished jobs.... @@ -26352,3 +38895,3 @@ - from ../include/trace/events/sof_intel.h:148, - from ../sound/soc/sof/intel/tracepoints.c:3: -../include/trace/events/sof_intel.h: In function ‘trace_event_raw_event_sof_intel_hda_irq’: + from ../drivers/net/wireless/ath/ath6kl/trace.h:327, + from ../drivers/net/wireless/ath/ath6kl/trace.c:20: +../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘trace_event_raw_event_ath6kl_wmi_cmd’: @@ -26364,2 +38907,2 @@ -../include/trace/events/sof_intel.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ - 17 | TRACE_EVENT(sof_intel_hda_irq, +../drivers/net/wireless/ath/ath6kl/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ + 39 | TRACE_EVENT(ath6kl_wmi_cmd, @@ -26376,2 +38919,2 @@ -../include/trace/events/sof_intel.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ - 17 | TRACE_EVENT(sof_intel_hda_irq, +../drivers/net/wireless/ath/ath6kl/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ + 39 | TRACE_EVENT(ath6kl_wmi_cmd, @@ -26388,2 +38931,2 @@ -../include/trace/events/sof_intel.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ - 17 | TRACE_EVENT(sof_intel_hda_irq, +../drivers/net/wireless/ath/ath6kl/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ + 39 | TRACE_EVENT(ath6kl_wmi_cmd, @@ -26400,2 +38943,2 @@ -../include/trace/events/sof_intel.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ - 17 | TRACE_EVENT(sof_intel_hda_irq, +../drivers/net/wireless/ath/ath6kl/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ + 39 | TRACE_EVENT(ath6kl_wmi_cmd, @@ -26412,2 +38955,2 @@ -../include/trace/events/sof_intel.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ - 17 | TRACE_EVENT(sof_intel_hda_irq, +../drivers/net/wireless/ath/ath6kl/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ + 39 | TRACE_EVENT(ath6kl_wmi_cmd, @@ -26415 +38958 @@ -../include/trace/events/sof_intel.h: In function ‘trace_event_raw_event_sof_intel_ipc_firmware_template’: +../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘trace_event_raw_event_ath6kl_wmi_event’: @@ -26422,3 +38965,6 @@ -../include/trace/events/sof_intel.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 32 | DECLARE_EVENT_CLASS(sof_intel_ipc_firmware_template, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath6kl/./trace.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ + 62 | TRACE_EVENT(ath6kl_wmi_event, + | ^~~~~~~~~~~ @@ -26431,4 +38977,7 @@ -../include/trace/events/sof_intel.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 32 | DECLARE_EVENT_CLASS(sof_intel_ipc_firmware_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/sof_intel.h: In function ‘trace_event_raw_event_sof_intel_D0I3C_updated’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath6kl/./trace.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ + 62 | TRACE_EVENT(ath6kl_wmi_event, + | ^~~~~~~~~~~ +../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘trace_event_raw_event_ath6kl_sdio’: @@ -26444,2 +38993,2 @@ -../include/trace/events/sof_intel.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ - 59 | TRACE_EVENT(sof_intel_D0I3C_updated, +../drivers/net/wireless/ath/ath6kl/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ + 85 | TRACE_EVENT(ath6kl_sdio, @@ -26456,2 +39005,2 @@ -../include/trace/events/sof_intel.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ - 59 | TRACE_EVENT(sof_intel_D0I3C_updated, +../drivers/net/wireless/ath/ath6kl/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ + 85 | TRACE_EVENT(ath6kl_sdio, @@ -26459 +39008 @@ -../include/trace/events/sof_intel.h: In function ‘trace_event_raw_event_sof_intel_hda_irq_ipc_check’: +../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘trace_event_raw_event_ath6kl_sdio_scat’: @@ -26469,2 +39018,2 @@ -../include/trace/events/sof_intel.h:74:1: note: in expansion of macro ‘TRACE_EVENT’ - 74 | TRACE_EVENT(sof_intel_hda_irq_ipc_check, +../drivers/net/wireless/ath/ath6kl/./trace.h:120:1: note: in expansion of macro ‘TRACE_EVENT’ + 120 | TRACE_EVENT(ath6kl_sdio_scat, @@ -26481,2 +39030,2 @@ -../include/trace/events/sof_intel.h:74:1: note: in expansion of macro ‘TRACE_EVENT’ - 74 | TRACE_EVENT(sof_intel_hda_irq_ipc_check, +../drivers/net/wireless/ath/ath6kl/./trace.h:120:1: note: in expansion of macro ‘TRACE_EVENT’ + 120 | TRACE_EVENT(ath6kl_sdio_scat, @@ -26484 +39033 @@ -../include/trace/events/sof_intel.h: In function ‘trace_event_raw_event_sof_intel_hda_dsp_pcm’: +../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘trace_event_raw_event_ath6kl_sdio_irq’: @@ -26494,2 +39043,2 @@ -../include/trace/events/sof_intel.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ - 89 | TRACE_EVENT(sof_intel_hda_dsp_pcm, +../drivers/net/wireless/ath/ath6kl/./trace.h:174:1: note: in expansion of macro ‘TRACE_EVENT’ + 174 | TRACE_EVENT(ath6kl_sdio_irq, @@ -26506,2 +39055,2 @@ -../include/trace/events/sof_intel.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ - 89 | TRACE_EVENT(sof_intel_hda_dsp_pcm, +../drivers/net/wireless/ath/ath6kl/./trace.h:174:1: note: in expansion of macro ‘TRACE_EVENT’ + 174 | TRACE_EVENT(ath6kl_sdio_irq, @@ -26509 +39058 @@ -../include/trace/events/sof_intel.h: In function ‘trace_event_raw_event_sof_intel_hda_dsp_stream_status’: +../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘trace_event_raw_event_ath6kl_htc_rx’: @@ -26519,2 +39068,2 @@ -../include/trace/events/sof_intel.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ - 113 | TRACE_EVENT(sof_intel_hda_dsp_stream_status, +../drivers/net/wireless/ath/ath6kl/./trace.h:194:1: note: in expansion of macro ‘TRACE_EVENT’ + 194 | TRACE_EVENT(ath6kl_htc_rx, @@ -26531,2 +39080,2 @@ -../include/trace/events/sof_intel.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ - 113 | TRACE_EVENT(sof_intel_hda_dsp_stream_status, +../drivers/net/wireless/ath/ath6kl/./trace.h:194:1: note: in expansion of macro ‘TRACE_EVENT’ + 194 | TRACE_EVENT(ath6kl_htc_rx, @@ -26534 +39083 @@ -../include/trace/events/sof_intel.h: In function ‘trace_event_raw_event_sof_intel_hda_dsp_check_stream_irq’: +../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘trace_event_raw_event_ath6kl_htc_tx’: @@ -26544,2 +39093,2 @@ -../include/trace/events/sof_intel.h:130:1: note: in expansion of macro ‘TRACE_EVENT’ - 130 | TRACE_EVENT(sof_intel_hda_dsp_check_stream_irq, +../drivers/net/wireless/ath/ath6kl/./trace.h:222:1: note: in expansion of macro ‘TRACE_EVENT’ + 222 | TRACE_EVENT(ath6kl_htc_tx, @@ -26556,28 +39105,2 @@ -../include/trace/events/sof_intel.h:130:1: note: in expansion of macro ‘TRACE_EVENT’ - 130 | TRACE_EVENT(sof_intel_hda_dsp_check_stream_irq, - | ^~~~~~~~~~~ -In file included from ../include/trace/define_trace.h:110: -../include/trace/events/sof_intel.h: In function ‘__bpf_trace_sof_intel_hda_irq’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/sof_intel.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ - 17 | TRACE_EVENT(sof_intel_hda_irq, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/sof_intel.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ - 17 | TRACE_EVENT(sof_intel_hda_irq, +../drivers/net/wireless/ath/ath6kl/./trace.h:222:1: note: in expansion of macro ‘TRACE_EVENT’ + 222 | TRACE_EVENT(ath6kl_htc_tx, @@ -26585,3 +39108,3 @@ -../include/trace/events/sof_intel.h: In function ‘__bpf_trace_sof_intel_ipc_firmware_template’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘trace_event_raw_event_ath6kl_log_event’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -26589,5 +39112,5 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/sof_intel.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 32 | DECLARE_EVENT_CLASS(sof_intel_ipc_firmware_template, +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath6kl/./trace.h:252:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 252 | DECLARE_EVENT_CLASS(ath6kl_log_event, @@ -26595,8 +39118,8 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/sof_intel.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 32 | DECLARE_EVENT_CLASS(sof_intel_ipc_firmware_template, +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath6kl/./trace.h:252:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 252 | DECLARE_EVENT_CLASS(ath6kl_log_event, @@ -26604,3 +39127,3 @@ -../include/trace/events/sof_intel.h: In function ‘__bpf_trace_sof_intel_D0I3C_updated’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘trace_event_raw_event_ath6kl_log_dbg’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -26608,3 +39131,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -26614,2 +39137,2 @@ -../include/trace/events/sof_intel.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ - 59 | TRACE_EVENT(sof_intel_D0I3C_updated, +../drivers/net/wireless/ath/ath6kl/./trace.h:279:1: note: in expansion of macro ‘TRACE_EVENT’ + 279 | TRACE_EVENT(ath6kl_log_dbg, @@ -26617,6 +39140,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -26626,2 +39149,2 @@ -../include/trace/events/sof_intel.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ - 59 | TRACE_EVENT(sof_intel_D0I3C_updated, +../drivers/net/wireless/ath/ath6kl/./trace.h:279:1: note: in expansion of macro ‘TRACE_EVENT’ + 279 | TRACE_EVENT(ath6kl_log_dbg, @@ -26629,3 +39152,3 @@ -../include/trace/events/sof_intel.h: In function ‘__bpf_trace_sof_intel_hda_irq_ipc_check’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘trace_event_raw_event_ath6kl_log_dbg_dump’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -26633,3 +39156,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -26639,2 +39162,2 @@ -../include/trace/events/sof_intel.h:74:1: note: in expansion of macro ‘TRACE_EVENT’ - 74 | TRACE_EVENT(sof_intel_hda_irq_ipc_check, +../drivers/net/wireless/ath/ath6kl/./trace.h:293:1: note: in expansion of macro ‘TRACE_EVENT’ + 293 | TRACE_EVENT(ath6kl_log_dbg_dump, @@ -26642,6 +39165,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -26651,2 +39174,2 @@ -../include/trace/events/sof_intel.h:74:1: note: in expansion of macro ‘TRACE_EVENT’ - 74 | TRACE_EVENT(sof_intel_hda_irq_ipc_check, +../drivers/net/wireless/ath/ath6kl/./trace.h:293:1: note: in expansion of macro ‘TRACE_EVENT’ + 293 | TRACE_EVENT(ath6kl_log_dbg_dump, @@ -26654,3 +39177,4 @@ -../include/trace/events/sof_intel.h: In function ‘__bpf_trace_sof_intel_hda_dsp_pcm’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +In file included from ../include/trace/define_trace.h:109: +../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘perf_trace_ath6kl_wmi_cmd’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -26658,3 +39182,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -26664,2 +39188,2 @@ -../include/trace/events/sof_intel.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ - 89 | TRACE_EVENT(sof_intel_hda_dsp_pcm, +../drivers/net/wireless/ath/ath6kl/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ + 39 | TRACE_EVENT(ath6kl_wmi_cmd, @@ -26667,6 +39191,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -26676,2 +39200,2 @@ -../include/trace/events/sof_intel.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ - 89 | TRACE_EVENT(sof_intel_hda_dsp_pcm, +../drivers/net/wireless/ath/ath6kl/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ + 39 | TRACE_EVENT(ath6kl_wmi_cmd, @@ -26679,3 +39203,3 @@ -../include/trace/events/sof_intel.h: In function ‘__bpf_trace_sof_intel_hda_dsp_stream_status’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘perf_trace_ath6kl_wmi_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -26683,3 +39207,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -26689,2 +39213,2 @@ -../include/trace/events/sof_intel.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ - 113 | TRACE_EVENT(sof_intel_hda_dsp_stream_status, +../drivers/net/wireless/ath/ath6kl/./trace.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ + 62 | TRACE_EVENT(ath6kl_wmi_event, @@ -26692,6 +39216,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -26701,2 +39225,2 @@ -../include/trace/events/sof_intel.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ - 113 | TRACE_EVENT(sof_intel_hda_dsp_stream_status, +../drivers/net/wireless/ath/ath6kl/./trace.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ + 62 | TRACE_EVENT(ath6kl_wmi_event, @@ -26704,3 +39228,3 @@ -../include/trace/events/sof_intel.h: In function ‘__bpf_trace_sof_intel_hda_dsp_check_stream_irq’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘perf_trace_ath6kl_sdio’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -26708,3 +39232,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -26714,2 +39238,2 @@ -../include/trace/events/sof_intel.h:130:1: note: in expansion of macro ‘TRACE_EVENT’ - 130 | TRACE_EVENT(sof_intel_hda_dsp_check_stream_irq, +../drivers/net/wireless/ath/ath6kl/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ + 85 | TRACE_EVENT(ath6kl_sdio, @@ -26717,6 +39241,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -26726,2 +39250,2 @@ -../include/trace/events/sof_intel.h:130:1: note: in expansion of macro ‘TRACE_EVENT’ - 130 | TRACE_EVENT(sof_intel_hda_dsp_check_stream_irq, +../drivers/net/wireless/ath/ath6kl/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ + 85 | TRACE_EVENT(ath6kl_sdio, @@ -26729,76 +39253,3 @@ -make[7]: *** [../scripts/Makefile.build:244: sound/soc/sof/intel/tracepoints.o] Error 1 -make[6]: *** [../scripts/Makefile.build:485: sound/soc/sof/intel] Error 2 -make[5]: *** [../scripts/Makefile.build:485: sound/soc/sof] Error 2 -make[4]: *** [../scripts/Makefile.build:485: sound/soc] Error 2 -make[3]: *** [../scripts/Makefile.build:485: sound] Error 2 -In file included from ../include/trace/define_trace.h:108, - from ../drivers/net/wireless/ath/wil6210/trace.h:285, - from ../drivers/net/wireless/ath/wil6210/trace.c:9: -../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘trace_event_raw_event_wil6210_wmi’: -../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/wil6210/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 29 | DECLARE_EVENT_CLASS(wil6210_wmi, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/wil6210/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 29 | DECLARE_EVENT_CLASS(wil6210_wmi, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/wil6210/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 29 | DECLARE_EVENT_CLASS(wil6210_wmi, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/wil6210/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 29 | DECLARE_EVENT_CLASS(wil6210_wmi, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] - 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ - | ^~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/wil6210/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 29 | DECLARE_EVENT_CLASS(wil6210_wmi, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘trace_event_raw_event_wil6210_log_event’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/wil6210/./trace.h:69:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 69 | DECLARE_EVENT_CLASS(wil6210_log_event, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/wil6210/./trace.h:69:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 69 | DECLARE_EVENT_CLASS(wil6210_log_event, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘trace_event_raw_event_wil6210_irq_pseudo’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘perf_trace_ath6kl_sdio_scat’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -26806,2 +39257,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -26812,2 +39263,2 @@ -../drivers/net/wireless/ath/wil6210/./trace.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ - 101 | TRACE_EVENT(wil6210_irq_pseudo, +../drivers/net/wireless/ath/ath6kl/./trace.h:120:1: note: in expansion of macro ‘TRACE_EVENT’ + 120 | TRACE_EVENT(ath6kl_sdio_scat, @@ -26815,2 +39266,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -26818,2 +39269,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -26824,2 +39275,2 @@ -../drivers/net/wireless/ath/wil6210/./trace.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ - 101 | TRACE_EVENT(wil6210_irq_pseudo, +../drivers/net/wireless/ath/ath6kl/./trace.h:120:1: note: in expansion of macro ‘TRACE_EVENT’ + 120 | TRACE_EVENT(ath6kl_sdio_scat, @@ -26827,22 +39278,3 @@ -../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘trace_event_raw_event_wil6210_irq’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/wil6210/./trace.h:114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 114 | DECLARE_EVENT_CLASS(wil6210_irq, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/wil6210/./trace.h:114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 114 | DECLARE_EVENT_CLASS(wil6210_irq, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘trace_event_raw_event_wil6210_rx’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘perf_trace_ath6kl_sdio_irq’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -26850,2 +39282,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -26856,2 +39288,2 @@ -../drivers/net/wireless/ath/wil6210/./trace.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ - 146 | TRACE_EVENT(wil6210_rx, +../drivers/net/wireless/ath/ath6kl/./trace.h:174:1: note: in expansion of macro ‘TRACE_EVENT’ + 174 | TRACE_EVENT(ath6kl_sdio_irq, @@ -26859,2 +39291,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -26862,2 +39294,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -26868,2 +39300,2 @@ -../drivers/net/wireless/ath/wil6210/./trace.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ - 146 | TRACE_EVENT(wil6210_rx, +../drivers/net/wireless/ath/ath6kl/./trace.h:174:1: note: in expansion of macro ‘TRACE_EVENT’ + 174 | TRACE_EVENT(ath6kl_sdio_irq, @@ -26871,3 +39303,3 @@ -../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘trace_event_raw_event_wil6210_rx_status’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘perf_trace_ath6kl_htc_rx’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -26875,2 +39307,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -26881,2 +39313,2 @@ -../drivers/net/wireless/ath/wil6210/./trace.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ - 177 | TRACE_EVENT(wil6210_rx_status, +../drivers/net/wireless/ath/ath6kl/./trace.h:194:1: note: in expansion of macro ‘TRACE_EVENT’ + 194 | TRACE_EVENT(ath6kl_htc_rx, @@ -26884,2 +39316,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -26887,2 +39319,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -26893,2 +39325,2 @@ -../drivers/net/wireless/ath/wil6210/./trace.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ - 177 | TRACE_EVENT(wil6210_rx_status, +../drivers/net/wireless/ath/ath6kl/./trace.h:194:1: note: in expansion of macro ‘TRACE_EVENT’ + 194 | TRACE_EVENT(ath6kl_htc_rx, @@ -26896,3 +39328,3 @@ -../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘trace_event_raw_event_wil6210_tx’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘perf_trace_ath6kl_htc_tx’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -26900,2 +39332,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -26906,2 +39338,2 @@ -../drivers/net/wireless/ath/wil6210/./trace.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ - 211 | TRACE_EVENT(wil6210_tx, +../drivers/net/wireless/ath/ath6kl/./trace.h:222:1: note: in expansion of macro ‘TRACE_EVENT’ + 222 | TRACE_EVENT(ath6kl_htc_tx, @@ -26909,2 +39341,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -26912,2 +39344,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -26918,2 +39350,2 @@ -../drivers/net/wireless/ath/wil6210/./trace.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ - 211 | TRACE_EVENT(wil6210_tx, +../drivers/net/wireless/ath/ath6kl/./trace.h:222:1: note: in expansion of macro ‘TRACE_EVENT’ + 222 | TRACE_EVENT(ath6kl_htc_tx, @@ -26921,3 +39353,3 @@ -../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘trace_event_raw_event_wil6210_tx_done’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘perf_trace_ath6kl_log_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -26925,2 +39357,21 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath6kl/./trace.h:252:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 252 | DECLARE_EVENT_CLASS(ath6kl_log_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath6kl/./trace.h:252:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 252 | DECLARE_EVENT_CLASS(ath6kl_log_event, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘perf_trace_ath6kl_log_dbg’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -26931,2 +39382,2 @@ -../drivers/net/wireless/ath/wil6210/./trace.h:230:1: note: in expansion of macro ‘TRACE_EVENT’ - 230 | TRACE_EVENT(wil6210_tx_done, +../drivers/net/wireless/ath/ath6kl/./trace.h:279:1: note: in expansion of macro ‘TRACE_EVENT’ + 279 | TRACE_EVENT(ath6kl_log_dbg, @@ -26934,2 +39385,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -26937,2 +39388,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -26943,2 +39394,2 @@ -../drivers/net/wireless/ath/wil6210/./trace.h:230:1: note: in expansion of macro ‘TRACE_EVENT’ - 230 | TRACE_EVENT(wil6210_tx_done, +../drivers/net/wireless/ath/ath6kl/./trace.h:279:1: note: in expansion of macro ‘TRACE_EVENT’ + 279 | TRACE_EVENT(ath6kl_log_dbg, @@ -26946,3 +39397,3 @@ -../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘trace_event_raw_event_wil6210_tx_status’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘perf_trace_ath6kl_log_dbg_dump’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -26950,2 +39401,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -26956,2 +39407,2 @@ -../drivers/net/wireless/ath/wil6210/./trace.h:250:1: note: in expansion of macro ‘TRACE_EVENT’ - 250 | TRACE_EVENT(wil6210_tx_status, +../drivers/net/wireless/ath/ath6kl/./trace.h:293:1: note: in expansion of macro ‘TRACE_EVENT’ + 293 | TRACE_EVENT(ath6kl_log_dbg_dump, @@ -26959,2 +39410,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -26962,2 +39413,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -26968,2 +39419,2 @@ -../drivers/net/wireless/ath/wil6210/./trace.h:250:1: note: in expansion of macro ‘TRACE_EVENT’ - 250 | TRACE_EVENT(wil6210_tx_status, +../drivers/net/wireless/ath/ath6kl/./trace.h:293:1: note: in expansion of macro ‘TRACE_EVENT’ + 293 | TRACE_EVENT(ath6kl_log_dbg_dump, @@ -26972 +39423 @@ -../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘__bpf_trace_wil6210_wmi’: +../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘__bpf_trace_ath6kl_wmi_cmd’: @@ -26979,3 +39430,6 @@ -../drivers/net/wireless/ath/wil6210/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 29 | DECLARE_EVENT_CLASS(wil6210_wmi, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath6kl/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ + 39 | TRACE_EVENT(ath6kl_wmi_cmd, + | ^~~~~~~~~~~ @@ -26988,4 +39442,7 @@ -../drivers/net/wireless/ath/wil6210/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 29 | DECLARE_EVENT_CLASS(wil6210_wmi, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘__bpf_trace_wil6210_log_event’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath6kl/./trace.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ + 39 | TRACE_EVENT(ath6kl_wmi_cmd, + | ^~~~~~~~~~~ +../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘__bpf_trace_ath6kl_wmi_event’: @@ -26998,3 +39455,6 @@ -../drivers/net/wireless/ath/wil6210/./trace.h:69:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 69 | DECLARE_EVENT_CLASS(wil6210_log_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath6kl/./trace.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ + 62 | TRACE_EVENT(ath6kl_wmi_event, + | ^~~~~~~~~~~ @@ -27007,4 +39467,7 @@ -../drivers/net/wireless/ath/wil6210/./trace.h:69:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 69 | DECLARE_EVENT_CLASS(wil6210_log_event, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘__bpf_trace_wil6210_irq_pseudo’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath6kl/./trace.h:62:1: note: in expansion of macro ‘TRACE_EVENT’ + 62 | TRACE_EVENT(ath6kl_wmi_event, + | ^~~~~~~~~~~ +../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘__bpf_trace_ath6kl_sdio’: @@ -27020,2 +39483,2 @@ -../drivers/net/wireless/ath/wil6210/./trace.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ - 101 | TRACE_EVENT(wil6210_irq_pseudo, +../drivers/net/wireless/ath/ath6kl/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ + 85 | TRACE_EVENT(ath6kl_sdio, @@ -27032,2 +39495,2 @@ -../drivers/net/wireless/ath/wil6210/./trace.h:101:1: note: in expansion of macro ‘TRACE_EVENT’ - 101 | TRACE_EVENT(wil6210_irq_pseudo, +../drivers/net/wireless/ath/ath6kl/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ + 85 | TRACE_EVENT(ath6kl_sdio, @@ -27035 +39498 @@ -../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘__bpf_trace_wil6210_irq’: +../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘__bpf_trace_ath6kl_sdio_scat’: @@ -27042,3 +39505,6 @@ -../drivers/net/wireless/ath/wil6210/./trace.h:114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 114 | DECLARE_EVENT_CLASS(wil6210_irq, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath6kl/./trace.h:120:1: note: in expansion of macro ‘TRACE_EVENT’ + 120 | TRACE_EVENT(ath6kl_sdio_scat, + | ^~~~~~~~~~~ @@ -27051,4 +39517,7 @@ -../drivers/net/wireless/ath/wil6210/./trace.h:114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 114 | DECLARE_EVENT_CLASS(wil6210_irq, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘__bpf_trace_wil6210_rx’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath6kl/./trace.h:120:1: note: in expansion of macro ‘TRACE_EVENT’ + 120 | TRACE_EVENT(ath6kl_sdio_scat, + | ^~~~~~~~~~~ +../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘__bpf_trace_ath6kl_sdio_irq’: @@ -27064,2 +39533,2 @@ -../drivers/net/wireless/ath/wil6210/./trace.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ - 146 | TRACE_EVENT(wil6210_rx, +../drivers/net/wireless/ath/ath6kl/./trace.h:174:1: note: in expansion of macro ‘TRACE_EVENT’ + 174 | TRACE_EVENT(ath6kl_sdio_irq, @@ -27076,2 +39545,2 @@ -../drivers/net/wireless/ath/wil6210/./trace.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ - 146 | TRACE_EVENT(wil6210_rx, +../drivers/net/wireless/ath/ath6kl/./trace.h:174:1: note: in expansion of macro ‘TRACE_EVENT’ + 174 | TRACE_EVENT(ath6kl_sdio_irq, @@ -27079 +39548 @@ -../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘__bpf_trace_wil6210_rx_status’: +../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘__bpf_trace_ath6kl_htc_rx’: @@ -27089,2 +39558,2 @@ -../drivers/net/wireless/ath/wil6210/./trace.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ - 177 | TRACE_EVENT(wil6210_rx_status, +../drivers/net/wireless/ath/ath6kl/./trace.h:194:1: note: in expansion of macro ‘TRACE_EVENT’ + 194 | TRACE_EVENT(ath6kl_htc_rx, @@ -27101,2 +39570,2 @@ -../drivers/net/wireless/ath/wil6210/./trace.h:177:1: note: in expansion of macro ‘TRACE_EVENT’ - 177 | TRACE_EVENT(wil6210_rx_status, +../drivers/net/wireless/ath/ath6kl/./trace.h:194:1: note: in expansion of macro ‘TRACE_EVENT’ + 194 | TRACE_EVENT(ath6kl_htc_rx, @@ -27104 +39573 @@ -../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘__bpf_trace_wil6210_tx’: +../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘__bpf_trace_ath6kl_htc_tx’: @@ -27114,2 +39583,2 @@ -../drivers/net/wireless/ath/wil6210/./trace.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ - 211 | TRACE_EVENT(wil6210_tx, +../drivers/net/wireless/ath/ath6kl/./trace.h:222:1: note: in expansion of macro ‘TRACE_EVENT’ + 222 | TRACE_EVENT(ath6kl_htc_tx, @@ -27126,2 +39595,2 @@ -../drivers/net/wireless/ath/wil6210/./trace.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ - 211 | TRACE_EVENT(wil6210_tx, +../drivers/net/wireless/ath/ath6kl/./trace.h:222:1: note: in expansion of macro ‘TRACE_EVENT’ + 222 | TRACE_EVENT(ath6kl_htc_tx, @@ -27129 +39598,20 @@ -../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘__bpf_trace_wil6210_tx_done’: +../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘__bpf_trace_ath6kl_log_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath6kl/./trace.h:252:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 252 | DECLARE_EVENT_CLASS(ath6kl_log_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath6kl/./trace.h:252:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 252 | DECLARE_EVENT_CLASS(ath6kl_log_event, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘__bpf_trace_ath6kl_log_dbg’: @@ -27139,2 +39627,2 @@ -../drivers/net/wireless/ath/wil6210/./trace.h:230:1: note: in expansion of macro ‘TRACE_EVENT’ - 230 | TRACE_EVENT(wil6210_tx_done, +../drivers/net/wireless/ath/ath6kl/./trace.h:279:1: note: in expansion of macro ‘TRACE_EVENT’ + 279 | TRACE_EVENT(ath6kl_log_dbg, @@ -27151,2 +39639,2 @@ -../drivers/net/wireless/ath/wil6210/./trace.h:230:1: note: in expansion of macro ‘TRACE_EVENT’ - 230 | TRACE_EVENT(wil6210_tx_done, +../drivers/net/wireless/ath/ath6kl/./trace.h:279:1: note: in expansion of macro ‘TRACE_EVENT’ + 279 | TRACE_EVENT(ath6kl_log_dbg, @@ -27154 +39642 @@ -../drivers/net/wireless/ath/wil6210/./trace.h: In function ‘__bpf_trace_wil6210_tx_status’: +../drivers/net/wireless/ath/ath6kl/./trace.h: In function ‘__bpf_trace_ath6kl_log_dbg_dump’: @@ -27164,2 +39652,2 @@ -../drivers/net/wireless/ath/wil6210/./trace.h:250:1: note: in expansion of macro ‘TRACE_EVENT’ - 250 | TRACE_EVENT(wil6210_tx_status, +../drivers/net/wireless/ath/ath6kl/./trace.h:293:1: note: in expansion of macro ‘TRACE_EVENT’ + 293 | TRACE_EVENT(ath6kl_log_dbg_dump, @@ -27176,2 +39664,2 @@ -../drivers/net/wireless/ath/wil6210/./trace.h:250:1: note: in expansion of macro ‘TRACE_EVENT’ - 250 | TRACE_EVENT(wil6210_tx_status, +../drivers/net/wireless/ath/ath6kl/./trace.h:293:1: note: in expansion of macro ‘TRACE_EVENT’ + 293 | TRACE_EVENT(ath6kl_log_dbg_dump, @@ -27179,2 +39667,2 @@ -make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/ath/wil6210/trace.o] Error 1 -make[7]: *** [../scripts/Makefile.build:485: drivers/net/wireless/ath/wil6210] Error 2 +make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/ath/ath6kl/trace.o] Error 1 +make[7]: *** [../scripts/Makefile.build:485: drivers/net/wireless/ath/ath6kl] Error 2 @@ -27182,3 +39670,3 @@ - from ../include/trace/events/erofs.h:235, - from ../fs/erofs/super.c:16: -../include/trace/events/erofs.h: In function ‘trace_event_raw_event_erofs_lookup’: + from ../include/trace/events/io_uring.h:683, + from ../io_uring/io_uring.c:76: +../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_create’: @@ -27194,2 +39682,2 @@ -../include/trace/events/erofs.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ - 34 | TRACE_EVENT(erofs_lookup, +../include/trace/events/io_uring.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ + 27 | TRACE_EVENT(io_uring_create, @@ -27206,2 +39694,2 @@ -../include/trace/events/erofs.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ - 34 | TRACE_EVENT(erofs_lookup, +../include/trace/events/io_uring.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ + 27 | TRACE_EVENT(io_uring_create, @@ -27218,2 +39706,2 @@ -../include/trace/events/erofs.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ - 34 | TRACE_EVENT(erofs_lookup, +../include/trace/events/io_uring.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ + 27 | TRACE_EVENT(io_uring_create, @@ -27230,2 +39718,2 @@ -../include/trace/events/erofs.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ - 34 | TRACE_EVENT(erofs_lookup, +../include/trace/events/io_uring.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ + 27 | TRACE_EVENT(io_uring_create, @@ -27242,2 +39730,2 @@ -../include/trace/events/erofs.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ - 34 | TRACE_EVENT(erofs_lookup, +../include/trace/events/io_uring.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ + 27 | TRACE_EVENT(io_uring_create, @@ -27245 +39733 @@ -../include/trace/events/erofs.h: In function ‘trace_event_raw_event_erofs_fill_inode’: +../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_register’: @@ -27255,2 +39743,2 @@ -../include/trace/events/erofs.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ - 60 | TRACE_EVENT(erofs_fill_inode, +../include/trace/events/io_uring.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ + 69 | TRACE_EVENT(io_uring_register, @@ -27267,2 +39755,2 @@ -../include/trace/events/erofs.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ - 60 | TRACE_EVENT(erofs_fill_inode, +../include/trace/events/io_uring.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ + 69 | TRACE_EVENT(io_uring_register, @@ -27270 +39758 @@ -../include/trace/events/erofs.h: In function ‘trace_event_raw_event_erofs_read_folio’: +../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_file_get’: @@ -27280,2 +39768,2 @@ -../include/trace/events/erofs.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ - 83 | TRACE_EVENT(erofs_read_folio, +../include/trace/events/io_uring.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ + 108 | TRACE_EVENT(io_uring_file_get, @@ -27292,2 +39780,2 @@ -../include/trace/events/erofs.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ - 83 | TRACE_EVENT(erofs_read_folio, +../include/trace/events/io_uring.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ + 108 | TRACE_EVENT(io_uring_file_get, @@ -27295 +39783 @@ -../include/trace/events/erofs.h: In function ‘trace_event_raw_event_erofs_readpages’: +../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_queue_async_work’: @@ -27305,2 +39793,2 @@ -../include/trace/events/erofs.h:116:1: note: in expansion of macro ‘TRACE_EVENT’ - 116 | TRACE_EVENT(erofs_readpages, +../include/trace/events/io_uring.h:140:1: note: in expansion of macro ‘TRACE_EVENT’ + 140 | TRACE_EVENT(io_uring_queue_async_work, @@ -27317,2 +39805,2 @@ -../include/trace/events/erofs.h:116:1: note: in expansion of macro ‘TRACE_EVENT’ - 116 | TRACE_EVENT(erofs_readpages, +../include/trace/events/io_uring.h:140:1: note: in expansion of macro ‘TRACE_EVENT’ + 140 | TRACE_EVENT(io_uring_queue_async_work, @@ -27320 +39808 @@ -../include/trace/events/erofs.h: In function ‘trace_event_raw_event_erofs_map_blocks_enter’: +../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_defer’: @@ -27330,2 +39818,2 @@ -../include/trace/events/erofs.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ - 146 | TRACE_EVENT(erofs_map_blocks_enter, +../include/trace/events/io_uring.h:184:1: note: in expansion of macro ‘TRACE_EVENT’ + 184 | TRACE_EVENT(io_uring_defer, @@ -27342,2 +39830,2 @@ -../include/trace/events/erofs.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ - 146 | TRACE_EVENT(erofs_map_blocks_enter, +../include/trace/events/io_uring.h:184:1: note: in expansion of macro ‘TRACE_EVENT’ + 184 | TRACE_EVENT(io_uring_defer, @@ -27345 +39833 @@ -../include/trace/events/erofs.h: In function ‘trace_event_raw_event_erofs_map_blocks_exit’: +../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_link’: @@ -27355,2 +39843,2 @@ -../include/trace/events/erofs.h:175:1: note: in expansion of macro ‘TRACE_EVENT’ - 175 | TRACE_EVENT(erofs_map_blocks_exit, +../include/trace/events/io_uring.h:223:1: note: in expansion of macro ‘TRACE_EVENT’ + 223 | TRACE_EVENT(io_uring_link, @@ -27367,2 +39855,2 @@ -../include/trace/events/erofs.h:175:1: note: in expansion of macro ‘TRACE_EVENT’ - 175 | TRACE_EVENT(erofs_map_blocks_exit, +../include/trace/events/io_uring.h:223:1: note: in expansion of macro ‘TRACE_EVENT’ + 223 | TRACE_EVENT(io_uring_link, @@ -27370 +39858 @@ -../include/trace/events/erofs.h: In function ‘trace_event_raw_event_erofs_destroy_inode’: +../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_cqring_wait’: @@ -27380,2 +39868,2 @@ -../include/trace/events/erofs.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ - 214 | TRACE_EVENT(erofs_destroy_inode, +../include/trace/events/io_uring.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ + 255 | TRACE_EVENT(io_uring_cqring_wait, @@ -27392,53 +39880,2 @@ -../include/trace/events/erofs.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ - 214 | TRACE_EVENT(erofs_destroy_inode, - | ^~~~~~~~~~~ -In file included from ../include/trace/define_trace.h:110: -../include/trace/events/erofs.h: In function ‘__bpf_trace_erofs_lookup’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/erofs.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ - 34 | TRACE_EVENT(erofs_lookup, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/erofs.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ - 34 | TRACE_EVENT(erofs_lookup, - | ^~~~~~~~~~~ -../include/trace/events/erofs.h: In function ‘__bpf_trace_erofs_fill_inode’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/erofs.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ - 60 | TRACE_EVENT(erofs_fill_inode, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/erofs.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ - 60 | TRACE_EVENT(erofs_fill_inode, +../include/trace/events/io_uring.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ + 255 | TRACE_EVENT(io_uring_cqring_wait, @@ -27446,3 +39883,3 @@ -../include/trace/events/erofs.h: In function ‘__bpf_trace_erofs_read_folio’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_fail_link’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -27450,3 +39887,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -27456,2 +39893,2 @@ -../include/trace/events/erofs.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ - 83 | TRACE_EVENT(erofs_read_folio, +../include/trace/events/io_uring.h:283:1: note: in expansion of macro ‘TRACE_EVENT’ + 283 | TRACE_EVENT(io_uring_fail_link, @@ -27459,6 +39896,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -27468,2 +39905,2 @@ -../include/trace/events/erofs.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ - 83 | TRACE_EVENT(erofs_read_folio, +../include/trace/events/io_uring.h:283:1: note: in expansion of macro ‘TRACE_EVENT’ + 283 | TRACE_EVENT(io_uring_fail_link, @@ -27471,3 +39908,3 @@ -../include/trace/events/erofs.h: In function ‘__bpf_trace_erofs_readpages’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_complete’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -27475,3 +39912,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -27481,2 +39918,2 @@ -../include/trace/events/erofs.h:116:1: note: in expansion of macro ‘TRACE_EVENT’ - 116 | TRACE_EVENT(erofs_readpages, +../include/trace/events/io_uring.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ + 326 | TRACE_EVENT(io_uring_complete, @@ -27484,6 +39921,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -27493,2 +39930,2 @@ -../include/trace/events/erofs.h:116:1: note: in expansion of macro ‘TRACE_EVENT’ - 116 | TRACE_EVENT(erofs_readpages, +../include/trace/events/io_uring.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ + 326 | TRACE_EVENT(io_uring_complete, @@ -27496,3 +39933,3 @@ -../include/trace/events/erofs.h: In function ‘__bpf_trace_erofs_map_blocks_enter’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_submit_req’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -27500,3 +39937,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -27506,2 +39943,2 @@ -../include/trace/events/erofs.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ - 146 | TRACE_EVENT(erofs_map_blocks_enter, +../include/trace/events/io_uring.h:370:1: note: in expansion of macro ‘TRACE_EVENT’ + 370 | TRACE_EVENT(io_uring_submit_req, @@ -27509,6 +39946,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -27518,2 +39955,2 @@ -../include/trace/events/erofs.h:146:1: note: in expansion of macro ‘TRACE_EVENT’ - 146 | TRACE_EVENT(erofs_map_blocks_enter, +../include/trace/events/io_uring.h:370:1: note: in expansion of macro ‘TRACE_EVENT’ + 370 | TRACE_EVENT(io_uring_submit_req, @@ -27521,3 +39958,3 @@ -../include/trace/events/erofs.h: In function ‘__bpf_trace_erofs_map_blocks_exit’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_poll_arm’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -27525,3 +39962,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -27531,2 +39968,2 @@ -../include/trace/events/erofs.h:175:1: note: in expansion of macro ‘TRACE_EVENT’ - 175 | TRACE_EVENT(erofs_map_blocks_exit, +../include/trace/events/io_uring.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ + 414 | TRACE_EVENT(io_uring_poll_arm, @@ -27534,6 +39971,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -27543,2 +39980,2 @@ -../include/trace/events/erofs.h:175:1: note: in expansion of macro ‘TRACE_EVENT’ - 175 | TRACE_EVENT(erofs_map_blocks_exit, +../include/trace/events/io_uring.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ + 414 | TRACE_EVENT(io_uring_poll_arm, @@ -27546,3 +39983,3 @@ -../include/trace/events/erofs.h: In function ‘__bpf_trace_erofs_destroy_inode’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_task_add’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -27550,15 +39987,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/erofs.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ - 214 | TRACE_EVENT(erofs_destroy_inode, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -27568,2 +39993,2 @@ -../include/trace/events/erofs.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ - 214 | TRACE_EVENT(erofs_destroy_inode, +../include/trace/events/io_uring.h:455:1: note: in expansion of macro ‘TRACE_EVENT’ + 455 | TRACE_EVENT(io_uring_task_add, @@ -27571,7 +39996 @@ -make[5]: *** [../scripts/Makefile.build:244: fs/erofs/super.o] Error 1 -make[4]: *** [../scripts/Makefile.build:485: fs/erofs] Error 2 -In file included from ../include/trace/define_trace.h:108, - from ../drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_trace.h:181, - from ../drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c:10: -../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h: In function ‘trace_event_raw_event_hclge_pf_mbx_get’: -../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? @@ -27579 +39998 @@ - | ^~~~~~~~~~~~~~~~~~~~~ + | ^~~~~~~~~~~~~~~~~ @@ -27586,2 +40005,2 @@ -../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ - 17 | TRACE_EVENT(hclge_pf_mbx_get, +../include/trace/events/io_uring.h:455:1: note: in expansion of macro ‘TRACE_EVENT’ + 455 | TRACE_EVENT(io_uring_task_add, @@ -27588,0 +40008 @@ +../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_req_failed’: @@ -27598,2 +40018,2 @@ -../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ - 17 | TRACE_EVENT(hclge_pf_mbx_get, +../include/trace/events/io_uring.h:496:1: note: in expansion of macro ‘TRACE_EVENT’ + 496 | TRACE_EVENT(io_uring_req_failed, @@ -27601 +40021 @@ -../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? @@ -27603 +40023 @@ - | ^~~~~~~~~~~~~~~ + | ^~~~~~~~~~~~~~~~~ @@ -27610,2 +40030,2 @@ -../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ - 17 | TRACE_EVENT(hclge_pf_mbx_get, +../include/trace/events/io_uring.h:496:1: note: in expansion of macro ‘TRACE_EVENT’ + 496 | TRACE_EVENT(io_uring_req_failed, @@ -27613 +40033,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? +../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_cqe_overflow’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? @@ -27615 +40036 @@ - | ^~~~~~~~~~~~~~~~~ + | ^~~~~~~~~~~~~~~ @@ -27622,2 +40043,2 @@ -../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ - 17 | TRACE_EVENT(hclge_pf_mbx_get, +../include/trace/events/io_uring.h:571:1: note: in expansion of macro ‘TRACE_EVENT’ + 571 | TRACE_EVENT(io_uring_cqe_overflow, @@ -27625,3 +40046,3 @@ -../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] - 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ - | ^~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ @@ -27634,2 +40055,2 @@ -../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ - 17 | TRACE_EVENT(hclge_pf_mbx_get, +../include/trace/events/io_uring.h:571:1: note: in expansion of macro ‘TRACE_EVENT’ + 571 | TRACE_EVENT(io_uring_cqe_overflow, @@ -27637 +40058 @@ -../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h: In function ‘trace_event_raw_event_hclge_pf_mbx_send’: +../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_task_work_run’: @@ -27647,2 +40068,2 @@ -../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ - 50 | TRACE_EVENT(hclge_pf_mbx_send, +../include/trace/events/io_uring.h:607:1: note: in expansion of macro ‘TRACE_EVENT’ + 607 | TRACE_EVENT(io_uring_task_work_run, @@ -27659,2 +40080,2 @@ -../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ - 50 | TRACE_EVENT(hclge_pf_mbx_send, +../include/trace/events/io_uring.h:607:1: note: in expansion of macro ‘TRACE_EVENT’ + 607 | TRACE_EVENT(io_uring_task_work_run, @@ -27662 +40083 @@ -../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h: In function ‘trace_event_raw_event_hclge_pf_cmd_template’: +../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_short_write’: @@ -27669,3 +40090,6 @@ -../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:81:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 81 | DECLARE_EVENT_CLASS(hclge_pf_cmd_template, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/io_uring.h:626:1: note: in expansion of macro ‘TRACE_EVENT’ + 626 | TRACE_EVENT(io_uring_short_write, + | ^~~~~~~~~~~ @@ -27678,4 +40102,7 @@ -../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:81:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 81 | DECLARE_EVENT_CLASS(hclge_pf_cmd_template, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h: In function ‘trace_event_raw_event_hclge_pf_special_cmd_template’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/io_uring.h:626:1: note: in expansion of macro ‘TRACE_EVENT’ + 626 | TRACE_EVENT(io_uring_short_write, + | ^~~~~~~~~~~ +../include/trace/events/io_uring.h: In function ‘trace_event_raw_event_io_uring_local_work_run’: @@ -27688,3 +40115,6 @@ -../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 132 | DECLARE_EVENT_CLASS(hclge_pf_special_cmd_template, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/io_uring.h:659:1: note: in expansion of macro ‘TRACE_EVENT’ + 659 | TRACE_EVENT(io_uring_local_work_run, + | ^~~~~~~~~~~ @@ -27697,11 +40126,0 @@ -../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 132 | DECLARE_EVENT_CLASS(hclge_pf_special_cmd_template, - | ^~~~~~~~~~~~~~~~~~~ -In file included from ../include/trace/define_trace.h:110: -../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h: In function ‘__bpf_trace_hclge_pf_mbx_get’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ @@ -27711,2 +40130,2 @@ -../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ - 17 | TRACE_EVENT(hclge_pf_mbx_get, +../include/trace/events/io_uring.h:659:1: note: in expansion of macro ‘TRACE_EVENT’ + 659 | TRACE_EVENT(io_uring_local_work_run, @@ -27714,5 +40133,10 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/io_uring.h: In function ‘perf_trace_io_uring_create’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -27719,0 +40144,9 @@ +../include/trace/events/io_uring.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ + 27 | TRACE_EVENT(io_uring_create, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -27723,2 +40156,2 @@ -../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ - 17 | TRACE_EVENT(hclge_pf_mbx_get, +../include/trace/events/io_uring.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ + 27 | TRACE_EVENT(io_uring_create, @@ -27726,3 +40159,3 @@ -../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h: In function ‘__bpf_trace_hclge_pf_mbx_send’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/io_uring.h: In function ‘perf_trace_io_uring_register’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -27730,3 +40163,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -27736,2 +40169,2 @@ -../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ - 50 | TRACE_EVENT(hclge_pf_mbx_send, +../include/trace/events/io_uring.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ + 69 | TRACE_EVENT(io_uring_register, @@ -27739,6 +40172,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -27748,2 +40181,2 @@ -../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ - 50 | TRACE_EVENT(hclge_pf_mbx_send, +../include/trace/events/io_uring.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ + 69 | TRACE_EVENT(io_uring_register, @@ -27751,22 +40184,3 @@ -../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h: In function ‘__bpf_trace_hclge_pf_cmd_template’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:81:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 81 | DECLARE_EVENT_CLASS(hclge_pf_cmd_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:81:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 81 | DECLARE_EVENT_CLASS(hclge_pf_cmd_template, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h: In function ‘__bpf_trace_hclge_pf_special_cmd_template’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/io_uring.h: In function ‘perf_trace_io_uring_file_get’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -27774,27 +40188,2 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 132 | DECLARE_EVENT_CLASS(hclge_pf_special_cmd_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/hisilicon/hns3/hns3pf/./hclge_trace.h:132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 132 | DECLARE_EVENT_CLASS(hclge_pf_special_cmd_template, - | ^~~~~~~~~~~~~~~~~~~ -make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.o] Error 1 -make[7]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/hisilicon/hns3] Error 2 -make[6]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/hisilicon] Error 2 -In file included from ../include/trace/define_trace.h:108, - from ../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h:58, - from ../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/dev.c:13: -../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h: In function ‘trace_event_raw_event_mlx5_sf_dev_template’: -../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -27802,8 +40191,11 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 14 | DECLARE_EVENT_CLASS(mlx5_sf_dev_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/io_uring.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ + 108 | TRACE_EVENT(io_uring_file_get, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -27811,5 +40203,9 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 14 | DECLARE_EVENT_CLASS(mlx5_sf_dev_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/io_uring.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ + 108 | TRACE_EVENT(io_uring_file_get, + | ^~~~~~~~~~~ +../include/trace/events/io_uring.h: In function ‘perf_trace_io_uring_queue_async_work’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -27817,2 +40213,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -27820,5 +40216,8 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 14 | DECLARE_EVENT_CLASS(mlx5_sf_dev_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/io_uring.h:140:1: note: in expansion of macro ‘TRACE_EVENT’ + 140 | TRACE_EVENT(io_uring_queue_async_work, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -27826,11 +40225,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 14 | DECLARE_EVENT_CLASS(mlx5_sf_dev_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] - 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ - | ^~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -27838,19 +40228,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 14 | DECLARE_EVENT_CLASS(mlx5_sf_dev_template, - | ^~~~~~~~~~~~~~~~~~~ -In file included from ../include/trace/define_trace.h:110: -../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h: In function ‘__bpf_trace_mlx5_sf_dev_template’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 14 | DECLARE_EVENT_CLASS(mlx5_sf_dev_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -27858,13 +40231,9 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h:14:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 14 | DECLARE_EVENT_CLASS(mlx5_sf_dev_template, - | ^~~~~~~~~~~~~~~~~~~ -make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/mellanox/mlx5/core/sf/dev/dev.o] Error 1 -In file included from ../include/trace/define_trace.h:108, - from ../include/trace/events/fscache.h:507, - from ../fs/netfs/fscache_main.c:13: -../include/trace/events/fscache.h: In function ‘trace_event_raw_event_fscache_cache’: -../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/events/io_uring.h:140:1: note: in expansion of macro ‘TRACE_EVENT’ + 140 | TRACE_EVENT(io_uring_queue_async_work, + | ^~~~~~~~~~~ +../include/trace/events/io_uring.h: In function ‘perf_trace_io_uring_defer’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -27875,2 +40244,2 @@ -../include/trace/events/fscache.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ - 211 | TRACE_EVENT(fscache_cache, +../include/trace/events/io_uring.h:184:1: note: in expansion of macro ‘TRACE_EVENT’ + 184 | TRACE_EVENT(io_uring_defer, @@ -27878,5 +40247,5 @@ -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -27887,2 +40256,2 @@ -../include/trace/events/fscache.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ - 211 | TRACE_EVENT(fscache_cache, +../include/trace/events/io_uring.h:184:1: note: in expansion of macro ‘TRACE_EVENT’ + 184 | TRACE_EVENT(io_uring_defer, @@ -27890,2 +40259,3 @@ -../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/io_uring.h: In function ‘perf_trace_io_uring_link’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -27893,2 +40263,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -27899,2 +40269,2 @@ -../include/trace/events/fscache.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ - 211 | TRACE_EVENT(fscache_cache, +../include/trace/events/io_uring.h:223:1: note: in expansion of macro ‘TRACE_EVENT’ + 223 | TRACE_EVENT(io_uring_link, @@ -27902,2 +40272,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -27905,2 +40275,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -27911,2 +40281,2 @@ -../include/trace/events/fscache.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ - 211 | TRACE_EVENT(fscache_cache, +../include/trace/events/io_uring.h:223:1: note: in expansion of macro ‘TRACE_EVENT’ + 223 | TRACE_EVENT(io_uring_link, @@ -27914,5 +40284,6 @@ -../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] - 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ - | ^~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/events/io_uring.h: In function ‘perf_trace_io_uring_cqring_wait’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -27923,2 +40294,2 @@ -../include/trace/events/fscache.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ - 211 | TRACE_EVENT(fscache_cache, +../include/trace/events/io_uring.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ + 255 | TRACE_EVENT(io_uring_cqring_wait, @@ -27926,3 +40297,15 @@ -../include/trace/events/fscache.h: In function ‘trace_event_raw_event_fscache_volume’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/io_uring.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ + 255 | TRACE_EVENT(io_uring_cqring_wait, + | ^~~~~~~~~~~ +../include/trace/events/io_uring.h: In function ‘perf_trace_io_uring_fail_link’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -27930,2 +40313,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -27936,2 +40319,2 @@ -../include/trace/events/fscache.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ - 236 | TRACE_EVENT(fscache_volume, +../include/trace/events/io_uring.h:283:1: note: in expansion of macro ‘TRACE_EVENT’ + 283 | TRACE_EVENT(io_uring_fail_link, @@ -27939,2 +40322,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -27942,2 +40325,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -27948,2 +40331,2 @@ -../include/trace/events/fscache.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ - 236 | TRACE_EVENT(fscache_volume, +../include/trace/events/io_uring.h:283:1: note: in expansion of macro ‘TRACE_EVENT’ + 283 | TRACE_EVENT(io_uring_fail_link, @@ -27951,3 +40334,3 @@ -../include/trace/events/fscache.h: In function ‘trace_event_raw_event_fscache_cookie’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/io_uring.h: In function ‘perf_trace_io_uring_complete’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -27955,2 +40338,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -27961,2 +40344,2 @@ -../include/trace/events/fscache.h:261:1: note: in expansion of macro ‘TRACE_EVENT’ - 261 | TRACE_EVENT(fscache_cookie, +../include/trace/events/io_uring.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ + 326 | TRACE_EVENT(io_uring_complete, @@ -27964,2 +40347,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -27967,2 +40350,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -27973,2 +40356,2 @@ -../include/trace/events/fscache.h:261:1: note: in expansion of macro ‘TRACE_EVENT’ - 261 | TRACE_EVENT(fscache_cookie, +../include/trace/events/io_uring.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ + 326 | TRACE_EVENT(io_uring_complete, @@ -27976,3 +40359,3 @@ -../include/trace/events/fscache.h: In function ‘trace_event_raw_event_fscache_active’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/io_uring.h: In function ‘perf_trace_io_uring_submit_req’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -27980,2 +40363,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -27986,2 +40369,2 @@ -../include/trace/events/fscache.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ - 286 | TRACE_EVENT(fscache_active, +../include/trace/events/io_uring.h:370:1: note: in expansion of macro ‘TRACE_EVENT’ + 370 | TRACE_EVENT(io_uring_submit_req, @@ -27989,2 +40372,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -27992,2 +40375,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -27998,2 +40381,2 @@ -../include/trace/events/fscache.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ - 286 | TRACE_EVENT(fscache_active, +../include/trace/events/io_uring.h:370:1: note: in expansion of macro ‘TRACE_EVENT’ + 370 | TRACE_EVENT(io_uring_submit_req, @@ -28001,3 +40384,3 @@ -../include/trace/events/fscache.h: In function ‘trace_event_raw_event_fscache_access_cache’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/io_uring.h: In function ‘perf_trace_io_uring_poll_arm’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -28005,2 +40388,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -28011,2 +40394,2 @@ -../include/trace/events/fscache.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ - 319 | TRACE_EVENT(fscache_access_cache, +../include/trace/events/io_uring.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ + 414 | TRACE_EVENT(io_uring_poll_arm, @@ -28014,2 +40397,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -28017,2 +40400,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -28023,2 +40406,2 @@ -../include/trace/events/fscache.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ - 319 | TRACE_EVENT(fscache_access_cache, +../include/trace/events/io_uring.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ + 414 | TRACE_EVENT(io_uring_poll_arm, @@ -28026,3 +40409,3 @@ -../include/trace/events/fscache.h: In function ‘trace_event_raw_event_fscache_access_volume’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/io_uring.h: In function ‘perf_trace_io_uring_task_add’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -28030,2 +40413,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -28036,2 +40419,2 @@ -../include/trace/events/fscache.h:348:1: note: in expansion of macro ‘TRACE_EVENT’ - 348 | TRACE_EVENT(fscache_access_volume, +../include/trace/events/io_uring.h:455:1: note: in expansion of macro ‘TRACE_EVENT’ + 455 | TRACE_EVENT(io_uring_task_add, @@ -28039,2 +40422,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -28042,2 +40425,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -28048,2 +40431,2 @@ -../include/trace/events/fscache.h:348:1: note: in expansion of macro ‘TRACE_EVENT’ - 348 | TRACE_EVENT(fscache_access_volume, +../include/trace/events/io_uring.h:455:1: note: in expansion of macro ‘TRACE_EVENT’ + 455 | TRACE_EVENT(io_uring_task_add, @@ -28051,3 +40434,3 @@ -../include/trace/events/fscache.h: In function ‘trace_event_raw_event_fscache_access’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/io_uring.h: In function ‘perf_trace_io_uring_req_failed’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -28055,2 +40438,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -28061,2 +40444,2 @@ -../include/trace/events/fscache.h:381:1: note: in expansion of macro ‘TRACE_EVENT’ - 381 | TRACE_EVENT(fscache_access, +../include/trace/events/io_uring.h:496:1: note: in expansion of macro ‘TRACE_EVENT’ + 496 | TRACE_EVENT(io_uring_req_failed, @@ -28064,2 +40447,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -28067,2 +40450,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -28073,2 +40456,2 @@ -../include/trace/events/fscache.h:381:1: note: in expansion of macro ‘TRACE_EVENT’ - 381 | TRACE_EVENT(fscache_access, +../include/trace/events/io_uring.h:496:1: note: in expansion of macro ‘TRACE_EVENT’ + 496 | TRACE_EVENT(io_uring_req_failed, @@ -28076,3 +40459,3 @@ -../include/trace/events/fscache.h: In function ‘trace_event_raw_event_fscache_acquire’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/io_uring.h: In function ‘perf_trace_io_uring_cqe_overflow’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -28080,2 +40463,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -28086,2 +40469,2 @@ -../include/trace/events/fscache.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ - 410 | TRACE_EVENT(fscache_acquire, +../include/trace/events/io_uring.h:571:1: note: in expansion of macro ‘TRACE_EVENT’ + 571 | TRACE_EVENT(io_uring_cqe_overflow, @@ -28089,2 +40472,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -28092,2 +40475,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -28098,2 +40481,2 @@ -../include/trace/events/fscache.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ - 410 | TRACE_EVENT(fscache_acquire, +../include/trace/events/io_uring.h:571:1: note: in expansion of macro ‘TRACE_EVENT’ + 571 | TRACE_EVENT(io_uring_cqe_overflow, @@ -28101,3 +40484,3 @@ -../include/trace/events/fscache.h: In function ‘trace_event_raw_event_fscache_relinquish’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/io_uring.h: In function ‘perf_trace_io_uring_task_work_run’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -28105,2 +40488,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -28111,2 +40494,2 @@ -../include/trace/events/fscache.h:434:1: note: in expansion of macro ‘TRACE_EVENT’ - 434 | TRACE_EVENT(fscache_relinquish, +../include/trace/events/io_uring.h:607:1: note: in expansion of macro ‘TRACE_EVENT’ + 607 | TRACE_EVENT(io_uring_task_work_run, @@ -28114,2 +40497,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -28117,2 +40500,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -28123,2 +40506,2 @@ -../include/trace/events/fscache.h:434:1: note: in expansion of macro ‘TRACE_EVENT’ - 434 | TRACE_EVENT(fscache_relinquish, +../include/trace/events/io_uring.h:607:1: note: in expansion of macro ‘TRACE_EVENT’ + 607 | TRACE_EVENT(io_uring_task_work_run, @@ -28126,3 +40509,3 @@ -../include/trace/events/fscache.h: In function ‘trace_event_raw_event_fscache_invalidate’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/io_uring.h: In function ‘perf_trace_io_uring_short_write’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -28130,2 +40513,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -28136,2 +40519,2 @@ -../include/trace/events/fscache.h:462:1: note: in expansion of macro ‘TRACE_EVENT’ - 462 | TRACE_EVENT(fscache_invalidate, +../include/trace/events/io_uring.h:626:1: note: in expansion of macro ‘TRACE_EVENT’ + 626 | TRACE_EVENT(io_uring_short_write, @@ -28139,2 +40522,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -28142,2 +40525,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -28148,2 +40531,2 @@ -../include/trace/events/fscache.h:462:1: note: in expansion of macro ‘TRACE_EVENT’ - 462 | TRACE_EVENT(fscache_invalidate, +../include/trace/events/io_uring.h:626:1: note: in expansion of macro ‘TRACE_EVENT’ + 626 | TRACE_EVENT(io_uring_short_write, @@ -28151,3 +40534,3 @@ -../include/trace/events/fscache.h: In function ‘trace_event_raw_event_fscache_resize’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/io_uring.h: In function ‘perf_trace_io_uring_local_work_run’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -28155,2 +40538,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -28161,2 +40544,2 @@ -../include/trace/events/fscache.h:481:1: note: in expansion of macro ‘TRACE_EVENT’ - 481 | TRACE_EVENT(fscache_resize, +../include/trace/events/io_uring.h:659:1: note: in expansion of macro ‘TRACE_EVENT’ + 659 | TRACE_EVENT(io_uring_local_work_run, @@ -28164,2 +40547,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -28167,2 +40550,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -28173,2 +40556,2 @@ -../include/trace/events/fscache.h:481:1: note: in expansion of macro ‘TRACE_EVENT’ - 481 | TRACE_EVENT(fscache_resize, +../include/trace/events/io_uring.h:659:1: note: in expansion of macro ‘TRACE_EVENT’ + 659 | TRACE_EVENT(io_uring_local_work_run, @@ -28177 +40560 @@ -../include/trace/events/fscache.h: In function ‘__bpf_trace_fscache_cache’: +../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_create’: @@ -28187,2 +40570,2 @@ -../include/trace/events/fscache.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ - 211 | TRACE_EVENT(fscache_cache, +../include/trace/events/io_uring.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ + 27 | TRACE_EVENT(io_uring_create, @@ -28199,2 +40582,2 @@ -../include/trace/events/fscache.h:211:1: note: in expansion of macro ‘TRACE_EVENT’ - 211 | TRACE_EVENT(fscache_cache, +../include/trace/events/io_uring.h:27:1: note: in expansion of macro ‘TRACE_EVENT’ + 27 | TRACE_EVENT(io_uring_create, @@ -28202 +40585 @@ -../include/trace/events/fscache.h: In function ‘__bpf_trace_fscache_volume’: +../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_register’: @@ -28212,2 +40595,2 @@ -../include/trace/events/fscache.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ - 236 | TRACE_EVENT(fscache_volume, +../include/trace/events/io_uring.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ + 69 | TRACE_EVENT(io_uring_register, @@ -28224,2 +40607,2 @@ -../include/trace/events/fscache.h:236:1: note: in expansion of macro ‘TRACE_EVENT’ - 236 | TRACE_EVENT(fscache_volume, +../include/trace/events/io_uring.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ + 69 | TRACE_EVENT(io_uring_register, @@ -28227 +40610 @@ -../include/trace/events/fscache.h: In function ‘__bpf_trace_fscache_cookie’: +../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_file_get’: @@ -28237,2 +40620,2 @@ -../include/trace/events/fscache.h:261:1: note: in expansion of macro ‘TRACE_EVENT’ - 261 | TRACE_EVENT(fscache_cookie, +../include/trace/events/io_uring.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ + 108 | TRACE_EVENT(io_uring_file_get, @@ -28249,2 +40632,2 @@ -../include/trace/events/fscache.h:261:1: note: in expansion of macro ‘TRACE_EVENT’ - 261 | TRACE_EVENT(fscache_cookie, +../include/trace/events/io_uring.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ + 108 | TRACE_EVENT(io_uring_file_get, @@ -28252 +40635 @@ -../include/trace/events/fscache.h: In function ‘__bpf_trace_fscache_active’: +../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_queue_async_work’: @@ -28262,2 +40645,2 @@ -../include/trace/events/fscache.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ - 286 | TRACE_EVENT(fscache_active, +../include/trace/events/io_uring.h:140:1: note: in expansion of macro ‘TRACE_EVENT’ + 140 | TRACE_EVENT(io_uring_queue_async_work, @@ -28274,2 +40657,2 @@ -../include/trace/events/fscache.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ - 286 | TRACE_EVENT(fscache_active, +../include/trace/events/io_uring.h:140:1: note: in expansion of macro ‘TRACE_EVENT’ + 140 | TRACE_EVENT(io_uring_queue_async_work, @@ -28277 +40660 @@ -../include/trace/events/fscache.h: In function ‘__bpf_trace_fscache_access_cache’: +../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_defer’: @@ -28287,2 +40670,2 @@ -../include/trace/events/fscache.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ - 319 | TRACE_EVENT(fscache_access_cache, +../include/trace/events/io_uring.h:184:1: note: in expansion of macro ‘TRACE_EVENT’ + 184 | TRACE_EVENT(io_uring_defer, @@ -28299,2 +40682,2 @@ -../include/trace/events/fscache.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ - 319 | TRACE_EVENT(fscache_access_cache, +../include/trace/events/io_uring.h:184:1: note: in expansion of macro ‘TRACE_EVENT’ + 184 | TRACE_EVENT(io_uring_defer, @@ -28302 +40685 @@ -../include/trace/events/fscache.h: In function ‘__bpf_trace_fscache_access_volume’: +../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_link’: @@ -28312,2 +40695,2 @@ -../include/trace/events/fscache.h:348:1: note: in expansion of macro ‘TRACE_EVENT’ - 348 | TRACE_EVENT(fscache_access_volume, +../include/trace/events/io_uring.h:223:1: note: in expansion of macro ‘TRACE_EVENT’ + 223 | TRACE_EVENT(io_uring_link, @@ -28324,2 +40707,2 @@ -../include/trace/events/fscache.h:348:1: note: in expansion of macro ‘TRACE_EVENT’ - 348 | TRACE_EVENT(fscache_access_volume, +../include/trace/events/io_uring.h:223:1: note: in expansion of macro ‘TRACE_EVENT’ + 223 | TRACE_EVENT(io_uring_link, @@ -28327 +40710 @@ -../include/trace/events/fscache.h: In function ‘__bpf_trace_fscache_access’: +../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_cqring_wait’: @@ -28337,2 +40720,2 @@ -../include/trace/events/fscache.h:381:1: note: in expansion of macro ‘TRACE_EVENT’ - 381 | TRACE_EVENT(fscache_access, +../include/trace/events/io_uring.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ + 255 | TRACE_EVENT(io_uring_cqring_wait, @@ -28349,2 +40732,2 @@ -../include/trace/events/fscache.h:381:1: note: in expansion of macro ‘TRACE_EVENT’ - 381 | TRACE_EVENT(fscache_access, +../include/trace/events/io_uring.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ + 255 | TRACE_EVENT(io_uring_cqring_wait, @@ -28352 +40735 @@ -../include/trace/events/fscache.h: In function ‘__bpf_trace_fscache_acquire’: +../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_fail_link’: @@ -28362,2 +40745,2 @@ -../include/trace/events/fscache.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ - 410 | TRACE_EVENT(fscache_acquire, +../include/trace/events/io_uring.h:283:1: note: in expansion of macro ‘TRACE_EVENT’ + 283 | TRACE_EVENT(io_uring_fail_link, @@ -28374,2 +40757,2 @@ -../include/trace/events/fscache.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ - 410 | TRACE_EVENT(fscache_acquire, +../include/trace/events/io_uring.h:283:1: note: in expansion of macro ‘TRACE_EVENT’ + 283 | TRACE_EVENT(io_uring_fail_link, @@ -28377 +40760 @@ -../include/trace/events/fscache.h: In function ‘__bpf_trace_fscache_relinquish’: +../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_complete’: @@ -28387,2 +40770,2 @@ -../include/trace/events/fscache.h:434:1: note: in expansion of macro ‘TRACE_EVENT’ - 434 | TRACE_EVENT(fscache_relinquish, +../include/trace/events/io_uring.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ + 326 | TRACE_EVENT(io_uring_complete, @@ -28399,2 +40782,2 @@ -../include/trace/events/fscache.h:434:1: note: in expansion of macro ‘TRACE_EVENT’ - 434 | TRACE_EVENT(fscache_relinquish, +../include/trace/events/io_uring.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ + 326 | TRACE_EVENT(io_uring_complete, @@ -28402 +40785 @@ -../include/trace/events/fscache.h: In function ‘__bpf_trace_fscache_invalidate’: +../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_submit_req’: @@ -28412,2 +40795,2 @@ -../include/trace/events/fscache.h:462:1: note: in expansion of macro ‘TRACE_EVENT’ - 462 | TRACE_EVENT(fscache_invalidate, +../include/trace/events/io_uring.h:370:1: note: in expansion of macro ‘TRACE_EVENT’ + 370 | TRACE_EVENT(io_uring_submit_req, @@ -28424,2 +40807,2 @@ -../include/trace/events/fscache.h:462:1: note: in expansion of macro ‘TRACE_EVENT’ - 462 | TRACE_EVENT(fscache_invalidate, +../include/trace/events/io_uring.h:370:1: note: in expansion of macro ‘TRACE_EVENT’ + 370 | TRACE_EVENT(io_uring_submit_req, @@ -28427 +40810 @@ -../include/trace/events/fscache.h: In function ‘__bpf_trace_fscache_resize’: +../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_poll_arm’: @@ -28437,2 +40820,2 @@ -../include/trace/events/fscache.h:481:1: note: in expansion of macro ‘TRACE_EVENT’ - 481 | TRACE_EVENT(fscache_resize, +../include/trace/events/io_uring.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ + 414 | TRACE_EVENT(io_uring_poll_arm, @@ -28449,2 +40832,2 @@ -../include/trace/events/fscache.h:481:1: note: in expansion of macro ‘TRACE_EVENT’ - 481 | TRACE_EVENT(fscache_resize, +../include/trace/events/io_uring.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ + 414 | TRACE_EVENT(io_uring_poll_arm, @@ -28452,12 +40835,7 @@ -make[5]: *** [../scripts/Makefile.build:244: fs/netfs/fscache_main.o] Error 1 -make[5]: *** Waiting for unfinished jobs.... -In file included from ../include/trace/define_trace.h:108, - from ../drivers/net/ethernet/intel/i40e/i40e_trace.h:258, - from ../drivers/net/ethernet/intel/i40e/i40e_main.c:25: -../drivers/net/ethernet/intel/i40e/./i40e_trace.h: In function ‘trace_event_raw_event_i40e_napi_poll’: -../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_task_add’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -28467,2 +40845,2 @@ -../drivers/net/ethernet/intel/i40e/./i40e_trace.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ - 60 | TRACE_EVENT(i40e_napi_poll, +../include/trace/events/io_uring.h:455:1: note: in expansion of macro ‘TRACE_EVENT’ + 455 | TRACE_EVENT(io_uring_task_add, @@ -28470,6 +40848,6 @@ -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -28479,2 +40857,2 @@ -../drivers/net/ethernet/intel/i40e/./i40e_trace.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ - 60 | TRACE_EVENT(i40e_napi_poll, +../include/trace/events/io_uring.h:455:1: note: in expansion of macro ‘TRACE_EVENT’ + 455 | TRACE_EVENT(io_uring_task_add, @@ -28482,2 +40860,3 @@ -../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_req_failed’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ @@ -28485,5 +40864,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) @@ -28491,9 +40866,0 @@ -../drivers/net/ethernet/intel/i40e/./i40e_trace.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ - 60 | TRACE_EVENT(i40e_napi_poll, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ @@ -28503,2 +40870,2 @@ -../drivers/net/ethernet/intel/i40e/./i40e_trace.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ - 60 | TRACE_EVENT(i40e_napi_poll, +../include/trace/events/io_uring.h:496:1: note: in expansion of macro ‘TRACE_EVENT’ + 496 | TRACE_EVENT(io_uring_req_failed, @@ -28506,6 +40873,6 @@ -../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] - 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ - | ^~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -28515,2 +40882,2 @@ -../drivers/net/ethernet/intel/i40e/./i40e_trace.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ - 60 | TRACE_EVENT(i40e_napi_poll, +../include/trace/events/io_uring.h:496:1: note: in expansion of macro ‘TRACE_EVENT’ + 496 | TRACE_EVENT(io_uring_req_failed, @@ -28518,59 +40885 @@ -../drivers/net/ethernet/intel/i40e/./i40e_trace.h: In function ‘trace_event_raw_event_i40e_tx_template’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/intel/i40e/./i40e_trace.h:108:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 108 | DECLARE_EVENT_CLASS( - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/intel/i40e/./i40e_trace.h:108:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 108 | DECLARE_EVENT_CLASS( - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/intel/i40e/./i40e_trace.h: In function ‘trace_event_raw_event_i40e_rx_template’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/intel/i40e/./i40e_trace.h:160:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 160 | DECLARE_EVENT_CLASS( - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/intel/i40e/./i40e_trace.h:160:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 160 | DECLARE_EVENT_CLASS( - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/intel/i40e/./i40e_trace.h: In function ‘trace_event_raw_event_i40e_xmit_template’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/intel/i40e/./i40e_trace.h:205:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 205 | DECLARE_EVENT_CLASS( - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/intel/i40e/./i40e_trace.h:205:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 205 | DECLARE_EVENT_CLASS( - | ^~~~~~~~~~~~~~~~~~~ -In file included from ../include/trace/define_trace.h:110: -../drivers/net/ethernet/intel/i40e/./i40e_trace.h: In function ‘__bpf_trace_i40e_napi_poll’: +../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_cqe_overflow’: @@ -28586,2 +40895,2 @@ -../drivers/net/ethernet/intel/i40e/./i40e_trace.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ - 60 | TRACE_EVENT(i40e_napi_poll, +../include/trace/events/io_uring.h:571:1: note: in expansion of macro ‘TRACE_EVENT’ + 571 | TRACE_EVENT(io_uring_cqe_overflow, @@ -28598,2 +40907,2 @@ -../drivers/net/ethernet/intel/i40e/./i40e_trace.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ - 60 | TRACE_EVENT(i40e_napi_poll, +../include/trace/events/io_uring.h:571:1: note: in expansion of macro ‘TRACE_EVENT’ + 571 | TRACE_EVENT(io_uring_cqe_overflow, @@ -28601 +40910 @@ -../drivers/net/ethernet/intel/i40e/./i40e_trace.h: In function ‘__bpf_trace_i40e_tx_template’: +../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_task_work_run’: @@ -28608,3 +40917,6 @@ -../drivers/net/ethernet/intel/i40e/./i40e_trace.h:108:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 108 | DECLARE_EVENT_CLASS( - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/io_uring.h:607:1: note: in expansion of macro ‘TRACE_EVENT’ + 607 | TRACE_EVENT(io_uring_task_work_run, + | ^~~~~~~~~~~ @@ -28617,4 +40929,7 @@ -../drivers/net/ethernet/intel/i40e/./i40e_trace.h:108:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 108 | DECLARE_EVENT_CLASS( - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/intel/i40e/./i40e_trace.h: In function ‘__bpf_trace_i40e_rx_template’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/io_uring.h:607:1: note: in expansion of macro ‘TRACE_EVENT’ + 607 | TRACE_EVENT(io_uring_task_work_run, + | ^~~~~~~~~~~ +../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_short_write’: @@ -28627,3 +40942,6 @@ -../drivers/net/ethernet/intel/i40e/./i40e_trace.h:160:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 160 | DECLARE_EVENT_CLASS( - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/io_uring.h:626:1: note: in expansion of macro ‘TRACE_EVENT’ + 626 | TRACE_EVENT(io_uring_short_write, + | ^~~~~~~~~~~ @@ -28636,4 +40954,7 @@ -../drivers/net/ethernet/intel/i40e/./i40e_trace.h:160:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 160 | DECLARE_EVENT_CLASS( - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/intel/i40e/./i40e_trace.h: In function ‘__bpf_trace_i40e_xmit_template’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/io_uring.h:626:1: note: in expansion of macro ‘TRACE_EVENT’ + 626 | TRACE_EVENT(io_uring_short_write, + | ^~~~~~~~~~~ +../include/trace/events/io_uring.h: In function ‘__bpf_trace_io_uring_local_work_run’: @@ -28646,3 +40967,6 @@ -../drivers/net/ethernet/intel/i40e/./i40e_trace.h:205:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 205 | DECLARE_EVENT_CLASS( - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/io_uring.h:659:1: note: in expansion of macro ‘TRACE_EVENT’ + 659 | TRACE_EVENT(io_uring_local_work_run, + | ^~~~~~~~~~~ @@ -28655,5 +40979,8 @@ -../drivers/net/ethernet/intel/i40e/./i40e_trace.h:205:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 205 | DECLARE_EVENT_CLASS( - | ^~~~~~~~~~~~~~~~~~~ -make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/intel/i40e/i40e_main.o] Error 1 -make[7]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/intel/i40e] Error 2 +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/io_uring.h:659:1: note: in expansion of macro ‘TRACE_EVENT’ + 659 | TRACE_EVENT(io_uring_local_work_run, + | ^~~~~~~~~~~ +make[4]: *** [../scripts/Makefile.build:244: io_uring/io_uring.o] Error 1 +make[3]: *** [../scripts/Makefile.build:485: io_uring] Error 2 @@ -29271,0 +41599,583 @@ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/firewire.h: In function ‘perf_trace_async_outbound_initiate_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h:39:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 39 | DECLARE_EVENT_CLASS(async_outbound_initiate_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h:39:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 39 | DECLARE_EVENT_CLASS(async_outbound_initiate_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h: In function ‘perf_trace_async_outbound_complete_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h:77:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 77 | DECLARE_EVENT_CLASS(async_outbound_complete_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h:77:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 77 | DECLARE_EVENT_CLASS(async_outbound_complete_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h: In function ‘perf_trace_async_inbound_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h:108:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 108 | DECLARE_EVENT_CLASS(async_inbound_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h:108:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 108 | DECLARE_EVENT_CLASS(async_inbound_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h: In function ‘perf_trace_async_phy_outbound_initiate’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ + 220 | TRACE_EVENT(async_phy_outbound_initiate, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ + 220 | TRACE_EVENT(async_phy_outbound_initiate, + | ^~~~~~~~~~~ +../include/trace/events/firewire.h: In function ‘perf_trace_async_phy_outbound_complete’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h:247:1: note: in expansion of macro ‘TRACE_EVENT’ + 247 | TRACE_EVENT(async_phy_outbound_complete, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h:247:1: note: in expansion of macro ‘TRACE_EVENT’ + 247 | TRACE_EVENT(async_phy_outbound_complete, + | ^~~~~~~~~~~ +../include/trace/events/firewire.h: In function ‘perf_trace_async_phy_inbound’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ + 274 | TRACE_EVENT(async_phy_inbound, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ + 274 | TRACE_EVENT(async_phy_inbound, + | ^~~~~~~~~~~ +../include/trace/events/firewire.h: In function ‘perf_trace_bus_reset_arrange_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h:306:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 306 | DECLARE_EVENT_CLASS(bus_reset_arrange_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h:306:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 306 | DECLARE_EVENT_CLASS(bus_reset_arrange_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h: In function ‘perf_trace_bus_reset_handle’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h:342:1: note: in expansion of macro ‘TRACE_EVENT’ + 342 | TRACE_EVENT(bus_reset_handle, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h:342:1: note: in expansion of macro ‘TRACE_EVENT’ + 342 | TRACE_EVENT(bus_reset_handle, + | ^~~~~~~~~~~ +../include/trace/events/firewire.h: In function ‘perf_trace_self_id_sequence’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h:395:1: note: in expansion of macro ‘TRACE_EVENT’ + 395 | TRACE_EVENT(self_id_sequence, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h:395:1: note: in expansion of macro ‘TRACE_EVENT’ + 395 | TRACE_EVENT(self_id_sequence, + | ^~~~~~~~~~~ +../include/trace/events/firewire.h: In function ‘perf_trace_isoc_outbound_allocate’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/firewire.h:445:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 445 | TRACE_EVENT_CONDITION(isoc_outbound_allocate, + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/firewire.h:445:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 445 | TRACE_EVENT_CONDITION(isoc_outbound_allocate, + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h: In function ‘perf_trace_isoc_inbound_single_allocate’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/firewire.h:470:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 470 | TRACE_EVENT_CONDITION(isoc_inbound_single_allocate, + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/firewire.h:470:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 470 | TRACE_EVENT_CONDITION(isoc_inbound_single_allocate, + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h: In function ‘perf_trace_isoc_inbound_multiple_allocate’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/firewire.h:495:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 495 | TRACE_EVENT_CONDITION(isoc_inbound_multiple_allocate, + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/firewire.h:495:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 495 | TRACE_EVENT_CONDITION(isoc_inbound_multiple_allocate, + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h: In function ‘perf_trace_isoc_destroy_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h:514:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 514 | DECLARE_EVENT_CLASS(isoc_destroy_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h:514:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 514 | DECLARE_EVENT_CLASS(isoc_destroy_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h: In function ‘perf_trace_isoc_inbound_multiple_channels’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h:550:1: note: in expansion of macro ‘TRACE_EVENT’ + 550 | TRACE_EVENT(isoc_inbound_multiple_channels, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h:550:1: note: in expansion of macro ‘TRACE_EVENT’ + 550 | TRACE_EVENT(isoc_inbound_multiple_channels, + | ^~~~~~~~~~~ +../include/trace/events/firewire.h: In function ‘perf_trace_isoc_outbound_start’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/firewire.h:571:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 571 | TRACE_EVENT_CONDITION(isoc_outbound_start, + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/firewire.h:571:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 571 | TRACE_EVENT_CONDITION(isoc_outbound_start, + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h: In function ‘perf_trace_isoc_inbound_start_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h:596:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 596 | DECLARE_EVENT_CLASS(isoc_inbound_start_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h:596:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 596 | DECLARE_EVENT_CLASS(isoc_inbound_start_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h: In function ‘perf_trace_isoc_stop_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h:643:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 643 | DECLARE_EVENT_CLASS(isoc_stop_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h:643:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 643 | DECLARE_EVENT_CLASS(isoc_stop_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h: In function ‘perf_trace_isoc_flush_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h:679:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 679 | DECLARE_EVENT_CLASS(isoc_flush_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h:679:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 679 | DECLARE_EVENT_CLASS(isoc_flush_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h: In function ‘perf_trace_isoc_flush_completions_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h:715:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 715 | DECLARE_EVENT_CLASS(isoc_flush_completions_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h:715:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 715 | DECLARE_EVENT_CLASS(isoc_flush_completions_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h: In function ‘perf_trace_isoc_outbound_queue’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/firewire.h:776:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 776 | TRACE_EVENT_CONDITION(isoc_outbound_queue, + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/firewire.h:776:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 776 | TRACE_EVENT_CONDITION(isoc_outbound_queue, + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h: In function ‘perf_trace_isoc_inbound_single_queue’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/firewire.h:796:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 796 | TRACE_EVENT_CONDITION(isoc_inbound_single_queue, + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/firewire.h:796:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 796 | TRACE_EVENT_CONDITION(isoc_inbound_single_queue, + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h: In function ‘perf_trace_isoc_inbound_multiple_queue’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/firewire.h:812:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 812 | TRACE_EVENT_CONDITION(isoc_inbound_multiple_queue, + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/firewire.h:812:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 812 | TRACE_EVENT_CONDITION(isoc_inbound_multiple_queue, + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h: In function ‘perf_trace_isoc_single_completions_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h:844:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 844 | DECLARE_EVENT_CLASS(isoc_single_completions_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h:844:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 844 | DECLARE_EVENT_CLASS(isoc_single_completions_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h: In function ‘perf_trace_isoc_inbound_multiple_completions’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h:884:1: note: in expansion of macro ‘TRACE_EVENT’ + 884 | TRACE_EVENT(isoc_inbound_multiple_completions, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/firewire.h:884:1: note: in expansion of macro ‘TRACE_EVENT’ + 884 | TRACE_EVENT(isoc_inbound_multiple_completions, + | ^~~~~~~~~~~ @@ -29858,91 +42767,0 @@ - from ../drivers/net/ethernet/mellanox/mlx5/core/diag/en_rep_tracepoint.h:54, - from ../drivers/net/ethernet/mellanox/mlx5/core/en_rep.c:58: -../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_rep_tracepoint.h: In function ‘trace_event_raw_event_mlx5e_rep_neigh_update’: -../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_rep_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(mlx5e_rep_neigh_update, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_rep_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(mlx5e_rep_neigh_update, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_rep_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(mlx5e_rep_neigh_update, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_rep_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(mlx5e_rep_neigh_update, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] - 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ - | ^~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_rep_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(mlx5e_rep_neigh_update, - | ^~~~~~~~~~~ -In file included from ../include/trace/define_trace.h:110: -../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_rep_tracepoint.h: In function ‘__bpf_trace_mlx5e_rep_neigh_update’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_rep_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(mlx5e_rep_neigh_update, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_rep_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(mlx5e_rep_neigh_update, - | ^~~~~~~~~~~ -make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/mellanox/mlx5/core/en_rep.o] Error 1 -In file included from ../include/trace/define_trace.h:108, @@ -30161,0 +42981,176 @@ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/nilfs2.h: In function ‘perf_trace_nilfs2_collection_stage_transition’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/nilfs2.h:25:1: note: in expansion of macro ‘TRACE_EVENT’ + 25 | TRACE_EVENT(nilfs2_collection_stage_transition, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/nilfs2.h:25:1: note: in expansion of macro ‘TRACE_EVENT’ + 25 | TRACE_EVENT(nilfs2_collection_stage_transition, + | ^~~~~~~~~~~ +../include/trace/events/nilfs2.h: In function ‘perf_trace_nilfs2_transaction_transition’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/nilfs2.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ + 66 | TRACE_EVENT(nilfs2_transaction_transition, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/nilfs2.h:66:1: note: in expansion of macro ‘TRACE_EVENT’ + 66 | TRACE_EVENT(nilfs2_transaction_transition, + | ^~~~~~~~~~~ +../include/trace/events/nilfs2.h: In function ‘perf_trace_nilfs2_segment_usage_check’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/nilfs2.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ + 99 | TRACE_EVENT(nilfs2_segment_usage_check, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/nilfs2.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ + 99 | TRACE_EVENT(nilfs2_segment_usage_check, + | ^~~~~~~~~~~ +../include/trace/events/nilfs2.h: In function ‘perf_trace_nilfs2_segment_usage_allocated’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/nilfs2.h:124:1: note: in expansion of macro ‘TRACE_EVENT’ + 124 | TRACE_EVENT(nilfs2_segment_usage_allocated, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/nilfs2.h:124:1: note: in expansion of macro ‘TRACE_EVENT’ + 124 | TRACE_EVENT(nilfs2_segment_usage_allocated, + | ^~~~~~~~~~~ +../include/trace/events/nilfs2.h: In function ‘perf_trace_nilfs2_segment_usage_freed’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/nilfs2.h:145:1: note: in expansion of macro ‘TRACE_EVENT’ + 145 | TRACE_EVENT(nilfs2_segment_usage_freed, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/nilfs2.h:145:1: note: in expansion of macro ‘TRACE_EVENT’ + 145 | TRACE_EVENT(nilfs2_segment_usage_freed, + | ^~~~~~~~~~~ +../include/trace/events/nilfs2.h: In function ‘perf_trace_nilfs2_mdt_insert_new_block’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/nilfs2.h:166:1: note: in expansion of macro ‘TRACE_EVENT’ + 166 | TRACE_EVENT(nilfs2_mdt_insert_new_block, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/nilfs2.h:166:1: note: in expansion of macro ‘TRACE_EVENT’ + 166 | TRACE_EVENT(nilfs2_mdt_insert_new_block, + | ^~~~~~~~~~~ +../include/trace/events/nilfs2.h: In function ‘perf_trace_nilfs2_mdt_submit_block’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/nilfs2.h:191:1: note: in expansion of macro ‘TRACE_EVENT’ + 191 | TRACE_EVENT(nilfs2_mdt_submit_block, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/nilfs2.h:191:1: note: in expansion of macro ‘TRACE_EVENT’ + 191 | TRACE_EVENT(nilfs2_mdt_submit_block, + | ^~~~~~~~~~~ @@ -30341,3 +43336,3 @@ - from ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h:40, - from ../drivers/net/ethernet/mellanox/mlx5/core/sf/vhca_event.c:10: -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h: In function ‘trace_event_raw_event_mlx5_sf_vhca_event’: + from ../drivers/gpu/drm/radeon/radeon_trace.h:209, + from ../drivers/gpu/drm/radeon/radeon_trace_points.c:10: +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘trace_event_raw_event_radeon_bo_create’: @@ -30353,2 +43348,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(mlx5_sf_vhca_event, +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ + 15 | TRACE_EVENT(radeon_bo_create, @@ -30365,2 +43360,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(mlx5_sf_vhca_event, +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ + 15 | TRACE_EVENT(radeon_bo_create, @@ -30377,2 +43372,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(mlx5_sf_vhca_event, +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ + 15 | TRACE_EVENT(radeon_bo_create, @@ -30389,2 +43384,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(mlx5_sf_vhca_event, +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ + 15 | TRACE_EVENT(radeon_bo_create, @@ -30401,2 +43396,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(mlx5_sf_vhca_event, +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ + 15 | TRACE_EVENT(radeon_bo_create, @@ -30404,4 +43399,3 @@ -In file included from ../include/trace/define_trace.h:110: -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h: In function ‘__bpf_trace_mlx5_sf_vhca_event’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘trace_event_raw_event_radeon_cs’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -30409,3 +43403,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -30415,2 +43409,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(mlx5_sf_vhca_event, +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:30:1: note: in expansion of macro ‘TRACE_EVENT’ + 30 | TRACE_EVENT(radeon_cs, @@ -30418,6 +43412,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -30427,2 +43421,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(mlx5_sf_vhca_event, +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:30:1: note: in expansion of macro ‘TRACE_EVENT’ + 30 | TRACE_EVENT(radeon_cs, @@ -30430,6 +43424,2 @@ -make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/mellanox/mlx5/core/sf/vhca_event.o] Error 1 -In file included from ../include/trace/define_trace.h:108, - from ../drivers/net/ethernet/mellanox/mlx5/core/diag/en_tc_tracepoint.h:114, - from ../drivers/net/ethernet/mellanox/mlx5/core/diag/en_tc_tracepoint.c:5: -../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h: In function ‘trace_event_raw_event_mlx5e_flower_template’: -../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘trace_event_raw_event_radeon_vm_grab_id’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? @@ -30437 +43427 @@ - | ^~~~~~~~~~~~~~~~~~~~~ + | ^~~~~~~~~~~~~~~ @@ -30441,4 +43431,7 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 25 | DECLARE_EVENT_CLASS(mlx5e_flower_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ + 50 | TRACE_EVENT(radeon_vm_grab_id, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? @@ -30446 +43439 @@ - | ^~~~~~~~~~~~~~~ + | ^~~~~~~~~~~~~~~~~ @@ -30450,4 +43443,8 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 25 | DECLARE_EVENT_CLASS(mlx5e_flower_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ + 50 | TRACE_EVENT(radeon_vm_grab_id, + | ^~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘trace_event_raw_event_radeon_vm_bo_update’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? @@ -30459,3 +43456,6 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 25 | DECLARE_EVENT_CLASS(mlx5e_flower_template, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ + 65 | TRACE_EVENT(radeon_vm_bo_update, + | ^~~~~~~~~~~ @@ -30468,13 +43468,7 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 25 | DECLARE_EVENT_CLASS(mlx5e_flower_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] - 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ - | ^~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 25 | DECLARE_EVENT_CLASS(mlx5e_flower_template, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h: In function ‘trace_event_raw_event_mlx5e_stats_flower’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ + 65 | TRACE_EVENT(radeon_vm_bo_update, + | ^~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘trace_event_raw_event_radeon_vm_set_page’: @@ -30490,2 +43484,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ - 58 | TRACE_EVENT(mlx5e_stats_flower, +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ + 83 | TRACE_EVENT(radeon_vm_set_page, @@ -30502,2 +43496,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ - 58 | TRACE_EVENT(mlx5e_stats_flower, +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ + 83 | TRACE_EVENT(radeon_vm_set_page, @@ -30505 +43499 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h: In function ‘trace_event_raw_event_mlx5e_tc_update_neigh_used_value’: +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘trace_event_raw_event_radeon_vm_flush’: @@ -30515,2 +43509,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ - 77 | TRACE_EVENT(mlx5e_tc_update_neigh_used_value, +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:107:1: note: in expansion of macro ‘TRACE_EVENT’ + 107 | TRACE_EVENT(radeon_vm_flush, @@ -30527,2 +43521,191 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ - 77 | TRACE_EVENT(mlx5e_tc_update_neigh_used_value, +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:107:1: note: in expansion of macro ‘TRACE_EVENT’ + 107 | TRACE_EVENT(radeon_vm_flush, + | ^~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘trace_event_raw_event_radeon_fence_request’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:125:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 125 | DECLARE_EVENT_CLASS(radeon_fence_request, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:125:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 125 | DECLARE_EVENT_CLASS(radeon_fence_request, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘trace_event_raw_event_radeon_semaphore_request’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:168:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 168 | DECLARE_EVENT_CLASS(radeon_semaphore_request, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:168:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 168 | DECLARE_EVENT_CLASS(radeon_semaphore_request, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘perf_trace_radeon_bo_create’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ + 15 | TRACE_EVENT(radeon_bo_create, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ + 15 | TRACE_EVENT(radeon_bo_create, + | ^~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘perf_trace_radeon_cs’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:30:1: note: in expansion of macro ‘TRACE_EVENT’ + 30 | TRACE_EVENT(radeon_cs, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:30:1: note: in expansion of macro ‘TRACE_EVENT’ + 30 | TRACE_EVENT(radeon_cs, + | ^~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘perf_trace_radeon_vm_grab_id’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ + 50 | TRACE_EVENT(radeon_vm_grab_id, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ + 50 | TRACE_EVENT(radeon_vm_grab_id, + | ^~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘perf_trace_radeon_vm_bo_update’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ + 65 | TRACE_EVENT(radeon_vm_bo_update, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ + 65 | TRACE_EVENT(radeon_vm_bo_update, + | ^~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘perf_trace_radeon_vm_set_page’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ + 83 | TRACE_EVENT(radeon_vm_set_page, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ + 83 | TRACE_EVENT(radeon_vm_set_page, + | ^~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘perf_trace_radeon_vm_flush’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:107:1: note: in expansion of macro ‘TRACE_EVENT’ + 107 | TRACE_EVENT(radeon_vm_flush, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:107:1: note: in expansion of macro ‘TRACE_EVENT’ + 107 | TRACE_EVENT(radeon_vm_flush, @@ -30529,0 +43713,38 @@ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘perf_trace_radeon_fence_request’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:125:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 125 | DECLARE_EVENT_CLASS(radeon_fence_request, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:125:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 125 | DECLARE_EVENT_CLASS(radeon_fence_request, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘perf_trace_radeon_semaphore_request’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:168:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 168 | DECLARE_EVENT_CLASS(radeon_semaphore_request, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:168:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 168 | DECLARE_EVENT_CLASS(radeon_semaphore_request, + | ^~~~~~~~~~~~~~~~~~~ @@ -30531 +43752 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h: In function ‘__bpf_trace_mlx5e_flower_template’: +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘__bpf_trace_radeon_bo_create’: @@ -30538,3 +43759,6 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 25 | DECLARE_EVENT_CLASS(mlx5e_flower_template, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ + 15 | TRACE_EVENT(radeon_bo_create, + | ^~~~~~~~~~~ @@ -30547,4 +43771,7 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 25 | DECLARE_EVENT_CLASS(mlx5e_flower_template, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h: In function ‘__bpf_trace_mlx5e_stats_flower’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ + 15 | TRACE_EVENT(radeon_bo_create, + | ^~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘__bpf_trace_radeon_cs’: @@ -30560,2 +43787,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ - 58 | TRACE_EVENT(mlx5e_stats_flower, +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:30:1: note: in expansion of macro ‘TRACE_EVENT’ + 30 | TRACE_EVENT(radeon_cs, @@ -30572,2 +43799,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ - 58 | TRACE_EVENT(mlx5e_stats_flower, +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:30:1: note: in expansion of macro ‘TRACE_EVENT’ + 30 | TRACE_EVENT(radeon_cs, @@ -30575 +43802 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h: In function ‘__bpf_trace_mlx5e_tc_update_neigh_used_value’: +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘__bpf_trace_radeon_vm_grab_id’: @@ -30585,2 +43812,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ - 77 | TRACE_EVENT(mlx5e_tc_update_neigh_used_value, +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ + 50 | TRACE_EVENT(radeon_vm_grab_id, @@ -30597,2 +43824,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ - 77 | TRACE_EVENT(mlx5e_tc_update_neigh_used_value, +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:50:1: note: in expansion of macro ‘TRACE_EVENT’ + 50 | TRACE_EVENT(radeon_vm_grab_id, @@ -30600 +43827,117 @@ -make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/mellanox/mlx5/core/diag/en_tc_tracepoint.o] Error 1 +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘__bpf_trace_radeon_vm_bo_update’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ + 65 | TRACE_EVENT(radeon_vm_bo_update, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:65:1: note: in expansion of macro ‘TRACE_EVENT’ + 65 | TRACE_EVENT(radeon_vm_bo_update, + | ^~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘__bpf_trace_radeon_vm_set_page’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ + 83 | TRACE_EVENT(radeon_vm_set_page, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ + 83 | TRACE_EVENT(radeon_vm_set_page, + | ^~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘__bpf_trace_radeon_vm_flush’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:107:1: note: in expansion of macro ‘TRACE_EVENT’ + 107 | TRACE_EVENT(radeon_vm_flush, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:107:1: note: in expansion of macro ‘TRACE_EVENT’ + 107 | TRACE_EVENT(radeon_vm_flush, + | ^~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘__bpf_trace_radeon_fence_request’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:125:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 125 | DECLARE_EVENT_CLASS(radeon_fence_request, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:125:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 125 | DECLARE_EVENT_CLASS(radeon_fence_request, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h: In function ‘__bpf_trace_radeon_semaphore_request’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:168:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 168 | DECLARE_EVENT_CLASS(radeon_semaphore_request, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../drivers/gpu/drm/radeon/radeon_trace.h:168:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 168 | DECLARE_EVENT_CLASS(radeon_semaphore_request, + | ^~~~~~~~~~~~~~~~~~~ +make[7]: *** [../scripts/Makefile.build:244: drivers/gpu/drm/radeon/radeon_trace_points.o] Error 1 +make[6]: *** [../scripts/Makefile.build:485: drivers/gpu/drm/radeon] Error 2 +make[5]: *** [../scripts/Makefile.build:485: drivers/gpu/drm] Error 2 +make[4]: *** [../scripts/Makefile.build:485: drivers/gpu] Error 2 @@ -30602,3 +43945,3 @@ - from ../drivers/net/wireless/ath/ath11k/trace.h:346, - from ../drivers/net/wireless/ath/ath11k/trace.c:9: -../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘trace_event_raw_event_ath11k_htt_pktlog’: + from ../drivers/net/ethernet/intel/i40e/i40e_trace.h:258, + from ../drivers/net/ethernet/intel/i40e/i40e_main.c:25: +../drivers/net/ethernet/intel/i40e/./i40e_trace.h: In function ‘trace_event_raw_event_i40e_napi_poll’: @@ -30614,2 +43957,2 @@ -../drivers/net/wireless/ath/ath11k/./trace.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ - 36 | TRACE_EVENT(ath11k_htt_pktlog, +../drivers/net/ethernet/intel/i40e/./i40e_trace.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ + 60 | TRACE_EVENT(i40e_napi_poll, @@ -30626,2 +43969,2 @@ -../drivers/net/wireless/ath/ath11k/./trace.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ - 36 | TRACE_EVENT(ath11k_htt_pktlog, +../drivers/net/ethernet/intel/i40e/./i40e_trace.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ + 60 | TRACE_EVENT(i40e_napi_poll, @@ -30638,2 +43981,2 @@ -../drivers/net/wireless/ath/ath11k/./trace.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ - 36 | TRACE_EVENT(ath11k_htt_pktlog, +../drivers/net/ethernet/intel/i40e/./i40e_trace.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ + 60 | TRACE_EVENT(i40e_napi_poll, @@ -30650,2 +43993,2 @@ -../drivers/net/wireless/ath/ath11k/./trace.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ - 36 | TRACE_EVENT(ath11k_htt_pktlog, +../drivers/net/ethernet/intel/i40e/./i40e_trace.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ + 60 | TRACE_EVENT(i40e_napi_poll, @@ -30662,2 +44005,2 @@ -../drivers/net/wireless/ath/ath11k/./trace.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ - 36 | TRACE_EVENT(ath11k_htt_pktlog, +../drivers/net/ethernet/intel/i40e/./i40e_trace.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ + 60 | TRACE_EVENT(i40e_napi_poll, @@ -30665 +44008 @@ -../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘trace_event_raw_event_ath11k_htt_ppdu_stats’: +../drivers/net/ethernet/intel/i40e/./i40e_trace.h: In function ‘trace_event_raw_event_i40e_tx_template’: @@ -30672,6 +44015,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/ath11k/./trace.h:67:1: note: in expansion of macro ‘TRACE_EVENT’ - 67 | TRACE_EVENT(ath11k_htt_ppdu_stats, - | ^~~~~~~~~~~ +../drivers/net/ethernet/intel/i40e/./i40e_trace.h:108:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 108 | DECLARE_EVENT_CLASS( + | ^~~~~~~~~~~~~~~~~~~ @@ -30684,7 +44024,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/ath11k/./trace.h:67:1: note: in expansion of macro ‘TRACE_EVENT’ - 67 | TRACE_EVENT(ath11k_htt_ppdu_stats, - | ^~~~~~~~~~~ -../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘trace_event_raw_event_ath11k_htt_rxdesc’: +../drivers/net/ethernet/intel/i40e/./i40e_trace.h:108:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 108 | DECLARE_EVENT_CLASS( + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/intel/i40e/./i40e_trace.h: In function ‘trace_event_raw_event_i40e_rx_template’: @@ -30697,6 +44034,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/ath11k/./trace.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ - 94 | TRACE_EVENT(ath11k_htt_rxdesc, - | ^~~~~~~~~~~ +../drivers/net/ethernet/intel/i40e/./i40e_trace.h:160:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 160 | DECLARE_EVENT_CLASS( + | ^~~~~~~~~~~~~~~~~~~ @@ -30709,7 +44043,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/ath11k/./trace.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ - 94 | TRACE_EVENT(ath11k_htt_rxdesc, - | ^~~~~~~~~~~ -../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘trace_event_raw_event_ath11k_log_event’: +../drivers/net/ethernet/intel/i40e/./i40e_trace.h:160:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 160 | DECLARE_EVENT_CLASS( + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/intel/i40e/./i40e_trace.h: In function ‘trace_event_raw_event_i40e_xmit_template’: @@ -30722,2 +44053,2 @@ -../drivers/net/wireless/ath/ath11k/./trace.h:124:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 124 | DECLARE_EVENT_CLASS(ath11k_log_event, +../drivers/net/ethernet/intel/i40e/./i40e_trace.h:205:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 205 | DECLARE_EVENT_CLASS( @@ -30731,2 +44062,2 @@ -../drivers/net/wireless/ath/ath11k/./trace.h:124:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 124 | DECLARE_EVENT_CLASS(ath11k_log_event, +../drivers/net/ethernet/intel/i40e/./i40e_trace.h:205:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 205 | DECLARE_EVENT_CLASS( @@ -30734,3 +44065,4 @@ -../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘trace_event_raw_event_ath11k_wmi_cmd’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +In file included from ../include/trace/define_trace.h:109: +../drivers/net/ethernet/intel/i40e/./i40e_trace.h: In function ‘perf_trace_i40e_napi_poll’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -30738,2 +44070,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -30744,2 +44076,2 @@ -../drivers/net/wireless/ath/ath11k/./trace.h:160:1: note: in expansion of macro ‘TRACE_EVENT’ - 160 | TRACE_EVENT(ath11k_wmi_cmd, +../drivers/net/ethernet/intel/i40e/./i40e_trace.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ + 60 | TRACE_EVENT(i40e_napi_poll, @@ -30747,2 +44079,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -30750,2 +44082,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -30756,2 +44088,2 @@ -../drivers/net/wireless/ath/ath11k/./trace.h:160:1: note: in expansion of macro ‘TRACE_EVENT’ - 160 | TRACE_EVENT(ath11k_wmi_cmd, +../drivers/net/ethernet/intel/i40e/./i40e_trace.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ + 60 | TRACE_EVENT(i40e_napi_poll, @@ -30759,3 +44091,3 @@ -../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘trace_event_raw_event_ath11k_wmi_event’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../drivers/net/ethernet/intel/i40e/./i40e_trace.h: In function ‘perf_trace_i40e_tx_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -30763,2 +44095,40 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/intel/i40e/./i40e_trace.h:108:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 108 | DECLARE_EVENT_CLASS( + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/intel/i40e/./i40e_trace.h:108:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 108 | DECLARE_EVENT_CLASS( + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/intel/i40e/./i40e_trace.h: In function ‘perf_trace_i40e_rx_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/intel/i40e/./i40e_trace.h:160:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 160 | DECLARE_EVENT_CLASS( + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/intel/i40e/./i40e_trace.h:160:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 160 | DECLARE_EVENT_CLASS( + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/intel/i40e/./i40e_trace.h: In function ‘perf_trace_i40e_xmit_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -30765,0 +44136,20 @@ +../drivers/net/ethernet/intel/i40e/./i40e_trace.h:205:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 205 | DECLARE_EVENT_CLASS( + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/intel/i40e/./i40e_trace.h:205:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 205 | DECLARE_EVENT_CLASS( + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../drivers/net/ethernet/intel/i40e/./i40e_trace.h: In function ‘__bpf_trace_i40e_napi_poll’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -30769,2 +44159,14 @@ -../drivers/net/wireless/ath/ath11k/./trace.h:190:1: note: in expansion of macro ‘TRACE_EVENT’ - 190 | TRACE_EVENT(ath11k_wmi_event, +../drivers/net/ethernet/intel/i40e/./i40e_trace.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ + 60 | TRACE_EVENT(i40e_napi_poll, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/intel/i40e/./i40e_trace.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ + 60 | TRACE_EVENT(i40e_napi_poll, @@ -30771,0 +44174,90 @@ +../drivers/net/ethernet/intel/i40e/./i40e_trace.h: In function ‘__bpf_trace_i40e_tx_template’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/intel/i40e/./i40e_trace.h:108:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 108 | DECLARE_EVENT_CLASS( + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/intel/i40e/./i40e_trace.h:108:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 108 | DECLARE_EVENT_CLASS( + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/intel/i40e/./i40e_trace.h: In function ‘__bpf_trace_i40e_rx_template’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/intel/i40e/./i40e_trace.h:160:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 160 | DECLARE_EVENT_CLASS( + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/intel/i40e/./i40e_trace.h:160:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 160 | DECLARE_EVENT_CLASS( + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/intel/i40e/./i40e_trace.h: In function ‘__bpf_trace_i40e_xmit_template’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/intel/i40e/./i40e_trace.h:205:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 205 | DECLARE_EVENT_CLASS( + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/intel/i40e/./i40e_trace.h:205:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 205 | DECLARE_EVENT_CLASS( + | ^~~~~~~~~~~~~~~~~~~ +make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/intel/i40e/i40e_main.o] Error 1 +make[7]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/intel/i40e] Error 2 +In file included from ../include/trace/define_trace.h:108, + from ../drivers/net/ethernet/mellanox/mlx5/core/diag/en_tc_tracepoint.h:114, + from ../drivers/net/ethernet/mellanox/mlx5/core/diag/en_tc_tracepoint.c:5: +../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h: In function ‘trace_event_raw_event_mlx5e_flower_template’: +../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 25 | DECLARE_EVENT_CLASS(mlx5e_flower_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 25 | DECLARE_EVENT_CLASS(mlx5e_flower_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 25 | DECLARE_EVENT_CLASS(mlx5e_flower_template, + | ^~~~~~~~~~~~~~~~~~~ @@ -30778,7 +44270,13 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/ath11k/./trace.h:190:1: note: in expansion of macro ‘TRACE_EVENT’ - 190 | TRACE_EVENT(ath11k_wmi_event, - | ^~~~~~~~~~~ -../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘trace_event_raw_event_ath11k_log_dbg’: +../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 25 | DECLARE_EVENT_CLASS(mlx5e_flower_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] + 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ + | ^~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 25 | DECLARE_EVENT_CLASS(mlx5e_flower_template, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h: In function ‘trace_event_raw_event_mlx5e_stats_flower’: @@ -30794,2 +44292,2 @@ -../drivers/net/wireless/ath/ath11k/./trace.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ - 220 | TRACE_EVENT(ath11k_log_dbg, +../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ + 58 | TRACE_EVENT(mlx5e_stats_flower, @@ -30806,2 +44304,2 @@ -../drivers/net/wireless/ath/ath11k/./trace.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ - 220 | TRACE_EVENT(ath11k_log_dbg, +../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ + 58 | TRACE_EVENT(mlx5e_stats_flower, @@ -30809 +44307 @@ -../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘trace_event_raw_event_ath11k_log_dbg_dump’: +../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h: In function ‘trace_event_raw_event_mlx5e_tc_update_neigh_used_value’: @@ -30819,2 +44317,2 @@ -../drivers/net/wireless/ath/ath11k/./trace.h:249:1: note: in expansion of macro ‘TRACE_EVENT’ - 249 | TRACE_EVENT(ath11k_log_dbg_dump, +../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ + 77 | TRACE_EVENT(mlx5e_tc_update_neigh_used_value, @@ -30831,2 +44329,2 @@ -../drivers/net/wireless/ath/ath11k/./trace.h:249:1: note: in expansion of macro ‘TRACE_EVENT’ - 249 | TRACE_EVENT(ath11k_log_dbg_dump, +../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ + 77 | TRACE_EVENT(mlx5e_tc_update_neigh_used_value, @@ -30834,3 +44332,4 @@ -../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘trace_event_raw_event_ath11k_wmi_diag’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +In file included from ../include/trace/define_trace.h:109: +../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h: In function ‘perf_trace_mlx5e_flower_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -30838,2 +44337,21 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 25 | DECLARE_EVENT_CLASS(mlx5e_flower_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 25 | DECLARE_EVENT_CLASS(mlx5e_flower_template, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h: In function ‘perf_trace_mlx5e_stats_flower’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -30844,2 +44362,2 @@ -../drivers/net/wireless/ath/ath11k/./trace.h:282:1: note: in expansion of macro ‘TRACE_EVENT’ - 282 | TRACE_EVENT(ath11k_wmi_diag, +../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ + 58 | TRACE_EVENT(mlx5e_stats_flower, @@ -30847,2 +44365,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -30850,2 +44368,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -30856,2 +44374,2 @@ -../drivers/net/wireless/ath/ath11k/./trace.h:282:1: note: in expansion of macro ‘TRACE_EVENT’ - 282 | TRACE_EVENT(ath11k_wmi_diag, +../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ + 58 | TRACE_EVENT(mlx5e_stats_flower, @@ -30859,3 +44377,3 @@ -../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘trace_event_raw_event_ath11k_ps_timekeeper’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h: In function ‘perf_trace_mlx5e_tc_update_neigh_used_value’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -30863,2 +44381,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -30869,2 +44387,2 @@ -../drivers/net/wireless/ath/ath11k/./trace.h:309:1: note: in expansion of macro ‘TRACE_EVENT’ - 309 | TRACE_EVENT(ath11k_ps_timekeeper, +../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ + 77 | TRACE_EVENT(mlx5e_tc_update_neigh_used_value, @@ -30872,2 +44390,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -30875,2 +44393,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -30881,2 +44399,2 @@ -../drivers/net/wireless/ath/ath11k/./trace.h:309:1: note: in expansion of macro ‘TRACE_EVENT’ - 309 | TRACE_EVENT(ath11k_ps_timekeeper, +../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ + 77 | TRACE_EVENT(mlx5e_tc_update_neigh_used_value, @@ -30885 +44403 @@ -../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘__bpf_trace_ath11k_htt_pktlog’: +../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h: In function ‘__bpf_trace_mlx5e_flower_template’: @@ -30892,6 +44410,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/ath11k/./trace.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ - 36 | TRACE_EVENT(ath11k_htt_pktlog, - | ^~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 25 | DECLARE_EVENT_CLASS(mlx5e_flower_template, + | ^~~~~~~~~~~~~~~~~~~ @@ -30904,7 +44419,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/ath11k/./trace.h:36:1: note: in expansion of macro ‘TRACE_EVENT’ - 36 | TRACE_EVENT(ath11k_htt_pktlog, - | ^~~~~~~~~~~ -../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘__bpf_trace_ath11k_htt_ppdu_stats’: +../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 25 | DECLARE_EVENT_CLASS(mlx5e_flower_template, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h: In function ‘__bpf_trace_mlx5e_stats_flower’: @@ -30920,2 +44432,2 @@ -../drivers/net/wireless/ath/ath11k/./trace.h:67:1: note: in expansion of macro ‘TRACE_EVENT’ - 67 | TRACE_EVENT(ath11k_htt_ppdu_stats, +../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ + 58 | TRACE_EVENT(mlx5e_stats_flower, @@ -30932,2 +44444,2 @@ -../drivers/net/wireless/ath/ath11k/./trace.h:67:1: note: in expansion of macro ‘TRACE_EVENT’ - 67 | TRACE_EVENT(ath11k_htt_ppdu_stats, +../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:58:1: note: in expansion of macro ‘TRACE_EVENT’ + 58 | TRACE_EVENT(mlx5e_stats_flower, @@ -30935 +44447 @@ -../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘__bpf_trace_ath11k_htt_rxdesc’: +../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h: In function ‘__bpf_trace_mlx5e_tc_update_neigh_used_value’: @@ -30945,2 +44457,2 @@ -../drivers/net/wireless/ath/ath11k/./trace.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ - 94 | TRACE_EVENT(ath11k_htt_rxdesc, +../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ + 77 | TRACE_EVENT(mlx5e_tc_update_neigh_used_value, @@ -30957,2 +44469,2 @@ -../drivers/net/wireless/ath/ath11k/./trace.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ - 94 | TRACE_EVENT(ath11k_htt_rxdesc, +../drivers/net/ethernet/mellanox/mlx5/core/./diag/en_tc_tracepoint.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ + 77 | TRACE_EVENT(mlx5e_tc_update_neigh_used_value, @@ -30960,6 +44472,13 @@ -../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘__bpf_trace_ath11k_log_event’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/mellanox/mlx5/core/diag/en_tc_tracepoint.o] Error 1 +In file included from ../include/trace/define_trace.h:108, + from ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:123, + from ../drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c:9: +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h: In function ‘trace_event_raw_event_mlx5_esw_vport_qos_destroy’: +../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -30967,8 +44486,11 @@ -../drivers/net/wireless/ath/ath11k/./trace.h:124:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 124 | DECLARE_EVENT_CLASS(ath11k_log_event, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(mlx5_esw_vport_qos_destroy, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -30976,6 +44498,5 @@ -../drivers/net/wireless/ath/ath11k/./trace.h:124:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 124 | DECLARE_EVENT_CLASS(ath11k_log_event, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘__bpf_trace_ath11k_wmi_cmd’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(mlx5_esw_vport_qos_destroy, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -30983,2 +44504,5 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -30985,0 +44510,9 @@ +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(mlx5_esw_vport_qos_destroy, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -30989,2 +44522,2 @@ -../drivers/net/wireless/ath/ath11k/./trace.h:160:1: note: in expansion of macro ‘TRACE_EVENT’ - 160 | TRACE_EVENT(ath11k_wmi_cmd, +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(mlx5_esw_vport_qos_destroy, @@ -30992,5 +44525,59 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] + 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ + | ^~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(mlx5_esw_vport_qos_destroy, + | ^~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h: In function ‘trace_event_raw_event_mlx5_esw_vport_qos_template’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 29 | DECLARE_EVENT_CLASS(mlx5_esw_vport_qos_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 29 | DECLARE_EVENT_CLASS(mlx5_esw_vport_qos_template, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h: In function ‘trace_event_raw_event_mlx5_esw_group_qos_template’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 62 | DECLARE_EVENT_CLASS(mlx5_esw_group_qos_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 62 | DECLARE_EVENT_CLASS(mlx5_esw_group_qos_template, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h: In function ‘trace_event_raw_event_mlx5_esw_group_qos_config’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -30997,0 +44585,9 @@ +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ + 94 | TRACE_EVENT(mlx5_esw_group_qos_config, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -31001,2 +44597,2 @@ -../drivers/net/wireless/ath/ath11k/./trace.h:160:1: note: in expansion of macro ‘TRACE_EVENT’ - 160 | TRACE_EVENT(ath11k_wmi_cmd, +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ + 94 | TRACE_EVENT(mlx5_esw_group_qos_config, @@ -31004,3 +44600,4 @@ -../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘__bpf_trace_ath11k_wmi_event’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +In file included from ../include/trace/define_trace.h:109: +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h: In function ‘perf_trace_mlx5_esw_vport_qos_destroy’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -31008,2 +44605,5 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -31010,0 +44611,9 @@ +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(mlx5_esw_vport_qos_destroy, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -31014,2 +44623,2 @@ -../drivers/net/wireless/ath/ath11k/./trace.h:190:1: note: in expansion of macro ‘TRACE_EVENT’ - 190 | TRACE_EVENT(ath11k_wmi_event, +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(mlx5_esw_vport_qos_destroy, @@ -31017,5 +44626,47 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h: In function ‘perf_trace_mlx5_esw_vport_qos_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 29 | DECLARE_EVENT_CLASS(mlx5_esw_vport_qos_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 29 | DECLARE_EVENT_CLASS(mlx5_esw_vport_qos_template, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h: In function ‘perf_trace_mlx5_esw_group_qos_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 62 | DECLARE_EVENT_CLASS(mlx5_esw_group_qos_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 62 | DECLARE_EVENT_CLASS(mlx5_esw_group_qos_template, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h: In function ‘perf_trace_mlx5_esw_group_qos_config’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -31022,0 +44674,9 @@ +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ + 94 | TRACE_EVENT(mlx5_esw_group_qos_config, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -31026,2 +44686,2 @@ -../drivers/net/wireless/ath/ath11k/./trace.h:190:1: note: in expansion of macro ‘TRACE_EVENT’ - 190 | TRACE_EVENT(ath11k_wmi_event, +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ + 94 | TRACE_EVENT(mlx5_esw_group_qos_config, @@ -31029 +44689,2 @@ -../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘__bpf_trace_ath11k_log_dbg’: +In file included from ../include/trace/define_trace.h:110: +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h: In function ‘__bpf_trace_mlx5_esw_vport_qos_destroy’: @@ -31039,2 +44700,2 @@ -../drivers/net/wireless/ath/ath11k/./trace.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ - 220 | TRACE_EVENT(ath11k_log_dbg, +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(mlx5_esw_vport_qos_destroy, @@ -31051,2 +44712,2 @@ -../drivers/net/wireless/ath/ath11k/./trace.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ - 220 | TRACE_EVENT(ath11k_log_dbg, +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(mlx5_esw_vport_qos_destroy, @@ -31054 +44715 @@ -../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘__bpf_trace_ath11k_log_dbg_dump’: +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h: In function ‘__bpf_trace_mlx5_esw_vport_qos_template’: @@ -31061,6 +44722,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/ath11k/./trace.h:249:1: note: in expansion of macro ‘TRACE_EVENT’ - 249 | TRACE_EVENT(ath11k_log_dbg_dump, - | ^~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 29 | DECLARE_EVENT_CLASS(mlx5_esw_vport_qos_template, + | ^~~~~~~~~~~~~~~~~~~ @@ -31073,7 +44731,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/ath11k/./trace.h:249:1: note: in expansion of macro ‘TRACE_EVENT’ - 249 | TRACE_EVENT(ath11k_log_dbg_dump, - | ^~~~~~~~~~~ -../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘__bpf_trace_ath11k_wmi_diag’: +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 29 | DECLARE_EVENT_CLASS(mlx5_esw_vport_qos_template, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h: In function ‘__bpf_trace_mlx5_esw_group_qos_template’: @@ -31086,6 +44741,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/ath11k/./trace.h:282:1: note: in expansion of macro ‘TRACE_EVENT’ - 282 | TRACE_EVENT(ath11k_wmi_diag, - | ^~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 62 | DECLARE_EVENT_CLASS(mlx5_esw_group_qos_template, + | ^~~~~~~~~~~~~~~~~~~ @@ -31098,7 +44750,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/ath/ath11k/./trace.h:282:1: note: in expansion of macro ‘TRACE_EVENT’ - 282 | TRACE_EVENT(ath11k_wmi_diag, - | ^~~~~~~~~~~ -../drivers/net/wireless/ath/ath11k/./trace.h: In function ‘__bpf_trace_ath11k_ps_timekeeper’: +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 62 | DECLARE_EVENT_CLASS(mlx5_esw_group_qos_template, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h: In function ‘__bpf_trace_mlx5_esw_group_qos_config’: @@ -31114,2 +44763,2 @@ -../drivers/net/wireless/ath/ath11k/./trace.h:309:1: note: in expansion of macro ‘TRACE_EVENT’ - 309 | TRACE_EVENT(ath11k_ps_timekeeper, +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ + 94 | TRACE_EVENT(mlx5_esw_group_qos_config, @@ -31126,2 +44775,2 @@ -../drivers/net/wireless/ath/ath11k/./trace.h:309:1: note: in expansion of macro ‘TRACE_EVENT’ - 309 | TRACE_EVENT(ath11k_ps_timekeeper, +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ + 94 | TRACE_EVENT(mlx5_esw_group_qos_config, @@ -31129,2 +44778 @@ -make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/ath/ath11k/trace.o] Error 1 -make[7]: *** [../scripts/Makefile.build:485: drivers/net/wireless/ath/ath11k] Error 2 +make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/mellanox/mlx5/core/esw/qos.o] Error 1 @@ -31132,3 +44780,3 @@ - from ../include/trace/events/dlm.h:674, - from ../fs/dlm/main.c:23: -../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_lock_start’: + from ../include/trace/events/sof_intel.h:148, + from ../sound/soc/sof/intel/tracepoints.c:3: +../include/trace/events/sof_intel.h: In function ‘trace_event_raw_event_sof_intel_hda_irq’: @@ -31144,2 +44792,2 @@ -../include/trace/events/dlm.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ - 93 | TRACE_EVENT(dlm_lock_start, +../include/trace/events/sof_intel.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ + 17 | TRACE_EVENT(sof_intel_hda_irq, @@ -31156,2 +44804,2 @@ -../include/trace/events/dlm.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ - 93 | TRACE_EVENT(dlm_lock_start, +../include/trace/events/sof_intel.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ + 17 | TRACE_EVENT(sof_intel_hda_irq, @@ -31168,2 +44816,2 @@ -../include/trace/events/dlm.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ - 93 | TRACE_EVENT(dlm_lock_start, +../include/trace/events/sof_intel.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ + 17 | TRACE_EVENT(sof_intel_hda_irq, @@ -31180,2 +44828,2 @@ -../include/trace/events/dlm.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ - 93 | TRACE_EVENT(dlm_lock_start, +../include/trace/events/sof_intel.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ + 17 | TRACE_EVENT(sof_intel_hda_irq, @@ -31192,2 +44840,2 @@ -../include/trace/events/dlm.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ - 93 | TRACE_EVENT(dlm_lock_start, +../include/trace/events/sof_intel.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ + 17 | TRACE_EVENT(sof_intel_hda_irq, @@ -31195 +44843 @@ -../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_lock_end’: +../include/trace/events/sof_intel.h: In function ‘trace_event_raw_event_sof_intel_ipc_firmware_template’: @@ -31202,6 +44850,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/dlm.h:135:1: note: in expansion of macro ‘TRACE_EVENT’ - 135 | TRACE_EVENT(dlm_lock_end, - | ^~~~~~~~~~~ +../include/trace/events/sof_intel.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 32 | DECLARE_EVENT_CLASS(sof_intel_ipc_firmware_template, + | ^~~~~~~~~~~~~~~~~~~ @@ -31214,7 +44859,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/dlm.h:135:1: note: in expansion of macro ‘TRACE_EVENT’ - 135 | TRACE_EVENT(dlm_lock_end, - | ^~~~~~~~~~~ -../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_bast’: +../include/trace/events/sof_intel.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 32 | DECLARE_EVENT_CLASS(sof_intel_ipc_firmware_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sof_intel.h: In function ‘trace_event_raw_event_sof_intel_D0I3C_updated’: @@ -31230,2 +44872,2 @@ -../include/trace/events/dlm.h:190:1: note: in expansion of macro ‘TRACE_EVENT’ - 190 | TRACE_EVENT(dlm_bast, +../include/trace/events/sof_intel.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ + 59 | TRACE_EVENT(sof_intel_D0I3C_updated, @@ -31242,2 +44884,2 @@ -../include/trace/events/dlm.h:190:1: note: in expansion of macro ‘TRACE_EVENT’ - 190 | TRACE_EVENT(dlm_bast, +../include/trace/events/sof_intel.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ + 59 | TRACE_EVENT(sof_intel_D0I3C_updated, @@ -31245 +44887 @@ -../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_ast’: +../include/trace/events/sof_intel.h: In function ‘trace_event_raw_event_sof_intel_hda_irq_ipc_check’: @@ -31255,2 +44897,2 @@ -../include/trace/events/dlm.h:221:1: note: in expansion of macro ‘TRACE_EVENT’ - 221 | TRACE_EVENT(dlm_ast, +../include/trace/events/sof_intel.h:74:1: note: in expansion of macro ‘TRACE_EVENT’ + 74 | TRACE_EVENT(sof_intel_hda_irq_ipc_check, @@ -31267,2 +44909,2 @@ -../include/trace/events/dlm.h:221:1: note: in expansion of macro ‘TRACE_EVENT’ - 221 | TRACE_EVENT(dlm_ast, +../include/trace/events/sof_intel.h:74:1: note: in expansion of macro ‘TRACE_EVENT’ + 74 | TRACE_EVENT(sof_intel_hda_irq_ipc_check, @@ -31270 +44912 @@ -../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_unlock_start’: +../include/trace/events/sof_intel.h: In function ‘trace_event_raw_event_sof_intel_hda_dsp_pcm’: @@ -31280,2 +44922,2 @@ -../include/trace/events/dlm.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ - 255 | TRACE_EVENT(dlm_unlock_start, +../include/trace/events/sof_intel.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ + 89 | TRACE_EVENT(sof_intel_hda_dsp_pcm, @@ -31292,2 +44934,2 @@ -../include/trace/events/dlm.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ - 255 | TRACE_EVENT(dlm_unlock_start, +../include/trace/events/sof_intel.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ + 89 | TRACE_EVENT(sof_intel_hda_dsp_pcm, @@ -31295 +44937 @@ -../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_unlock_end’: +../include/trace/events/sof_intel.h: In function ‘trace_event_raw_event_sof_intel_hda_dsp_stream_status’: @@ -31305,2 +44947,2 @@ -../include/trace/events/dlm.h:290:1: note: in expansion of macro ‘TRACE_EVENT’ - 290 | TRACE_EVENT(dlm_unlock_end, +../include/trace/events/sof_intel.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ + 113 | TRACE_EVENT(sof_intel_hda_dsp_stream_status, @@ -31317,2 +44959,2 @@ -../include/trace/events/dlm.h:290:1: note: in expansion of macro ‘TRACE_EVENT’ - 290 | TRACE_EVENT(dlm_unlock_end, +../include/trace/events/sof_intel.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ + 113 | TRACE_EVENT(sof_intel_hda_dsp_stream_status, @@ -31320,20 +44962 @@ -../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_rcom_template’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/dlm.h:328:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 328 | DECLARE_EVENT_CLASS(dlm_rcom_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/dlm.h:328:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 328 | DECLARE_EVENT_CLASS(dlm_rcom_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_send_message’: +../include/trace/events/sof_intel.h: In function ‘trace_event_raw_event_sof_intel_hda_dsp_check_stream_irq’: @@ -31349,2 +44972,2 @@ -../include/trace/events/dlm.h:391:1: note: in expansion of macro ‘TRACE_EVENT’ - 391 | TRACE_EVENT(dlm_send_message, +../include/trace/events/sof_intel.h:130:1: note: in expansion of macro ‘TRACE_EVENT’ + 130 | TRACE_EVENT(sof_intel_hda_dsp_check_stream_irq, @@ -31361,2 +44984,2 @@ -../include/trace/events/dlm.h:391:1: note: in expansion of macro ‘TRACE_EVENT’ - 391 | TRACE_EVENT(dlm_send_message, +../include/trace/events/sof_intel.h:130:1: note: in expansion of macro ‘TRACE_EVENT’ + 130 | TRACE_EVENT(sof_intel_hda_dsp_check_stream_irq, @@ -31364,3 +44987,4 @@ -../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_recv_message’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/sof_intel.h: In function ‘perf_trace_sof_intel_hda_irq’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -31368,2 +44992,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -31374,2 +44998,2 @@ -../include/trace/events/dlm.h:489:1: note: in expansion of macro ‘TRACE_EVENT’ - 489 | TRACE_EVENT(dlm_recv_message, +../include/trace/events/sof_intel.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ + 17 | TRACE_EVENT(sof_intel_hda_irq, @@ -31377,2 +45001,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -31380,2 +45004,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -31386,2 +45010,2 @@ -../include/trace/events/dlm.h:489:1: note: in expansion of macro ‘TRACE_EVENT’ - 489 | TRACE_EVENT(dlm_recv_message, +../include/trace/events/sof_intel.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ + 17 | TRACE_EVENT(sof_intel_hda_irq, @@ -31389,3 +45013,3 @@ -../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_plock_template’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/sof_intel.h: In function ‘perf_trace_sof_intel_ipc_firmware_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -31393,2 +45017,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -31396,2 +45020,2 @@ -../include/trace/events/dlm.h:581:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 581 | DECLARE_EVENT_CLASS(dlm_plock_template, +../include/trace/events/sof_intel.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 32 | DECLARE_EVENT_CLASS(sof_intel_ipc_firmware_template, @@ -31399,2 +45023,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -31402,2 +45026,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -31405,2 +45029,2 @@ -../include/trace/events/dlm.h:581:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 581 | DECLARE_EVENT_CLASS(dlm_plock_template, +../include/trace/events/sof_intel.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 32 | DECLARE_EVENT_CLASS(sof_intel_ipc_firmware_template, @@ -31408,3 +45032,3 @@ -../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_send’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/sof_intel.h: In function ‘perf_trace_sof_intel_D0I3C_updated’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -31412,2 +45036,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -31418,2 +45042,2 @@ -../include/trace/events/dlm.h:631:1: note: in expansion of macro ‘TRACE_EVENT’ - 631 | TRACE_EVENT(dlm_send, +../include/trace/events/sof_intel.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ + 59 | TRACE_EVENT(sof_intel_D0I3C_updated, @@ -31421,2 +45045,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -31424,2 +45048,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -31430,2 +45054,2 @@ -../include/trace/events/dlm.h:631:1: note: in expansion of macro ‘TRACE_EVENT’ - 631 | TRACE_EVENT(dlm_send, +../include/trace/events/sof_intel.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ + 59 | TRACE_EVENT(sof_intel_D0I3C_updated, @@ -31433,3 +45057,3 @@ -../include/trace/events/dlm.h: In function ‘trace_event_raw_event_dlm_recv’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/sof_intel.h: In function ‘perf_trace_sof_intel_hda_irq_ipc_check’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -31437,2 +45061,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -31443,2 +45067,2 @@ -../include/trace/events/dlm.h:651:1: note: in expansion of macro ‘TRACE_EVENT’ - 651 | TRACE_EVENT(dlm_recv, +../include/trace/events/sof_intel.h:74:1: note: in expansion of macro ‘TRACE_EVENT’ + 74 | TRACE_EVENT(sof_intel_hda_irq_ipc_check, @@ -31446,2 +45070,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -31449,2 +45073,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -31455,2 +45079,2 @@ -../include/trace/events/dlm.h:651:1: note: in expansion of macro ‘TRACE_EVENT’ - 651 | TRACE_EVENT(dlm_recv, +../include/trace/events/sof_intel.h:74:1: note: in expansion of macro ‘TRACE_EVENT’ + 74 | TRACE_EVENT(sof_intel_hda_irq_ipc_check, @@ -31458,4 +45082,3 @@ -In file included from ../include/trace/define_trace.h:110: -../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_lock_start’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/sof_intel.h: In function ‘perf_trace_sof_intel_hda_dsp_pcm’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -31463,3 +45086,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -31469,2 +45092,2 @@ -../include/trace/events/dlm.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ - 93 | TRACE_EVENT(dlm_lock_start, +../include/trace/events/sof_intel.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ + 89 | TRACE_EVENT(sof_intel_hda_dsp_pcm, @@ -31472,6 +45095,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -31481,2 +45104,2 @@ -../include/trace/events/dlm.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ - 93 | TRACE_EVENT(dlm_lock_start, +../include/trace/events/sof_intel.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ + 89 | TRACE_EVENT(sof_intel_hda_dsp_pcm, @@ -31484,3 +45107,3 @@ -../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_lock_end’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/sof_intel.h: In function ‘perf_trace_sof_intel_hda_dsp_stream_status’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -31488,3 +45111,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -31494,2 +45117,2 @@ -../include/trace/events/dlm.h:135:1: note: in expansion of macro ‘TRACE_EVENT’ - 135 | TRACE_EVENT(dlm_lock_end, +../include/trace/events/sof_intel.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ + 113 | TRACE_EVENT(sof_intel_hda_dsp_stream_status, @@ -31497,6 +45120,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -31506,2 +45129,2 @@ -../include/trace/events/dlm.h:135:1: note: in expansion of macro ‘TRACE_EVENT’ - 135 | TRACE_EVENT(dlm_lock_end, +../include/trace/events/sof_intel.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ + 113 | TRACE_EVENT(sof_intel_hda_dsp_stream_status, @@ -31509,3 +45132,3 @@ -../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_bast’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/sof_intel.h: In function ‘perf_trace_sof_intel_hda_dsp_check_stream_irq’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -31513,3 +45136,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -31519,2 +45142,2 @@ -../include/trace/events/dlm.h:190:1: note: in expansion of macro ‘TRACE_EVENT’ - 190 | TRACE_EVENT(dlm_bast, +../include/trace/events/sof_intel.h:130:1: note: in expansion of macro ‘TRACE_EVENT’ + 130 | TRACE_EVENT(sof_intel_hda_dsp_check_stream_irq, @@ -31522,6 +45145,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -31531,2 +45154,2 @@ -../include/trace/events/dlm.h:190:1: note: in expansion of macro ‘TRACE_EVENT’ - 190 | TRACE_EVENT(dlm_bast, +../include/trace/events/sof_intel.h:130:1: note: in expansion of macro ‘TRACE_EVENT’ + 130 | TRACE_EVENT(sof_intel_hda_dsp_check_stream_irq, @@ -31534 +45157,2 @@ -../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_ast’: +In file included from ../include/trace/define_trace.h:110: +../include/trace/events/sof_intel.h: In function ‘__bpf_trace_sof_intel_hda_irq’: @@ -31544,2 +45168,2 @@ -../include/trace/events/dlm.h:221:1: note: in expansion of macro ‘TRACE_EVENT’ - 221 | TRACE_EVENT(dlm_ast, +../include/trace/events/sof_intel.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ + 17 | TRACE_EVENT(sof_intel_hda_irq, @@ -31556,2 +45180,2 @@ -../include/trace/events/dlm.h:221:1: note: in expansion of macro ‘TRACE_EVENT’ - 221 | TRACE_EVENT(dlm_ast, +../include/trace/events/sof_intel.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ + 17 | TRACE_EVENT(sof_intel_hda_irq, @@ -31559 +45183 @@ -../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_unlock_start’: +../include/trace/events/sof_intel.h: In function ‘__bpf_trace_sof_intel_ipc_firmware_template’: @@ -31566,6 +45190,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/dlm.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ - 255 | TRACE_EVENT(dlm_unlock_start, - | ^~~~~~~~~~~ +../include/trace/events/sof_intel.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 32 | DECLARE_EVENT_CLASS(sof_intel_ipc_firmware_template, + | ^~~~~~~~~~~~~~~~~~~ @@ -31578,7 +45199,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/dlm.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ - 255 | TRACE_EVENT(dlm_unlock_start, - | ^~~~~~~~~~~ -../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_unlock_end’: +../include/trace/events/sof_intel.h:32:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 32 | DECLARE_EVENT_CLASS(sof_intel_ipc_firmware_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sof_intel.h: In function ‘__bpf_trace_sof_intel_D0I3C_updated’: @@ -31594,2 +45212,2 @@ -../include/trace/events/dlm.h:290:1: note: in expansion of macro ‘TRACE_EVENT’ - 290 | TRACE_EVENT(dlm_unlock_end, +../include/trace/events/sof_intel.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ + 59 | TRACE_EVENT(sof_intel_D0I3C_updated, @@ -31606,2 +45224,2 @@ -../include/trace/events/dlm.h:290:1: note: in expansion of macro ‘TRACE_EVENT’ - 290 | TRACE_EVENT(dlm_unlock_end, +../include/trace/events/sof_intel.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ + 59 | TRACE_EVENT(sof_intel_D0I3C_updated, @@ -31609,20 +45227 @@ -../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_rcom_template’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/dlm.h:328:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 328 | DECLARE_EVENT_CLASS(dlm_rcom_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/dlm.h:328:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 328 | DECLARE_EVENT_CLASS(dlm_rcom_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_send_message’: +../include/trace/events/sof_intel.h: In function ‘__bpf_trace_sof_intel_hda_irq_ipc_check’: @@ -31638,2 +45237,2 @@ -../include/trace/events/dlm.h:391:1: note: in expansion of macro ‘TRACE_EVENT’ - 391 | TRACE_EVENT(dlm_send_message, +../include/trace/events/sof_intel.h:74:1: note: in expansion of macro ‘TRACE_EVENT’ + 74 | TRACE_EVENT(sof_intel_hda_irq_ipc_check, @@ -31650,2 +45249,2 @@ -../include/trace/events/dlm.h:391:1: note: in expansion of macro ‘TRACE_EVENT’ - 391 | TRACE_EVENT(dlm_send_message, +../include/trace/events/sof_intel.h:74:1: note: in expansion of macro ‘TRACE_EVENT’ + 74 | TRACE_EVENT(sof_intel_hda_irq_ipc_check, @@ -31653 +45252 @@ -../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_recv_message’: +../include/trace/events/sof_intel.h: In function ‘__bpf_trace_sof_intel_hda_dsp_pcm’: @@ -31663,2 +45262,2 @@ -../include/trace/events/dlm.h:489:1: note: in expansion of macro ‘TRACE_EVENT’ - 489 | TRACE_EVENT(dlm_recv_message, +../include/trace/events/sof_intel.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ + 89 | TRACE_EVENT(sof_intel_hda_dsp_pcm, @@ -31675,2 +45274,2 @@ -../include/trace/events/dlm.h:489:1: note: in expansion of macro ‘TRACE_EVENT’ - 489 | TRACE_EVENT(dlm_recv_message, +../include/trace/events/sof_intel.h:89:1: note: in expansion of macro ‘TRACE_EVENT’ + 89 | TRACE_EVENT(sof_intel_hda_dsp_pcm, @@ -31678,20 +45277 @@ -../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_plock_template’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/dlm.h:581:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 581 | DECLARE_EVENT_CLASS(dlm_plock_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/dlm.h:581:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 581 | DECLARE_EVENT_CLASS(dlm_plock_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_send’: +../include/trace/events/sof_intel.h: In function ‘__bpf_trace_sof_intel_hda_dsp_stream_status’: @@ -31707,2 +45287,2 @@ -../include/trace/events/dlm.h:631:1: note: in expansion of macro ‘TRACE_EVENT’ - 631 | TRACE_EVENT(dlm_send, +../include/trace/events/sof_intel.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ + 113 | TRACE_EVENT(sof_intel_hda_dsp_stream_status, @@ -31719,2 +45299,2 @@ -../include/trace/events/dlm.h:631:1: note: in expansion of macro ‘TRACE_EVENT’ - 631 | TRACE_EVENT(dlm_send, +../include/trace/events/sof_intel.h:113:1: note: in expansion of macro ‘TRACE_EVENT’ + 113 | TRACE_EVENT(sof_intel_hda_dsp_stream_status, @@ -31722 +45302 @@ -../include/trace/events/dlm.h: In function ‘__bpf_trace_dlm_recv’: +../include/trace/events/sof_intel.h: In function ‘__bpf_trace_sof_intel_hda_dsp_check_stream_irq’: @@ -31732,2 +45312,2 @@ -../include/trace/events/dlm.h:651:1: note: in expansion of macro ‘TRACE_EVENT’ - 651 | TRACE_EVENT(dlm_recv, +../include/trace/events/sof_intel.h:130:1: note: in expansion of macro ‘TRACE_EVENT’ + 130 | TRACE_EVENT(sof_intel_hda_dsp_check_stream_irq, @@ -31744,2 +45324,2 @@ -../include/trace/events/dlm.h:651:1: note: in expansion of macro ‘TRACE_EVENT’ - 651 | TRACE_EVENT(dlm_recv, +../include/trace/events/sof_intel.h:130:1: note: in expansion of macro ‘TRACE_EVENT’ + 130 | TRACE_EVENT(sof_intel_hda_dsp_check_stream_irq, @@ -31747,2 +45327,5 @@ -make[5]: *** [../scripts/Makefile.build:244: fs/dlm/main.o] Error 1 -make[4]: *** [../scripts/Makefile.build:485: fs/dlm] Error 2 +make[7]: *** [../scripts/Makefile.build:244: sound/soc/sof/intel/tracepoints.o] Error 1 +make[6]: *** [../scripts/Makefile.build:485: sound/soc/sof/intel] Error 2 +make[5]: *** [../scripts/Makefile.build:485: sound/soc/sof] Error 2 +make[4]: *** [../scripts/Makefile.build:485: sound/soc] Error 2 +make[3]: *** [../scripts/Makefile.build:485: sound] Error 2 @@ -32150,0 +45734,364 @@ +In file included from ../include/trace/define_trace.h:109: +../arch/x86/kvm/mmu/mmutrace.h: In function ‘perf_trace_kvm_mmu_pagetable_walk’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/kvm/mmu/mmutrace.h:67:1: note: in expansion of macro ‘TRACE_EVENT’ + 67 | TRACE_EVENT( + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/kvm/mmu/mmutrace.h:67:1: note: in expansion of macro ‘TRACE_EVENT’ + 67 | TRACE_EVENT( + | ^~~~~~~~~~~ +../arch/x86/kvm/mmu/mmutrace.h: In function ‘perf_trace_kvm_mmu_paging_element’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/kvm/mmu/mmutrace.h:88:1: note: in expansion of macro ‘TRACE_EVENT’ + 88 | TRACE_EVENT( + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/kvm/mmu/mmutrace.h:88:1: note: in expansion of macro ‘TRACE_EVENT’ + 88 | TRACE_EVENT( + | ^~~~~~~~~~~ +../arch/x86/kvm/mmu/mmutrace.h: In function ‘perf_trace_kvm_mmu_set_bit_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../arch/x86/kvm/mmu/mmutrace.h:106:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 106 | DECLARE_EVENT_CLASS(kvm_mmu_set_bit_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../arch/x86/kvm/mmu/mmutrace.h:106:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 106 | DECLARE_EVENT_CLASS(kvm_mmu_set_bit_class, + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/kvm/mmu/mmutrace.h: In function ‘perf_trace_kvm_mmu_walker_error’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/kvm/mmu/mmutrace.h:140:1: note: in expansion of macro ‘TRACE_EVENT’ + 140 | TRACE_EVENT( + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/kvm/mmu/mmutrace.h:140:1: note: in expansion of macro ‘TRACE_EVENT’ + 140 | TRACE_EVENT( + | ^~~~~~~~~~~ +../arch/x86/kvm/mmu/mmutrace.h: In function ‘perf_trace_kvm_mmu_get_page’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/kvm/mmu/mmutrace.h:157:1: note: in expansion of macro ‘TRACE_EVENT’ + 157 | TRACE_EVENT( + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/kvm/mmu/mmutrace.h:157:1: note: in expansion of macro ‘TRACE_EVENT’ + 157 | TRACE_EVENT( + | ^~~~~~~~~~~ +../arch/x86/kvm/mmu/mmutrace.h: In function ‘perf_trace_kvm_mmu_page_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../arch/x86/kvm/mmu/mmutrace.h:176:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 176 | DECLARE_EVENT_CLASS(kvm_mmu_page_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../arch/x86/kvm/mmu/mmutrace.h:176:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 176 | DECLARE_EVENT_CLASS(kvm_mmu_page_class, + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/kvm/mmu/mmutrace.h: In function ‘perf_trace_mark_mmio_spte’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/kvm/mmu/mmutrace.h:210:1: note: in expansion of macro ‘TRACE_EVENT’ + 210 | TRACE_EVENT( + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/kvm/mmu/mmutrace.h:210:1: note: in expansion of macro ‘TRACE_EVENT’ + 210 | TRACE_EVENT( + | ^~~~~~~~~~~ +../arch/x86/kvm/mmu/mmutrace.h: In function ‘perf_trace_handle_mmio_page_fault’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/kvm/mmu/mmutrace.h:233:1: note: in expansion of macro ‘TRACE_EVENT’ + 233 | TRACE_EVENT( + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/kvm/mmu/mmutrace.h:233:1: note: in expansion of macro ‘TRACE_EVENT’ + 233 | TRACE_EVENT( + | ^~~~~~~~~~~ +../arch/x86/kvm/mmu/mmutrace.h: In function ‘perf_trace_fast_page_fault’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/kvm/mmu/mmutrace.h:254:1: note: in expansion of macro ‘TRACE_EVENT’ + 254 | TRACE_EVENT( + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/kvm/mmu/mmutrace.h:254:1: note: in expansion of macro ‘TRACE_EVENT’ + 254 | TRACE_EVENT( + | ^~~~~~~~~~~ +../arch/x86/kvm/mmu/mmutrace.h: In function ‘perf_trace_kvm_mmu_zap_all_fast’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/kvm/mmu/mmutrace.h:289:1: note: in expansion of macro ‘TRACE_EVENT’ + 289 | TRACE_EVENT( + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/kvm/mmu/mmutrace.h:289:1: note: in expansion of macro ‘TRACE_EVENT’ + 289 | TRACE_EVENT( + | ^~~~~~~~~~~ +../arch/x86/kvm/mmu/mmutrace.h: In function ‘perf_trace_check_mmio_spte’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/kvm/mmu/mmutrace.h:310:1: note: in expansion of macro ‘TRACE_EVENT’ + 310 | TRACE_EVENT( + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/kvm/mmu/mmutrace.h:310:1: note: in expansion of macro ‘TRACE_EVENT’ + 310 | TRACE_EVENT( + | ^~~~~~~~~~~ +../arch/x86/kvm/mmu/mmutrace.h: In function ‘perf_trace_kvm_mmu_set_spte’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/kvm/mmu/mmutrace.h:333:1: note: in expansion of macro ‘TRACE_EVENT’ + 333 | TRACE_EVENT( + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/kvm/mmu/mmutrace.h:333:1: note: in expansion of macro ‘TRACE_EVENT’ + 333 | TRACE_EVENT( + | ^~~~~~~~~~~ +../arch/x86/kvm/mmu/mmutrace.h: In function ‘perf_trace_kvm_mmu_spte_requested’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/kvm/mmu/mmutrace.h:369:1: note: in expansion of macro ‘TRACE_EVENT’ + 369 | TRACE_EVENT( + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/kvm/mmu/mmutrace.h:369:1: note: in expansion of macro ‘TRACE_EVENT’ + 369 | TRACE_EVENT( + | ^~~~~~~~~~~ +../arch/x86/kvm/mmu/mmutrace.h: In function ‘perf_trace_kvm_tdp_mmu_spte_changed’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/kvm/mmu/mmutrace.h:391:1: note: in expansion of macro ‘TRACE_EVENT’ + 391 | TRACE_EVENT( + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/kvm/mmu/mmutrace.h:391:1: note: in expansion of macro ‘TRACE_EVENT’ + 391 | TRACE_EVENT( + | ^~~~~~~~~~~ +../arch/x86/kvm/mmu/mmutrace.h: In function ‘perf_trace_kvm_mmu_split_huge_page’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/kvm/mmu/mmutrace.h:420:1: note: in expansion of macro ‘TRACE_EVENT’ + 420 | TRACE_EVENT( + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../arch/x86/kvm/mmu/mmutrace.h:420:1: note: in expansion of macro ‘TRACE_EVENT’ + 420 | TRACE_EVENT( + | ^~~~~~~~~~~ @@ -32517,3 +46464,3 @@ - from ../drivers/net/wireless/mediatek/mt7601u/trace.h:392, - from ../drivers/net/wireless/mediatek/mt7601u/trace.c:11: -../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_dev_reg_evtu’: + from ../include/trace/events/jbd2.h:497, + from ../fs/jbd2/journal.c:46: +../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_checkpoint’: @@ -32526,3 +46473,6 @@ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 29 | DECLARE_EVENT_CLASS(dev_reg_evtu, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/jbd2.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(jbd2_checkpoint, + | ^~~~~~~~~~~ @@ -32535,3 +46485,6 @@ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 29 | DECLARE_EVENT_CLASS(dev_reg_evtu, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/jbd2.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(jbd2_checkpoint, + | ^~~~~~~~~~~ @@ -32544,3 +46497,6 @@ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 29 | DECLARE_EVENT_CLASS(dev_reg_evtu, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/jbd2.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(jbd2_checkpoint, + | ^~~~~~~~~~~ @@ -32553,19 +46508,0 @@ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 29 | DECLARE_EVENT_CLASS(dev_reg_evtu, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] - 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ - | ^~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 29 | DECLARE_EVENT_CLASS(dev_reg_evtu, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_mt_submit_urb’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ @@ -32575,2 +46512,2 @@ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:56:1: note: in expansion of macro ‘TRACE_EVENT’ - 56 | TRACE_EVENT(mt_submit_urb, +../include/trace/events/jbd2.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(jbd2_checkpoint, @@ -32578,3 +46515,3 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] + 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ + | ^~~~~~~~~~~~~~ @@ -32587,2 +46524,2 @@ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:56:1: note: in expansion of macro ‘TRACE_EVENT’ - 56 | TRACE_EVENT(mt_submit_urb, +../include/trace/events/jbd2.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(jbd2_checkpoint, @@ -32590 +46527 @@ -../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_mt_mcu_msg_send’: +../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_commit’: @@ -32597,6 +46534,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:78:1: note: in expansion of macro ‘TRACE_EVENT’ - 78 | TRACE_EVENT(mt_mcu_msg_send, - | ^~~~~~~~~~~ +../include/trace/events/jbd2.h:34:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 34 | DECLARE_EVENT_CLASS(jbd2_commit, + | ^~~~~~~~~~~~~~~~~~~ @@ -32609,7 +46543,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:78:1: note: in expansion of macro ‘TRACE_EVENT’ - 78 | TRACE_EVENT(mt_mcu_msg_send, - | ^~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_mt_vend_req’: +../include/trace/events/jbd2.h:34:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 34 | DECLARE_EVENT_CLASS(jbd2_commit, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_end_commit’: @@ -32625,2 +46556,2 @@ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ - 98 | TRACE_EVENT(mt_vend_req, +../include/trace/events/jbd2.h:92:1: note: in expansion of macro ‘TRACE_EVENT’ + 92 | TRACE_EVENT(jbd2_end_commit, @@ -32637,2 +46568,2 @@ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ - 98 | TRACE_EVENT(mt_vend_req, +../include/trace/events/jbd2.h:92:1: note: in expansion of macro ‘TRACE_EVENT’ + 92 | TRACE_EVENT(jbd2_end_commit, @@ -32640 +46571 @@ -../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_ee_read’: +../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_submit_inode_data’: @@ -32650,2 +46581,2 @@ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:126:1: note: in expansion of macro ‘TRACE_EVENT’ - 126 | TRACE_EVENT(ee_read, +../include/trace/events/jbd2.h:116:1: note: in expansion of macro ‘TRACE_EVENT’ + 116 | TRACE_EVENT(jbd2_submit_inode_data, @@ -32662,2 +46593,2 @@ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:126:1: note: in expansion of macro ‘TRACE_EVENT’ - 126 | TRACE_EVENT(ee_read, +../include/trace/events/jbd2.h:116:1: note: in expansion of macro ‘TRACE_EVENT’ + 116 | TRACE_EVENT(jbd2_submit_inode_data, @@ -32665,39 +46596 @@ -../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_dev_rf_reg_evt’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:141:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 141 | DECLARE_EVENT_CLASS(dev_rf_reg_evt, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:141:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 141 | DECLARE_EVENT_CLASS(dev_rf_reg_evt, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_dev_bbp_reg_evt’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 171 | DECLARE_EVENT_CLASS(dev_bbp_reg_evt, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 171 | DECLARE_EVENT_CLASS(dev_bbp_reg_evt, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_dev_simple_evt’: +../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_handle_start_class’: @@ -32710,2 +46603,2 @@ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:199:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 199 | DECLARE_EVENT_CLASS(dev_simple_evt, +../include/trace/events/jbd2.h:136:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 136 | DECLARE_EVENT_CLASS(jbd2_handle_start_class, @@ -32719,2 +46612,2 @@ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:199:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 199 | DECLARE_EVENT_CLASS(dev_simple_evt, +../include/trace/events/jbd2.h:136:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 136 | DECLARE_EVENT_CLASS(jbd2_handle_start_class, @@ -32722 +46615 @@ -../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_freq_cal_offset’: +../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_handle_extend’: @@ -32732,2 +46625,2 @@ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:230:1: note: in expansion of macro ‘TRACE_EVENT’ - 230 | TRACE_EVENT(freq_cal_offset, +../include/trace/events/jbd2.h:178:1: note: in expansion of macro ‘TRACE_EVENT’ + 178 | TRACE_EVENT(jbd2_handle_extend, @@ -32744,2 +46637,2 @@ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:230:1: note: in expansion of macro ‘TRACE_EVENT’ - 230 | TRACE_EVENT(freq_cal_offset, +../include/trace/events/jbd2.h:178:1: note: in expansion of macro ‘TRACE_EVENT’ + 178 | TRACE_EVENT(jbd2_handle_extend, @@ -32747 +46640 @@ -../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_mt_rx’: +../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_handle_stats’: @@ -32757,2 +46650,2 @@ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:247:1: note: in expansion of macro ‘TRACE_EVENT’ - 247 | TRACE_EVENT(mt_rx, +../include/trace/events/jbd2.h:210:1: note: in expansion of macro ‘TRACE_EVENT’ + 210 | TRACE_EVENT(jbd2_handle_stats, @@ -32769,2 +46662,2 @@ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:247:1: note: in expansion of macro ‘TRACE_EVENT’ - 247 | TRACE_EVENT(mt_rx, +../include/trace/events/jbd2.h:210:1: note: in expansion of macro ‘TRACE_EVENT’ + 210 | TRACE_EVENT(jbd2_handle_stats, @@ -32772 +46665 @@ -../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_mt_tx’: +../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_run_stats’: @@ -32782,2 +46675,2 @@ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:277:1: note: in expansion of macro ‘TRACE_EVENT’ - 277 | TRACE_EVENT(mt_tx, +../include/trace/events/jbd2.h:248:1: note: in expansion of macro ‘TRACE_EVENT’ + 248 | TRACE_EVENT(jbd2_run_stats, @@ -32794,2 +46687,2 @@ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:277:1: note: in expansion of macro ‘TRACE_EVENT’ - 277 | TRACE_EVENT(mt_tx, +../include/trace/events/jbd2.h:248:1: note: in expansion of macro ‘TRACE_EVENT’ + 248 | TRACE_EVENT(jbd2_run_stats, @@ -32797 +46690 @@ -../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_mt_tx_dma_done’: +../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_checkpoint_stats’: @@ -32807,2 +46700,2 @@ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:302:1: note: in expansion of macro ‘TRACE_EVENT’ - 302 | TRACE_EVENT(mt_tx_dma_done, +../include/trace/events/jbd2.h:296:1: note: in expansion of macro ‘TRACE_EVENT’ + 296 | TRACE_EVENT(jbd2_checkpoint_stats, @@ -32819,2 +46712,2 @@ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:302:1: note: in expansion of macro ‘TRACE_EVENT’ - 302 | TRACE_EVENT(mt_tx_dma_done, +../include/trace/events/jbd2.h:296:1: note: in expansion of macro ‘TRACE_EVENT’ + 296 | TRACE_EVENT(jbd2_checkpoint_stats, @@ -32822 +46715 @@ -../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_mt_tx_status_cleaned’: +../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_update_log_tail’: @@ -32832,2 +46725,2 @@ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ - 316 | TRACE_EVENT(mt_tx_status_cleaned, +../include/trace/events/jbd2.h:327:1: note: in expansion of macro ‘TRACE_EVENT’ + 327 | TRACE_EVENT(jbd2_update_log_tail, @@ -32844,2 +46737,2 @@ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ - 316 | TRACE_EVENT(mt_tx_status_cleaned, +../include/trace/events/jbd2.h:327:1: note: in expansion of macro ‘TRACE_EVENT’ + 327 | TRACE_EVENT(jbd2_update_log_tail, @@ -32847 +46740 @@ -../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_mt_tx_status’: +../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_write_superblock’: @@ -32857,2 +46750,2 @@ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:330:1: note: in expansion of macro ‘TRACE_EVENT’ - 330 | TRACE_EVENT(mt_tx_status, +../include/trace/events/jbd2.h:356:1: note: in expansion of macro ‘TRACE_EVENT’ + 356 | TRACE_EVENT(jbd2_write_superblock, @@ -32869,2 +46762,2 @@ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:330:1: note: in expansion of macro ‘TRACE_EVENT’ - 330 | TRACE_EVENT(mt_tx_status, +../include/trace/events/jbd2.h:356:1: note: in expansion of macro ‘TRACE_EVENT’ + 356 | TRACE_EVENT(jbd2_write_superblock, @@ -32872 +46765 @@ -../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_mt_rx_dma_aggr’: +../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_lock_buffer_stall’: @@ -32882,2 +46775,2 @@ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:346:1: note: in expansion of macro ‘TRACE_EVENT’ - 346 | TRACE_EVENT(mt_rx_dma_aggr, +../include/trace/events/jbd2.h:376:1: note: in expansion of macro ‘TRACE_EVENT’ + 376 | TRACE_EVENT(jbd2_lock_buffer_stall, @@ -32894,2 +46787,2 @@ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:346:1: note: in expansion of macro ‘TRACE_EVENT’ - 346 | TRACE_EVENT(mt_rx_dma_aggr, +../include/trace/events/jbd2.h:376:1: note: in expansion of macro ‘TRACE_EVENT’ + 376 | TRACE_EVENT(jbd2_lock_buffer_stall, @@ -32897 +46790 @@ -../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_set_shared_key’: +../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_journal_shrink’: @@ -32904,6 +46797,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:368:1: note: in expansion of macro ‘TRACE_EVENT’ - 368 | TRACE_EVENT(set_shared_key, - | ^~~~~~~~~~~ +../include/trace/events/jbd2.h:397:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 397 | DECLARE_EVENT_CLASS(jbd2_journal_shrink, + | ^~~~~~~~~~~~~~~~~~~ @@ -32916,182 +46806,2 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:368:1: note: in expansion of macro ‘TRACE_EVENT’ - 368 | TRACE_EVENT(set_shared_key, - | ^~~~~~~~~~~ -In file included from ../include/trace/define_trace.h:110: -../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_dev_reg_evtu’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 29 | DECLARE_EVENT_CLASS(dev_reg_evtu, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 29 | DECLARE_EVENT_CLASS(dev_reg_evtu, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_mt_submit_urb’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:56:1: note: in expansion of macro ‘TRACE_EVENT’ - 56 | TRACE_EVENT(mt_submit_urb, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:56:1: note: in expansion of macro ‘TRACE_EVENT’ - 56 | TRACE_EVENT(mt_submit_urb, - | ^~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_mt_mcu_msg_send’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:78:1: note: in expansion of macro ‘TRACE_EVENT’ - 78 | TRACE_EVENT(mt_mcu_msg_send, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:78:1: note: in expansion of macro ‘TRACE_EVENT’ - 78 | TRACE_EVENT(mt_mcu_msg_send, - | ^~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_mt_vend_req’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ - 98 | TRACE_EVENT(mt_vend_req, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ - 98 | TRACE_EVENT(mt_vend_req, - | ^~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_ee_read’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:126:1: note: in expansion of macro ‘TRACE_EVENT’ - 126 | TRACE_EVENT(ee_read, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:126:1: note: in expansion of macro ‘TRACE_EVENT’ - 126 | TRACE_EVENT(ee_read, - | ^~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_dev_rf_reg_evt’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:141:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 141 | DECLARE_EVENT_CLASS(dev_rf_reg_evt, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:141:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 141 | DECLARE_EVENT_CLASS(dev_rf_reg_evt, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_dev_bbp_reg_evt’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 171 | DECLARE_EVENT_CLASS(dev_bbp_reg_evt, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 171 | DECLARE_EVENT_CLASS(dev_bbp_reg_evt, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_dev_simple_evt’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:199:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 199 | DECLARE_EVENT_CLASS(dev_simple_evt, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:199:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 199 | DECLARE_EVENT_CLASS(dev_simple_evt, +../include/trace/events/jbd2.h:397:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 397 | DECLARE_EVENT_CLASS(jbd2_journal_shrink, @@ -33099,178 +46809,3 @@ -../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_freq_cal_offset’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:230:1: note: in expansion of macro ‘TRACE_EVENT’ - 230 | TRACE_EVENT(freq_cal_offset, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:230:1: note: in expansion of macro ‘TRACE_EVENT’ - 230 | TRACE_EVENT(freq_cal_offset, - | ^~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_mt_rx’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:247:1: note: in expansion of macro ‘TRACE_EVENT’ - 247 | TRACE_EVENT(mt_rx, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:247:1: note: in expansion of macro ‘TRACE_EVENT’ - 247 | TRACE_EVENT(mt_rx, - | ^~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_mt_tx’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:277:1: note: in expansion of macro ‘TRACE_EVENT’ - 277 | TRACE_EVENT(mt_tx, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:277:1: note: in expansion of macro ‘TRACE_EVENT’ - 277 | TRACE_EVENT(mt_tx, - | ^~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_mt_tx_dma_done’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:302:1: note: in expansion of macro ‘TRACE_EVENT’ - 302 | TRACE_EVENT(mt_tx_dma_done, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:302:1: note: in expansion of macro ‘TRACE_EVENT’ - 302 | TRACE_EVENT(mt_tx_dma_done, - | ^~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_mt_tx_status_cleaned’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ - 316 | TRACE_EVENT(mt_tx_status_cleaned, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ - 316 | TRACE_EVENT(mt_tx_status_cleaned, - | ^~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_mt_tx_status’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:330:1: note: in expansion of macro ‘TRACE_EVENT’ - 330 | TRACE_EVENT(mt_tx_status, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:330:1: note: in expansion of macro ‘TRACE_EVENT’ - 330 | TRACE_EVENT(mt_tx_status, - | ^~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_mt_rx_dma_aggr’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:346:1: note: in expansion of macro ‘TRACE_EVENT’ - 346 | TRACE_EVENT(mt_rx_dma_aggr, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:346:1: note: in expansion of macro ‘TRACE_EVENT’ - 346 | TRACE_EVENT(mt_rx_dma_aggr, - | ^~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_set_shared_key’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_shrink_scan_exit’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -33278,15 +46813,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:368:1: note: in expansion of macro ‘TRACE_EVENT’ - 368 | TRACE_EVENT(set_shared_key, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -33296,2 +46819,2 @@ -../drivers/net/wireless/mediatek/mt7601u/./trace.h:368:1: note: in expansion of macro ‘TRACE_EVENT’ - 368 | TRACE_EVENT(set_shared_key, +../include/trace/events/jbd2.h:435:1: note: in expansion of macro ‘TRACE_EVENT’ + 435 | TRACE_EVENT(jbd2_shrink_scan_exit, @@ -33299,8 +46822 @@ -make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/mediatek/mt7601u/trace.o] Error 1 -make[7]: *** [../scripts/Makefile.build:485: drivers/net/wireless/mediatek/mt7601u] Error 2 -make[6]: *** [../scripts/Makefile.build:485: drivers/net/wireless/mediatek] Error 2 -In file included from ../include/trace/define_trace.h:108, - from ../include/trace/events/jbd2.h:497, - from ../fs/jbd2/journal.c:46: -../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_checkpoint’: -../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? @@ -33308 +46824 @@ - | ^~~~~~~~~~~~~~~~~~~~~ + | ^~~~~~~~~~~~~~~~~ @@ -33315,2 +46831,2 @@ -../include/trace/events/jbd2.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(jbd2_checkpoint, +../include/trace/events/jbd2.h:435:1: note: in expansion of macro ‘TRACE_EVENT’ + 435 | TRACE_EVENT(jbd2_shrink_scan_exit, @@ -33317,0 +46834 @@ +../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_shrink_checkpoint_list’: @@ -33327,2 +46844,2 @@ -../include/trace/events/jbd2.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(jbd2_checkpoint, +../include/trace/events/jbd2.h:462:1: note: in expansion of macro ‘TRACE_EVENT’ + 462 | TRACE_EVENT(jbd2_shrink_checkpoint_list, @@ -33330 +46847 @@ -../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? @@ -33332 +46849 @@ - | ^~~~~~~~~~~~~~~ + | ^~~~~~~~~~~~~~~~~ @@ -33339,2 +46856,2 @@ -../include/trace/events/jbd2.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(jbd2_checkpoint, +../include/trace/events/jbd2.h:462:1: note: in expansion of macro ‘TRACE_EVENT’ + 462 | TRACE_EVENT(jbd2_shrink_checkpoint_list, @@ -33342,5 +46859,7 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/jbd2.h: In function ‘perf_trace_jbd2_checkpoint’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -33354,5 +46873,5 @@ -../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] - 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ - | ^~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -33366,3 +46885,3 @@ -../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_commit’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/jbd2.h: In function ‘perf_trace_jbd2_commit’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -33370,2 +46889,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -33376,2 +46895,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -33379,2 +46898,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -33385,3 +46904,3 @@ -../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_end_commit’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/jbd2.h: In function ‘perf_trace_jbd2_end_commit’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -33389,2 +46908,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -33398,2 +46917,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -33401,2 +46920,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -33410,3 +46929,3 @@ -../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_submit_inode_data’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/jbd2.h: In function ‘perf_trace_jbd2_submit_inode_data’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -33414,2 +46933,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -33423,2 +46942,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -33426,2 +46945,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -33435,3 +46954,3 @@ -../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_handle_start_class’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/jbd2.h: In function ‘perf_trace_jbd2_handle_start_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -33439,2 +46958,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -33445,2 +46964,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -33448,2 +46967,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -33454,3 +46973,3 @@ -../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_handle_extend’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/jbd2.h: In function ‘perf_trace_jbd2_handle_extend’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -33458,2 +46977,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -33467,2 +46986,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -33470,2 +46989,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -33479,3 +46998,3 @@ -../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_handle_stats’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/jbd2.h: In function ‘perf_trace_jbd2_handle_stats’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -33483,2 +47002,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -33492,2 +47011,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -33495,2 +47014,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -33504,3 +47023,3 @@ -../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_run_stats’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/jbd2.h: In function ‘perf_trace_jbd2_run_stats’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -33508,2 +47027,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -33517,2 +47036,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -33520,2 +47039,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -33529,3 +47048,3 @@ -../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_checkpoint_stats’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/jbd2.h: In function ‘perf_trace_jbd2_checkpoint_stats’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -33533,2 +47052,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -33542,2 +47061,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -33545,2 +47064,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -33554,3 +47073,3 @@ -../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_update_log_tail’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/jbd2.h: In function ‘perf_trace_jbd2_update_log_tail’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -33558,2 +47077,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -33567,2 +47086,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -33570,2 +47089,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -33579,3 +47098,3 @@ -../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_write_superblock’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/jbd2.h: In function ‘perf_trace_jbd2_write_superblock’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -33583,2 +47102,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -33592,2 +47111,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -33595,2 +47114,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -33604,3 +47123,3 @@ -../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_lock_buffer_stall’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/jbd2.h: In function ‘perf_trace_jbd2_lock_buffer_stall’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -33608,2 +47127,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -33617,2 +47136,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -33620,2 +47139,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -33629,3 +47148,3 @@ -../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_journal_shrink’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/jbd2.h: In function ‘perf_trace_jbd2_journal_shrink’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -33633,2 +47152,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -33639,2 +47158,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -33642,2 +47161,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -33648,3 +47167,3 @@ -../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_shrink_scan_exit’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/jbd2.h: In function ‘perf_trace_jbd2_shrink_scan_exit’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -33652,2 +47171,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -33661,2 +47180,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -33664,2 +47183,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -33673,3 +47192,3 @@ -../include/trace/events/jbd2.h: In function ‘trace_event_raw_event_jbd2_shrink_checkpoint_list’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/jbd2.h: In function ‘perf_trace_jbd2_shrink_checkpoint_list’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -33677,2 +47196,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -33686,2 +47205,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -33689,2 +47208,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -34059,217 +47577,0 @@ - from ../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:123, - from ../drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c:9: -../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h: In function ‘trace_event_raw_event_mlx5_esw_vport_qos_destroy’: -../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ - 13 | TRACE_EVENT(mlx5_esw_vport_qos_destroy, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ - 13 | TRACE_EVENT(mlx5_esw_vport_qos_destroy, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ - 13 | TRACE_EVENT(mlx5_esw_vport_qos_destroy, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ - 13 | TRACE_EVENT(mlx5_esw_vport_qos_destroy, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] - 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ - | ^~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ - 13 | TRACE_EVENT(mlx5_esw_vport_qos_destroy, - | ^~~~~~~~~~~ -../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h: In function ‘trace_event_raw_event_mlx5_esw_vport_qos_template’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 29 | DECLARE_EVENT_CLASS(mlx5_esw_vport_qos_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 29 | DECLARE_EVENT_CLASS(mlx5_esw_vport_qos_template, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h: In function ‘trace_event_raw_event_mlx5_esw_group_qos_template’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 62 | DECLARE_EVENT_CLASS(mlx5_esw_group_qos_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 62 | DECLARE_EVENT_CLASS(mlx5_esw_group_qos_template, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h: In function ‘trace_event_raw_event_mlx5_esw_group_qos_config’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ - 94 | TRACE_EVENT(mlx5_esw_group_qos_config, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ - 94 | TRACE_EVENT(mlx5_esw_group_qos_config, - | ^~~~~~~~~~~ -In file included from ../include/trace/define_trace.h:110: -../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h: In function ‘__bpf_trace_mlx5_esw_vport_qos_destroy’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ - 13 | TRACE_EVENT(mlx5_esw_vport_qos_destroy, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ - 13 | TRACE_EVENT(mlx5_esw_vport_qos_destroy, - | ^~~~~~~~~~~ -../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h: In function ‘__bpf_trace_mlx5_esw_vport_qos_template’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 29 | DECLARE_EVENT_CLASS(mlx5_esw_vport_qos_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 29 | DECLARE_EVENT_CLASS(mlx5_esw_vport_qos_template, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h: In function ‘__bpf_trace_mlx5_esw_group_qos_template’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 62 | DECLARE_EVENT_CLASS(mlx5_esw_group_qos_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:62:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 62 | DECLARE_EVENT_CLASS(mlx5_esw_group_qos_template, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h: In function ‘__bpf_trace_mlx5_esw_group_qos_config’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ - 94 | TRACE_EVENT(mlx5_esw_group_qos_config, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ - 94 | TRACE_EVENT(mlx5_esw_group_qos_config, - | ^~~~~~~~~~~ -make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/mellanox/mlx5/core/esw/qos.o] Error 1 -In file included from ../include/trace/define_trace.h:108, @@ -34714,4 +48016,4 @@ -In file included from ../include/trace/define_trace.h:110: -../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_read’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/netfs.h: In function ‘perf_trace_netfs_read’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -34719,3 +48021,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -34728,6 +48030,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -34740,3 +48042,3 @@ -../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_rreq’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/netfs.h: In function ‘perf_trace_netfs_rreq’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -34744,3 +48046,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -34753,6 +48055,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -34765,3 +48067,3 @@ -../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_sreq’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/netfs.h: In function ‘perf_trace_netfs_sreq’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -34769,3 +48071,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -34778,6 +48080,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -34790,3 +48092,3 @@ -../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_failure’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/netfs.h: In function ‘perf_trace_netfs_failure’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -34794,3 +48096,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -34803,6 +48105,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -34815,3 +48117,3 @@ -../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_rreq_ref’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/netfs.h: In function ‘perf_trace_netfs_rreq_ref’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -34819,3 +48121,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -34828,6 +48130,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -34840,3 +48142,3 @@ -../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_sreq_ref’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/netfs.h: In function ‘perf_trace_netfs_sreq_ref’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -34844,3 +48146,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -34853,6 +48155,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -34865,3 +48167,3 @@ -../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_folio’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/netfs.h: In function ‘perf_trace_netfs_folio’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -34869,3 +48171,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -34878,6 +48180,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -34890,3 +48192,3 @@ -../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_write_iter’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/netfs.h: In function ‘perf_trace_netfs_write_iter’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -34894,3 +48196,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -34903,6 +48205,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -34915,3 +48217,3 @@ -../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_write’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/netfs.h: In function ‘perf_trace_netfs_write’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -34919,3 +48221,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -34928,6 +48230,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -34940,3 +48242,3 @@ -../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_collect’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/netfs.h: In function ‘perf_trace_netfs_collect’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -34944,3 +48246,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -34953,6 +48255,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -34965,3 +48267,3 @@ -../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_collect_contig’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/netfs.h: In function ‘perf_trace_netfs_collect_contig’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -34969,3 +48271,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -34978,6 +48280,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -34990,3 +48292,3 @@ -../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_collect_sreq’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/netfs.h: In function ‘perf_trace_netfs_collect_sreq’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -34994,3 +48296,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -35003,6 +48305,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -35015,3 +48317,3 @@ -../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_collect_folio’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/netfs.h: In function ‘perf_trace_netfs_collect_folio’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -35019,3 +48321,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -35028,6 +48330,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -35040,3 +48342,3 @@ -../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_collect_state’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/netfs.h: In function ‘perf_trace_netfs_collect_state’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -35044,3 +48346,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -35053,6 +48355,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -35065,3 +48367,3 @@ -../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_collect_gap’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/netfs.h: In function ‘perf_trace_netfs_collect_gap’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -35069,3 +48371,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -35078,6 +48380,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -35090,3 +48392,3 @@ -../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_collect_stream’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/netfs.h: In function ‘perf_trace_netfs_collect_stream’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -35094,3 +48396,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -35103,6 +48405,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -35115,20 +48417,4 @@ -make[5]: *** [../scripts/Makefile.build:244: fs/netfs/main.o] Error 1 -make[4]: *** [../scripts/Makefile.build:485: fs/netfs] Error 2 -In file included from ../include/trace/define_trace.h:108, - from ../drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.h:323, - from ../drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.c:35: -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘trace_event_raw_event_mlx5_fs_add_ft’: -../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ - 64 | TRACE_EVENT(mlx5_fs_add_ft, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +In file included from ../include/trace/define_trace.h:110: +../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_read’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ @@ -35136,5 +48422,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) @@ -35142,9 +48424,0 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ - 64 | TRACE_EVENT(mlx5_fs_add_ft, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ @@ -35154,2 +48428,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ - 64 | TRACE_EVENT(mlx5_fs_add_ft, +../include/trace/events/netfs.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ + 220 | TRACE_EVENT(netfs_read, @@ -35157,8 +48431,5 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) @@ -35166,9 +48436,0 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ - 64 | TRACE_EVENT(mlx5_fs_add_ft, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] - 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ - | ^~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ @@ -35178,2 +48440,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ - 64 | TRACE_EVENT(mlx5_fs_add_ft, +../include/trace/events/netfs.h:220:1: note: in expansion of macro ‘TRACE_EVENT’ + 220 | TRACE_EVENT(netfs_read, @@ -35181,3 +48443,3 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘trace_event_raw_event_mlx5_fs_del_ft’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_rreq’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ @@ -35185,3 +48447,3 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -35191,2 +48453,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ - 83 | TRACE_EVENT(mlx5_fs_del_ft, +../include/trace/events/netfs.h:253:1: note: in expansion of macro ‘TRACE_EVENT’ + 253 | TRACE_EVENT(netfs_rreq, @@ -35194,6 +48456,6 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -35203,2 +48465,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ - 83 | TRACE_EVENT(mlx5_fs_del_ft, +../include/trace/events/netfs.h:253:1: note: in expansion of macro ‘TRACE_EVENT’ + 253 | TRACE_EVENT(netfs_rreq, @@ -35206,3 +48468,3 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘trace_event_raw_event_mlx5_fs_add_fg’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_sreq’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ @@ -35210,3 +48472,3 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -35216,2 +48478,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ - 99 | TRACE_EVENT(mlx5_fs_add_fg, +../include/trace/events/netfs.h:280:1: note: in expansion of macro ‘TRACE_EVENT’ + 280 | TRACE_EVENT(netfs_sreq, @@ -35219,6 +48481,6 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -35228,2 +48490,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ - 99 | TRACE_EVENT(mlx5_fs_add_fg, +../include/trace/events/netfs.h:280:1: note: in expansion of macro ‘TRACE_EVENT’ + 280 | TRACE_EVENT(netfs_sreq, @@ -35231,3 +48493,3 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘trace_event_raw_event_mlx5_fs_del_fg’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_failure’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ @@ -35235,3 +48497,3 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -35241,2 +48503,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:150:1: note: in expansion of macro ‘TRACE_EVENT’ - 150 | TRACE_EVENT(mlx5_fs_del_fg, +../include/trace/events/netfs.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ + 319 | TRACE_EVENT(netfs_failure, @@ -35244,6 +48506,6 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -35253,2 +48515,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:150:1: note: in expansion of macro ‘TRACE_EVENT’ - 150 | TRACE_EVENT(mlx5_fs_del_fg, +../include/trace/events/netfs.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ + 319 | TRACE_EVENT(netfs_failure, @@ -35256,3 +48518,3 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘trace_event_raw_event_mlx5_fs_set_fte’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_rreq_ref’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ @@ -35260,3 +48522,3 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -35266,2 +48528,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:180:1: note: in expansion of macro ‘TRACE_EVENT’ - 180 | TRACE_EVENT(mlx5_fs_set_fte, +../include/trace/events/netfs.h:359:1: note: in expansion of macro ‘TRACE_EVENT’ + 359 | TRACE_EVENT(netfs_rreq_ref, @@ -35269,6 +48531,6 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -35278,2 +48540,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:180:1: note: in expansion of macro ‘TRACE_EVENT’ - 180 | TRACE_EVENT(mlx5_fs_set_fte, +../include/trace/events/netfs.h:359:1: note: in expansion of macro ‘TRACE_EVENT’ + 359 | TRACE_EVENT(netfs_rreq_ref, @@ -35281,3 +48543,3 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘trace_event_raw_event_mlx5_fs_del_fte’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_sreq_ref’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ @@ -35285,3 +48547,3 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -35291,2 +48553,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:257:1: note: in expansion of macro ‘TRACE_EVENT’ - 257 | TRACE_EVENT(mlx5_fs_del_fte, +../include/trace/events/netfs.h:383:1: note: in expansion of macro ‘TRACE_EVENT’ + 383 | TRACE_EVENT(netfs_sreq_ref, @@ -35294,6 +48556,6 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -35303,2 +48565,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:257:1: note: in expansion of macro ‘TRACE_EVENT’ - 257 | TRACE_EVENT(mlx5_fs_del_fte, +../include/trace/events/netfs.h:383:1: note: in expansion of macro ‘TRACE_EVENT’ + 383 | TRACE_EVENT(netfs_sreq_ref, @@ -35306,3 +48568,3 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘trace_event_raw_event_mlx5_fs_add_rule’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_folio’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ @@ -35310,3 +48572,3 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -35316,2 +48578,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:273:1: note: in expansion of macro ‘TRACE_EVENT’ - 273 | TRACE_EVENT(mlx5_fs_add_rule, +../include/trace/events/netfs.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ + 410 | TRACE_EVENT(netfs_folio, @@ -35319,6 +48581,6 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -35328,2 +48590,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:273:1: note: in expansion of macro ‘TRACE_EVENT’ - 273 | TRACE_EVENT(mlx5_fs_add_rule, +../include/trace/events/netfs.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ + 410 | TRACE_EVENT(netfs_folio, @@ -35331,3 +48593,3 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘trace_event_raw_event_mlx5_fs_del_rule’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_write_iter’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ @@ -35335,3 +48597,3 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -35341,2 +48603,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:303:1: note: in expansion of macro ‘TRACE_EVENT’ - 303 | TRACE_EVENT(mlx5_fs_del_rule, +../include/trace/events/netfs.h:434:1: note: in expansion of macro ‘TRACE_EVENT’ + 434 | TRACE_EVENT(netfs_write_iter, @@ -35344,6 +48606,6 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -35353,2 +48615,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:303:1: note: in expansion of macro ‘TRACE_EVENT’ - 303 | TRACE_EVENT(mlx5_fs_del_rule, +../include/trace/events/netfs.h:434:1: note: in expansion of macro ‘TRACE_EVENT’ + 434 | TRACE_EVENT(netfs_write_iter, @@ -35356,2 +48618 @@ -In file included from ../include/trace/define_trace.h:110: -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘__bpf_trace_mlx5_fs_add_ft’: +../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_write’: @@ -35367,2 +48628,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ - 64 | TRACE_EVENT(mlx5_fs_add_ft, +../include/trace/events/netfs.h:457:1: note: in expansion of macro ‘TRACE_EVENT’ + 457 | TRACE_EVENT(netfs_write, @@ -35379,2 +48640,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ - 64 | TRACE_EVENT(mlx5_fs_add_ft, +../include/trace/events/netfs.h:457:1: note: in expansion of macro ‘TRACE_EVENT’ + 457 | TRACE_EVENT(netfs_write, @@ -35382 +48643 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘__bpf_trace_mlx5_fs_del_ft’: +../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_collect’: @@ -35392,2 +48653,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ - 83 | TRACE_EVENT(mlx5_fs_del_ft, +../include/trace/events/netfs.h:491:1: note: in expansion of macro ‘TRACE_EVENT’ + 491 | TRACE_EVENT(netfs_collect, @@ -35404,2 +48665,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ - 83 | TRACE_EVENT(mlx5_fs_del_ft, +../include/trace/events/netfs.h:491:1: note: in expansion of macro ‘TRACE_EVENT’ + 491 | TRACE_EVENT(netfs_collect, @@ -35407 +48668 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘__bpf_trace_mlx5_fs_add_fg’: +../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_collect_contig’: @@ -35417,2 +48678,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ - 99 | TRACE_EVENT(mlx5_fs_add_fg, +../include/trace/events/netfs.h:516:1: note: in expansion of macro ‘TRACE_EVENT’ + 516 | TRACE_EVENT(netfs_collect_contig, @@ -35429,2 +48690,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ - 99 | TRACE_EVENT(mlx5_fs_add_fg, +../include/trace/events/netfs.h:516:1: note: in expansion of macro ‘TRACE_EVENT’ + 516 | TRACE_EVENT(netfs_collect_contig, @@ -35432 +48693 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘__bpf_trace_mlx5_fs_del_fg’: +../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_collect_sreq’: @@ -35442,2 +48703,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:150:1: note: in expansion of macro ‘TRACE_EVENT’ - 150 | TRACE_EVENT(mlx5_fs_del_fg, +../include/trace/events/netfs.h:543:1: note: in expansion of macro ‘TRACE_EVENT’ + 543 | TRACE_EVENT(netfs_collect_sreq, @@ -35454,2 +48715,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:150:1: note: in expansion of macro ‘TRACE_EVENT’ - 150 | TRACE_EVENT(mlx5_fs_del_fg, +../include/trace/events/netfs.h:543:1: note: in expansion of macro ‘TRACE_EVENT’ + 543 | TRACE_EVENT(netfs_collect_sreq, @@ -35457 +48718 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘__bpf_trace_mlx5_fs_set_fte’: +../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_collect_folio’: @@ -35467,2 +48728,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:180:1: note: in expansion of macro ‘TRACE_EVENT’ - 180 | TRACE_EVENT(mlx5_fs_set_fte, +../include/trace/events/netfs.h:572:1: note: in expansion of macro ‘TRACE_EVENT’ + 572 | TRACE_EVENT(netfs_collect_folio, @@ -35479,2 +48740,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:180:1: note: in expansion of macro ‘TRACE_EVENT’ - 180 | TRACE_EVENT(mlx5_fs_set_fte, +../include/trace/events/netfs.h:572:1: note: in expansion of macro ‘TRACE_EVENT’ + 572 | TRACE_EVENT(netfs_collect_folio, @@ -35482 +48743 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘__bpf_trace_mlx5_fs_del_fte’: +../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_collect_state’: @@ -35492,2 +48753,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:257:1: note: in expansion of macro ‘TRACE_EVENT’ - 257 | TRACE_EVENT(mlx5_fs_del_fte, +../include/trace/events/netfs.h:602:1: note: in expansion of macro ‘TRACE_EVENT’ + 602 | TRACE_EVENT(netfs_collect_state, @@ -35504,2 +48765,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:257:1: note: in expansion of macro ‘TRACE_EVENT’ - 257 | TRACE_EVENT(mlx5_fs_del_fte, +../include/trace/events/netfs.h:602:1: note: in expansion of macro ‘TRACE_EVENT’ + 602 | TRACE_EVENT(netfs_collect_state, @@ -35507 +48768 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘__bpf_trace_mlx5_fs_add_rule’: +../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_collect_gap’: @@ -35517,2 +48778,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:273:1: note: in expansion of macro ‘TRACE_EVENT’ - 273 | TRACE_EVENT(mlx5_fs_add_rule, +../include/trace/events/netfs.h:631:1: note: in expansion of macro ‘TRACE_EVENT’ + 631 | TRACE_EVENT(netfs_collect_gap, @@ -35529,2 +48790,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:273:1: note: in expansion of macro ‘TRACE_EVENT’ - 273 | TRACE_EVENT(mlx5_fs_add_rule, +../include/trace/events/netfs.h:631:1: note: in expansion of macro ‘TRACE_EVENT’ + 631 | TRACE_EVENT(netfs_collect_gap, @@ -35532 +48793 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘__bpf_trace_mlx5_fs_del_rule’: +../include/trace/events/netfs.h: In function ‘__bpf_trace_netfs_collect_stream’: @@ -35542,2 +48803,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:303:1: note: in expansion of macro ‘TRACE_EVENT’ - 303 | TRACE_EVENT(mlx5_fs_del_rule, +../include/trace/events/netfs.h:659:1: note: in expansion of macro ‘TRACE_EVENT’ + 659 | TRACE_EVENT(netfs_collect_stream, @@ -35554,2 +48815,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:303:1: note: in expansion of macro ‘TRACE_EVENT’ - 303 | TRACE_EVENT(mlx5_fs_del_rule, +../include/trace/events/netfs.h:659:1: note: in expansion of macro ‘TRACE_EVENT’ + 659 | TRACE_EVENT(netfs_collect_stream, @@ -35557 +48818,2 @@ -make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.o] Error 1 +make[5]: *** [../scripts/Makefile.build:244: fs/netfs/main.o] Error 1 +make[4]: *** [../scripts/Makefile.build:485: fs/netfs] Error 2 @@ -35663,0 +48926,77 @@ +In file included from ../include/trace/define_trace.h:109: +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h: In function ‘perf_trace_mlx5_esw_bridge_fdb_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:13:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 13 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_fdb_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:13:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 13 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_fdb_template, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h: In function ‘perf_trace_mlx5_esw_bridge_vlan_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:56:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 56 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_vlan_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:56:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 56 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_vlan_template, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h: In function ‘perf_trace_mlx5_esw_bridge_port_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:83:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 83 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_port_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:83:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 83 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_port_template, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h: In function ‘perf_trace_mlx5_esw_bridge_mdb_port_change_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:113:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 113 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_mdb_port_change_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:113:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 113 | DECLARE_EVENT_CLASS(mlx5_esw_bridge_mdb_port_change_template, + | ^~~~~~~~~~~~~~~~~~~ @@ -35743,3 +49082,3 @@ - from ../fs/gfs2/trace_gfs2.h:641, - from ../fs/gfs2/glock.c:52: -../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_glock_state_change’: + from ../drivers/net/wireless/mediatek/mt7601u/trace.h:392, + from ../drivers/net/wireless/mediatek/mt7601u/trace.c:11: +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_dev_reg_evtu’: @@ -35752,6 +49091,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../fs/gfs2/./trace_gfs2.h:90:1: note: in expansion of macro ‘TRACE_EVENT’ - 90 | TRACE_EVENT(gfs2_glock_state_change, - | ^~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 29 | DECLARE_EVENT_CLASS(dev_reg_evtu, + | ^~~~~~~~~~~~~~~~~~~ @@ -35764,6 +49100,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../fs/gfs2/./trace_gfs2.h:90:1: note: in expansion of macro ‘TRACE_EVENT’ - 90 | TRACE_EVENT(gfs2_glock_state_change, - | ^~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 29 | DECLARE_EVENT_CLASS(dev_reg_evtu, + | ^~~~~~~~~~~~~~~~~~~ @@ -35776,6 +49109,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../fs/gfs2/./trace_gfs2.h:90:1: note: in expansion of macro ‘TRACE_EVENT’ - 90 | TRACE_EVENT(gfs2_glock_state_change, - | ^~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 29 | DECLARE_EVENT_CLASS(dev_reg_evtu, + | ^~~~~~~~~~~~~~~~~~~ @@ -35788,6 +49118,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../fs/gfs2/./trace_gfs2.h:90:1: note: in expansion of macro ‘TRACE_EVENT’ - 90 | TRACE_EVENT(gfs2_glock_state_change, - | ^~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 29 | DECLARE_EVENT_CLASS(dev_reg_evtu, + | ^~~~~~~~~~~~~~~~~~~ @@ -35800,7 +49127,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../fs/gfs2/./trace_gfs2.h:90:1: note: in expansion of macro ‘TRACE_EVENT’ - 90 | TRACE_EVENT(gfs2_glock_state_change, - | ^~~~~~~~~~~ -../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_glock_put’: +../drivers/net/wireless/mediatek/mt7601u/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 29 | DECLARE_EVENT_CLASS(dev_reg_evtu, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_mt_submit_urb’: @@ -35816,2 +49140,2 @@ -../fs/gfs2/./trace_gfs2.h:129:1: note: in expansion of macro ‘TRACE_EVENT’ - 129 | TRACE_EVENT(gfs2_glock_put, +../drivers/net/wireless/mediatek/mt7601u/./trace.h:56:1: note: in expansion of macro ‘TRACE_EVENT’ + 56 | TRACE_EVENT(mt_submit_urb, @@ -35828,2 +49152,2 @@ -../fs/gfs2/./trace_gfs2.h:129:1: note: in expansion of macro ‘TRACE_EVENT’ - 129 | TRACE_EVENT(gfs2_glock_put, +../drivers/net/wireless/mediatek/mt7601u/./trace.h:56:1: note: in expansion of macro ‘TRACE_EVENT’ + 56 | TRACE_EVENT(mt_submit_urb, @@ -35831 +49155 @@ -../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_demote_rq’: +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_mt_mcu_msg_send’: @@ -35841,2 +49165,2 @@ -../fs/gfs2/./trace_gfs2.h:161:1: note: in expansion of macro ‘TRACE_EVENT’ - 161 | TRACE_EVENT(gfs2_demote_rq, +../drivers/net/wireless/mediatek/mt7601u/./trace.h:78:1: note: in expansion of macro ‘TRACE_EVENT’ + 78 | TRACE_EVENT(mt_mcu_msg_send, @@ -35853,2 +49177,2 @@ -../fs/gfs2/./trace_gfs2.h:161:1: note: in expansion of macro ‘TRACE_EVENT’ - 161 | TRACE_EVENT(gfs2_demote_rq, +../drivers/net/wireless/mediatek/mt7601u/./trace.h:78:1: note: in expansion of macro ‘TRACE_EVENT’ + 78 | TRACE_EVENT(mt_mcu_msg_send, @@ -35856 +49180 @@ -../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_promote’: +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_mt_vend_req’: @@ -35866,2 +49190,2 @@ -../fs/gfs2/./trace_gfs2.h:198:1: note: in expansion of macro ‘TRACE_EVENT’ - 198 | TRACE_EVENT(gfs2_promote, +../drivers/net/wireless/mediatek/mt7601u/./trace.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ + 98 | TRACE_EVENT(mt_vend_req, @@ -35878,2 +49202,2 @@ -../fs/gfs2/./trace_gfs2.h:198:1: note: in expansion of macro ‘TRACE_EVENT’ - 198 | TRACE_EVENT(gfs2_promote, +../drivers/net/wireless/mediatek/mt7601u/./trace.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ + 98 | TRACE_EVENT(mt_vend_req, @@ -35881 +49205 @@ -../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_glock_queue’: +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_ee_read’: @@ -35891,2 +49215,2 @@ -../fs/gfs2/./trace_gfs2.h:225:1: note: in expansion of macro ‘TRACE_EVENT’ - 225 | TRACE_EVENT(gfs2_glock_queue, +../drivers/net/wireless/mediatek/mt7601u/./trace.h:126:1: note: in expansion of macro ‘TRACE_EVENT’ + 126 | TRACE_EVENT(ee_read, @@ -35903,2 +49227,2 @@ -../fs/gfs2/./trace_gfs2.h:225:1: note: in expansion of macro ‘TRACE_EVENT’ - 225 | TRACE_EVENT(gfs2_glock_queue, +../drivers/net/wireless/mediatek/mt7601u/./trace.h:126:1: note: in expansion of macro ‘TRACE_EVENT’ + 126 | TRACE_EVENT(ee_read, @@ -35906 +49230,58 @@ -../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_glock_lock_time’: +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_dev_rf_reg_evt’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:141:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 141 | DECLARE_EVENT_CLASS(dev_rf_reg_evt, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:141:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 141 | DECLARE_EVENT_CLASS(dev_rf_reg_evt, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_dev_bbp_reg_evt’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 171 | DECLARE_EVENT_CLASS(dev_bbp_reg_evt, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 171 | DECLARE_EVENT_CLASS(dev_bbp_reg_evt, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_dev_simple_evt’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:199:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 199 | DECLARE_EVENT_CLASS(dev_simple_evt, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:199:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 199 | DECLARE_EVENT_CLASS(dev_simple_evt, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_freq_cal_offset’: @@ -35916,2 +49297,2 @@ -../fs/gfs2/./trace_gfs2.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ - 255 | TRACE_EVENT(gfs2_glock_lock_time, +../drivers/net/wireless/mediatek/mt7601u/./trace.h:230:1: note: in expansion of macro ‘TRACE_EVENT’ + 230 | TRACE_EVENT(freq_cal_offset, @@ -35928,2 +49309,2 @@ -../fs/gfs2/./trace_gfs2.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ - 255 | TRACE_EVENT(gfs2_glock_lock_time, +../drivers/net/wireless/mediatek/mt7601u/./trace.h:230:1: note: in expansion of macro ‘TRACE_EVENT’ + 230 | TRACE_EVENT(freq_cal_offset, @@ -35931 +49312 @@ -../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_pin’: +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_mt_rx’: @@ -35941,2 +49322,2 @@ -../fs/gfs2/./trace_gfs2.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ - 319 | TRACE_EVENT(gfs2_pin, +../drivers/net/wireless/mediatek/mt7601u/./trace.h:247:1: note: in expansion of macro ‘TRACE_EVENT’ + 247 | TRACE_EVENT(mt_rx, @@ -35953,2 +49334,2 @@ -../fs/gfs2/./trace_gfs2.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ - 319 | TRACE_EVENT(gfs2_pin, +../drivers/net/wireless/mediatek/mt7601u/./trace.h:247:1: note: in expansion of macro ‘TRACE_EVENT’ + 247 | TRACE_EVENT(mt_rx, @@ -35956 +49337 @@ -../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_log_flush’: +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_mt_tx’: @@ -35966,2 +49347,2 @@ -../fs/gfs2/./trace_gfs2.h:350:1: note: in expansion of macro ‘TRACE_EVENT’ - 350 | TRACE_EVENT(gfs2_log_flush, +../drivers/net/wireless/mediatek/mt7601u/./trace.h:277:1: note: in expansion of macro ‘TRACE_EVENT’ + 277 | TRACE_EVENT(mt_tx, @@ -35978,2 +49359,2 @@ -../fs/gfs2/./trace_gfs2.h:350:1: note: in expansion of macro ‘TRACE_EVENT’ - 350 | TRACE_EVENT(gfs2_log_flush, +../drivers/net/wireless/mediatek/mt7601u/./trace.h:277:1: note: in expansion of macro ‘TRACE_EVENT’ + 277 | TRACE_EVENT(mt_tx, @@ -35981 +49362 @@ -../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_log_blocks’: +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_mt_tx_dma_done’: @@ -35991,2 +49372,2 @@ -../fs/gfs2/./trace_gfs2.h:378:1: note: in expansion of macro ‘TRACE_EVENT’ - 378 | TRACE_EVENT(gfs2_log_blocks, +../drivers/net/wireless/mediatek/mt7601u/./trace.h:302:1: note: in expansion of macro ‘TRACE_EVENT’ + 302 | TRACE_EVENT(mt_tx_dma_done, @@ -36003,2 +49384,2 @@ -../fs/gfs2/./trace_gfs2.h:378:1: note: in expansion of macro ‘TRACE_EVENT’ - 378 | TRACE_EVENT(gfs2_log_blocks, +../drivers/net/wireless/mediatek/mt7601u/./trace.h:302:1: note: in expansion of macro ‘TRACE_EVENT’ + 302 | TRACE_EVENT(mt_tx_dma_done, @@ -36006 +49387 @@ -../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_ail_flush’: +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_mt_tx_status_cleaned’: @@ -36016,2 +49397,2 @@ -../fs/gfs2/./trace_gfs2.h:401:1: note: in expansion of macro ‘TRACE_EVENT’ - 401 | TRACE_EVENT(gfs2_ail_flush, +../drivers/net/wireless/mediatek/mt7601u/./trace.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ + 316 | TRACE_EVENT(mt_tx_status_cleaned, @@ -36028,2 +49409,2 @@ -../fs/gfs2/./trace_gfs2.h:401:1: note: in expansion of macro ‘TRACE_EVENT’ - 401 | TRACE_EVENT(gfs2_ail_flush, +../drivers/net/wireless/mediatek/mt7601u/./trace.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ + 316 | TRACE_EVENT(mt_tx_status_cleaned, @@ -36031 +49412 @@ -../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_bmap’: +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_mt_tx_status’: @@ -36041,2 +49422,2 @@ -../fs/gfs2/./trace_gfs2.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ - 436 | TRACE_EVENT(gfs2_bmap, +../drivers/net/wireless/mediatek/mt7601u/./trace.h:330:1: note: in expansion of macro ‘TRACE_EVENT’ + 330 | TRACE_EVENT(mt_tx_status, @@ -36053,2 +49434,2 @@ -../fs/gfs2/./trace_gfs2.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ - 436 | TRACE_EVENT(gfs2_bmap, +../drivers/net/wireless/mediatek/mt7601u/./trace.h:330:1: note: in expansion of macro ‘TRACE_EVENT’ + 330 | TRACE_EVENT(mt_tx_status, @@ -36056 +49437 @@ -../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_iomap_start’: +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_mt_rx_dma_aggr’: @@ -36066,2 +49447,2 @@ -../fs/gfs2/./trace_gfs2.h:475:1: note: in expansion of macro ‘TRACE_EVENT’ - 475 | TRACE_EVENT(gfs2_iomap_start, +../drivers/net/wireless/mediatek/mt7601u/./trace.h:346:1: note: in expansion of macro ‘TRACE_EVENT’ + 346 | TRACE_EVENT(mt_rx_dma_aggr, @@ -36078,2 +49459,2 @@ -../fs/gfs2/./trace_gfs2.h:475:1: note: in expansion of macro ‘TRACE_EVENT’ - 475 | TRACE_EVENT(gfs2_iomap_start, +../drivers/net/wireless/mediatek/mt7601u/./trace.h:346:1: note: in expansion of macro ‘TRACE_EVENT’ + 346 | TRACE_EVENT(mt_rx_dma_aggr, @@ -36081 +49462 @@ -../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_iomap_end’: +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘trace_event_raw_event_set_shared_key’: @@ -36091,2 +49472,2 @@ -../fs/gfs2/./trace_gfs2.h:505:1: note: in expansion of macro ‘TRACE_EVENT’ - 505 | TRACE_EVENT(gfs2_iomap_end, +../drivers/net/wireless/mediatek/mt7601u/./trace.h:368:1: note: in expansion of macro ‘TRACE_EVENT’ + 368 | TRACE_EVENT(set_shared_key, @@ -36103,2 +49484,775 @@ -../fs/gfs2/./trace_gfs2.h:505:1: note: in expansion of macro ‘TRACE_EVENT’ - 505 | TRACE_EVENT(gfs2_iomap_end, +../drivers/net/wireless/mediatek/mt7601u/./trace.h:368:1: note: in expansion of macro ‘TRACE_EVENT’ + 368 | TRACE_EVENT(set_shared_key, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘perf_trace_dev_reg_evtu’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 29 | DECLARE_EVENT_CLASS(dev_reg_evtu, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 29 | DECLARE_EVENT_CLASS(dev_reg_evtu, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘perf_trace_mt_submit_urb’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:56:1: note: in expansion of macro ‘TRACE_EVENT’ + 56 | TRACE_EVENT(mt_submit_urb, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:56:1: note: in expansion of macro ‘TRACE_EVENT’ + 56 | TRACE_EVENT(mt_submit_urb, + | ^~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘perf_trace_mt_mcu_msg_send’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:78:1: note: in expansion of macro ‘TRACE_EVENT’ + 78 | TRACE_EVENT(mt_mcu_msg_send, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:78:1: note: in expansion of macro ‘TRACE_EVENT’ + 78 | TRACE_EVENT(mt_mcu_msg_send, + | ^~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘perf_trace_mt_vend_req’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ + 98 | TRACE_EVENT(mt_vend_req, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ + 98 | TRACE_EVENT(mt_vend_req, + | ^~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘perf_trace_ee_read’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:126:1: note: in expansion of macro ‘TRACE_EVENT’ + 126 | TRACE_EVENT(ee_read, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:126:1: note: in expansion of macro ‘TRACE_EVENT’ + 126 | TRACE_EVENT(ee_read, + | ^~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘perf_trace_dev_rf_reg_evt’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:141:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 141 | DECLARE_EVENT_CLASS(dev_rf_reg_evt, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:141:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 141 | DECLARE_EVENT_CLASS(dev_rf_reg_evt, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘perf_trace_dev_bbp_reg_evt’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 171 | DECLARE_EVENT_CLASS(dev_bbp_reg_evt, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 171 | DECLARE_EVENT_CLASS(dev_bbp_reg_evt, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘perf_trace_dev_simple_evt’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:199:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 199 | DECLARE_EVENT_CLASS(dev_simple_evt, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:199:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 199 | DECLARE_EVENT_CLASS(dev_simple_evt, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘perf_trace_freq_cal_offset’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:230:1: note: in expansion of macro ‘TRACE_EVENT’ + 230 | TRACE_EVENT(freq_cal_offset, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:230:1: note: in expansion of macro ‘TRACE_EVENT’ + 230 | TRACE_EVENT(freq_cal_offset, + | ^~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘perf_trace_mt_rx’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:247:1: note: in expansion of macro ‘TRACE_EVENT’ + 247 | TRACE_EVENT(mt_rx, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:247:1: note: in expansion of macro ‘TRACE_EVENT’ + 247 | TRACE_EVENT(mt_rx, + | ^~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘perf_trace_mt_tx’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:277:1: note: in expansion of macro ‘TRACE_EVENT’ + 277 | TRACE_EVENT(mt_tx, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:277:1: note: in expansion of macro ‘TRACE_EVENT’ + 277 | TRACE_EVENT(mt_tx, + | ^~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘perf_trace_mt_tx_dma_done’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:302:1: note: in expansion of macro ‘TRACE_EVENT’ + 302 | TRACE_EVENT(mt_tx_dma_done, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:302:1: note: in expansion of macro ‘TRACE_EVENT’ + 302 | TRACE_EVENT(mt_tx_dma_done, + | ^~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘perf_trace_mt_tx_status_cleaned’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ + 316 | TRACE_EVENT(mt_tx_status_cleaned, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ + 316 | TRACE_EVENT(mt_tx_status_cleaned, + | ^~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘perf_trace_mt_tx_status’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:330:1: note: in expansion of macro ‘TRACE_EVENT’ + 330 | TRACE_EVENT(mt_tx_status, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:330:1: note: in expansion of macro ‘TRACE_EVENT’ + 330 | TRACE_EVENT(mt_tx_status, + | ^~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘perf_trace_mt_rx_dma_aggr’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:346:1: note: in expansion of macro ‘TRACE_EVENT’ + 346 | TRACE_EVENT(mt_rx_dma_aggr, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:346:1: note: in expansion of macro ‘TRACE_EVENT’ + 346 | TRACE_EVENT(mt_rx_dma_aggr, + | ^~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘perf_trace_set_shared_key’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:368:1: note: in expansion of macro ‘TRACE_EVENT’ + 368 | TRACE_EVENT(set_shared_key, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:368:1: note: in expansion of macro ‘TRACE_EVENT’ + 368 | TRACE_EVENT(set_shared_key, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_dev_reg_evtu’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 29 | DECLARE_EVENT_CLASS(dev_reg_evtu, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:29:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 29 | DECLARE_EVENT_CLASS(dev_reg_evtu, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_mt_submit_urb’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:56:1: note: in expansion of macro ‘TRACE_EVENT’ + 56 | TRACE_EVENT(mt_submit_urb, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:56:1: note: in expansion of macro ‘TRACE_EVENT’ + 56 | TRACE_EVENT(mt_submit_urb, + | ^~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_mt_mcu_msg_send’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:78:1: note: in expansion of macro ‘TRACE_EVENT’ + 78 | TRACE_EVENT(mt_mcu_msg_send, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:78:1: note: in expansion of macro ‘TRACE_EVENT’ + 78 | TRACE_EVENT(mt_mcu_msg_send, + | ^~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_mt_vend_req’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ + 98 | TRACE_EVENT(mt_vend_req, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:98:1: note: in expansion of macro ‘TRACE_EVENT’ + 98 | TRACE_EVENT(mt_vend_req, + | ^~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_ee_read’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:126:1: note: in expansion of macro ‘TRACE_EVENT’ + 126 | TRACE_EVENT(ee_read, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:126:1: note: in expansion of macro ‘TRACE_EVENT’ + 126 | TRACE_EVENT(ee_read, + | ^~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_dev_rf_reg_evt’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:141:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 141 | DECLARE_EVENT_CLASS(dev_rf_reg_evt, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:141:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 141 | DECLARE_EVENT_CLASS(dev_rf_reg_evt, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_dev_bbp_reg_evt’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 171 | DECLARE_EVENT_CLASS(dev_bbp_reg_evt, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 171 | DECLARE_EVENT_CLASS(dev_bbp_reg_evt, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_dev_simple_evt’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:199:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 199 | DECLARE_EVENT_CLASS(dev_simple_evt, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:199:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 199 | DECLARE_EVENT_CLASS(dev_simple_evt, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_freq_cal_offset’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:230:1: note: in expansion of macro ‘TRACE_EVENT’ + 230 | TRACE_EVENT(freq_cal_offset, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:230:1: note: in expansion of macro ‘TRACE_EVENT’ + 230 | TRACE_EVENT(freq_cal_offset, + | ^~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_mt_rx’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:247:1: note: in expansion of macro ‘TRACE_EVENT’ + 247 | TRACE_EVENT(mt_rx, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:247:1: note: in expansion of macro ‘TRACE_EVENT’ + 247 | TRACE_EVENT(mt_rx, + | ^~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_mt_tx’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:277:1: note: in expansion of macro ‘TRACE_EVENT’ + 277 | TRACE_EVENT(mt_tx, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:277:1: note: in expansion of macro ‘TRACE_EVENT’ + 277 | TRACE_EVENT(mt_tx, + | ^~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_mt_tx_dma_done’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:302:1: note: in expansion of macro ‘TRACE_EVENT’ + 302 | TRACE_EVENT(mt_tx_dma_done, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:302:1: note: in expansion of macro ‘TRACE_EVENT’ + 302 | TRACE_EVENT(mt_tx_dma_done, + | ^~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_mt_tx_status_cleaned’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ + 316 | TRACE_EVENT(mt_tx_status_cleaned, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ + 316 | TRACE_EVENT(mt_tx_status_cleaned, + | ^~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_mt_tx_status’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:330:1: note: in expansion of macro ‘TRACE_EVENT’ + 330 | TRACE_EVENT(mt_tx_status, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:330:1: note: in expansion of macro ‘TRACE_EVENT’ + 330 | TRACE_EVENT(mt_tx_status, + | ^~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_mt_rx_dma_aggr’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:346:1: note: in expansion of macro ‘TRACE_EVENT’ + 346 | TRACE_EVENT(mt_rx_dma_aggr, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:346:1: note: in expansion of macro ‘TRACE_EVENT’ + 346 | TRACE_EVENT(mt_rx_dma_aggr, + | ^~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h: In function ‘__bpf_trace_set_shared_key’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:368:1: note: in expansion of macro ‘TRACE_EVENT’ + 368 | TRACE_EVENT(set_shared_key, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/mediatek/mt7601u/./trace.h:368:1: note: in expansion of macro ‘TRACE_EVENT’ + 368 | TRACE_EVENT(set_shared_key, + | ^~~~~~~~~~~ +make[8]: *** [../scripts/Makefile.build:244: drivers/net/wireless/mediatek/mt7601u/trace.o] Error 1 +make[7]: *** [../scripts/Makefile.build:485: drivers/net/wireless/mediatek/mt7601u] Error 2 +make[6]: *** [../scripts/Makefile.build:485: drivers/net/wireless/mediatek] Error 2 +In file included from ../include/trace/define_trace.h:108, + from ../drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.h:323, + from ../drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.c:35: +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘trace_event_raw_event_mlx5_fs_add_ft’: +../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ + 64 | TRACE_EVENT(mlx5_fs_add_ft, @@ -36106 +50259,0 @@ -../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_block_alloc’: @@ -36116,2 +50269,14 @@ -../fs/gfs2/./trace_gfs2.h:545:1: note: in expansion of macro ‘TRACE_EVENT’ - 545 | TRACE_EVENT(gfs2_block_alloc, +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ + 64 | TRACE_EVENT(mlx5_fs_add_ft, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ + 64 | TRACE_EVENT(mlx5_fs_add_ft, @@ -36128,2 +50293,2 @@ -../fs/gfs2/./trace_gfs2.h:545:1: note: in expansion of macro ‘TRACE_EVENT’ - 545 | TRACE_EVENT(gfs2_block_alloc, +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ + 64 | TRACE_EVENT(mlx5_fs_add_ft, @@ -36131 +50296,13 @@ -../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_rs’: +../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] + 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ + | ^~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ + 64 | TRACE_EVENT(mlx5_fs_add_ft, + | ^~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘trace_event_raw_event_mlx5_fs_del_ft’: @@ -36141,2 +50318,2 @@ -../fs/gfs2/./trace_gfs2.h:589:1: note: in expansion of macro ‘TRACE_EVENT’ - 589 | TRACE_EVENT(gfs2_rs, +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ + 83 | TRACE_EVENT(mlx5_fs_del_ft, @@ -36153,2 +50330,353 @@ -../fs/gfs2/./trace_gfs2.h:589:1: note: in expansion of macro ‘TRACE_EVENT’ - 589 | TRACE_EVENT(gfs2_rs, +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ + 83 | TRACE_EVENT(mlx5_fs_del_ft, + | ^~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘trace_event_raw_event_mlx5_fs_add_fg’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ + 99 | TRACE_EVENT(mlx5_fs_add_fg, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ + 99 | TRACE_EVENT(mlx5_fs_add_fg, + | ^~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘trace_event_raw_event_mlx5_fs_del_fg’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:150:1: note: in expansion of macro ‘TRACE_EVENT’ + 150 | TRACE_EVENT(mlx5_fs_del_fg, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:150:1: note: in expansion of macro ‘TRACE_EVENT’ + 150 | TRACE_EVENT(mlx5_fs_del_fg, + | ^~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘trace_event_raw_event_mlx5_fs_set_fte’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:180:1: note: in expansion of macro ‘TRACE_EVENT’ + 180 | TRACE_EVENT(mlx5_fs_set_fte, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:180:1: note: in expansion of macro ‘TRACE_EVENT’ + 180 | TRACE_EVENT(mlx5_fs_set_fte, + | ^~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘trace_event_raw_event_mlx5_fs_del_fte’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:257:1: note: in expansion of macro ‘TRACE_EVENT’ + 257 | TRACE_EVENT(mlx5_fs_del_fte, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:257:1: note: in expansion of macro ‘TRACE_EVENT’ + 257 | TRACE_EVENT(mlx5_fs_del_fte, + | ^~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘trace_event_raw_event_mlx5_fs_add_rule’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:273:1: note: in expansion of macro ‘TRACE_EVENT’ + 273 | TRACE_EVENT(mlx5_fs_add_rule, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:273:1: note: in expansion of macro ‘TRACE_EVENT’ + 273 | TRACE_EVENT(mlx5_fs_add_rule, + | ^~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘trace_event_raw_event_mlx5_fs_del_rule’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:303:1: note: in expansion of macro ‘TRACE_EVENT’ + 303 | TRACE_EVENT(mlx5_fs_del_rule, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:303:1: note: in expansion of macro ‘TRACE_EVENT’ + 303 | TRACE_EVENT(mlx5_fs_del_rule, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘perf_trace_mlx5_fs_add_ft’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ + 64 | TRACE_EVENT(mlx5_fs_add_ft, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ + 64 | TRACE_EVENT(mlx5_fs_add_ft, + | ^~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘perf_trace_mlx5_fs_del_ft’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ + 83 | TRACE_EVENT(mlx5_fs_del_ft, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ + 83 | TRACE_EVENT(mlx5_fs_del_ft, + | ^~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘perf_trace_mlx5_fs_add_fg’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ + 99 | TRACE_EVENT(mlx5_fs_add_fg, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ + 99 | TRACE_EVENT(mlx5_fs_add_fg, + | ^~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘perf_trace_mlx5_fs_del_fg’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:150:1: note: in expansion of macro ‘TRACE_EVENT’ + 150 | TRACE_EVENT(mlx5_fs_del_fg, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:150:1: note: in expansion of macro ‘TRACE_EVENT’ + 150 | TRACE_EVENT(mlx5_fs_del_fg, + | ^~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘perf_trace_mlx5_fs_set_fte’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:180:1: note: in expansion of macro ‘TRACE_EVENT’ + 180 | TRACE_EVENT(mlx5_fs_set_fte, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:180:1: note: in expansion of macro ‘TRACE_EVENT’ + 180 | TRACE_EVENT(mlx5_fs_set_fte, + | ^~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘perf_trace_mlx5_fs_del_fte’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:257:1: note: in expansion of macro ‘TRACE_EVENT’ + 257 | TRACE_EVENT(mlx5_fs_del_fte, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:257:1: note: in expansion of macro ‘TRACE_EVENT’ + 257 | TRACE_EVENT(mlx5_fs_del_fte, + | ^~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘perf_trace_mlx5_fs_add_rule’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:273:1: note: in expansion of macro ‘TRACE_EVENT’ + 273 | TRACE_EVENT(mlx5_fs_add_rule, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:273:1: note: in expansion of macro ‘TRACE_EVENT’ + 273 | TRACE_EVENT(mlx5_fs_add_rule, + | ^~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘perf_trace_mlx5_fs_del_rule’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:303:1: note: in expansion of macro ‘TRACE_EVENT’ + 303 | TRACE_EVENT(mlx5_fs_del_rule, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:303:1: note: in expansion of macro ‘TRACE_EVENT’ + 303 | TRACE_EVENT(mlx5_fs_del_rule, @@ -36157 +50685 @@ -../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_glock_state_change’: +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘__bpf_trace_mlx5_fs_add_ft’: @@ -36167,2 +50695,2 @@ -../fs/gfs2/./trace_gfs2.h:90:1: note: in expansion of macro ‘TRACE_EVENT’ - 90 | TRACE_EVENT(gfs2_glock_state_change, +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ + 64 | TRACE_EVENT(mlx5_fs_add_ft, @@ -36179,2 +50707,2 @@ -../fs/gfs2/./trace_gfs2.h:90:1: note: in expansion of macro ‘TRACE_EVENT’ - 90 | TRACE_EVENT(gfs2_glock_state_change, +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ + 64 | TRACE_EVENT(mlx5_fs_add_ft, @@ -36182 +50710 @@ -../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_glock_put’: +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘__bpf_trace_mlx5_fs_del_ft’: @@ -36192,2 +50720,2 @@ -../fs/gfs2/./trace_gfs2.h:129:1: note: in expansion of macro ‘TRACE_EVENT’ - 129 | TRACE_EVENT(gfs2_glock_put, +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ + 83 | TRACE_EVENT(mlx5_fs_del_ft, @@ -36204,2 +50732,2 @@ -../fs/gfs2/./trace_gfs2.h:129:1: note: in expansion of macro ‘TRACE_EVENT’ - 129 | TRACE_EVENT(gfs2_glock_put, +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:83:1: note: in expansion of macro ‘TRACE_EVENT’ + 83 | TRACE_EVENT(mlx5_fs_del_ft, @@ -36207 +50735 @@ -../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_demote_rq’: +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘__bpf_trace_mlx5_fs_add_fg’: @@ -36217,2 +50745,2 @@ -../fs/gfs2/./trace_gfs2.h:161:1: note: in expansion of macro ‘TRACE_EVENT’ - 161 | TRACE_EVENT(gfs2_demote_rq, +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ + 99 | TRACE_EVENT(mlx5_fs_add_fg, @@ -36229,2 +50757,2 @@ -../fs/gfs2/./trace_gfs2.h:161:1: note: in expansion of macro ‘TRACE_EVENT’ - 161 | TRACE_EVENT(gfs2_demote_rq, +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ + 99 | TRACE_EVENT(mlx5_fs_add_fg, @@ -36232 +50760 @@ -../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_promote’: +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘__bpf_trace_mlx5_fs_del_fg’: @@ -36242,2 +50770,2 @@ -../fs/gfs2/./trace_gfs2.h:198:1: note: in expansion of macro ‘TRACE_EVENT’ - 198 | TRACE_EVENT(gfs2_promote, +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:150:1: note: in expansion of macro ‘TRACE_EVENT’ + 150 | TRACE_EVENT(mlx5_fs_del_fg, @@ -36254,2 +50782,2 @@ -../fs/gfs2/./trace_gfs2.h:198:1: note: in expansion of macro ‘TRACE_EVENT’ - 198 | TRACE_EVENT(gfs2_promote, +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:150:1: note: in expansion of macro ‘TRACE_EVENT’ + 150 | TRACE_EVENT(mlx5_fs_del_fg, @@ -36257 +50785 @@ -../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_glock_queue’: +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘__bpf_trace_mlx5_fs_set_fte’: @@ -36267,2 +50795,2 @@ -../fs/gfs2/./trace_gfs2.h:225:1: note: in expansion of macro ‘TRACE_EVENT’ - 225 | TRACE_EVENT(gfs2_glock_queue, +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:180:1: note: in expansion of macro ‘TRACE_EVENT’ + 180 | TRACE_EVENT(mlx5_fs_set_fte, @@ -36279,2 +50807,2 @@ -../fs/gfs2/./trace_gfs2.h:225:1: note: in expansion of macro ‘TRACE_EVENT’ - 225 | TRACE_EVENT(gfs2_glock_queue, +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:180:1: note: in expansion of macro ‘TRACE_EVENT’ + 180 | TRACE_EVENT(mlx5_fs_set_fte, @@ -36282 +50810 @@ -../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_glock_lock_time’: +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘__bpf_trace_mlx5_fs_del_fte’: @@ -36292,2 +50820,2 @@ -../fs/gfs2/./trace_gfs2.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ - 255 | TRACE_EVENT(gfs2_glock_lock_time, +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:257:1: note: in expansion of macro ‘TRACE_EVENT’ + 257 | TRACE_EVENT(mlx5_fs_del_fte, @@ -36304,2 +50832,2 @@ -../fs/gfs2/./trace_gfs2.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ - 255 | TRACE_EVENT(gfs2_glock_lock_time, +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:257:1: note: in expansion of macro ‘TRACE_EVENT’ + 257 | TRACE_EVENT(mlx5_fs_del_fte, @@ -36307 +50835 @@ -../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_pin’: +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘__bpf_trace_mlx5_fs_add_rule’: @@ -36317,2 +50845,2 @@ -../fs/gfs2/./trace_gfs2.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ - 319 | TRACE_EVENT(gfs2_pin, +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:273:1: note: in expansion of macro ‘TRACE_EVENT’ + 273 | TRACE_EVENT(mlx5_fs_add_rule, @@ -36329,2 +50857,2 @@ -../fs/gfs2/./trace_gfs2.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ - 319 | TRACE_EVENT(gfs2_pin, +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:273:1: note: in expansion of macro ‘TRACE_EVENT’ + 273 | TRACE_EVENT(mlx5_fs_add_rule, @@ -36332 +50860 @@ -../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_log_flush’: +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h: In function ‘__bpf_trace_mlx5_fs_del_rule’: @@ -36342,2 +50870,2 @@ -../fs/gfs2/./trace_gfs2.h:350:1: note: in expansion of macro ‘TRACE_EVENT’ - 350 | TRACE_EVENT(gfs2_log_flush, +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:303:1: note: in expansion of macro ‘TRACE_EVENT’ + 303 | TRACE_EVENT(mlx5_fs_del_rule, @@ -36354,2 +50882,2 @@ -../fs/gfs2/./trace_gfs2.h:350:1: note: in expansion of macro ‘TRACE_EVENT’ - 350 | TRACE_EVENT(gfs2_log_flush, +../drivers/net/ethernet/mellanox/mlx5/core/./diag/fs_tracepoint.h:303:1: note: in expansion of macro ‘TRACE_EVENT’ + 303 | TRACE_EVENT(mlx5_fs_del_rule, @@ -36357 +50885,381 @@ -../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_log_blocks’: +make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.o] Error 1 +In file included from ../include/trace/define_trace.h:108, + from ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:173, + from ../drivers/net/ethernet/mellanox/mlx5/core/sf/devlink.c:12: +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘trace_event_raw_event_mlx5_sf_add’: +../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(mlx5_sf_add, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(mlx5_sf_add, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(mlx5_sf_add, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(mlx5_sf_add, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] + 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ + | ^~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(mlx5_sf_add, + | ^~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘trace_event_raw_event_mlx5_sf_free’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ + 38 | TRACE_EVENT(mlx5_sf_free, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ + 38 | TRACE_EVENT(mlx5_sf_free, + | ^~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘trace_event_raw_event_mlx5_sf_hwc_alloc’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ + 59 | TRACE_EVENT(mlx5_sf_hwc_alloc, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ + 59 | TRACE_EVENT(mlx5_sf_hwc_alloc, + | ^~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘trace_event_raw_event_mlx5_sf_hwc_free’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ + 80 | TRACE_EVENT(mlx5_sf_hwc_free, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ + 80 | TRACE_EVENT(mlx5_sf_hwc_free, + | ^~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘trace_event_raw_event_mlx5_sf_hwc_deferred_free’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ + 93 | TRACE_EVENT(mlx5_sf_hwc_deferred_free, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ + 93 | TRACE_EVENT(mlx5_sf_hwc_deferred_free, + | ^~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘trace_event_raw_event_mlx5_sf_state_template’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:106:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 106 | DECLARE_EVENT_CLASS(mlx5_sf_state_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:106:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 106 | DECLARE_EVENT_CLASS(mlx5_sf_state_template, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘trace_event_raw_event_mlx5_sf_update_state’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:142:1: note: in expansion of macro ‘TRACE_EVENT’ + 142 | TRACE_EVENT(mlx5_sf_update_state, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:142:1: note: in expansion of macro ‘TRACE_EVENT’ + 142 | TRACE_EVENT(mlx5_sf_update_state, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘perf_trace_mlx5_sf_add’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(mlx5_sf_add, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(mlx5_sf_add, + | ^~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘perf_trace_mlx5_sf_free’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ + 38 | TRACE_EVENT(mlx5_sf_free, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ + 38 | TRACE_EVENT(mlx5_sf_free, + | ^~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘perf_trace_mlx5_sf_hwc_alloc’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ + 59 | TRACE_EVENT(mlx5_sf_hwc_alloc, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ + 59 | TRACE_EVENT(mlx5_sf_hwc_alloc, + | ^~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘perf_trace_mlx5_sf_hwc_free’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ + 80 | TRACE_EVENT(mlx5_sf_hwc_free, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ + 80 | TRACE_EVENT(mlx5_sf_hwc_free, + | ^~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘perf_trace_mlx5_sf_hwc_deferred_free’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ + 93 | TRACE_EVENT(mlx5_sf_hwc_deferred_free, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ + 93 | TRACE_EVENT(mlx5_sf_hwc_deferred_free, + | ^~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘perf_trace_mlx5_sf_state_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:106:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 106 | DECLARE_EVENT_CLASS(mlx5_sf_state_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:106:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 106 | DECLARE_EVENT_CLASS(mlx5_sf_state_template, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘perf_trace_mlx5_sf_update_state’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:142:1: note: in expansion of macro ‘TRACE_EVENT’ + 142 | TRACE_EVENT(mlx5_sf_update_state, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:142:1: note: in expansion of macro ‘TRACE_EVENT’ + 142 | TRACE_EVENT(mlx5_sf_update_state, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘__bpf_trace_mlx5_sf_add’: @@ -36367,2 +51275,2 @@ -../fs/gfs2/./trace_gfs2.h:378:1: note: in expansion of macro ‘TRACE_EVENT’ - 378 | TRACE_EVENT(gfs2_log_blocks, +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(mlx5_sf_add, @@ -36379,2 +51287,2 @@ -../fs/gfs2/./trace_gfs2.h:378:1: note: in expansion of macro ‘TRACE_EVENT’ - 378 | TRACE_EVENT(gfs2_log_blocks, +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(mlx5_sf_add, @@ -36382 +51290 @@ -../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_ail_flush’: +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘__bpf_trace_mlx5_sf_free’: @@ -36392,2 +51300,2 @@ -../fs/gfs2/./trace_gfs2.h:401:1: note: in expansion of macro ‘TRACE_EVENT’ - 401 | TRACE_EVENT(gfs2_ail_flush, +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ + 38 | TRACE_EVENT(mlx5_sf_free, @@ -36404,2 +51312,2 @@ -../fs/gfs2/./trace_gfs2.h:401:1: note: in expansion of macro ‘TRACE_EVENT’ - 401 | TRACE_EVENT(gfs2_ail_flush, +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ + 38 | TRACE_EVENT(mlx5_sf_free, @@ -36407 +51315 @@ -../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_bmap’: +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘__bpf_trace_mlx5_sf_hwc_alloc’: @@ -36417,2 +51325,2 @@ -../fs/gfs2/./trace_gfs2.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ - 436 | TRACE_EVENT(gfs2_bmap, +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ + 59 | TRACE_EVENT(mlx5_sf_hwc_alloc, @@ -36429,2 +51337,2 @@ -../fs/gfs2/./trace_gfs2.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ - 436 | TRACE_EVENT(gfs2_bmap, +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ + 59 | TRACE_EVENT(mlx5_sf_hwc_alloc, @@ -36432 +51340 @@ -../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_iomap_start’: +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘__bpf_trace_mlx5_sf_hwc_free’: @@ -36442,2 +51350,2 @@ -../fs/gfs2/./trace_gfs2.h:475:1: note: in expansion of macro ‘TRACE_EVENT’ - 475 | TRACE_EVENT(gfs2_iomap_start, +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ + 80 | TRACE_EVENT(mlx5_sf_hwc_free, @@ -36454,2 +51362,2 @@ -../fs/gfs2/./trace_gfs2.h:475:1: note: in expansion of macro ‘TRACE_EVENT’ - 475 | TRACE_EVENT(gfs2_iomap_start, +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ + 80 | TRACE_EVENT(mlx5_sf_hwc_free, @@ -36457 +51365 @@ -../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_iomap_end’: +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘__bpf_trace_mlx5_sf_hwc_deferred_free’: @@ -36467,2 +51375,2 @@ -../fs/gfs2/./trace_gfs2.h:505:1: note: in expansion of macro ‘TRACE_EVENT’ - 505 | TRACE_EVENT(gfs2_iomap_end, +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ + 93 | TRACE_EVENT(mlx5_sf_hwc_deferred_free, @@ -36479,2 +51387,2 @@ -../fs/gfs2/./trace_gfs2.h:505:1: note: in expansion of macro ‘TRACE_EVENT’ - 505 | TRACE_EVENT(gfs2_iomap_end, +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ + 93 | TRACE_EVENT(mlx5_sf_hwc_deferred_free, @@ -36482 +51390 @@ -../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_block_alloc’: +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘__bpf_trace_mlx5_sf_state_template’: @@ -36489,6 +51397,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../fs/gfs2/./trace_gfs2.h:545:1: note: in expansion of macro ‘TRACE_EVENT’ - 545 | TRACE_EVENT(gfs2_block_alloc, - | ^~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:106:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 106 | DECLARE_EVENT_CLASS(mlx5_sf_state_template, + | ^~~~~~~~~~~~~~~~~~~ @@ -36501,7 +51406,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../fs/gfs2/./trace_gfs2.h:545:1: note: in expansion of macro ‘TRACE_EVENT’ - 545 | TRACE_EVENT(gfs2_block_alloc, - | ^~~~~~~~~~~ -../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_rs’: +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:106:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 106 | DECLARE_EVENT_CLASS(mlx5_sf_state_template, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘__bpf_trace_mlx5_sf_update_state’: @@ -36517,2 +51419,2 @@ -../fs/gfs2/./trace_gfs2.h:589:1: note: in expansion of macro ‘TRACE_EVENT’ - 589 | TRACE_EVENT(gfs2_rs, +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:142:1: note: in expansion of macro ‘TRACE_EVENT’ + 142 | TRACE_EVENT(mlx5_sf_update_state, @@ -36529,2 +51431,2 @@ -../fs/gfs2/./trace_gfs2.h:589:1: note: in expansion of macro ‘TRACE_EVENT’ - 589 | TRACE_EVENT(gfs2_rs, +../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:142:1: note: in expansion of macro ‘TRACE_EVENT’ + 142 | TRACE_EVENT(mlx5_sf_update_state, @@ -36532,2 +51434,3 @@ -make[5]: *** [../scripts/Makefile.build:244: fs/gfs2/glock.o] Error 1 -make[4]: *** [../scripts/Makefile.build:485: fs/gfs2] Error 2 +make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/mellanox/mlx5/core/sf/devlink.o] Error 1 +make[7]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/mellanox/mlx5/core] Error 2 +make[6]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/mellanox] Error 2 @@ -36920,0 +51824,358 @@ +In file included from ../include/trace/define_trace.h:109: +../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘perf_trace_ath10k_log_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath10k/./trace.h:49:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 49 | DECLARE_EVENT_CLASS(ath10k_log_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath10k/./trace.h:49:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 49 | DECLARE_EVENT_CLASS(ath10k_log_event, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘perf_trace_ath10k_log_dbg’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath10k/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ + 85 | TRACE_EVENT(ath10k_log_dbg, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath10k/./trace.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ + 85 | TRACE_EVENT(ath10k_log_dbg, + | ^~~~~~~~~~~ +../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘perf_trace_ath10k_log_dbg_dump’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath10k/./trace.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ + 108 | TRACE_EVENT(ath10k_log_dbg_dump, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath10k/./trace.h:108:1: note: in expansion of macro ‘TRACE_EVENT’ + 108 | TRACE_EVENT(ath10k_log_dbg_dump, + | ^~~~~~~~~~~ +../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘perf_trace_ath10k_wmi_cmd’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath10k/./trace.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ + 141 | TRACE_EVENT(ath10k_wmi_cmd, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath10k/./trace.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ + 141 | TRACE_EVENT(ath10k_wmi_cmd, + | ^~~~~~~~~~~ +../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘perf_trace_ath10k_wmi_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath10k/./trace.h:171:1: note: in expansion of macro ‘TRACE_EVENT’ + 171 | TRACE_EVENT(ath10k_wmi_event, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath10k/./trace.h:171:1: note: in expansion of macro ‘TRACE_EVENT’ + 171 | TRACE_EVENT(ath10k_wmi_event, + | ^~~~~~~~~~~ +../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘perf_trace_ath10k_htt_stats’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath10k/./trace.h:201:1: note: in expansion of macro ‘TRACE_EVENT’ + 201 | TRACE_EVENT(ath10k_htt_stats, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath10k/./trace.h:201:1: note: in expansion of macro ‘TRACE_EVENT’ + 201 | TRACE_EVENT(ath10k_htt_stats, + | ^~~~~~~~~~~ +../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘perf_trace_ath10k_wmi_dbglog’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath10k/./trace.h:228:1: note: in expansion of macro ‘TRACE_EVENT’ + 228 | TRACE_EVENT(ath10k_wmi_dbglog, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath10k/./trace.h:228:1: note: in expansion of macro ‘TRACE_EVENT’ + 228 | TRACE_EVENT(ath10k_wmi_dbglog, + | ^~~~~~~~~~~ +../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘perf_trace_ath10k_htt_pktlog’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath10k/./trace.h:258:1: note: in expansion of macro ‘TRACE_EVENT’ + 258 | TRACE_EVENT(ath10k_htt_pktlog, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath10k/./trace.h:258:1: note: in expansion of macro ‘TRACE_EVENT’ + 258 | TRACE_EVENT(ath10k_htt_pktlog, + | ^~~~~~~~~~~ +../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘perf_trace_ath10k_htt_tx’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath10k/./trace.h:288:1: note: in expansion of macro ‘TRACE_EVENT’ + 288 | TRACE_EVENT(ath10k_htt_tx, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath10k/./trace.h:288:1: note: in expansion of macro ‘TRACE_EVENT’ + 288 | TRACE_EVENT(ath10k_htt_tx, + | ^~~~~~~~~~~ +../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘perf_trace_ath10k_txrx_tx_unref’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath10k/./trace.h:323:1: note: in expansion of macro ‘TRACE_EVENT’ + 323 | TRACE_EVENT(ath10k_txrx_tx_unref, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath10k/./trace.h:323:1: note: in expansion of macro ‘TRACE_EVENT’ + 323 | TRACE_EVENT(ath10k_txrx_tx_unref, + | ^~~~~~~~~~~ +../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘perf_trace_ath10k_hdr_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath10k/./trace.h:348:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 348 | DECLARE_EVENT_CLASS(ath10k_hdr_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath10k/./trace.h:348:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 348 | DECLARE_EVENT_CLASS(ath10k_hdr_event, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘perf_trace_ath10k_payload_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath10k/./trace.h:375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 375 | DECLARE_EVENT_CLASS(ath10k_payload_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath10k/./trace.h:375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 375 | DECLARE_EVENT_CLASS(ath10k_payload_event, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘perf_trace_ath10k_htt_rx_desc’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath10k/./trace.h:424:1: note: in expansion of macro ‘TRACE_EVENT’ + 424 | TRACE_EVENT(ath10k_htt_rx_desc, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath10k/./trace.h:424:1: note: in expansion of macro ‘TRACE_EVENT’ + 424 | TRACE_EVENT(ath10k_htt_rx_desc, + | ^~~~~~~~~~~ +../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘perf_trace_ath10k_wmi_diag_container’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath10k/./trace.h:454:1: note: in expansion of macro ‘TRACE_EVENT’ + 454 | TRACE_EVENT(ath10k_wmi_diag_container, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath10k/./trace.h:454:1: note: in expansion of macro ‘TRACE_EVENT’ + 454 | TRACE_EVENT(ath10k_wmi_diag_container, + | ^~~~~~~~~~~ +../drivers/net/wireless/ath/ath10k/./trace.h: In function ‘perf_trace_ath10k_wmi_diag’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath10k/./trace.h:495:1: note: in expansion of macro ‘TRACE_EVENT’ + 495 | TRACE_EVENT(ath10k_wmi_diag, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/ath/ath10k/./trace.h:495:1: note: in expansion of macro ‘TRACE_EVENT’ + 495 | TRACE_EVENT(ath10k_wmi_diag, + | ^~~~~~~~~~~ @@ -37283,3 +52544,3 @@ - from ../drivers/net/ethernet/intel/ice/ice_trace.h:364, - from ../drivers/net/ethernet/intel/ice/ice_main.c:24: -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘trace_event_raw_event_ice_rx_dim_template’: + from ../fs/gfs2/trace_gfs2.h:641, + from ../fs/gfs2/glock.c:52: +../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_glock_state_change’: @@ -37292,3 +52553,6 @@ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:63:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 63 | DECLARE_EVENT_CLASS(ice_rx_dim_template, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h:90:1: note: in expansion of macro ‘TRACE_EVENT’ + 90 | TRACE_EVENT(gfs2_glock_state_change, + | ^~~~~~~~~~~ @@ -37301,3 +52565,6 @@ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:63:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 63 | DECLARE_EVENT_CLASS(ice_rx_dim_template, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h:90:1: note: in expansion of macro ‘TRACE_EVENT’ + 90 | TRACE_EVENT(gfs2_glock_state_change, + | ^~~~~~~~~~~ @@ -37310,3 +52577,6 @@ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:63:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 63 | DECLARE_EVENT_CLASS(ice_rx_dim_template, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h:90:1: note: in expansion of macro ‘TRACE_EVENT’ + 90 | TRACE_EVENT(gfs2_glock_state_change, + | ^~~~~~~~~~~ @@ -37319,3 +52589,6 @@ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:63:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 63 | DECLARE_EVENT_CLASS(ice_rx_dim_template, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h:90:1: note: in expansion of macro ‘TRACE_EVENT’ + 90 | TRACE_EVENT(gfs2_glock_state_change, + | ^~~~~~~~~~~ @@ -37328,4 +52601,7 @@ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:63:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 63 | DECLARE_EVENT_CLASS(ice_rx_dim_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘trace_event_raw_event_ice_tx_dim_template’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h:90:1: note: in expansion of macro ‘TRACE_EVENT’ + 90 | TRACE_EVENT(gfs2_glock_state_change, + | ^~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_glock_put’: @@ -37338,3 +52614,6 @@ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:90:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 90 | DECLARE_EVENT_CLASS(ice_tx_dim_template, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h:129:1: note: in expansion of macro ‘TRACE_EVENT’ + 129 | TRACE_EVENT(gfs2_glock_put, + | ^~~~~~~~~~~ @@ -37347,4 +52626,7 @@ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:90:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 90 | DECLARE_EVENT_CLASS(ice_tx_dim_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘trace_event_raw_event_ice_tx_template’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h:129:1: note: in expansion of macro ‘TRACE_EVENT’ + 129 | TRACE_EVENT(gfs2_glock_put, + | ^~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_demote_rq’: @@ -37357,3 +52639,6 @@ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:118:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 118 | DECLARE_EVENT_CLASS(ice_tx_template, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h:161:1: note: in expansion of macro ‘TRACE_EVENT’ + 161 | TRACE_EVENT(gfs2_demote_rq, + | ^~~~~~~~~~~ @@ -37366,4 +52651,7 @@ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:118:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 118 | DECLARE_EVENT_CLASS(ice_tx_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘trace_event_raw_event_ice_rx_template’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h:161:1: note: in expansion of macro ‘TRACE_EVENT’ + 161 | TRACE_EVENT(gfs2_demote_rq, + | ^~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_promote’: @@ -37376,3 +52664,6 @@ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 148 | DECLARE_EVENT_CLASS(ice_rx_template, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h:198:1: note: in expansion of macro ‘TRACE_EVENT’ + 198 | TRACE_EVENT(gfs2_promote, + | ^~~~~~~~~~~ @@ -37385,4 +52676,7 @@ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 148 | DECLARE_EVENT_CLASS(ice_rx_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘trace_event_raw_event_ice_rx_indicate_template’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h:198:1: note: in expansion of macro ‘TRACE_EVENT’ + 198 | TRACE_EVENT(gfs2_promote, + | ^~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_glock_queue’: @@ -37395,3 +52689,6 @@ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:169:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 169 | DECLARE_EVENT_CLASS(ice_rx_indicate_template, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h:225:1: note: in expansion of macro ‘TRACE_EVENT’ + 225 | TRACE_EVENT(gfs2_glock_queue, + | ^~~~~~~~~~~ @@ -37404,4 +52701,7 @@ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:169:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 169 | DECLARE_EVENT_CLASS(ice_rx_indicate_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘trace_event_raw_event_ice_xmit_template’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h:225:1: note: in expansion of macro ‘TRACE_EVENT’ + 225 | TRACE_EVENT(gfs2_glock_queue, + | ^~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_glock_lock_time’: @@ -37414,3 +52714,6 @@ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:195:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 195 | DECLARE_EVENT_CLASS(ice_xmit_template, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ + 255 | TRACE_EVENT(gfs2_glock_lock_time, + | ^~~~~~~~~~~ @@ -37423,4 +52726,7 @@ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:195:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 195 | DECLARE_EVENT_CLASS(ice_xmit_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘trace_event_raw_event_ice_tx_tstamp_template’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ + 255 | TRACE_EVENT(gfs2_glock_lock_time, + | ^~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_pin’: @@ -37433,3 +52739,6 @@ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:220:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 220 | DECLARE_EVENT_CLASS(ice_tx_tstamp_template, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ + 319 | TRACE_EVENT(gfs2_pin, + | ^~~~~~~~~~~ @@ -37442,4 +52751,7 @@ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:220:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 220 | DECLARE_EVENT_CLASS(ice_tx_tstamp_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘trace_event_raw_event_ice_esw_br_fdb_template’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ + 319 | TRACE_EVENT(gfs2_pin, + | ^~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_log_flush’: @@ -37452,3 +52764,6 @@ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:244:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 244 | DECLARE_EVENT_CLASS(ice_esw_br_fdb_template, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h:350:1: note: in expansion of macro ‘TRACE_EVENT’ + 350 | TRACE_EVENT(gfs2_log_flush, + | ^~~~~~~~~~~ @@ -37461,4 +52776,7 @@ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:244:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 244 | DECLARE_EVENT_CLASS(ice_esw_br_fdb_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘trace_event_raw_event_ice_esw_br_vlan_template’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h:350:1: note: in expansion of macro ‘TRACE_EVENT’ + 350 | TRACE_EVENT(gfs2_log_flush, + | ^~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_log_blocks’: @@ -37471,3 +52789,6 @@ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:276:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 276 | DECLARE_EVENT_CLASS(ice_esw_br_vlan_template, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h:378:1: note: in expansion of macro ‘TRACE_EVENT’ + 378 | TRACE_EVENT(gfs2_log_blocks, + | ^~~~~~~~~~~ @@ -37480,4 +52801,7 @@ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:276:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 276 | DECLARE_EVENT_CLASS(ice_esw_br_vlan_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘trace_event_raw_event_ice_esw_br_port_template’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h:378:1: note: in expansion of macro ‘TRACE_EVENT’ + 378 | TRACE_EVENT(gfs2_log_blocks, + | ^~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_ail_flush’: @@ -37490,3 +52814,6 @@ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:302:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 302 | DECLARE_EVENT_CLASS(ice_esw_br_port_template, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h:401:1: note: in expansion of macro ‘TRACE_EVENT’ + 401 | TRACE_EVENT(gfs2_ail_flush, + | ^~~~~~~~~~~ @@ -37499,4 +52826,7 @@ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:302:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 302 | DECLARE_EVENT_CLASS(ice_esw_br_port_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘trace_event_raw_event_ice_switch_stats_template’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h:401:1: note: in expansion of macro ‘TRACE_EVENT’ + 401 | TRACE_EVENT(gfs2_ail_flush, + | ^~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_bmap’: @@ -37509,3 +52839,6 @@ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:333:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 333 | DECLARE_EVENT_CLASS(ice_switch_stats_template, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ + 436 | TRACE_EVENT(gfs2_bmap, + | ^~~~~~~~~~~ @@ -37518,19 +52851,2 @@ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:333:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 333 | DECLARE_EVENT_CLASS(ice_switch_stats_template, - | ^~~~~~~~~~~~~~~~~~~ -In file included from ../include/trace/define_trace.h:110: -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘__bpf_trace_ice_rx_dim_template’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:63:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 63 | DECLARE_EVENT_CLASS(ice_rx_dim_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -37538,6 +52854,6 @@ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:63:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 63 | DECLARE_EVENT_CLASS(ice_rx_dim_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘__bpf_trace_ice_tx_dim_template’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/gfs2/./trace_gfs2.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ + 436 | TRACE_EVENT(gfs2_bmap, + | ^~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_iomap_start’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -37545,2 +52861,5 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -37548,8 +52867,11 @@ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:90:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 90 | DECLARE_EVENT_CLASS(ice_tx_dim_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../fs/gfs2/./trace_gfs2.h:475:1: note: in expansion of macro ‘TRACE_EVENT’ + 475 | TRACE_EVENT(gfs2_iomap_start, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -37557,6 +52879,6 @@ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:90:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 90 | DECLARE_EVENT_CLASS(ice_tx_dim_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘__bpf_trace_ice_tx_template’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/gfs2/./trace_gfs2.h:475:1: note: in expansion of macro ‘TRACE_EVENT’ + 475 | TRACE_EVENT(gfs2_iomap_start, + | ^~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_iomap_end’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -37564,2 +52886,5 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -37567,8 +52892,11 @@ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:118:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 118 | DECLARE_EVENT_CLASS(ice_tx_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../fs/gfs2/./trace_gfs2.h:505:1: note: in expansion of macro ‘TRACE_EVENT’ + 505 | TRACE_EVENT(gfs2_iomap_end, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -37576,6 +52904,6 @@ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:118:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 118 | DECLARE_EVENT_CLASS(ice_tx_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘__bpf_trace_ice_rx_template’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/gfs2/./trace_gfs2.h:505:1: note: in expansion of macro ‘TRACE_EVENT’ + 505 | TRACE_EVENT(gfs2_iomap_end, + | ^~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_block_alloc’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -37583,2 +52911,5 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -37586,8 +52917,11 @@ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 148 | DECLARE_EVENT_CLASS(ice_rx_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../fs/gfs2/./trace_gfs2.h:545:1: note: in expansion of macro ‘TRACE_EVENT’ + 545 | TRACE_EVENT(gfs2_block_alloc, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -37595,6 +52929,6 @@ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 148 | DECLARE_EVENT_CLASS(ice_rx_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘__bpf_trace_ice_rx_indicate_template’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/gfs2/./trace_gfs2.h:545:1: note: in expansion of macro ‘TRACE_EVENT’ + 545 | TRACE_EVENT(gfs2_block_alloc, + | ^~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h: In function ‘trace_event_raw_event_gfs2_rs’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -37602,2 +52936,5 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -37605,8 +52942,11 @@ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:169:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 169 | DECLARE_EVENT_CLASS(ice_rx_indicate_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../fs/gfs2/./trace_gfs2.h:589:1: note: in expansion of macro ‘TRACE_EVENT’ + 589 | TRACE_EVENT(gfs2_rs, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -37614,6 +52954,7 @@ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:169:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 169 | DECLARE_EVENT_CLASS(ice_rx_indicate_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘__bpf_trace_ice_xmit_template’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/gfs2/./trace_gfs2.h:589:1: note: in expansion of macro ‘TRACE_EVENT’ + 589 | TRACE_EVENT(gfs2_rs, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../fs/gfs2/./trace_gfs2.h: In function ‘perf_trace_gfs2_glock_state_change’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -37621,2 +52962,5 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -37624,8 +52968,11 @@ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:195:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 195 | DECLARE_EVENT_CLASS(ice_xmit_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../fs/gfs2/./trace_gfs2.h:90:1: note: in expansion of macro ‘TRACE_EVENT’ + 90 | TRACE_EVENT(gfs2_glock_state_change, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -37633,6 +52980,6 @@ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:195:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 195 | DECLARE_EVENT_CLASS(ice_xmit_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘__bpf_trace_ice_tx_tstamp_template’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/gfs2/./trace_gfs2.h:90:1: note: in expansion of macro ‘TRACE_EVENT’ + 90 | TRACE_EVENT(gfs2_glock_state_change, + | ^~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h: In function ‘perf_trace_gfs2_glock_put’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -37640,2 +52987,5 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -37643,8 +52993,11 @@ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:220:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 220 | DECLARE_EVENT_CLASS(ice_tx_tstamp_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../fs/gfs2/./trace_gfs2.h:129:1: note: in expansion of macro ‘TRACE_EVENT’ + 129 | TRACE_EVENT(gfs2_glock_put, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -37652,6 +53005,6 @@ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:220:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 220 | DECLARE_EVENT_CLASS(ice_tx_tstamp_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘__bpf_trace_ice_esw_br_fdb_template’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/gfs2/./trace_gfs2.h:129:1: note: in expansion of macro ‘TRACE_EVENT’ + 129 | TRACE_EVENT(gfs2_glock_put, + | ^~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h: In function ‘perf_trace_gfs2_demote_rq’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -37659,2 +53012,5 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -37662,8 +53018,11 @@ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:244:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 244 | DECLARE_EVENT_CLASS(ice_esw_br_fdb_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../fs/gfs2/./trace_gfs2.h:161:1: note: in expansion of macro ‘TRACE_EVENT’ + 161 | TRACE_EVENT(gfs2_demote_rq, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -37671,6 +53030,6 @@ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:244:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 244 | DECLARE_EVENT_CLASS(ice_esw_br_fdb_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘__bpf_trace_ice_esw_br_vlan_template’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/gfs2/./trace_gfs2.h:161:1: note: in expansion of macro ‘TRACE_EVENT’ + 161 | TRACE_EVENT(gfs2_demote_rq, + | ^~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h: In function ‘perf_trace_gfs2_promote’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -37678,2 +53037,5 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -37681,8 +53043,11 @@ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:276:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 276 | DECLARE_EVENT_CLASS(ice_esw_br_vlan_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../fs/gfs2/./trace_gfs2.h:198:1: note: in expansion of macro ‘TRACE_EVENT’ + 198 | TRACE_EVENT(gfs2_promote, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -37690,6 +53055,6 @@ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:276:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 276 | DECLARE_EVENT_CLASS(ice_esw_br_vlan_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘__bpf_trace_ice_esw_br_port_template’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/gfs2/./trace_gfs2.h:198:1: note: in expansion of macro ‘TRACE_EVENT’ + 198 | TRACE_EVENT(gfs2_promote, + | ^~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h: In function ‘perf_trace_gfs2_glock_queue’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -37697,2 +53062,5 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -37700,8 +53068,11 @@ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:302:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 302 | DECLARE_EVENT_CLASS(ice_esw_br_port_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../fs/gfs2/./trace_gfs2.h:225:1: note: in expansion of macro ‘TRACE_EVENT’ + 225 | TRACE_EVENT(gfs2_glock_queue, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -37709,6 +53080,6 @@ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:302:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 302 | DECLARE_EVENT_CLASS(ice_esw_br_port_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘__bpf_trace_ice_switch_stats_template’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/gfs2/./trace_gfs2.h:225:1: note: in expansion of macro ‘TRACE_EVENT’ + 225 | TRACE_EVENT(gfs2_glock_queue, + | ^~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h: In function ‘perf_trace_gfs2_glock_lock_time’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -37716,11 +53087,5 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:333:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 333 | DECLARE_EVENT_CLASS(ice_switch_stats_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -37728,15 +53093,8 @@ -../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:333:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 333 | DECLARE_EVENT_CLASS(ice_switch_stats_template, - | ^~~~~~~~~~~~~~~~~~~ -make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/intel/ice/ice_main.o] Error 1 -make[7]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/intel/ice] Error 2 -make[6]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/intel] Error 2 -In file included from ../include/trace/define_trace.h:108, - from ../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:173, - from ../drivers/net/ethernet/mellanox/mlx5/core/sf/devlink.c:12: -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘trace_event_raw_event_mlx5_sf_add’: -../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../fs/gfs2/./trace_gfs2.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ + 255 | TRACE_EVENT(gfs2_glock_lock_time, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -37747,2 +53105,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(mlx5_sf_add, +../fs/gfs2/./trace_gfs2.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ + 255 | TRACE_EVENT(gfs2_glock_lock_time, @@ -37750,2 +53108,3 @@ -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../fs/gfs2/./trace_gfs2.h: In function ‘perf_trace_gfs2_pin’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -37753,2 +53112,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -37759,2 +53118,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(mlx5_sf_add, +../fs/gfs2/./trace_gfs2.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ + 319 | TRACE_EVENT(gfs2_pin, @@ -37762,2 +53121,15 @@ -../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ + 319 | TRACE_EVENT(gfs2_pin, + | ^~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h: In function ‘perf_trace_gfs2_log_flush’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -37765,2 +53137,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -37771,2 +53143,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(mlx5_sf_add, +../fs/gfs2/./trace_gfs2.h:350:1: note: in expansion of macro ‘TRACE_EVENT’ + 350 | TRACE_EVENT(gfs2_log_flush, @@ -37774,2 +53146,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -37777,2 +53149,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -37783,2 +53155,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(mlx5_sf_add, +../fs/gfs2/./trace_gfs2.h:350:1: note: in expansion of macro ‘TRACE_EVENT’ + 350 | TRACE_EVENT(gfs2_log_flush, @@ -37786,5 +53158,6 @@ -../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] - 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ - | ^~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../fs/gfs2/./trace_gfs2.h: In function ‘perf_trace_gfs2_log_blocks’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -37795,2 +53168,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(mlx5_sf_add, +../fs/gfs2/./trace_gfs2.h:378:1: note: in expansion of macro ‘TRACE_EVENT’ + 378 | TRACE_EVENT(gfs2_log_blocks, @@ -37798,3 +53171,15 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘trace_event_raw_event_mlx5_sf_free’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h:378:1: note: in expansion of macro ‘TRACE_EVENT’ + 378 | TRACE_EVENT(gfs2_log_blocks, + | ^~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h: In function ‘perf_trace_gfs2_ail_flush’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -37802,2 +53187,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -37808,2 +53193,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ - 38 | TRACE_EVENT(mlx5_sf_free, +../fs/gfs2/./trace_gfs2.h:401:1: note: in expansion of macro ‘TRACE_EVENT’ + 401 | TRACE_EVENT(gfs2_ail_flush, @@ -37811,2 +53196,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -37814,2 +53199,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -37820,2 +53205,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ - 38 | TRACE_EVENT(mlx5_sf_free, +../fs/gfs2/./trace_gfs2.h:401:1: note: in expansion of macro ‘TRACE_EVENT’ + 401 | TRACE_EVENT(gfs2_ail_flush, @@ -37823,3 +53208,3 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘trace_event_raw_event_mlx5_sf_hwc_alloc’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../fs/gfs2/./trace_gfs2.h: In function ‘perf_trace_gfs2_bmap’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -37827,2 +53212,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -37833,2 +53218,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ - 59 | TRACE_EVENT(mlx5_sf_hwc_alloc, +../fs/gfs2/./trace_gfs2.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ + 436 | TRACE_EVENT(gfs2_bmap, @@ -37836,2 +53221,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -37839,2 +53224,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -37845,2 +53230,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ - 59 | TRACE_EVENT(mlx5_sf_hwc_alloc, +../fs/gfs2/./trace_gfs2.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ + 436 | TRACE_EVENT(gfs2_bmap, @@ -37848,3 +53233,3 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘trace_event_raw_event_mlx5_sf_hwc_free’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../fs/gfs2/./trace_gfs2.h: In function ‘perf_trace_gfs2_iomap_start’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -37852,2 +53237,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -37858,2 +53243,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ - 80 | TRACE_EVENT(mlx5_sf_hwc_free, +../fs/gfs2/./trace_gfs2.h:475:1: note: in expansion of macro ‘TRACE_EVENT’ + 475 | TRACE_EVENT(gfs2_iomap_start, @@ -37861,2 +53246,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -37864,2 +53249,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -37870,2 +53255,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ - 80 | TRACE_EVENT(mlx5_sf_hwc_free, +../fs/gfs2/./trace_gfs2.h:475:1: note: in expansion of macro ‘TRACE_EVENT’ + 475 | TRACE_EVENT(gfs2_iomap_start, @@ -37873,3 +53258,3 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘trace_event_raw_event_mlx5_sf_hwc_deferred_free’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../fs/gfs2/./trace_gfs2.h: In function ‘perf_trace_gfs2_iomap_end’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -37877,2 +53262,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -37883,2 +53268,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ - 93 | TRACE_EVENT(mlx5_sf_hwc_deferred_free, +../fs/gfs2/./trace_gfs2.h:505:1: note: in expansion of macro ‘TRACE_EVENT’ + 505 | TRACE_EVENT(gfs2_iomap_end, @@ -37886,2 +53271,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -37889,2 +53274,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -37895,2 +53280,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ - 93 | TRACE_EVENT(mlx5_sf_hwc_deferred_free, +../fs/gfs2/./trace_gfs2.h:505:1: note: in expansion of macro ‘TRACE_EVENT’ + 505 | TRACE_EVENT(gfs2_iomap_end, @@ -37898,3 +53283,3 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘trace_event_raw_event_mlx5_sf_state_template’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../fs/gfs2/./trace_gfs2.h: In function ‘perf_trace_gfs2_block_alloc’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -37902,2 +53287,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -37905,5 +53290,8 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:106:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 106 | DECLARE_EVENT_CLASS(mlx5_sf_state_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h:545:1: note: in expansion of macro ‘TRACE_EVENT’ + 545 | TRACE_EVENT(gfs2_block_alloc, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -37911,2 +53299,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -37914,6 +53302,9 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:106:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 106 | DECLARE_EVENT_CLASS(mlx5_sf_state_template, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘trace_event_raw_event_mlx5_sf_update_state’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h:545:1: note: in expansion of macro ‘TRACE_EVENT’ + 545 | TRACE_EVENT(gfs2_block_alloc, + | ^~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h: In function ‘perf_trace_gfs2_rs’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -37921,2 +53312,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -37927,2 +53318,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:142:1: note: in expansion of macro ‘TRACE_EVENT’ - 142 | TRACE_EVENT(mlx5_sf_update_state, +../fs/gfs2/./trace_gfs2.h:589:1: note: in expansion of macro ‘TRACE_EVENT’ + 589 | TRACE_EVENT(gfs2_rs, @@ -37930,2 +53321,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -37933,2 +53324,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -37939,2 +53330,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:142:1: note: in expansion of macro ‘TRACE_EVENT’ - 142 | TRACE_EVENT(mlx5_sf_update_state, +../fs/gfs2/./trace_gfs2.h:589:1: note: in expansion of macro ‘TRACE_EVENT’ + 589 | TRACE_EVENT(gfs2_rs, @@ -37943 +53334 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘__bpf_trace_mlx5_sf_add’: +../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_glock_state_change’: @@ -37953,2 +53344,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(mlx5_sf_add, +../fs/gfs2/./trace_gfs2.h:90:1: note: in expansion of macro ‘TRACE_EVENT’ + 90 | TRACE_EVENT(gfs2_glock_state_change, @@ -37965,2 +53356,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(mlx5_sf_add, +../fs/gfs2/./trace_gfs2.h:90:1: note: in expansion of macro ‘TRACE_EVENT’ + 90 | TRACE_EVENT(gfs2_glock_state_change, @@ -37968 +53359 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘__bpf_trace_mlx5_sf_free’: +../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_glock_put’: @@ -37978,2 +53369,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ - 38 | TRACE_EVENT(mlx5_sf_free, +../fs/gfs2/./trace_gfs2.h:129:1: note: in expansion of macro ‘TRACE_EVENT’ + 129 | TRACE_EVENT(gfs2_glock_put, @@ -37990,2 +53381,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ - 38 | TRACE_EVENT(mlx5_sf_free, +../fs/gfs2/./trace_gfs2.h:129:1: note: in expansion of macro ‘TRACE_EVENT’ + 129 | TRACE_EVENT(gfs2_glock_put, @@ -37993 +53384 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘__bpf_trace_mlx5_sf_hwc_alloc’: +../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_demote_rq’: @@ -38003,2 +53394,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ - 59 | TRACE_EVENT(mlx5_sf_hwc_alloc, +../fs/gfs2/./trace_gfs2.h:161:1: note: in expansion of macro ‘TRACE_EVENT’ + 161 | TRACE_EVENT(gfs2_demote_rq, @@ -38015,2 +53406,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:59:1: note: in expansion of macro ‘TRACE_EVENT’ - 59 | TRACE_EVENT(mlx5_sf_hwc_alloc, +../fs/gfs2/./trace_gfs2.h:161:1: note: in expansion of macro ‘TRACE_EVENT’ + 161 | TRACE_EVENT(gfs2_demote_rq, @@ -38018 +53409 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘__bpf_trace_mlx5_sf_hwc_free’: +../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_promote’: @@ -38028,2 +53419,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ - 80 | TRACE_EVENT(mlx5_sf_hwc_free, +../fs/gfs2/./trace_gfs2.h:198:1: note: in expansion of macro ‘TRACE_EVENT’ + 198 | TRACE_EVENT(gfs2_promote, @@ -38040,2 +53431,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ - 80 | TRACE_EVENT(mlx5_sf_hwc_free, +../fs/gfs2/./trace_gfs2.h:198:1: note: in expansion of macro ‘TRACE_EVENT’ + 198 | TRACE_EVENT(gfs2_promote, @@ -38043 +53434 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘__bpf_trace_mlx5_sf_hwc_deferred_free’: +../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_glock_queue’: @@ -38053,2 +53444,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ - 93 | TRACE_EVENT(mlx5_sf_hwc_deferred_free, +../fs/gfs2/./trace_gfs2.h:225:1: note: in expansion of macro ‘TRACE_EVENT’ + 225 | TRACE_EVENT(gfs2_glock_queue, @@ -38065,2 +53456,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ - 93 | TRACE_EVENT(mlx5_sf_hwc_deferred_free, +../fs/gfs2/./trace_gfs2.h:225:1: note: in expansion of macro ‘TRACE_EVENT’ + 225 | TRACE_EVENT(gfs2_glock_queue, @@ -38068 +53459 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘__bpf_trace_mlx5_sf_state_template’: +../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_glock_lock_time’: @@ -38075,3 +53466,6 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:106:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 106 | DECLARE_EVENT_CLASS(mlx5_sf_state_template, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ + 255 | TRACE_EVENT(gfs2_glock_lock_time, + | ^~~~~~~~~~~ @@ -38084,4 +53478,7 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:106:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 106 | DECLARE_EVENT_CLASS(mlx5_sf_state_template, - | ^~~~~~~~~~~~~~~~~~~ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h: In function ‘__bpf_trace_mlx5_sf_update_state’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h:255:1: note: in expansion of macro ‘TRACE_EVENT’ + 255 | TRACE_EVENT(gfs2_glock_lock_time, + | ^~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_pin’: @@ -38097,2 +53494,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:142:1: note: in expansion of macro ‘TRACE_EVENT’ - 142 | TRACE_EVENT(mlx5_sf_update_state, +../fs/gfs2/./trace_gfs2.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ + 319 | TRACE_EVENT(gfs2_pin, @@ -38109,2 +53506,2 @@ -../drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h:142:1: note: in expansion of macro ‘TRACE_EVENT’ - 142 | TRACE_EVENT(mlx5_sf_update_state, +../fs/gfs2/./trace_gfs2.h:319:1: note: in expansion of macro ‘TRACE_EVENT’ + 319 | TRACE_EVENT(gfs2_pin, @@ -38112,4 +53509,202 @@ -make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/mellanox/mlx5/core/sf/devlink.o] Error 1 -make[7]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/mellanox/mlx5/core] Error 2 -make[6]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/mellanox] Error 2 -make[5]: *** [../scripts/Makefile.build:485: drivers/net/ethernet] Error 2 +../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_log_flush’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h:350:1: note: in expansion of macro ‘TRACE_EVENT’ + 350 | TRACE_EVENT(gfs2_log_flush, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h:350:1: note: in expansion of macro ‘TRACE_EVENT’ + 350 | TRACE_EVENT(gfs2_log_flush, + | ^~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_log_blocks’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h:378:1: note: in expansion of macro ‘TRACE_EVENT’ + 378 | TRACE_EVENT(gfs2_log_blocks, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h:378:1: note: in expansion of macro ‘TRACE_EVENT’ + 378 | TRACE_EVENT(gfs2_log_blocks, + | ^~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_ail_flush’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h:401:1: note: in expansion of macro ‘TRACE_EVENT’ + 401 | TRACE_EVENT(gfs2_ail_flush, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h:401:1: note: in expansion of macro ‘TRACE_EVENT’ + 401 | TRACE_EVENT(gfs2_ail_flush, + | ^~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_bmap’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ + 436 | TRACE_EVENT(gfs2_bmap, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ + 436 | TRACE_EVENT(gfs2_bmap, + | ^~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_iomap_start’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h:475:1: note: in expansion of macro ‘TRACE_EVENT’ + 475 | TRACE_EVENT(gfs2_iomap_start, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h:475:1: note: in expansion of macro ‘TRACE_EVENT’ + 475 | TRACE_EVENT(gfs2_iomap_start, + | ^~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_iomap_end’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h:505:1: note: in expansion of macro ‘TRACE_EVENT’ + 505 | TRACE_EVENT(gfs2_iomap_end, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h:505:1: note: in expansion of macro ‘TRACE_EVENT’ + 505 | TRACE_EVENT(gfs2_iomap_end, + | ^~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_block_alloc’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h:545:1: note: in expansion of macro ‘TRACE_EVENT’ + 545 | TRACE_EVENT(gfs2_block_alloc, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h:545:1: note: in expansion of macro ‘TRACE_EVENT’ + 545 | TRACE_EVENT(gfs2_block_alloc, + | ^~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h: In function ‘__bpf_trace_gfs2_rs’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h:589:1: note: in expansion of macro ‘TRACE_EVENT’ + 589 | TRACE_EVENT(gfs2_rs, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/gfs2/./trace_gfs2.h:589:1: note: in expansion of macro ‘TRACE_EVENT’ + 589 | TRACE_EVENT(gfs2_rs, + | ^~~~~~~~~~~ +make[5]: *** [../scripts/Makefile.build:244: fs/gfs2/glock.o] Error 1 +make[4]: *** [../scripts/Makefile.build:485: fs/gfs2] Error 2 @@ -38405,0 +54001,251 @@ +In file included from ../include/trace/define_trace.h:109: +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘perf_trace_iwlwifi_dev_ioread32’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ + 17 | TRACE_EVENT(iwlwifi_dev_ioread32, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ + 17 | TRACE_EVENT(iwlwifi_dev_ioread32, + | ^~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘perf_trace_iwlwifi_dev_iowrite8’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ + 34 | TRACE_EVENT(iwlwifi_dev_iowrite8, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:34:1: note: in expansion of macro ‘TRACE_EVENT’ + 34 | TRACE_EVENT(iwlwifi_dev_iowrite8, + | ^~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘perf_trace_iwlwifi_dev_iowrite32’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:51:1: note: in expansion of macro ‘TRACE_EVENT’ + 51 | TRACE_EVENT(iwlwifi_dev_iowrite32, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:51:1: note: in expansion of macro ‘TRACE_EVENT’ + 51 | TRACE_EVENT(iwlwifi_dev_iowrite32, + | ^~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘perf_trace_iwlwifi_dev_iowrite64’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ + 68 | TRACE_EVENT(iwlwifi_dev_iowrite64, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ + 68 | TRACE_EVENT(iwlwifi_dev_iowrite64, + | ^~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘perf_trace_iwlwifi_dev_iowrite_prph32’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ + 85 | TRACE_EVENT(iwlwifi_dev_iowrite_prph32, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:85:1: note: in expansion of macro ‘TRACE_EVENT’ + 85 | TRACE_EVENT(iwlwifi_dev_iowrite_prph32, + | ^~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘perf_trace_iwlwifi_dev_iowrite_prph64’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:102:1: note: in expansion of macro ‘TRACE_EVENT’ + 102 | TRACE_EVENT(iwlwifi_dev_iowrite_prph64, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:102:1: note: in expansion of macro ‘TRACE_EVENT’ + 102 | TRACE_EVENT(iwlwifi_dev_iowrite_prph64, + | ^~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘perf_trace_iwlwifi_dev_ioread_prph32’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:119:1: note: in expansion of macro ‘TRACE_EVENT’ + 119 | TRACE_EVENT(iwlwifi_dev_ioread_prph32, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:119:1: note: in expansion of macro ‘TRACE_EVENT’ + 119 | TRACE_EVENT(iwlwifi_dev_ioread_prph32, + | ^~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘perf_trace_iwlwifi_dev_irq’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ + 136 | TRACE_EVENT(iwlwifi_dev_irq, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:136:1: note: in expansion of macro ‘TRACE_EVENT’ + 136 | TRACE_EVENT(iwlwifi_dev_irq, + | ^~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘perf_trace_iwlwifi_dev_irq_msix’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:149:1: note: in expansion of macro ‘TRACE_EVENT’ + 149 | TRACE_EVENT(iwlwifi_dev_irq_msix, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:149:1: note: in expansion of macro ‘TRACE_EVENT’ + 149 | TRACE_EVENT(iwlwifi_dev_irq_msix, + | ^~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h: In function ‘perf_trace_iwlwifi_dev_ict_read’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:172:1: note: in expansion of macro ‘TRACE_EVENT’ + 172 | TRACE_EVENT(iwlwifi_dev_ict_read, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-io.h:172:1: note: in expansion of macro ‘TRACE_EVENT’ + 172 | TRACE_EVENT(iwlwifi_dev_ict_read, + | ^~~~~~~~~~~ @@ -38709,0 +54556,51 @@ +In file included from ../include/trace/define_trace.h:109: +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-ucode.h: In function ‘perf_trace_iwlwifi_dev_ucode_cont_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-ucode.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ + 15 | TRACE_EVENT(iwlwifi_dev_ucode_cont_event, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-ucode.h:15:1: note: in expansion of macro ‘TRACE_EVENT’ + 15 | TRACE_EVENT(iwlwifi_dev_ucode_cont_event, + | ^~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-ucode.h: In function ‘perf_trace_iwlwifi_dev_ucode_wrap_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-ucode.h:35:1: note: in expansion of macro ‘TRACE_EVENT’ + 35 | TRACE_EVENT(iwlwifi_dev_ucode_wrap_event, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-ucode.h:35:1: note: in expansion of macro ‘TRACE_EVENT’ + 35 | TRACE_EVENT(iwlwifi_dev_ucode_wrap_event, + | ^~~~~~~~~~~ @@ -38807,0 +54705,45 @@ +In file included from ../include/trace/define_trace.h:109: +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h: In function ‘perf_trace_iwlwifi_msg_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h:17:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 17 | DECLARE_EVENT_CLASS(iwlwifi_msg_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h:17:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 17 | DECLARE_EVENT_CLASS(iwlwifi_msg_event, + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h: In function ‘perf_trace_iwlwifi_dbg’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ + 49 | TRACE_EVENT(iwlwifi_dbg, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ + 49 | TRACE_EVENT(iwlwifi_dbg, + | ^~~~~~~~~~~ @@ -38905,0 +54848,51 @@ +In file included from ../include/trace/define_trace.h:109: +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-data.h: In function ‘perf_trace_iwlwifi_dev_tx_tb’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-data.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ + 17 | TRACE_EVENT(iwlwifi_dev_tx_tb, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-data.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ + 17 | TRACE_EVENT(iwlwifi_dev_tx_tb, + | ^~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-data.h: In function ‘perf_trace_iwlwifi_dev_rx_data’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-data.h:37:1: note: in expansion of macro ‘TRACE_EVENT’ + 37 | TRACE_EVENT(iwlwifi_dev_rx_data, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-data.h:37:1: note: in expansion of macro ‘TRACE_EVENT’ + 37 | TRACE_EVENT(iwlwifi_dev_rx_data, + | ^~~~~~~~~~~ @@ -39059,0 +55053,101 @@ +In file included from ../include/trace/define_trace.h:109: +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h: In function ‘perf_trace_iwlwifi_dev_hcmd’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:18:1: note: in expansion of macro ‘TRACE_EVENT’ + 18 | TRACE_EVENT(iwlwifi_dev_hcmd, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:18:1: note: in expansion of macro ‘TRACE_EVENT’ + 18 | TRACE_EVENT(iwlwifi_dev_hcmd, + | ^~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h: In function ‘perf_trace_iwlwifi_dev_rx’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:52:1: note: in expansion of macro ‘TRACE_EVENT’ + 52 | TRACE_EVENT(iwlwifi_dev_rx, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:52:1: note: in expansion of macro ‘TRACE_EVENT’ + 52 | TRACE_EVENT(iwlwifi_dev_rx, + | ^~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h: In function ‘perf_trace_iwlwifi_dev_tx’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ + 73 | TRACE_EVENT(iwlwifi_dev_tx, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:73:1: note: in expansion of macro ‘TRACE_EVENT’ + 73 | TRACE_EVENT(iwlwifi_dev_tx, + | ^~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h: In function ‘perf_trace_iwlwifi_dev_ucode_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:112:1: note: in expansion of macro ‘TRACE_EVENT’ + 112 | TRACE_EVENT(iwlwifi_dev_ucode_event, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-iwlwifi.h:112:1: note: in expansion of macro ‘TRACE_EVENT’ + 112 | TRACE_EVENT(iwlwifi_dev_ucode_event, + | ^~~~~~~~~~~ @@ -39165,2 +55258,0 @@ -make[4]: *** [../scripts/Makefile.build:485: drivers/net] Error 2 -make[3]: *** [../scripts/Makefile.build:485: drivers] Error 2 @@ -39168,4 +55260,3 @@ - from ../include/trace/events/cachefiles.h:860, - from ../fs/cachefiles/internal.h:151, - from ../fs/cachefiles/main.c:24: -../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_ref’: + from ../include/trace/events/rpcgss.h:688, + from ../net/sunrpc/auth_gss/trace.c:14: +../include/trace/events/rpcgss.h: In function ‘trace_event_raw_event_rpcgss_gssapi_event’: @@ -39178,6 +55269,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/cachefiles.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ - 216 | TRACE_EVENT(cachefiles_ref, - | ^~~~~~~~~~~ +../include/trace/events/rpcgss.h:83:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 83 | DECLARE_EVENT_CLASS(rpcgss_gssapi_event, + | ^~~~~~~~~~~~~~~~~~~ @@ -39190,6 +55278,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/cachefiles.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ - 216 | TRACE_EVENT(cachefiles_ref, - | ^~~~~~~~~~~ +../include/trace/events/rpcgss.h:83:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 83 | DECLARE_EVENT_CLASS(rpcgss_gssapi_event, + | ^~~~~~~~~~~~~~~~~~~ @@ -39202,6 +55287,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/cachefiles.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ - 216 | TRACE_EVENT(cachefiles_ref, - | ^~~~~~~~~~~ +../include/trace/events/rpcgss.h:83:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 83 | DECLARE_EVENT_CLASS(rpcgss_gssapi_event, + | ^~~~~~~~~~~~~~~~~~~ @@ -39214,6 +55296,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/cachefiles.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ - 216 | TRACE_EVENT(cachefiles_ref, - | ^~~~~~~~~~~ +../include/trace/events/rpcgss.h:83:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 83 | DECLARE_EVENT_CLASS(rpcgss_gssapi_event, + | ^~~~~~~~~~~~~~~~~~~ @@ -39226,7 +55305,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/cachefiles.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ - 216 | TRACE_EVENT(cachefiles_ref, - | ^~~~~~~~~~~ -../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_lookup’: +../include/trace/events/rpcgss.h:83:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 83 | DECLARE_EVENT_CLASS(rpcgss_gssapi_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcgss.h: In function ‘trace_event_raw_event_rpcgss_import_ctx’: @@ -39242,2 +55318,2 @@ -../include/trace/events/cachefiles.h:244:1: note: in expansion of macro ‘TRACE_EVENT’ - 244 | TRACE_EVENT(cachefiles_lookup, +../include/trace/events/rpcgss.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ + 118 | TRACE_EVENT(rpcgss_import_ctx, @@ -39254,2 +55330,2 @@ -../include/trace/events/cachefiles.h:244:1: note: in expansion of macro ‘TRACE_EVENT’ - 244 | TRACE_EVENT(cachefiles_lookup, +../include/trace/events/rpcgss.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ + 118 | TRACE_EVENT(rpcgss_import_ctx, @@ -39257 +55333 @@ -../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_mkdir’: +../include/trace/events/rpcgss.h: In function ‘trace_event_raw_event_rpcgss_ctx_class’: @@ -39264,6 +55340,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/cachefiles.h:270:1: note: in expansion of macro ‘TRACE_EVENT’ - 270 | TRACE_EVENT(cachefiles_mkdir, - | ^~~~~~~~~~~ +../include/trace/events/rpcgss.h:141:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 141 | DECLARE_EVENT_CLASS(rpcgss_ctx_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -39276,7 +55349,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/cachefiles.h:270:1: note: in expansion of macro ‘TRACE_EVENT’ - 270 | TRACE_EVENT(cachefiles_mkdir, - | ^~~~~~~~~~~ -../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_tmpfile’: +../include/trace/events/rpcgss.h:141:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 141 | DECLARE_EVENT_CLASS(rpcgss_ctx_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcgss.h: In function ‘trace_event_raw_event_rpcgss_svc_gssapi_class’: @@ -39289,6 +55359,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/cachefiles.h:290:1: note: in expansion of macro ‘TRACE_EVENT’ - 290 | TRACE_EVENT(cachefiles_tmpfile, - | ^~~~~~~~~~~ +../include/trace/events/rpcgss.h:175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 175 | DECLARE_EVENT_CLASS(rpcgss_svc_gssapi_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -39301,7 +55368,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/cachefiles.h:290:1: note: in expansion of macro ‘TRACE_EVENT’ - 290 | TRACE_EVENT(cachefiles_tmpfile, - | ^~~~~~~~~~~ -../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_link’: +../include/trace/events/rpcgss.h:175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 175 | DECLARE_EVENT_CLASS(rpcgss_svc_gssapi_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcgss.h: In function ‘trace_event_raw_event_rpcgss_svc_wrap_failed’: @@ -39317,2 +55381,2 @@ -../include/trace/events/cachefiles.h:310:1: note: in expansion of macro ‘TRACE_EVENT’ - 310 | TRACE_EVENT(cachefiles_link, +../include/trace/events/rpcgss.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ + 214 | TRACE_EVENT(rpcgss_svc_wrap_failed, @@ -39329,2 +55393,2 @@ -../include/trace/events/cachefiles.h:310:1: note: in expansion of macro ‘TRACE_EVENT’ - 310 | TRACE_EVENT(cachefiles_link, +../include/trace/events/rpcgss.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ + 214 | TRACE_EVENT(rpcgss_svc_wrap_failed, @@ -39332 +55396 @@ -../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_unlink’: +../include/trace/events/rpcgss.h: In function ‘trace_event_raw_event_rpcgss_svc_unwrap_failed’: @@ -39342,2 +55406,2 @@ -../include/trace/events/cachefiles.h:330:1: note: in expansion of macro ‘TRACE_EVENT’ - 330 | TRACE_EVENT(cachefiles_unlink, +../include/trace/events/rpcgss.h:234:1: note: in expansion of macro ‘TRACE_EVENT’ + 234 | TRACE_EVENT(rpcgss_svc_unwrap_failed, @@ -39354,2 +55418,2 @@ -../include/trace/events/cachefiles.h:330:1: note: in expansion of macro ‘TRACE_EVENT’ - 330 | TRACE_EVENT(cachefiles_unlink, +../include/trace/events/rpcgss.h:234:1: note: in expansion of macro ‘TRACE_EVENT’ + 234 | TRACE_EVENT(rpcgss_svc_unwrap_failed, @@ -39357 +55421 @@ -../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_rename’: +../include/trace/events/rpcgss.h: In function ‘trace_event_raw_event_rpcgss_svc_seqno_bad’: @@ -39367,2 +55431,2 @@ -../include/trace/events/cachefiles.h:355:1: note: in expansion of macro ‘TRACE_EVENT’ - 355 | TRACE_EVENT(cachefiles_rename, +../include/trace/events/rpcgss.h:254:1: note: in expansion of macro ‘TRACE_EVENT’ + 254 | TRACE_EVENT(rpcgss_svc_seqno_bad, @@ -39379,2 +55443,2 @@ -../include/trace/events/cachefiles.h:355:1: note: in expansion of macro ‘TRACE_EVENT’ - 355 | TRACE_EVENT(cachefiles_rename, +../include/trace/events/rpcgss.h:254:1: note: in expansion of macro ‘TRACE_EVENT’ + 254 | TRACE_EVENT(rpcgss_svc_seqno_bad, @@ -39382 +55446 @@ -../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_coherency’: +../include/trace/events/rpcgss.h: In function ‘trace_event_raw_event_rpcgss_svc_accept_upcall’: @@ -39392,2 +55456,2 @@ -../include/trace/events/cachefiles.h:380:1: note: in expansion of macro ‘TRACE_EVENT’ - 380 | TRACE_EVENT(cachefiles_coherency, +../include/trace/events/rpcgss.h:282:1: note: in expansion of macro ‘TRACE_EVENT’ + 282 | TRACE_EVENT(rpcgss_svc_accept_upcall, @@ -39404,2 +55468,2 @@ -../include/trace/events/cachefiles.h:380:1: note: in expansion of macro ‘TRACE_EVENT’ - 380 | TRACE_EVENT(cachefiles_coherency, +../include/trace/events/rpcgss.h:282:1: note: in expansion of macro ‘TRACE_EVENT’ + 282 | TRACE_EVENT(rpcgss_svc_accept_upcall, @@ -39407 +55471 @@ -../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_vol_coherency’: +../include/trace/events/rpcgss.h: In function ‘trace_event_raw_event_rpcgss_svc_authenticate’: @@ -39417,2 +55481,2 @@ -../include/trace/events/cachefiles.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ - 410 | TRACE_EVENT(cachefiles_vol_coherency, +../include/trace/events/rpcgss.h:313:1: note: in expansion of macro ‘TRACE_EVENT’ + 313 | TRACE_EVENT(rpcgss_svc_authenticate, @@ -39429,2 +55493,2 @@ -../include/trace/events/cachefiles.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ - 410 | TRACE_EVENT(cachefiles_vol_coherency, +../include/trace/events/rpcgss.h:313:1: note: in expansion of macro ‘TRACE_EVENT’ + 313 | TRACE_EVENT(rpcgss_svc_authenticate, @@ -39432 +55496 @@ -../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_prep_read’: +../include/trace/events/rpcgss.h: In function ‘trace_event_raw_event_rpcgss_unwrap_failed’: @@ -39442,2 +55506,2 @@ -../include/trace/events/cachefiles.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ - 436 | TRACE_EVENT(cachefiles_prep_read, +../include/trace/events/rpcgss.h:342:1: note: in expansion of macro ‘TRACE_EVENT’ + 342 | TRACE_EVENT(rpcgss_unwrap_failed, @@ -39454,2 +55518,2 @@ -../include/trace/events/cachefiles.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ - 436 | TRACE_EVENT(cachefiles_prep_read, +../include/trace/events/rpcgss.h:342:1: note: in expansion of macro ‘TRACE_EVENT’ + 342 | TRACE_EVENT(rpcgss_unwrap_failed, @@ -39457 +55521 @@ -../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_read’: +../include/trace/events/rpcgss.h: In function ‘trace_event_raw_event_rpcgss_bad_seqno’: @@ -39467,2 +55531,2 @@ -../include/trace/events/cachefiles.h:478:1: note: in expansion of macro ‘TRACE_EVENT’ - 478 | TRACE_EVENT(cachefiles_read, +../include/trace/events/rpcgss.h:363:1: note: in expansion of macro ‘TRACE_EVENT’ + 363 | TRACE_EVENT(rpcgss_bad_seqno, @@ -39479,2 +55543,2 @@ -../include/trace/events/cachefiles.h:478:1: note: in expansion of macro ‘TRACE_EVENT’ - 478 | TRACE_EVENT(cachefiles_read, +../include/trace/events/rpcgss.h:363:1: note: in expansion of macro ‘TRACE_EVENT’ + 363 | TRACE_EVENT(rpcgss_bad_seqno, @@ -39482 +55546 @@ -../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_write’: +../include/trace/events/rpcgss.h: In function ‘trace_event_raw_event_rpcgss_seqno’: @@ -39492,2 +55556,2 @@ -../include/trace/events/cachefiles.h:507:1: note: in expansion of macro ‘TRACE_EVENT’ - 507 | TRACE_EVENT(cachefiles_write, +../include/trace/events/rpcgss.h:392:1: note: in expansion of macro ‘TRACE_EVENT’ + 392 | TRACE_EVENT(rpcgss_seqno, @@ -39504,2 +55568,2 @@ -../include/trace/events/cachefiles.h:507:1: note: in expansion of macro ‘TRACE_EVENT’ - 507 | TRACE_EVENT(cachefiles_write, +../include/trace/events/rpcgss.h:392:1: note: in expansion of macro ‘TRACE_EVENT’ + 392 | TRACE_EVENT(rpcgss_seqno, @@ -39507 +55571 @@ -../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_trunc’: +../include/trace/events/rpcgss.h: In function ‘trace_event_raw_event_rpcgss_need_reencode’: @@ -39517,2 +55581,2 @@ -../include/trace/events/cachefiles.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ - 536 | TRACE_EVENT(cachefiles_trunc, +../include/trace/events/rpcgss.h:420:1: note: in expansion of macro ‘TRACE_EVENT’ + 420 | TRACE_EVENT(rpcgss_need_reencode, @@ -39529,2 +55593,2 @@ -../include/trace/events/cachefiles.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ - 536 | TRACE_EVENT(cachefiles_trunc, +../include/trace/events/rpcgss.h:420:1: note: in expansion of macro ‘TRACE_EVENT’ + 420 | TRACE_EVENT(rpcgss_need_reencode, @@ -39532 +55596 @@ -../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_mark_active’: +../include/trace/events/rpcgss.h: In function ‘trace_event_raw_event_rpcgss_update_slack’: @@ -39542,2 +55606,2 @@ -../include/trace/events/cachefiles.h:566:1: note: in expansion of macro ‘TRACE_EVENT’ - 566 | TRACE_EVENT(cachefiles_mark_active, +../include/trace/events/rpcgss.h:454:1: note: in expansion of macro ‘TRACE_EVENT’ + 454 | TRACE_EVENT(rpcgss_update_slack, @@ -39554,2 +55618,2 @@ -../include/trace/events/cachefiles.h:566:1: note: in expansion of macro ‘TRACE_EVENT’ - 566 | TRACE_EVENT(cachefiles_mark_active, +../include/trace/events/rpcgss.h:454:1: note: in expansion of macro ‘TRACE_EVENT’ + 454 | TRACE_EVENT(rpcgss_update_slack, @@ -39557 +55621 @@ -../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_mark_failed’: +../include/trace/events/rpcgss.h: In function ‘trace_event_raw_event_rpcgss_svc_seqno_class’: @@ -39564,6 +55628,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/cachefiles.h:587:1: note: in expansion of macro ‘TRACE_EVENT’ - 587 | TRACE_EVENT(cachefiles_mark_failed, - | ^~~~~~~~~~~ +../include/trace/events/rpcgss.h:489:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 489 | DECLARE_EVENT_CLASS(rpcgss_svc_seqno_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -39576,7 +55637,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/cachefiles.h:587:1: note: in expansion of macro ‘TRACE_EVENT’ - 587 | TRACE_EVENT(cachefiles_mark_failed, - | ^~~~~~~~~~~ -../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_mark_inactive’: +../include/trace/events/rpcgss.h:489:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 489 | DECLARE_EVENT_CLASS(rpcgss_svc_seqno_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcgss.h: In function ‘trace_event_raw_event_rpcgss_svc_seqno_low’: @@ -39592,2 +55650,2 @@ -../include/trace/events/cachefiles.h:608:1: note: in expansion of macro ‘TRACE_EVENT’ - 608 | TRACE_EVENT(cachefiles_mark_inactive, +../include/trace/events/rpcgss.h:522:1: note: in expansion of macro ‘TRACE_EVENT’ + 522 | TRACE_EVENT(rpcgss_svc_seqno_low, @@ -39604,2 +55662,2 @@ -../include/trace/events/cachefiles.h:608:1: note: in expansion of macro ‘TRACE_EVENT’ - 608 | TRACE_EVENT(cachefiles_mark_inactive, +../include/trace/events/rpcgss.h:522:1: note: in expansion of macro ‘TRACE_EVENT’ + 522 | TRACE_EVENT(rpcgss_svc_seqno_low, @@ -39607 +55665 @@ -../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_vfs_error’: +../include/trace/events/rpcgss.h: In function ‘trace_event_raw_event_rpcgss_upcall_msg’: @@ -39617,2 +55675,2 @@ -../include/trace/events/cachefiles.h:629:1: note: in expansion of macro ‘TRACE_EVENT’ - 629 | TRACE_EVENT(cachefiles_vfs_error, +../include/trace/events/rpcgss.h:554:1: note: in expansion of macro ‘TRACE_EVENT’ + 554 | TRACE_EVENT(rpcgss_upcall_msg, @@ -39629,2 +55687,2 @@ -../include/trace/events/cachefiles.h:629:1: note: in expansion of macro ‘TRACE_EVENT’ - 629 | TRACE_EVENT(cachefiles_vfs_error, +../include/trace/events/rpcgss.h:554:1: note: in expansion of macro ‘TRACE_EVENT’ + 554 | TRACE_EVENT(rpcgss_upcall_msg, @@ -39632 +55690 @@ -../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_io_error’: +../include/trace/events/rpcgss.h: In function ‘trace_event_raw_event_rpcgss_upcall_result’: @@ -39642,2 +55700,2 @@ -../include/trace/events/cachefiles.h:656:1: note: in expansion of macro ‘TRACE_EVENT’ - 656 | TRACE_EVENT(cachefiles_io_error, +../include/trace/events/rpcgss.h:572:1: note: in expansion of macro ‘TRACE_EVENT’ + 572 | TRACE_EVENT(rpcgss_upcall_result, @@ -39654,2 +55712,2 @@ -../include/trace/events/cachefiles.h:656:1: note: in expansion of macro ‘TRACE_EVENT’ - 656 | TRACE_EVENT(cachefiles_io_error, +../include/trace/events/rpcgss.h:572:1: note: in expansion of macro ‘TRACE_EVENT’ + 572 | TRACE_EVENT(rpcgss_upcall_result, @@ -39657 +55715 @@ -../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_ondemand_open’: +../include/trace/events/rpcgss.h: In function ‘trace_event_raw_event_rpcgss_context’: @@ -39667,2 +55725,2 @@ -../include/trace/events/cachefiles.h:683:1: note: in expansion of macro ‘TRACE_EVENT’ - 683 | TRACE_EVENT(cachefiles_ondemand_open, +../include/trace/events/rpcgss.h:594:1: note: in expansion of macro ‘TRACE_EVENT’ + 594 | TRACE_EVENT(rpcgss_context, @@ -39679,2 +55737,2 @@ -../include/trace/events/cachefiles.h:683:1: note: in expansion of macro ‘TRACE_EVENT’ - 683 | TRACE_EVENT(cachefiles_ondemand_open, +../include/trace/events/rpcgss.h:594:1: note: in expansion of macro ‘TRACE_EVENT’ + 594 | TRACE_EVENT(rpcgss_context, @@ -39682 +55740 @@ -../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_ondemand_copen’: +../include/trace/events/rpcgss.h: In function ‘trace_event_raw_event_rpcgss_createauth’: @@ -39692,2 +55750,2 @@ -../include/trace/events/cachefiles.h:713:1: note: in expansion of macro ‘TRACE_EVENT’ - 713 | TRACE_EVENT(cachefiles_ondemand_copen, +../include/trace/events/rpcgss.h:645:1: note: in expansion of macro ‘TRACE_EVENT’ + 645 | TRACE_EVENT(rpcgss_createauth, @@ -39704,2 +55762,2 @@ -../include/trace/events/cachefiles.h:713:1: note: in expansion of macro ‘TRACE_EVENT’ - 713 | TRACE_EVENT(cachefiles_ondemand_copen, +../include/trace/events/rpcgss.h:645:1: note: in expansion of macro ‘TRACE_EVENT’ + 645 | TRACE_EVENT(rpcgss_createauth, @@ -39707 +55765 @@ -../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_ondemand_close’: +../include/trace/events/rpcgss.h: In function ‘trace_event_raw_event_rpcgss_oid_to_mech’: @@ -39717,2 +55775,2 @@ -../include/trace/events/cachefiles.h:737:1: note: in expansion of macro ‘TRACE_EVENT’ - 737 | TRACE_EVENT(cachefiles_ondemand_close, +../include/trace/events/rpcgss.h:668:1: note: in expansion of macro ‘TRACE_EVENT’ + 668 | TRACE_EVENT(rpcgss_oid_to_mech, @@ -39729,2 +55787,2 @@ -../include/trace/events/cachefiles.h:737:1: note: in expansion of macro ‘TRACE_EVENT’ - 737 | TRACE_EVENT(cachefiles_ondemand_close, +../include/trace/events/rpcgss.h:668:1: note: in expansion of macro ‘TRACE_EVENT’ + 668 | TRACE_EVENT(rpcgss_oid_to_mech, @@ -39732,3 +55790,4 @@ -../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_ondemand_read’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/rpcgss.h: In function ‘perf_trace_rpcgss_gssapi_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -39736,2 +55795,21 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcgss.h:83:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 83 | DECLARE_EVENT_CLASS(rpcgss_gssapi_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcgss.h:83:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 83 | DECLARE_EVENT_CLASS(rpcgss_gssapi_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcgss.h: In function ‘perf_trace_rpcgss_import_ctx’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -39742,2 +55820,2 @@ -../include/trace/events/cachefiles.h:760:1: note: in expansion of macro ‘TRACE_EVENT’ - 760 | TRACE_EVENT(cachefiles_ondemand_read, +../include/trace/events/rpcgss.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ + 118 | TRACE_EVENT(rpcgss_import_ctx, @@ -39745,2 +55823,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -39748,2 +55826,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -39754,2 +55832,2 @@ -../include/trace/events/cachefiles.h:760:1: note: in expansion of macro ‘TRACE_EVENT’ - 760 | TRACE_EVENT(cachefiles_ondemand_read, +../include/trace/events/rpcgss.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ + 118 | TRACE_EVENT(rpcgss_import_ctx, @@ -39757,3 +55835,3 @@ -../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_ondemand_cread’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/rpcgss.h: In function ‘perf_trace_rpcgss_ctx_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -39761,2 +55839,40 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcgss.h:141:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 141 | DECLARE_EVENT_CLASS(rpcgss_ctx_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcgss.h:141:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 141 | DECLARE_EVENT_CLASS(rpcgss_ctx_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcgss.h: In function ‘perf_trace_rpcgss_svc_gssapi_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcgss.h:175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 175 | DECLARE_EVENT_CLASS(rpcgss_svc_gssapi_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcgss.h:175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 175 | DECLARE_EVENT_CLASS(rpcgss_svc_gssapi_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcgss.h: In function ‘perf_trace_rpcgss_svc_wrap_failed’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -39767,2 +55883,2 @@ -../include/trace/events/cachefiles.h:790:1: note: in expansion of macro ‘TRACE_EVENT’ - 790 | TRACE_EVENT(cachefiles_ondemand_cread, +../include/trace/events/rpcgss.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ + 214 | TRACE_EVENT(rpcgss_svc_wrap_failed, @@ -39770,2 +55886,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -39773,2 +55889,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -39779,2 +55895,2 @@ -../include/trace/events/cachefiles.h:790:1: note: in expansion of macro ‘TRACE_EVENT’ - 790 | TRACE_EVENT(cachefiles_ondemand_cread, +../include/trace/events/rpcgss.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ + 214 | TRACE_EVENT(rpcgss_svc_wrap_failed, @@ -39782,3 +55898,3 @@ -../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_ondemand_fd_write’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/rpcgss.h: In function ‘perf_trace_rpcgss_svc_unwrap_failed’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -39786,2 +55902,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -39792,2 +55908,2 @@ -../include/trace/events/cachefiles.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ - 810 | TRACE_EVENT(cachefiles_ondemand_fd_write, +../include/trace/events/rpcgss.h:234:1: note: in expansion of macro ‘TRACE_EVENT’ + 234 | TRACE_EVENT(rpcgss_svc_unwrap_failed, @@ -39795,2 +55911,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -39798,2 +55914,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -39804,2 +55920,2 @@ -../include/trace/events/cachefiles.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ - 810 | TRACE_EVENT(cachefiles_ondemand_fd_write, +../include/trace/events/rpcgss.h:234:1: note: in expansion of macro ‘TRACE_EVENT’ + 234 | TRACE_EVENT(rpcgss_svc_unwrap_failed, @@ -39807,3 +55923,3 @@ -../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_ondemand_fd_release’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/rpcgss.h: In function ‘perf_trace_rpcgss_svc_seqno_bad’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -39811,2 +55927,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -39817,2 +55933,2 @@ -../include/trace/events/cachefiles.h:837:1: note: in expansion of macro ‘TRACE_EVENT’ - 837 | TRACE_EVENT(cachefiles_ondemand_fd_release, +../include/trace/events/rpcgss.h:254:1: note: in expansion of macro ‘TRACE_EVENT’ + 254 | TRACE_EVENT(rpcgss_svc_seqno_bad, @@ -39820,2 +55936,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -39823,2 +55939,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -39829,2 +55945,2 @@ -../include/trace/events/cachefiles.h:837:1: note: in expansion of macro ‘TRACE_EVENT’ - 837 | TRACE_EVENT(cachefiles_ondemand_fd_release, +../include/trace/events/rpcgss.h:254:1: note: in expansion of macro ‘TRACE_EVENT’ + 254 | TRACE_EVENT(rpcgss_svc_seqno_bad, @@ -39832,4 +55948,3 @@ -In file included from ../include/trace/define_trace.h:110: -../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_ref’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/rpcgss.h: In function ‘perf_trace_rpcgss_svc_accept_upcall’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -39837,2 +55952,5 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -39839,0 +55958,9 @@ +../include/trace/events/rpcgss.h:282:1: note: in expansion of macro ‘TRACE_EVENT’ + 282 | TRACE_EVENT(rpcgss_svc_accept_upcall, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -39843,2 +55970,2 @@ -../include/trace/events/cachefiles.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ - 216 | TRACE_EVENT(cachefiles_ref, +../include/trace/events/rpcgss.h:282:1: note: in expansion of macro ‘TRACE_EVENT’ + 282 | TRACE_EVENT(rpcgss_svc_accept_upcall, @@ -39846,5 +55973,9 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/events/rpcgss.h: In function ‘perf_trace_rpcgss_svc_authenticate’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -39851,0 +55983,9 @@ +../include/trace/events/rpcgss.h:313:1: note: in expansion of macro ‘TRACE_EVENT’ + 313 | TRACE_EVENT(rpcgss_svc_authenticate, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -39855,2 +55995,2 @@ -../include/trace/events/cachefiles.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ - 216 | TRACE_EVENT(cachefiles_ref, +../include/trace/events/rpcgss.h:313:1: note: in expansion of macro ‘TRACE_EVENT’ + 313 | TRACE_EVENT(rpcgss_svc_authenticate, @@ -39858,3 +55998,3 @@ -../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_lookup’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/rpcgss.h: In function ‘perf_trace_rpcgss_unwrap_failed’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -39862,2 +56002,5 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -39864,0 +56008,9 @@ +../include/trace/events/rpcgss.h:342:1: note: in expansion of macro ‘TRACE_EVENT’ + 342 | TRACE_EVENT(rpcgss_unwrap_failed, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -39868,2 +56020,2 @@ -../include/trace/events/cachefiles.h:244:1: note: in expansion of macro ‘TRACE_EVENT’ - 244 | TRACE_EVENT(cachefiles_lookup, +../include/trace/events/rpcgss.h:342:1: note: in expansion of macro ‘TRACE_EVENT’ + 342 | TRACE_EVENT(rpcgss_unwrap_failed, @@ -39871,5 +56023,9 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/events/rpcgss.h: In function ‘perf_trace_rpcgss_bad_seqno’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -39876,0 +56033,9 @@ +../include/trace/events/rpcgss.h:363:1: note: in expansion of macro ‘TRACE_EVENT’ + 363 | TRACE_EVENT(rpcgss_bad_seqno, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -39880,2 +56045,2 @@ -../include/trace/events/cachefiles.h:244:1: note: in expansion of macro ‘TRACE_EVENT’ - 244 | TRACE_EVENT(cachefiles_lookup, +../include/trace/events/rpcgss.h:363:1: note: in expansion of macro ‘TRACE_EVENT’ + 363 | TRACE_EVENT(rpcgss_bad_seqno, @@ -39883,3 +56048,3 @@ -../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_mkdir’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/rpcgss.h: In function ‘perf_trace_rpcgss_seqno’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -39887,2 +56052,5 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -39889,0 +56058,9 @@ +../include/trace/events/rpcgss.h:392:1: note: in expansion of macro ‘TRACE_EVENT’ + 392 | TRACE_EVENT(rpcgss_seqno, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -39893,2 +56070,2 @@ -../include/trace/events/cachefiles.h:270:1: note: in expansion of macro ‘TRACE_EVENT’ - 270 | TRACE_EVENT(cachefiles_mkdir, +../include/trace/events/rpcgss.h:392:1: note: in expansion of macro ‘TRACE_EVENT’ + 392 | TRACE_EVENT(rpcgss_seqno, @@ -39896,5 +56073,9 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/events/rpcgss.h: In function ‘perf_trace_rpcgss_need_reencode’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -39901,0 +56083,9 @@ +../include/trace/events/rpcgss.h:420:1: note: in expansion of macro ‘TRACE_EVENT’ + 420 | TRACE_EVENT(rpcgss_need_reencode, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -39905,2 +56095,2 @@ -../include/trace/events/cachefiles.h:270:1: note: in expansion of macro ‘TRACE_EVENT’ - 270 | TRACE_EVENT(cachefiles_mkdir, +../include/trace/events/rpcgss.h:420:1: note: in expansion of macro ‘TRACE_EVENT’ + 420 | TRACE_EVENT(rpcgss_need_reencode, @@ -39908,3 +56098,3 @@ -../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_tmpfile’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/rpcgss.h: In function ‘perf_trace_rpcgss_update_slack’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -39912,2 +56102,5 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -39914,0 +56108,9 @@ +../include/trace/events/rpcgss.h:454:1: note: in expansion of macro ‘TRACE_EVENT’ + 454 | TRACE_EVENT(rpcgss_update_slack, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -39918,2 +56120,2 @@ -../include/trace/events/cachefiles.h:290:1: note: in expansion of macro ‘TRACE_EVENT’ - 290 | TRACE_EVENT(cachefiles_tmpfile, +../include/trace/events/rpcgss.h:454:1: note: in expansion of macro ‘TRACE_EVENT’ + 454 | TRACE_EVENT(rpcgss_update_slack, @@ -39921,5 +56123,28 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/events/rpcgss.h: In function ‘perf_trace_rpcgss_svc_seqno_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcgss.h:489:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 489 | DECLARE_EVENT_CLASS(rpcgss_svc_seqno_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcgss.h:489:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 489 | DECLARE_EVENT_CLASS(rpcgss_svc_seqno_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcgss.h: In function ‘perf_trace_rpcgss_svc_seqno_low’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -39926,0 +56152,9 @@ +../include/trace/events/rpcgss.h:522:1: note: in expansion of macro ‘TRACE_EVENT’ + 522 | TRACE_EVENT(rpcgss_svc_seqno_low, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -39930,2 +56164,2 @@ -../include/trace/events/cachefiles.h:290:1: note: in expansion of macro ‘TRACE_EVENT’ - 290 | TRACE_EVENT(cachefiles_tmpfile, +../include/trace/events/rpcgss.h:522:1: note: in expansion of macro ‘TRACE_EVENT’ + 522 | TRACE_EVENT(rpcgss_svc_seqno_low, @@ -39933,3 +56167,3 @@ -../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_link’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/rpcgss.h: In function ‘perf_trace_rpcgss_upcall_msg’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -39937,2 +56171,5 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -39939,0 +56177,9 @@ +../include/trace/events/rpcgss.h:554:1: note: in expansion of macro ‘TRACE_EVENT’ + 554 | TRACE_EVENT(rpcgss_upcall_msg, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -39943,2 +56189,2 @@ -../include/trace/events/cachefiles.h:310:1: note: in expansion of macro ‘TRACE_EVENT’ - 310 | TRACE_EVENT(cachefiles_link, +../include/trace/events/rpcgss.h:554:1: note: in expansion of macro ‘TRACE_EVENT’ + 554 | TRACE_EVENT(rpcgss_upcall_msg, @@ -39946,5 +56192,9 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/events/rpcgss.h: In function ‘perf_trace_rpcgss_upcall_result’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -39951,0 +56202,9 @@ +../include/trace/events/rpcgss.h:572:1: note: in expansion of macro ‘TRACE_EVENT’ + 572 | TRACE_EVENT(rpcgss_upcall_result, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -39955,2 +56214,2 @@ -../include/trace/events/cachefiles.h:310:1: note: in expansion of macro ‘TRACE_EVENT’ - 310 | TRACE_EVENT(cachefiles_link, +../include/trace/events/rpcgss.h:572:1: note: in expansion of macro ‘TRACE_EVENT’ + 572 | TRACE_EVENT(rpcgss_upcall_result, @@ -39958,3 +56217,3 @@ -../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_unlink’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/rpcgss.h: In function ‘perf_trace_rpcgss_context’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -39962,2 +56221,17 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcgss.h:594:1: note: in expansion of macro ‘TRACE_EVENT’ + 594 | TRACE_EVENT(rpcgss_context, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -39964,0 +56239,10 @@ +../include/trace/events/rpcgss.h:594:1: note: in expansion of macro ‘TRACE_EVENT’ + 594 | TRACE_EVENT(rpcgss_context, + | ^~~~~~~~~~~ +../include/trace/events/rpcgss.h: In function ‘perf_trace_rpcgss_createauth’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -39968,2 +56252,39 @@ -../include/trace/events/cachefiles.h:330:1: note: in expansion of macro ‘TRACE_EVENT’ - 330 | TRACE_EVENT(cachefiles_unlink, +../include/trace/events/rpcgss.h:645:1: note: in expansion of macro ‘TRACE_EVENT’ + 645 | TRACE_EVENT(rpcgss_createauth, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcgss.h:645:1: note: in expansion of macro ‘TRACE_EVENT’ + 645 | TRACE_EVENT(rpcgss_createauth, + | ^~~~~~~~~~~ +../include/trace/events/rpcgss.h: In function ‘perf_trace_rpcgss_oid_to_mech’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcgss.h:668:1: note: in expansion of macro ‘TRACE_EVENT’ + 668 | TRACE_EVENT(rpcgss_oid_to_mech, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcgss.h:668:1: note: in expansion of macro ‘TRACE_EVENT’ + 668 | TRACE_EVENT(rpcgss_oid_to_mech, @@ -39970,0 +56292,11 @@ +In file included from ../include/trace/define_trace.h:110: +../include/trace/events/rpcgss.h: In function ‘__bpf_trace_rpcgss_gssapi_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcgss.h:83:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 83 | DECLARE_EVENT_CLASS(rpcgss_gssapi_event, + | ^~~~~~~~~~~~~~~~~~~ @@ -39977,7 +56309,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/cachefiles.h:330:1: note: in expansion of macro ‘TRACE_EVENT’ - 330 | TRACE_EVENT(cachefiles_unlink, - | ^~~~~~~~~~~ -../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_rename’: +../include/trace/events/rpcgss.h:83:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 83 | DECLARE_EVENT_CLASS(rpcgss_gssapi_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcgss.h: In function ‘__bpf_trace_rpcgss_import_ctx’: @@ -39993,2 +56322,2 @@ -../include/trace/events/cachefiles.h:355:1: note: in expansion of macro ‘TRACE_EVENT’ - 355 | TRACE_EVENT(cachefiles_rename, +../include/trace/events/rpcgss.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ + 118 | TRACE_EVENT(rpcgss_import_ctx, @@ -40005,2 +56334,2 @@ -../include/trace/events/cachefiles.h:355:1: note: in expansion of macro ‘TRACE_EVENT’ - 355 | TRACE_EVENT(cachefiles_rename, +../include/trace/events/rpcgss.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ + 118 | TRACE_EVENT(rpcgss_import_ctx, @@ -40008 +56337 @@ -../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_coherency’: +../include/trace/events/rpcgss.h: In function ‘__bpf_trace_rpcgss_ctx_class’: @@ -40015,6 +56344,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/cachefiles.h:380:1: note: in expansion of macro ‘TRACE_EVENT’ - 380 | TRACE_EVENT(cachefiles_coherency, - | ^~~~~~~~~~~ +../include/trace/events/rpcgss.h:141:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 141 | DECLARE_EVENT_CLASS(rpcgss_ctx_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -40027,2 +56353,9 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ +../include/trace/events/rpcgss.h:141:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 141 | DECLARE_EVENT_CLASS(rpcgss_ctx_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcgss.h: In function ‘__bpf_trace_rpcgss_svc_gssapi_class’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) @@ -40030,4 +56363,13 @@ -../include/trace/events/cachefiles.h:380:1: note: in expansion of macro ‘TRACE_EVENT’ - 380 | TRACE_EVENT(cachefiles_coherency, - | ^~~~~~~~~~~ -../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_vol_coherency’: +../include/trace/events/rpcgss.h:175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 175 | DECLARE_EVENT_CLASS(rpcgss_svc_gssapi_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcgss.h:175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 175 | DECLARE_EVENT_CLASS(rpcgss_svc_gssapi_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcgss.h: In function ‘__bpf_trace_rpcgss_svc_wrap_failed’: @@ -40043,2 +56385,2 @@ -../include/trace/events/cachefiles.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ - 410 | TRACE_EVENT(cachefiles_vol_coherency, +../include/trace/events/rpcgss.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ + 214 | TRACE_EVENT(rpcgss_svc_wrap_failed, @@ -40055,2 +56397,2 @@ -../include/trace/events/cachefiles.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ - 410 | TRACE_EVENT(cachefiles_vol_coherency, +../include/trace/events/rpcgss.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ + 214 | TRACE_EVENT(rpcgss_svc_wrap_failed, @@ -40058 +56400 @@ -../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_prep_read’: +../include/trace/events/rpcgss.h: In function ‘__bpf_trace_rpcgss_svc_unwrap_failed’: @@ -40068,2 +56410,2 @@ -../include/trace/events/cachefiles.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ - 436 | TRACE_EVENT(cachefiles_prep_read, +../include/trace/events/rpcgss.h:234:1: note: in expansion of macro ‘TRACE_EVENT’ + 234 | TRACE_EVENT(rpcgss_svc_unwrap_failed, @@ -40080,2 +56422,2 @@ -../include/trace/events/cachefiles.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ - 436 | TRACE_EVENT(cachefiles_prep_read, +../include/trace/events/rpcgss.h:234:1: note: in expansion of macro ‘TRACE_EVENT’ + 234 | TRACE_EVENT(rpcgss_svc_unwrap_failed, @@ -40083 +56425 @@ -../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_read’: +../include/trace/events/rpcgss.h: In function ‘__bpf_trace_rpcgss_svc_seqno_bad’: @@ -40093,2 +56435,2 @@ -../include/trace/events/cachefiles.h:478:1: note: in expansion of macro ‘TRACE_EVENT’ - 478 | TRACE_EVENT(cachefiles_read, +../include/trace/events/rpcgss.h:254:1: note: in expansion of macro ‘TRACE_EVENT’ + 254 | TRACE_EVENT(rpcgss_svc_seqno_bad, @@ -40105,2 +56447,2 @@ -../include/trace/events/cachefiles.h:478:1: note: in expansion of macro ‘TRACE_EVENT’ - 478 | TRACE_EVENT(cachefiles_read, +../include/trace/events/rpcgss.h:254:1: note: in expansion of macro ‘TRACE_EVENT’ + 254 | TRACE_EVENT(rpcgss_svc_seqno_bad, @@ -40108 +56450 @@ -../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_write’: +../include/trace/events/rpcgss.h: In function ‘__bpf_trace_rpcgss_svc_accept_upcall’: @@ -40118,2 +56460,2 @@ -../include/trace/events/cachefiles.h:507:1: note: in expansion of macro ‘TRACE_EVENT’ - 507 | TRACE_EVENT(cachefiles_write, +../include/trace/events/rpcgss.h:282:1: note: in expansion of macro ‘TRACE_EVENT’ + 282 | TRACE_EVENT(rpcgss_svc_accept_upcall, @@ -40130,2 +56472,2 @@ -../include/trace/events/cachefiles.h:507:1: note: in expansion of macro ‘TRACE_EVENT’ - 507 | TRACE_EVENT(cachefiles_write, +../include/trace/events/rpcgss.h:282:1: note: in expansion of macro ‘TRACE_EVENT’ + 282 | TRACE_EVENT(rpcgss_svc_accept_upcall, @@ -40133 +56475 @@ -../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_trunc’: +../include/trace/events/rpcgss.h: In function ‘__bpf_trace_rpcgss_svc_authenticate’: @@ -40143,2 +56485,2 @@ -../include/trace/events/cachefiles.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ - 536 | TRACE_EVENT(cachefiles_trunc, +../include/trace/events/rpcgss.h:313:1: note: in expansion of macro ‘TRACE_EVENT’ + 313 | TRACE_EVENT(rpcgss_svc_authenticate, @@ -40155,2 +56497,2 @@ -../include/trace/events/cachefiles.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ - 536 | TRACE_EVENT(cachefiles_trunc, +../include/trace/events/rpcgss.h:313:1: note: in expansion of macro ‘TRACE_EVENT’ + 313 | TRACE_EVENT(rpcgss_svc_authenticate, @@ -40158 +56500 @@ -../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_mark_active’: +../include/trace/events/rpcgss.h: In function ‘__bpf_trace_rpcgss_unwrap_failed’: @@ -40168,2 +56510,2 @@ -../include/trace/events/cachefiles.h:566:1: note: in expansion of macro ‘TRACE_EVENT’ - 566 | TRACE_EVENT(cachefiles_mark_active, +../include/trace/events/rpcgss.h:342:1: note: in expansion of macro ‘TRACE_EVENT’ + 342 | TRACE_EVENT(rpcgss_unwrap_failed, @@ -40180,2 +56522,2 @@ -../include/trace/events/cachefiles.h:566:1: note: in expansion of macro ‘TRACE_EVENT’ - 566 | TRACE_EVENT(cachefiles_mark_active, +../include/trace/events/rpcgss.h:342:1: note: in expansion of macro ‘TRACE_EVENT’ + 342 | TRACE_EVENT(rpcgss_unwrap_failed, @@ -40183 +56525 @@ -../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_mark_failed’: +../include/trace/events/rpcgss.h: In function ‘__bpf_trace_rpcgss_bad_seqno’: @@ -40193,2 +56535,2 @@ -../include/trace/events/cachefiles.h:587:1: note: in expansion of macro ‘TRACE_EVENT’ - 587 | TRACE_EVENT(cachefiles_mark_failed, +../include/trace/events/rpcgss.h:363:1: note: in expansion of macro ‘TRACE_EVENT’ + 363 | TRACE_EVENT(rpcgss_bad_seqno, @@ -40205,2 +56547,2 @@ -../include/trace/events/cachefiles.h:587:1: note: in expansion of macro ‘TRACE_EVENT’ - 587 | TRACE_EVENT(cachefiles_mark_failed, +../include/trace/events/rpcgss.h:363:1: note: in expansion of macro ‘TRACE_EVENT’ + 363 | TRACE_EVENT(rpcgss_bad_seqno, @@ -40208 +56550 @@ -../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_mark_inactive’: +../include/trace/events/rpcgss.h: In function ‘__bpf_trace_rpcgss_seqno’: @@ -40218,2 +56560,2 @@ -../include/trace/events/cachefiles.h:608:1: note: in expansion of macro ‘TRACE_EVENT’ - 608 | TRACE_EVENT(cachefiles_mark_inactive, +../include/trace/events/rpcgss.h:392:1: note: in expansion of macro ‘TRACE_EVENT’ + 392 | TRACE_EVENT(rpcgss_seqno, @@ -40230,2 +56572,2 @@ -../include/trace/events/cachefiles.h:608:1: note: in expansion of macro ‘TRACE_EVENT’ - 608 | TRACE_EVENT(cachefiles_mark_inactive, +../include/trace/events/rpcgss.h:392:1: note: in expansion of macro ‘TRACE_EVENT’ + 392 | TRACE_EVENT(rpcgss_seqno, @@ -40233 +56575 @@ -../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_vfs_error’: +../include/trace/events/rpcgss.h: In function ‘__bpf_trace_rpcgss_need_reencode’: @@ -40243,2 +56585,2 @@ -../include/trace/events/cachefiles.h:629:1: note: in expansion of macro ‘TRACE_EVENT’ - 629 | TRACE_EVENT(cachefiles_vfs_error, +../include/trace/events/rpcgss.h:420:1: note: in expansion of macro ‘TRACE_EVENT’ + 420 | TRACE_EVENT(rpcgss_need_reencode, @@ -40255,2 +56597,2 @@ -../include/trace/events/cachefiles.h:629:1: note: in expansion of macro ‘TRACE_EVENT’ - 629 | TRACE_EVENT(cachefiles_vfs_error, +../include/trace/events/rpcgss.h:420:1: note: in expansion of macro ‘TRACE_EVENT’ + 420 | TRACE_EVENT(rpcgss_need_reencode, @@ -40258 +56600 @@ -../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_io_error’: +../include/trace/events/rpcgss.h: In function ‘__bpf_trace_rpcgss_update_slack’: @@ -40268,2 +56610,2 @@ -../include/trace/events/cachefiles.h:656:1: note: in expansion of macro ‘TRACE_EVENT’ - 656 | TRACE_EVENT(cachefiles_io_error, +../include/trace/events/rpcgss.h:454:1: note: in expansion of macro ‘TRACE_EVENT’ + 454 | TRACE_EVENT(rpcgss_update_slack, @@ -40280,2 +56622,2 @@ -../include/trace/events/cachefiles.h:656:1: note: in expansion of macro ‘TRACE_EVENT’ - 656 | TRACE_EVENT(cachefiles_io_error, +../include/trace/events/rpcgss.h:454:1: note: in expansion of macro ‘TRACE_EVENT’ + 454 | TRACE_EVENT(rpcgss_update_slack, @@ -40283 +56625 @@ -../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_ondemand_open’: +../include/trace/events/rpcgss.h: In function ‘__bpf_trace_rpcgss_svc_seqno_class’: @@ -40290,6 +56632,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/cachefiles.h:683:1: note: in expansion of macro ‘TRACE_EVENT’ - 683 | TRACE_EVENT(cachefiles_ondemand_open, - | ^~~~~~~~~~~ +../include/trace/events/rpcgss.h:489:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 489 | DECLARE_EVENT_CLASS(rpcgss_svc_seqno_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -40302,7 +56641,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/cachefiles.h:683:1: note: in expansion of macro ‘TRACE_EVENT’ - 683 | TRACE_EVENT(cachefiles_ondemand_open, - | ^~~~~~~~~~~ -../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_ondemand_copen’: +../include/trace/events/rpcgss.h:489:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 489 | DECLARE_EVENT_CLASS(rpcgss_svc_seqno_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcgss.h: In function ‘__bpf_trace_rpcgss_svc_seqno_low’: @@ -40318,2 +56654,2 @@ -../include/trace/events/cachefiles.h:713:1: note: in expansion of macro ‘TRACE_EVENT’ - 713 | TRACE_EVENT(cachefiles_ondemand_copen, +../include/trace/events/rpcgss.h:522:1: note: in expansion of macro ‘TRACE_EVENT’ + 522 | TRACE_EVENT(rpcgss_svc_seqno_low, @@ -40330,2 +56666,2 @@ -../include/trace/events/cachefiles.h:713:1: note: in expansion of macro ‘TRACE_EVENT’ - 713 | TRACE_EVENT(cachefiles_ondemand_copen, +../include/trace/events/rpcgss.h:522:1: note: in expansion of macro ‘TRACE_EVENT’ + 522 | TRACE_EVENT(rpcgss_svc_seqno_low, @@ -40333 +56669 @@ -../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_ondemand_close’: +../include/trace/events/rpcgss.h: In function ‘__bpf_trace_rpcgss_upcall_msg’: @@ -40343,2 +56679,2 @@ -../include/trace/events/cachefiles.h:737:1: note: in expansion of macro ‘TRACE_EVENT’ - 737 | TRACE_EVENT(cachefiles_ondemand_close, +../include/trace/events/rpcgss.h:554:1: note: in expansion of macro ‘TRACE_EVENT’ + 554 | TRACE_EVENT(rpcgss_upcall_msg, @@ -40355,2 +56691,2 @@ -../include/trace/events/cachefiles.h:737:1: note: in expansion of macro ‘TRACE_EVENT’ - 737 | TRACE_EVENT(cachefiles_ondemand_close, +../include/trace/events/rpcgss.h:554:1: note: in expansion of macro ‘TRACE_EVENT’ + 554 | TRACE_EVENT(rpcgss_upcall_msg, @@ -40358 +56694 @@ -../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_ondemand_read’: +../include/trace/events/rpcgss.h: In function ‘__bpf_trace_rpcgss_upcall_result’: @@ -40368,2 +56704,2 @@ -../include/trace/events/cachefiles.h:760:1: note: in expansion of macro ‘TRACE_EVENT’ - 760 | TRACE_EVENT(cachefiles_ondemand_read, +../include/trace/events/rpcgss.h:572:1: note: in expansion of macro ‘TRACE_EVENT’ + 572 | TRACE_EVENT(rpcgss_upcall_result, @@ -40380,2 +56716,2 @@ -../include/trace/events/cachefiles.h:760:1: note: in expansion of macro ‘TRACE_EVENT’ - 760 | TRACE_EVENT(cachefiles_ondemand_read, +../include/trace/events/rpcgss.h:572:1: note: in expansion of macro ‘TRACE_EVENT’ + 572 | TRACE_EVENT(rpcgss_upcall_result, @@ -40383 +56719 @@ -../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_ondemand_cread’: +../include/trace/events/rpcgss.h: In function ‘__bpf_trace_rpcgss_context’: @@ -40393,2 +56729,2 @@ -../include/trace/events/cachefiles.h:790:1: note: in expansion of macro ‘TRACE_EVENT’ - 790 | TRACE_EVENT(cachefiles_ondemand_cread, +../include/trace/events/rpcgss.h:594:1: note: in expansion of macro ‘TRACE_EVENT’ + 594 | TRACE_EVENT(rpcgss_context, @@ -40405,2 +56741,2 @@ -../include/trace/events/cachefiles.h:790:1: note: in expansion of macro ‘TRACE_EVENT’ - 790 | TRACE_EVENT(cachefiles_ondemand_cread, +../include/trace/events/rpcgss.h:594:1: note: in expansion of macro ‘TRACE_EVENT’ + 594 | TRACE_EVENT(rpcgss_context, @@ -40408 +56744 @@ -../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_ondemand_fd_write’: +../include/trace/events/rpcgss.h: In function ‘__bpf_trace_rpcgss_createauth’: @@ -40418,2 +56754,2 @@ -../include/trace/events/cachefiles.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ - 810 | TRACE_EVENT(cachefiles_ondemand_fd_write, +../include/trace/events/rpcgss.h:645:1: note: in expansion of macro ‘TRACE_EVENT’ + 645 | TRACE_EVENT(rpcgss_createauth, @@ -40430,2 +56766,2 @@ -../include/trace/events/cachefiles.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ - 810 | TRACE_EVENT(cachefiles_ondemand_fd_write, +../include/trace/events/rpcgss.h:645:1: note: in expansion of macro ‘TRACE_EVENT’ + 645 | TRACE_EVENT(rpcgss_createauth, @@ -40433 +56769 @@ -../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_ondemand_fd_release’: +../include/trace/events/rpcgss.h: In function ‘__bpf_trace_rpcgss_oid_to_mech’: @@ -40443,2 +56779,2 @@ -../include/trace/events/cachefiles.h:837:1: note: in expansion of macro ‘TRACE_EVENT’ - 837 | TRACE_EVENT(cachefiles_ondemand_fd_release, +../include/trace/events/rpcgss.h:668:1: note: in expansion of macro ‘TRACE_EVENT’ + 668 | TRACE_EVENT(rpcgss_oid_to_mech, @@ -40455,2 +56791,2 @@ -../include/trace/events/cachefiles.h:837:1: note: in expansion of macro ‘TRACE_EVENT’ - 837 | TRACE_EVENT(cachefiles_ondemand_fd_release, +../include/trace/events/rpcgss.h:668:1: note: in expansion of macro ‘TRACE_EVENT’ + 668 | TRACE_EVENT(rpcgss_oid_to_mech, @@ -40458,2 +56794,3 @@ -make[5]: *** [../scripts/Makefile.build:244: fs/cachefiles/main.o] Error 1 -make[4]: *** [../scripts/Makefile.build:485: fs/cachefiles] Error 2 +make[6]: *** [../scripts/Makefile.build:244: net/sunrpc/auth_gss/trace.o] Error 1 +make[5]: *** [../scripts/Makefile.build:485: net/sunrpc/auth_gss] Error 2 +make[5]: *** Waiting for unfinished jobs.... @@ -40461,3 +56798,3 @@ - from ../fs/smb/client/trace.h:1579, - from ../fs/smb/client/trace.c:8: -../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_rw_err_class’: + from ../drivers/net/ethernet/intel/ice/ice_trace.h:364, + from ../drivers/net/ethernet/intel/ice/ice_main.c:24: +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘trace_event_raw_event_ice_rx_dim_template’: @@ -40470,2 +56807,2 @@ -../fs/smb/client/./trace.h:105:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 105 | DECLARE_EVENT_CLASS(smb3_rw_err_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:63:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 63 | DECLARE_EVENT_CLASS(ice_rx_dim_template, @@ -40479,2 +56816,2 @@ -../fs/smb/client/./trace.h:105:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 105 | DECLARE_EVENT_CLASS(smb3_rw_err_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:63:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 63 | DECLARE_EVENT_CLASS(ice_rx_dim_template, @@ -40488,2 +56825,2 @@ -../fs/smb/client/./trace.h:105:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 105 | DECLARE_EVENT_CLASS(smb3_rw_err_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:63:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 63 | DECLARE_EVENT_CLASS(ice_rx_dim_template, @@ -40497,2 +56834,2 @@ -../fs/smb/client/./trace.h:105:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 105 | DECLARE_EVENT_CLASS(smb3_rw_err_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:63:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 63 | DECLARE_EVENT_CLASS(ice_rx_dim_template, @@ -40506,2 +56843,2 @@ -../fs/smb/client/./trace.h:105:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 105 | DECLARE_EVENT_CLASS(smb3_rw_err_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:63:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 63 | DECLARE_EVENT_CLASS(ice_rx_dim_template, @@ -40509 +56846 @@ -../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_other_err_class’: +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘trace_event_raw_event_ice_tx_dim_template’: @@ -40516,2 +56853,2 @@ -../fs/smb/client/./trace.h:161:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 161 | DECLARE_EVENT_CLASS(smb3_other_err_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:90:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 90 | DECLARE_EVENT_CLASS(ice_tx_dim_template, @@ -40525,2 +56862,2 @@ -../fs/smb/client/./trace.h:161:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 161 | DECLARE_EVENT_CLASS(smb3_other_err_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:90:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 90 | DECLARE_EVENT_CLASS(ice_tx_dim_template, @@ -40528 +56865 @@ -../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_copy_range_err_class’: +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘trace_event_raw_event_ice_tx_template’: @@ -40535,2 +56872,2 @@ -../fs/smb/client/./trace.h:213:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 213 | DECLARE_EVENT_CLASS(smb3_copy_range_err_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:118:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 118 | DECLARE_EVENT_CLASS(ice_tx_template, @@ -40544,2 +56881,2 @@ -../fs/smb/client/./trace.h:213:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 213 | DECLARE_EVENT_CLASS(smb3_copy_range_err_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:118:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 118 | DECLARE_EVENT_CLASS(ice_tx_template, @@ -40547 +56884 @@ -../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_copy_range_done_class’: +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘trace_event_raw_event_ice_rx_template’: @@ -40554,2 +56891,2 @@ -../fs/smb/client/./trace.h:267:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 267 | DECLARE_EVENT_CLASS(smb3_copy_range_done_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 148 | DECLARE_EVENT_CLASS(ice_rx_template, @@ -40563,2 +56900,2 @@ -../fs/smb/client/./trace.h:267:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 267 | DECLARE_EVENT_CLASS(smb3_copy_range_done_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 148 | DECLARE_EVENT_CLASS(ice_rx_template, @@ -40566 +56903 @@ -../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_rw_done_class’: +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘trace_event_raw_event_ice_rx_indicate_template’: @@ -40573,2 +56910,2 @@ -../fs/smb/client/./trace.h:321:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 321 | DECLARE_EVENT_CLASS(smb3_rw_done_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:169:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 169 | DECLARE_EVENT_CLASS(ice_rx_indicate_template, @@ -40582,2 +56919,2 @@ -../fs/smb/client/./trace.h:321:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 321 | DECLARE_EVENT_CLASS(smb3_rw_done_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:169:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 169 | DECLARE_EVENT_CLASS(ice_rx_indicate_template, @@ -40585 +56922 @@ -../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_other_done_class’: +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘trace_event_raw_event_ice_xmit_template’: @@ -40592,2 +56929,2 @@ -../fs/smb/client/./trace.h:374:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 374 | DECLARE_EVENT_CLASS(smb3_other_done_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:195:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 195 | DECLARE_EVENT_CLASS(ice_xmit_template, @@ -40601,2 +56938,2 @@ -../fs/smb/client/./trace.h:374:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 374 | DECLARE_EVENT_CLASS(smb3_other_done_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:195:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 195 | DECLARE_EVENT_CLASS(ice_xmit_template, @@ -40604 +56941 @@ -../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_eof_class’: +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘trace_event_raw_event_ice_tx_tstamp_template’: @@ -40611,2 +56948,2 @@ -../fs/smb/client/./trace.h:423:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 423 | DECLARE_EVENT_CLASS(smb3_eof_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:220:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 220 | DECLARE_EVENT_CLASS(ice_tx_tstamp_template, @@ -40620,2 +56957,2 @@ -../fs/smb/client/./trace.h:423:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 423 | DECLARE_EVENT_CLASS(smb3_eof_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:220:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 220 | DECLARE_EVENT_CLASS(ice_tx_tstamp_template, @@ -40623 +56960 @@ -../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_fd_class’: +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘trace_event_raw_event_ice_esw_br_fdb_template’: @@ -40630,2 +56967,2 @@ -../fs/smb/client/./trace.h:463:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 463 | DECLARE_EVENT_CLASS(smb3_fd_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:244:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 244 | DECLARE_EVENT_CLASS(ice_esw_br_fdb_template, @@ -40639,2 +56976,2 @@ -../fs/smb/client/./trace.h:463:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 463 | DECLARE_EVENT_CLASS(smb3_fd_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:244:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 244 | DECLARE_EVENT_CLASS(ice_esw_br_fdb_template, @@ -40642 +56979 @@ -../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_fd_err_class’: +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘trace_event_raw_event_ice_esw_br_vlan_template’: @@ -40649,2 +56986,2 @@ -../fs/smb/client/./trace.h:499:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 499 | DECLARE_EVENT_CLASS(smb3_fd_err_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:276:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 276 | DECLARE_EVENT_CLASS(ice_esw_br_vlan_template, @@ -40658,2 +56995,2 @@ -../fs/smb/client/./trace.h:499:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 499 | DECLARE_EVENT_CLASS(smb3_fd_err_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:276:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 276 | DECLARE_EVENT_CLASS(ice_esw_br_vlan_template, @@ -40661 +56998 @@ -../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_inf_enter_class’: +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘trace_event_raw_event_ice_esw_br_port_template’: @@ -40668,2 +57005,2 @@ -../fs/smb/client/./trace.h:541:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 541 | DECLARE_EVENT_CLASS(smb3_inf_enter_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:302:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 302 | DECLARE_EVENT_CLASS(ice_esw_br_port_template, @@ -40677,2 +57014,2 @@ -../fs/smb/client/./trace.h:541:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 541 | DECLARE_EVENT_CLASS(smb3_inf_enter_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:302:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 302 | DECLARE_EVENT_CLASS(ice_esw_br_port_template, @@ -40680 +57017 @@ -../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_inf_err_class’: +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘trace_event_raw_event_ice_switch_stats_template’: @@ -40687,2 +57024,2 @@ -../fs/smb/client/./trace.h:585:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 585 | DECLARE_EVENT_CLASS(smb3_inf_err_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:333:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 333 | DECLARE_EVENT_CLASS(ice_switch_stats_template, @@ -40696,2 +57033,2 @@ -../fs/smb/client/./trace.h:585:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 585 | DECLARE_EVENT_CLASS(smb3_inf_err_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:333:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 333 | DECLARE_EVENT_CLASS(ice_switch_stats_template, @@ -40699,3 +57036,4 @@ -../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_inf_compound_enter_class’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +In file included from ../include/trace/define_trace.h:109: +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘perf_trace_ice_rx_dim_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -40703,2 +57041,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -40706,2 +57044,2 @@ -../fs/smb/client/./trace.h:633:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 633 | DECLARE_EVENT_CLASS(smb3_inf_compound_enter_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:63:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 63 | DECLARE_EVENT_CLASS(ice_rx_dim_template, @@ -40709,2 +57047,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -40712,2 +57050,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -40715,2 +57053,2 @@ -../fs/smb/client/./trace.h:633:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 633 | DECLARE_EVENT_CLASS(smb3_inf_compound_enter_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:63:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 63 | DECLARE_EVENT_CLASS(ice_rx_dim_template, @@ -40718,3 +57056,3 @@ -../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_inf_compound_done_class’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘perf_trace_ice_tx_dim_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -40722,2 +57060,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -40725,2 +57063,2 @@ -../fs/smb/client/./trace.h:678:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 678 | DECLARE_EVENT_CLASS(smb3_inf_compound_done_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:90:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 90 | DECLARE_EVENT_CLASS(ice_tx_dim_template, @@ -40728,2 +57066,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -40731,2 +57069,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -40734,2 +57072,2 @@ -../fs/smb/client/./trace.h:678:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 678 | DECLARE_EVENT_CLASS(smb3_inf_compound_done_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:90:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 90 | DECLARE_EVENT_CLASS(ice_tx_dim_template, @@ -40737,3 +57075,3 @@ -../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_inf_compound_err_class’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘perf_trace_ice_tx_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -40741,2 +57079,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -40744,2 +57082,2 @@ -../fs/smb/client/./trace.h:719:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 719 | DECLARE_EVENT_CLASS(smb3_inf_compound_err_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:118:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 118 | DECLARE_EVENT_CLASS(ice_tx_template, @@ -40747,2 +57085,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -40750,2 +57088,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -40753,2 +57091,2 @@ -../fs/smb/client/./trace.h:719:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 719 | DECLARE_EVENT_CLASS(smb3_inf_compound_err_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:118:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 118 | DECLARE_EVENT_CLASS(ice_tx_template, @@ -40756,3 +57094,3 @@ -../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_cmd_err_class’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘perf_trace_ice_rx_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -40760,2 +57098,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -40763,2 +57101,2 @@ -../fs/smb/client/./trace.h:768:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 768 | DECLARE_EVENT_CLASS(smb3_cmd_err_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 148 | DECLARE_EVENT_CLASS(ice_rx_template, @@ -40766,2 +57104,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -40769,2 +57107,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -40772,2 +57110,2 @@ -../fs/smb/client/./trace.h:768:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 768 | DECLARE_EVENT_CLASS(smb3_cmd_err_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 148 | DECLARE_EVENT_CLASS(ice_rx_template, @@ -40775,3 +57113,3 @@ -../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_cmd_done_class’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘perf_trace_ice_rx_indicate_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -40779,2 +57117,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -40782,2 +57120,2 @@ -../fs/smb/client/./trace.h:809:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 809 | DECLARE_EVENT_CLASS(smb3_cmd_done_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:169:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 169 | DECLARE_EVENT_CLASS(ice_rx_indicate_template, @@ -40785,2 +57123,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -40788,2 +57126,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -40791,2 +57129,2 @@ -../fs/smb/client/./trace.h:809:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 809 | DECLARE_EVENT_CLASS(smb3_cmd_done_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:169:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 169 | DECLARE_EVENT_CLASS(ice_rx_indicate_template, @@ -40794,3 +57132,3 @@ -../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_mid_class’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘perf_trace_ice_xmit_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -40798,2 +57136,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -40801,2 +57139,2 @@ -../fs/smb/client/./trace.h:844:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 844 | DECLARE_EVENT_CLASS(smb3_mid_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:195:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 195 | DECLARE_EVENT_CLASS(ice_xmit_template, @@ -40804,2 +57142,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -40807,2 +57145,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -40810,2 +57148,2 @@ -../fs/smb/client/./trace.h:844:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 844 | DECLARE_EVENT_CLASS(smb3_mid_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:195:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 195 | DECLARE_EVENT_CLASS(ice_xmit_template, @@ -40813,3 +57151,3 @@ -../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_exit_err_class’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘perf_trace_ice_tx_tstamp_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -40817,2 +57155,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -40820,2 +57158,2 @@ -../fs/smb/client/./trace.h:881:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 881 | DECLARE_EVENT_CLASS(smb3_exit_err_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:220:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 220 | DECLARE_EVENT_CLASS(ice_tx_tstamp_template, @@ -40823,2 +57161,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -40826,2 +57164,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -40829,2 +57167,2 @@ -../fs/smb/client/./trace.h:881:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 881 | DECLARE_EVENT_CLASS(smb3_exit_err_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:220:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 220 | DECLARE_EVENT_CLASS(ice_tx_tstamp_template, @@ -40832,3 +57170,3 @@ -../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_sync_err_class’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘perf_trace_ice_esw_br_fdb_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -40836,2 +57174,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -40839,2 +57177,2 @@ -../fs/smb/client/./trace.h:910:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 910 | DECLARE_EVENT_CLASS(smb3_sync_err_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:244:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 244 | DECLARE_EVENT_CLASS(ice_esw_br_fdb_template, @@ -40842,2 +57180,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -40845,2 +57183,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -40848,2 +57186,2 @@ -../fs/smb/client/./trace.h:910:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 910 | DECLARE_EVENT_CLASS(smb3_sync_err_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:244:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 244 | DECLARE_EVENT_CLASS(ice_esw_br_fdb_template, @@ -40851,3 +57189,3 @@ -../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_enter_exit_class’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘perf_trace_ice_esw_br_vlan_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -40855,2 +57193,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -40858,2 +57196,2 @@ -../fs/smb/client/./trace.h:936:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 936 | DECLARE_EVENT_CLASS(smb3_enter_exit_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:276:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 276 | DECLARE_EVENT_CLASS(ice_esw_br_vlan_template, @@ -40861,2 +57199,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -40864,2 +57202,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -40867,2 +57205,2 @@ -../fs/smb/client/./trace.h:936:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 936 | DECLARE_EVENT_CLASS(smb3_enter_exit_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:276:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 276 | DECLARE_EVENT_CLASS(ice_esw_br_vlan_template, @@ -40870,3 +57208,3 @@ -../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_tcon_class’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘perf_trace_ice_esw_br_port_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -40874,2 +57212,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -40877,2 +57215,2 @@ -../fs/smb/client/./trace.h:965:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 965 | DECLARE_EVENT_CLASS(smb3_tcon_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:302:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 302 | DECLARE_EVENT_CLASS(ice_esw_br_port_template, @@ -40880,2 +57218,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -40883,2 +57221,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -40886,2 +57224,2 @@ -../fs/smb/client/./trace.h:965:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 965 | DECLARE_EVENT_CLASS(smb3_tcon_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:302:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 302 | DECLARE_EVENT_CLASS(ice_esw_br_port_template, @@ -40889,3 +57227,3 @@ -../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_open_enter_class’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘perf_trace_ice_switch_stats_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -40893,2 +57231,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -40896,2 +57234,2 @@ -../fs/smb/client/./trace.h:1007:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1007 | DECLARE_EVENT_CLASS(smb3_open_enter_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:333:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 333 | DECLARE_EVENT_CLASS(ice_switch_stats_template, @@ -40899,2 +57237,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -40902,2 +57240,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -40905,2 +57243,2 @@ -../fs/smb/client/./trace.h:1007:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1007 | DECLARE_EVENT_CLASS(smb3_open_enter_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:333:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 333 | DECLARE_EVENT_CLASS(ice_switch_stats_template, @@ -40908,3 +57246,4 @@ -../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_open_err_class’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +In file included from ../include/trace/define_trace.h:110: +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘__bpf_trace_ice_rx_dim_template’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ @@ -40912,759 +57251,5 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:1049:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1049 | DECLARE_EVENT_CLASS(smb3_open_err_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:1049:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1049 | DECLARE_EVENT_CLASS(smb3_open_err_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_open_done_class’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:1091:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1091 | DECLARE_EVENT_CLASS(smb3_open_done_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:1091:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1091 | DECLARE_EVENT_CLASS(smb3_open_done_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_lease_done_class’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:1134:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1134 | DECLARE_EVENT_CLASS(smb3_lease_done_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:1134:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1134 | DECLARE_EVENT_CLASS(smb3_lease_done_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_lease_err_class’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:1172:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1172 | DECLARE_EVENT_CLASS(smb3_lease_err_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:1172:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1172 | DECLARE_EVENT_CLASS(smb3_lease_err_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_connect_class’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:1213:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1213 | DECLARE_EVENT_CLASS(smb3_connect_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:1213:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1213 | DECLARE_EVENT_CLASS(smb3_connect_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_connect_err_class’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:1248:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1248 | DECLARE_EVENT_CLASS(smb3_connect_err_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:1248:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1248 | DECLARE_EVENT_CLASS(smb3_connect_err_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_sess_setup_err_class’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:1284:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1284 | DECLARE_EVENT_CLASS(smb3_sess_setup_err_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:1284:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1284 | DECLARE_EVENT_CLASS(smb3_sess_setup_err_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_reconnect_class’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:1324:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1324 | DECLARE_EVENT_CLASS(smb3_reconnect_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:1324:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1324 | DECLARE_EVENT_CLASS(smb3_reconnect_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_ses_class’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:1355:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1355 | DECLARE_EVENT_CLASS(smb3_ses_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:1355:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1355 | DECLARE_EVENT_CLASS(smb3_ses_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_ioctl_class’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:1375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1375 | DECLARE_EVENT_CLASS(smb3_ioctl_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:1375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1375 | DECLARE_EVENT_CLASS(smb3_ioctl_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_shutdown_class’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:1403:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1403 | DECLARE_EVENT_CLASS(smb3_shutdown_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:1403:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1403 | DECLARE_EVENT_CLASS(smb3_shutdown_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_shutdown_err_class’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:1428:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1428 | DECLARE_EVENT_CLASS(smb3_shutdown_err_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:1428:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1428 | DECLARE_EVENT_CLASS(smb3_shutdown_err_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_credit_class’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:1456:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1456 | DECLARE_EVENT_CLASS(smb3_credit_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:1456:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1456 | DECLARE_EVENT_CLASS(smb3_credit_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_tcon_ref’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:1516:1: note: in expansion of macro ‘TRACE_EVENT’ - 1516 | TRACE_EVENT(smb3_tcon_ref, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:1516:1: note: in expansion of macro ‘TRACE_EVENT’ - 1516 | TRACE_EVENT(smb3_tcon_ref, - | ^~~~~~~~~~~ -../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_rw_credits’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:1536:1: note: in expansion of macro ‘TRACE_EVENT’ - 1536 | TRACE_EVENT(smb3_rw_credits, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:1536:1: note: in expansion of macro ‘TRACE_EVENT’ - 1536 | TRACE_EVENT(smb3_rw_credits, - | ^~~~~~~~~~~ -In file included from ../include/trace/define_trace.h:110: -../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_rw_err_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:105:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 105 | DECLARE_EVENT_CLASS(smb3_rw_err_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:105:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 105 | DECLARE_EVENT_CLASS(smb3_rw_err_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_other_err_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:161:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 161 | DECLARE_EVENT_CLASS(smb3_other_err_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:161:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 161 | DECLARE_EVENT_CLASS(smb3_other_err_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_copy_range_err_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:213:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 213 | DECLARE_EVENT_CLASS(smb3_copy_range_err_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:213:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 213 | DECLARE_EVENT_CLASS(smb3_copy_range_err_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_copy_range_done_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:267:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 267 | DECLARE_EVENT_CLASS(smb3_copy_range_done_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:267:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 267 | DECLARE_EVENT_CLASS(smb3_copy_range_done_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_rw_done_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:321:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 321 | DECLARE_EVENT_CLASS(smb3_rw_done_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:321:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 321 | DECLARE_EVENT_CLASS(smb3_rw_done_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_other_done_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:374:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 374 | DECLARE_EVENT_CLASS(smb3_other_done_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:374:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 374 | DECLARE_EVENT_CLASS(smb3_other_done_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_eof_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:423:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 423 | DECLARE_EVENT_CLASS(smb3_eof_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:423:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 423 | DECLARE_EVENT_CLASS(smb3_eof_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_fd_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:463:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 463 | DECLARE_EVENT_CLASS(smb3_fd_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:463:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 463 | DECLARE_EVENT_CLASS(smb3_fd_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_fd_err_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:499:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 499 | DECLARE_EVENT_CLASS(smb3_fd_err_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:499:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 499 | DECLARE_EVENT_CLASS(smb3_fd_err_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_inf_enter_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:541:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 541 | DECLARE_EVENT_CLASS(smb3_inf_enter_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:541:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 541 | DECLARE_EVENT_CLASS(smb3_inf_enter_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_inf_err_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:585:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 585 | DECLARE_EVENT_CLASS(smb3_inf_err_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:585:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 585 | DECLARE_EVENT_CLASS(smb3_inf_err_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_inf_compound_enter_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:633:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 633 | DECLARE_EVENT_CLASS(smb3_inf_compound_enter_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:633:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 633 | DECLARE_EVENT_CLASS(smb3_inf_compound_enter_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_inf_compound_done_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:678:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 678 | DECLARE_EVENT_CLASS(smb3_inf_compound_done_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:678:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 678 | DECLARE_EVENT_CLASS(smb3_inf_compound_done_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_inf_compound_err_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:719:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 719 | DECLARE_EVENT_CLASS(smb3_inf_compound_err_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:719:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 719 | DECLARE_EVENT_CLASS(smb3_inf_compound_err_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_cmd_err_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:768:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 768 | DECLARE_EVENT_CLASS(smb3_cmd_err_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:768:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 768 | DECLARE_EVENT_CLASS(smb3_cmd_err_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_cmd_done_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:809:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 809 | DECLARE_EVENT_CLASS(smb3_cmd_done_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:809:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 809 | DECLARE_EVENT_CLASS(smb3_cmd_done_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_mid_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:844:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 844 | DECLARE_EVENT_CLASS(smb3_mid_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:844:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 844 | DECLARE_EVENT_CLASS(smb3_mid_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_exit_err_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:881:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 881 | DECLARE_EVENT_CLASS(smb3_exit_err_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:881:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 881 | DECLARE_EVENT_CLASS(smb3_exit_err_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_sync_err_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:910:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 910 | DECLARE_EVENT_CLASS(smb3_sync_err_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:910:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 910 | DECLARE_EVENT_CLASS(smb3_sync_err_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_enter_exit_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:936:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 936 | DECLARE_EVENT_CLASS(smb3_enter_exit_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:936:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 936 | DECLARE_EVENT_CLASS(smb3_enter_exit_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_tcon_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:965:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 965 | DECLARE_EVENT_CLASS(smb3_tcon_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:965:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 965 | DECLARE_EVENT_CLASS(smb3_tcon_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_open_enter_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:1007:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1007 | DECLARE_EVENT_CLASS(smb3_open_enter_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:1007:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1007 | DECLARE_EVENT_CLASS(smb3_open_enter_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_open_err_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:1049:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1049 | DECLARE_EVENT_CLASS(smb3_open_err_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:1049:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1049 | DECLARE_EVENT_CLASS(smb3_open_err_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_open_done_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:1091:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1091 | DECLARE_EVENT_CLASS(smb3_open_done_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:1091:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1091 | DECLARE_EVENT_CLASS(smb3_open_done_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_lease_done_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:1134:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1134 | DECLARE_EVENT_CLASS(smb3_lease_done_class, +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:63:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 63 | DECLARE_EVENT_CLASS(ice_rx_dim_template, @@ -41678,2 +57263,2 @@ -../fs/smb/client/./trace.h:1134:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1134 | DECLARE_EVENT_CLASS(smb3_lease_done_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:63:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 63 | DECLARE_EVENT_CLASS(ice_rx_dim_template, @@ -41681 +57266 @@ -../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_lease_err_class’: +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘__bpf_trace_ice_tx_dim_template’: @@ -41688,2 +57273,2 @@ -../fs/smb/client/./trace.h:1172:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1172 | DECLARE_EVENT_CLASS(smb3_lease_err_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:90:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 90 | DECLARE_EVENT_CLASS(ice_tx_dim_template, @@ -41697,2 +57282,2 @@ -../fs/smb/client/./trace.h:1172:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1172 | DECLARE_EVENT_CLASS(smb3_lease_err_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:90:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 90 | DECLARE_EVENT_CLASS(ice_tx_dim_template, @@ -41700 +57285 @@ -../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_connect_class’: +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘__bpf_trace_ice_tx_template’: @@ -41707,2 +57292,2 @@ -../fs/smb/client/./trace.h:1213:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1213 | DECLARE_EVENT_CLASS(smb3_connect_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:118:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 118 | DECLARE_EVENT_CLASS(ice_tx_template, @@ -41716,2 +57301,2 @@ -../fs/smb/client/./trace.h:1213:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1213 | DECLARE_EVENT_CLASS(smb3_connect_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:118:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 118 | DECLARE_EVENT_CLASS(ice_tx_template, @@ -41719 +57304 @@ -../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_connect_err_class’: +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘__bpf_trace_ice_rx_template’: @@ -41726,2 +57311,2 @@ -../fs/smb/client/./trace.h:1248:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1248 | DECLARE_EVENT_CLASS(smb3_connect_err_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 148 | DECLARE_EVENT_CLASS(ice_rx_template, @@ -41735,2 +57320,2 @@ -../fs/smb/client/./trace.h:1248:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1248 | DECLARE_EVENT_CLASS(smb3_connect_err_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 148 | DECLARE_EVENT_CLASS(ice_rx_template, @@ -41738 +57323 @@ -../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_sess_setup_err_class’: +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘__bpf_trace_ice_rx_indicate_template’: @@ -41745,2 +57330,2 @@ -../fs/smb/client/./trace.h:1284:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1284 | DECLARE_EVENT_CLASS(smb3_sess_setup_err_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:169:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 169 | DECLARE_EVENT_CLASS(ice_rx_indicate_template, @@ -41754,2 +57339,2 @@ -../fs/smb/client/./trace.h:1284:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1284 | DECLARE_EVENT_CLASS(smb3_sess_setup_err_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:169:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 169 | DECLARE_EVENT_CLASS(ice_rx_indicate_template, @@ -41757 +57342 @@ -../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_reconnect_class’: +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘__bpf_trace_ice_xmit_template’: @@ -41764,2 +57349,2 @@ -../fs/smb/client/./trace.h:1324:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1324 | DECLARE_EVENT_CLASS(smb3_reconnect_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:195:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 195 | DECLARE_EVENT_CLASS(ice_xmit_template, @@ -41773,2 +57358,2 @@ -../fs/smb/client/./trace.h:1324:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1324 | DECLARE_EVENT_CLASS(smb3_reconnect_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:195:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 195 | DECLARE_EVENT_CLASS(ice_xmit_template, @@ -41776 +57361 @@ -../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_ses_class’: +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘__bpf_trace_ice_tx_tstamp_template’: @@ -41783,2 +57368,2 @@ -../fs/smb/client/./trace.h:1355:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1355 | DECLARE_EVENT_CLASS(smb3_ses_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:220:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 220 | DECLARE_EVENT_CLASS(ice_tx_tstamp_template, @@ -41792,2 +57377,2 @@ -../fs/smb/client/./trace.h:1355:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1355 | DECLARE_EVENT_CLASS(smb3_ses_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:220:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 220 | DECLARE_EVENT_CLASS(ice_tx_tstamp_template, @@ -41795 +57380 @@ -../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_ioctl_class’: +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘__bpf_trace_ice_esw_br_fdb_template’: @@ -41802,2 +57387,2 @@ -../fs/smb/client/./trace.h:1375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1375 | DECLARE_EVENT_CLASS(smb3_ioctl_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:244:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 244 | DECLARE_EVENT_CLASS(ice_esw_br_fdb_template, @@ -41811,2 +57396,2 @@ -../fs/smb/client/./trace.h:1375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1375 | DECLARE_EVENT_CLASS(smb3_ioctl_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:244:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 244 | DECLARE_EVENT_CLASS(ice_esw_br_fdb_template, @@ -41814 +57399 @@ -../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_shutdown_class’: +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘__bpf_trace_ice_esw_br_vlan_template’: @@ -41821,2 +57406,2 @@ -../fs/smb/client/./trace.h:1403:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1403 | DECLARE_EVENT_CLASS(smb3_shutdown_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:276:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 276 | DECLARE_EVENT_CLASS(ice_esw_br_vlan_template, @@ -41830,2 +57415,2 @@ -../fs/smb/client/./trace.h:1403:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1403 | DECLARE_EVENT_CLASS(smb3_shutdown_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:276:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 276 | DECLARE_EVENT_CLASS(ice_esw_br_vlan_template, @@ -41833 +57418 @@ -../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_shutdown_err_class’: +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘__bpf_trace_ice_esw_br_port_template’: @@ -41840,2 +57425,2 @@ -../fs/smb/client/./trace.h:1428:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1428 | DECLARE_EVENT_CLASS(smb3_shutdown_err_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:302:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 302 | DECLARE_EVENT_CLASS(ice_esw_br_port_template, @@ -41849,2 +57434,2 @@ -../fs/smb/client/./trace.h:1428:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1428 | DECLARE_EVENT_CLASS(smb3_shutdown_err_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:302:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 302 | DECLARE_EVENT_CLASS(ice_esw_br_port_template, @@ -41852 +57437 @@ -../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_credit_class’: +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h: In function ‘__bpf_trace_ice_switch_stats_template’: @@ -41859,2 +57444,2 @@ -../fs/smb/client/./trace.h:1456:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1456 | DECLARE_EVENT_CLASS(smb3_credit_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:333:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 333 | DECLARE_EVENT_CLASS(ice_switch_stats_template, @@ -41868,2 +57453,2 @@ -../fs/smb/client/./trace.h:1456:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1456 | DECLARE_EVENT_CLASS(smb3_credit_class, +../include/trace/./../../drivers/net/ethernet/intel/ice/ice_trace.h:333:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 333 | DECLARE_EVENT_CLASS(ice_switch_stats_template, @@ -41871,53 +57456,6 @@ -../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_tcon_ref’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:1516:1: note: in expansion of macro ‘TRACE_EVENT’ - 1516 | TRACE_EVENT(smb3_tcon_ref, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:1516:1: note: in expansion of macro ‘TRACE_EVENT’ - 1516 | TRACE_EVENT(smb3_tcon_ref, - | ^~~~~~~~~~~ -../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_rw_credits’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:1536:1: note: in expansion of macro ‘TRACE_EVENT’ - 1536 | TRACE_EVENT(smb3_rw_credits, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../fs/smb/client/./trace.h:1536:1: note: in expansion of macro ‘TRACE_EVENT’ - 1536 | TRACE_EVENT(smb3_rw_credits, - | ^~~~~~~~~~~ -make[6]: *** [../scripts/Makefile.build:244: fs/smb/client/trace.o] Error 1 -make[5]: *** [../scripts/Makefile.build:485: fs/smb/client] Error 2 -make[4]: *** [../scripts/Makefile.build:485: fs/smb] Error 2 +make[8]: *** [../scripts/Makefile.build:244: drivers/net/ethernet/intel/ice/ice_main.o] Error 1 +make[7]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/intel/ice] Error 2 +make[6]: *** [../scripts/Makefile.build:485: drivers/net/ethernet/intel] Error 2 +make[5]: *** [../scripts/Makefile.build:485: drivers/net/ethernet] Error 2 +make[4]: *** [../scripts/Makefile.build:485: drivers/net] Error 2 +make[3]: *** [../scripts/Makefile.build:485: drivers] Error 2 @@ -41925,3 +57463,4 @@ - from ../fs/bcachefs/trace.h:1450, - from ../fs/bcachefs/trace.c:18: -../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_bpos’: + from ../include/trace/events/cachefiles.h:860, + from ../fs/cachefiles/internal.h:151, + from ../fs/cachefiles/main.c:24: +../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_ref’: @@ -41934,3 +57473,6 @@ -../include/trace/../../fs/bcachefs/trace.h:20:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 20 | DECLARE_EVENT_CLASS(bpos, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/cachefiles.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ + 216 | TRACE_EVENT(cachefiles_ref, + | ^~~~~~~~~~~ @@ -41943,3 +57485,6 @@ -../include/trace/../../fs/bcachefs/trace.h:20:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 20 | DECLARE_EVENT_CLASS(bpos, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/cachefiles.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ + 216 | TRACE_EVENT(cachefiles_ref, + | ^~~~~~~~~~~ @@ -41952,3 +57497,6 @@ -../include/trace/../../fs/bcachefs/trace.h:20:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 20 | DECLARE_EVENT_CLASS(bpos, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/cachefiles.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ + 216 | TRACE_EVENT(cachefiles_ref, + | ^~~~~~~~~~~ @@ -41961,3 +57509,6 @@ -../include/trace/../../fs/bcachefs/trace.h:20:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 20 | DECLARE_EVENT_CLASS(bpos, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/cachefiles.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ + 216 | TRACE_EVENT(cachefiles_ref, + | ^~~~~~~~~~~ @@ -41970,4 +57521,7 @@ -../include/trace/../../fs/bcachefs/trace.h:20:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 20 | DECLARE_EVENT_CLASS(bpos, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_fs_str’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/cachefiles.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ + 216 | TRACE_EVENT(cachefiles_ref, + | ^~~~~~~~~~~ +../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_lookup’: @@ -41980,3 +57534,6 @@ -../include/trace/../../fs/bcachefs/trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 35 | DECLARE_EVENT_CLASS(fs_str, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/cachefiles.h:244:1: note: in expansion of macro ‘TRACE_EVENT’ + 244 | TRACE_EVENT(cachefiles_lookup, + | ^~~~~~~~~~~ @@ -41989,4 +57546,7 @@ -../include/trace/../../fs/bcachefs/trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 35 | DECLARE_EVENT_CLASS(fs_str, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_trans_str’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/cachefiles.h:244:1: note: in expansion of macro ‘TRACE_EVENT’ + 244 | TRACE_EVENT(cachefiles_lookup, + | ^~~~~~~~~~~ +../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_mkdir’: @@ -41999,3 +57559,6 @@ -../include/trace/../../fs/bcachefs/trace.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 52 | DECLARE_EVENT_CLASS(trans_str, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/cachefiles.h:270:1: note: in expansion of macro ‘TRACE_EVENT’ + 270 | TRACE_EVENT(cachefiles_mkdir, + | ^~~~~~~~~~~ @@ -42008,4 +57571,7 @@ -../include/trace/../../fs/bcachefs/trace.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 52 | DECLARE_EVENT_CLASS(trans_str, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_trans_str_nocaller’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/cachefiles.h:270:1: note: in expansion of macro ‘TRACE_EVENT’ + 270 | TRACE_EVENT(cachefiles_mkdir, + | ^~~~~~~~~~~ +../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_tmpfile’: @@ -42018,3 +57584,6 @@ -../include/trace/../../fs/bcachefs/trace.h:75:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 75 | DECLARE_EVENT_CLASS(trans_str_nocaller, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/cachefiles.h:290:1: note: in expansion of macro ‘TRACE_EVENT’ + 290 | TRACE_EVENT(cachefiles_tmpfile, + | ^~~~~~~~~~~ @@ -42027,4 +57596,7 @@ -../include/trace/../../fs/bcachefs/trace.h:75:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 75 | DECLARE_EVENT_CLASS(trans_str_nocaller, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_btree_node_nofs’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/cachefiles.h:290:1: note: in expansion of macro ‘TRACE_EVENT’ + 290 | TRACE_EVENT(cachefiles_tmpfile, + | ^~~~~~~~~~~ +../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_link’: @@ -42037,3 +57609,6 @@ -../include/trace/../../fs/bcachefs/trace.h:96:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 96 | DECLARE_EVENT_CLASS(btree_node_nofs, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/cachefiles.h:310:1: note: in expansion of macro ‘TRACE_EVENT’ + 310 | TRACE_EVENT(cachefiles_link, + | ^~~~~~~~~~~ @@ -42046,4 +57621,7 @@ -../include/trace/../../fs/bcachefs/trace.h:96:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 96 | DECLARE_EVENT_CLASS(btree_node_nofs, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_btree_node’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/cachefiles.h:310:1: note: in expansion of macro ‘TRACE_EVENT’ + 310 | TRACE_EVENT(cachefiles_link, + | ^~~~~~~~~~~ +../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_unlink’: @@ -42056,3 +57634,6 @@ -../include/trace/../../fs/bcachefs/trace.h:121:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 121 | DECLARE_EVENT_CLASS(btree_node, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/cachefiles.h:330:1: note: in expansion of macro ‘TRACE_EVENT’ + 330 | TRACE_EVENT(cachefiles_unlink, + | ^~~~~~~~~~~ @@ -42065,4 +57646,7 @@ -../include/trace/../../fs/bcachefs/trace.h:121:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 121 | DECLARE_EVENT_CLASS(btree_node, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_bch_fs’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/cachefiles.h:330:1: note: in expansion of macro ‘TRACE_EVENT’ + 330 | TRACE_EVENT(cachefiles_unlink, + | ^~~~~~~~~~~ +../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_rename’: @@ -42075,3 +57659,6 @@ -../include/trace/../../fs/bcachefs/trace.h:148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 148 | DECLARE_EVENT_CLASS(bch_fs, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/cachefiles.h:355:1: note: in expansion of macro ‘TRACE_EVENT’ + 355 | TRACE_EVENT(cachefiles_rename, + | ^~~~~~~~~~~ @@ -42084,4 +57671,7 @@ -../include/trace/../../fs/bcachefs/trace.h:148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 148 | DECLARE_EVENT_CLASS(bch_fs, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_btree_trans’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/cachefiles.h:355:1: note: in expansion of macro ‘TRACE_EVENT’ + 355 | TRACE_EVENT(cachefiles_rename, + | ^~~~~~~~~~~ +../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_coherency’: @@ -42094,3 +57684,6 @@ -../include/trace/../../fs/bcachefs/trace.h:163:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 163 | DECLARE_EVENT_CLASS(btree_trans, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/cachefiles.h:380:1: note: in expansion of macro ‘TRACE_EVENT’ + 380 | TRACE_EVENT(cachefiles_coherency, + | ^~~~~~~~~~~ @@ -42103,4 +57696,7 @@ -../include/trace/../../fs/bcachefs/trace.h:163:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 163 | DECLARE_EVENT_CLASS(btree_trans, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_bio’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/cachefiles.h:380:1: note: in expansion of macro ‘TRACE_EVENT’ + 380 | TRACE_EVENT(cachefiles_coherency, + | ^~~~~~~~~~~ +../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_vol_coherency’: @@ -42113,3 +57709,6 @@ -../include/trace/../../fs/bcachefs/trace.h:180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 180 | DECLARE_EVENT_CLASS(bio, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/cachefiles.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ + 410 | TRACE_EVENT(cachefiles_vol_coherency, + | ^~~~~~~~~~~ @@ -42122,4 +57721,7 @@ -../include/trace/../../fs/bcachefs/trace.h:180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 180 | DECLARE_EVENT_CLASS(bio, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_bch2_sync_fs’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/cachefiles.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ + 410 | TRACE_EVENT(cachefiles_vol_coherency, + | ^~~~~~~~~~~ +../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_prep_read’: @@ -42135,2 +57737,2 @@ -../include/trace/../../fs/bcachefs/trace.h:204:1: note: in expansion of macro ‘TRACE_EVENT’ - 204 | TRACE_EVENT(bch2_sync_fs, +../include/trace/events/cachefiles.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ + 436 | TRACE_EVENT(cachefiles_prep_read, @@ -42147,2 +57749,2 @@ -../include/trace/../../fs/bcachefs/trace.h:204:1: note: in expansion of macro ‘TRACE_EVENT’ - 204 | TRACE_EVENT(bch2_sync_fs, +../include/trace/events/cachefiles.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ + 436 | TRACE_EVENT(cachefiles_prep_read, @@ -42150 +57752 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_bch2_fsync’: +../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_read’: @@ -42160,2 +57762,2 @@ -../include/trace/../../fs/bcachefs/trace.h:226:1: note: in expansion of macro ‘TRACE_EVENT’ - 226 | TRACE_EVENT(bch2_fsync, +../include/trace/events/cachefiles.h:478:1: note: in expansion of macro ‘TRACE_EVENT’ + 478 | TRACE_EVENT(cachefiles_read, @@ -42172,2 +57774,2 @@ -../include/trace/../../fs/bcachefs/trace.h:226:1: note: in expansion of macro ‘TRACE_EVENT’ - 226 | TRACE_EVENT(bch2_fsync, +../include/trace/events/cachefiles.h:478:1: note: in expansion of macro ‘TRACE_EVENT’ + 478 | TRACE_EVENT(cachefiles_read, @@ -42175 +57777 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_write_super’: +../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_write’: @@ -42185,2 +57787,2 @@ -../include/trace/../../fs/bcachefs/trace.h:254:1: note: in expansion of macro ‘TRACE_EVENT’ - 254 | TRACE_EVENT(write_super, +../include/trace/events/cachefiles.h:507:1: note: in expansion of macro ‘TRACE_EVENT’ + 507 | TRACE_EVENT(cachefiles_write, @@ -42197,2 +57799,2 @@ -../include/trace/../../fs/bcachefs/trace.h:254:1: note: in expansion of macro ‘TRACE_EVENT’ - 254 | TRACE_EVENT(write_super, +../include/trace/events/cachefiles.h:507:1: note: in expansion of macro ‘TRACE_EVENT’ + 507 | TRACE_EVENT(cachefiles_write, @@ -42200 +57802 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_read_nopromote’: +../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_trunc’: @@ -42210,2 +57812,2 @@ -../include/trace/../../fs/bcachefs/trace.h:280:1: note: in expansion of macro ‘TRACE_EVENT’ - 280 | TRACE_EVENT(read_nopromote, +../include/trace/events/cachefiles.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ + 536 | TRACE_EVENT(cachefiles_trunc, @@ -42222,2 +57824,2 @@ -../include/trace/../../fs/bcachefs/trace.h:280:1: note: in expansion of macro ‘TRACE_EVENT’ - 280 | TRACE_EVENT(read_nopromote, +../include/trace/events/cachefiles.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ + 536 | TRACE_EVENT(cachefiles_trunc, @@ -42225 +57827 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_journal_reclaim_start’: +../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_mark_active’: @@ -42235,2 +57837,2 @@ -../include/trace/../../fs/bcachefs/trace.h:341:1: note: in expansion of macro ‘TRACE_EVENT’ - 341 | TRACE_EVENT(journal_reclaim_start, +../include/trace/events/cachefiles.h:566:1: note: in expansion of macro ‘TRACE_EVENT’ + 566 | TRACE_EVENT(cachefiles_mark_active, @@ -42247,2 +57849,2 @@ -../include/trace/../../fs/bcachefs/trace.h:341:1: note: in expansion of macro ‘TRACE_EVENT’ - 341 | TRACE_EVENT(journal_reclaim_start, +../include/trace/events/cachefiles.h:566:1: note: in expansion of macro ‘TRACE_EVENT’ + 566 | TRACE_EVENT(cachefiles_mark_active, @@ -42250 +57852 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_journal_reclaim_finish’: +../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_mark_failed’: @@ -42260,2 +57862,2 @@ -../include/trace/../../fs/bcachefs/trace.h:386:1: note: in expansion of macro ‘TRACE_EVENT’ - 386 | TRACE_EVENT(journal_reclaim_finish, +../include/trace/events/cachefiles.h:587:1: note: in expansion of macro ‘TRACE_EVENT’ + 587 | TRACE_EVENT(cachefiles_mark_failed, @@ -42272,2 +57874,2 @@ -../include/trace/../../fs/bcachefs/trace.h:386:1: note: in expansion of macro ‘TRACE_EVENT’ - 386 | TRACE_EVENT(journal_reclaim_finish, +../include/trace/events/cachefiles.h:587:1: note: in expansion of macro ‘TRACE_EVENT’ + 587 | TRACE_EVENT(cachefiles_mark_failed, @@ -42275 +57877 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_btree_cache_scan’: +../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_mark_inactive’: @@ -42285,2 +57887,2 @@ -../include/trace/../../fs/bcachefs/trace.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ - 414 | TRACE_EVENT(btree_cache_scan, +../include/trace/events/cachefiles.h:608:1: note: in expansion of macro ‘TRACE_EVENT’ + 608 | TRACE_EVENT(cachefiles_mark_inactive, @@ -42297,2 +57899,2 @@ -../include/trace/../../fs/bcachefs/trace.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ - 414 | TRACE_EVENT(btree_cache_scan, +../include/trace/events/cachefiles.h:608:1: note: in expansion of macro ‘TRACE_EVENT’ + 608 | TRACE_EVENT(cachefiles_mark_inactive, @@ -42300 +57902 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_btree_node_write’: +../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_vfs_error’: @@ -42310,2 +57912,2 @@ -../include/trace/../../fs/bcachefs/trace.h:466:1: note: in expansion of macro ‘TRACE_EVENT’ - 466 | TRACE_EVENT(btree_node_write, +../include/trace/events/cachefiles.h:629:1: note: in expansion of macro ‘TRACE_EVENT’ + 629 | TRACE_EVENT(cachefiles_vfs_error, @@ -42322,2 +57924,2 @@ -../include/trace/../../fs/bcachefs/trace.h:466:1: note: in expansion of macro ‘TRACE_EVENT’ - 466 | TRACE_EVENT(btree_node_write, +../include/trace/events/cachefiles.h:629:1: note: in expansion of macro ‘TRACE_EVENT’ + 629 | TRACE_EVENT(cachefiles_vfs_error, @@ -42325 +57927 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_btree_reserve_get_fail’: +../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_io_error’: @@ -42335,2 +57937,2 @@ -../include/trace/../../fs/bcachefs/trace.h:496:1: note: in expansion of macro ‘TRACE_EVENT’ - 496 | TRACE_EVENT(btree_reserve_get_fail, +../include/trace/events/cachefiles.h:656:1: note: in expansion of macro ‘TRACE_EVENT’ + 656 | TRACE_EVENT(cachefiles_io_error, @@ -42347,2 +57949,2 @@ -../include/trace/../../fs/bcachefs/trace.h:496:1: note: in expansion of macro ‘TRACE_EVENT’ - 496 | TRACE_EVENT(btree_reserve_get_fail, +../include/trace/events/cachefiles.h:656:1: note: in expansion of macro ‘TRACE_EVENT’ + 656 | TRACE_EVENT(cachefiles_io_error, @@ -42350 +57952 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_btree_path_relock_fail’: +../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_ondemand_open’: @@ -42360,2 +57962,2 @@ -../include/trace/../../fs/bcachefs/trace.h:549:1: note: in expansion of macro ‘TRACE_EVENT’ - 549 | TRACE_EVENT(btree_path_relock_fail, +../include/trace/events/cachefiles.h:683:1: note: in expansion of macro ‘TRACE_EVENT’ + 683 | TRACE_EVENT(cachefiles_ondemand_open, @@ -42372,2 +57974,2 @@ -../include/trace/../../fs/bcachefs/trace.h:549:1: note: in expansion of macro ‘TRACE_EVENT’ - 549 | TRACE_EVENT(btree_path_relock_fail, +../include/trace/events/cachefiles.h:683:1: note: in expansion of macro ‘TRACE_EVENT’ + 683 | TRACE_EVENT(cachefiles_ondemand_open, @@ -42375 +57977 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_btree_path_upgrade_fail’: +../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_ondemand_copen’: @@ -42385,2 +57987,2 @@ -../include/trace/../../fs/bcachefs/trace.h:616:1: note: in expansion of macro ‘TRACE_EVENT’ - 616 | TRACE_EVENT(btree_path_upgrade_fail, +../include/trace/events/cachefiles.h:713:1: note: in expansion of macro ‘TRACE_EVENT’ + 713 | TRACE_EVENT(cachefiles_ondemand_copen, @@ -42397,2 +57999,2 @@ -../include/trace/../../fs/bcachefs/trace.h:616:1: note: in expansion of macro ‘TRACE_EVENT’ - 616 | TRACE_EVENT(btree_path_upgrade_fail, +../include/trace/events/cachefiles.h:713:1: note: in expansion of macro ‘TRACE_EVENT’ + 713 | TRACE_EVENT(cachefiles_ondemand_copen, @@ -42400 +58002 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_discard_buckets’: +../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_ondemand_close’: @@ -42410,2 +58012,2 @@ -../include/trace/../../fs/bcachefs/trace.h:701:1: note: in expansion of macro ‘TRACE_EVENT’ - 701 | TRACE_EVENT(discard_buckets, +../include/trace/events/cachefiles.h:737:1: note: in expansion of macro ‘TRACE_EVENT’ + 737 | TRACE_EVENT(cachefiles_ondemand_close, @@ -42422,2 +58024,2 @@ -../include/trace/../../fs/bcachefs/trace.h:701:1: note: in expansion of macro ‘TRACE_EVENT’ - 701 | TRACE_EVENT(discard_buckets, +../include/trace/events/cachefiles.h:737:1: note: in expansion of macro ‘TRACE_EVENT’ + 737 | TRACE_EVENT(cachefiles_ondemand_close, @@ -42425 +58027 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_bucket_invalidate’: +../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_ondemand_read’: @@ -42435,2 +58037,2 @@ -../include/trace/../../fs/bcachefs/trace.h:733:1: note: in expansion of macro ‘TRACE_EVENT’ - 733 | TRACE_EVENT(bucket_invalidate, +../include/trace/events/cachefiles.h:760:1: note: in expansion of macro ‘TRACE_EVENT’ + 760 | TRACE_EVENT(cachefiles_ondemand_read, @@ -42447,2 +58049,2 @@ -../include/trace/../../fs/bcachefs/trace.h:733:1: note: in expansion of macro ‘TRACE_EVENT’ - 733 | TRACE_EVENT(bucket_invalidate, +../include/trace/events/cachefiles.h:760:1: note: in expansion of macro ‘TRACE_EVENT’ + 760 | TRACE_EVENT(cachefiles_ondemand_read, @@ -42450 +58052 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_bucket_evacuate’: +../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_ondemand_cread’: @@ -42460,2 +58062,2 @@ -../include/trace/../../fs/bcachefs/trace.h:759:1: note: in expansion of macro ‘TRACE_EVENT’ - 759 | TRACE_EVENT(bucket_evacuate, +../include/trace/events/cachefiles.h:790:1: note: in expansion of macro ‘TRACE_EVENT’ + 790 | TRACE_EVENT(cachefiles_ondemand_cread, @@ -42472,2 +58074,2 @@ -../include/trace/../../fs/bcachefs/trace.h:759:1: note: in expansion of macro ‘TRACE_EVENT’ - 759 | TRACE_EVENT(bucket_evacuate, +../include/trace/events/cachefiles.h:790:1: note: in expansion of macro ‘TRACE_EVENT’ + 790 | TRACE_EVENT(cachefiles_ondemand_cread, @@ -42475 +58077 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_move_data’: +../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_ondemand_fd_write’: @@ -42485,2 +58087,2 @@ -../include/trace/../../fs/bcachefs/trace.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ - 810 | TRACE_EVENT(move_data, +../include/trace/events/cachefiles.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ + 810 | TRACE_EVENT(cachefiles_ondemand_fd_write, @@ -42497,2 +58099,2 @@ -../include/trace/../../fs/bcachefs/trace.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ - 810 | TRACE_EVENT(move_data, +../include/trace/events/cachefiles.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ + 810 | TRACE_EVENT(cachefiles_ondemand_fd_write, @@ -42500 +58102 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_evacuate_bucket’: +../include/trace/events/cachefiles.h: In function ‘trace_event_raw_event_cachefiles_ondemand_fd_release’: @@ -42510,2 +58112,2 @@ -../include/trace/../../fs/bcachefs/trace.h:843:1: note: in expansion of macro ‘TRACE_EVENT’ - 843 | TRACE_EVENT(evacuate_bucket, +../include/trace/events/cachefiles.h:837:1: note: in expansion of macro ‘TRACE_EVENT’ + 837 | TRACE_EVENT(cachefiles_ondemand_fd_release, @@ -42522,2 +58124,2 @@ -../include/trace/../../fs/bcachefs/trace.h:843:1: note: in expansion of macro ‘TRACE_EVENT’ - 843 | TRACE_EVENT(evacuate_bucket, +../include/trace/events/cachefiles.h:837:1: note: in expansion of macro ‘TRACE_EVENT’ + 837 | TRACE_EVENT(cachefiles_ondemand_fd_release, @@ -42525,3 +58127,4 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_copygc’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_ref’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -42529,2 +58132,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -42535,2 +58138,2 @@ -../include/trace/../../fs/bcachefs/trace.h:876:1: note: in expansion of macro ‘TRACE_EVENT’ - 876 | TRACE_EVENT(copygc, +../include/trace/events/cachefiles.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ + 216 | TRACE_EVENT(cachefiles_ref, @@ -42538,2 +58141,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -42541,2 +58144,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -42547,2 +58150,2 @@ -../include/trace/../../fs/bcachefs/trace.h:876:1: note: in expansion of macro ‘TRACE_EVENT’ - 876 | TRACE_EVENT(copygc, +../include/trace/events/cachefiles.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ + 216 | TRACE_EVENT(cachefiles_ref, @@ -42550,3 +58153,3 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_copygc_wait’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_lookup’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -42554,2 +58157,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -42560,2 +58163,2 @@ -../include/trace/../../fs/bcachefs/trace.h:906:1: note: in expansion of macro ‘TRACE_EVENT’ - 906 | TRACE_EVENT(copygc_wait, +../include/trace/events/cachefiles.h:244:1: note: in expansion of macro ‘TRACE_EVENT’ + 244 | TRACE_EVENT(cachefiles_lookup, @@ -42563,2 +58166,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -42566,2 +58169,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -42572,2 +58175,2 @@ -../include/trace/../../fs/bcachefs/trace.h:906:1: note: in expansion of macro ‘TRACE_EVENT’ - 906 | TRACE_EVENT(copygc_wait, +../include/trace/events/cachefiles.h:244:1: note: in expansion of macro ‘TRACE_EVENT’ + 244 | TRACE_EVENT(cachefiles_lookup, @@ -42575,3 +58178,3 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_transaction_event’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_mkdir’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -42579,2 +58182,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -42582,5 +58185,8 @@ -../include/trace/../../fs/bcachefs/trace.h:930:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 930 | DECLARE_EVENT_CLASS(transaction_event, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/cachefiles.h:270:1: note: in expansion of macro ‘TRACE_EVENT’ + 270 | TRACE_EVENT(cachefiles_mkdir, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -42588,2 +58194,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -42591,6 +58197,9 @@ -../include/trace/../../fs/bcachefs/trace.h:930:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 930 | DECLARE_EVENT_CLASS(transaction_event, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_trans_restart_split_race’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/cachefiles.h:270:1: note: in expansion of macro ‘TRACE_EVENT’ + 270 | TRACE_EVENT(cachefiles_mkdir, + | ^~~~~~~~~~~ +../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_tmpfile’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -42598,2 +58207,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -42604,2 +58213,2 @@ -../include/trace/../../fs/bcachefs/trace.h:960:1: note: in expansion of macro ‘TRACE_EVENT’ - 960 | TRACE_EVENT(trans_restart_split_race, +../include/trace/events/cachefiles.h:290:1: note: in expansion of macro ‘TRACE_EVENT’ + 290 | TRACE_EVENT(cachefiles_tmpfile, @@ -42607,2 +58216,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -42610,2 +58219,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -42616,2 +58225,2 @@ -../include/trace/../../fs/bcachefs/trace.h:960:1: note: in expansion of macro ‘TRACE_EVENT’ - 960 | TRACE_EVENT(trans_restart_split_race, +../include/trace/events/cachefiles.h:290:1: note: in expansion of macro ‘TRACE_EVENT’ + 290 | TRACE_EVENT(cachefiles_tmpfile, @@ -42619,3 +58228,3 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_trans_blocked_journal_reclaim’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_link’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -42623,2 +58232,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -42629,2 +58238,2 @@ -../include/trace/../../fs/bcachefs/trace.h:991:1: note: in expansion of macro ‘TRACE_EVENT’ - 991 | TRACE_EVENT(trans_blocked_journal_reclaim, +../include/trace/events/cachefiles.h:310:1: note: in expansion of macro ‘TRACE_EVENT’ + 310 | TRACE_EVENT(cachefiles_link, @@ -42632,2 +58241,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -42635,2 +58244,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -42641,2 +58250,2 @@ -../include/trace/../../fs/bcachefs/trace.h:991:1: note: in expansion of macro ‘TRACE_EVENT’ - 991 | TRACE_EVENT(trans_blocked_journal_reclaim, +../include/trace/events/cachefiles.h:310:1: note: in expansion of macro ‘TRACE_EVENT’ + 310 | TRACE_EVENT(cachefiles_link, @@ -42644,3 +58253,3 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_trans_restart_journal_preres_get’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_unlink’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -42648,2 +58257,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -42654,2 +58263,2 @@ -../include/trace/../../fs/bcachefs/trace.h:1020:1: note: in expansion of macro ‘TRACE_EVENT’ - 1020 | TRACE_EVENT(trans_restart_journal_preres_get, +../include/trace/events/cachefiles.h:330:1: note: in expansion of macro ‘TRACE_EVENT’ + 330 | TRACE_EVENT(cachefiles_unlink, @@ -42657,2 +58266,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -42660,2 +58269,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -42666,2 +58275,2 @@ -../include/trace/../../fs/bcachefs/trace.h:1020:1: note: in expansion of macro ‘TRACE_EVENT’ - 1020 | TRACE_EVENT(trans_restart_journal_preres_get, +../include/trace/events/cachefiles.h:330:1: note: in expansion of macro ‘TRACE_EVENT’ + 330 | TRACE_EVENT(cachefiles_unlink, @@ -42669,3 +58278,3 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_transaction_restart_iter’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_rename’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -42673,2 +58282,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -42676,5 +58285,8 @@ -../include/trace/../../fs/bcachefs/trace.h:1068:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1068 | DECLARE_EVENT_CLASS(transaction_restart_iter, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/cachefiles.h:355:1: note: in expansion of macro ‘TRACE_EVENT’ + 355 | TRACE_EVENT(cachefiles_rename, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -42682,2 +58294,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -42685,6 +58297,9 @@ -../include/trace/../../fs/bcachefs/trace.h:1068:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1068 | DECLARE_EVENT_CLASS(transaction_restart_iter, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_trans_restart_upgrade’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/cachefiles.h:355:1: note: in expansion of macro ‘TRACE_EVENT’ + 355 | TRACE_EVENT(cachefiles_rename, + | ^~~~~~~~~~~ +../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_coherency’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -42692,2 +58307,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -42698,2 +58313,2 @@ -../include/trace/../../fs/bcachefs/trace.h:1111:1: note: in expansion of macro ‘TRACE_EVENT’ - 1111 | TRACE_EVENT(trans_restart_upgrade, +../include/trace/events/cachefiles.h:380:1: note: in expansion of macro ‘TRACE_EVENT’ + 380 | TRACE_EVENT(cachefiles_coherency, @@ -42701,2 +58316,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -42704,2 +58319,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -42710,2 +58325,2 @@ -../include/trace/../../fs/bcachefs/trace.h:1111:1: note: in expansion of macro ‘TRACE_EVENT’ - 1111 | TRACE_EVENT(trans_restart_upgrade, +../include/trace/events/cachefiles.h:380:1: note: in expansion of macro ‘TRACE_EVENT’ + 380 | TRACE_EVENT(cachefiles_coherency, @@ -42713,3 +58328,3 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_trans_restart_would_deadlock_write’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_vol_coherency’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -42717,2 +58332,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -42723,2 +58338,2 @@ -../include/trace/../../fs/bcachefs/trace.h:1237:1: note: in expansion of macro ‘TRACE_EVENT’ - 1237 | TRACE_EVENT(trans_restart_would_deadlock_write, +../include/trace/events/cachefiles.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ + 410 | TRACE_EVENT(cachefiles_vol_coherency, @@ -42726,2 +58341,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -42729,2 +58344,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -42735,2 +58350,2 @@ -../include/trace/../../fs/bcachefs/trace.h:1237:1: note: in expansion of macro ‘TRACE_EVENT’ - 1237 | TRACE_EVENT(trans_restart_would_deadlock_write, +../include/trace/events/cachefiles.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ + 410 | TRACE_EVENT(cachefiles_vol_coherency, @@ -42738,3 +58353,3 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_trans_restart_mem_realloced’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_prep_read’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -42742,2 +58357,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -42748,2 +58363,2 @@ -../include/trace/../../fs/bcachefs/trace.h:1252:1: note: in expansion of macro ‘TRACE_EVENT’ - 1252 | TRACE_EVENT(trans_restart_mem_realloced, +../include/trace/events/cachefiles.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ + 436 | TRACE_EVENT(cachefiles_prep_read, @@ -42751,2 +58366,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -42754,2 +58369,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -42760,2 +58375,2 @@ -../include/trace/../../fs/bcachefs/trace.h:1252:1: note: in expansion of macro ‘TRACE_EVENT’ - 1252 | TRACE_EVENT(trans_restart_mem_realloced, +../include/trace/events/cachefiles.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ + 436 | TRACE_EVENT(cachefiles_prep_read, @@ -42763,3 +58378,3 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_trans_restart_key_cache_key_realloced’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_read’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -42767,2 +58382,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -42773,2 +58388,2 @@ -../include/trace/../../fs/bcachefs/trace.h:1276:1: note: in expansion of macro ‘TRACE_EVENT’ - 1276 | TRACE_EVENT(trans_restart_key_cache_key_realloced, +../include/trace/events/cachefiles.h:478:1: note: in expansion of macro ‘TRACE_EVENT’ + 478 | TRACE_EVENT(cachefiles_read, @@ -42776,2 +58391,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -42779,2 +58394,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -42785,2 +58400,2 @@ -../include/trace/../../fs/bcachefs/trace.h:1276:1: note: in expansion of macro ‘TRACE_EVENT’ - 1276 | TRACE_EVENT(trans_restart_key_cache_key_realloced, +../include/trace/events/cachefiles.h:478:1: note: in expansion of macro ‘TRACE_EVENT’ + 478 | TRACE_EVENT(cachefiles_read, @@ -42788,3 +58403,3 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_path_downgrade’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_write’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -42792,2 +58407,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -42798,2 +58413,2 @@ -../include/trace/../../fs/bcachefs/trace.h:1314:1: note: in expansion of macro ‘TRACE_EVENT’ - 1314 | TRACE_EVENT(path_downgrade, +../include/trace/events/cachefiles.h:507:1: note: in expansion of macro ‘TRACE_EVENT’ + 507 | TRACE_EVENT(cachefiles_write, @@ -42801,2 +58416,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -42804,2 +58419,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -42810,2 +58425,2 @@ -../include/trace/../../fs/bcachefs/trace.h:1314:1: note: in expansion of macro ‘TRACE_EVENT’ - 1314 | TRACE_EVENT(path_downgrade, +../include/trace/events/cachefiles.h:507:1: note: in expansion of macro ‘TRACE_EVENT’ + 507 | TRACE_EVENT(cachefiles_write, @@ -42813,3 +58428,3 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_write_buffer_flush’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_trunc’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -42817,2 +58432,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -42823,2 +58438,2 @@ -../include/trace/../../fs/bcachefs/trace.h:1356:1: note: in expansion of macro ‘TRACE_EVENT’ - 1356 | TRACE_EVENT(write_buffer_flush, +../include/trace/events/cachefiles.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ + 536 | TRACE_EVENT(cachefiles_trunc, @@ -42826,2 +58441,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -42829,2 +58444,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -42835,2 +58450,2 @@ -../include/trace/../../fs/bcachefs/trace.h:1356:1: note: in expansion of macro ‘TRACE_EVENT’ - 1356 | TRACE_EVENT(write_buffer_flush, +../include/trace/events/cachefiles.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ + 536 | TRACE_EVENT(cachefiles_trunc, @@ -42838,3 +58453,3 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_write_buffer_flush_sync’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_mark_active’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -42842,2 +58457,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -42848,2 +58463,2 @@ -../include/trace/../../fs/bcachefs/trace.h:1378:1: note: in expansion of macro ‘TRACE_EVENT’ - 1378 | TRACE_EVENT(write_buffer_flush_sync, +../include/trace/events/cachefiles.h:566:1: note: in expansion of macro ‘TRACE_EVENT’ + 566 | TRACE_EVENT(cachefiles_mark_active, @@ -42851,2 +58466,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -42854,2 +58469,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -42860,2 +58475,2 @@ -../include/trace/../../fs/bcachefs/trace.h:1378:1: note: in expansion of macro ‘TRACE_EVENT’ - 1378 | TRACE_EVENT(write_buffer_flush_sync, +../include/trace/events/cachefiles.h:566:1: note: in expansion of macro ‘TRACE_EVENT’ + 566 | TRACE_EVENT(cachefiles_mark_active, @@ -42863,3 +58478,3 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_write_buffer_flush_slowpath’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_mark_failed’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -42867,2 +58482,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -42873,2 +58488,2 @@ -../include/trace/../../fs/bcachefs/trace.h:1395:1: note: in expansion of macro ‘TRACE_EVENT’ - 1395 | TRACE_EVENT(write_buffer_flush_slowpath, +../include/trace/events/cachefiles.h:587:1: note: in expansion of macro ‘TRACE_EVENT’ + 587 | TRACE_EVENT(cachefiles_mark_failed, @@ -42876,2 +58491,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -42879,2 +58494,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -42885,2 +58500,2 @@ -../include/trace/../../fs/bcachefs/trace.h:1395:1: note: in expansion of macro ‘TRACE_EVENT’ - 1395 | TRACE_EVENT(write_buffer_flush_slowpath, +../include/trace/events/cachefiles.h:587:1: note: in expansion of macro ‘TRACE_EVENT’ + 587 | TRACE_EVENT(cachefiles_mark_failed, @@ -42888,3 +58503,3 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_error_downcast’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_mark_inactive’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -42892,2 +58507,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -42898,2 +58513,2 @@ -../include/trace/../../fs/bcachefs/trace.h:1422:1: note: in expansion of macro ‘TRACE_EVENT’ - 1422 | TRACE_EVENT(error_downcast, +../include/trace/events/cachefiles.h:608:1: note: in expansion of macro ‘TRACE_EVENT’ + 608 | TRACE_EVENT(cachefiles_mark_inactive, @@ -42901,2 +58516,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -42904,2 +58519,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -42910,2 +58525,2 @@ -../include/trace/../../fs/bcachefs/trace.h:1422:1: note: in expansion of macro ‘TRACE_EVENT’ - 1422 | TRACE_EVENT(error_downcast, +../include/trace/events/cachefiles.h:608:1: note: in expansion of macro ‘TRACE_EVENT’ + 608 | TRACE_EVENT(cachefiles_mark_inactive, @@ -42913,99 +58528,3 @@ -In file included from ../include/trace/define_trace.h:110: -../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_bpos’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../fs/bcachefs/trace.h:20:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 20 | DECLARE_EVENT_CLASS(bpos, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../fs/bcachefs/trace.h:20:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 20 | DECLARE_EVENT_CLASS(bpos, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_fs_str’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../fs/bcachefs/trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 35 | DECLARE_EVENT_CLASS(fs_str, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../fs/bcachefs/trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 35 | DECLARE_EVENT_CLASS(fs_str, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_trans_str’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../fs/bcachefs/trace.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 52 | DECLARE_EVENT_CLASS(trans_str, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../fs/bcachefs/trace.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 52 | DECLARE_EVENT_CLASS(trans_str, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_trans_str_nocaller’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../fs/bcachefs/trace.h:75:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 75 | DECLARE_EVENT_CLASS(trans_str_nocaller, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../fs/bcachefs/trace.h:75:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 75 | DECLARE_EVENT_CLASS(trans_str_nocaller, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_btree_node_nofs’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../fs/bcachefs/trace.h:96:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 96 | DECLARE_EVENT_CLASS(btree_node_nofs, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../fs/bcachefs/trace.h:96:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 96 | DECLARE_EVENT_CLASS(btree_node_nofs, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_btree_node’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_vfs_error’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -43013,2 +58532,5 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -43016,8 +58538,11 @@ -../include/trace/../../fs/bcachefs/trace.h:121:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 121 | DECLARE_EVENT_CLASS(btree_node, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/events/cachefiles.h:629:1: note: in expansion of macro ‘TRACE_EVENT’ + 629 | TRACE_EVENT(cachefiles_vfs_error, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -43025,6 +58550,6 @@ -../include/trace/../../fs/bcachefs/trace.h:121:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 121 | DECLARE_EVENT_CLASS(btree_node, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_bch_fs’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/cachefiles.h:629:1: note: in expansion of macro ‘TRACE_EVENT’ + 629 | TRACE_EVENT(cachefiles_vfs_error, + | ^~~~~~~~~~~ +../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_io_error’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -43032,2 +58557,5 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -43035,8 +58563,11 @@ -../include/trace/../../fs/bcachefs/trace.h:148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 148 | DECLARE_EVENT_CLASS(bch_fs, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/events/cachefiles.h:656:1: note: in expansion of macro ‘TRACE_EVENT’ + 656 | TRACE_EVENT(cachefiles_io_error, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -43044,6 +58575,6 @@ -../include/trace/../../fs/bcachefs/trace.h:148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 148 | DECLARE_EVENT_CLASS(bch_fs, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_btree_trans’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/cachefiles.h:656:1: note: in expansion of macro ‘TRACE_EVENT’ + 656 | TRACE_EVENT(cachefiles_io_error, + | ^~~~~~~~~~~ +../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_ondemand_open’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -43051,2 +58582,5 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -43054,8 +58588,11 @@ -../include/trace/../../fs/bcachefs/trace.h:163:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 163 | DECLARE_EVENT_CLASS(btree_trans, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/events/cachefiles.h:683:1: note: in expansion of macro ‘TRACE_EVENT’ + 683 | TRACE_EVENT(cachefiles_ondemand_open, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -43063,6 +58600,6 @@ -../include/trace/../../fs/bcachefs/trace.h:163:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 163 | DECLARE_EVENT_CLASS(btree_trans, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_bio’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/cachefiles.h:683:1: note: in expansion of macro ‘TRACE_EVENT’ + 683 | TRACE_EVENT(cachefiles_ondemand_open, + | ^~~~~~~~~~~ +../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_ondemand_copen’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -43070,2 +58607,5 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -43073,8 +58613,11 @@ -../include/trace/../../fs/bcachefs/trace.h:180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 180 | DECLARE_EVENT_CLASS(bio, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/events/cachefiles.h:713:1: note: in expansion of macro ‘TRACE_EVENT’ + 713 | TRACE_EVENT(cachefiles_ondemand_copen, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -43082,6 +58625,6 @@ -../include/trace/../../fs/bcachefs/trace.h:180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 180 | DECLARE_EVENT_CLASS(bio, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_bch2_sync_fs’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/cachefiles.h:713:1: note: in expansion of macro ‘TRACE_EVENT’ + 713 | TRACE_EVENT(cachefiles_ondemand_copen, + | ^~~~~~~~~~~ +../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_ondemand_close’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -43089,3 +58632,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -43095,2 +58638,2 @@ -../include/trace/../../fs/bcachefs/trace.h:204:1: note: in expansion of macro ‘TRACE_EVENT’ - 204 | TRACE_EVENT(bch2_sync_fs, +../include/trace/events/cachefiles.h:737:1: note: in expansion of macro ‘TRACE_EVENT’ + 737 | TRACE_EVENT(cachefiles_ondemand_close, @@ -43098,6 +58641,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -43107,2 +58650,2 @@ -../include/trace/../../fs/bcachefs/trace.h:204:1: note: in expansion of macro ‘TRACE_EVENT’ - 204 | TRACE_EVENT(bch2_sync_fs, +../include/trace/events/cachefiles.h:737:1: note: in expansion of macro ‘TRACE_EVENT’ + 737 | TRACE_EVENT(cachefiles_ondemand_close, @@ -43110,3 +58653,3 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_bch2_fsync’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_ondemand_read’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -43114,3 +58657,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -43120,2 +58663,2 @@ -../include/trace/../../fs/bcachefs/trace.h:226:1: note: in expansion of macro ‘TRACE_EVENT’ - 226 | TRACE_EVENT(bch2_fsync, +../include/trace/events/cachefiles.h:760:1: note: in expansion of macro ‘TRACE_EVENT’ + 760 | TRACE_EVENT(cachefiles_ondemand_read, @@ -43123,6 +58666,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -43132,2 +58675,2 @@ -../include/trace/../../fs/bcachefs/trace.h:226:1: note: in expansion of macro ‘TRACE_EVENT’ - 226 | TRACE_EVENT(bch2_fsync, +../include/trace/events/cachefiles.h:760:1: note: in expansion of macro ‘TRACE_EVENT’ + 760 | TRACE_EVENT(cachefiles_ondemand_read, @@ -43135,3 +58678,3 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_write_super’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_ondemand_cread’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -43139,3 +58682,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -43145,2 +58688,2 @@ -../include/trace/../../fs/bcachefs/trace.h:254:1: note: in expansion of macro ‘TRACE_EVENT’ - 254 | TRACE_EVENT(write_super, +../include/trace/events/cachefiles.h:790:1: note: in expansion of macro ‘TRACE_EVENT’ + 790 | TRACE_EVENT(cachefiles_ondemand_cread, @@ -43148,6 +58691,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -43157,2 +58700,2 @@ -../include/trace/../../fs/bcachefs/trace.h:254:1: note: in expansion of macro ‘TRACE_EVENT’ - 254 | TRACE_EVENT(write_super, +../include/trace/events/cachefiles.h:790:1: note: in expansion of macro ‘TRACE_EVENT’ + 790 | TRACE_EVENT(cachefiles_ondemand_cread, @@ -43160,3 +58703,3 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_read_nopromote’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_ondemand_fd_write’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -43164,3 +58707,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -43170,2 +58713,2 @@ -../include/trace/../../fs/bcachefs/trace.h:280:1: note: in expansion of macro ‘TRACE_EVENT’ - 280 | TRACE_EVENT(read_nopromote, +../include/trace/events/cachefiles.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ + 810 | TRACE_EVENT(cachefiles_ondemand_fd_write, @@ -43173,6 +58716,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -43182,2 +58725,2 @@ -../include/trace/../../fs/bcachefs/trace.h:280:1: note: in expansion of macro ‘TRACE_EVENT’ - 280 | TRACE_EVENT(read_nopromote, +../include/trace/events/cachefiles.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ + 810 | TRACE_EVENT(cachefiles_ondemand_fd_write, @@ -43185,3 +58728,3 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_journal_reclaim_start’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/cachefiles.h: In function ‘perf_trace_cachefiles_ondemand_fd_release’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -43189,3 +58732,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -43195,2 +58738,2 @@ -../include/trace/../../fs/bcachefs/trace.h:341:1: note: in expansion of macro ‘TRACE_EVENT’ - 341 | TRACE_EVENT(journal_reclaim_start, +../include/trace/events/cachefiles.h:837:1: note: in expansion of macro ‘TRACE_EVENT’ + 837 | TRACE_EVENT(cachefiles_ondemand_fd_release, @@ -43198,6 +58741,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -43207,2 +58750,2 @@ -../include/trace/../../fs/bcachefs/trace.h:341:1: note: in expansion of macro ‘TRACE_EVENT’ - 341 | TRACE_EVENT(journal_reclaim_start, +../include/trace/events/cachefiles.h:837:1: note: in expansion of macro ‘TRACE_EVENT’ + 837 | TRACE_EVENT(cachefiles_ondemand_fd_release, @@ -43210 +58753,2 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_journal_reclaim_finish’: +In file included from ../include/trace/define_trace.h:110: +../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_ref’: @@ -43220,2 +58764,2 @@ -../include/trace/../../fs/bcachefs/trace.h:386:1: note: in expansion of macro ‘TRACE_EVENT’ - 386 | TRACE_EVENT(journal_reclaim_finish, +../include/trace/events/cachefiles.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ + 216 | TRACE_EVENT(cachefiles_ref, @@ -43232,2 +58776,2 @@ -../include/trace/../../fs/bcachefs/trace.h:386:1: note: in expansion of macro ‘TRACE_EVENT’ - 386 | TRACE_EVENT(journal_reclaim_finish, +../include/trace/events/cachefiles.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ + 216 | TRACE_EVENT(cachefiles_ref, @@ -43235 +58779 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_btree_cache_scan’: +../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_lookup’: @@ -43245,2 +58789,2 @@ -../include/trace/../../fs/bcachefs/trace.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ - 414 | TRACE_EVENT(btree_cache_scan, +../include/trace/events/cachefiles.h:244:1: note: in expansion of macro ‘TRACE_EVENT’ + 244 | TRACE_EVENT(cachefiles_lookup, @@ -43257,2 +58801,2 @@ -../include/trace/../../fs/bcachefs/trace.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ - 414 | TRACE_EVENT(btree_cache_scan, +../include/trace/events/cachefiles.h:244:1: note: in expansion of macro ‘TRACE_EVENT’ + 244 | TRACE_EVENT(cachefiles_lookup, @@ -43260 +58804 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_btree_node_write’: +../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_mkdir’: @@ -43270,2 +58814,2 @@ -../include/trace/../../fs/bcachefs/trace.h:466:1: note: in expansion of macro ‘TRACE_EVENT’ - 466 | TRACE_EVENT(btree_node_write, +../include/trace/events/cachefiles.h:270:1: note: in expansion of macro ‘TRACE_EVENT’ + 270 | TRACE_EVENT(cachefiles_mkdir, @@ -43282,2 +58826,2 @@ -../include/trace/../../fs/bcachefs/trace.h:466:1: note: in expansion of macro ‘TRACE_EVENT’ - 466 | TRACE_EVENT(btree_node_write, +../include/trace/events/cachefiles.h:270:1: note: in expansion of macro ‘TRACE_EVENT’ + 270 | TRACE_EVENT(cachefiles_mkdir, @@ -43285 +58829 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_btree_reserve_get_fail’: +../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_tmpfile’: @@ -43295,2 +58839,2 @@ -../include/trace/../../fs/bcachefs/trace.h:496:1: note: in expansion of macro ‘TRACE_EVENT’ - 496 | TRACE_EVENT(btree_reserve_get_fail, +../include/trace/events/cachefiles.h:290:1: note: in expansion of macro ‘TRACE_EVENT’ + 290 | TRACE_EVENT(cachefiles_tmpfile, @@ -43307,2 +58851,2 @@ -../include/trace/../../fs/bcachefs/trace.h:496:1: note: in expansion of macro ‘TRACE_EVENT’ - 496 | TRACE_EVENT(btree_reserve_get_fail, +../include/trace/events/cachefiles.h:290:1: note: in expansion of macro ‘TRACE_EVENT’ + 290 | TRACE_EVENT(cachefiles_tmpfile, @@ -43310 +58854 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_btree_path_relock_fail’: +../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_link’: @@ -43320,2 +58864,2 @@ -../include/trace/../../fs/bcachefs/trace.h:549:1: note: in expansion of macro ‘TRACE_EVENT’ - 549 | TRACE_EVENT(btree_path_relock_fail, +../include/trace/events/cachefiles.h:310:1: note: in expansion of macro ‘TRACE_EVENT’ + 310 | TRACE_EVENT(cachefiles_link, @@ -43332,2 +58876,2 @@ -../include/trace/../../fs/bcachefs/trace.h:549:1: note: in expansion of macro ‘TRACE_EVENT’ - 549 | TRACE_EVENT(btree_path_relock_fail, +../include/trace/events/cachefiles.h:310:1: note: in expansion of macro ‘TRACE_EVENT’ + 310 | TRACE_EVENT(cachefiles_link, @@ -43335 +58879 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_btree_path_upgrade_fail’: +../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_unlink’: @@ -43345,2 +58889,2 @@ -../include/trace/../../fs/bcachefs/trace.h:616:1: note: in expansion of macro ‘TRACE_EVENT’ - 616 | TRACE_EVENT(btree_path_upgrade_fail, +../include/trace/events/cachefiles.h:330:1: note: in expansion of macro ‘TRACE_EVENT’ + 330 | TRACE_EVENT(cachefiles_unlink, @@ -43357,2 +58901,2 @@ -../include/trace/../../fs/bcachefs/trace.h:616:1: note: in expansion of macro ‘TRACE_EVENT’ - 616 | TRACE_EVENT(btree_path_upgrade_fail, +../include/trace/events/cachefiles.h:330:1: note: in expansion of macro ‘TRACE_EVENT’ + 330 | TRACE_EVENT(cachefiles_unlink, @@ -43360 +58904 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_discard_buckets’: +../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_rename’: @@ -43370,2 +58914,2 @@ -../include/trace/../../fs/bcachefs/trace.h:701:1: note: in expansion of macro ‘TRACE_EVENT’ - 701 | TRACE_EVENT(discard_buckets, +../include/trace/events/cachefiles.h:355:1: note: in expansion of macro ‘TRACE_EVENT’ + 355 | TRACE_EVENT(cachefiles_rename, @@ -43382,2 +58926,2 @@ -../include/trace/../../fs/bcachefs/trace.h:701:1: note: in expansion of macro ‘TRACE_EVENT’ - 701 | TRACE_EVENT(discard_buckets, +../include/trace/events/cachefiles.h:355:1: note: in expansion of macro ‘TRACE_EVENT’ + 355 | TRACE_EVENT(cachefiles_rename, @@ -43385 +58929 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_bucket_invalidate’: +../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_coherency’: @@ -43395,2 +58939,2 @@ -../include/trace/../../fs/bcachefs/trace.h:733:1: note: in expansion of macro ‘TRACE_EVENT’ - 733 | TRACE_EVENT(bucket_invalidate, +../include/trace/events/cachefiles.h:380:1: note: in expansion of macro ‘TRACE_EVENT’ + 380 | TRACE_EVENT(cachefiles_coherency, @@ -43407,2 +58951,2 @@ -../include/trace/../../fs/bcachefs/trace.h:733:1: note: in expansion of macro ‘TRACE_EVENT’ - 733 | TRACE_EVENT(bucket_invalidate, +../include/trace/events/cachefiles.h:380:1: note: in expansion of macro ‘TRACE_EVENT’ + 380 | TRACE_EVENT(cachefiles_coherency, @@ -43410 +58954 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_bucket_evacuate’: +../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_vol_coherency’: @@ -43420,2 +58964,2 @@ -../include/trace/../../fs/bcachefs/trace.h:759:1: note: in expansion of macro ‘TRACE_EVENT’ - 759 | TRACE_EVENT(bucket_evacuate, +../include/trace/events/cachefiles.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ + 410 | TRACE_EVENT(cachefiles_vol_coherency, @@ -43432,2 +58976,2 @@ -../include/trace/../../fs/bcachefs/trace.h:759:1: note: in expansion of macro ‘TRACE_EVENT’ - 759 | TRACE_EVENT(bucket_evacuate, +../include/trace/events/cachefiles.h:410:1: note: in expansion of macro ‘TRACE_EVENT’ + 410 | TRACE_EVENT(cachefiles_vol_coherency, @@ -43435 +58979 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_move_data’: +../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_prep_read’: @@ -43445,2 +58989,2 @@ -../include/trace/../../fs/bcachefs/trace.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ - 810 | TRACE_EVENT(move_data, +../include/trace/events/cachefiles.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ + 436 | TRACE_EVENT(cachefiles_prep_read, @@ -43457,2 +59001,2 @@ -../include/trace/../../fs/bcachefs/trace.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ - 810 | TRACE_EVENT(move_data, +../include/trace/events/cachefiles.h:436:1: note: in expansion of macro ‘TRACE_EVENT’ + 436 | TRACE_EVENT(cachefiles_prep_read, @@ -43460 +59004 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_evacuate_bucket’: +../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_read’: @@ -43470,2 +59014,2 @@ -../include/trace/../../fs/bcachefs/trace.h:843:1: note: in expansion of macro ‘TRACE_EVENT’ - 843 | TRACE_EVENT(evacuate_bucket, +../include/trace/events/cachefiles.h:478:1: note: in expansion of macro ‘TRACE_EVENT’ + 478 | TRACE_EVENT(cachefiles_read, @@ -43482,2 +59026,2 @@ -../include/trace/../../fs/bcachefs/trace.h:843:1: note: in expansion of macro ‘TRACE_EVENT’ - 843 | TRACE_EVENT(evacuate_bucket, +../include/trace/events/cachefiles.h:478:1: note: in expansion of macro ‘TRACE_EVENT’ + 478 | TRACE_EVENT(cachefiles_read, @@ -43485 +59029 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_copygc’: +../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_write’: @@ -43495,2 +59039,2 @@ -../include/trace/../../fs/bcachefs/trace.h:876:1: note: in expansion of macro ‘TRACE_EVENT’ - 876 | TRACE_EVENT(copygc, +../include/trace/events/cachefiles.h:507:1: note: in expansion of macro ‘TRACE_EVENT’ + 507 | TRACE_EVENT(cachefiles_write, @@ -43507,2 +59051,2 @@ -../include/trace/../../fs/bcachefs/trace.h:876:1: note: in expansion of macro ‘TRACE_EVENT’ - 876 | TRACE_EVENT(copygc, +../include/trace/events/cachefiles.h:507:1: note: in expansion of macro ‘TRACE_EVENT’ + 507 | TRACE_EVENT(cachefiles_write, @@ -43510 +59054 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_copygc_wait’: +../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_trunc’: @@ -43520,2 +59064,2 @@ -../include/trace/../../fs/bcachefs/trace.h:906:1: note: in expansion of macro ‘TRACE_EVENT’ - 906 | TRACE_EVENT(copygc_wait, +../include/trace/events/cachefiles.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ + 536 | TRACE_EVENT(cachefiles_trunc, @@ -43532,2 +59076,2 @@ -../include/trace/../../fs/bcachefs/trace.h:906:1: note: in expansion of macro ‘TRACE_EVENT’ - 906 | TRACE_EVENT(copygc_wait, +../include/trace/events/cachefiles.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ + 536 | TRACE_EVENT(cachefiles_trunc, @@ -43535,20 +59079 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_transaction_event’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../fs/bcachefs/trace.h:930:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 930 | DECLARE_EVENT_CLASS(transaction_event, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../fs/bcachefs/trace.h:930:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 930 | DECLARE_EVENT_CLASS(transaction_event, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_trans_restart_split_race’: +../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_mark_active’: @@ -43564,2 +59089,2 @@ -../include/trace/../../fs/bcachefs/trace.h:960:1: note: in expansion of macro ‘TRACE_EVENT’ - 960 | TRACE_EVENT(trans_restart_split_race, +../include/trace/events/cachefiles.h:566:1: note: in expansion of macro ‘TRACE_EVENT’ + 566 | TRACE_EVENT(cachefiles_mark_active, @@ -43576,2 +59101,2 @@ -../include/trace/../../fs/bcachefs/trace.h:960:1: note: in expansion of macro ‘TRACE_EVENT’ - 960 | TRACE_EVENT(trans_restart_split_race, +../include/trace/events/cachefiles.h:566:1: note: in expansion of macro ‘TRACE_EVENT’ + 566 | TRACE_EVENT(cachefiles_mark_active, @@ -43579 +59104 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_trans_blocked_journal_reclaim’: +../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_mark_failed’: @@ -43589,2 +59114,2 @@ -../include/trace/../../fs/bcachefs/trace.h:991:1: note: in expansion of macro ‘TRACE_EVENT’ - 991 | TRACE_EVENT(trans_blocked_journal_reclaim, +../include/trace/events/cachefiles.h:587:1: note: in expansion of macro ‘TRACE_EVENT’ + 587 | TRACE_EVENT(cachefiles_mark_failed, @@ -43601,2 +59126,2 @@ -../include/trace/../../fs/bcachefs/trace.h:991:1: note: in expansion of macro ‘TRACE_EVENT’ - 991 | TRACE_EVENT(trans_blocked_journal_reclaim, +../include/trace/events/cachefiles.h:587:1: note: in expansion of macro ‘TRACE_EVENT’ + 587 | TRACE_EVENT(cachefiles_mark_failed, @@ -43604 +59129 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_trans_restart_journal_preres_get’: +../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_mark_inactive’: @@ -43614,2 +59139,2 @@ -../include/trace/../../fs/bcachefs/trace.h:1020:1: note: in expansion of macro ‘TRACE_EVENT’ - 1020 | TRACE_EVENT(trans_restart_journal_preres_get, +../include/trace/events/cachefiles.h:608:1: note: in expansion of macro ‘TRACE_EVENT’ + 608 | TRACE_EVENT(cachefiles_mark_inactive, @@ -43626,2 +59151,2 @@ -../include/trace/../../fs/bcachefs/trace.h:1020:1: note: in expansion of macro ‘TRACE_EVENT’ - 1020 | TRACE_EVENT(trans_restart_journal_preres_get, +../include/trace/events/cachefiles.h:608:1: note: in expansion of macro ‘TRACE_EVENT’ + 608 | TRACE_EVENT(cachefiles_mark_inactive, @@ -43629,20 +59154 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_transaction_restart_iter’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../fs/bcachefs/trace.h:1068:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1068 | DECLARE_EVENT_CLASS(transaction_restart_iter, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../fs/bcachefs/trace.h:1068:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1068 | DECLARE_EVENT_CLASS(transaction_restart_iter, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_trans_restart_upgrade’: +../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_vfs_error’: @@ -43658,2 +59164,2 @@ -../include/trace/../../fs/bcachefs/trace.h:1111:1: note: in expansion of macro ‘TRACE_EVENT’ - 1111 | TRACE_EVENT(trans_restart_upgrade, +../include/trace/events/cachefiles.h:629:1: note: in expansion of macro ‘TRACE_EVENT’ + 629 | TRACE_EVENT(cachefiles_vfs_error, @@ -43670,2 +59176,2 @@ -../include/trace/../../fs/bcachefs/trace.h:1111:1: note: in expansion of macro ‘TRACE_EVENT’ - 1111 | TRACE_EVENT(trans_restart_upgrade, +../include/trace/events/cachefiles.h:629:1: note: in expansion of macro ‘TRACE_EVENT’ + 629 | TRACE_EVENT(cachefiles_vfs_error, @@ -43673 +59179 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_trans_restart_would_deadlock_write’: +../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_io_error’: @@ -43683,2 +59189,2 @@ -../include/trace/../../fs/bcachefs/trace.h:1237:1: note: in expansion of macro ‘TRACE_EVENT’ - 1237 | TRACE_EVENT(trans_restart_would_deadlock_write, +../include/trace/events/cachefiles.h:656:1: note: in expansion of macro ‘TRACE_EVENT’ + 656 | TRACE_EVENT(cachefiles_io_error, @@ -43695,2 +59201,2 @@ -../include/trace/../../fs/bcachefs/trace.h:1237:1: note: in expansion of macro ‘TRACE_EVENT’ - 1237 | TRACE_EVENT(trans_restart_would_deadlock_write, +../include/trace/events/cachefiles.h:656:1: note: in expansion of macro ‘TRACE_EVENT’ + 656 | TRACE_EVENT(cachefiles_io_error, @@ -43698 +59204 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_trans_restart_mem_realloced’: +../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_ondemand_open’: @@ -43708,2 +59214,2 @@ -../include/trace/../../fs/bcachefs/trace.h:1252:1: note: in expansion of macro ‘TRACE_EVENT’ - 1252 | TRACE_EVENT(trans_restart_mem_realloced, +../include/trace/events/cachefiles.h:683:1: note: in expansion of macro ‘TRACE_EVENT’ + 683 | TRACE_EVENT(cachefiles_ondemand_open, @@ -43720,2 +59226,2 @@ -../include/trace/../../fs/bcachefs/trace.h:1252:1: note: in expansion of macro ‘TRACE_EVENT’ - 1252 | TRACE_EVENT(trans_restart_mem_realloced, +../include/trace/events/cachefiles.h:683:1: note: in expansion of macro ‘TRACE_EVENT’ + 683 | TRACE_EVENT(cachefiles_ondemand_open, @@ -43723 +59229 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_trans_restart_key_cache_key_realloced’: +../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_ondemand_copen’: @@ -43733,2 +59239,2 @@ -../include/trace/../../fs/bcachefs/trace.h:1276:1: note: in expansion of macro ‘TRACE_EVENT’ - 1276 | TRACE_EVENT(trans_restart_key_cache_key_realloced, +../include/trace/events/cachefiles.h:713:1: note: in expansion of macro ‘TRACE_EVENT’ + 713 | TRACE_EVENT(cachefiles_ondemand_copen, @@ -43745,2 +59251,2 @@ -../include/trace/../../fs/bcachefs/trace.h:1276:1: note: in expansion of macro ‘TRACE_EVENT’ - 1276 | TRACE_EVENT(trans_restart_key_cache_key_realloced, +../include/trace/events/cachefiles.h:713:1: note: in expansion of macro ‘TRACE_EVENT’ + 713 | TRACE_EVENT(cachefiles_ondemand_copen, @@ -43748 +59254 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_path_downgrade’: +../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_ondemand_close’: @@ -43758,2 +59264,2 @@ -../include/trace/../../fs/bcachefs/trace.h:1314:1: note: in expansion of macro ‘TRACE_EVENT’ - 1314 | TRACE_EVENT(path_downgrade, +../include/trace/events/cachefiles.h:737:1: note: in expansion of macro ‘TRACE_EVENT’ + 737 | TRACE_EVENT(cachefiles_ondemand_close, @@ -43770,2 +59276,2 @@ -../include/trace/../../fs/bcachefs/trace.h:1314:1: note: in expansion of macro ‘TRACE_EVENT’ - 1314 | TRACE_EVENT(path_downgrade, +../include/trace/events/cachefiles.h:737:1: note: in expansion of macro ‘TRACE_EVENT’ + 737 | TRACE_EVENT(cachefiles_ondemand_close, @@ -43773 +59279 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_write_buffer_flush’: +../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_ondemand_read’: @@ -43783,2 +59289,2 @@ -../include/trace/../../fs/bcachefs/trace.h:1356:1: note: in expansion of macro ‘TRACE_EVENT’ - 1356 | TRACE_EVENT(write_buffer_flush, +../include/trace/events/cachefiles.h:760:1: note: in expansion of macro ‘TRACE_EVENT’ + 760 | TRACE_EVENT(cachefiles_ondemand_read, @@ -43795,2 +59301,2 @@ -../include/trace/../../fs/bcachefs/trace.h:1356:1: note: in expansion of macro ‘TRACE_EVENT’ - 1356 | TRACE_EVENT(write_buffer_flush, +../include/trace/events/cachefiles.h:760:1: note: in expansion of macro ‘TRACE_EVENT’ + 760 | TRACE_EVENT(cachefiles_ondemand_read, @@ -43798 +59304 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_write_buffer_flush_sync’: +../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_ondemand_cread’: @@ -43808,2 +59314,2 @@ -../include/trace/../../fs/bcachefs/trace.h:1378:1: note: in expansion of macro ‘TRACE_EVENT’ - 1378 | TRACE_EVENT(write_buffer_flush_sync, +../include/trace/events/cachefiles.h:790:1: note: in expansion of macro ‘TRACE_EVENT’ + 790 | TRACE_EVENT(cachefiles_ondemand_cread, @@ -43820,2 +59326,2 @@ -../include/trace/../../fs/bcachefs/trace.h:1378:1: note: in expansion of macro ‘TRACE_EVENT’ - 1378 | TRACE_EVENT(write_buffer_flush_sync, +../include/trace/events/cachefiles.h:790:1: note: in expansion of macro ‘TRACE_EVENT’ + 790 | TRACE_EVENT(cachefiles_ondemand_cread, @@ -43823 +59329 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_write_buffer_flush_slowpath’: +../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_ondemand_fd_write’: @@ -43833,2 +59339,2 @@ -../include/trace/../../fs/bcachefs/trace.h:1395:1: note: in expansion of macro ‘TRACE_EVENT’ - 1395 | TRACE_EVENT(write_buffer_flush_slowpath, +../include/trace/events/cachefiles.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ + 810 | TRACE_EVENT(cachefiles_ondemand_fd_write, @@ -43845,2 +59351,2 @@ -../include/trace/../../fs/bcachefs/trace.h:1395:1: note: in expansion of macro ‘TRACE_EVENT’ - 1395 | TRACE_EVENT(write_buffer_flush_slowpath, +../include/trace/events/cachefiles.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ + 810 | TRACE_EVENT(cachefiles_ondemand_fd_write, @@ -43848 +59354 @@ -../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_error_downcast’: +../include/trace/events/cachefiles.h: In function ‘__bpf_trace_cachefiles_ondemand_fd_release’: @@ -43858,2 +59364,2 @@ -../include/trace/../../fs/bcachefs/trace.h:1422:1: note: in expansion of macro ‘TRACE_EVENT’ - 1422 | TRACE_EVENT(error_downcast, +../include/trace/events/cachefiles.h:837:1: note: in expansion of macro ‘TRACE_EVENT’ + 837 | TRACE_EVENT(cachefiles_ondemand_fd_release, @@ -43870,2 +59376,2 @@ -../include/trace/../../fs/bcachefs/trace.h:1422:1: note: in expansion of macro ‘TRACE_EVENT’ - 1422 | TRACE_EVENT(error_downcast, +../include/trace/events/cachefiles.h:837:1: note: in expansion of macro ‘TRACE_EVENT’ + 837 | TRACE_EVENT(cachefiles_ondemand_fd_release, @@ -43873,2 +59379,2 @@ -make[5]: *** [../scripts/Makefile.build:244: fs/bcachefs/trace.o] Error 1 -make[4]: *** [../scripts/Makefile.build:485: fs/bcachefs] Error 2 +make[5]: *** [../scripts/Makefile.build:244: fs/cachefiles/main.o] Error 1 +make[4]: *** [../scripts/Makefile.build:485: fs/cachefiles] Error 2 @@ -43876,3 +59382,3 @@ - from ../include/trace/events/skb.h:98, - from ../net/core/net-traces.c:30: -../include/trace/events/skb.h: In function ‘trace_event_raw_event_kfree_skb’: + from ../include/trace/events/sched.h:830, + from ../kernel/sched/core.c:84: +../include/trace/events/sched.h: In function ‘trace_event_raw_event_sched_kthread_stop’: @@ -43888,2 +59394,2 @@ -../include/trace/events/skb.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ - 24 | TRACE_EVENT(kfree_skb, +../include/trace/events/sched.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ + 16 | TRACE_EVENT(sched_kthread_stop, @@ -43900,2 +59406,2 @@ -../include/trace/events/skb.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ - 24 | TRACE_EVENT(kfree_skb, +../include/trace/events/sched.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ + 16 | TRACE_EVENT(sched_kthread_stop, @@ -43912,2 +59418,2 @@ -../include/trace/events/skb.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ - 24 | TRACE_EVENT(kfree_skb, +../include/trace/events/sched.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ + 16 | TRACE_EVENT(sched_kthread_stop, @@ -43924,2 +59430,2 @@ -../include/trace/events/skb.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ - 24 | TRACE_EVENT(kfree_skb, +../include/trace/events/sched.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ + 16 | TRACE_EVENT(sched_kthread_stop, @@ -43936,2 +59442,2 @@ -../include/trace/events/skb.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ - 24 | TRACE_EVENT(kfree_skb, +../include/trace/events/sched.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ + 16 | TRACE_EVENT(sched_kthread_stop, @@ -43939 +59445 @@ -../include/trace/events/skb.h: In function ‘trace_event_raw_event_consume_skb’: +../include/trace/events/sched.h: In function ‘trace_event_raw_event_sched_kthread_stop_ret’: @@ -43949,2 +59455,2 @@ -../include/trace/events/skb.h:57:1: note: in expansion of macro ‘TRACE_EVENT’ - 57 | TRACE_EVENT(consume_skb, +../include/trace/events/sched.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ + 38 | TRACE_EVENT(sched_kthread_stop_ret, @@ -43961,2 +59467,2 @@ -../include/trace/events/skb.h:57:1: note: in expansion of macro ‘TRACE_EVENT’ - 57 | TRACE_EVENT(consume_skb, +../include/trace/events/sched.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ + 38 | TRACE_EVENT(sched_kthread_stop_ret, @@ -43964 +59470 @@ -../include/trace/events/skb.h: In function ‘trace_event_raw_event_skb_copy_datagram_iovec’: +../include/trace/events/sched.h: In function ‘trace_event_raw_event_sched_kthread_work_queue_work’: @@ -43974,2 +59480,2 @@ -../include/trace/events/skb.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ - 76 | TRACE_EVENT(skb_copy_datagram_iovec, +../include/trace/events/sched.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ + 64 | TRACE_EVENT(sched_kthread_work_queue_work, @@ -43986,53 +59492,2 @@ -../include/trace/events/skb.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ - 76 | TRACE_EVENT(skb_copy_datagram_iovec, - | ^~~~~~~~~~~ -In file included from ../include/trace/define_trace.h:110: -../include/trace/events/skb.h: In function ‘__bpf_trace_kfree_skb’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/skb.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ - 24 | TRACE_EVENT(kfree_skb, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/skb.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ - 24 | TRACE_EVENT(kfree_skb, - | ^~~~~~~~~~~ -../include/trace/events/skb.h: In function ‘__bpf_trace_consume_skb’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/skb.h:57:1: note: in expansion of macro ‘TRACE_EVENT’ - 57 | TRACE_EVENT(consume_skb, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/skb.h:57:1: note: in expansion of macro ‘TRACE_EVENT’ - 57 | TRACE_EVENT(consume_skb, +../include/trace/events/sched.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ + 64 | TRACE_EVENT(sched_kthread_work_queue_work, @@ -44040,3 +59495,3 @@ -../include/trace/events/skb.h: In function ‘__bpf_trace_skb_copy_datagram_iovec’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/sched.h: In function ‘trace_event_raw_event_sched_kthread_work_execute_start’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -44044,3 +59499,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -44050,2 +59505,2 @@ -../include/trace/events/skb.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ - 76 | TRACE_EVENT(skb_copy_datagram_iovec, +../include/trace/events/sched.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ + 93 | TRACE_EVENT(sched_kthread_work_execute_start, @@ -44053,6 +59508,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -44062,2 +59517,2 @@ -../include/trace/events/skb.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ - 76 | TRACE_EVENT(skb_copy_datagram_iovec, +../include/trace/events/sched.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ + 93 | TRACE_EVENT(sched_kthread_work_execute_start, @@ -44065,4 +59520 @@ -In file included from ../include/trace/define_trace.h:108, - from ../include/trace/events/net.h:319, - from ../net/core/net-traces.c:31: -../include/trace/events/net.h: In function ‘trace_event_raw_event_net_dev_start_xmit’: +../include/trace/events/sched.h: In function ‘trace_event_raw_event_sched_kthread_work_execute_end’: @@ -44078,2 +59530,2 @@ -../include/trace/events/net.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(net_dev_start_xmit, +../include/trace/events/sched.h:119:1: note: in expansion of macro ‘TRACE_EVENT’ + 119 | TRACE_EVENT(sched_kthread_work_execute_end, @@ -44090,2 +59542,2 @@ -../include/trace/events/net.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(net_dev_start_xmit, +../include/trace/events/sched.h:119:1: note: in expansion of macro ‘TRACE_EVENT’ + 119 | TRACE_EVENT(sched_kthread_work_execute_end, @@ -44093 +59545 @@ -../include/trace/events/net.h: In function ‘trace_event_raw_event_net_dev_xmit’: +../include/trace/events/sched.h: In function ‘trace_event_raw_event_sched_wakeup_template’: @@ -44100,6 +59552,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/net.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ - 72 | TRACE_EVENT(net_dev_xmit, - | ^~~~~~~~~~~ +../include/trace/events/sched.h:141:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 141 | DECLARE_EVENT_CLASS(sched_wakeup_template, + | ^~~~~~~~~~~~~~~~~~~ @@ -44112,7 +59561,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/net.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ - 72 | TRACE_EVENT(net_dev_xmit, - | ^~~~~~~~~~~ -../include/trace/events/net.h: In function ‘trace_event_raw_event_net_dev_xmit_timeout’: +../include/trace/events/sched.h:141:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 141 | DECLARE_EVENT_CLASS(sched_wakeup_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sched.h: In function ‘trace_event_raw_event_sched_switch’: @@ -44128,2 +59574,2 @@ -../include/trace/events/net.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ - 99 | TRACE_EVENT(net_dev_xmit_timeout, +../include/trace/events/sched.h:222:1: note: in expansion of macro ‘TRACE_EVENT’ + 222 | TRACE_EVENT(sched_switch, @@ -44140,2 +59586,2 @@ -../include/trace/events/net.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ - 99 | TRACE_EVENT(net_dev_xmit_timeout, +../include/trace/events/sched.h:222:1: note: in expansion of macro ‘TRACE_EVENT’ + 222 | TRACE_EVENT(sched_switch, @@ -44143 +59589 @@ -../include/trace/events/net.h: In function ‘trace_event_raw_event_net_dev_template’: +../include/trace/events/sched.h: In function ‘trace_event_raw_event_sched_migrate_task’: @@ -44150,3 +59596,6 @@ -../include/trace/events/net.h:122:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 122 | DECLARE_EVENT_CLASS(net_dev_template, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sched.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ + 274 | TRACE_EVENT(sched_migrate_task, + | ^~~~~~~~~~~ @@ -44159,4 +59608,7 @@ -../include/trace/events/net.h:122:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 122 | DECLARE_EVENT_CLASS(net_dev_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/net.h: In function ‘trace_event_raw_event_net_dev_rx_verbose_template’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sched.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ + 274 | TRACE_EVENT(sched_migrate_task, + | ^~~~~~~~~~~ +../include/trace/events/sched.h: In function ‘trace_event_raw_event_sched_process_template’: @@ -44169,2 +59621,2 @@ -../include/trace/events/net.h:165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 165 | DECLARE_EVENT_CLASS(net_dev_rx_verbose_template, +../include/trace/events/sched.h:301:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 301 | DECLARE_EVENT_CLASS(sched_process_template, @@ -44178,2 +59630,2 @@ -../include/trace/events/net.h:165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 165 | DECLARE_EVENT_CLASS(net_dev_rx_verbose_template, +../include/trace/events/sched.h:301:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 301 | DECLARE_EVENT_CLASS(sched_process_template, @@ -44181 +59633 @@ -../include/trace/events/net.h: In function ‘trace_event_raw_event_net_dev_rx_exit_template’: +../include/trace/events/sched.h: In function ‘trace_event_raw_event_sched_process_wait’: @@ -44188,3 +59640,6 @@ -../include/trace/events/net.h:264:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 264 | DECLARE_EVENT_CLASS(net_dev_rx_exit_template, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sched.h:347:1: note: in expansion of macro ‘TRACE_EVENT’ + 347 | TRACE_EVENT(sched_process_wait, + | ^~~~~~~~~~~ @@ -44197,73 +59651,0 @@ -../include/trace/events/net.h:264:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 264 | DECLARE_EVENT_CLASS(net_dev_rx_exit_template, - | ^~~~~~~~~~~~~~~~~~~ -In file included from ../include/trace/define_trace.h:110: -../include/trace/events/net.h: In function ‘__bpf_trace_net_dev_start_xmit’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/net.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(net_dev_start_xmit, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/net.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(net_dev_start_xmit, - | ^~~~~~~~~~~ -../include/trace/events/net.h: In function ‘__bpf_trace_net_dev_xmit’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/net.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ - 72 | TRACE_EVENT(net_dev_xmit, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/net.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ - 72 | TRACE_EVENT(net_dev_xmit, - | ^~~~~~~~~~~ -../include/trace/events/net.h: In function ‘__bpf_trace_net_dev_xmit_timeout’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/net.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ - 99 | TRACE_EVENT(net_dev_xmit_timeout, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ @@ -44273,2 +59655,2 @@ -../include/trace/events/net.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ - 99 | TRACE_EVENT(net_dev_xmit_timeout, +../include/trace/events/sched.h:347:1: note: in expansion of macro ‘TRACE_EVENT’ + 347 | TRACE_EVENT(sched_process_wait, @@ -44276,61 +59658 @@ -../include/trace/events/net.h: In function ‘__bpf_trace_net_dev_template’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/net.h:122:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 122 | DECLARE_EVENT_CLASS(net_dev_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/net.h:122:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 122 | DECLARE_EVENT_CLASS(net_dev_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/net.h: In function ‘__bpf_trace_net_dev_rx_verbose_template’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/net.h:165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 165 | DECLARE_EVENT_CLASS(net_dev_rx_verbose_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/net.h:165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 165 | DECLARE_EVENT_CLASS(net_dev_rx_verbose_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/net.h: In function ‘__bpf_trace_net_dev_rx_exit_template’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/net.h:264:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 264 | DECLARE_EVENT_CLASS(net_dev_rx_exit_template, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/net.h:264:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 264 | DECLARE_EVENT_CLASS(net_dev_rx_exit_template, - | ^~~~~~~~~~~~~~~~~~~ -In file included from ../include/trace/define_trace.h:108, - from ../include/trace/events/napi.h:77, - from ../net/core/net-traces.c:32: -../include/trace/events/napi.h: In function ‘trace_event_raw_event_napi_poll’: +../include/trace/events/sched.h: In function ‘trace_event_raw_event_sched_process_fork’: @@ -44346,2 +59668,2 @@ -../include/trace/events/napi.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(napi_poll, +../include/trace/events/sched.h:372:1: note: in expansion of macro ‘TRACE_EVENT’ + 372 | TRACE_EVENT(sched_process_fork, @@ -44358,2 +59680,2 @@ -../include/trace/events/napi.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(napi_poll, +../include/trace/events/sched.h:372:1: note: in expansion of macro ‘TRACE_EVENT’ + 372 | TRACE_EVENT(sched_process_fork, @@ -44361 +59683 @@ -../include/trace/events/napi.h: In function ‘trace_event_raw_event_dql_stall_detected’: +../include/trace/events/sched.h: In function ‘trace_event_raw_event_sched_process_exec’: @@ -44371,2 +59693,2 @@ -../include/trace/events/napi.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ - 39 | TRACE_EVENT(dql_stall_detected, +../include/trace/events/sched.h:400:1: note: in expansion of macro ‘TRACE_EVENT’ + 400 | TRACE_EVENT(sched_process_exec, @@ -44383,28 +59705,2 @@ -../include/trace/events/napi.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ - 39 | TRACE_EVENT(dql_stall_detected, - | ^~~~~~~~~~~ -In file included from ../include/trace/define_trace.h:110: -../include/trace/events/napi.h: In function ‘__bpf_trace_napi_poll’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/napi.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(napi_poll, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/napi.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(napi_poll, +../include/trace/events/sched.h:400:1: note: in expansion of macro ‘TRACE_EVENT’ + 400 | TRACE_EVENT(sched_process_exec, @@ -44412,3 +59708,3 @@ -../include/trace/events/napi.h: In function ‘__bpf_trace_dql_stall_detected’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/sched.h: In function ‘trace_event_raw_event_sched_prepare_exec’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -44416,3 +59712,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -44422,2 +59718,2 @@ -../include/trace/events/napi.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ - 39 | TRACE_EVENT(dql_stall_detected, +../include/trace/events/sched.h:434:1: note: in expansion of macro ‘TRACE_EVENT’ + 434 | TRACE_EVENT(sched_prepare_exec, @@ -44425,6 +59721,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -44434,2 +59730,2 @@ -../include/trace/events/napi.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ - 39 | TRACE_EVENT(dql_stall_detected, +../include/trace/events/sched.h:434:1: note: in expansion of macro ‘TRACE_EVENT’ + 434 | TRACE_EVENT(sched_prepare_exec, @@ -44437,4 +59733 @@ -In file included from ../include/trace/define_trace.h:108, - from ../include/trace/events/sock.h:313, - from ../net/core/net-traces.c:33: -../include/trace/events/sock.h: In function ‘trace_event_raw_event_sock_rcvqueue_full’: +../include/trace/events/sched.h: In function ‘trace_event_raw_event_sched_stat_template’: @@ -44447,6 +59740,6 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/sock.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ - 72 | TRACE_EVENT(sock_rcvqueue_full, - | ^~~~~~~~~~~ +../include/trace/events/sched.h:461:39: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 461 | #define DECLARE_EVENT_CLASS_SCHEDSTAT DECLARE_EVENT_CLASS + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sched.h:471:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS_SCHEDSTAT’ + 471 | DECLARE_EVENT_CLASS_SCHEDSTAT(sched_stat_template, + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -44459,7 +59752,7 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/sock.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ - 72 | TRACE_EVENT(sock_rcvqueue_full, - | ^~~~~~~~~~~ -../include/trace/events/sock.h: In function ‘trace_event_raw_event_sock_exceed_buf_limit’: +../include/trace/events/sched.h:461:39: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 461 | #define DECLARE_EVENT_CLASS_SCHEDSTAT DECLARE_EVENT_CLASS + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sched.h:471:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS_SCHEDSTAT’ + 471 | DECLARE_EVENT_CLASS_SCHEDSTAT(sched_stat_template, + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sched.h: In function ‘trace_event_raw_event_sched_stat_runtime’: @@ -44472,6 +59765,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/sock.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ - 94 | TRACE_EVENT(sock_exceed_buf_limit, - | ^~~~~~~~~~~ +../include/trace/events/sched.h:529:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 529 | DECLARE_EVENT_CLASS(sched_stat_runtime, + | ^~~~~~~~~~~~~~~~~~~ @@ -44484,7 +59774,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/sock.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ - 94 | TRACE_EVENT(sock_exceed_buf_limit, - | ^~~~~~~~~~~ -../include/trace/events/sock.h: In function ‘trace_event_raw_event_inet_sock_set_state’: +../include/trace/events/sched.h:529:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 529 | DECLARE_EVENT_CLASS(sched_stat_runtime, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sched.h: In function ‘trace_event_raw_event_sched_pi_setprio’: @@ -44500,2 +59787,2 @@ -../include/trace/events/sock.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ - 141 | TRACE_EVENT(inet_sock_set_state, +../include/trace/events/sched.h:560:1: note: in expansion of macro ‘TRACE_EVENT’ + 560 | TRACE_EVENT(sched_pi_setprio, @@ -44512,2 +59799,2 @@ -../include/trace/events/sock.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ - 141 | TRACE_EVENT(inet_sock_set_state, +../include/trace/events/sched.h:560:1: note: in expansion of macro ‘TRACE_EVENT’ + 560 | TRACE_EVENT(sched_pi_setprio, @@ -44515 +59802 @@ -../include/trace/events/sock.h: In function ‘trace_event_raw_event_inet_sk_error_report’: +../include/trace/events/sched.h: In function ‘trace_event_raw_event_sched_process_hang’: @@ -44525,2 +59812,2 @@ -../include/trace/events/sock.h:194:1: note: in expansion of macro ‘TRACE_EVENT’ - 194 | TRACE_EVENT(inet_sk_error_report, +../include/trace/events/sched.h:589:1: note: in expansion of macro ‘TRACE_EVENT’ + 589 | TRACE_EVENT(sched_process_hang, @@ -44537,2 +59824,2 @@ -../include/trace/events/sock.h:194:1: note: in expansion of macro ‘TRACE_EVENT’ - 194 | TRACE_EVENT(inet_sk_error_report, +../include/trace/events/sched.h:589:1: note: in expansion of macro ‘TRACE_EVENT’ + 589 | TRACE_EVENT(sched_process_hang, @@ -44540 +59827 @@ -../include/trace/events/sock.h: In function ‘trace_event_raw_event_sk_data_ready’: +../include/trace/events/sched.h: In function ‘trace_event_raw_event_sched_move_numa’: @@ -44550,2 +59837,2 @@ -../include/trace/events/sock.h:241:1: note: in expansion of macro ‘TRACE_EVENT’ - 241 | TRACE_EVENT(sk_data_ready, +../include/trace/events/sched.h:611:1: note: in expansion of macro ‘TRACE_EVENT’ + 611 | TRACE_EVENT(sched_move_numa, @@ -44562,2 +59849,2 @@ -../include/trace/events/sock.h:241:1: note: in expansion of macro ‘TRACE_EVENT’ - 241 | TRACE_EVENT(sk_data_ready, +../include/trace/events/sched.h:611:1: note: in expansion of macro ‘TRACE_EVENT’ + 611 | TRACE_EVENT(sched_move_numa, @@ -44565 +59852 @@ -../include/trace/events/sock.h: In function ‘trace_event_raw_event_sock_msg_length’: +../include/trace/events/sched.h: In function ‘trace_event_raw_event_sched_numa_pair_template’: @@ -44572,2 +59859,2 @@ -../include/trace/events/sock.h:268:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 268 | DECLARE_EVENT_CLASS(sock_msg_length, +../include/trace/events/sched.h:643:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 643 | DECLARE_EVENT_CLASS(sched_numa_pair_template, @@ -44581,2 +59868,2 @@ -../include/trace/events/sock.h:268:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 268 | DECLARE_EVENT_CLASS(sock_msg_length, +../include/trace/events/sched.h:643:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 643 | DECLARE_EVENT_CLASS(sched_numa_pair_template, @@ -44584,4 +59871,3 @@ -In file included from ../include/trace/define_trace.h:110: -../include/trace/events/sock.h: In function ‘__bpf_trace_sock_rcvqueue_full’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/sched.h: In function ‘trace_event_raw_event_sched_wake_idle_without_ipi’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -44589,3 +59875,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -44595,2 +59881,2 @@ -../include/trace/events/sock.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ - 72 | TRACE_EVENT(sock_rcvqueue_full, +../include/trace/events/sched.h:755:1: note: in expansion of macro ‘TRACE_EVENT’ + 755 | TRACE_EVENT(sched_wake_idle_without_ipi, @@ -44598,6 +59884,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -44607,2 +59893,2 @@ -../include/trace/events/sock.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ - 72 | TRACE_EVENT(sock_rcvqueue_full, +../include/trace/events/sched.h:755:1: note: in expansion of macro ‘TRACE_EVENT’ + 755 | TRACE_EVENT(sched_wake_idle_without_ipi, @@ -44610,3 +59896,4 @@ -../include/trace/events/sock.h: In function ‘__bpf_trace_sock_exceed_buf_limit’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/sched.h: In function ‘perf_trace_sched_kthread_stop’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -44614,3 +59901,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -44620,2 +59907,2 @@ -../include/trace/events/sock.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ - 94 | TRACE_EVENT(sock_exceed_buf_limit, +../include/trace/events/sched.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ + 16 | TRACE_EVENT(sched_kthread_stop, @@ -44623,6 +59910,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -44632,2 +59919,2 @@ -../include/trace/events/sock.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ - 94 | TRACE_EVENT(sock_exceed_buf_limit, +../include/trace/events/sched.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ + 16 | TRACE_EVENT(sched_kthread_stop, @@ -44635,3 +59922,3 @@ -../include/trace/events/sock.h: In function ‘__bpf_trace_inet_sock_set_state’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/sched.h: In function ‘perf_trace_sched_kthread_stop_ret’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -44639,3 +59926,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -44645,2 +59932,2 @@ -../include/trace/events/sock.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ - 141 | TRACE_EVENT(inet_sock_set_state, +../include/trace/events/sched.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ + 38 | TRACE_EVENT(sched_kthread_stop_ret, @@ -44648,6 +59935,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -44657,2 +59944,2 @@ -../include/trace/events/sock.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ - 141 | TRACE_EVENT(inet_sock_set_state, +../include/trace/events/sched.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ + 38 | TRACE_EVENT(sched_kthread_stop_ret, @@ -44660,3 +59947,3 @@ -../include/trace/events/sock.h: In function ‘__bpf_trace_inet_sk_error_report’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/sched.h: In function ‘perf_trace_sched_kthread_work_queue_work’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -44664,3 +59951,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -44670,2 +59957,2 @@ -../include/trace/events/sock.h:194:1: note: in expansion of macro ‘TRACE_EVENT’ - 194 | TRACE_EVENT(inet_sk_error_report, +../include/trace/events/sched.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ + 64 | TRACE_EVENT(sched_kthread_work_queue_work, @@ -44673,6 +59960,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -44682,2 +59969,2 @@ -../include/trace/events/sock.h:194:1: note: in expansion of macro ‘TRACE_EVENT’ - 194 | TRACE_EVENT(inet_sk_error_report, +../include/trace/events/sched.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ + 64 | TRACE_EVENT(sched_kthread_work_queue_work, @@ -44685,3 +59972,3 @@ -../include/trace/events/sock.h: In function ‘__bpf_trace_sk_data_ready’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/sched.h: In function ‘perf_trace_sched_kthread_work_execute_start’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -44689,2 +59976,5 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -44691,0 +59982,9 @@ +../include/trace/events/sched.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ + 93 | TRACE_EVENT(sched_kthread_work_execute_start, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -44695,2 +59994,2 @@ -../include/trace/events/sock.h:241:1: note: in expansion of macro ‘TRACE_EVENT’ - 241 | TRACE_EVENT(sk_data_ready, +../include/trace/events/sched.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ + 93 | TRACE_EVENT(sched_kthread_work_execute_start, @@ -44698,5 +59997,9 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/events/sched.h: In function ‘perf_trace_sched_kthread_work_execute_end’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -44703,0 +60007,9 @@ +../include/trace/events/sched.h:119:1: note: in expansion of macro ‘TRACE_EVENT’ + 119 | TRACE_EVENT(sched_kthread_work_execute_end, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -44707,2 +60019,2 @@ -../include/trace/events/sock.h:241:1: note: in expansion of macro ‘TRACE_EVENT’ - 241 | TRACE_EVENT(sk_data_ready, +../include/trace/events/sched.h:119:1: note: in expansion of macro ‘TRACE_EVENT’ + 119 | TRACE_EVENT(sched_kthread_work_execute_end, @@ -44710,3 +60022,3 @@ -../include/trace/events/sock.h: In function ‘__bpf_trace_sock_msg_length’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/sched.h: In function ‘perf_trace_sched_wakeup_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -44714,5 +60026,5 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/sock.h:268:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 268 | DECLARE_EVENT_CLASS(sock_msg_length, +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sched.h:141:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 141 | DECLARE_EVENT_CLASS(sched_wakeup_template, @@ -44720,8 +60032,8 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/sock.h:268:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 268 | DECLARE_EVENT_CLASS(sock_msg_length, +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sched.h:141:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 141 | DECLARE_EVENT_CLASS(sched_wakeup_template, @@ -44729,6 +60041,3 @@ -In file included from ../include/trace/define_trace.h:108, - from ../include/trace/events/udp.h:52, - from ../net/core/net-traces.c:34: -../include/trace/events/udp.h: In function ‘trace_event_raw_event_udp_fail_queue_rcv_skb’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/sched.h: In function ‘perf_trace_sched_switch’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -44736,2 +60045,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -44742,2 +60051,2 @@ -../include/trace/events/udp.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ - 12 | TRACE_EVENT(udp_fail_queue_rcv_skb, +../include/trace/events/sched.h:222:1: note: in expansion of macro ‘TRACE_EVENT’ + 222 | TRACE_EVENT(sched_switch, @@ -44745,2 +60054,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -44748,2 +60057,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -44754,2 +60063,2 @@ -../include/trace/events/udp.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ - 12 | TRACE_EVENT(udp_fail_queue_rcv_skb, +../include/trace/events/sched.h:222:1: note: in expansion of macro ‘TRACE_EVENT’ + 222 | TRACE_EVENT(sched_switch, @@ -44757,4 +60066,3 @@ -In file included from ../include/trace/define_trace.h:110: -../include/trace/events/udp.h: In function ‘__bpf_trace_udp_fail_queue_rcv_skb’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/sched.h: In function ‘perf_trace_sched_migrate_task’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -44762,3 +60070,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -44768,2 +60076,2 @@ -../include/trace/events/udp.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ - 12 | TRACE_EVENT(udp_fail_queue_rcv_skb, +../include/trace/events/sched.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ + 274 | TRACE_EVENT(sched_migrate_task, @@ -44771,6 +60079,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -44780,2 +60088,2 @@ -../include/trace/events/udp.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ - 12 | TRACE_EVENT(udp_fail_queue_rcv_skb, +../include/trace/events/sched.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ + 274 | TRACE_EVENT(sched_migrate_task, @@ -44783,6 +60091,3 @@ -In file included from ../include/trace/define_trace.h:108, - from ../include/trace/events/tcp.h:734, - from ../net/core/net-traces.c:35: -../include/trace/events/tcp.h: In function ‘trace_event_raw_event_tcp_event_sk_skb’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/sched.h: In function ‘perf_trace_sched_process_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -44790,2 +60095,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -44793,2 +60098,2 @@ -../include/trace/events/tcp.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 22 | DECLARE_EVENT_CLASS(tcp_event_sk_skb, +../include/trace/events/sched.h:301:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 301 | DECLARE_EVENT_CLASS(sched_process_template, @@ -44796,2 +60101,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -44799,2 +60104,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -44802,2 +60107,2 @@ -../include/trace/events/tcp.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 22 | DECLARE_EVENT_CLASS(tcp_event_sk_skb, +../include/trace/events/sched.h:301:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 301 | DECLARE_EVENT_CLASS(sched_process_template, @@ -44805,3 +60110,3 @@ -../include/trace/events/tcp.h: In function ‘trace_event_raw_event_tcp_send_reset’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/sched.h: In function ‘perf_trace_sched_process_wait’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -44809,2 +60114,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -44815,2 +60120,2 @@ -../include/trace/events/tcp.h:91:1: note: in expansion of macro ‘TRACE_EVENT’ - 91 | TRACE_EVENT(tcp_send_reset, +../include/trace/events/sched.h:347:1: note: in expansion of macro ‘TRACE_EVENT’ + 347 | TRACE_EVENT(sched_process_wait, @@ -44818,2 +60123,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -44821,2 +60126,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -44827,2 +60132,2 @@ -../include/trace/events/tcp.h:91:1: note: in expansion of macro ‘TRACE_EVENT’ - 91 | TRACE_EVENT(tcp_send_reset, +../include/trace/events/sched.h:347:1: note: in expansion of macro ‘TRACE_EVENT’ + 347 | TRACE_EVENT(sched_process_wait, @@ -44830,3 +60135,3 @@ -../include/trace/events/tcp.h: In function ‘trace_event_raw_event_tcp_event_sk’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/sched.h: In function ‘perf_trace_sched_process_fork’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -44834,2 +60139,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -44837,5 +60142,8 @@ -../include/trace/events/tcp.h:147:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 147 | DECLARE_EVENT_CLASS(tcp_event_sk, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sched.h:372:1: note: in expansion of macro ‘TRACE_EVENT’ + 372 | TRACE_EVENT(sched_process_fork, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -44843,2 +60151,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -44846,6 +60154,9 @@ -../include/trace/events/tcp.h:147:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 147 | DECLARE_EVENT_CLASS(tcp_event_sk, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/tcp.h: In function ‘trace_event_raw_event_tcp_retransmit_synack’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sched.h:372:1: note: in expansion of macro ‘TRACE_EVENT’ + 372 | TRACE_EVENT(sched_process_fork, + | ^~~~~~~~~~~ +../include/trace/events/sched.h: In function ‘perf_trace_sched_process_exec’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -44853,2 +60164,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -44859,2 +60170,2 @@ -../include/trace/events/tcp.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ - 216 | TRACE_EVENT(tcp_retransmit_synack, +../include/trace/events/sched.h:400:1: note: in expansion of macro ‘TRACE_EVENT’ + 400 | TRACE_EVENT(sched_process_exec, @@ -44862,2 +60173,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -44865,2 +60176,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -44871,2 +60182,2 @@ -../include/trace/events/tcp.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ - 216 | TRACE_EVENT(tcp_retransmit_synack, +../include/trace/events/sched.h:400:1: note: in expansion of macro ‘TRACE_EVENT’ + 400 | TRACE_EVENT(sched_process_exec, @@ -44874,3 +60185,3 @@ -../include/trace/events/tcp.h: In function ‘trace_event_raw_event_tcp_probe’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/sched.h: In function ‘perf_trace_sched_prepare_exec’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -44878,2 +60189,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -44884,2 +60195,2 @@ -../include/trace/events/tcp.h:264:1: note: in expansion of macro ‘TRACE_EVENT’ - 264 | TRACE_EVENT(tcp_probe, +../include/trace/events/sched.h:434:1: note: in expansion of macro ‘TRACE_EVENT’ + 434 | TRACE_EVENT(sched_prepare_exec, @@ -44887,2 +60198,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -44890,2 +60201,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -44896,2 +60207,2 @@ -../include/trace/events/tcp.h:264:1: note: in expansion of macro ‘TRACE_EVENT’ - 264 | TRACE_EVENT(tcp_probe, +../include/trace/events/sched.h:434:1: note: in expansion of macro ‘TRACE_EVENT’ + 434 | TRACE_EVENT(sched_prepare_exec, @@ -44899,3 +60210,3 @@ -../include/trace/events/tcp.h: In function ‘trace_event_raw_event_tcp_event_skb’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/sched.h: In function ‘perf_trace_sched_stat_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -44903,2 +60214,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -44906,2 +60217,27 @@ -../include/trace/events/tcp.h:333:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 333 | DECLARE_EVENT_CLASS(tcp_event_skb, +../include/trace/events/sched.h:461:39: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 461 | #define DECLARE_EVENT_CLASS_SCHEDSTAT DECLARE_EVENT_CLASS + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sched.h:471:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS_SCHEDSTAT’ + 471 | DECLARE_EVENT_CLASS_SCHEDSTAT(sched_stat_template, + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sched.h:461:39: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 461 | #define DECLARE_EVENT_CLASS_SCHEDSTAT DECLARE_EVENT_CLASS + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sched.h:471:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS_SCHEDSTAT’ + 471 | DECLARE_EVENT_CLASS_SCHEDSTAT(sched_stat_template, + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sched.h: In function ‘perf_trace_sched_stat_runtime’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sched.h:529:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 529 | DECLARE_EVENT_CLASS(sched_stat_runtime, @@ -44909,2 +60245,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -44912,2 +60248,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -44915,2 +60251,2 @@ -../include/trace/events/tcp.h:333:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 333 | DECLARE_EVENT_CLASS(tcp_event_skb, +../include/trace/events/sched.h:529:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 529 | DECLARE_EVENT_CLASS(sched_stat_runtime, @@ -44918,3 +60254,3 @@ -../include/trace/events/tcp.h: In function ‘trace_event_raw_event_tcp_cong_state_set’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/sched.h: In function ‘perf_trace_sched_pi_setprio’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -44922,2 +60258,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -44928,2 +60264,2 @@ -../include/trace/events/tcp.h:366:1: note: in expansion of macro ‘TRACE_EVENT’ - 366 | TRACE_EVENT(tcp_cong_state_set, +../include/trace/events/sched.h:560:1: note: in expansion of macro ‘TRACE_EVENT’ + 560 | TRACE_EVENT(sched_pi_setprio, @@ -44931,2 +60267,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -44934,2 +60270,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -44940,2 +60276,2 @@ -../include/trace/events/tcp.h:366:1: note: in expansion of macro ‘TRACE_EVENT’ - 366 | TRACE_EVENT(tcp_cong_state_set, +../include/trace/events/sched.h:560:1: note: in expansion of macro ‘TRACE_EVENT’ + 560 | TRACE_EVENT(sched_pi_setprio, @@ -44943,3 +60279,3 @@ -../include/trace/events/tcp.h: In function ‘trace_event_raw_event_tcp_hash_event’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/sched.h: In function ‘perf_trace_sched_process_hang’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -44947,2 +60283,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -44950,5 +60286,8 @@ -../include/trace/events/tcp.h:414:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 414 | DECLARE_EVENT_CLASS(tcp_hash_event, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sched.h:589:1: note: in expansion of macro ‘TRACE_EVENT’ + 589 | TRACE_EVENT(sched_process_hang, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -44956,2 +60295,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -44959,6 +60298,9 @@ -../include/trace/events/tcp.h:414:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 414 | DECLARE_EVENT_CLASS(tcp_hash_event, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/tcp.h: In function ‘trace_event_raw_event_tcp_ao_event’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sched.h:589:1: note: in expansion of macro ‘TRACE_EVENT’ + 589 | TRACE_EVENT(sched_process_hang, + | ^~~~~~~~~~~ +../include/trace/events/sched.h: In function ‘perf_trace_sched_move_numa’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -44966,2 +60308,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -44969,5 +60311,8 @@ -../include/trace/events/tcp.h:510:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 510 | DECLARE_EVENT_CLASS(tcp_ao_event, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sched.h:611:1: note: in expansion of macro ‘TRACE_EVENT’ + 611 | TRACE_EVENT(sched_move_numa, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -44975,2 +60320,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -44978,6 +60323,9 @@ -../include/trace/events/tcp.h:510:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 510 | DECLARE_EVENT_CLASS(tcp_ao_event, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/tcp.h: In function ‘trace_event_raw_event_tcp_ao_event_sk’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sched.h:611:1: note: in expansion of macro ‘TRACE_EVENT’ + 611 | TRACE_EVENT(sched_move_numa, + | ^~~~~~~~~~~ +../include/trace/events/sched.h: In function ‘perf_trace_sched_numa_pair_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -44985,2 +60333,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -44988,2 +60336,2 @@ -../include/trace/events/tcp.h:616:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 616 | DECLARE_EVENT_CLASS(tcp_ao_event_sk, +../include/trace/events/sched.h:643:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 643 | DECLARE_EVENT_CLASS(sched_numa_pair_template, @@ -44991,2 +60339,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -44994,2 +60342,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -44997,2 +60345,2 @@ -../include/trace/events/tcp.h:616:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 616 | DECLARE_EVENT_CLASS(tcp_ao_event_sk, +../include/trace/events/sched.h:643:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 643 | DECLARE_EVENT_CLASS(sched_numa_pair_template, @@ -45000,3 +60348,3 @@ -../include/trace/events/tcp.h: In function ‘trace_event_raw_event_tcp_ao_event_sne’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/sched.h: In function ‘perf_trace_sched_wake_idle_without_ipi’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -45004,2 +60352,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -45007,5 +60355,8 @@ -../include/trace/events/tcp.h:672:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 672 | DECLARE_EVENT_CLASS(tcp_ao_event_sne, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sched.h:755:1: note: in expansion of macro ‘TRACE_EVENT’ + 755 | TRACE_EVENT(sched_wake_idle_without_ipi, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -45013,2 +60364,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -45016,3 +60367,6 @@ -../include/trace/events/tcp.h:672:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 672 | DECLARE_EVENT_CLASS(tcp_ao_event_sne, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sched.h:755:1: note: in expansion of macro ‘TRACE_EVENT’ + 755 | TRACE_EVENT(sched_wake_idle_without_ipi, + | ^~~~~~~~~~~ @@ -45020 +60374 @@ -../include/trace/events/tcp.h: In function ‘__bpf_trace_tcp_event_sk_skb’: +../include/trace/events/sched.h: In function ‘__bpf_trace_sched_kthread_stop’: @@ -45027,3 +60381,6 @@ -../include/trace/events/tcp.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 22 | DECLARE_EVENT_CLASS(tcp_event_sk_skb, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sched.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ + 16 | TRACE_EVENT(sched_kthread_stop, + | ^~~~~~~~~~~ @@ -45036,4 +60393,7 @@ -../include/trace/events/tcp.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 22 | DECLARE_EVENT_CLASS(tcp_event_sk_skb, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/tcp.h: In function ‘__bpf_trace_tcp_send_reset’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sched.h:16:1: note: in expansion of macro ‘TRACE_EVENT’ + 16 | TRACE_EVENT(sched_kthread_stop, + | ^~~~~~~~~~~ +../include/trace/events/sched.h: In function ‘__bpf_trace_sched_kthread_stop_ret’: @@ -45049,2 +60409,2 @@ -../include/trace/events/tcp.h:91:1: note: in expansion of macro ‘TRACE_EVENT’ - 91 | TRACE_EVENT(tcp_send_reset, +../include/trace/events/sched.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ + 38 | TRACE_EVENT(sched_kthread_stop_ret, @@ -45061,2 +60421,2 @@ -../include/trace/events/tcp.h:91:1: note: in expansion of macro ‘TRACE_EVENT’ - 91 | TRACE_EVENT(tcp_send_reset, +../include/trace/events/sched.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ + 38 | TRACE_EVENT(sched_kthread_stop_ret, @@ -45064 +60424 @@ -../include/trace/events/tcp.h: In function ‘__bpf_trace_tcp_event_sk’: +../include/trace/events/sched.h: In function ‘__bpf_trace_sched_kthread_work_queue_work’: @@ -45071,3 +60431,6 @@ -../include/trace/events/tcp.h:147:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 147 | DECLARE_EVENT_CLASS(tcp_event_sk, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sched.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ + 64 | TRACE_EVENT(sched_kthread_work_queue_work, + | ^~~~~~~~~~~ @@ -45080,4 +60443,7 @@ -../include/trace/events/tcp.h:147:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 147 | DECLARE_EVENT_CLASS(tcp_event_sk, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/tcp.h: In function ‘__bpf_trace_tcp_retransmit_synack’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sched.h:64:1: note: in expansion of macro ‘TRACE_EVENT’ + 64 | TRACE_EVENT(sched_kthread_work_queue_work, + | ^~~~~~~~~~~ +../include/trace/events/sched.h: In function ‘__bpf_trace_sched_kthread_work_execute_start’: @@ -45093,2 +60459,2 @@ -../include/trace/events/tcp.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ - 216 | TRACE_EVENT(tcp_retransmit_synack, +../include/trace/events/sched.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ + 93 | TRACE_EVENT(sched_kthread_work_execute_start, @@ -45105,2 +60471,2 @@ -../include/trace/events/tcp.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ - 216 | TRACE_EVENT(tcp_retransmit_synack, +../include/trace/events/sched.h:93:1: note: in expansion of macro ‘TRACE_EVENT’ + 93 | TRACE_EVENT(sched_kthread_work_execute_start, @@ -45108 +60474 @@ -../include/trace/events/tcp.h: In function ‘__bpf_trace_tcp_probe’: +../include/trace/events/sched.h: In function ‘__bpf_trace_sched_kthread_work_execute_end’: @@ -45118,2 +60484,2 @@ -../include/trace/events/tcp.h:264:1: note: in expansion of macro ‘TRACE_EVENT’ - 264 | TRACE_EVENT(tcp_probe, +../include/trace/events/sched.h:119:1: note: in expansion of macro ‘TRACE_EVENT’ + 119 | TRACE_EVENT(sched_kthread_work_execute_end, @@ -45130,2 +60496,2 @@ -../include/trace/events/tcp.h:264:1: note: in expansion of macro ‘TRACE_EVENT’ - 264 | TRACE_EVENT(tcp_probe, +../include/trace/events/sched.h:119:1: note: in expansion of macro ‘TRACE_EVENT’ + 119 | TRACE_EVENT(sched_kthread_work_execute_end, @@ -45133 +60499 @@ -../include/trace/events/tcp.h: In function ‘__bpf_trace_tcp_event_skb’: +../include/trace/events/sched.h: In function ‘__bpf_trace_sched_wakeup_template’: @@ -45140,2 +60506,2 @@ -../include/trace/events/tcp.h:333:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 333 | DECLARE_EVENT_CLASS(tcp_event_skb, +../include/trace/events/sched.h:141:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 141 | DECLARE_EVENT_CLASS(sched_wakeup_template, @@ -45149,2 +60515,2 @@ -../include/trace/events/tcp.h:333:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 333 | DECLARE_EVENT_CLASS(tcp_event_skb, +../include/trace/events/sched.h:141:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 141 | DECLARE_EVENT_CLASS(sched_wakeup_template, @@ -45152 +60518 @@ -../include/trace/events/tcp.h: In function ‘__bpf_trace_tcp_cong_state_set’: +../include/trace/events/sched.h: In function ‘__bpf_trace_sched_switch’: @@ -45162,2 +60528,2 @@ -../include/trace/events/tcp.h:366:1: note: in expansion of macro ‘TRACE_EVENT’ - 366 | TRACE_EVENT(tcp_cong_state_set, +../include/trace/events/sched.h:222:1: note: in expansion of macro ‘TRACE_EVENT’ + 222 | TRACE_EVENT(sched_switch, @@ -45174,2 +60540,2 @@ -../include/trace/events/tcp.h:366:1: note: in expansion of macro ‘TRACE_EVENT’ - 366 | TRACE_EVENT(tcp_cong_state_set, +../include/trace/events/sched.h:222:1: note: in expansion of macro ‘TRACE_EVENT’ + 222 | TRACE_EVENT(sched_switch, @@ -45177 +60543 @@ -../include/trace/events/tcp.h: In function ‘__bpf_trace_tcp_hash_event’: +../include/trace/events/sched.h: In function ‘__bpf_trace_sched_migrate_task’: @@ -45184,3 +60550,6 @@ -../include/trace/events/tcp.h:414:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 414 | DECLARE_EVENT_CLASS(tcp_hash_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sched.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ + 274 | TRACE_EVENT(sched_migrate_task, + | ^~~~~~~~~~~ @@ -45193,4 +60562,7 @@ -../include/trace/events/tcp.h:414:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 414 | DECLARE_EVENT_CLASS(tcp_hash_event, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/tcp.h: In function ‘__bpf_trace_tcp_ao_event’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sched.h:274:1: note: in expansion of macro ‘TRACE_EVENT’ + 274 | TRACE_EVENT(sched_migrate_task, + | ^~~~~~~~~~~ +../include/trace/events/sched.h: In function ‘__bpf_trace_sched_process_template’: @@ -45203,2 +60575,2 @@ -../include/trace/events/tcp.h:510:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 510 | DECLARE_EVENT_CLASS(tcp_ao_event, +../include/trace/events/sched.h:301:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 301 | DECLARE_EVENT_CLASS(sched_process_template, @@ -45212,2 +60584,2 @@ -../include/trace/events/tcp.h:510:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 510 | DECLARE_EVENT_CLASS(tcp_ao_event, +../include/trace/events/sched.h:301:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 301 | DECLARE_EVENT_CLASS(sched_process_template, @@ -45215 +60587 @@ -../include/trace/events/tcp.h: In function ‘__bpf_trace_tcp_ao_event_sk’: +../include/trace/events/sched.h: In function ‘__bpf_trace_sched_process_wait’: @@ -45222,3 +60594,6 @@ -../include/trace/events/tcp.h:616:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 616 | DECLARE_EVENT_CLASS(tcp_ao_event_sk, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sched.h:347:1: note: in expansion of macro ‘TRACE_EVENT’ + 347 | TRACE_EVENT(sched_process_wait, + | ^~~~~~~~~~~ @@ -45231,4 +60606,7 @@ -../include/trace/events/tcp.h:616:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 616 | DECLARE_EVENT_CLASS(tcp_ao_event_sk, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/tcp.h: In function ‘__bpf_trace_tcp_ao_event_sne’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sched.h:347:1: note: in expansion of macro ‘TRACE_EVENT’ + 347 | TRACE_EVENT(sched_process_wait, + | ^~~~~~~~~~~ +../include/trace/events/sched.h: In function ‘__bpf_trace_sched_process_fork’: @@ -45241,3 +60619,6 @@ -../include/trace/events/tcp.h:672:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 672 | DECLARE_EVENT_CLASS(tcp_ao_event_sne, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sched.h:372:1: note: in expansion of macro ‘TRACE_EVENT’ + 372 | TRACE_EVENT(sched_process_fork, + | ^~~~~~~~~~~ @@ -45250,25 +60630,0 @@ -../include/trace/events/tcp.h:672:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 672 | DECLARE_EVENT_CLASS(tcp_ao_event_sne, - | ^~~~~~~~~~~~~~~~~~~ -In file included from ../include/trace/define_trace.h:108, - from ../include/trace/events/fib.h:102, - from ../net/core/net-traces.c:36: -../include/trace/events/fib.h: In function ‘trace_event_raw_event_fib_table_lookup’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/fib.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ - 13 | TRACE_EVENT(fib_table_lookup, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ @@ -45278,2 +60634,2 @@ -../include/trace/events/fib.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ - 13 | TRACE_EVENT(fib_table_lookup, +../include/trace/events/sched.h:372:1: note: in expansion of macro ‘TRACE_EVENT’ + 372 | TRACE_EVENT(sched_process_fork, @@ -45281,2 +60637 @@ -In file included from ../include/trace/define_trace.h:110: -../include/trace/events/fib.h: In function ‘__bpf_trace_fib_table_lookup’: +../include/trace/events/sched.h: In function ‘__bpf_trace_sched_process_exec’: @@ -45292,2 +60647,2 @@ -../include/trace/events/fib.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ - 13 | TRACE_EVENT(fib_table_lookup, +../include/trace/events/sched.h:400:1: note: in expansion of macro ‘TRACE_EVENT’ + 400 | TRACE_EVENT(sched_process_exec, @@ -45304,30 +60659,2 @@ -../include/trace/events/fib.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ - 13 | TRACE_EVENT(fib_table_lookup, - | ^~~~~~~~~~~ -In file included from ../include/trace/define_trace.h:108, - from ../include/trace/events/qdisc.h:153, - from ../net/core/net-traces.c:37: -../include/trace/events/qdisc.h: In function ‘trace_event_raw_event_qdisc_dequeue’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/qdisc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(qdisc_dequeue, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/qdisc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(qdisc_dequeue, +../include/trace/events/sched.h:400:1: note: in expansion of macro ‘TRACE_EVENT’ + 400 | TRACE_EVENT(sched_process_exec, @@ -45335,3 +60662,3 @@ -../include/trace/events/qdisc.h: In function ‘trace_event_raw_event_qdisc_enqueue’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/sched.h: In function ‘__bpf_trace_sched_prepare_exec’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ @@ -45339,5 +60666,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) @@ -45345,9 +60668,0 @@ -../include/trace/events/qdisc.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ - 49 | TRACE_EVENT(qdisc_enqueue, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ @@ -45357,2 +60672,2 @@ -../include/trace/events/qdisc.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ - 49 | TRACE_EVENT(qdisc_enqueue, +../include/trace/events/sched.h:434:1: note: in expansion of macro ‘TRACE_EVENT’ + 434 | TRACE_EVENT(sched_prepare_exec, @@ -45360,9 +60675,5 @@ -../include/trace/events/qdisc.h: In function ‘trace_event_raw_event_qdisc_reset’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) @@ -45370,9 +60680,0 @@ -../include/trace/events/qdisc.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ - 77 | TRACE_EVENT(qdisc_reset, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ @@ -45382,2 +60684,2 @@ -../include/trace/events/qdisc.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ - 77 | TRACE_EVENT(qdisc_reset, +../include/trace/events/sched.h:434:1: note: in expansion of macro ‘TRACE_EVENT’ + 434 | TRACE_EVENT(sched_prepare_exec, @@ -45385,3 +60687,3 @@ -../include/trace/events/qdisc.h: In function ‘trace_event_raw_event_qdisc_destroy’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/sched.h: In function ‘__bpf_trace_sched_stat_template’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ @@ -45389,5 +60691,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) @@ -45395,11 +60694,11 @@ -../include/trace/events/qdisc.h:102:1: note: in expansion of macro ‘TRACE_EVENT’ - 102 | TRACE_EVENT(qdisc_destroy, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ +../include/trace/events/sched.h:461:39: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 461 | #define DECLARE_EVENT_CLASS_SCHEDSTAT DECLARE_EVENT_CLASS + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sched.h:471:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS_SCHEDSTAT’ + 471 | DECLARE_EVENT_CLASS_SCHEDSTAT(sched_stat_template, + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) @@ -45407,6 +60706,9 @@ -../include/trace/events/qdisc.h:102:1: note: in expansion of macro ‘TRACE_EVENT’ - 102 | TRACE_EVENT(qdisc_destroy, - | ^~~~~~~~~~~ -../include/trace/events/qdisc.h: In function ‘trace_event_raw_event_qdisc_create’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/sched.h:461:39: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 461 | #define DECLARE_EVENT_CLASS_SCHEDSTAT DECLARE_EVENT_CLASS + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sched.h:471:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS_SCHEDSTAT’ + 471 | DECLARE_EVENT_CLASS_SCHEDSTAT(sched_stat_template, + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sched.h: In function ‘__bpf_trace_sched_stat_runtime’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ @@ -45414,5 +60716,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) @@ -45420,11 +60719,8 @@ -../include/trace/events/qdisc.h:127:1: note: in expansion of macro ‘TRACE_EVENT’ - 127 | TRACE_EVENT(qdisc_create, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ +../include/trace/events/sched.h:529:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 529 | DECLARE_EVENT_CLASS(sched_stat_runtime, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) @@ -45432,5 +60728,4 @@ -../include/trace/events/qdisc.h:127:1: note: in expansion of macro ‘TRACE_EVENT’ - 127 | TRACE_EVENT(qdisc_create, - | ^~~~~~~~~~~ -In file included from ../include/trace/define_trace.h:110: -../include/trace/events/qdisc.h: In function ‘__bpf_trace_qdisc_dequeue’: +../include/trace/events/sched.h:529:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 529 | DECLARE_EVENT_CLASS(sched_stat_runtime, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sched.h: In function ‘__bpf_trace_sched_pi_setprio’: @@ -45446,2 +60741,2 @@ -../include/trace/events/qdisc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(qdisc_dequeue, +../include/trace/events/sched.h:560:1: note: in expansion of macro ‘TRACE_EVENT’ + 560 | TRACE_EVENT(sched_pi_setprio, @@ -45458,2 +60753,2 @@ -../include/trace/events/qdisc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(qdisc_dequeue, +../include/trace/events/sched.h:560:1: note: in expansion of macro ‘TRACE_EVENT’ + 560 | TRACE_EVENT(sched_pi_setprio, @@ -45461 +60756 @@ -../include/trace/events/qdisc.h: In function ‘__bpf_trace_qdisc_enqueue’: +../include/trace/events/sched.h: In function ‘__bpf_trace_sched_process_hang’: @@ -45471,2 +60766,2 @@ -../include/trace/events/qdisc.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ - 49 | TRACE_EVENT(qdisc_enqueue, +../include/trace/events/sched.h:589:1: note: in expansion of macro ‘TRACE_EVENT’ + 589 | TRACE_EVENT(sched_process_hang, @@ -45483,2 +60778,2 @@ -../include/trace/events/qdisc.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ - 49 | TRACE_EVENT(qdisc_enqueue, +../include/trace/events/sched.h:589:1: note: in expansion of macro ‘TRACE_EVENT’ + 589 | TRACE_EVENT(sched_process_hang, @@ -45486 +60781 @@ -../include/trace/events/qdisc.h: In function ‘__bpf_trace_qdisc_reset’: +../include/trace/events/sched.h: In function ‘__bpf_trace_sched_move_numa’: @@ -45496,2 +60791,2 @@ -../include/trace/events/qdisc.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ - 77 | TRACE_EVENT(qdisc_reset, +../include/trace/events/sched.h:611:1: note: in expansion of macro ‘TRACE_EVENT’ + 611 | TRACE_EVENT(sched_move_numa, @@ -45508,2 +60803,2 @@ -../include/trace/events/qdisc.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ - 77 | TRACE_EVENT(qdisc_reset, +../include/trace/events/sched.h:611:1: note: in expansion of macro ‘TRACE_EVENT’ + 611 | TRACE_EVENT(sched_move_numa, @@ -45511 +60806 @@ -../include/trace/events/qdisc.h: In function ‘__bpf_trace_qdisc_destroy’: +../include/trace/events/sched.h: In function ‘__bpf_trace_sched_numa_pair_template’: @@ -45518,6 +60813,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/qdisc.h:102:1: note: in expansion of macro ‘TRACE_EVENT’ - 102 | TRACE_EVENT(qdisc_destroy, - | ^~~~~~~~~~~ +../include/trace/events/sched.h:643:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 643 | DECLARE_EVENT_CLASS(sched_numa_pair_template, + | ^~~~~~~~~~~~~~~~~~~ @@ -45530,7 +60822,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/qdisc.h:102:1: note: in expansion of macro ‘TRACE_EVENT’ - 102 | TRACE_EVENT(qdisc_destroy, - | ^~~~~~~~~~~ -../include/trace/events/qdisc.h: In function ‘__bpf_trace_qdisc_create’: +../include/trace/events/sched.h:643:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 643 | DECLARE_EVENT_CLASS(sched_numa_pair_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sched.h: In function ‘__bpf_trace_sched_wake_idle_without_ipi’: @@ -45546,2 +60835,2 @@ -../include/trace/events/qdisc.h:127:1: note: in expansion of macro ‘TRACE_EVENT’ - 127 | TRACE_EVENT(qdisc_create, +../include/trace/events/sched.h:755:1: note: in expansion of macro ‘TRACE_EVENT’ + 755 | TRACE_EVENT(sched_wake_idle_without_ipi, @@ -45558,2 +60847,2 @@ -../include/trace/events/qdisc.h:127:1: note: in expansion of macro ‘TRACE_EVENT’ - 127 | TRACE_EVENT(qdisc_create, +../include/trace/events/sched.h:755:1: note: in expansion of macro ‘TRACE_EVENT’ + 755 | TRACE_EVENT(sched_wake_idle_without_ipi, @@ -45561,6 +60850,3 @@ -In file included from ../include/trace/define_trace.h:108, - from ../include/trace/events/bridge.h:187, - from ../net/core/net-traces.c:39: -../include/trace/events/bridge.h: In function ‘trace_event_raw_event_br_fdb_add’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/sched.h: In function ‘__bpf_trace_pelt_cfs_tp’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ @@ -45568,5 +60854,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ +../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ @@ -45574,11 +60857,8 @@ -../include/trace/events/bridge.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ - 12 | TRACE_EVENT(br_fdb_add, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ +../include/trace/events/sched.h:778:1: note: in expansion of macro ‘DECLARE_TRACE’ + 778 | DECLARE_TRACE(pelt_cfs_tp, + | ^~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ @@ -45586,6 +60866,6 @@ -../include/trace/events/bridge.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ - 12 | TRACE_EVENT(br_fdb_add, - | ^~~~~~~~~~~ -../include/trace/events/bridge.h: In function ‘trace_event_raw_event_br_fdb_external_learn_add’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/sched.h:778:1: note: in expansion of macro ‘DECLARE_TRACE’ + 778 | DECLARE_TRACE(pelt_cfs_tp, + | ^~~~~~~~~~~~~ +../include/trace/events/sched.h: In function ‘__bpf_trace_pelt_rt_tp’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ @@ -45593,5 +60873,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ +../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ @@ -45599,11 +60876,8 @@ -../include/trace/events/bridge.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ - 42 | TRACE_EVENT(br_fdb_external_learn_add, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ +../include/trace/events/sched.h:782:1: note: in expansion of macro ‘DECLARE_TRACE’ + 782 | DECLARE_TRACE(pelt_rt_tp, + | ^~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ @@ -45611,6 +60885,6 @@ -../include/trace/events/bridge.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ - 42 | TRACE_EVENT(br_fdb_external_learn_add, - | ^~~~~~~~~~~ -../include/trace/events/bridge.h: In function ‘trace_event_raw_event_fdb_delete’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/sched.h:782:1: note: in expansion of macro ‘DECLARE_TRACE’ + 782 | DECLARE_TRACE(pelt_rt_tp, + | ^~~~~~~~~~~~~ +../include/trace/events/sched.h: In function ‘__bpf_trace_pelt_dl_tp’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ @@ -45618,5 +60892,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ +../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ @@ -45624,11 +60895,8 @@ -../include/trace/events/bridge.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ - 69 | TRACE_EVENT(fdb_delete, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ +../include/trace/events/sched.h:786:1: note: in expansion of macro ‘DECLARE_TRACE’ + 786 | DECLARE_TRACE(pelt_dl_tp, + | ^~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ @@ -45636,6 +60904,6 @@ -../include/trace/events/bridge.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ - 69 | TRACE_EVENT(fdb_delete, - | ^~~~~~~~~~~ -../include/trace/events/bridge.h: In function ‘trace_event_raw_event_br_fdb_update’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/sched.h:786:1: note: in expansion of macro ‘DECLARE_TRACE’ + 786 | DECLARE_TRACE(pelt_dl_tp, + | ^~~~~~~~~~~~~ +../include/trace/events/sched.h: In function ‘__bpf_trace_pelt_hw_tp’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ @@ -45643,5 +60911,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ +../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ @@ -45649,11 +60914,8 @@ -../include/trace/events/bridge.h:95:1: note: in expansion of macro ‘TRACE_EVENT’ - 95 | TRACE_EVENT(br_fdb_update, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ +../include/trace/events/sched.h:790:1: note: in expansion of macro ‘DECLARE_TRACE’ + 790 | DECLARE_TRACE(pelt_hw_tp, + | ^~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ @@ -45661,6 +60923,6 @@ -../include/trace/events/bridge.h:95:1: note: in expansion of macro ‘TRACE_EVENT’ - 95 | TRACE_EVENT(br_fdb_update, - | ^~~~~~~~~~~ -../include/trace/events/bridge.h: In function ‘trace_event_raw_event_br_mdb_full’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/sched.h:790:1: note: in expansion of macro ‘DECLARE_TRACE’ + 790 | DECLARE_TRACE(pelt_hw_tp, + | ^~~~~~~~~~~~~ +../include/trace/events/sched.h: In function ‘__bpf_trace_pelt_irq_tp’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ @@ -45668,5 +60930,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ +../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ @@ -45674,11 +60933,8 @@ -../include/trace/events/bridge.h:125:1: note: in expansion of macro ‘TRACE_EVENT’ - 125 | TRACE_EVENT(br_mdb_full, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ +../include/trace/events/sched.h:794:1: note: in expansion of macro ‘DECLARE_TRACE’ + 794 | DECLARE_TRACE(pelt_irq_tp, + | ^~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ @@ -45686,5 +60942,4 @@ -../include/trace/events/bridge.h:125:1: note: in expansion of macro ‘TRACE_EVENT’ - 125 | TRACE_EVENT(br_mdb_full, - | ^~~~~~~~~~~ -In file included from ../include/trace/define_trace.h:110: -../include/trace/events/bridge.h: In function ‘__bpf_trace_br_fdb_add’: +../include/trace/events/sched.h:794:1: note: in expansion of macro ‘DECLARE_TRACE’ + 794 | DECLARE_TRACE(pelt_irq_tp, + | ^~~~~~~~~~~~~ +../include/trace/events/sched.h: In function ‘__bpf_trace_pelt_se_tp’: @@ -45694,5 +60949,2 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ +../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ @@ -45700,3 +60952,3 @@ -../include/trace/events/bridge.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ - 12 | TRACE_EVENT(br_fdb_add, - | ^~~~~~~~~~~ +../include/trace/events/sched.h:798:1: note: in expansion of macro ‘DECLARE_TRACE’ + 798 | DECLARE_TRACE(pelt_se_tp, + | ^~~~~~~~~~~~~ @@ -45706,5 +60958,2 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ +../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ @@ -45712,4 +60961,4 @@ -../include/trace/events/bridge.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ - 12 | TRACE_EVENT(br_fdb_add, - | ^~~~~~~~~~~ -../include/trace/events/bridge.h: In function ‘__bpf_trace_br_fdb_external_learn_add’: +../include/trace/events/sched.h:798:1: note: in expansion of macro ‘DECLARE_TRACE’ + 798 | DECLARE_TRACE(pelt_se_tp, + | ^~~~~~~~~~~~~ +../include/trace/events/sched.h: In function ‘__bpf_trace_sched_cpu_capacity_tp’: @@ -45719,5 +60968,2 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ +../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ @@ -45725,3 +60971,3 @@ -../include/trace/events/bridge.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ - 42 | TRACE_EVENT(br_fdb_external_learn_add, - | ^~~~~~~~~~~ +../include/trace/events/sched.h:802:1: note: in expansion of macro ‘DECLARE_TRACE’ + 802 | DECLARE_TRACE(sched_cpu_capacity_tp, + | ^~~~~~~~~~~~~ @@ -45731,5 +60977,2 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ +../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ @@ -45737,4 +60980,4 @@ -../include/trace/events/bridge.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ - 42 | TRACE_EVENT(br_fdb_external_learn_add, - | ^~~~~~~~~~~ -../include/trace/events/bridge.h: In function ‘__bpf_trace_fdb_delete’: +../include/trace/events/sched.h:802:1: note: in expansion of macro ‘DECLARE_TRACE’ + 802 | DECLARE_TRACE(sched_cpu_capacity_tp, + | ^~~~~~~~~~~~~ +../include/trace/events/sched.h: In function ‘__bpf_trace_sched_overutilized_tp’: @@ -45744,5 +60987,2 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ +../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ @@ -45750,3 +60990,3 @@ -../include/trace/events/bridge.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ - 69 | TRACE_EVENT(fdb_delete, - | ^~~~~~~~~~~ +../include/trace/events/sched.h:806:1: note: in expansion of macro ‘DECLARE_TRACE’ + 806 | DECLARE_TRACE(sched_overutilized_tp, + | ^~~~~~~~~~~~~ @@ -45756,5 +60996,2 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ +../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ @@ -45762,4 +60999,4 @@ -../include/trace/events/bridge.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ - 69 | TRACE_EVENT(fdb_delete, - | ^~~~~~~~~~~ -../include/trace/events/bridge.h: In function ‘__bpf_trace_br_fdb_update’: +../include/trace/events/sched.h:806:1: note: in expansion of macro ‘DECLARE_TRACE’ + 806 | DECLARE_TRACE(sched_overutilized_tp, + | ^~~~~~~~~~~~~ +../include/trace/events/sched.h: In function ‘__bpf_trace_sched_util_est_cfs_tp’: @@ -45769,2 +61006,2 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ @@ -45772,6 +61009,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/bridge.h:95:1: note: in expansion of macro ‘TRACE_EVENT’ - 95 | TRACE_EVENT(br_fdb_update, - | ^~~~~~~~~~~ +../include/trace/events/sched.h:810:1: note: in expansion of macro ‘DECLARE_TRACE’ + 810 | DECLARE_TRACE(sched_util_est_cfs_tp, + | ^~~~~~~~~~~~~ @@ -45781,2 +61015,2 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ @@ -45784,7 +61018,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/bridge.h:95:1: note: in expansion of macro ‘TRACE_EVENT’ - 95 | TRACE_EVENT(br_fdb_update, - | ^~~~~~~~~~~ -../include/trace/events/bridge.h: In function ‘__bpf_trace_br_mdb_full’: +../include/trace/events/sched.h:810:1: note: in expansion of macro ‘DECLARE_TRACE’ + 810 | DECLARE_TRACE(sched_util_est_cfs_tp, + | ^~~~~~~~~~~~~ +../include/trace/events/sched.h: In function ‘__bpf_trace_sched_util_est_se_tp’: @@ -45794,2 +61025,2 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ @@ -45797,2 +61028,8 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ +../include/trace/events/sched.h:814:1: note: in expansion of macro ‘DECLARE_TRACE’ + 814 | DECLARE_TRACE(sched_util_est_se_tp, + | ^~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ @@ -45800,3 +61037,13 @@ -../include/trace/events/bridge.h:125:1: note: in expansion of macro ‘TRACE_EVENT’ - 125 | TRACE_EVENT(br_mdb_full, - | ^~~~~~~~~~~ +../include/trace/events/sched.h:814:1: note: in expansion of macro ‘DECLARE_TRACE’ + 814 | DECLARE_TRACE(sched_util_est_se_tp, + | ^~~~~~~~~~~~~ +../include/trace/events/sched.h: In function ‘__bpf_trace_sched_update_nr_running_tp’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sched.h:818:1: note: in expansion of macro ‘DECLARE_TRACE’ + 818 | DECLARE_TRACE(sched_update_nr_running_tp, + | ^~~~~~~~~~~~~ @@ -45806,2 +61053,2 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ @@ -45809,2 +61056,9 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ +../include/trace/events/sched.h:818:1: note: in expansion of macro ‘DECLARE_TRACE’ + 818 | DECLARE_TRACE(sched_update_nr_running_tp, + | ^~~~~~~~~~~~~ +../include/trace/events/sched.h: In function ‘__bpf_trace_sched_compute_energy_tp’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ @@ -45812,3 +61066,12 @@ -../include/trace/events/bridge.h:125:1: note: in expansion of macro ‘TRACE_EVENT’ - 125 | TRACE_EVENT(br_mdb_full, - | ^~~~~~~~~~~ +../include/trace/events/sched.h:822:1: note: in expansion of macro ‘DECLARE_TRACE’ + 822 | DECLARE_TRACE(sched_compute_energy_tp, + | ^~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:119:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 119 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sched.h:822:1: note: in expansion of macro ‘DECLARE_TRACE’ + 822 | DECLARE_TRACE(sched_compute_energy_tp, + | ^~~~~~~~~~~~~ @@ -45816,3 +61079,3 @@ - from ../include/trace/events/page_pool.h:119, - from ../net/core/net-traces.c:48: -../include/trace/events/page_pool.h: In function ‘trace_event_raw_event_page_pool_release’: + from ../include/trace/events/ipi.h:134, + from ../kernel/sched/core.c:85: +../include/trace/events/ipi.h: In function ‘trace_event_raw_event_ipi_raise’: @@ -45828,2 +61091,2 @@ -../include/trace/events/page_pool.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(page_pool_release, +../include/trace/events/ipi.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ + 19 | TRACE_EVENT(ipi_raise, @@ -45840,2 +61103,2 @@ -../include/trace/events/page_pool.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(page_pool_release, +../include/trace/events/ipi.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ + 19 | TRACE_EVENT(ipi_raise, @@ -45843 +61106 @@ -../include/trace/events/page_pool.h: In function ‘trace_event_raw_event_page_pool_state_release’: +../include/trace/events/ipi.h: In function ‘trace_event_raw_event_ipi_send_cpu’: @@ -45853,2 +61116,2 @@ -../include/trace/events/page_pool.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ - 42 | TRACE_EVENT(page_pool_state_release, +../include/trace/events/ipi.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ + 38 | TRACE_EVENT(ipi_send_cpu, @@ -45865,2 +61128,2 @@ -../include/trace/events/page_pool.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ - 42 | TRACE_EVENT(page_pool_state_release, +../include/trace/events/ipi.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ + 38 | TRACE_EVENT(ipi_send_cpu, @@ -45868 +61131 @@ -../include/trace/events/page_pool.h: In function ‘trace_event_raw_event_page_pool_state_hold’: +../include/trace/events/ipi.h: In function ‘trace_event_raw_event_ipi_send_cpumask’: @@ -45878,2 +61141,2 @@ -../include/trace/events/page_pool.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ - 68 | TRACE_EVENT(page_pool_state_hold, +../include/trace/events/ipi.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ + 60 | TRACE_EVENT(ipi_send_cpumask, @@ -45890,2 +61153,2 @@ -../include/trace/events/page_pool.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ - 68 | TRACE_EVENT(page_pool_state_hold, +../include/trace/events/ipi.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ + 60 | TRACE_EVENT(ipi_send_cpumask, @@ -45893 +61156 @@ -../include/trace/events/page_pool.h: In function ‘trace_event_raw_event_page_pool_update_nid’: +../include/trace/events/ipi.h: In function ‘trace_event_raw_event_ipi_handler’: @@ -45900,6 +61163,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/page_pool.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ - 94 | TRACE_EVENT(page_pool_update_nid, - | ^~~~~~~~~~~ +../include/trace/events/ipi.h:82:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 82 | DECLARE_EVENT_CLASS(ipi_handler, + | ^~~~~~~~~~~~~~~~~~~ @@ -45912,10 +61172,7 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/page_pool.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ - 94 | TRACE_EVENT(page_pool_update_nid, - | ^~~~~~~~~~~ -In file included from ../include/trace/define_trace.h:110: -../include/trace/events/page_pool.h: In function ‘__bpf_trace_page_pool_release’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/ipi.h:82:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 82 | DECLARE_EVENT_CLASS(ipi_handler, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/ipi.h: In function ‘perf_trace_ipi_raise’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -45923,3 +61180,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -45929,2 +61186,2 @@ -../include/trace/events/page_pool.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(page_pool_release, +../include/trace/events/ipi.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ + 19 | TRACE_EVENT(ipi_raise, @@ -45932,6 +61189,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -45941,2 +61198,2 @@ -../include/trace/events/page_pool.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ - 14 | TRACE_EVENT(page_pool_release, +../include/trace/events/ipi.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ + 19 | TRACE_EVENT(ipi_raise, @@ -45944,3 +61201,3 @@ -../include/trace/events/page_pool.h: In function ‘__bpf_trace_page_pool_state_release’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/ipi.h: In function ‘perf_trace_ipi_send_cpu’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -45948,3 +61205,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -45954,2 +61211,2 @@ -../include/trace/events/page_pool.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ - 42 | TRACE_EVENT(page_pool_state_release, +../include/trace/events/ipi.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ + 38 | TRACE_EVENT(ipi_send_cpu, @@ -45957,6 +61214,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -45966,2 +61223,2 @@ -../include/trace/events/page_pool.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ - 42 | TRACE_EVENT(page_pool_state_release, +../include/trace/events/ipi.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ + 38 | TRACE_EVENT(ipi_send_cpu, @@ -45969,3 +61226,3 @@ -../include/trace/events/page_pool.h: In function ‘__bpf_trace_page_pool_state_hold’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/ipi.h: In function ‘perf_trace_ipi_send_cpumask’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -45973,3 +61230,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -45979,2 +61236,2 @@ -../include/trace/events/page_pool.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ - 68 | TRACE_EVENT(page_pool_state_hold, +../include/trace/events/ipi.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ + 60 | TRACE_EVENT(ipi_send_cpumask, @@ -45982,6 +61239,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -45991,2 +61248,2 @@ -../include/trace/events/page_pool.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ - 68 | TRACE_EVENT(page_pool_state_hold, +../include/trace/events/ipi.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ + 60 | TRACE_EVENT(ipi_send_cpumask, @@ -45994 +61251,21 @@ -../include/trace/events/page_pool.h: In function ‘__bpf_trace_page_pool_update_nid’: +../include/trace/events/ipi.h: In function ‘perf_trace_ipi_handler’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ipi.h:82:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 82 | DECLARE_EVENT_CLASS(ipi_handler, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ipi.h:82:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 82 | DECLARE_EVENT_CLASS(ipi_handler, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../include/trace/events/ipi.h: In function ‘__bpf_trace_ipi_raise’: @@ -46004,2 +61281,2 @@ -../include/trace/events/page_pool.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ - 94 | TRACE_EVENT(page_pool_update_nid, +../include/trace/events/ipi.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ + 19 | TRACE_EVENT(ipi_raise, @@ -46016,55 +61293,2 @@ -../include/trace/events/page_pool.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ - 94 | TRACE_EVENT(page_pool_update_nid, - | ^~~~~~~~~~~ -In file included from ../include/trace/define_trace.h:108, - from ../include/trace/events/neigh.h:255, - from ../net/core/net-traces.c:51: -../include/trace/events/neigh.h: In function ‘trace_event_raw_event_neigh_create’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/neigh.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ - 23 | TRACE_EVENT(neigh_create, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/neigh.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ - 23 | TRACE_EVENT(neigh_create, - | ^~~~~~~~~~~ -../include/trace/events/neigh.h: In function ‘trace_event_raw_event_neigh_update’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/neigh.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ - 72 | TRACE_EVENT(neigh_update, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/neigh.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ - 72 | TRACE_EVENT(neigh_update, +../include/trace/events/ipi.h:19:1: note: in expansion of macro ‘TRACE_EVENT’ + 19 | TRACE_EVENT(ipi_raise, @@ -46072,21 +61296 @@ -../include/trace/events/neigh.h: In function ‘trace_event_raw_event_neigh__update’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/neigh.h:156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 156 | DECLARE_EVENT_CLASS(neigh__update, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/neigh.h:156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 156 | DECLARE_EVENT_CLASS(neigh__update, - | ^~~~~~~~~~~~~~~~~~~ -In file included from ../include/trace/define_trace.h:110: -../include/trace/events/neigh.h: In function ‘__bpf_trace_neigh_create’: +../include/trace/events/ipi.h: In function ‘__bpf_trace_ipi_send_cpu’: @@ -46102,2 +61306,2 @@ -../include/trace/events/neigh.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ - 23 | TRACE_EVENT(neigh_create, +../include/trace/events/ipi.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ + 38 | TRACE_EVENT(ipi_send_cpu, @@ -46114,2 +61318,2 @@ -../include/trace/events/neigh.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ - 23 | TRACE_EVENT(neigh_create, +../include/trace/events/ipi.h:38:1: note: in expansion of macro ‘TRACE_EVENT’ + 38 | TRACE_EVENT(ipi_send_cpu, @@ -46117 +61321 @@ -../include/trace/events/neigh.h: In function ‘__bpf_trace_neigh_update’: +../include/trace/events/ipi.h: In function ‘__bpf_trace_ipi_send_cpumask’: @@ -46127,2 +61331,2 @@ -../include/trace/events/neigh.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ - 72 | TRACE_EVENT(neigh_update, +../include/trace/events/ipi.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ + 60 | TRACE_EVENT(ipi_send_cpumask, @@ -46139,2 +61343,2 @@ -../include/trace/events/neigh.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ - 72 | TRACE_EVENT(neigh_update, +../include/trace/events/ipi.h:60:1: note: in expansion of macro ‘TRACE_EVENT’ + 60 | TRACE_EVENT(ipi_send_cpumask, @@ -46142 +61346 @@ -../include/trace/events/neigh.h: In function ‘__bpf_trace_neigh__update’: +../include/trace/events/ipi.h: In function ‘__bpf_trace_ipi_handler’: @@ -46149,2 +61353,2 @@ -../include/trace/events/neigh.h:156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 156 | DECLARE_EVENT_CLASS(neigh__update, +../include/trace/events/ipi.h:82:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 82 | DECLARE_EVENT_CLASS(ipi_handler, @@ -46158,2 +61362,2 @@ -../include/trace/events/neigh.h:156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 156 | DECLARE_EVENT_CLASS(neigh__update, +../include/trace/events/ipi.h:82:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 82 | DECLARE_EVENT_CLASS(ipi_handler, @@ -46161,2 +61365,3 @@ -make[5]: *** [../scripts/Makefile.build:244: net/core/net-traces.o] Error 1 -make[4]: *** [../scripts/Makefile.build:485: net/core] Error 2 +make[5]: *** [../scripts/Makefile.build:244: kernel/sched/core.o] Error 1 +make[4]: *** [../scripts/Makefile.build:485: kernel/sched] Error 2 +make[3]: *** [../scripts/Makefile.build:485: kernel] Error 2 @@ -46164,4 +61369,3 @@ - from ../include/trace/events/afs.h:1612, - from ../fs/afs/internal.h:985, - from ../fs/afs/main.c:16: -../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_receive_data’: + from ../fs/smb/client/trace.h:1579, + from ../fs/smb/client/trace.c:8: +../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_rw_err_class’: @@ -46174,6 +61378,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ - 536 | TRACE_EVENT(afs_receive_data, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:105:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 105 | DECLARE_EVENT_CLASS(smb3_rw_err_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -46186,6 +61387,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ - 536 | TRACE_EVENT(afs_receive_data, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:105:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 105 | DECLARE_EVENT_CLASS(smb3_rw_err_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -46198,6 +61396,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ - 536 | TRACE_EVENT(afs_receive_data, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:105:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 105 | DECLARE_EVENT_CLASS(smb3_rw_err_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -46210,6 +61405,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ - 536 | TRACE_EVENT(afs_receive_data, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:105:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 105 | DECLARE_EVENT_CLASS(smb3_rw_err_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -46222,7 +61414,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ - 536 | TRACE_EVENT(afs_receive_data, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_notify_call’: +../fs/smb/client/./trace.h:105:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 105 | DECLARE_EVENT_CLASS(smb3_rw_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_other_err_class’: @@ -46235,6 +61424,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:569:1: note: in expansion of macro ‘TRACE_EVENT’ - 569 | TRACE_EVENT(afs_notify_call, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:161:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 161 | DECLARE_EVENT_CLASS(smb3_other_err_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -46247,7 +61433,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:569:1: note: in expansion of macro ‘TRACE_EVENT’ - 569 | TRACE_EVENT(afs_notify_call, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_cb_call’: +../fs/smb/client/./trace.h:161:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 161 | DECLARE_EVENT_CLASS(smb3_other_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_copy_range_err_class’: @@ -46260,6 +61443,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:591:1: note: in expansion of macro ‘TRACE_EVENT’ - 591 | TRACE_EVENT(afs_cb_call, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:213:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 213 | DECLARE_EVENT_CLASS(smb3_copy_range_err_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -46272,7 +61452,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:591:1: note: in expansion of macro ‘TRACE_EVENT’ - 591 | TRACE_EVENT(afs_cb_call, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_call’: +../fs/smb/client/./trace.h:213:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 213 | DECLARE_EVENT_CLASS(smb3_copy_range_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_copy_range_done_class’: @@ -46285,6 +61462,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:615:1: note: in expansion of macro ‘TRACE_EVENT’ - 615 | TRACE_EVENT(afs_call, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:267:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 267 | DECLARE_EVENT_CLASS(smb3_copy_range_done_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -46297,7 +61471,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:615:1: note: in expansion of macro ‘TRACE_EVENT’ - 615 | TRACE_EVENT(afs_call, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_make_fs_call’: +../fs/smb/client/./trace.h:267:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 267 | DECLARE_EVENT_CLASS(smb3_copy_range_done_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_rw_done_class’: @@ -46310,6 +61481,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:645:1: note: in expansion of macro ‘TRACE_EVENT’ - 645 | TRACE_EVENT(afs_make_fs_call, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:321:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 321 | DECLARE_EVENT_CLASS(smb3_rw_done_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -46322,7 +61490,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:645:1: note: in expansion of macro ‘TRACE_EVENT’ - 645 | TRACE_EVENT(afs_make_fs_call, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_make_fs_calli’: +../fs/smb/client/./trace.h:321:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 321 | DECLARE_EVENT_CLASS(smb3_rw_done_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_other_done_class’: @@ -46335,6 +61500,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:676:1: note: in expansion of macro ‘TRACE_EVENT’ - 676 | TRACE_EVENT(afs_make_fs_calli, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:374:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 374 | DECLARE_EVENT_CLASS(smb3_other_done_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -46347,7 +61509,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:676:1: note: in expansion of macro ‘TRACE_EVENT’ - 676 | TRACE_EVENT(afs_make_fs_calli, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_make_fs_call1’: +../fs/smb/client/./trace.h:374:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 374 | DECLARE_EVENT_CLASS(smb3_other_done_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_eof_class’: @@ -46360,6 +61519,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:711:1: note: in expansion of macro ‘TRACE_EVENT’ - 711 | TRACE_EVENT(afs_make_fs_call1, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:423:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 423 | DECLARE_EVENT_CLASS(smb3_eof_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -46372,7 +61528,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:711:1: note: in expansion of macro ‘TRACE_EVENT’ - 711 | TRACE_EVENT(afs_make_fs_call1, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_make_fs_call2’: +../fs/smb/client/./trace.h:423:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 423 | DECLARE_EVENT_CLASS(smb3_eof_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_fd_class’: @@ -46385,6 +61538,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:748:1: note: in expansion of macro ‘TRACE_EVENT’ - 748 | TRACE_EVENT(afs_make_fs_call2, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:463:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 463 | DECLARE_EVENT_CLASS(smb3_fd_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -46397,7 +61547,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:748:1: note: in expansion of macro ‘TRACE_EVENT’ - 748 | TRACE_EVENT(afs_make_fs_call2, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_make_vl_call’: +../fs/smb/client/./trace.h:463:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 463 | DECLARE_EVENT_CLASS(smb3_fd_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_fd_err_class’: @@ -46410,6 +61557,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:790:1: note: in expansion of macro ‘TRACE_EVENT’ - 790 | TRACE_EVENT(afs_make_vl_call, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:499:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 499 | DECLARE_EVENT_CLASS(smb3_fd_err_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -46422,7 +61566,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:790:1: note: in expansion of macro ‘TRACE_EVENT’ - 790 | TRACE_EVENT(afs_make_vl_call, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_call_done’: +../fs/smb/client/./trace.h:499:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 499 | DECLARE_EVENT_CLASS(smb3_fd_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_inf_enter_class’: @@ -46435,6 +61576,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ - 810 | TRACE_EVENT(afs_call_done, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:541:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 541 | DECLARE_EVENT_CLASS(smb3_inf_enter_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -46447,7 +61585,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ - 810 | TRACE_EVENT(afs_call_done, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_send_data’: +../fs/smb/client/./trace.h:541:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 541 | DECLARE_EVENT_CLASS(smb3_inf_enter_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_inf_err_class’: @@ -46460,6 +61595,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:836:1: note: in expansion of macro ‘TRACE_EVENT’ - 836 | TRACE_EVENT(afs_send_data, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:585:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 585 | DECLARE_EVENT_CLASS(smb3_inf_err_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -46472,7 +61604,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:836:1: note: in expansion of macro ‘TRACE_EVENT’ - 836 | TRACE_EVENT(afs_send_data, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_sent_data’: +../fs/smb/client/./trace.h:585:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 585 | DECLARE_EVENT_CLASS(smb3_inf_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_inf_compound_enter_class’: @@ -46485,6 +61614,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:860:1: note: in expansion of macro ‘TRACE_EVENT’ - 860 | TRACE_EVENT(afs_sent_data, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:633:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 633 | DECLARE_EVENT_CLASS(smb3_inf_compound_enter_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -46497,7 +61623,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:860:1: note: in expansion of macro ‘TRACE_EVENT’ - 860 | TRACE_EVENT(afs_sent_data, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_dir_check_failed’: +../fs/smb/client/./trace.h:633:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 633 | DECLARE_EVENT_CLASS(smb3_inf_compound_enter_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_inf_compound_done_class’: @@ -46510,6 +61633,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:884:1: note: in expansion of macro ‘TRACE_EVENT’ - 884 | TRACE_EVENT(afs_dir_check_failed, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:678:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 678 | DECLARE_EVENT_CLASS(smb3_inf_compound_done_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -46522,7 +61642,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:884:1: note: in expansion of macro ‘TRACE_EVENT’ - 884 | TRACE_EVENT(afs_dir_check_failed, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_call_state’: +../fs/smb/client/./trace.h:678:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 678 | DECLARE_EVENT_CLASS(smb3_inf_compound_done_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_inf_compound_err_class’: @@ -46535,6 +61652,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:905:1: note: in expansion of macro ‘TRACE_EVENT’ - 905 | TRACE_EVENT(afs_call_state, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:719:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 719 | DECLARE_EVENT_CLASS(smb3_inf_compound_err_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -46547,7 +61661,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:905:1: note: in expansion of macro ‘TRACE_EVENT’ - 905 | TRACE_EVENT(afs_call_state, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_lookup’: +../fs/smb/client/./trace.h:719:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 719 | DECLARE_EVENT_CLASS(smb3_inf_compound_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_cmd_err_class’: @@ -46560,6 +61671,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:935:1: note: in expansion of macro ‘TRACE_EVENT’ - 935 | TRACE_EVENT(afs_lookup, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:768:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 768 | DECLARE_EVENT_CLASS(smb3_cmd_err_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -46572,7 +61680,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:935:1: note: in expansion of macro ‘TRACE_EVENT’ - 935 | TRACE_EVENT(afs_lookup, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_edit_dir’: +../fs/smb/client/./trace.h:768:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 768 | DECLARE_EVENT_CLASS(smb3_cmd_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_cmd_done_class’: @@ -46585,6 +61690,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:961:1: note: in expansion of macro ‘TRACE_EVENT’ - 961 | TRACE_EVENT(afs_edit_dir, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:809:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 809 | DECLARE_EVENT_CLASS(smb3_cmd_done_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -46597,7 +61699,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:961:1: note: in expansion of macro ‘TRACE_EVENT’ - 961 | TRACE_EVENT(afs_edit_dir, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_protocol_error’: +../fs/smb/client/./trace.h:809:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 809 | DECLARE_EVENT_CLASS(smb3_cmd_done_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_mid_class’: @@ -46610,6 +61709,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1009:1: note: in expansion of macro ‘TRACE_EVENT’ - 1009 | TRACE_EVENT(afs_protocol_error, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:844:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 844 | DECLARE_EVENT_CLASS(smb3_mid_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -46622,7 +61718,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1009:1: note: in expansion of macro ‘TRACE_EVENT’ - 1009 | TRACE_EVENT(afs_protocol_error, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_io_error’: +../fs/smb/client/./trace.h:844:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 844 | DECLARE_EVENT_CLASS(smb3_mid_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_exit_err_class’: @@ -46635,6 +61728,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1029:1: note: in expansion of macro ‘TRACE_EVENT’ - 1029 | TRACE_EVENT(afs_io_error, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:881:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 881 | DECLARE_EVENT_CLASS(smb3_exit_err_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -46647,7 +61737,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1029:1: note: in expansion of macro ‘TRACE_EVENT’ - 1029 | TRACE_EVENT(afs_io_error, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_file_error’: +../fs/smb/client/./trace.h:881:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 881 | DECLARE_EVENT_CLASS(smb3_exit_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_sync_err_class’: @@ -46660,6 +61747,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1051:1: note: in expansion of macro ‘TRACE_EVENT’ - 1051 | TRACE_EVENT(afs_file_error, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:910:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 910 | DECLARE_EVENT_CLASS(smb3_sync_err_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -46672,7 +61756,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1051:1: note: in expansion of macro ‘TRACE_EVENT’ - 1051 | TRACE_EVENT(afs_file_error, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_bulkstat_error’: +../fs/smb/client/./trace.h:910:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 910 | DECLARE_EVENT_CLASS(smb3_sync_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_enter_exit_class’: @@ -46685,6 +61766,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1074:1: note: in expansion of macro ‘TRACE_EVENT’ - 1074 | TRACE_EVENT(afs_bulkstat_error, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:936:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 936 | DECLARE_EVENT_CLASS(smb3_enter_exit_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -46697,7 +61775,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1074:1: note: in expansion of macro ‘TRACE_EVENT’ - 1074 | TRACE_EVENT(afs_bulkstat_error, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_cm_no_server’: +../fs/smb/client/./trace.h:936:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 936 | DECLARE_EVENT_CLASS(smb3_enter_exit_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_tcon_class’: @@ -46710,6 +61785,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1099:1: note: in expansion of macro ‘TRACE_EVENT’ - 1099 | TRACE_EVENT(afs_cm_no_server, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:965:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 965 | DECLARE_EVENT_CLASS(smb3_tcon_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -46722,7 +61794,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1099:1: note: in expansion of macro ‘TRACE_EVENT’ - 1099 | TRACE_EVENT(afs_cm_no_server, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_cm_no_server_u’: +../fs/smb/client/./trace.h:965:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 965 | DECLARE_EVENT_CLASS(smb3_tcon_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_open_enter_class’: @@ -46735,6 +61804,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1120:1: note: in expansion of macro ‘TRACE_EVENT’ - 1120 | TRACE_EVENT(afs_cm_no_server_u, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:1007:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1007 | DECLARE_EVENT_CLASS(smb3_open_enter_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -46747,7 +61813,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1120:1: note: in expansion of macro ‘TRACE_EVENT’ - 1120 | TRACE_EVENT(afs_cm_no_server_u, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_flock_ev’: +../fs/smb/client/./trace.h:1007:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1007 | DECLARE_EVENT_CLASS(smb3_open_enter_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_open_err_class’: @@ -46760,6 +61823,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1141:1: note: in expansion of macro ‘TRACE_EVENT’ - 1141 | TRACE_EVENT(afs_flock_ev, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:1049:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1049 | DECLARE_EVENT_CLASS(smb3_open_err_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -46772,7 +61832,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1141:1: note: in expansion of macro ‘TRACE_EVENT’ - 1141 | TRACE_EVENT(afs_flock_ev, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_flock_op’: +../fs/smb/client/./trace.h:1049:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1049 | DECLARE_EVENT_CLASS(smb3_open_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_open_done_class’: @@ -46785,6 +61842,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1171:1: note: in expansion of macro ‘TRACE_EVENT’ - 1171 | TRACE_EVENT(afs_flock_op, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:1091:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1091 | DECLARE_EVENT_CLASS(smb3_open_done_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -46797,7 +61851,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1171:1: note: in expansion of macro ‘TRACE_EVENT’ - 1171 | TRACE_EVENT(afs_flock_op, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_reload_dir’: +../fs/smb/client/./trace.h:1091:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1091 | DECLARE_EVENT_CLASS(smb3_open_done_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_lease_done_class’: @@ -46810,6 +61861,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1205:1: note: in expansion of macro ‘TRACE_EVENT’ - 1205 | TRACE_EVENT(afs_reload_dir, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:1134:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1134 | DECLARE_EVENT_CLASS(smb3_lease_done_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -46822,7 +61870,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1205:1: note: in expansion of macro ‘TRACE_EVENT’ - 1205 | TRACE_EVENT(afs_reload_dir, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_silly_rename’: +../fs/smb/client/./trace.h:1134:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1134 | DECLARE_EVENT_CLASS(smb3_lease_done_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_lease_err_class’: @@ -46835,6 +61880,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1222:1: note: in expansion of macro ‘TRACE_EVENT’ - 1222 | TRACE_EVENT(afs_silly_rename, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:1172:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1172 | DECLARE_EVENT_CLASS(smb3_lease_err_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -46847,7 +61889,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1222:1: note: in expansion of macro ‘TRACE_EVENT’ - 1222 | TRACE_EVENT(afs_silly_rename, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_get_tree’: +../fs/smb/client/./trace.h:1172:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1172 | DECLARE_EVENT_CLASS(smb3_lease_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_connect_class’: @@ -46860,6 +61899,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1242:1: note: in expansion of macro ‘TRACE_EVENT’ - 1242 | TRACE_EVENT(afs_get_tree, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:1213:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1213 | DECLARE_EVENT_CLASS(smb3_connect_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -46872,7 +61908,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1242:1: note: in expansion of macro ‘TRACE_EVENT’ - 1242 | TRACE_EVENT(afs_get_tree, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_cb_v_break’: +../fs/smb/client/./trace.h:1213:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1213 | DECLARE_EVENT_CLASS(smb3_connect_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_connect_err_class’: @@ -46885,6 +61918,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1268:1: note: in expansion of macro ‘TRACE_EVENT’ - 1268 | TRACE_EVENT(afs_cb_v_break, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:1248:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1248 | DECLARE_EVENT_CLASS(smb3_connect_err_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -46897,7 +61927,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1268:1: note: in expansion of macro ‘TRACE_EVENT’ - 1268 | TRACE_EVENT(afs_cb_v_break, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_cb_break’: +../fs/smb/client/./trace.h:1248:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1248 | DECLARE_EVENT_CLASS(smb3_connect_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_sess_setup_err_class’: @@ -46910,6 +61937,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1292:1: note: in expansion of macro ‘TRACE_EVENT’ - 1292 | TRACE_EVENT(afs_cb_break, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:1284:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1284 | DECLARE_EVENT_CLASS(smb3_sess_setup_err_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -46922,7 +61946,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1292:1: note: in expansion of macro ‘TRACE_EVENT’ - 1292 | TRACE_EVENT(afs_cb_break, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_cb_miss’: +../fs/smb/client/./trace.h:1284:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1284 | DECLARE_EVENT_CLASS(smb3_sess_setup_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_reconnect_class’: @@ -46935,6 +61956,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1319:1: note: in expansion of macro ‘TRACE_EVENT’ - 1319 | TRACE_EVENT(afs_cb_miss, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:1324:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1324 | DECLARE_EVENT_CLASS(smb3_reconnect_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -46947,7 +61965,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1319:1: note: in expansion of macro ‘TRACE_EVENT’ - 1319 | TRACE_EVENT(afs_cb_miss, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_server’: +../fs/smb/client/./trace.h:1324:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1324 | DECLARE_EVENT_CLASS(smb3_reconnect_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_ses_class’: @@ -46960,6 +61975,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1339:1: note: in expansion of macro ‘TRACE_EVENT’ - 1339 | TRACE_EVENT(afs_server, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:1355:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1355 | DECLARE_EVENT_CLASS(smb3_ses_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -46972,7 +61984,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1339:1: note: in expansion of macro ‘TRACE_EVENT’ - 1339 | TRACE_EVENT(afs_server, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_volume’: +../fs/smb/client/./trace.h:1355:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1355 | DECLARE_EVENT_CLASS(smb3_ses_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_ioctl_class’: @@ -46985,6 +61994,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1366:1: note: in expansion of macro ‘TRACE_EVENT’ - 1366 | TRACE_EVENT(afs_volume, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:1375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1375 | DECLARE_EVENT_CLASS(smb3_ioctl_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -46997,7 +62003,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1366:1: note: in expansion of macro ‘TRACE_EVENT’ - 1366 | TRACE_EVENT(afs_volume, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_cell’: +../fs/smb/client/./trace.h:1375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1375 | DECLARE_EVENT_CLASS(smb3_ioctl_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_shutdown_class’: @@ -47010,6 +62013,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1389:1: note: in expansion of macro ‘TRACE_EVENT’ - 1389 | TRACE_EVENT(afs_cell, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:1403:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1403 | DECLARE_EVENT_CLASS(smb3_shutdown_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -47022,7 +62022,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1389:1: note: in expansion of macro ‘TRACE_EVENT’ - 1389 | TRACE_EVENT(afs_cell, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_alist’: +../fs/smb/client/./trace.h:1403:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1403 | DECLARE_EVENT_CLASS(smb3_shutdown_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_shutdown_err_class’: @@ -47035,6 +62032,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1416:1: note: in expansion of macro ‘TRACE_EVENT’ - 1416 | TRACE_EVENT(afs_alist, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:1428:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1428 | DECLARE_EVENT_CLASS(smb3_shutdown_err_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -47047,7 +62041,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1416:1: note: in expansion of macro ‘TRACE_EVENT’ - 1416 | TRACE_EVENT(afs_alist, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_estate’: +../fs/smb/client/./trace.h:1428:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1428 | DECLARE_EVENT_CLASS(smb3_shutdown_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_credit_class’: @@ -47060,6 +62051,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1440:1: note: in expansion of macro ‘TRACE_EVENT’ - 1440 | TRACE_EVENT(afs_estate, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:1456:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1456 | DECLARE_EVENT_CLASS(smb3_credit_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -47072,7 +62060,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1440:1: note: in expansion of macro ‘TRACE_EVENT’ - 1440 | TRACE_EVENT(afs_estate, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_fs_probe’: +../fs/smb/client/./trace.h:1456:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1456 | DECLARE_EVENT_CLASS(smb3_credit_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_tcon_ref’: @@ -47088,2 +62073,2 @@ -../include/trace/events/afs.h:1468:1: note: in expansion of macro ‘TRACE_EVENT’ - 1468 | TRACE_EVENT(afs_fs_probe, +../fs/smb/client/./trace.h:1516:1: note: in expansion of macro ‘TRACE_EVENT’ + 1516 | TRACE_EVENT(smb3_tcon_ref, @@ -47100,2 +62085,2 @@ -../include/trace/events/afs.h:1468:1: note: in expansion of macro ‘TRACE_EVENT’ - 1468 | TRACE_EVENT(afs_fs_probe, +../fs/smb/client/./trace.h:1516:1: note: in expansion of macro ‘TRACE_EVENT’ + 1516 | TRACE_EVENT(smb3_tcon_ref, @@ -47103 +62088 @@ -../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_vl_probe’: +../fs/smb/client/./trace.h: In function ‘trace_event_raw_event_smb3_rw_credits’: @@ -47113,2 +62098,2 @@ -../include/trace/events/afs.h:1504:1: note: in expansion of macro ‘TRACE_EVENT’ - 1504 | TRACE_EVENT(afs_vl_probe, +../fs/smb/client/./trace.h:1536:1: note: in expansion of macro ‘TRACE_EVENT’ + 1536 | TRACE_EVENT(smb3_rw_credits, @@ -47125,2 +62110,2 @@ -../include/trace/events/afs.h:1504:1: note: in expansion of macro ‘TRACE_EVENT’ - 1504 | TRACE_EVENT(afs_vl_probe, +../fs/smb/client/./trace.h:1536:1: note: in expansion of macro ‘TRACE_EVENT’ + 1536 | TRACE_EVENT(smb3_rw_credits, @@ -47128,3 +62113,4 @@ -../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_rotate’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +In file included from ../include/trace/define_trace.h:109: +../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_rw_err_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -47132,2 +62118,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -47135,8 +62121,5 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ - 1538 | TRACE_EVENT(afs_rotate, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../fs/smb/client/./trace.h:105:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 105 | DECLARE_EVENT_CLASS(smb3_rw_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -47144,2 +62127,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -47147,9 +62130,6 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ - 1538 | TRACE_EVENT(afs_rotate, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_make_call’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../fs/smb/client/./trace.h:105:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 105 | DECLARE_EVENT_CLASS(smb3_rw_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_other_err_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -47157,2 +62137,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -47160,8 +62140,5 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1573:1: note: in expansion of macro ‘TRACE_EVENT’ - 1573 | TRACE_EVENT(afs_make_call, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../fs/smb/client/./trace.h:161:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 161 | DECLARE_EVENT_CLASS(smb3_other_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -47169,2 +62146,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -47172,10 +62149,6 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1573:1: note: in expansion of macro ‘TRACE_EVENT’ - 1573 | TRACE_EVENT(afs_make_call, - | ^~~~~~~~~~~ -In file included from ../include/trace/define_trace.h:110: -../include/trace/events/afs.h: In function ‘__bpf_trace_afs_receive_data’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/smb/client/./trace.h:161:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 161 | DECLARE_EVENT_CLASS(smb3_other_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_copy_range_err_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -47183,3 +62156,630 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:213:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 213 | DECLARE_EVENT_CLASS(smb3_copy_range_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:213:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 213 | DECLARE_EVENT_CLASS(smb3_copy_range_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_copy_range_done_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:267:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 267 | DECLARE_EVENT_CLASS(smb3_copy_range_done_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:267:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 267 | DECLARE_EVENT_CLASS(smb3_copy_range_done_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_rw_done_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:321:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 321 | DECLARE_EVENT_CLASS(smb3_rw_done_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:321:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 321 | DECLARE_EVENT_CLASS(smb3_rw_done_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_other_done_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:374:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 374 | DECLARE_EVENT_CLASS(smb3_other_done_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:374:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 374 | DECLARE_EVENT_CLASS(smb3_other_done_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_eof_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:423:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 423 | DECLARE_EVENT_CLASS(smb3_eof_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:423:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 423 | DECLARE_EVENT_CLASS(smb3_eof_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_fd_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:463:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 463 | DECLARE_EVENT_CLASS(smb3_fd_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:463:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 463 | DECLARE_EVENT_CLASS(smb3_fd_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_fd_err_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:499:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 499 | DECLARE_EVENT_CLASS(smb3_fd_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:499:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 499 | DECLARE_EVENT_CLASS(smb3_fd_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_inf_enter_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:541:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 541 | DECLARE_EVENT_CLASS(smb3_inf_enter_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:541:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 541 | DECLARE_EVENT_CLASS(smb3_inf_enter_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_inf_err_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:585:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 585 | DECLARE_EVENT_CLASS(smb3_inf_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:585:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 585 | DECLARE_EVENT_CLASS(smb3_inf_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_inf_compound_enter_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:633:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 633 | DECLARE_EVENT_CLASS(smb3_inf_compound_enter_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:633:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 633 | DECLARE_EVENT_CLASS(smb3_inf_compound_enter_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_inf_compound_done_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:678:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 678 | DECLARE_EVENT_CLASS(smb3_inf_compound_done_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:678:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 678 | DECLARE_EVENT_CLASS(smb3_inf_compound_done_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_inf_compound_err_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:719:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 719 | DECLARE_EVENT_CLASS(smb3_inf_compound_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:719:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 719 | DECLARE_EVENT_CLASS(smb3_inf_compound_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_cmd_err_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:768:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 768 | DECLARE_EVENT_CLASS(smb3_cmd_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:768:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 768 | DECLARE_EVENT_CLASS(smb3_cmd_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_cmd_done_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:809:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 809 | DECLARE_EVENT_CLASS(smb3_cmd_done_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:809:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 809 | DECLARE_EVENT_CLASS(smb3_cmd_done_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_mid_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:844:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 844 | DECLARE_EVENT_CLASS(smb3_mid_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:844:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 844 | DECLARE_EVENT_CLASS(smb3_mid_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_exit_err_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:881:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 881 | DECLARE_EVENT_CLASS(smb3_exit_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:881:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 881 | DECLARE_EVENT_CLASS(smb3_exit_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_sync_err_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:910:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 910 | DECLARE_EVENT_CLASS(smb3_sync_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:910:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 910 | DECLARE_EVENT_CLASS(smb3_sync_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_enter_exit_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:936:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 936 | DECLARE_EVENT_CLASS(smb3_enter_exit_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:936:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 936 | DECLARE_EVENT_CLASS(smb3_enter_exit_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_tcon_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:965:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 965 | DECLARE_EVENT_CLASS(smb3_tcon_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:965:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 965 | DECLARE_EVENT_CLASS(smb3_tcon_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_open_enter_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:1007:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1007 | DECLARE_EVENT_CLASS(smb3_open_enter_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:1007:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1007 | DECLARE_EVENT_CLASS(smb3_open_enter_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_open_err_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:1049:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1049 | DECLARE_EVENT_CLASS(smb3_open_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:1049:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1049 | DECLARE_EVENT_CLASS(smb3_open_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_open_done_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:1091:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1091 | DECLARE_EVENT_CLASS(smb3_open_done_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:1091:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1091 | DECLARE_EVENT_CLASS(smb3_open_done_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_lease_done_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:1134:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1134 | DECLARE_EVENT_CLASS(smb3_lease_done_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:1134:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1134 | DECLARE_EVENT_CLASS(smb3_lease_done_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_lease_err_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:1172:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1172 | DECLARE_EVENT_CLASS(smb3_lease_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:1172:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1172 | DECLARE_EVENT_CLASS(smb3_lease_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_connect_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:1213:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1213 | DECLARE_EVENT_CLASS(smb3_connect_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:1213:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1213 | DECLARE_EVENT_CLASS(smb3_connect_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_connect_err_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:1248:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1248 | DECLARE_EVENT_CLASS(smb3_connect_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:1248:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1248 | DECLARE_EVENT_CLASS(smb3_connect_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_sess_setup_err_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:1284:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1284 | DECLARE_EVENT_CLASS(smb3_sess_setup_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:1284:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1284 | DECLARE_EVENT_CLASS(smb3_sess_setup_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_reconnect_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:1324:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1324 | DECLARE_EVENT_CLASS(smb3_reconnect_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:1324:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1324 | DECLARE_EVENT_CLASS(smb3_reconnect_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_ses_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:1355:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1355 | DECLARE_EVENT_CLASS(smb3_ses_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:1355:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1355 | DECLARE_EVENT_CLASS(smb3_ses_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_ioctl_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:1375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1375 | DECLARE_EVENT_CLASS(smb3_ioctl_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:1375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1375 | DECLARE_EVENT_CLASS(smb3_ioctl_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_shutdown_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:1403:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1403 | DECLARE_EVENT_CLASS(smb3_shutdown_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:1403:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1403 | DECLARE_EVENT_CLASS(smb3_shutdown_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_shutdown_err_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:1428:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1428 | DECLARE_EVENT_CLASS(smb3_shutdown_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:1428:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1428 | DECLARE_EVENT_CLASS(smb3_shutdown_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_credit_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:1456:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1456 | DECLARE_EVENT_CLASS(smb3_credit_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h:1456:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1456 | DECLARE_EVENT_CLASS(smb3_credit_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_tcon_ref’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -47189,2 +62789,2 @@ -../include/trace/events/afs.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ - 536 | TRACE_EVENT(afs_receive_data, +../fs/smb/client/./trace.h:1516:1: note: in expansion of macro ‘TRACE_EVENT’ + 1516 | TRACE_EVENT(smb3_tcon_ref, @@ -47192,6 +62792,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -47201,2 +62801,2 @@ -../include/trace/events/afs.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ - 536 | TRACE_EVENT(afs_receive_data, +../fs/smb/client/./trace.h:1516:1: note: in expansion of macro ‘TRACE_EVENT’ + 1516 | TRACE_EVENT(smb3_tcon_ref, @@ -47204,3 +62804,3 @@ -../include/trace/events/afs.h: In function ‘__bpf_trace_afs_notify_call’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/smb/client/./trace.h: In function ‘perf_trace_smb3_rw_credits’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -47208,3 +62808,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -47214,2 +62814,2 @@ -../include/trace/events/afs.h:569:1: note: in expansion of macro ‘TRACE_EVENT’ - 569 | TRACE_EVENT(afs_notify_call, +../fs/smb/client/./trace.h:1536:1: note: in expansion of macro ‘TRACE_EVENT’ + 1536 | TRACE_EVENT(smb3_rw_credits, @@ -47217,6 +62817,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -47226,2 +62826,2 @@ -../include/trace/events/afs.h:569:1: note: in expansion of macro ‘TRACE_EVENT’ - 569 | TRACE_EVENT(afs_notify_call, +../fs/smb/client/./trace.h:1536:1: note: in expansion of macro ‘TRACE_EVENT’ + 1536 | TRACE_EVENT(smb3_rw_credits, @@ -47229 +62829,2 @@ -../include/trace/events/afs.h: In function ‘__bpf_trace_afs_cb_call’: +In file included from ../include/trace/define_trace.h:110: +../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_rw_err_class’: @@ -47236,6 +62837,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:591:1: note: in expansion of macro ‘TRACE_EVENT’ - 591 | TRACE_EVENT(afs_cb_call, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:105:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 105 | DECLARE_EVENT_CLASS(smb3_rw_err_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -47248,7 +62846,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:591:1: note: in expansion of macro ‘TRACE_EVENT’ - 591 | TRACE_EVENT(afs_cb_call, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘__bpf_trace_afs_call’: +../fs/smb/client/./trace.h:105:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 105 | DECLARE_EVENT_CLASS(smb3_rw_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_other_err_class’: @@ -47261,6 +62856,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:615:1: note: in expansion of macro ‘TRACE_EVENT’ - 615 | TRACE_EVENT(afs_call, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:161:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 161 | DECLARE_EVENT_CLASS(smb3_other_err_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -47273,7 +62865,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:615:1: note: in expansion of macro ‘TRACE_EVENT’ - 615 | TRACE_EVENT(afs_call, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘__bpf_trace_afs_make_fs_call’: +../fs/smb/client/./trace.h:161:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 161 | DECLARE_EVENT_CLASS(smb3_other_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_copy_range_err_class’: @@ -47286,6 +62875,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:645:1: note: in expansion of macro ‘TRACE_EVENT’ - 645 | TRACE_EVENT(afs_make_fs_call, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:213:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 213 | DECLARE_EVENT_CLASS(smb3_copy_range_err_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -47298,7 +62884,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:645:1: note: in expansion of macro ‘TRACE_EVENT’ - 645 | TRACE_EVENT(afs_make_fs_call, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘__bpf_trace_afs_make_fs_calli’: +../fs/smb/client/./trace.h:213:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 213 | DECLARE_EVENT_CLASS(smb3_copy_range_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_copy_range_done_class’: @@ -47311,6 +62894,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:676:1: note: in expansion of macro ‘TRACE_EVENT’ - 676 | TRACE_EVENT(afs_make_fs_calli, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:267:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 267 | DECLARE_EVENT_CLASS(smb3_copy_range_done_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -47323,7 +62903,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:676:1: note: in expansion of macro ‘TRACE_EVENT’ - 676 | TRACE_EVENT(afs_make_fs_calli, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘__bpf_trace_afs_make_fs_call1’: +../fs/smb/client/./trace.h:267:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 267 | DECLARE_EVENT_CLASS(smb3_copy_range_done_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_rw_done_class’: @@ -47336,6 +62913,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:711:1: note: in expansion of macro ‘TRACE_EVENT’ - 711 | TRACE_EVENT(afs_make_fs_call1, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:321:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 321 | DECLARE_EVENT_CLASS(smb3_rw_done_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -47348,7 +62922,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:711:1: note: in expansion of macro ‘TRACE_EVENT’ - 711 | TRACE_EVENT(afs_make_fs_call1, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘__bpf_trace_afs_make_fs_call2’: +../fs/smb/client/./trace.h:321:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 321 | DECLARE_EVENT_CLASS(smb3_rw_done_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_other_done_class’: @@ -47361,6 +62932,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:748:1: note: in expansion of macro ‘TRACE_EVENT’ - 748 | TRACE_EVENT(afs_make_fs_call2, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:374:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 374 | DECLARE_EVENT_CLASS(smb3_other_done_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -47373,7 +62941,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:748:1: note: in expansion of macro ‘TRACE_EVENT’ - 748 | TRACE_EVENT(afs_make_fs_call2, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘__bpf_trace_afs_make_vl_call’: +../fs/smb/client/./trace.h:374:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 374 | DECLARE_EVENT_CLASS(smb3_other_done_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_eof_class’: @@ -47386,6 +62951,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:790:1: note: in expansion of macro ‘TRACE_EVENT’ - 790 | TRACE_EVENT(afs_make_vl_call, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:423:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 423 | DECLARE_EVENT_CLASS(smb3_eof_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -47398,7 +62960,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:790:1: note: in expansion of macro ‘TRACE_EVENT’ - 790 | TRACE_EVENT(afs_make_vl_call, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘__bpf_trace_afs_call_done’: +../fs/smb/client/./trace.h:423:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 423 | DECLARE_EVENT_CLASS(smb3_eof_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_fd_class’: @@ -47411,6 +62970,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ - 810 | TRACE_EVENT(afs_call_done, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:463:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 463 | DECLARE_EVENT_CLASS(smb3_fd_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -47423,7 +62979,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ - 810 | TRACE_EVENT(afs_call_done, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘__bpf_trace_afs_send_data’: +../fs/smb/client/./trace.h:463:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 463 | DECLARE_EVENT_CLASS(smb3_fd_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_fd_err_class’: @@ -47436,6 +62989,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:836:1: note: in expansion of macro ‘TRACE_EVENT’ - 836 | TRACE_EVENT(afs_send_data, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:499:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 499 | DECLARE_EVENT_CLASS(smb3_fd_err_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -47448,7 +62998,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:836:1: note: in expansion of macro ‘TRACE_EVENT’ - 836 | TRACE_EVENT(afs_send_data, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘__bpf_trace_afs_sent_data’: +../fs/smb/client/./trace.h:499:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 499 | DECLARE_EVENT_CLASS(smb3_fd_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_inf_enter_class’: @@ -47461,6 +63008,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:860:1: note: in expansion of macro ‘TRACE_EVENT’ - 860 | TRACE_EVENT(afs_sent_data, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:541:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 541 | DECLARE_EVENT_CLASS(smb3_inf_enter_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -47473,7 +63017,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:860:1: note: in expansion of macro ‘TRACE_EVENT’ - 860 | TRACE_EVENT(afs_sent_data, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘__bpf_trace_afs_dir_check_failed’: +../fs/smb/client/./trace.h:541:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 541 | DECLARE_EVENT_CLASS(smb3_inf_enter_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_inf_err_class’: @@ -47486,6 +63027,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:884:1: note: in expansion of macro ‘TRACE_EVENT’ - 884 | TRACE_EVENT(afs_dir_check_failed, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:585:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 585 | DECLARE_EVENT_CLASS(smb3_inf_err_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -47498,7 +63036,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:884:1: note: in expansion of macro ‘TRACE_EVENT’ - 884 | TRACE_EVENT(afs_dir_check_failed, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘__bpf_trace_afs_call_state’: +../fs/smb/client/./trace.h:585:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 585 | DECLARE_EVENT_CLASS(smb3_inf_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_inf_compound_enter_class’: @@ -47511,6 +63046,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:905:1: note: in expansion of macro ‘TRACE_EVENT’ - 905 | TRACE_EVENT(afs_call_state, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:633:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 633 | DECLARE_EVENT_CLASS(smb3_inf_compound_enter_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -47523,7 +63055,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:905:1: note: in expansion of macro ‘TRACE_EVENT’ - 905 | TRACE_EVENT(afs_call_state, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘__bpf_trace_afs_lookup’: +../fs/smb/client/./trace.h:633:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 633 | DECLARE_EVENT_CLASS(smb3_inf_compound_enter_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_inf_compound_done_class’: @@ -47536,6 +63065,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:935:1: note: in expansion of macro ‘TRACE_EVENT’ - 935 | TRACE_EVENT(afs_lookup, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:678:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 678 | DECLARE_EVENT_CLASS(smb3_inf_compound_done_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -47548,7 +63074,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:935:1: note: in expansion of macro ‘TRACE_EVENT’ - 935 | TRACE_EVENT(afs_lookup, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘__bpf_trace_afs_edit_dir’: +../fs/smb/client/./trace.h:678:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 678 | DECLARE_EVENT_CLASS(smb3_inf_compound_done_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_inf_compound_err_class’: @@ -47561,6 +63084,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:961:1: note: in expansion of macro ‘TRACE_EVENT’ - 961 | TRACE_EVENT(afs_edit_dir, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:719:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 719 | DECLARE_EVENT_CLASS(smb3_inf_compound_err_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -47573,7 +63093,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:961:1: note: in expansion of macro ‘TRACE_EVENT’ - 961 | TRACE_EVENT(afs_edit_dir, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘__bpf_trace_afs_protocol_error’: +../fs/smb/client/./trace.h:719:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 719 | DECLARE_EVENT_CLASS(smb3_inf_compound_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_cmd_err_class’: @@ -47586,6 +63103,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1009:1: note: in expansion of macro ‘TRACE_EVENT’ - 1009 | TRACE_EVENT(afs_protocol_error, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:768:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 768 | DECLARE_EVENT_CLASS(smb3_cmd_err_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -47598,7 +63112,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1009:1: note: in expansion of macro ‘TRACE_EVENT’ - 1009 | TRACE_EVENT(afs_protocol_error, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘__bpf_trace_afs_io_error’: +../fs/smb/client/./trace.h:768:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 768 | DECLARE_EVENT_CLASS(smb3_cmd_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_cmd_done_class’: @@ -47611,6 +63122,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1029:1: note: in expansion of macro ‘TRACE_EVENT’ - 1029 | TRACE_EVENT(afs_io_error, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:809:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 809 | DECLARE_EVENT_CLASS(smb3_cmd_done_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -47623,7 +63131,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1029:1: note: in expansion of macro ‘TRACE_EVENT’ - 1029 | TRACE_EVENT(afs_io_error, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘__bpf_trace_afs_file_error’: +../fs/smb/client/./trace.h:809:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 809 | DECLARE_EVENT_CLASS(smb3_cmd_done_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_mid_class’: @@ -47636,6 +63141,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1051:1: note: in expansion of macro ‘TRACE_EVENT’ - 1051 | TRACE_EVENT(afs_file_error, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:844:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 844 | DECLARE_EVENT_CLASS(smb3_mid_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -47648,7 +63150,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1051:1: note: in expansion of macro ‘TRACE_EVENT’ - 1051 | TRACE_EVENT(afs_file_error, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘__bpf_trace_afs_bulkstat_error’: +../fs/smb/client/./trace.h:844:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 844 | DECLARE_EVENT_CLASS(smb3_mid_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_exit_err_class’: @@ -47661,6 +63160,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1074:1: note: in expansion of macro ‘TRACE_EVENT’ - 1074 | TRACE_EVENT(afs_bulkstat_error, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:881:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 881 | DECLARE_EVENT_CLASS(smb3_exit_err_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -47673,7 +63169,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1074:1: note: in expansion of macro ‘TRACE_EVENT’ - 1074 | TRACE_EVENT(afs_bulkstat_error, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘__bpf_trace_afs_cm_no_server’: +../fs/smb/client/./trace.h:881:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 881 | DECLARE_EVENT_CLASS(smb3_exit_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_sync_err_class’: @@ -47686,6 +63179,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1099:1: note: in expansion of macro ‘TRACE_EVENT’ - 1099 | TRACE_EVENT(afs_cm_no_server, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:910:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 910 | DECLARE_EVENT_CLASS(smb3_sync_err_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -47698,7 +63188,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1099:1: note: in expansion of macro ‘TRACE_EVENT’ - 1099 | TRACE_EVENT(afs_cm_no_server, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘__bpf_trace_afs_cm_no_server_u’: +../fs/smb/client/./trace.h:910:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 910 | DECLARE_EVENT_CLASS(smb3_sync_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_enter_exit_class’: @@ -47711,6 +63198,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1120:1: note: in expansion of macro ‘TRACE_EVENT’ - 1120 | TRACE_EVENT(afs_cm_no_server_u, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:936:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 936 | DECLARE_EVENT_CLASS(smb3_enter_exit_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -47723,7 +63207,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1120:1: note: in expansion of macro ‘TRACE_EVENT’ - 1120 | TRACE_EVENT(afs_cm_no_server_u, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘__bpf_trace_afs_flock_ev’: +../fs/smb/client/./trace.h:936:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 936 | DECLARE_EVENT_CLASS(smb3_enter_exit_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_tcon_class’: @@ -47736,6 +63217,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1141:1: note: in expansion of macro ‘TRACE_EVENT’ - 1141 | TRACE_EVENT(afs_flock_ev, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:965:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 965 | DECLARE_EVENT_CLASS(smb3_tcon_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -47748,7 +63226,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1141:1: note: in expansion of macro ‘TRACE_EVENT’ - 1141 | TRACE_EVENT(afs_flock_ev, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘__bpf_trace_afs_flock_op’: +../fs/smb/client/./trace.h:965:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 965 | DECLARE_EVENT_CLASS(smb3_tcon_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_open_enter_class’: @@ -47761,6 +63236,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1171:1: note: in expansion of macro ‘TRACE_EVENT’ - 1171 | TRACE_EVENT(afs_flock_op, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:1007:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1007 | DECLARE_EVENT_CLASS(smb3_open_enter_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -47773,7 +63245,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1171:1: note: in expansion of macro ‘TRACE_EVENT’ - 1171 | TRACE_EVENT(afs_flock_op, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘__bpf_trace_afs_reload_dir’: +../fs/smb/client/./trace.h:1007:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1007 | DECLARE_EVENT_CLASS(smb3_open_enter_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_open_err_class’: @@ -47786,6 +63255,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1205:1: note: in expansion of macro ‘TRACE_EVENT’ - 1205 | TRACE_EVENT(afs_reload_dir, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:1049:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1049 | DECLARE_EVENT_CLASS(smb3_open_err_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -47798,7 +63264,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1205:1: note: in expansion of macro ‘TRACE_EVENT’ - 1205 | TRACE_EVENT(afs_reload_dir, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘__bpf_trace_afs_silly_rename’: +../fs/smb/client/./trace.h:1049:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1049 | DECLARE_EVENT_CLASS(smb3_open_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_open_done_class’: @@ -47811,6 +63274,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1222:1: note: in expansion of macro ‘TRACE_EVENT’ - 1222 | TRACE_EVENT(afs_silly_rename, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:1091:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1091 | DECLARE_EVENT_CLASS(smb3_open_done_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -47823,7 +63283,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1222:1: note: in expansion of macro ‘TRACE_EVENT’ - 1222 | TRACE_EVENT(afs_silly_rename, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘__bpf_trace_afs_get_tree’: +../fs/smb/client/./trace.h:1091:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1091 | DECLARE_EVENT_CLASS(smb3_open_done_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_lease_done_class’: @@ -47836,6 +63293,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1242:1: note: in expansion of macro ‘TRACE_EVENT’ - 1242 | TRACE_EVENT(afs_get_tree, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:1134:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1134 | DECLARE_EVENT_CLASS(smb3_lease_done_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -47848,7 +63302,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1242:1: note: in expansion of macro ‘TRACE_EVENT’ - 1242 | TRACE_EVENT(afs_get_tree, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘__bpf_trace_afs_cb_v_break’: +../fs/smb/client/./trace.h:1134:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1134 | DECLARE_EVENT_CLASS(smb3_lease_done_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_lease_err_class’: @@ -47861,6 +63312,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1268:1: note: in expansion of macro ‘TRACE_EVENT’ - 1268 | TRACE_EVENT(afs_cb_v_break, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:1172:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1172 | DECLARE_EVENT_CLASS(smb3_lease_err_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -47873,7 +63321,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1268:1: note: in expansion of macro ‘TRACE_EVENT’ - 1268 | TRACE_EVENT(afs_cb_v_break, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘__bpf_trace_afs_cb_break’: +../fs/smb/client/./trace.h:1172:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1172 | DECLARE_EVENT_CLASS(smb3_lease_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_connect_class’: @@ -47886,6 +63331,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1292:1: note: in expansion of macro ‘TRACE_EVENT’ - 1292 | TRACE_EVENT(afs_cb_break, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:1213:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1213 | DECLARE_EVENT_CLASS(smb3_connect_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -47898,7 +63340,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1292:1: note: in expansion of macro ‘TRACE_EVENT’ - 1292 | TRACE_EVENT(afs_cb_break, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘__bpf_trace_afs_cb_miss’: +../fs/smb/client/./trace.h:1213:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1213 | DECLARE_EVENT_CLASS(smb3_connect_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_connect_err_class’: @@ -47911,6 +63350,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1319:1: note: in expansion of macro ‘TRACE_EVENT’ - 1319 | TRACE_EVENT(afs_cb_miss, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:1248:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1248 | DECLARE_EVENT_CLASS(smb3_connect_err_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -47923,7 +63359,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1319:1: note: in expansion of macro ‘TRACE_EVENT’ - 1319 | TRACE_EVENT(afs_cb_miss, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘__bpf_trace_afs_server’: +../fs/smb/client/./trace.h:1248:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1248 | DECLARE_EVENT_CLASS(smb3_connect_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_sess_setup_err_class’: @@ -47936,6 +63369,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1339:1: note: in expansion of macro ‘TRACE_EVENT’ - 1339 | TRACE_EVENT(afs_server, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:1284:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1284 | DECLARE_EVENT_CLASS(smb3_sess_setup_err_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -47948,7 +63378,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1339:1: note: in expansion of macro ‘TRACE_EVENT’ - 1339 | TRACE_EVENT(afs_server, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘__bpf_trace_afs_volume’: +../fs/smb/client/./trace.h:1284:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1284 | DECLARE_EVENT_CLASS(smb3_sess_setup_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_reconnect_class’: @@ -47961,6 +63388,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1366:1: note: in expansion of macro ‘TRACE_EVENT’ - 1366 | TRACE_EVENT(afs_volume, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:1324:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1324 | DECLARE_EVENT_CLASS(smb3_reconnect_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -47973,7 +63397,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1366:1: note: in expansion of macro ‘TRACE_EVENT’ - 1366 | TRACE_EVENT(afs_volume, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘__bpf_trace_afs_cell’: +../fs/smb/client/./trace.h:1324:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1324 | DECLARE_EVENT_CLASS(smb3_reconnect_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_ses_class’: @@ -47986,6 +63407,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1389:1: note: in expansion of macro ‘TRACE_EVENT’ - 1389 | TRACE_EVENT(afs_cell, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:1355:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1355 | DECLARE_EVENT_CLASS(smb3_ses_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -47998,7 +63416,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1389:1: note: in expansion of macro ‘TRACE_EVENT’ - 1389 | TRACE_EVENT(afs_cell, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘__bpf_trace_afs_alist’: +../fs/smb/client/./trace.h:1355:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1355 | DECLARE_EVENT_CLASS(smb3_ses_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_ioctl_class’: @@ -48011,6 +63426,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1416:1: note: in expansion of macro ‘TRACE_EVENT’ - 1416 | TRACE_EVENT(afs_alist, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:1375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1375 | DECLARE_EVENT_CLASS(smb3_ioctl_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -48023,7 +63435,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1416:1: note: in expansion of macro ‘TRACE_EVENT’ - 1416 | TRACE_EVENT(afs_alist, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘__bpf_trace_afs_estate’: +../fs/smb/client/./trace.h:1375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1375 | DECLARE_EVENT_CLASS(smb3_ioctl_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_shutdown_class’: @@ -48036,6 +63445,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1440:1: note: in expansion of macro ‘TRACE_EVENT’ - 1440 | TRACE_EVENT(afs_estate, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:1403:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1403 | DECLARE_EVENT_CLASS(smb3_shutdown_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -48048,7 +63454,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1440:1: note: in expansion of macro ‘TRACE_EVENT’ - 1440 | TRACE_EVENT(afs_estate, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘__bpf_trace_afs_fs_probe’: +../fs/smb/client/./trace.h:1403:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1403 | DECLARE_EVENT_CLASS(smb3_shutdown_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_shutdown_err_class’: @@ -48061,6 +63464,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1468:1: note: in expansion of macro ‘TRACE_EVENT’ - 1468 | TRACE_EVENT(afs_fs_probe, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:1428:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1428 | DECLARE_EVENT_CLASS(smb3_shutdown_err_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -48073,7 +63473,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1468:1: note: in expansion of macro ‘TRACE_EVENT’ - 1468 | TRACE_EVENT(afs_fs_probe, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘__bpf_trace_afs_vl_probe’: +../fs/smb/client/./trace.h:1428:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1428 | DECLARE_EVENT_CLASS(smb3_shutdown_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_credit_class’: @@ -48086,6 +63483,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1504:1: note: in expansion of macro ‘TRACE_EVENT’ - 1504 | TRACE_EVENT(afs_vl_probe, - | ^~~~~~~~~~~ +../fs/smb/client/./trace.h:1456:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1456 | DECLARE_EVENT_CLASS(smb3_credit_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -48098,7 +63492,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/afs.h:1504:1: note: in expansion of macro ‘TRACE_EVENT’ - 1504 | TRACE_EVENT(afs_vl_probe, - | ^~~~~~~~~~~ -../include/trace/events/afs.h: In function ‘__bpf_trace_afs_rotate’: +../fs/smb/client/./trace.h:1456:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1456 | DECLARE_EVENT_CLASS(smb3_credit_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_tcon_ref’: @@ -48114,2 +63505,2 @@ -../include/trace/events/afs.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ - 1538 | TRACE_EVENT(afs_rotate, +../fs/smb/client/./trace.h:1516:1: note: in expansion of macro ‘TRACE_EVENT’ + 1516 | TRACE_EVENT(smb3_tcon_ref, @@ -48126,2 +63517,2 @@ -../include/trace/events/afs.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ - 1538 | TRACE_EVENT(afs_rotate, +../fs/smb/client/./trace.h:1516:1: note: in expansion of macro ‘TRACE_EVENT’ + 1516 | TRACE_EVENT(smb3_tcon_ref, @@ -48129 +63520 @@ -../include/trace/events/afs.h: In function ‘__bpf_trace_afs_make_call’: +../fs/smb/client/./trace.h: In function ‘__bpf_trace_smb3_rw_credits’: @@ -48139,2 +63530,2 @@ -../include/trace/events/afs.h:1573:1: note: in expansion of macro ‘TRACE_EVENT’ - 1573 | TRACE_EVENT(afs_make_call, +../fs/smb/client/./trace.h:1536:1: note: in expansion of macro ‘TRACE_EVENT’ + 1536 | TRACE_EVENT(smb3_rw_credits, @@ -48151,2 +63542,2 @@ -../include/trace/events/afs.h:1573:1: note: in expansion of macro ‘TRACE_EVENT’ - 1573 | TRACE_EVENT(afs_make_call, +../fs/smb/client/./trace.h:1536:1: note: in expansion of macro ‘TRACE_EVENT’ + 1536 | TRACE_EVENT(smb3_rw_credits, @@ -48154,2 +63545,3 @@ -make[5]: *** [../scripts/Makefile.build:244: fs/afs/main.o] Error 1 -make[4]: *** [../scripts/Makefile.build:485: fs/afs] Error 2 +make[6]: *** [../scripts/Makefile.build:244: fs/smb/client/trace.o] Error 1 +make[5]: *** [../scripts/Makefile.build:485: fs/smb/client] Error 2 +make[4]: *** [../scripts/Makefile.build:485: fs/smb] Error 2 @@ -48157,3 +63549,4 @@ - from ../fs/nfs/nfstrace.h:1745, - from ../fs/nfs/nfstrace.c:10: -../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_inode_event’: + from ../include/trace/events/afs.h:1612, + from ../fs/afs/internal.h:985, + from ../fs/afs/main.c:16: +../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_receive_data’: @@ -48166,3 +63559,6 @@ -../fs/nfs/./nfstrace.h:47:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 47 | DECLARE_EVENT_CLASS(nfs_inode_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ + 536 | TRACE_EVENT(afs_receive_data, + | ^~~~~~~~~~~ @@ -48175,3 +63571,6 @@ -../fs/nfs/./nfstrace.h:47:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 47 | DECLARE_EVENT_CLASS(nfs_inode_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ + 536 | TRACE_EVENT(afs_receive_data, + | ^~~~~~~~~~~ @@ -48184,3 +63583,6 @@ -../fs/nfs/./nfstrace.h:47:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 47 | DECLARE_EVENT_CLASS(nfs_inode_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ + 536 | TRACE_EVENT(afs_receive_data, + | ^~~~~~~~~~~ @@ -48193,3 +63595,6 @@ -../fs/nfs/./nfstrace.h:47:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 47 | DECLARE_EVENT_CLASS(nfs_inode_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ + 536 | TRACE_EVENT(afs_receive_data, + | ^~~~~~~~~~~ @@ -48202,4 +63607,7 @@ -../fs/nfs/./nfstrace.h:47:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 47 | DECLARE_EVENT_CLASS(nfs_inode_event, - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_inode_event_done’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ + 536 | TRACE_EVENT(afs_receive_data, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_notify_call’: @@ -48212,3 +63620,6 @@ -../fs/nfs/./nfstrace.h:78:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 78 | DECLARE_EVENT_CLASS(nfs_inode_event_done, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:569:1: note: in expansion of macro ‘TRACE_EVENT’ + 569 | TRACE_EVENT(afs_notify_call, + | ^~~~~~~~~~~ @@ -48221,4 +63632,7 @@ -../fs/nfs/./nfstrace.h:78:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 78 | DECLARE_EVENT_CLASS(nfs_inode_event_done, - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_access_exit’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:569:1: note: in expansion of macro ‘TRACE_EVENT’ + 569 | TRACE_EVENT(afs_notify_call, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_cb_call’: @@ -48234,2 +63648,2 @@ -../fs/nfs/./nfstrace.h:164:1: note: in expansion of macro ‘TRACE_EVENT’ - 164 | TRACE_EVENT(nfs_access_exit, +../include/trace/events/afs.h:591:1: note: in expansion of macro ‘TRACE_EVENT’ + 591 | TRACE_EVENT(afs_cb_call, @@ -48246,2 +63660,2 @@ -../fs/nfs/./nfstrace.h:164:1: note: in expansion of macro ‘TRACE_EVENT’ - 164 | TRACE_EVENT(nfs_access_exit, +../include/trace/events/afs.h:591:1: note: in expansion of macro ‘TRACE_EVENT’ + 591 | TRACE_EVENT(afs_cb_call, @@ -48249 +63663 @@ -../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_update_size_class’: +../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_call’: @@ -48256,3 +63670,6 @@ -../fs/nfs/./nfstrace.h:224:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 224 | DECLARE_EVENT_CLASS(nfs_update_size_class, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:615:1: note: in expansion of macro ‘TRACE_EVENT’ + 615 | TRACE_EVENT(afs_call, + | ^~~~~~~~~~~ @@ -48265,4 +63682,7 @@ -../fs/nfs/./nfstrace.h:224:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 224 | DECLARE_EVENT_CLASS(nfs_update_size_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_inode_range_event’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:615:1: note: in expansion of macro ‘TRACE_EVENT’ + 615 | TRACE_EVENT(afs_call, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_make_fs_call’: @@ -48275,3 +63695,6 @@ -../fs/nfs/./nfstrace.h:274:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 274 | DECLARE_EVENT_CLASS(nfs_inode_range_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:645:1: note: in expansion of macro ‘TRACE_EVENT’ + 645 | TRACE_EVENT(afs_make_fs_call, + | ^~~~~~~~~~~ @@ -48284,4 +63707,7 @@ -../fs/nfs/./nfstrace.h:274:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 274 | DECLARE_EVENT_CLASS(nfs_inode_range_event, - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_readdir_event’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:645:1: note: in expansion of macro ‘TRACE_EVENT’ + 645 | TRACE_EVENT(afs_make_fs_call, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_make_fs_calli’: @@ -48294,3 +63720,6 @@ -../fs/nfs/./nfstrace.h:324:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 324 | DECLARE_EVENT_CLASS(nfs_readdir_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:676:1: note: in expansion of macro ‘TRACE_EVENT’ + 676 | TRACE_EVENT(afs_make_fs_calli, + | ^~~~~~~~~~~ @@ -48303,4 +63732,7 @@ -../fs/nfs/./nfstrace.h:324:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 324 | DECLARE_EVENT_CLASS(nfs_readdir_event, - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_lookup_event’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:676:1: note: in expansion of macro ‘TRACE_EVENT’ + 676 | TRACE_EVENT(afs_make_fs_calli, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_make_fs_call1’: @@ -48313,3 +63745,6 @@ -../fs/nfs/./nfstrace.h:390:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 390 | DECLARE_EVENT_CLASS(nfs_lookup_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:711:1: note: in expansion of macro ‘TRACE_EVENT’ + 711 | TRACE_EVENT(afs_make_fs_call1, + | ^~~~~~~~~~~ @@ -48322,4 +63757,7 @@ -../fs/nfs/./nfstrace.h:390:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 390 | DECLARE_EVENT_CLASS(nfs_lookup_event, - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_lookup_event_done’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:711:1: note: in expansion of macro ‘TRACE_EVENT’ + 711 | TRACE_EVENT(afs_make_fs_call1, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_make_fs_call2’: @@ -48332,3 +63770,6 @@ -../fs/nfs/./nfstrace.h:435:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 435 | DECLARE_EVENT_CLASS(nfs_lookup_event_done, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:748:1: note: in expansion of macro ‘TRACE_EVENT’ + 748 | TRACE_EVENT(afs_make_fs_call2, + | ^~~~~~~~~~~ @@ -48341,4 +63782,7 @@ -../fs/nfs/./nfstrace.h:435:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 435 | DECLARE_EVENT_CLASS(nfs_lookup_event_done, - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_atomic_open_enter’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:748:1: note: in expansion of macro ‘TRACE_EVENT’ + 748 | TRACE_EVENT(afs_make_fs_call2, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_make_vl_call’: @@ -48354,2 +63798,2 @@ -../fs/nfs/./nfstrace.h:493:1: note: in expansion of macro ‘TRACE_EVENT’ - 493 | TRACE_EVENT(nfs_atomic_open_enter, +../include/trace/events/afs.h:790:1: note: in expansion of macro ‘TRACE_EVENT’ + 790 | TRACE_EVENT(afs_make_vl_call, @@ -48366,2 +63810,2 @@ -../fs/nfs/./nfstrace.h:493:1: note: in expansion of macro ‘TRACE_EVENT’ - 493 | TRACE_EVENT(nfs_atomic_open_enter, +../include/trace/events/afs.h:790:1: note: in expansion of macro ‘TRACE_EVENT’ + 790 | TRACE_EVENT(afs_make_vl_call, @@ -48369 +63813 @@ -../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_atomic_open_exit’: +../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_call_done’: @@ -48379,2 +63823,2 @@ -../fs/nfs/./nfstrace.h:529:1: note: in expansion of macro ‘TRACE_EVENT’ - 529 | TRACE_EVENT(nfs_atomic_open_exit, +../include/trace/events/afs.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ + 810 | TRACE_EVENT(afs_call_done, @@ -48391,2 +63835,2 @@ -../fs/nfs/./nfstrace.h:529:1: note: in expansion of macro ‘TRACE_EVENT’ - 529 | TRACE_EVENT(nfs_atomic_open_exit, +../include/trace/events/afs.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ + 810 | TRACE_EVENT(afs_call_done, @@ -48394 +63838 @@ -../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_create_enter’: +../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_send_data’: @@ -48404,2 +63848,2 @@ -../fs/nfs/./nfstrace.h:570:1: note: in expansion of macro ‘TRACE_EVENT’ - 570 | TRACE_EVENT(nfs_create_enter, +../include/trace/events/afs.h:836:1: note: in expansion of macro ‘TRACE_EVENT’ + 836 | TRACE_EVENT(afs_send_data, @@ -48416,2 +63860,2 @@ -../fs/nfs/./nfstrace.h:570:1: note: in expansion of macro ‘TRACE_EVENT’ - 570 | TRACE_EVENT(nfs_create_enter, +../include/trace/events/afs.h:836:1: note: in expansion of macro ‘TRACE_EVENT’ + 836 | TRACE_EVENT(afs_send_data, @@ -48419 +63863 @@ -../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_create_exit’: +../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_sent_data’: @@ -48429,2 +63873,2 @@ -../fs/nfs/./nfstrace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ - 603 | TRACE_EVENT(nfs_create_exit, +../include/trace/events/afs.h:860:1: note: in expansion of macro ‘TRACE_EVENT’ + 860 | TRACE_EVENT(afs_sent_data, @@ -48441,2 +63885,2 @@ -../fs/nfs/./nfstrace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ - 603 | TRACE_EVENT(nfs_create_exit, +../include/trace/events/afs.h:860:1: note: in expansion of macro ‘TRACE_EVENT’ + 860 | TRACE_EVENT(afs_sent_data, @@ -48444 +63888 @@ -../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_directory_event’: +../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_dir_check_failed’: @@ -48451,3 +63895,6 @@ -../fs/nfs/./nfstrace.h:640:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 640 | DECLARE_EVENT_CLASS(nfs_directory_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:884:1: note: in expansion of macro ‘TRACE_EVENT’ + 884 | TRACE_EVENT(afs_dir_check_failed, + | ^~~~~~~~~~~ @@ -48460,4 +63907,7 @@ -../fs/nfs/./nfstrace.h:640:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 640 | DECLARE_EVENT_CLASS(nfs_directory_event, - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_directory_event_done’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:884:1: note: in expansion of macro ‘TRACE_EVENT’ + 884 | TRACE_EVENT(afs_dir_check_failed, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_call_state’: @@ -48470,3 +63920,6 @@ -../fs/nfs/./nfstrace.h:676:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 676 | DECLARE_EVENT_CLASS(nfs_directory_event_done, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:905:1: note: in expansion of macro ‘TRACE_EVENT’ + 905 | TRACE_EVENT(afs_call_state, + | ^~~~~~~~~~~ @@ -48479,4 +63932,7 @@ -../fs/nfs/./nfstrace.h:676:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 676 | DECLARE_EVENT_CLASS(nfs_directory_event_done, - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_link_enter’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:905:1: note: in expansion of macro ‘TRACE_EVENT’ + 905 | TRACE_EVENT(afs_call_state, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_lookup’: @@ -48492,2 +63948,2 @@ -../fs/nfs/./nfstrace.h:730:1: note: in expansion of macro ‘TRACE_EVENT’ - 730 | TRACE_EVENT(nfs_link_enter, +../include/trace/events/afs.h:935:1: note: in expansion of macro ‘TRACE_EVENT’ + 935 | TRACE_EVENT(afs_lookup, @@ -48504,2 +63960,2 @@ -../fs/nfs/./nfstrace.h:730:1: note: in expansion of macro ‘TRACE_EVENT’ - 730 | TRACE_EVENT(nfs_link_enter, +../include/trace/events/afs.h:935:1: note: in expansion of macro ‘TRACE_EVENT’ + 935 | TRACE_EVENT(afs_lookup, @@ -48507 +63963 @@ -../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_link_exit’: +../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_edit_dir’: @@ -48517,2 +63973,2 @@ -../fs/nfs/./nfstrace.h:763:1: note: in expansion of macro ‘TRACE_EVENT’ - 763 | TRACE_EVENT(nfs_link_exit, +../include/trace/events/afs.h:961:1: note: in expansion of macro ‘TRACE_EVENT’ + 961 | TRACE_EVENT(afs_edit_dir, @@ -48529,2 +63985,2 @@ -../fs/nfs/./nfstrace.h:763:1: note: in expansion of macro ‘TRACE_EVENT’ - 763 | TRACE_EVENT(nfs_link_exit, +../include/trace/events/afs.h:961:1: note: in expansion of macro ‘TRACE_EVENT’ + 961 | TRACE_EVENT(afs_edit_dir, @@ -48532 +63988 @@ -../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_rename_event’: +../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_protocol_error’: @@ -48539,3 +63995,6 @@ -../fs/nfs/./nfstrace.h:800:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 800 | DECLARE_EVENT_CLASS(nfs_rename_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1009:1: note: in expansion of macro ‘TRACE_EVENT’ + 1009 | TRACE_EVENT(afs_protocol_error, + | ^~~~~~~~~~~ @@ -48548,4 +64007,7 @@ -../fs/nfs/./nfstrace.h:800:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 800 | DECLARE_EVENT_CLASS(nfs_rename_event, - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_rename_event_done’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1009:1: note: in expansion of macro ‘TRACE_EVENT’ + 1009 | TRACE_EVENT(afs_protocol_error, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_io_error’: @@ -48558,3 +64020,6 @@ -../fs/nfs/./nfstrace.h:846:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 846 | DECLARE_EVENT_CLASS(nfs_rename_event_done, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1029:1: note: in expansion of macro ‘TRACE_EVENT’ + 1029 | TRACE_EVENT(afs_io_error, + | ^~~~~~~~~~~ @@ -48567,4 +64032,7 @@ -../fs/nfs/./nfstrace.h:846:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 846 | DECLARE_EVENT_CLASS(nfs_rename_event_done, - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_sillyrename_unlink’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1029:1: note: in expansion of macro ‘TRACE_EVENT’ + 1029 | TRACE_EVENT(afs_io_error, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_file_error’: @@ -48580,2 +64048,2 @@ -../fs/nfs/./nfstrace.h:904:1: note: in expansion of macro ‘TRACE_EVENT’ - 904 | TRACE_EVENT(nfs_sillyrename_unlink, +../include/trace/events/afs.h:1051:1: note: in expansion of macro ‘TRACE_EVENT’ + 1051 | TRACE_EVENT(afs_file_error, @@ -48592,2 +64060,2 @@ -../fs/nfs/./nfstrace.h:904:1: note: in expansion of macro ‘TRACE_EVENT’ - 904 | TRACE_EVENT(nfs_sillyrename_unlink, +../include/trace/events/afs.h:1051:1: note: in expansion of macro ‘TRACE_EVENT’ + 1051 | TRACE_EVENT(afs_file_error, @@ -48595 +64063 @@ -../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_folio_event’: +../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_bulkstat_error’: @@ -48602,3 +64070,6 @@ -../fs/nfs/./nfstrace.h:939:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 939 | DECLARE_EVENT_CLASS(nfs_folio_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1074:1: note: in expansion of macro ‘TRACE_EVENT’ + 1074 | TRACE_EVENT(afs_bulkstat_error, + | ^~~~~~~~~~~ @@ -48611,4 +64082,7 @@ -../fs/nfs/./nfstrace.h:939:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 939 | DECLARE_EVENT_CLASS(nfs_folio_event, - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_folio_event_done’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1074:1: note: in expansion of macro ‘TRACE_EVENT’ + 1074 | TRACE_EVENT(afs_bulkstat_error, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_cm_no_server’: @@ -48621,3 +64095,6 @@ -../fs/nfs/./nfstrace.h:987:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 987 | DECLARE_EVENT_CLASS(nfs_folio_event_done, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1099:1: note: in expansion of macro ‘TRACE_EVENT’ + 1099 | TRACE_EVENT(afs_cm_no_server, + | ^~~~~~~~~~~ @@ -48630,4 +64107,7 @@ -../fs/nfs/./nfstrace.h:987:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 987 | DECLARE_EVENT_CLASS(nfs_folio_event_done, - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_aop_readahead’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1099:1: note: in expansion of macro ‘TRACE_EVENT’ + 1099 | TRACE_EVENT(afs_cm_no_server, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_cm_no_server_u’: @@ -48643,2 +64123,2 @@ -../fs/nfs/./nfstrace.h:1048:1: note: in expansion of macro ‘TRACE_EVENT’ - 1048 | TRACE_EVENT(nfs_aop_readahead, +../include/trace/events/afs.h:1120:1: note: in expansion of macro ‘TRACE_EVENT’ + 1120 | TRACE_EVENT(afs_cm_no_server_u, @@ -48655,2 +64135,2 @@ -../fs/nfs/./nfstrace.h:1048:1: note: in expansion of macro ‘TRACE_EVENT’ - 1048 | TRACE_EVENT(nfs_aop_readahead, +../include/trace/events/afs.h:1120:1: note: in expansion of macro ‘TRACE_EVENT’ + 1120 | TRACE_EVENT(afs_cm_no_server_u, @@ -48658 +64138 @@ -../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_aop_readahead_done’: +../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_flock_ev’: @@ -48668,2 +64148,2 @@ -../fs/nfs/./nfstrace.h:1086:1: note: in expansion of macro ‘TRACE_EVENT’ - 1086 | TRACE_EVENT(nfs_aop_readahead_done, +../include/trace/events/afs.h:1141:1: note: in expansion of macro ‘TRACE_EVENT’ + 1141 | TRACE_EVENT(afs_flock_ev, @@ -48680,2 +64160,2 @@ -../fs/nfs/./nfstrace.h:1086:1: note: in expansion of macro ‘TRACE_EVENT’ - 1086 | TRACE_EVENT(nfs_aop_readahead_done, +../include/trace/events/afs.h:1141:1: note: in expansion of macro ‘TRACE_EVENT’ + 1141 | TRACE_EVENT(afs_flock_ev, @@ -48683 +64163 @@ -../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_initiate_read’: +../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_flock_op’: @@ -48693,2 +64173,2 @@ -../fs/nfs/./nfstrace.h:1125:1: note: in expansion of macro ‘TRACE_EVENT’ - 1125 | TRACE_EVENT(nfs_initiate_read, +../include/trace/events/afs.h:1171:1: note: in expansion of macro ‘TRACE_EVENT’ + 1171 | TRACE_EVENT(afs_flock_op, @@ -48705,2 +64185,2 @@ -../fs/nfs/./nfstrace.h:1125:1: note: in expansion of macro ‘TRACE_EVENT’ - 1125 | TRACE_EVENT(nfs_initiate_read, +../include/trace/events/afs.h:1171:1: note: in expansion of macro ‘TRACE_EVENT’ + 1171 | TRACE_EVENT(afs_flock_op, @@ -48708 +64188 @@ -../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_readpage_done’: +../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_reload_dir’: @@ -48718,2 +64198,2 @@ -../fs/nfs/./nfstrace.h:1163:1: note: in expansion of macro ‘TRACE_EVENT’ - 1163 | TRACE_EVENT(nfs_readpage_done, +../include/trace/events/afs.h:1205:1: note: in expansion of macro ‘TRACE_EVENT’ + 1205 | TRACE_EVENT(afs_reload_dir, @@ -48730,2 +64210,2 @@ -../fs/nfs/./nfstrace.h:1163:1: note: in expansion of macro ‘TRACE_EVENT’ - 1163 | TRACE_EVENT(nfs_readpage_done, +../include/trace/events/afs.h:1205:1: note: in expansion of macro ‘TRACE_EVENT’ + 1205 | TRACE_EVENT(afs_reload_dir, @@ -48733 +64213 @@ -../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_readpage_short’: +../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_silly_rename’: @@ -48743,2 +64223,2 @@ -../fs/nfs/./nfstrace.h:1209:1: note: in expansion of macro ‘TRACE_EVENT’ - 1209 | TRACE_EVENT(nfs_readpage_short, +../include/trace/events/afs.h:1222:1: note: in expansion of macro ‘TRACE_EVENT’ + 1222 | TRACE_EVENT(afs_silly_rename, @@ -48755,2 +64235,2 @@ -../fs/nfs/./nfstrace.h:1209:1: note: in expansion of macro ‘TRACE_EVENT’ - 1209 | TRACE_EVENT(nfs_readpage_short, +../include/trace/events/afs.h:1222:1: note: in expansion of macro ‘TRACE_EVENT’ + 1222 | TRACE_EVENT(afs_silly_rename, @@ -48758 +64238 @@ -../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_pgio_error’: +../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_get_tree’: @@ -48768,2 +64248,2 @@ -../fs/nfs/./nfstrace.h:1256:1: note: in expansion of macro ‘TRACE_EVENT’ - 1256 | TRACE_EVENT(nfs_pgio_error, +../include/trace/events/afs.h:1242:1: note: in expansion of macro ‘TRACE_EVENT’ + 1242 | TRACE_EVENT(afs_get_tree, @@ -48780,2 +64260,2 @@ -../fs/nfs/./nfstrace.h:1256:1: note: in expansion of macro ‘TRACE_EVENT’ - 1256 | TRACE_EVENT(nfs_pgio_error, +../include/trace/events/afs.h:1242:1: note: in expansion of macro ‘TRACE_EVENT’ + 1242 | TRACE_EVENT(afs_get_tree, @@ -48783 +64263 @@ -../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_initiate_write’: +../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_cb_v_break’: @@ -48793,2 +64273,2 @@ -../fs/nfs/./nfstrace.h:1300:1: note: in expansion of macro ‘TRACE_EVENT’ - 1300 | TRACE_EVENT(nfs_initiate_write, +../include/trace/events/afs.h:1268:1: note: in expansion of macro ‘TRACE_EVENT’ + 1268 | TRACE_EVENT(afs_cb_v_break, @@ -48805,2 +64285,2 @@ -../fs/nfs/./nfstrace.h:1300:1: note: in expansion of macro ‘TRACE_EVENT’ - 1300 | TRACE_EVENT(nfs_initiate_write, +../include/trace/events/afs.h:1268:1: note: in expansion of macro ‘TRACE_EVENT’ + 1268 | TRACE_EVENT(afs_cb_v_break, @@ -48808 +64288 @@ -../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_writeback_done’: +../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_cb_break’: @@ -48818,2 +64298,2 @@ -../fs/nfs/./nfstrace.h:1341:1: note: in expansion of macro ‘TRACE_EVENT’ - 1341 | TRACE_EVENT(nfs_writeback_done, +../include/trace/events/afs.h:1292:1: note: in expansion of macro ‘TRACE_EVENT’ + 1292 | TRACE_EVENT(afs_cb_break, @@ -48830,2 +64310,2 @@ -../fs/nfs/./nfstrace.h:1341:1: note: in expansion of macro ‘TRACE_EVENT’ - 1341 | TRACE_EVENT(nfs_writeback_done, +../include/trace/events/afs.h:1292:1: note: in expansion of macro ‘TRACE_EVENT’ + 1292 | TRACE_EVENT(afs_cb_break, @@ -48833 +64313 @@ -../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_page_error_class’: +../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_cb_miss’: @@ -48840,3 +64320,6 @@ -../fs/nfs/./nfstrace.h:1395:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1395 | DECLARE_EVENT_CLASS(nfs_page_error_class, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1319:1: note: in expansion of macro ‘TRACE_EVENT’ + 1319 | TRACE_EVENT(afs_cb_miss, + | ^~~~~~~~~~~ @@ -48849,4 +64332,7 @@ -../fs/nfs/./nfstrace.h:1395:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1395 | DECLARE_EVENT_CLASS(nfs_page_error_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_initiate_commit’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1319:1: note: in expansion of macro ‘TRACE_EVENT’ + 1319 | TRACE_EVENT(afs_cb_miss, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_server’: @@ -48862,2 +64348,2 @@ -../fs/nfs/./nfstrace.h:1446:1: note: in expansion of macro ‘TRACE_EVENT’ - 1446 | TRACE_EVENT(nfs_initiate_commit, +../include/trace/events/afs.h:1339:1: note: in expansion of macro ‘TRACE_EVENT’ + 1339 | TRACE_EVENT(afs_server, @@ -48874,2 +64360,2 @@ -../fs/nfs/./nfstrace.h:1446:1: note: in expansion of macro ‘TRACE_EVENT’ - 1446 | TRACE_EVENT(nfs_initiate_commit, +../include/trace/events/afs.h:1339:1: note: in expansion of macro ‘TRACE_EVENT’ + 1339 | TRACE_EVENT(afs_server, @@ -48877 +64363 @@ -../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_commit_done’: +../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_volume’: @@ -48887,2 +64373,2 @@ -../fs/nfs/./nfstrace.h:1484:1: note: in expansion of macro ‘TRACE_EVENT’ - 1484 | TRACE_EVENT(nfs_commit_done, +../include/trace/events/afs.h:1366:1: note: in expansion of macro ‘TRACE_EVENT’ + 1366 | TRACE_EVENT(afs_volume, @@ -48899,2 +64385,2 @@ -../fs/nfs/./nfstrace.h:1484:1: note: in expansion of macro ‘TRACE_EVENT’ - 1484 | TRACE_EVENT(nfs_commit_done, +../include/trace/events/afs.h:1366:1: note: in expansion of macro ‘TRACE_EVENT’ + 1366 | TRACE_EVENT(afs_volume, @@ -48902 +64388 @@ -../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_direct_req_class’: +../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_cell’: @@ -48909,3 +64395,6 @@ -../fs/nfs/./nfstrace.h:1539:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1539 | DECLARE_EVENT_CLASS(nfs_direct_req_class, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1389:1: note: in expansion of macro ‘TRACE_EVENT’ + 1389 | TRACE_EVENT(afs_cell, + | ^~~~~~~~~~~ @@ -48918,4 +64407,7 @@ -../fs/nfs/./nfstrace.h:1539:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1539 | DECLARE_EVENT_CLASS(nfs_direct_req_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_fh_to_dentry’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1389:1: note: in expansion of macro ‘TRACE_EVENT’ + 1389 | TRACE_EVENT(afs_cell, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_alist’: @@ -48931,2 +64423,2 @@ -../fs/nfs/./nfstrace.h:1596:1: note: in expansion of macro ‘TRACE_EVENT’ - 1596 | TRACE_EVENT(nfs_fh_to_dentry, +../include/trace/events/afs.h:1416:1: note: in expansion of macro ‘TRACE_EVENT’ + 1416 | TRACE_EVENT(afs_alist, @@ -48943,2 +64435,2 @@ -../fs/nfs/./nfstrace.h:1596:1: note: in expansion of macro ‘TRACE_EVENT’ - 1596 | TRACE_EVENT(nfs_fh_to_dentry, +../include/trace/events/afs.h:1416:1: note: in expansion of macro ‘TRACE_EVENT’ + 1416 | TRACE_EVENT(afs_alist, @@ -48946 +64438 @@ -../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_mount_assign’: +../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_estate’: @@ -48956,2 +64448,2 @@ -../fs/nfs/./nfstrace.h:1629:1: note: in expansion of macro ‘TRACE_EVENT’ - 1629 | TRACE_EVENT(nfs_mount_assign, +../include/trace/events/afs.h:1440:1: note: in expansion of macro ‘TRACE_EVENT’ + 1440 | TRACE_EVENT(afs_estate, @@ -48968,2 +64460,2 @@ -../fs/nfs/./nfstrace.h:1629:1: note: in expansion of macro ‘TRACE_EVENT’ - 1629 | TRACE_EVENT(nfs_mount_assign, +../include/trace/events/afs.h:1440:1: note: in expansion of macro ‘TRACE_EVENT’ + 1440 | TRACE_EVENT(afs_estate, @@ -48971 +64463 @@ -../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_mount_option’: +../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_fs_probe’: @@ -48981,2 +64473,2 @@ -../fs/nfs/./nfstrace.h:1652:1: note: in expansion of macro ‘TRACE_EVENT’ - 1652 | TRACE_EVENT(nfs_mount_option, +../include/trace/events/afs.h:1468:1: note: in expansion of macro ‘TRACE_EVENT’ + 1468 | TRACE_EVENT(afs_fs_probe, @@ -48993,2 +64485,2 @@ -../fs/nfs/./nfstrace.h:1652:1: note: in expansion of macro ‘TRACE_EVENT’ - 1652 | TRACE_EVENT(nfs_mount_option, +../include/trace/events/afs.h:1468:1: note: in expansion of macro ‘TRACE_EVENT’ + 1468 | TRACE_EVENT(afs_fs_probe, @@ -48996 +64488 @@ -../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_mount_path’: +../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_vl_probe’: @@ -49006,2 +64498,2 @@ -../fs/nfs/./nfstrace.h:1670:1: note: in expansion of macro ‘TRACE_EVENT’ - 1670 | TRACE_EVENT(nfs_mount_path, +../include/trace/events/afs.h:1504:1: note: in expansion of macro ‘TRACE_EVENT’ + 1504 | TRACE_EVENT(afs_vl_probe, @@ -49018,2 +64510,2 @@ -../fs/nfs/./nfstrace.h:1670:1: note: in expansion of macro ‘TRACE_EVENT’ - 1670 | TRACE_EVENT(nfs_mount_path, +../include/trace/events/afs.h:1504:1: note: in expansion of macro ‘TRACE_EVENT’ + 1504 | TRACE_EVENT(afs_vl_probe, @@ -49021 +64513 @@ -../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_xdr_event’: +../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_rotate’: @@ -49028,3 +64520,6 @@ -../fs/nfs/./nfstrace.h:1688:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1688 | DECLARE_EVENT_CLASS(nfs_xdr_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ + 1538 | TRACE_EVENT(afs_rotate, + | ^~~~~~~~~~~ @@ -49037,3 +64532,1007 @@ -../fs/nfs/./nfstrace.h:1688:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1688 | DECLARE_EVENT_CLASS(nfs_xdr_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ + 1538 | TRACE_EVENT(afs_rotate, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘trace_event_raw_event_afs_make_call’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1573:1: note: in expansion of macro ‘TRACE_EVENT’ + 1573 | TRACE_EVENT(afs_make_call, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1573:1: note: in expansion of macro ‘TRACE_EVENT’ + 1573 | TRACE_EVENT(afs_make_call, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/afs.h: In function ‘perf_trace_afs_receive_data’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ + 536 | TRACE_EVENT(afs_receive_data, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ + 536 | TRACE_EVENT(afs_receive_data, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘perf_trace_afs_notify_call’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:569:1: note: in expansion of macro ‘TRACE_EVENT’ + 569 | TRACE_EVENT(afs_notify_call, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:569:1: note: in expansion of macro ‘TRACE_EVENT’ + 569 | TRACE_EVENT(afs_notify_call, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘perf_trace_afs_cb_call’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:591:1: note: in expansion of macro ‘TRACE_EVENT’ + 591 | TRACE_EVENT(afs_cb_call, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:591:1: note: in expansion of macro ‘TRACE_EVENT’ + 591 | TRACE_EVENT(afs_cb_call, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘perf_trace_afs_call’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:615:1: note: in expansion of macro ‘TRACE_EVENT’ + 615 | TRACE_EVENT(afs_call, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:615:1: note: in expansion of macro ‘TRACE_EVENT’ + 615 | TRACE_EVENT(afs_call, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘perf_trace_afs_make_fs_call’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:645:1: note: in expansion of macro ‘TRACE_EVENT’ + 645 | TRACE_EVENT(afs_make_fs_call, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:645:1: note: in expansion of macro ‘TRACE_EVENT’ + 645 | TRACE_EVENT(afs_make_fs_call, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘perf_trace_afs_make_fs_calli’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:676:1: note: in expansion of macro ‘TRACE_EVENT’ + 676 | TRACE_EVENT(afs_make_fs_calli, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:676:1: note: in expansion of macro ‘TRACE_EVENT’ + 676 | TRACE_EVENT(afs_make_fs_calli, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘perf_trace_afs_make_fs_call1’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:711:1: note: in expansion of macro ‘TRACE_EVENT’ + 711 | TRACE_EVENT(afs_make_fs_call1, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:711:1: note: in expansion of macro ‘TRACE_EVENT’ + 711 | TRACE_EVENT(afs_make_fs_call1, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘perf_trace_afs_make_fs_call2’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:748:1: note: in expansion of macro ‘TRACE_EVENT’ + 748 | TRACE_EVENT(afs_make_fs_call2, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:748:1: note: in expansion of macro ‘TRACE_EVENT’ + 748 | TRACE_EVENT(afs_make_fs_call2, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘perf_trace_afs_make_vl_call’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:790:1: note: in expansion of macro ‘TRACE_EVENT’ + 790 | TRACE_EVENT(afs_make_vl_call, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:790:1: note: in expansion of macro ‘TRACE_EVENT’ + 790 | TRACE_EVENT(afs_make_vl_call, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘perf_trace_afs_call_done’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ + 810 | TRACE_EVENT(afs_call_done, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ + 810 | TRACE_EVENT(afs_call_done, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘perf_trace_afs_send_data’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:836:1: note: in expansion of macro ‘TRACE_EVENT’ + 836 | TRACE_EVENT(afs_send_data, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:836:1: note: in expansion of macro ‘TRACE_EVENT’ + 836 | TRACE_EVENT(afs_send_data, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘perf_trace_afs_sent_data’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:860:1: note: in expansion of macro ‘TRACE_EVENT’ + 860 | TRACE_EVENT(afs_sent_data, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:860:1: note: in expansion of macro ‘TRACE_EVENT’ + 860 | TRACE_EVENT(afs_sent_data, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘perf_trace_afs_dir_check_failed’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:884:1: note: in expansion of macro ‘TRACE_EVENT’ + 884 | TRACE_EVENT(afs_dir_check_failed, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:884:1: note: in expansion of macro ‘TRACE_EVENT’ + 884 | TRACE_EVENT(afs_dir_check_failed, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘perf_trace_afs_call_state’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:905:1: note: in expansion of macro ‘TRACE_EVENT’ + 905 | TRACE_EVENT(afs_call_state, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:905:1: note: in expansion of macro ‘TRACE_EVENT’ + 905 | TRACE_EVENT(afs_call_state, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘perf_trace_afs_lookup’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:935:1: note: in expansion of macro ‘TRACE_EVENT’ + 935 | TRACE_EVENT(afs_lookup, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:935:1: note: in expansion of macro ‘TRACE_EVENT’ + 935 | TRACE_EVENT(afs_lookup, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘perf_trace_afs_edit_dir’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:961:1: note: in expansion of macro ‘TRACE_EVENT’ + 961 | TRACE_EVENT(afs_edit_dir, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:961:1: note: in expansion of macro ‘TRACE_EVENT’ + 961 | TRACE_EVENT(afs_edit_dir, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘perf_trace_afs_protocol_error’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1009:1: note: in expansion of macro ‘TRACE_EVENT’ + 1009 | TRACE_EVENT(afs_protocol_error, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1009:1: note: in expansion of macro ‘TRACE_EVENT’ + 1009 | TRACE_EVENT(afs_protocol_error, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘perf_trace_afs_io_error’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1029:1: note: in expansion of macro ‘TRACE_EVENT’ + 1029 | TRACE_EVENT(afs_io_error, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1029:1: note: in expansion of macro ‘TRACE_EVENT’ + 1029 | TRACE_EVENT(afs_io_error, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘perf_trace_afs_file_error’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1051:1: note: in expansion of macro ‘TRACE_EVENT’ + 1051 | TRACE_EVENT(afs_file_error, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1051:1: note: in expansion of macro ‘TRACE_EVENT’ + 1051 | TRACE_EVENT(afs_file_error, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘perf_trace_afs_bulkstat_error’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1074:1: note: in expansion of macro ‘TRACE_EVENT’ + 1074 | TRACE_EVENT(afs_bulkstat_error, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1074:1: note: in expansion of macro ‘TRACE_EVENT’ + 1074 | TRACE_EVENT(afs_bulkstat_error, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘perf_trace_afs_cm_no_server’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1099:1: note: in expansion of macro ‘TRACE_EVENT’ + 1099 | TRACE_EVENT(afs_cm_no_server, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1099:1: note: in expansion of macro ‘TRACE_EVENT’ + 1099 | TRACE_EVENT(afs_cm_no_server, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘perf_trace_afs_cm_no_server_u’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1120:1: note: in expansion of macro ‘TRACE_EVENT’ + 1120 | TRACE_EVENT(afs_cm_no_server_u, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1120:1: note: in expansion of macro ‘TRACE_EVENT’ + 1120 | TRACE_EVENT(afs_cm_no_server_u, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘perf_trace_afs_flock_ev’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1141:1: note: in expansion of macro ‘TRACE_EVENT’ + 1141 | TRACE_EVENT(afs_flock_ev, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1141:1: note: in expansion of macro ‘TRACE_EVENT’ + 1141 | TRACE_EVENT(afs_flock_ev, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘perf_trace_afs_flock_op’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1171:1: note: in expansion of macro ‘TRACE_EVENT’ + 1171 | TRACE_EVENT(afs_flock_op, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1171:1: note: in expansion of macro ‘TRACE_EVENT’ + 1171 | TRACE_EVENT(afs_flock_op, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘perf_trace_afs_reload_dir’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1205:1: note: in expansion of macro ‘TRACE_EVENT’ + 1205 | TRACE_EVENT(afs_reload_dir, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1205:1: note: in expansion of macro ‘TRACE_EVENT’ + 1205 | TRACE_EVENT(afs_reload_dir, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘perf_trace_afs_silly_rename’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1222:1: note: in expansion of macro ‘TRACE_EVENT’ + 1222 | TRACE_EVENT(afs_silly_rename, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1222:1: note: in expansion of macro ‘TRACE_EVENT’ + 1222 | TRACE_EVENT(afs_silly_rename, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘perf_trace_afs_get_tree’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1242:1: note: in expansion of macro ‘TRACE_EVENT’ + 1242 | TRACE_EVENT(afs_get_tree, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1242:1: note: in expansion of macro ‘TRACE_EVENT’ + 1242 | TRACE_EVENT(afs_get_tree, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘perf_trace_afs_cb_v_break’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1268:1: note: in expansion of macro ‘TRACE_EVENT’ + 1268 | TRACE_EVENT(afs_cb_v_break, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1268:1: note: in expansion of macro ‘TRACE_EVENT’ + 1268 | TRACE_EVENT(afs_cb_v_break, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘perf_trace_afs_cb_break’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1292:1: note: in expansion of macro ‘TRACE_EVENT’ + 1292 | TRACE_EVENT(afs_cb_break, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1292:1: note: in expansion of macro ‘TRACE_EVENT’ + 1292 | TRACE_EVENT(afs_cb_break, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘perf_trace_afs_cb_miss’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1319:1: note: in expansion of macro ‘TRACE_EVENT’ + 1319 | TRACE_EVENT(afs_cb_miss, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1319:1: note: in expansion of macro ‘TRACE_EVENT’ + 1319 | TRACE_EVENT(afs_cb_miss, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘perf_trace_afs_server’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1339:1: note: in expansion of macro ‘TRACE_EVENT’ + 1339 | TRACE_EVENT(afs_server, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1339:1: note: in expansion of macro ‘TRACE_EVENT’ + 1339 | TRACE_EVENT(afs_server, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘perf_trace_afs_volume’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1366:1: note: in expansion of macro ‘TRACE_EVENT’ + 1366 | TRACE_EVENT(afs_volume, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1366:1: note: in expansion of macro ‘TRACE_EVENT’ + 1366 | TRACE_EVENT(afs_volume, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘perf_trace_afs_cell’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1389:1: note: in expansion of macro ‘TRACE_EVENT’ + 1389 | TRACE_EVENT(afs_cell, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1389:1: note: in expansion of macro ‘TRACE_EVENT’ + 1389 | TRACE_EVENT(afs_cell, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘perf_trace_afs_alist’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1416:1: note: in expansion of macro ‘TRACE_EVENT’ + 1416 | TRACE_EVENT(afs_alist, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1416:1: note: in expansion of macro ‘TRACE_EVENT’ + 1416 | TRACE_EVENT(afs_alist, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘perf_trace_afs_estate’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1440:1: note: in expansion of macro ‘TRACE_EVENT’ + 1440 | TRACE_EVENT(afs_estate, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1440:1: note: in expansion of macro ‘TRACE_EVENT’ + 1440 | TRACE_EVENT(afs_estate, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘perf_trace_afs_fs_probe’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1468:1: note: in expansion of macro ‘TRACE_EVENT’ + 1468 | TRACE_EVENT(afs_fs_probe, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1468:1: note: in expansion of macro ‘TRACE_EVENT’ + 1468 | TRACE_EVENT(afs_fs_probe, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘perf_trace_afs_vl_probe’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1504:1: note: in expansion of macro ‘TRACE_EVENT’ + 1504 | TRACE_EVENT(afs_vl_probe, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1504:1: note: in expansion of macro ‘TRACE_EVENT’ + 1504 | TRACE_EVENT(afs_vl_probe, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘perf_trace_afs_rotate’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ + 1538 | TRACE_EVENT(afs_rotate, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ + 1538 | TRACE_EVENT(afs_rotate, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘perf_trace_afs_make_call’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1573:1: note: in expansion of macro ‘TRACE_EVENT’ + 1573 | TRACE_EVENT(afs_make_call, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1573:1: note: in expansion of macro ‘TRACE_EVENT’ + 1573 | TRACE_EVENT(afs_make_call, + | ^~~~~~~~~~~ @@ -49041 +65540 @@ -../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_inode_event’: +../include/trace/events/afs.h: In function ‘__bpf_trace_afs_receive_data’: @@ -49048,3 +65547,6 @@ -../fs/nfs/./nfstrace.h:47:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 47 | DECLARE_EVENT_CLASS(nfs_inode_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ + 536 | TRACE_EVENT(afs_receive_data, + | ^~~~~~~~~~~ @@ -49057,4 +65559,7 @@ -../fs/nfs/./nfstrace.h:47:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 47 | DECLARE_EVENT_CLASS(nfs_inode_event, - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_inode_event_done’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:536:1: note: in expansion of macro ‘TRACE_EVENT’ + 536 | TRACE_EVENT(afs_receive_data, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘__bpf_trace_afs_notify_call’: @@ -49067,3 +65572,6 @@ -../fs/nfs/./nfstrace.h:78:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 78 | DECLARE_EVENT_CLASS(nfs_inode_event_done, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:569:1: note: in expansion of macro ‘TRACE_EVENT’ + 569 | TRACE_EVENT(afs_notify_call, + | ^~~~~~~~~~~ @@ -49076,4 +65584,7 @@ -../fs/nfs/./nfstrace.h:78:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 78 | DECLARE_EVENT_CLASS(nfs_inode_event_done, - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_access_exit’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:569:1: note: in expansion of macro ‘TRACE_EVENT’ + 569 | TRACE_EVENT(afs_notify_call, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘__bpf_trace_afs_cb_call’: @@ -49089,2 +65600,2 @@ -../fs/nfs/./nfstrace.h:164:1: note: in expansion of macro ‘TRACE_EVENT’ - 164 | TRACE_EVENT(nfs_access_exit, +../include/trace/events/afs.h:591:1: note: in expansion of macro ‘TRACE_EVENT’ + 591 | TRACE_EVENT(afs_cb_call, @@ -49101,2 +65612,2 @@ -../fs/nfs/./nfstrace.h:164:1: note: in expansion of macro ‘TRACE_EVENT’ - 164 | TRACE_EVENT(nfs_access_exit, +../include/trace/events/afs.h:591:1: note: in expansion of macro ‘TRACE_EVENT’ + 591 | TRACE_EVENT(afs_cb_call, @@ -49104 +65615 @@ -../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_update_size_class’: +../include/trace/events/afs.h: In function ‘__bpf_trace_afs_call’: @@ -49111,3 +65622,6 @@ -../fs/nfs/./nfstrace.h:224:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 224 | DECLARE_EVENT_CLASS(nfs_update_size_class, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:615:1: note: in expansion of macro ‘TRACE_EVENT’ + 615 | TRACE_EVENT(afs_call, + | ^~~~~~~~~~~ @@ -49120,4 +65634,7 @@ -../fs/nfs/./nfstrace.h:224:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 224 | DECLARE_EVENT_CLASS(nfs_update_size_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_inode_range_event’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:615:1: note: in expansion of macro ‘TRACE_EVENT’ + 615 | TRACE_EVENT(afs_call, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘__bpf_trace_afs_make_fs_call’: @@ -49130,3 +65647,6 @@ -../fs/nfs/./nfstrace.h:274:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 274 | DECLARE_EVENT_CLASS(nfs_inode_range_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:645:1: note: in expansion of macro ‘TRACE_EVENT’ + 645 | TRACE_EVENT(afs_make_fs_call, + | ^~~~~~~~~~~ @@ -49139,4 +65659,7 @@ -../fs/nfs/./nfstrace.h:274:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 274 | DECLARE_EVENT_CLASS(nfs_inode_range_event, - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_readdir_event’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:645:1: note: in expansion of macro ‘TRACE_EVENT’ + 645 | TRACE_EVENT(afs_make_fs_call, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘__bpf_trace_afs_make_fs_calli’: @@ -49149,3 +65672,6 @@ -../fs/nfs/./nfstrace.h:324:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 324 | DECLARE_EVENT_CLASS(nfs_readdir_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:676:1: note: in expansion of macro ‘TRACE_EVENT’ + 676 | TRACE_EVENT(afs_make_fs_calli, + | ^~~~~~~~~~~ @@ -49158,4 +65684,7 @@ -../fs/nfs/./nfstrace.h:324:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 324 | DECLARE_EVENT_CLASS(nfs_readdir_event, - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_lookup_event’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:676:1: note: in expansion of macro ‘TRACE_EVENT’ + 676 | TRACE_EVENT(afs_make_fs_calli, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘__bpf_trace_afs_make_fs_call1’: @@ -49168,3 +65697,6 @@ -../fs/nfs/./nfstrace.h:390:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 390 | DECLARE_EVENT_CLASS(nfs_lookup_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:711:1: note: in expansion of macro ‘TRACE_EVENT’ + 711 | TRACE_EVENT(afs_make_fs_call1, + | ^~~~~~~~~~~ @@ -49177,4 +65709,7 @@ -../fs/nfs/./nfstrace.h:390:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 390 | DECLARE_EVENT_CLASS(nfs_lookup_event, - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_lookup_event_done’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:711:1: note: in expansion of macro ‘TRACE_EVENT’ + 711 | TRACE_EVENT(afs_make_fs_call1, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘__bpf_trace_afs_make_fs_call2’: @@ -49187,3 +65722,6 @@ -../fs/nfs/./nfstrace.h:435:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 435 | DECLARE_EVENT_CLASS(nfs_lookup_event_done, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:748:1: note: in expansion of macro ‘TRACE_EVENT’ + 748 | TRACE_EVENT(afs_make_fs_call2, + | ^~~~~~~~~~~ @@ -49196,4 +65734,7 @@ -../fs/nfs/./nfstrace.h:435:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 435 | DECLARE_EVENT_CLASS(nfs_lookup_event_done, - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_atomic_open_enter’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:748:1: note: in expansion of macro ‘TRACE_EVENT’ + 748 | TRACE_EVENT(afs_make_fs_call2, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘__bpf_trace_afs_make_vl_call’: @@ -49209,2 +65750,2 @@ -../fs/nfs/./nfstrace.h:493:1: note: in expansion of macro ‘TRACE_EVENT’ - 493 | TRACE_EVENT(nfs_atomic_open_enter, +../include/trace/events/afs.h:790:1: note: in expansion of macro ‘TRACE_EVENT’ + 790 | TRACE_EVENT(afs_make_vl_call, @@ -49221,2 +65762,2 @@ -../fs/nfs/./nfstrace.h:493:1: note: in expansion of macro ‘TRACE_EVENT’ - 493 | TRACE_EVENT(nfs_atomic_open_enter, +../include/trace/events/afs.h:790:1: note: in expansion of macro ‘TRACE_EVENT’ + 790 | TRACE_EVENT(afs_make_vl_call, @@ -49224 +65765 @@ -../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_atomic_open_exit’: +../include/trace/events/afs.h: In function ‘__bpf_trace_afs_call_done’: @@ -49234,2 +65775,2 @@ -../fs/nfs/./nfstrace.h:529:1: note: in expansion of macro ‘TRACE_EVENT’ - 529 | TRACE_EVENT(nfs_atomic_open_exit, +../include/trace/events/afs.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ + 810 | TRACE_EVENT(afs_call_done, @@ -49246,2 +65787,2 @@ -../fs/nfs/./nfstrace.h:529:1: note: in expansion of macro ‘TRACE_EVENT’ - 529 | TRACE_EVENT(nfs_atomic_open_exit, +../include/trace/events/afs.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ + 810 | TRACE_EVENT(afs_call_done, @@ -49249 +65790 @@ -../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_create_enter’: +../include/trace/events/afs.h: In function ‘__bpf_trace_afs_send_data’: @@ -49259,2 +65800,2 @@ -../fs/nfs/./nfstrace.h:570:1: note: in expansion of macro ‘TRACE_EVENT’ - 570 | TRACE_EVENT(nfs_create_enter, +../include/trace/events/afs.h:836:1: note: in expansion of macro ‘TRACE_EVENT’ + 836 | TRACE_EVENT(afs_send_data, @@ -49271,2 +65812,2 @@ -../fs/nfs/./nfstrace.h:570:1: note: in expansion of macro ‘TRACE_EVENT’ - 570 | TRACE_EVENT(nfs_create_enter, +../include/trace/events/afs.h:836:1: note: in expansion of macro ‘TRACE_EVENT’ + 836 | TRACE_EVENT(afs_send_data, @@ -49274 +65815 @@ -../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_create_exit’: +../include/trace/events/afs.h: In function ‘__bpf_trace_afs_sent_data’: @@ -49284,2 +65825,2 @@ -../fs/nfs/./nfstrace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ - 603 | TRACE_EVENT(nfs_create_exit, +../include/trace/events/afs.h:860:1: note: in expansion of macro ‘TRACE_EVENT’ + 860 | TRACE_EVENT(afs_sent_data, @@ -49296,2 +65837,2 @@ -../fs/nfs/./nfstrace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ - 603 | TRACE_EVENT(nfs_create_exit, +../include/trace/events/afs.h:860:1: note: in expansion of macro ‘TRACE_EVENT’ + 860 | TRACE_EVENT(afs_sent_data, @@ -49299 +65840 @@ -../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_directory_event’: +../include/trace/events/afs.h: In function ‘__bpf_trace_afs_dir_check_failed’: @@ -49306,3 +65847,6 @@ -../fs/nfs/./nfstrace.h:640:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 640 | DECLARE_EVENT_CLASS(nfs_directory_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:884:1: note: in expansion of macro ‘TRACE_EVENT’ + 884 | TRACE_EVENT(afs_dir_check_failed, + | ^~~~~~~~~~~ @@ -49315,4 +65859,7 @@ -../fs/nfs/./nfstrace.h:640:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 640 | DECLARE_EVENT_CLASS(nfs_directory_event, - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_directory_event_done’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:884:1: note: in expansion of macro ‘TRACE_EVENT’ + 884 | TRACE_EVENT(afs_dir_check_failed, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘__bpf_trace_afs_call_state’: @@ -49325,3 +65872,6 @@ -../fs/nfs/./nfstrace.h:676:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 676 | DECLARE_EVENT_CLASS(nfs_directory_event_done, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:905:1: note: in expansion of macro ‘TRACE_EVENT’ + 905 | TRACE_EVENT(afs_call_state, + | ^~~~~~~~~~~ @@ -49334,4 +65884,7 @@ -../fs/nfs/./nfstrace.h:676:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 676 | DECLARE_EVENT_CLASS(nfs_directory_event_done, - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_link_enter’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:905:1: note: in expansion of macro ‘TRACE_EVENT’ + 905 | TRACE_EVENT(afs_call_state, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘__bpf_trace_afs_lookup’: @@ -49347,2 +65900,2 @@ -../fs/nfs/./nfstrace.h:730:1: note: in expansion of macro ‘TRACE_EVENT’ - 730 | TRACE_EVENT(nfs_link_enter, +../include/trace/events/afs.h:935:1: note: in expansion of macro ‘TRACE_EVENT’ + 935 | TRACE_EVENT(afs_lookup, @@ -49359,2 +65912,2 @@ -../fs/nfs/./nfstrace.h:730:1: note: in expansion of macro ‘TRACE_EVENT’ - 730 | TRACE_EVENT(nfs_link_enter, +../include/trace/events/afs.h:935:1: note: in expansion of macro ‘TRACE_EVENT’ + 935 | TRACE_EVENT(afs_lookup, @@ -49362 +65915 @@ -../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_link_exit’: +../include/trace/events/afs.h: In function ‘__bpf_trace_afs_edit_dir’: @@ -49372,2 +65925,2 @@ -../fs/nfs/./nfstrace.h:763:1: note: in expansion of macro ‘TRACE_EVENT’ - 763 | TRACE_EVENT(nfs_link_exit, +../include/trace/events/afs.h:961:1: note: in expansion of macro ‘TRACE_EVENT’ + 961 | TRACE_EVENT(afs_edit_dir, @@ -49384,2 +65937,2 @@ -../fs/nfs/./nfstrace.h:763:1: note: in expansion of macro ‘TRACE_EVENT’ - 763 | TRACE_EVENT(nfs_link_exit, +../include/trace/events/afs.h:961:1: note: in expansion of macro ‘TRACE_EVENT’ + 961 | TRACE_EVENT(afs_edit_dir, @@ -49387 +65940 @@ -../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_rename_event’: +../include/trace/events/afs.h: In function ‘__bpf_trace_afs_protocol_error’: @@ -49394,3 +65947,6 @@ -../fs/nfs/./nfstrace.h:800:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 800 | DECLARE_EVENT_CLASS(nfs_rename_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1009:1: note: in expansion of macro ‘TRACE_EVENT’ + 1009 | TRACE_EVENT(afs_protocol_error, + | ^~~~~~~~~~~ @@ -49403,4 +65959,7 @@ -../fs/nfs/./nfstrace.h:800:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 800 | DECLARE_EVENT_CLASS(nfs_rename_event, - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_rename_event_done’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1009:1: note: in expansion of macro ‘TRACE_EVENT’ + 1009 | TRACE_EVENT(afs_protocol_error, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘__bpf_trace_afs_io_error’: @@ -49413,3 +65972,6 @@ -../fs/nfs/./nfstrace.h:846:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 846 | DECLARE_EVENT_CLASS(nfs_rename_event_done, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1029:1: note: in expansion of macro ‘TRACE_EVENT’ + 1029 | TRACE_EVENT(afs_io_error, + | ^~~~~~~~~~~ @@ -49422,4 +65984,7 @@ -../fs/nfs/./nfstrace.h:846:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 846 | DECLARE_EVENT_CLASS(nfs_rename_event_done, - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_sillyrename_unlink’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1029:1: note: in expansion of macro ‘TRACE_EVENT’ + 1029 | TRACE_EVENT(afs_io_error, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘__bpf_trace_afs_file_error’: @@ -49435,2 +66000,2 @@ -../fs/nfs/./nfstrace.h:904:1: note: in expansion of macro ‘TRACE_EVENT’ - 904 | TRACE_EVENT(nfs_sillyrename_unlink, +../include/trace/events/afs.h:1051:1: note: in expansion of macro ‘TRACE_EVENT’ + 1051 | TRACE_EVENT(afs_file_error, @@ -49447,2 +66012,2 @@ -../fs/nfs/./nfstrace.h:904:1: note: in expansion of macro ‘TRACE_EVENT’ - 904 | TRACE_EVENT(nfs_sillyrename_unlink, +../include/trace/events/afs.h:1051:1: note: in expansion of macro ‘TRACE_EVENT’ + 1051 | TRACE_EVENT(afs_file_error, @@ -49450 +66015 @@ -../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_folio_event’: +../include/trace/events/afs.h: In function ‘__bpf_trace_afs_bulkstat_error’: @@ -49457,3 +66022,6 @@ -../fs/nfs/./nfstrace.h:939:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 939 | DECLARE_EVENT_CLASS(nfs_folio_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1074:1: note: in expansion of macro ‘TRACE_EVENT’ + 1074 | TRACE_EVENT(afs_bulkstat_error, + | ^~~~~~~~~~~ @@ -49466,4 +66034,7 @@ -../fs/nfs/./nfstrace.h:939:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 939 | DECLARE_EVENT_CLASS(nfs_folio_event, - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_folio_event_done’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1074:1: note: in expansion of macro ‘TRACE_EVENT’ + 1074 | TRACE_EVENT(afs_bulkstat_error, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘__bpf_trace_afs_cm_no_server’: @@ -49476,3 +66047,6 @@ -../fs/nfs/./nfstrace.h:987:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 987 | DECLARE_EVENT_CLASS(nfs_folio_event_done, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1099:1: note: in expansion of macro ‘TRACE_EVENT’ + 1099 | TRACE_EVENT(afs_cm_no_server, + | ^~~~~~~~~~~ @@ -49485,4 +66059,7 @@ -../fs/nfs/./nfstrace.h:987:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 987 | DECLARE_EVENT_CLASS(nfs_folio_event_done, - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_aop_readahead’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1099:1: note: in expansion of macro ‘TRACE_EVENT’ + 1099 | TRACE_EVENT(afs_cm_no_server, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘__bpf_trace_afs_cm_no_server_u’: @@ -49498,2 +66075,2 @@ -../fs/nfs/./nfstrace.h:1048:1: note: in expansion of macro ‘TRACE_EVENT’ - 1048 | TRACE_EVENT(nfs_aop_readahead, +../include/trace/events/afs.h:1120:1: note: in expansion of macro ‘TRACE_EVENT’ + 1120 | TRACE_EVENT(afs_cm_no_server_u, @@ -49510,2 +66087,2 @@ -../fs/nfs/./nfstrace.h:1048:1: note: in expansion of macro ‘TRACE_EVENT’ - 1048 | TRACE_EVENT(nfs_aop_readahead, +../include/trace/events/afs.h:1120:1: note: in expansion of macro ‘TRACE_EVENT’ + 1120 | TRACE_EVENT(afs_cm_no_server_u, @@ -49513 +66090 @@ -../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_aop_readahead_done’: +../include/trace/events/afs.h: In function ‘__bpf_trace_afs_flock_ev’: @@ -49523,2 +66100,2 @@ -../fs/nfs/./nfstrace.h:1086:1: note: in expansion of macro ‘TRACE_EVENT’ - 1086 | TRACE_EVENT(nfs_aop_readahead_done, +../include/trace/events/afs.h:1141:1: note: in expansion of macro ‘TRACE_EVENT’ + 1141 | TRACE_EVENT(afs_flock_ev, @@ -49535,2 +66112,2 @@ -../fs/nfs/./nfstrace.h:1086:1: note: in expansion of macro ‘TRACE_EVENT’ - 1086 | TRACE_EVENT(nfs_aop_readahead_done, +../include/trace/events/afs.h:1141:1: note: in expansion of macro ‘TRACE_EVENT’ + 1141 | TRACE_EVENT(afs_flock_ev, @@ -49538 +66115 @@ -../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_initiate_read’: +../include/trace/events/afs.h: In function ‘__bpf_trace_afs_flock_op’: @@ -49548,2 +66125,2 @@ -../fs/nfs/./nfstrace.h:1125:1: note: in expansion of macro ‘TRACE_EVENT’ - 1125 | TRACE_EVENT(nfs_initiate_read, +../include/trace/events/afs.h:1171:1: note: in expansion of macro ‘TRACE_EVENT’ + 1171 | TRACE_EVENT(afs_flock_op, @@ -49560,2 +66137,2 @@ -../fs/nfs/./nfstrace.h:1125:1: note: in expansion of macro ‘TRACE_EVENT’ - 1125 | TRACE_EVENT(nfs_initiate_read, +../include/trace/events/afs.h:1171:1: note: in expansion of macro ‘TRACE_EVENT’ + 1171 | TRACE_EVENT(afs_flock_op, @@ -49563 +66140 @@ -../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_readpage_done’: +../include/trace/events/afs.h: In function ‘__bpf_trace_afs_reload_dir’: @@ -49573,2 +66150,2 @@ -../fs/nfs/./nfstrace.h:1163:1: note: in expansion of macro ‘TRACE_EVENT’ - 1163 | TRACE_EVENT(nfs_readpage_done, +../include/trace/events/afs.h:1205:1: note: in expansion of macro ‘TRACE_EVENT’ + 1205 | TRACE_EVENT(afs_reload_dir, @@ -49585,2 +66162,2 @@ -../fs/nfs/./nfstrace.h:1163:1: note: in expansion of macro ‘TRACE_EVENT’ - 1163 | TRACE_EVENT(nfs_readpage_done, +../include/trace/events/afs.h:1205:1: note: in expansion of macro ‘TRACE_EVENT’ + 1205 | TRACE_EVENT(afs_reload_dir, @@ -49588 +66165 @@ -../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_readpage_short’: +../include/trace/events/afs.h: In function ‘__bpf_trace_afs_silly_rename’: @@ -49598,2 +66175,2 @@ -../fs/nfs/./nfstrace.h:1209:1: note: in expansion of macro ‘TRACE_EVENT’ - 1209 | TRACE_EVENT(nfs_readpage_short, +../include/trace/events/afs.h:1222:1: note: in expansion of macro ‘TRACE_EVENT’ + 1222 | TRACE_EVENT(afs_silly_rename, @@ -49610,2 +66187,2 @@ -../fs/nfs/./nfstrace.h:1209:1: note: in expansion of macro ‘TRACE_EVENT’ - 1209 | TRACE_EVENT(nfs_readpage_short, +../include/trace/events/afs.h:1222:1: note: in expansion of macro ‘TRACE_EVENT’ + 1222 | TRACE_EVENT(afs_silly_rename, @@ -49613 +66190 @@ -../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_pgio_error’: +../include/trace/events/afs.h: In function ‘__bpf_trace_afs_get_tree’: @@ -49623,2 +66200,2 @@ -../fs/nfs/./nfstrace.h:1256:1: note: in expansion of macro ‘TRACE_EVENT’ - 1256 | TRACE_EVENT(nfs_pgio_error, +../include/trace/events/afs.h:1242:1: note: in expansion of macro ‘TRACE_EVENT’ + 1242 | TRACE_EVENT(afs_get_tree, @@ -49635,2 +66212,2 @@ -../fs/nfs/./nfstrace.h:1256:1: note: in expansion of macro ‘TRACE_EVENT’ - 1256 | TRACE_EVENT(nfs_pgio_error, +../include/trace/events/afs.h:1242:1: note: in expansion of macro ‘TRACE_EVENT’ + 1242 | TRACE_EVENT(afs_get_tree, @@ -49638 +66215 @@ -../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_initiate_write’: +../include/trace/events/afs.h: In function ‘__bpf_trace_afs_cb_v_break’: @@ -49648,2 +66225,2 @@ -../fs/nfs/./nfstrace.h:1300:1: note: in expansion of macro ‘TRACE_EVENT’ - 1300 | TRACE_EVENT(nfs_initiate_write, +../include/trace/events/afs.h:1268:1: note: in expansion of macro ‘TRACE_EVENT’ + 1268 | TRACE_EVENT(afs_cb_v_break, @@ -49660,2 +66237,2 @@ -../fs/nfs/./nfstrace.h:1300:1: note: in expansion of macro ‘TRACE_EVENT’ - 1300 | TRACE_EVENT(nfs_initiate_write, +../include/trace/events/afs.h:1268:1: note: in expansion of macro ‘TRACE_EVENT’ + 1268 | TRACE_EVENT(afs_cb_v_break, @@ -49663 +66240 @@ -../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_writeback_done’: +../include/trace/events/afs.h: In function ‘__bpf_trace_afs_cb_break’: @@ -49673,2 +66250,2 @@ -../fs/nfs/./nfstrace.h:1341:1: note: in expansion of macro ‘TRACE_EVENT’ - 1341 | TRACE_EVENT(nfs_writeback_done, +../include/trace/events/afs.h:1292:1: note: in expansion of macro ‘TRACE_EVENT’ + 1292 | TRACE_EVENT(afs_cb_break, @@ -49685,2 +66262,2 @@ -../fs/nfs/./nfstrace.h:1341:1: note: in expansion of macro ‘TRACE_EVENT’ - 1341 | TRACE_EVENT(nfs_writeback_done, +../include/trace/events/afs.h:1292:1: note: in expansion of macro ‘TRACE_EVENT’ + 1292 | TRACE_EVENT(afs_cb_break, @@ -49688 +66265 @@ -../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_page_error_class’: +../include/trace/events/afs.h: In function ‘__bpf_trace_afs_cb_miss’: @@ -49695,3 +66272,6 @@ -../fs/nfs/./nfstrace.h:1395:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1395 | DECLARE_EVENT_CLASS(nfs_page_error_class, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1319:1: note: in expansion of macro ‘TRACE_EVENT’ + 1319 | TRACE_EVENT(afs_cb_miss, + | ^~~~~~~~~~~ @@ -49704,4 +66284,7 @@ -../fs/nfs/./nfstrace.h:1395:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1395 | DECLARE_EVENT_CLASS(nfs_page_error_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_initiate_commit’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1319:1: note: in expansion of macro ‘TRACE_EVENT’ + 1319 | TRACE_EVENT(afs_cb_miss, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘__bpf_trace_afs_server’: @@ -49717,2 +66300,2 @@ -../fs/nfs/./nfstrace.h:1446:1: note: in expansion of macro ‘TRACE_EVENT’ - 1446 | TRACE_EVENT(nfs_initiate_commit, +../include/trace/events/afs.h:1339:1: note: in expansion of macro ‘TRACE_EVENT’ + 1339 | TRACE_EVENT(afs_server, @@ -49729,2 +66312,2 @@ -../fs/nfs/./nfstrace.h:1446:1: note: in expansion of macro ‘TRACE_EVENT’ - 1446 | TRACE_EVENT(nfs_initiate_commit, +../include/trace/events/afs.h:1339:1: note: in expansion of macro ‘TRACE_EVENT’ + 1339 | TRACE_EVENT(afs_server, @@ -49732 +66315 @@ -../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_commit_done’: +../include/trace/events/afs.h: In function ‘__bpf_trace_afs_volume’: @@ -49742,2 +66325,2 @@ -../fs/nfs/./nfstrace.h:1484:1: note: in expansion of macro ‘TRACE_EVENT’ - 1484 | TRACE_EVENT(nfs_commit_done, +../include/trace/events/afs.h:1366:1: note: in expansion of macro ‘TRACE_EVENT’ + 1366 | TRACE_EVENT(afs_volume, @@ -49754,2 +66337,2 @@ -../fs/nfs/./nfstrace.h:1484:1: note: in expansion of macro ‘TRACE_EVENT’ - 1484 | TRACE_EVENT(nfs_commit_done, +../include/trace/events/afs.h:1366:1: note: in expansion of macro ‘TRACE_EVENT’ + 1366 | TRACE_EVENT(afs_volume, @@ -49757 +66340 @@ -../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_direct_req_class’: +../include/trace/events/afs.h: In function ‘__bpf_trace_afs_cell’: @@ -49764,3 +66347,6 @@ -../fs/nfs/./nfstrace.h:1539:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1539 | DECLARE_EVENT_CLASS(nfs_direct_req_class, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1389:1: note: in expansion of macro ‘TRACE_EVENT’ + 1389 | TRACE_EVENT(afs_cell, + | ^~~~~~~~~~~ @@ -49773,4 +66359,7 @@ -../fs/nfs/./nfstrace.h:1539:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1539 | DECLARE_EVENT_CLASS(nfs_direct_req_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_fh_to_dentry’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1389:1: note: in expansion of macro ‘TRACE_EVENT’ + 1389 | TRACE_EVENT(afs_cell, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘__bpf_trace_afs_alist’: @@ -49786,2 +66375,2 @@ -../fs/nfs/./nfstrace.h:1596:1: note: in expansion of macro ‘TRACE_EVENT’ - 1596 | TRACE_EVENT(nfs_fh_to_dentry, +../include/trace/events/afs.h:1416:1: note: in expansion of macro ‘TRACE_EVENT’ + 1416 | TRACE_EVENT(afs_alist, @@ -49798,2 +66387,2 @@ -../fs/nfs/./nfstrace.h:1596:1: note: in expansion of macro ‘TRACE_EVENT’ - 1596 | TRACE_EVENT(nfs_fh_to_dentry, +../include/trace/events/afs.h:1416:1: note: in expansion of macro ‘TRACE_EVENT’ + 1416 | TRACE_EVENT(afs_alist, @@ -49801 +66390 @@ -../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_mount_assign’: +../include/trace/events/afs.h: In function ‘__bpf_trace_afs_estate’: @@ -49811,2 +66400,2 @@ -../fs/nfs/./nfstrace.h:1629:1: note: in expansion of macro ‘TRACE_EVENT’ - 1629 | TRACE_EVENT(nfs_mount_assign, +../include/trace/events/afs.h:1440:1: note: in expansion of macro ‘TRACE_EVENT’ + 1440 | TRACE_EVENT(afs_estate, @@ -49823,2 +66412,2 @@ -../fs/nfs/./nfstrace.h:1629:1: note: in expansion of macro ‘TRACE_EVENT’ - 1629 | TRACE_EVENT(nfs_mount_assign, +../include/trace/events/afs.h:1440:1: note: in expansion of macro ‘TRACE_EVENT’ + 1440 | TRACE_EVENT(afs_estate, @@ -49826 +66415 @@ -../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_mount_option’: +../include/trace/events/afs.h: In function ‘__bpf_trace_afs_fs_probe’: @@ -49836,2 +66425,2 @@ -../fs/nfs/./nfstrace.h:1652:1: note: in expansion of macro ‘TRACE_EVENT’ - 1652 | TRACE_EVENT(nfs_mount_option, +../include/trace/events/afs.h:1468:1: note: in expansion of macro ‘TRACE_EVENT’ + 1468 | TRACE_EVENT(afs_fs_probe, @@ -49848,2 +66437,2 @@ -../fs/nfs/./nfstrace.h:1652:1: note: in expansion of macro ‘TRACE_EVENT’ - 1652 | TRACE_EVENT(nfs_mount_option, +../include/trace/events/afs.h:1468:1: note: in expansion of macro ‘TRACE_EVENT’ + 1468 | TRACE_EVENT(afs_fs_probe, @@ -49851 +66440 @@ -../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_mount_path’: +../include/trace/events/afs.h: In function ‘__bpf_trace_afs_vl_probe’: @@ -49861,2 +66450,2 @@ -../fs/nfs/./nfstrace.h:1670:1: note: in expansion of macro ‘TRACE_EVENT’ - 1670 | TRACE_EVENT(nfs_mount_path, +../include/trace/events/afs.h:1504:1: note: in expansion of macro ‘TRACE_EVENT’ + 1504 | TRACE_EVENT(afs_vl_probe, @@ -49873,2 +66462,2 @@ -../fs/nfs/./nfstrace.h:1670:1: note: in expansion of macro ‘TRACE_EVENT’ - 1670 | TRACE_EVENT(nfs_mount_path, +../include/trace/events/afs.h:1504:1: note: in expansion of macro ‘TRACE_EVENT’ + 1504 | TRACE_EVENT(afs_vl_probe, @@ -49876 +66465 @@ -../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_xdr_event’: +../include/trace/events/afs.h: In function ‘__bpf_trace_afs_rotate’: @@ -49883,3 +66472,6 @@ -../fs/nfs/./nfstrace.h:1688:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1688 | DECLARE_EVENT_CLASS(nfs_xdr_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ + 1538 | TRACE_EVENT(afs_rotate, + | ^~~~~~~~~~~ @@ -49892,5 +66484,33 @@ -../fs/nfs/./nfstrace.h:1688:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1688 | DECLARE_EVENT_CLASS(nfs_xdr_event, - | ^~~~~~~~~~~~~~~~~~~ -make[5]: *** [../scripts/Makefile.build:244: fs/nfs/nfstrace.o] Error 1 -make[5]: *** Waiting for unfinished jobs.... +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ + 1538 | TRACE_EVENT(afs_rotate, + | ^~~~~~~~~~~ +../include/trace/events/afs.h: In function ‘__bpf_trace_afs_make_call’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1573:1: note: in expansion of macro ‘TRACE_EVENT’ + 1573 | TRACE_EVENT(afs_make_call, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/afs.h:1573:1: note: in expansion of macro ‘TRACE_EVENT’ + 1573 | TRACE_EVENT(afs_make_call, + | ^~~~~~~~~~~ +make[5]: *** [../scripts/Makefile.build:244: fs/afs/main.o] Error 1 +make[4]: *** [../scripts/Makefile.build:485: fs/afs] Error 2 @@ -49898,3 +66518,3 @@ - from ../include/trace/events/f2fs.h:2410, - from ../fs/f2fs/super.c:40: -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs__inode’: + from ../include/trace/events/skb.h:98, + from ../net/core/net-traces.c:30: +../include/trace/events/skb.h: In function ‘trace_event_raw_event_kfree_skb’: @@ -49907,3 +66527,6 @@ -../include/trace/events/f2fs.h:183:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 183 | DECLARE_EVENT_CLASS(f2fs__inode, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/skb.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ + 24 | TRACE_EVENT(kfree_skb, + | ^~~~~~~~~~~ @@ -49916,3 +66539,6 @@ -../include/trace/events/f2fs.h:183:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 183 | DECLARE_EVENT_CLASS(f2fs__inode, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/skb.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ + 24 | TRACE_EVENT(kfree_skb, + | ^~~~~~~~~~~ @@ -49925,3 +66551,6 @@ -../include/trace/events/f2fs.h:183:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 183 | DECLARE_EVENT_CLASS(f2fs__inode, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/skb.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ + 24 | TRACE_EVENT(kfree_skb, + | ^~~~~~~~~~~ @@ -49934,3 +66563,6 @@ -../include/trace/events/f2fs.h:183:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 183 | DECLARE_EVENT_CLASS(f2fs__inode, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/skb.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ + 24 | TRACE_EVENT(kfree_skb, + | ^~~~~~~~~~~ @@ -49943,4 +66575,7 @@ -../include/trace/events/f2fs.h:183:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 183 | DECLARE_EVENT_CLASS(f2fs__inode, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs__inode_exit’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/skb.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ + 24 | TRACE_EVENT(kfree_skb, + | ^~~~~~~~~~~ +../include/trace/events/skb.h: In function ‘trace_event_raw_event_consume_skb’: @@ -49953,3 +66588,6 @@ -../include/trace/events/f2fs.h:222:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 222 | DECLARE_EVENT_CLASS(f2fs__inode_exit, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/skb.h:57:1: note: in expansion of macro ‘TRACE_EVENT’ + 57 | TRACE_EVENT(consume_skb, + | ^~~~~~~~~~~ @@ -49962,4 +66600,7 @@ -../include/trace/events/f2fs.h:222:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 222 | DECLARE_EVENT_CLASS(f2fs__inode_exit, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_sync_file_exit’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/skb.h:57:1: note: in expansion of macro ‘TRACE_EVENT’ + 57 | TRACE_EVENT(consume_skb, + | ^~~~~~~~~~~ +../include/trace/events/skb.h: In function ‘trace_event_raw_event_skb_copy_datagram_iovec’: @@ -49975,2 +66616,2 @@ -../include/trace/events/f2fs.h:256:1: note: in expansion of macro ‘TRACE_EVENT’ - 256 | TRACE_EVENT(f2fs_sync_file_exit, +../include/trace/events/skb.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ + 76 | TRACE_EVENT(skb_copy_datagram_iovec, @@ -49987,2 +66628,2 @@ -../include/trace/events/f2fs.h:256:1: note: in expansion of macro ‘TRACE_EVENT’ - 256 | TRACE_EVENT(f2fs_sync_file_exit, +../include/trace/events/skb.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ + 76 | TRACE_EVENT(skb_copy_datagram_iovec, @@ -49990 +66631,156 @@ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_sync_fs’: +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/skb.h: In function ‘perf_trace_kfree_skb’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/skb.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ + 24 | TRACE_EVENT(kfree_skb, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/skb.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ + 24 | TRACE_EVENT(kfree_skb, + | ^~~~~~~~~~~ +../include/trace/events/skb.h: In function ‘perf_trace_consume_skb’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/skb.h:57:1: note: in expansion of macro ‘TRACE_EVENT’ + 57 | TRACE_EVENT(consume_skb, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/skb.h:57:1: note: in expansion of macro ‘TRACE_EVENT’ + 57 | TRACE_EVENT(consume_skb, + | ^~~~~~~~~~~ +../include/trace/events/skb.h: In function ‘perf_trace_skb_copy_datagram_iovec’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/skb.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ + 76 | TRACE_EVENT(skb_copy_datagram_iovec, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/skb.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ + 76 | TRACE_EVENT(skb_copy_datagram_iovec, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../include/trace/events/skb.h: In function ‘__bpf_trace_kfree_skb’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/skb.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ + 24 | TRACE_EVENT(kfree_skb, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/skb.h:24:1: note: in expansion of macro ‘TRACE_EVENT’ + 24 | TRACE_EVENT(kfree_skb, + | ^~~~~~~~~~~ +../include/trace/events/skb.h: In function ‘__bpf_trace_consume_skb’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/skb.h:57:1: note: in expansion of macro ‘TRACE_EVENT’ + 57 | TRACE_EVENT(consume_skb, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/skb.h:57:1: note: in expansion of macro ‘TRACE_EVENT’ + 57 | TRACE_EVENT(consume_skb, + | ^~~~~~~~~~~ +../include/trace/events/skb.h: In function ‘__bpf_trace_skb_copy_datagram_iovec’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/skb.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ + 76 | TRACE_EVENT(skb_copy_datagram_iovec, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/skb.h:76:1: note: in expansion of macro ‘TRACE_EVENT’ + 76 | TRACE_EVENT(skb_copy_datagram_iovec, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:108, + from ../include/trace/events/net.h:319, + from ../net/core/net-traces.c:31: +../include/trace/events/net.h: In function ‘trace_event_raw_event_net_dev_start_xmit’: @@ -50000,2 +66796,2 @@ -../include/trace/events/f2fs.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ - 286 | TRACE_EVENT(f2fs_sync_fs, +../include/trace/events/net.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(net_dev_start_xmit, @@ -50012,2 +66808,2 @@ -../include/trace/events/f2fs.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ - 286 | TRACE_EVENT(f2fs_sync_fs, +../include/trace/events/net.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(net_dev_start_xmit, @@ -50015 +66811 @@ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_unlink_enter’: +../include/trace/events/net.h: In function ‘trace_event_raw_event_net_dev_xmit’: @@ -50025,2 +66821,2 @@ -../include/trace/events/f2fs.h:338:1: note: in expansion of macro ‘TRACE_EVENT’ - 338 | TRACE_EVENT(f2fs_unlink_enter, +../include/trace/events/net.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ + 72 | TRACE_EVENT(net_dev_xmit, @@ -50037,2 +66833,2 @@ -../include/trace/events/f2fs.h:338:1: note: in expansion of macro ‘TRACE_EVENT’ - 338 | TRACE_EVENT(f2fs_unlink_enter, +../include/trace/events/net.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ + 72 | TRACE_EVENT(net_dev_xmit, @@ -50040 +66836 @@ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_truncate_data_blocks_range’: +../include/trace/events/net.h: In function ‘trace_event_raw_event_net_dev_xmit_timeout’: @@ -50050,2 +66846,2 @@ -../include/trace/events/f2fs.h:389:1: note: in expansion of macro ‘TRACE_EVENT’ - 389 | TRACE_EVENT(f2fs_truncate_data_blocks_range, +../include/trace/events/net.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ + 99 | TRACE_EVENT(net_dev_xmit_timeout, @@ -50062,2 +66858,2 @@ -../include/trace/events/f2fs.h:389:1: note: in expansion of macro ‘TRACE_EVENT’ - 389 | TRACE_EVENT(f2fs_truncate_data_blocks_range, +../include/trace/events/net.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ + 99 | TRACE_EVENT(net_dev_xmit_timeout, @@ -50065 +66861 @@ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs__truncate_op’: +../include/trace/events/net.h: In function ‘trace_event_raw_event_net_dev_template’: @@ -50072,2 +66868,2 @@ -../include/trace/events/f2fs.h:418:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 418 | DECLARE_EVENT_CLASS(f2fs__truncate_op, +../include/trace/events/net.h:122:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 122 | DECLARE_EVENT_CLASS(net_dev_template, @@ -50081,2 +66877,2 @@ -../include/trace/events/f2fs.h:418:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 418 | DECLARE_EVENT_CLASS(f2fs__truncate_op, +../include/trace/events/net.h:122:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 122 | DECLARE_EVENT_CLASS(net_dev_template, @@ -50084 +66880 @@ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs__truncate_node’: +../include/trace/events/net.h: In function ‘trace_event_raw_event_net_dev_rx_verbose_template’: @@ -50091,2 +66887,2 @@ -../include/trace/events/f2fs.h:476:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 476 | DECLARE_EVENT_CLASS(f2fs__truncate_node, +../include/trace/events/net.h:165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 165 | DECLARE_EVENT_CLASS(net_dev_rx_verbose_template, @@ -50100,2 +66896,2 @@ -../include/trace/events/f2fs.h:476:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 476 | DECLARE_EVENT_CLASS(f2fs__truncate_node, +../include/trace/events/net.h:165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 165 | DECLARE_EVENT_CLASS(net_dev_rx_verbose_template, @@ -50103 +66899 @@ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_truncate_partial_nodes’: +../include/trace/events/net.h: In function ‘trace_event_raw_event_net_dev_rx_exit_template’: @@ -50110,6 +66906,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/f2fs.h:523:1: note: in expansion of macro ‘TRACE_EVENT’ - 523 | TRACE_EVENT(f2fs_truncate_partial_nodes, - | ^~~~~~~~~~~ +../include/trace/events/net.h:264:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 264 | DECLARE_EVENT_CLASS(net_dev_rx_exit_template, + | ^~~~~~~~~~~~~~~~~~~ @@ -50121,0 +66915,11 @@ +../include/trace/events/net.h:264:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 264 | DECLARE_EVENT_CLASS(net_dev_rx_exit_template, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/net.h: In function ‘perf_trace_net_dev_start_xmit’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -50125,2 +66929,2 @@ -../include/trace/events/f2fs.h:523:1: note: in expansion of macro ‘TRACE_EVENT’ - 523 | TRACE_EVENT(f2fs_truncate_partial_nodes, +../include/trace/events/net.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(net_dev_start_xmit, @@ -50128,3 +66932,15 @@ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_file_write_iter’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/net.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(net_dev_start_xmit, + | ^~~~~~~~~~~ +../include/trace/events/net.h: In function ‘perf_trace_net_dev_xmit’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -50132,2 +66948,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -50138,2 +66954,2 @@ -../include/trace/events/f2fs.h:557:1: note: in expansion of macro ‘TRACE_EVENT’ - 557 | TRACE_EVENT(f2fs_file_write_iter, +../include/trace/events/net.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ + 72 | TRACE_EVENT(net_dev_xmit, @@ -50141,2 +66957,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -50144,2 +66960,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -50150,2 +66966,2 @@ -../include/trace/events/f2fs.h:557:1: note: in expansion of macro ‘TRACE_EVENT’ - 557 | TRACE_EVENT(f2fs_file_write_iter, +../include/trace/events/net.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ + 72 | TRACE_EVENT(net_dev_xmit, @@ -50153,3 +66969,3 @@ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_map_blocks’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/net.h: In function ‘perf_trace_net_dev_xmit_timeout’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -50157,2 +66973,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -50163,2 +66979,2 @@ -../include/trace/events/f2fs.h:588:1: note: in expansion of macro ‘TRACE_EVENT’ - 588 | TRACE_EVENT(f2fs_map_blocks, +../include/trace/events/net.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ + 99 | TRACE_EVENT(net_dev_xmit_timeout, @@ -50166,2 +66982,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -50169,2 +66985,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -50175,2 +66991,2 @@ -../include/trace/events/f2fs.h:588:1: note: in expansion of macro ‘TRACE_EVENT’ - 588 | TRACE_EVENT(f2fs_map_blocks, +../include/trace/events/net.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ + 99 | TRACE_EVENT(net_dev_xmit_timeout, @@ -50178,3 +66994,3 @@ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_background_gc’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/net.h: In function ‘perf_trace_net_dev_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -50182,2 +66998,49 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/net.h:122:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 122 | DECLARE_EVENT_CLASS(net_dev_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/net.h:122:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 122 | DECLARE_EVENT_CLASS(net_dev_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/net.h: In function ‘perf_trace_net_dev_rx_verbose_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/net.h:165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 165 | DECLARE_EVENT_CLASS(net_dev_rx_verbose_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/net.h:165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 165 | DECLARE_EVENT_CLASS(net_dev_rx_verbose_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/net.h: In function ‘perf_trace_net_dev_rx_exit_template’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/net.h:264:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 264 | DECLARE_EVENT_CLASS(net_dev_rx_exit_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -50184,0 +67048,11 @@ +../include/trace/events/net.h:264:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 264 | DECLARE_EVENT_CLASS(net_dev_rx_exit_template, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../include/trace/events/net.h: In function ‘__bpf_trace_net_dev_start_xmit’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -50188,2 +67062,2 @@ -../include/trace/events/f2fs.h:638:1: note: in expansion of macro ‘TRACE_EVENT’ - 638 | TRACE_EVENT(f2fs_background_gc, +../include/trace/events/net.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(net_dev_start_xmit, @@ -50191,6 +67065,6 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -50200,2 +67074,2 @@ -../include/trace/events/f2fs.h:638:1: note: in expansion of macro ‘TRACE_EVENT’ - 638 | TRACE_EVENT(f2fs_background_gc, +../include/trace/events/net.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(net_dev_start_xmit, @@ -50203,3 +67077,3 @@ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_gc_begin’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/net.h: In function ‘__bpf_trace_net_dev_xmit’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ @@ -50207,3 +67081,3 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -50213,2 +67087,2 @@ -../include/trace/events/f2fs.h:666:1: note: in expansion of macro ‘TRACE_EVENT’ - 666 | TRACE_EVENT(f2fs_gc_begin, +../include/trace/events/net.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ + 72 | TRACE_EVENT(net_dev_xmit, @@ -50216,6 +67090,6 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -50225,2 +67099,2 @@ -../include/trace/events/f2fs.h:666:1: note: in expansion of macro ‘TRACE_EVENT’ - 666 | TRACE_EVENT(f2fs_gc_begin, +../include/trace/events/net.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ + 72 | TRACE_EVENT(net_dev_xmit, @@ -50228,3 +67102,3 @@ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_gc_end’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/net.h: In function ‘__bpf_trace_net_dev_xmit_timeout’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ @@ -50232,3 +67106,3 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -50238,2 +67112,2 @@ -../include/trace/events/f2fs.h:723:1: note: in expansion of macro ‘TRACE_EVENT’ - 723 | TRACE_EVENT(f2fs_gc_end, +../include/trace/events/net.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ + 99 | TRACE_EVENT(net_dev_xmit_timeout, @@ -50241,6 +67115,6 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -50250,2 +67124,2 @@ -../include/trace/events/f2fs.h:723:1: note: in expansion of macro ‘TRACE_EVENT’ - 723 | TRACE_EVENT(f2fs_gc_end, +../include/trace/events/net.h:99:1: note: in expansion of macro ‘TRACE_EVENT’ + 99 | TRACE_EVENT(net_dev_xmit_timeout, @@ -50253 +67127,61 @@ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_get_victim’: +../include/trace/events/net.h: In function ‘__bpf_trace_net_dev_template’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/net.h:122:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 122 | DECLARE_EVENT_CLASS(net_dev_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/net.h:122:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 122 | DECLARE_EVENT_CLASS(net_dev_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/net.h: In function ‘__bpf_trace_net_dev_rx_verbose_template’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/net.h:165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 165 | DECLARE_EVENT_CLASS(net_dev_rx_verbose_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/net.h:165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 165 | DECLARE_EVENT_CLASS(net_dev_rx_verbose_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/net.h: In function ‘__bpf_trace_net_dev_rx_exit_template’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/net.h:264:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 264 | DECLARE_EVENT_CLASS(net_dev_rx_exit_template, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/net.h:264:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 264 | DECLARE_EVENT_CLASS(net_dev_rx_exit_template, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:108, + from ../include/trace/events/napi.h:77, + from ../net/core/net-traces.c:32: +../include/trace/events/napi.h: In function ‘trace_event_raw_event_napi_poll’: @@ -50263,2 +67197,2 @@ -../include/trace/events/f2fs.h:778:1: note: in expansion of macro ‘TRACE_EVENT’ - 778 | TRACE_EVENT(f2fs_get_victim, +../include/trace/events/napi.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(napi_poll, @@ -50275,2 +67209,2 @@ -../include/trace/events/f2fs.h:778:1: note: in expansion of macro ‘TRACE_EVENT’ - 778 | TRACE_EVENT(f2fs_get_victim, +../include/trace/events/napi.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(napi_poll, @@ -50278 +67212 @@ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_lookup_start’: +../include/trace/events/napi.h: In function ‘trace_event_raw_event_dql_stall_detected’: @@ -50288,2 +67222,2 @@ -../include/trace/events/f2fs.h:830:1: note: in expansion of macro ‘TRACE_EVENT’ - 830 | TRACE_EVENT(f2fs_lookup_start, +../include/trace/events/napi.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ + 39 | TRACE_EVENT(dql_stall_detected, @@ -50300,2 +67234,2 @@ -../include/trace/events/f2fs.h:830:1: note: in expansion of macro ‘TRACE_EVENT’ - 830 | TRACE_EVENT(f2fs_lookup_start, +../include/trace/events/napi.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ + 39 | TRACE_EVENT(dql_stall_detected, @@ -50303,3 +67237,4 @@ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_lookup_end’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/napi.h: In function ‘perf_trace_napi_poll’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -50307,2 +67242,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -50313,2 +67248,2 @@ -../include/trace/events/f2fs.h:856:1: note: in expansion of macro ‘TRACE_EVENT’ - 856 | TRACE_EVENT(f2fs_lookup_end, +../include/trace/events/napi.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(napi_poll, @@ -50316,2 +67251,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -50319,2 +67254,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -50325,2 +67260,2 @@ -../include/trace/events/f2fs.h:856:1: note: in expansion of macro ‘TRACE_EVENT’ - 856 | TRACE_EVENT(f2fs_lookup_end, +../include/trace/events/napi.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(napi_poll, @@ -50328,3 +67263,3 @@ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_rename_start’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/napi.h: In function ‘perf_trace_dql_stall_detected’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -50332,2 +67267,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -50338,2 +67273,2 @@ -../include/trace/events/f2fs.h:886:1: note: in expansion of macro ‘TRACE_EVENT’ - 886 | TRACE_EVENT(f2fs_rename_start, +../include/trace/events/napi.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ + 39 | TRACE_EVENT(dql_stall_detected, @@ -50341,2 +67276,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -50344,2 +67279,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -50350,2 +67285,2 @@ -../include/trace/events/f2fs.h:886:1: note: in expansion of macro ‘TRACE_EVENT’ - 886 | TRACE_EVENT(f2fs_rename_start, +../include/trace/events/napi.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ + 39 | TRACE_EVENT(dql_stall_detected, @@ -50353,3 +67288,4 @@ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_rename_end’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +In file included from ../include/trace/define_trace.h:110: +../include/trace/events/napi.h: In function ‘__bpf_trace_napi_poll’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ @@ -50357,3 +67293,3 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -50363,2 +67299,2 @@ -../include/trace/events/f2fs.h:921:1: note: in expansion of macro ‘TRACE_EVENT’ - 921 | TRACE_EVENT(f2fs_rename_end, +../include/trace/events/napi.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(napi_poll, @@ -50366,6 +67302,6 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ @@ -50375,2 +67311,2 @@ -../include/trace/events/f2fs.h:921:1: note: in expansion of macro ‘TRACE_EVENT’ - 921 | TRACE_EVENT(f2fs_rename_end, +../include/trace/events/napi.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(napi_poll, @@ -50378 +67314,29 @@ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_readdir’: +../include/trace/events/napi.h: In function ‘__bpf_trace_dql_stall_detected’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/napi.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ + 39 | TRACE_EVENT(dql_stall_detected, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/napi.h:39:1: note: in expansion of macro ‘TRACE_EVENT’ + 39 | TRACE_EVENT(dql_stall_detected, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:108, + from ../include/trace/events/sock.h:313, + from ../net/core/net-traces.c:33: +../include/trace/events/sock.h: In function ‘trace_event_raw_event_sock_rcvqueue_full’: @@ -50388,2 +67352,2 @@ -../include/trace/events/f2fs.h:955:1: note: in expansion of macro ‘TRACE_EVENT’ - 955 | TRACE_EVENT(f2fs_readdir, +../include/trace/events/sock.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ + 72 | TRACE_EVENT(sock_rcvqueue_full, @@ -50400,2 +67364,2 @@ -../include/trace/events/f2fs.h:955:1: note: in expansion of macro ‘TRACE_EVENT’ - 955 | TRACE_EVENT(f2fs_readdir, +../include/trace/events/sock.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ + 72 | TRACE_EVENT(sock_rcvqueue_full, @@ -50403 +67367 @@ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_fallocate’: +../include/trace/events/sock.h: In function ‘trace_event_raw_event_sock_exceed_buf_limit’: @@ -50413,2 +67377,2 @@ -../include/trace/events/f2fs.h:984:1: note: in expansion of macro ‘TRACE_EVENT’ - 984 | TRACE_EVENT(f2fs_fallocate, +../include/trace/events/sock.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ + 94 | TRACE_EVENT(sock_exceed_buf_limit, @@ -50425,2 +67389,2 @@ -../include/trace/events/f2fs.h:984:1: note: in expansion of macro ‘TRACE_EVENT’ - 984 | TRACE_EVENT(f2fs_fallocate, +../include/trace/events/sock.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ + 94 | TRACE_EVENT(sock_exceed_buf_limit, @@ -50428 +67392 @@ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_direct_IO_enter’: +../include/trace/events/sock.h: In function ‘trace_event_raw_event_inet_sock_set_state’: @@ -50438,2 +67402,2 @@ -../include/trace/events/f2fs.h:1024:1: note: in expansion of macro ‘TRACE_EVENT’ - 1024 | TRACE_EVENT(f2fs_direct_IO_enter, +../include/trace/events/sock.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ + 141 | TRACE_EVENT(inet_sock_set_state, @@ -50450,2 +67414,2 @@ -../include/trace/events/f2fs.h:1024:1: note: in expansion of macro ‘TRACE_EVENT’ - 1024 | TRACE_EVENT(f2fs_direct_IO_enter, +../include/trace/events/sock.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ + 141 | TRACE_EVENT(inet_sock_set_state, @@ -50453 +67417 @@ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_direct_IO_exit’: +../include/trace/events/sock.h: In function ‘trace_event_raw_event_inet_sk_error_report’: @@ -50463,2 +67427,2 @@ -../include/trace/events/f2fs.h:1059:1: note: in expansion of macro ‘TRACE_EVENT’ - 1059 | TRACE_EVENT(f2fs_direct_IO_exit, +../include/trace/events/sock.h:194:1: note: in expansion of macro ‘TRACE_EVENT’ + 194 | TRACE_EVENT(inet_sk_error_report, @@ -50475,2 +67439,2 @@ -../include/trace/events/f2fs.h:1059:1: note: in expansion of macro ‘TRACE_EVENT’ - 1059 | TRACE_EVENT(f2fs_direct_IO_exit, +../include/trace/events/sock.h:194:1: note: in expansion of macro ‘TRACE_EVENT’ + 194 | TRACE_EVENT(inet_sk_error_report, @@ -50478 +67442 @@ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_reserve_new_blocks’: +../include/trace/events/sock.h: In function ‘trace_event_raw_event_sk_data_ready’: @@ -50488,2 +67452,2 @@ -../include/trace/events/f2fs.h:1093:1: note: in expansion of macro ‘TRACE_EVENT’ - 1093 | TRACE_EVENT(f2fs_reserve_new_blocks, +../include/trace/events/sock.h:241:1: note: in expansion of macro ‘TRACE_EVENT’ + 241 | TRACE_EVENT(sk_data_ready, @@ -50500,2 +67464,2 @@ -../include/trace/events/f2fs.h:1093:1: note: in expansion of macro ‘TRACE_EVENT’ - 1093 | TRACE_EVENT(f2fs_reserve_new_blocks, +../include/trace/events/sock.h:241:1: note: in expansion of macro ‘TRACE_EVENT’ + 241 | TRACE_EVENT(sk_data_ready, @@ -50503 +67467 @@ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs__submit_page_bio’: +../include/trace/events/sock.h: In function ‘trace_event_raw_event_sock_msg_length’: @@ -50510,2 +67474,2 @@ -../include/trace/events/f2fs.h:1121:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1121 | DECLARE_EVENT_CLASS(f2fs__submit_page_bio, +../include/trace/events/sock.h:268:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 268 | DECLARE_EVENT_CLASS(sock_msg_length, @@ -50519,2 +67483,2 @@ -../include/trace/events/f2fs.h:1121:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1121 | DECLARE_EVENT_CLASS(f2fs__submit_page_bio, +../include/trace/events/sock.h:268:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 268 | DECLARE_EVENT_CLASS(sock_msg_length, @@ -50522,3 +67486,4 @@ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs__bio’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/sock.h: In function ‘perf_trace_sock_rcvqueue_full’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -50526,2 +67491,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -50529,5 +67494,8 @@ -../include/trace/events/f2fs.h:1180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1180 | DECLARE_EVENT_CLASS(f2fs__bio, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sock.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ + 72 | TRACE_EVENT(sock_rcvqueue_full, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -50535,2 +67503,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -50538,6 +67506,9 @@ -../include/trace/events/f2fs.h:1180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1180 | DECLARE_EVENT_CLASS(f2fs__bio, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_write_begin’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sock.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ + 72 | TRACE_EVENT(sock_rcvqueue_full, + | ^~~~~~~~~~~ +../include/trace/events/sock.h: In function ‘perf_trace_sock_exceed_buf_limit’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -50545,2 +67516,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -50551,2 +67522,2 @@ -../include/trace/events/f2fs.h:1251:1: note: in expansion of macro ‘TRACE_EVENT’ - 1251 | TRACE_EVENT(f2fs_write_begin, +../include/trace/events/sock.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ + 94 | TRACE_EVENT(sock_exceed_buf_limit, @@ -50554,2 +67525,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -50557,2 +67528,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -50563,2 +67534,2 @@ -../include/trace/events/f2fs.h:1251:1: note: in expansion of macro ‘TRACE_EVENT’ - 1251 | TRACE_EVENT(f2fs_write_begin, +../include/trace/events/sock.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ + 94 | TRACE_EVENT(sock_exceed_buf_limit, @@ -50566,3 +67537,3 @@ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_write_end’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/sock.h: In function ‘perf_trace_inet_sock_set_state’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -50570,2 +67541,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -50576,2 +67547,2 @@ -../include/trace/events/f2fs.h:1277:1: note: in expansion of macro ‘TRACE_EVENT’ - 1277 | TRACE_EVENT(f2fs_write_end, +../include/trace/events/sock.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ + 141 | TRACE_EVENT(inet_sock_set_state, @@ -50579,2 +67550,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -50582,2 +67553,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -50588,2 +67559,2 @@ -../include/trace/events/f2fs.h:1277:1: note: in expansion of macro ‘TRACE_EVENT’ - 1277 | TRACE_EVENT(f2fs_write_end, +../include/trace/events/sock.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ + 141 | TRACE_EVENT(inet_sock_set_state, @@ -50591,3 +67562,3 @@ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs__folio’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/sock.h: In function ‘perf_trace_inet_sk_error_report’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -50595,2 +67566,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -50598,5 +67569,8 @@ -../include/trace/events/f2fs.h:1307:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1307 | DECLARE_EVENT_CLASS(f2fs__folio, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sock.h:194:1: note: in expansion of macro ‘TRACE_EVENT’ + 194 | TRACE_EVENT(inet_sk_error_report, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -50604,2 +67578,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -50607,6 +67581,9 @@ -../include/trace/events/f2fs.h:1307:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1307 | DECLARE_EVENT_CLASS(f2fs__folio, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_replace_atomic_write_block’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sock.h:194:1: note: in expansion of macro ‘TRACE_EVENT’ + 194 | TRACE_EVENT(inet_sk_error_report, + | ^~~~~~~~~~~ +../include/trace/events/sock.h: In function ‘perf_trace_sk_data_ready’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -50614,2 +67591,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -50620,2 +67597,2 @@ -../include/trace/events/f2fs.h:1372:1: note: in expansion of macro ‘TRACE_EVENT’ - 1372 | TRACE_EVENT(f2fs_replace_atomic_write_block, +../include/trace/events/sock.h:241:1: note: in expansion of macro ‘TRACE_EVENT’ + 241 | TRACE_EVENT(sk_data_ready, @@ -50623,2 +67600,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -50626,2 +67603,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -50632,2 +67609,2 @@ -../include/trace/events/f2fs.h:1372:1: note: in expansion of macro ‘TRACE_EVENT’ - 1372 | TRACE_EVENT(f2fs_replace_atomic_write_block, +../include/trace/events/sock.h:241:1: note: in expansion of macro ‘TRACE_EVENT’ + 241 | TRACE_EVENT(sk_data_ready, @@ -50635,3 +67612,3 @@ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_mmap’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/sock.h: In function ‘perf_trace_sock_msg_length’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -50639,2 +67616,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -50642,2 +67619,2 @@ -../include/trace/events/f2fs.h:1409:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1409 | DECLARE_EVENT_CLASS(f2fs_mmap, +../include/trace/events/sock.h:268:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 268 | DECLARE_EVENT_CLASS(sock_msg_length, @@ -50644,0 +67622,170 @@ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sock.h:268:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 268 | DECLARE_EVENT_CLASS(sock_msg_length, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../include/trace/events/sock.h: In function ‘__bpf_trace_sock_rcvqueue_full’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sock.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ + 72 | TRACE_EVENT(sock_rcvqueue_full, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sock.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ + 72 | TRACE_EVENT(sock_rcvqueue_full, + | ^~~~~~~~~~~ +../include/trace/events/sock.h: In function ‘__bpf_trace_sock_exceed_buf_limit’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sock.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ + 94 | TRACE_EVENT(sock_exceed_buf_limit, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sock.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ + 94 | TRACE_EVENT(sock_exceed_buf_limit, + | ^~~~~~~~~~~ +../include/trace/events/sock.h: In function ‘__bpf_trace_inet_sock_set_state’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sock.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ + 141 | TRACE_EVENT(inet_sock_set_state, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sock.h:141:1: note: in expansion of macro ‘TRACE_EVENT’ + 141 | TRACE_EVENT(inet_sock_set_state, + | ^~~~~~~~~~~ +../include/trace/events/sock.h: In function ‘__bpf_trace_inet_sk_error_report’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sock.h:194:1: note: in expansion of macro ‘TRACE_EVENT’ + 194 | TRACE_EVENT(inet_sk_error_report, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sock.h:194:1: note: in expansion of macro ‘TRACE_EVENT’ + 194 | TRACE_EVENT(inet_sk_error_report, + | ^~~~~~~~~~~ +../include/trace/events/sock.h: In function ‘__bpf_trace_sk_data_ready’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sock.h:241:1: note: in expansion of macro ‘TRACE_EVENT’ + 241 | TRACE_EVENT(sk_data_ready, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sock.h:241:1: note: in expansion of macro ‘TRACE_EVENT’ + 241 | TRACE_EVENT(sk_data_ready, + | ^~~~~~~~~~~ +../include/trace/events/sock.h: In function ‘__bpf_trace_sock_msg_length’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sock.h:268:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 268 | DECLARE_EVENT_CLASS(sock_msg_length, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sock.h:268:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 268 | DECLARE_EVENT_CLASS(sock_msg_length, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:108, + from ../include/trace/events/udp.h:52, + from ../net/core/net-traces.c:34: +../include/trace/events/udp.h: In function ‘trace_event_raw_event_udp_fail_queue_rcv_skb’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/udp.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ + 12 | TRACE_EVENT(udp_fail_queue_rcv_skb, + | ^~~~~~~~~~~ @@ -50651,2 +67798,70 @@ -../include/trace/events/f2fs.h:1409:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1409 | DECLARE_EVENT_CLASS(f2fs_mmap, +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/udp.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ + 12 | TRACE_EVENT(udp_fail_queue_rcv_skb, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/udp.h: In function ‘perf_trace_udp_fail_queue_rcv_skb’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/udp.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ + 12 | TRACE_EVENT(udp_fail_queue_rcv_skb, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/udp.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ + 12 | TRACE_EVENT(udp_fail_queue_rcv_skb, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../include/trace/events/udp.h: In function ‘__bpf_trace_udp_fail_queue_rcv_skb’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/udp.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ + 12 | TRACE_EVENT(udp_fail_queue_rcv_skb, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/udp.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ + 12 | TRACE_EVENT(udp_fail_queue_rcv_skb, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:108, + from ../include/trace/events/tcp.h:734, + from ../net/core/net-traces.c:35: +../include/trace/events/tcp.h: In function ‘trace_event_raw_event_tcp_event_sk_skb’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 22 | DECLARE_EVENT_CLASS(tcp_event_sk_skb, @@ -50654 +67869,10 @@ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_writepages’: +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 22 | DECLARE_EVENT_CLASS(tcp_event_sk_skb, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h: In function ‘trace_event_raw_event_tcp_send_reset’: @@ -50664,2 +67888,2 @@ -../include/trace/events/f2fs.h:1455:1: note: in expansion of macro ‘TRACE_EVENT’ - 1455 | TRACE_EVENT(f2fs_writepages, +../include/trace/events/tcp.h:91:1: note: in expansion of macro ‘TRACE_EVENT’ + 91 | TRACE_EVENT(tcp_send_reset, @@ -50676,2 +67900,2 @@ -../include/trace/events/f2fs.h:1455:1: note: in expansion of macro ‘TRACE_EVENT’ - 1455 | TRACE_EVENT(f2fs_writepages, +../include/trace/events/tcp.h:91:1: note: in expansion of macro ‘TRACE_EVENT’ + 91 | TRACE_EVENT(tcp_send_reset, @@ -50679 +67903,20 @@ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_readpages’: +../include/trace/events/tcp.h: In function ‘trace_event_raw_event_tcp_event_sk’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:147:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 147 | DECLARE_EVENT_CLASS(tcp_event_sk, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:147:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 147 | DECLARE_EVENT_CLASS(tcp_event_sk, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h: In function ‘trace_event_raw_event_tcp_retransmit_synack’: @@ -50689,2 +67932,2 @@ -../include/trace/events/f2fs.h:1519:1: note: in expansion of macro ‘TRACE_EVENT’ - 1519 | TRACE_EVENT(f2fs_readpages, +../include/trace/events/tcp.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ + 216 | TRACE_EVENT(tcp_retransmit_synack, @@ -50701,2 +67944,2 @@ -../include/trace/events/f2fs.h:1519:1: note: in expansion of macro ‘TRACE_EVENT’ - 1519 | TRACE_EVENT(f2fs_readpages, +../include/trace/events/tcp.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ + 216 | TRACE_EVENT(tcp_retransmit_synack, @@ -50704 +67947 @@ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_write_checkpoint’: +../include/trace/events/tcp.h: In function ‘trace_event_raw_event_tcp_probe’: @@ -50714,2 +67957,2 @@ -../include/trace/events/f2fs.h:1545:1: note: in expansion of macro ‘TRACE_EVENT’ - 1545 | TRACE_EVENT(f2fs_write_checkpoint, +../include/trace/events/tcp.h:264:1: note: in expansion of macro ‘TRACE_EVENT’ + 264 | TRACE_EVENT(tcp_probe, @@ -50726,2 +67969,2 @@ -../include/trace/events/f2fs.h:1545:1: note: in expansion of macro ‘TRACE_EVENT’ - 1545 | TRACE_EVENT(f2fs_write_checkpoint, +../include/trace/events/tcp.h:264:1: note: in expansion of macro ‘TRACE_EVENT’ + 264 | TRACE_EVENT(tcp_probe, @@ -50729 +67972 @@ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_discard’: +../include/trace/events/tcp.h: In function ‘trace_event_raw_event_tcp_event_skb’: @@ -50736,2 +67979,2 @@ -../include/trace/events/f2fs.h:1569:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1569 | DECLARE_EVENT_CLASS(f2fs_discard, +../include/trace/events/tcp.h:333:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 333 | DECLARE_EVENT_CLASS(tcp_event_skb, @@ -50745,2 +67988,2 @@ -../include/trace/events/f2fs.h:1569:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1569 | DECLARE_EVENT_CLASS(f2fs_discard, +../include/trace/events/tcp.h:333:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 333 | DECLARE_EVENT_CLASS(tcp_event_skb, @@ -50748 +67991 @@ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_reset_zone’: +../include/trace/events/tcp.h: In function ‘trace_event_raw_event_tcp_cong_state_set’: @@ -50755,2 +67998,27 @@ -../include/trace/events/f2fs.h:1614:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1614 | DECLARE_EVENT_CLASS(f2fs_reset_zone, +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:366:1: note: in expansion of macro ‘TRACE_EVENT’ + 366 | TRACE_EVENT(tcp_cong_state_set, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:366:1: note: in expansion of macro ‘TRACE_EVENT’ + 366 | TRACE_EVENT(tcp_cong_state_set, + | ^~~~~~~~~~~ +../include/trace/events/tcp.h: In function ‘trace_event_raw_event_tcp_hash_event’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:414:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 414 | DECLARE_EVENT_CLASS(tcp_hash_event, @@ -50764,2 +68032,2 @@ -../include/trace/events/f2fs.h:1614:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1614 | DECLARE_EVENT_CLASS(f2fs_reset_zone, +../include/trace/events/tcp.h:414:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 414 | DECLARE_EVENT_CLASS(tcp_hash_event, @@ -50767 +68035,39 @@ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_issue_flush’: +../include/trace/events/tcp.h: In function ‘trace_event_raw_event_tcp_ao_event’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:510:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 510 | DECLARE_EVENT_CLASS(tcp_ao_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:510:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 510 | DECLARE_EVENT_CLASS(tcp_ao_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h: In function ‘trace_event_raw_event_tcp_ao_event_sk’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:616:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 616 | DECLARE_EVENT_CLASS(tcp_ao_event_sk, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:616:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 616 | DECLARE_EVENT_CLASS(tcp_ao_event_sk, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h: In function ‘trace_event_raw_event_tcp_ao_event_sne’: @@ -50773,0 +68080,39 @@ +../include/trace/events/tcp.h:672:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 672 | DECLARE_EVENT_CLASS(tcp_ao_event_sne, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:672:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 672 | DECLARE_EVENT_CLASS(tcp_ao_event_sne, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/tcp.h: In function ‘perf_trace_tcp_event_sk_skb’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 22 | DECLARE_EVENT_CLASS(tcp_event_sk_skb, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 22 | DECLARE_EVENT_CLASS(tcp_event_sk_skb, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h: In function ‘perf_trace_tcp_send_reset’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -50777,2 +68122,453 @@ -../include/trace/events/f2fs.h:1649:1: note: in expansion of macro ‘TRACE_EVENT’ - 1649 | TRACE_EVENT(f2fs_issue_flush, +../include/trace/events/tcp.h:91:1: note: in expansion of macro ‘TRACE_EVENT’ + 91 | TRACE_EVENT(tcp_send_reset, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:91:1: note: in expansion of macro ‘TRACE_EVENT’ + 91 | TRACE_EVENT(tcp_send_reset, + | ^~~~~~~~~~~ +../include/trace/events/tcp.h: In function ‘perf_trace_tcp_event_sk’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:147:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 147 | DECLARE_EVENT_CLASS(tcp_event_sk, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:147:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 147 | DECLARE_EVENT_CLASS(tcp_event_sk, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h: In function ‘perf_trace_tcp_retransmit_synack’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ + 216 | TRACE_EVENT(tcp_retransmit_synack, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ + 216 | TRACE_EVENT(tcp_retransmit_synack, + | ^~~~~~~~~~~ +../include/trace/events/tcp.h: In function ‘perf_trace_tcp_probe’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:264:1: note: in expansion of macro ‘TRACE_EVENT’ + 264 | TRACE_EVENT(tcp_probe, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:264:1: note: in expansion of macro ‘TRACE_EVENT’ + 264 | TRACE_EVENT(tcp_probe, + | ^~~~~~~~~~~ +../include/trace/events/tcp.h: In function ‘perf_trace_tcp_event_skb’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:333:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 333 | DECLARE_EVENT_CLASS(tcp_event_skb, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:333:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 333 | DECLARE_EVENT_CLASS(tcp_event_skb, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h: In function ‘perf_trace_tcp_cong_state_set’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:366:1: note: in expansion of macro ‘TRACE_EVENT’ + 366 | TRACE_EVENT(tcp_cong_state_set, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:366:1: note: in expansion of macro ‘TRACE_EVENT’ + 366 | TRACE_EVENT(tcp_cong_state_set, + | ^~~~~~~~~~~ +../include/trace/events/tcp.h: In function ‘perf_trace_tcp_hash_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:414:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 414 | DECLARE_EVENT_CLASS(tcp_hash_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:414:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 414 | DECLARE_EVENT_CLASS(tcp_hash_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h: In function ‘perf_trace_tcp_ao_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:510:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 510 | DECLARE_EVENT_CLASS(tcp_ao_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:510:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 510 | DECLARE_EVENT_CLASS(tcp_ao_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h: In function ‘perf_trace_tcp_ao_event_sk’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:616:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 616 | DECLARE_EVENT_CLASS(tcp_ao_event_sk, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:616:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 616 | DECLARE_EVENT_CLASS(tcp_ao_event_sk, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h: In function ‘perf_trace_tcp_ao_event_sne’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:672:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 672 | DECLARE_EVENT_CLASS(tcp_ao_event_sne, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:672:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 672 | DECLARE_EVENT_CLASS(tcp_ao_event_sne, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../include/trace/events/tcp.h: In function ‘__bpf_trace_tcp_event_sk_skb’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 22 | DECLARE_EVENT_CLASS(tcp_event_sk_skb, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:22:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 22 | DECLARE_EVENT_CLASS(tcp_event_sk_skb, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h: In function ‘__bpf_trace_tcp_send_reset’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:91:1: note: in expansion of macro ‘TRACE_EVENT’ + 91 | TRACE_EVENT(tcp_send_reset, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:91:1: note: in expansion of macro ‘TRACE_EVENT’ + 91 | TRACE_EVENT(tcp_send_reset, + | ^~~~~~~~~~~ +../include/trace/events/tcp.h: In function ‘__bpf_trace_tcp_event_sk’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:147:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 147 | DECLARE_EVENT_CLASS(tcp_event_sk, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:147:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 147 | DECLARE_EVENT_CLASS(tcp_event_sk, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h: In function ‘__bpf_trace_tcp_retransmit_synack’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ + 216 | TRACE_EVENT(tcp_retransmit_synack, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:216:1: note: in expansion of macro ‘TRACE_EVENT’ + 216 | TRACE_EVENT(tcp_retransmit_synack, + | ^~~~~~~~~~~ +../include/trace/events/tcp.h: In function ‘__bpf_trace_tcp_probe’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:264:1: note: in expansion of macro ‘TRACE_EVENT’ + 264 | TRACE_EVENT(tcp_probe, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:264:1: note: in expansion of macro ‘TRACE_EVENT’ + 264 | TRACE_EVENT(tcp_probe, + | ^~~~~~~~~~~ +../include/trace/events/tcp.h: In function ‘__bpf_trace_tcp_event_skb’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:333:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 333 | DECLARE_EVENT_CLASS(tcp_event_skb, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:333:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 333 | DECLARE_EVENT_CLASS(tcp_event_skb, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h: In function ‘__bpf_trace_tcp_cong_state_set’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:366:1: note: in expansion of macro ‘TRACE_EVENT’ + 366 | TRACE_EVENT(tcp_cong_state_set, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:366:1: note: in expansion of macro ‘TRACE_EVENT’ + 366 | TRACE_EVENT(tcp_cong_state_set, + | ^~~~~~~~~~~ +../include/trace/events/tcp.h: In function ‘__bpf_trace_tcp_hash_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:414:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 414 | DECLARE_EVENT_CLASS(tcp_hash_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:414:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 414 | DECLARE_EVENT_CLASS(tcp_hash_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h: In function ‘__bpf_trace_tcp_ao_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:510:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 510 | DECLARE_EVENT_CLASS(tcp_ao_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:510:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 510 | DECLARE_EVENT_CLASS(tcp_ao_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h: In function ‘__bpf_trace_tcp_ao_event_sk’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:616:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 616 | DECLARE_EVENT_CLASS(tcp_ao_event_sk, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:616:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 616 | DECLARE_EVENT_CLASS(tcp_ao_event_sk, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h: In function ‘__bpf_trace_tcp_ao_event_sne’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:672:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 672 | DECLARE_EVENT_CLASS(tcp_ao_event_sne, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/tcp.h:672:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 672 | DECLARE_EVENT_CLASS(tcp_ao_event_sne, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:108, + from ../include/trace/events/fib.h:102, + from ../net/core/net-traces.c:36: +../include/trace/events/fib.h: In function ‘trace_event_raw_event_fib_table_lookup’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/fib.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(fib_table_lookup, @@ -50789,2 +68585,2 @@ -../include/trace/events/f2fs.h:1649:1: note: in expansion of macro ‘TRACE_EVENT’ - 1649 | TRACE_EVENT(f2fs_issue_flush, +../include/trace/events/fib.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(fib_table_lookup, @@ -50792 +68588,56 @@ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_lookup_extent_tree_start’: +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/fib.h: In function ‘perf_trace_fib_table_lookup’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/fib.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(fib_table_lookup, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/fib.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(fib_table_lookup, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../include/trace/events/fib.h: In function ‘__bpf_trace_fib_table_lookup’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/fib.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(fib_table_lookup, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/fib.h:13:1: note: in expansion of macro ‘TRACE_EVENT’ + 13 | TRACE_EVENT(fib_table_lookup, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:108, + from ../include/trace/events/qdisc.h:153, + from ../net/core/net-traces.c:37: +../include/trace/events/qdisc.h: In function ‘trace_event_raw_event_qdisc_dequeue’: @@ -50802,2 +68653,2 @@ -../include/trace/events/f2fs.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ - 1677 | TRACE_EVENT(f2fs_lookup_extent_tree_start, +../include/trace/events/qdisc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(qdisc_dequeue, @@ -50814,2 +68665,2 @@ -../include/trace/events/f2fs.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ - 1677 | TRACE_EVENT(f2fs_lookup_extent_tree_start, +../include/trace/events/qdisc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(qdisc_dequeue, @@ -50817 +68668 @@ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_lookup_read_extent_tree_end’: +../include/trace/events/qdisc.h: In function ‘trace_event_raw_event_qdisc_enqueue’: @@ -50827,6 +68678,3 @@ -../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ - 32 | TRACE_EVENT(name, \ - | ^~~~~~~~~~~ -../include/trace/events/f2fs.h:1703:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ - 1703 | TRACE_EVENT_CONDITION(f2fs_lookup_read_extent_tree_end, - | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/events/qdisc.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ + 49 | TRACE_EVENT(qdisc_enqueue, + | ^~~~~~~~~~~ @@ -50842,7 +68690,4 @@ -../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ - 32 | TRACE_EVENT(name, \ - | ^~~~~~~~~~~ -../include/trace/events/f2fs.h:1703:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ - 1703 | TRACE_EVENT_CONDITION(f2fs_lookup_read_extent_tree_end, - | ^~~~~~~~~~~~~~~~~~~~~ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_lookup_age_extent_tree_end’: +../include/trace/events/qdisc.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ + 49 | TRACE_EVENT(qdisc_enqueue, + | ^~~~~~~~~~~ +../include/trace/events/qdisc.h: In function ‘trace_event_raw_event_qdisc_reset’: @@ -50858,6 +68703,3 @@ -../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ - 32 | TRACE_EVENT(name, \ - | ^~~~~~~~~~~ -../include/trace/events/f2fs.h:1739:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ - 1739 | TRACE_EVENT_CONDITION(f2fs_lookup_age_extent_tree_end, - | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/events/qdisc.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ + 77 | TRACE_EVENT(qdisc_reset, + | ^~~~~~~~~~~ @@ -50873,7 +68715,4 @@ -../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ - 32 | TRACE_EVENT(name, \ - | ^~~~~~~~~~~ -../include/trace/events/f2fs.h:1739:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ - 1739 | TRACE_EVENT_CONDITION(f2fs_lookup_age_extent_tree_end, - | ^~~~~~~~~~~~~~~~~~~~~ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_update_read_extent_tree_range’: +../include/trace/events/qdisc.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ + 77 | TRACE_EVENT(qdisc_reset, + | ^~~~~~~~~~~ +../include/trace/events/qdisc.h: In function ‘trace_event_raw_event_qdisc_destroy’: @@ -50889,2 +68728,2 @@ -../include/trace/events/f2fs.h:1778:1: note: in expansion of macro ‘TRACE_EVENT’ - 1778 | TRACE_EVENT(f2fs_update_read_extent_tree_range, +../include/trace/events/qdisc.h:102:1: note: in expansion of macro ‘TRACE_EVENT’ + 102 | TRACE_EVENT(qdisc_destroy, @@ -50901,2 +68740,2 @@ -../include/trace/events/f2fs.h:1778:1: note: in expansion of macro ‘TRACE_EVENT’ - 1778 | TRACE_EVENT(f2fs_update_read_extent_tree_range, +../include/trace/events/qdisc.h:102:1: note: in expansion of macro ‘TRACE_EVENT’ + 102 | TRACE_EVENT(qdisc_destroy, @@ -50904 +68743 @@ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_update_age_extent_tree_range’: +../include/trace/events/qdisc.h: In function ‘trace_event_raw_event_qdisc_create’: @@ -50914,2 +68753,2 @@ -../include/trace/events/f2fs.h:1813:1: note: in expansion of macro ‘TRACE_EVENT’ - 1813 | TRACE_EVENT(f2fs_update_age_extent_tree_range, +../include/trace/events/qdisc.h:127:1: note: in expansion of macro ‘TRACE_EVENT’ + 127 | TRACE_EVENT(qdisc_create, @@ -50926,2 +68765,2 @@ -../include/trace/events/f2fs.h:1813:1: note: in expansion of macro ‘TRACE_EVENT’ - 1813 | TRACE_EVENT(f2fs_update_age_extent_tree_range, +../include/trace/events/qdisc.h:127:1: note: in expansion of macro ‘TRACE_EVENT’ + 127 | TRACE_EVENT(qdisc_create, @@ -50929 +68768,256 @@ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_shrink_extent_tree’: +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/qdisc.h: In function ‘perf_trace_qdisc_dequeue’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/qdisc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(qdisc_dequeue, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/qdisc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(qdisc_dequeue, + | ^~~~~~~~~~~ +../include/trace/events/qdisc.h: In function ‘perf_trace_qdisc_enqueue’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/qdisc.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ + 49 | TRACE_EVENT(qdisc_enqueue, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/qdisc.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ + 49 | TRACE_EVENT(qdisc_enqueue, + | ^~~~~~~~~~~ +../include/trace/events/qdisc.h: In function ‘perf_trace_qdisc_reset’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/qdisc.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ + 77 | TRACE_EVENT(qdisc_reset, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/qdisc.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ + 77 | TRACE_EVENT(qdisc_reset, + | ^~~~~~~~~~~ +../include/trace/events/qdisc.h: In function ‘perf_trace_qdisc_destroy’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/qdisc.h:102:1: note: in expansion of macro ‘TRACE_EVENT’ + 102 | TRACE_EVENT(qdisc_destroy, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/qdisc.h:102:1: note: in expansion of macro ‘TRACE_EVENT’ + 102 | TRACE_EVENT(qdisc_destroy, + | ^~~~~~~~~~~ +../include/trace/events/qdisc.h: In function ‘perf_trace_qdisc_create’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/qdisc.h:127:1: note: in expansion of macro ‘TRACE_EVENT’ + 127 | TRACE_EVENT(qdisc_create, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/qdisc.h:127:1: note: in expansion of macro ‘TRACE_EVENT’ + 127 | TRACE_EVENT(qdisc_create, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../include/trace/events/qdisc.h: In function ‘__bpf_trace_qdisc_dequeue’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/qdisc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(qdisc_dequeue, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/qdisc.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(qdisc_dequeue, + | ^~~~~~~~~~~ +../include/trace/events/qdisc.h: In function ‘__bpf_trace_qdisc_enqueue’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/qdisc.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ + 49 | TRACE_EVENT(qdisc_enqueue, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/qdisc.h:49:1: note: in expansion of macro ‘TRACE_EVENT’ + 49 | TRACE_EVENT(qdisc_enqueue, + | ^~~~~~~~~~~ +../include/trace/events/qdisc.h: In function ‘__bpf_trace_qdisc_reset’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/qdisc.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ + 77 | TRACE_EVENT(qdisc_reset, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/qdisc.h:77:1: note: in expansion of macro ‘TRACE_EVENT’ + 77 | TRACE_EVENT(qdisc_reset, + | ^~~~~~~~~~~ +../include/trace/events/qdisc.h: In function ‘__bpf_trace_qdisc_destroy’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/qdisc.h:102:1: note: in expansion of macro ‘TRACE_EVENT’ + 102 | TRACE_EVENT(qdisc_destroy, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/qdisc.h:102:1: note: in expansion of macro ‘TRACE_EVENT’ + 102 | TRACE_EVENT(qdisc_destroy, + | ^~~~~~~~~~~ +../include/trace/events/qdisc.h: In function ‘__bpf_trace_qdisc_create’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/qdisc.h:127:1: note: in expansion of macro ‘TRACE_EVENT’ + 127 | TRACE_EVENT(qdisc_create, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/qdisc.h:127:1: note: in expansion of macro ‘TRACE_EVENT’ + 127 | TRACE_EVENT(qdisc_create, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:108, + from ../include/trace/events/bridge.h:187, + from ../net/core/net-traces.c:39: +../include/trace/events/bridge.h: In function ‘trace_event_raw_event_br_fdb_add’: @@ -50939,2 +69033,2 @@ -../include/trace/events/f2fs.h:1848:1: note: in expansion of macro ‘TRACE_EVENT’ - 1848 | TRACE_EVENT(f2fs_shrink_extent_tree, +../include/trace/events/bridge.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ + 12 | TRACE_EVENT(br_fdb_add, @@ -50951,2 +69045,2 @@ -../include/trace/events/f2fs.h:1848:1: note: in expansion of macro ‘TRACE_EVENT’ - 1848 | TRACE_EVENT(f2fs_shrink_extent_tree, +../include/trace/events/bridge.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ + 12 | TRACE_EVENT(br_fdb_add, @@ -50954 +69048 @@ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_destroy_extent_tree’: +../include/trace/events/bridge.h: In function ‘trace_event_raw_event_br_fdb_external_learn_add’: @@ -50964,2 +69058,2 @@ -../include/trace/events/f2fs.h:1876:1: note: in expansion of macro ‘TRACE_EVENT’ - 1876 | TRACE_EVENT(f2fs_destroy_extent_tree, +../include/trace/events/bridge.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ + 42 | TRACE_EVENT(br_fdb_external_learn_add, @@ -50976,2 +69070,2 @@ -../include/trace/events/f2fs.h:1876:1: note: in expansion of macro ‘TRACE_EVENT’ - 1876 | TRACE_EVENT(f2fs_destroy_extent_tree, +../include/trace/events/bridge.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ + 42 | TRACE_EVENT(br_fdb_external_learn_add, @@ -50979 +69073 @@ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_sync_dirty_inodes’: +../include/trace/events/bridge.h: In function ‘trace_event_raw_event_fdb_delete’: @@ -50986,3 +69080,6 @@ -../include/trace/events/f2fs.h:1903:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1903 | DECLARE_EVENT_CLASS(f2fs_sync_dirty_inodes, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/bridge.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ + 69 | TRACE_EVENT(fdb_delete, + | ^~~~~~~~~~~ @@ -50995,4 +69092,7 @@ -../include/trace/events/f2fs.h:1903:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1903 | DECLARE_EVENT_CLASS(f2fs_sync_dirty_inodes, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_shutdown’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/bridge.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ + 69 | TRACE_EVENT(fdb_delete, + | ^~~~~~~~~~~ +../include/trace/events/bridge.h: In function ‘trace_event_raw_event_br_fdb_update’: @@ -51008,2 +69108,2 @@ -../include/trace/events/f2fs.h:1941:1: note: in expansion of macro ‘TRACE_EVENT’ - 1941 | TRACE_EVENT(f2fs_shutdown, +../include/trace/events/bridge.h:95:1: note: in expansion of macro ‘TRACE_EVENT’ + 95 | TRACE_EVENT(br_fdb_update, @@ -51020,2 +69120,2 @@ -../include/trace/events/f2fs.h:1941:1: note: in expansion of macro ‘TRACE_EVENT’ - 1941 | TRACE_EVENT(f2fs_shutdown, +../include/trace/events/bridge.h:95:1: note: in expansion of macro ‘TRACE_EVENT’ + 95 | TRACE_EVENT(br_fdb_update, @@ -51023 +69123 @@ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_zip_start’: +../include/trace/events/bridge.h: In function ‘trace_event_raw_event_br_mdb_full’: @@ -51030,2 +69130,637 @@ -../include/trace/events/f2fs.h:1965:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1965 | DECLARE_EVENT_CLASS(f2fs_zip_start, +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/bridge.h:125:1: note: in expansion of macro ‘TRACE_EVENT’ + 125 | TRACE_EVENT(br_mdb_full, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/bridge.h:125:1: note: in expansion of macro ‘TRACE_EVENT’ + 125 | TRACE_EVENT(br_mdb_full, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/bridge.h: In function ‘perf_trace_br_fdb_add’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/bridge.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ + 12 | TRACE_EVENT(br_fdb_add, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/bridge.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ + 12 | TRACE_EVENT(br_fdb_add, + | ^~~~~~~~~~~ +../include/trace/events/bridge.h: In function ‘perf_trace_br_fdb_external_learn_add’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/bridge.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ + 42 | TRACE_EVENT(br_fdb_external_learn_add, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/bridge.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ + 42 | TRACE_EVENT(br_fdb_external_learn_add, + | ^~~~~~~~~~~ +../include/trace/events/bridge.h: In function ‘perf_trace_fdb_delete’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/bridge.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ + 69 | TRACE_EVENT(fdb_delete, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/bridge.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ + 69 | TRACE_EVENT(fdb_delete, + | ^~~~~~~~~~~ +../include/trace/events/bridge.h: In function ‘perf_trace_br_fdb_update’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/bridge.h:95:1: note: in expansion of macro ‘TRACE_EVENT’ + 95 | TRACE_EVENT(br_fdb_update, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/bridge.h:95:1: note: in expansion of macro ‘TRACE_EVENT’ + 95 | TRACE_EVENT(br_fdb_update, + | ^~~~~~~~~~~ +../include/trace/events/bridge.h: In function ‘perf_trace_br_mdb_full’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/bridge.h:125:1: note: in expansion of macro ‘TRACE_EVENT’ + 125 | TRACE_EVENT(br_mdb_full, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/bridge.h:125:1: note: in expansion of macro ‘TRACE_EVENT’ + 125 | TRACE_EVENT(br_mdb_full, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../include/trace/events/bridge.h: In function ‘__bpf_trace_br_fdb_add’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/bridge.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ + 12 | TRACE_EVENT(br_fdb_add, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/bridge.h:12:1: note: in expansion of macro ‘TRACE_EVENT’ + 12 | TRACE_EVENT(br_fdb_add, + | ^~~~~~~~~~~ +../include/trace/events/bridge.h: In function ‘__bpf_trace_br_fdb_external_learn_add’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/bridge.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ + 42 | TRACE_EVENT(br_fdb_external_learn_add, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/bridge.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ + 42 | TRACE_EVENT(br_fdb_external_learn_add, + | ^~~~~~~~~~~ +../include/trace/events/bridge.h: In function ‘__bpf_trace_fdb_delete’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/bridge.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ + 69 | TRACE_EVENT(fdb_delete, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/bridge.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ + 69 | TRACE_EVENT(fdb_delete, + | ^~~~~~~~~~~ +../include/trace/events/bridge.h: In function ‘__bpf_trace_br_fdb_update’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/bridge.h:95:1: note: in expansion of macro ‘TRACE_EVENT’ + 95 | TRACE_EVENT(br_fdb_update, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/bridge.h:95:1: note: in expansion of macro ‘TRACE_EVENT’ + 95 | TRACE_EVENT(br_fdb_update, + | ^~~~~~~~~~~ +../include/trace/events/bridge.h: In function ‘__bpf_trace_br_mdb_full’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/bridge.h:125:1: note: in expansion of macro ‘TRACE_EVENT’ + 125 | TRACE_EVENT(br_mdb_full, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/bridge.h:125:1: note: in expansion of macro ‘TRACE_EVENT’ + 125 | TRACE_EVENT(br_mdb_full, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:108, + from ../include/trace/events/page_pool.h:119, + from ../net/core/net-traces.c:48: +../include/trace/events/page_pool.h: In function ‘trace_event_raw_event_page_pool_release’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/page_pool.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(page_pool_release, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/page_pool.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(page_pool_release, + | ^~~~~~~~~~~ +../include/trace/events/page_pool.h: In function ‘trace_event_raw_event_page_pool_state_release’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/page_pool.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ + 42 | TRACE_EVENT(page_pool_state_release, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/page_pool.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ + 42 | TRACE_EVENT(page_pool_state_release, + | ^~~~~~~~~~~ +../include/trace/events/page_pool.h: In function ‘trace_event_raw_event_page_pool_state_hold’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/page_pool.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ + 68 | TRACE_EVENT(page_pool_state_hold, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/page_pool.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ + 68 | TRACE_EVENT(page_pool_state_hold, + | ^~~~~~~~~~~ +../include/trace/events/page_pool.h: In function ‘trace_event_raw_event_page_pool_update_nid’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/page_pool.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ + 94 | TRACE_EVENT(page_pool_update_nid, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/page_pool.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ + 94 | TRACE_EVENT(page_pool_update_nid, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/page_pool.h: In function ‘perf_trace_page_pool_release’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/page_pool.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(page_pool_release, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/page_pool.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(page_pool_release, + | ^~~~~~~~~~~ +../include/trace/events/page_pool.h: In function ‘perf_trace_page_pool_state_release’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/page_pool.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ + 42 | TRACE_EVENT(page_pool_state_release, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/page_pool.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ + 42 | TRACE_EVENT(page_pool_state_release, + | ^~~~~~~~~~~ +../include/trace/events/page_pool.h: In function ‘perf_trace_page_pool_state_hold’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/page_pool.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ + 68 | TRACE_EVENT(page_pool_state_hold, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/page_pool.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ + 68 | TRACE_EVENT(page_pool_state_hold, + | ^~~~~~~~~~~ +../include/trace/events/page_pool.h: In function ‘perf_trace_page_pool_update_nid’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/page_pool.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ + 94 | TRACE_EVENT(page_pool_update_nid, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/page_pool.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ + 94 | TRACE_EVENT(page_pool_update_nid, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../include/trace/events/page_pool.h: In function ‘__bpf_trace_page_pool_release’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/page_pool.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(page_pool_release, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/page_pool.h:14:1: note: in expansion of macro ‘TRACE_EVENT’ + 14 | TRACE_EVENT(page_pool_release, + | ^~~~~~~~~~~ +../include/trace/events/page_pool.h: In function ‘__bpf_trace_page_pool_state_release’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/page_pool.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ + 42 | TRACE_EVENT(page_pool_state_release, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/page_pool.h:42:1: note: in expansion of macro ‘TRACE_EVENT’ + 42 | TRACE_EVENT(page_pool_state_release, + | ^~~~~~~~~~~ +../include/trace/events/page_pool.h: In function ‘__bpf_trace_page_pool_state_hold’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/page_pool.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ + 68 | TRACE_EVENT(page_pool_state_hold, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/page_pool.h:68:1: note: in expansion of macro ‘TRACE_EVENT’ + 68 | TRACE_EVENT(page_pool_state_hold, + | ^~~~~~~~~~~ +../include/trace/events/page_pool.h: In function ‘__bpf_trace_page_pool_update_nid’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/page_pool.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ + 94 | TRACE_EVENT(page_pool_update_nid, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/page_pool.h:94:1: note: in expansion of macro ‘TRACE_EVENT’ + 94 | TRACE_EVENT(page_pool_update_nid, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:108, + from ../include/trace/events/neigh.h:255, + from ../net/core/net-traces.c:51: +../include/trace/events/neigh.h: In function ‘trace_event_raw_event_neigh_create’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/neigh.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ + 23 | TRACE_EVENT(neigh_create, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/neigh.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ + 23 | TRACE_EVENT(neigh_create, + | ^~~~~~~~~~~ +../include/trace/events/neigh.h: In function ‘trace_event_raw_event_neigh_update’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/neigh.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ + 72 | TRACE_EVENT(neigh_update, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/neigh.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ + 72 | TRACE_EVENT(neigh_update, + | ^~~~~~~~~~~ +../include/trace/events/neigh.h: In function ‘trace_event_raw_event_neigh__update’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/neigh.h:156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 156 | DECLARE_EVENT_CLASS(neigh__update, @@ -51039,2 +69774,157 @@ -../include/trace/events/f2fs.h:1965:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1965 | DECLARE_EVENT_CLASS(f2fs_zip_start, +../include/trace/events/neigh.h:156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 156 | DECLARE_EVENT_CLASS(neigh__update, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/neigh.h: In function ‘perf_trace_neigh_create’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/neigh.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ + 23 | TRACE_EVENT(neigh_create, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/neigh.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ + 23 | TRACE_EVENT(neigh_create, + | ^~~~~~~~~~~ +../include/trace/events/neigh.h: In function ‘perf_trace_neigh_update’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/neigh.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ + 72 | TRACE_EVENT(neigh_update, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/neigh.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ + 72 | TRACE_EVENT(neigh_update, + | ^~~~~~~~~~~ +../include/trace/events/neigh.h: In function ‘perf_trace_neigh__update’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/neigh.h:156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 156 | DECLARE_EVENT_CLASS(neigh__update, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/neigh.h:156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 156 | DECLARE_EVENT_CLASS(neigh__update, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../include/trace/events/neigh.h: In function ‘__bpf_trace_neigh_create’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/neigh.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ + 23 | TRACE_EVENT(neigh_create, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/neigh.h:23:1: note: in expansion of macro ‘TRACE_EVENT’ + 23 | TRACE_EVENT(neigh_create, + | ^~~~~~~~~~~ +../include/trace/events/neigh.h: In function ‘__bpf_trace_neigh_update’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/neigh.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ + 72 | TRACE_EVENT(neigh_update, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/neigh.h:72:1: note: in expansion of macro ‘TRACE_EVENT’ + 72 | TRACE_EVENT(neigh_update, + | ^~~~~~~~~~~ +../include/trace/events/neigh.h: In function ‘__bpf_trace_neigh__update’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/neigh.h:156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 156 | DECLARE_EVENT_CLASS(neigh__update, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/neigh.h:156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 156 | DECLARE_EVENT_CLASS(neigh__update, + | ^~~~~~~~~~~~~~~~~~~ +make[5]: *** [../scripts/Makefile.build:244: net/core/net-traces.o] Error 1 +make[4]: *** [../scripts/Makefile.build:485: net/core] Error 2 +In file included from ../include/trace/define_trace.h:108, + from ../fs/bcachefs/trace.h:1450, + from ../fs/bcachefs/trace.c:18: +../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_bpos’: +../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:20:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 20 | DECLARE_EVENT_CLASS(bpos, @@ -51042 +69931,0 @@ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_zip_end’: @@ -51049,2 +69938,11 @@ -../include/trace/events/f2fs.h:1996:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1996 | DECLARE_EVENT_CLASS(f2fs_zip_end, +../include/trace/../../fs/bcachefs/trace.h:20:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 20 | DECLARE_EVENT_CLASS(bpos, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:20:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 20 | DECLARE_EVENT_CLASS(bpos, @@ -51058,2 +69956,2 @@ -../include/trace/events/f2fs.h:1996:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1996 | DECLARE_EVENT_CLASS(f2fs_zip_end, +../include/trace/../../fs/bcachefs/trace.h:20:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 20 | DECLARE_EVENT_CLASS(bpos, @@ -51061 +69959,162 @@ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_iostat’: +../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] + 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ + | ^~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:20:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 20 | DECLARE_EVENT_CLASS(bpos, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_fs_str’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 35 | DECLARE_EVENT_CLASS(fs_str, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 35 | DECLARE_EVENT_CLASS(fs_str, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_trans_str’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 52 | DECLARE_EVENT_CLASS(trans_str, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 52 | DECLARE_EVENT_CLASS(trans_str, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_trans_str_nocaller’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:75:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 75 | DECLARE_EVENT_CLASS(trans_str_nocaller, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:75:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 75 | DECLARE_EVENT_CLASS(trans_str_nocaller, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_btree_node_nofs’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:96:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 96 | DECLARE_EVENT_CLASS(btree_node_nofs, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:96:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 96 | DECLARE_EVENT_CLASS(btree_node_nofs, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_btree_node’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:121:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 121 | DECLARE_EVENT_CLASS(btree_node, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:121:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 121 | DECLARE_EVENT_CLASS(btree_node, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_bch_fs’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 148 | DECLARE_EVENT_CLASS(bch_fs, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 148 | DECLARE_EVENT_CLASS(bch_fs, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_btree_trans’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:163:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 163 | DECLARE_EVENT_CLASS(btree_trans, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:163:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 163 | DECLARE_EVENT_CLASS(btree_trans, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_bio’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 180 | DECLARE_EVENT_CLASS(bio, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 180 | DECLARE_EVENT_CLASS(bio, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_bch2_sync_fs’: @@ -51071,2 +70130,2 @@ -../include/trace/events/f2fs.h:2060:1: note: in expansion of macro ‘TRACE_EVENT’ - 2060 | TRACE_EVENT(f2fs_iostat, +../include/trace/../../fs/bcachefs/trace.h:204:1: note: in expansion of macro ‘TRACE_EVENT’ + 204 | TRACE_EVENT(bch2_sync_fs, @@ -51083,2 +70142,2 @@ -../include/trace/events/f2fs.h:2060:1: note: in expansion of macro ‘TRACE_EVENT’ - 2060 | TRACE_EVENT(f2fs_iostat, +../include/trace/../../fs/bcachefs/trace.h:204:1: note: in expansion of macro ‘TRACE_EVENT’ + 204 | TRACE_EVENT(bch2_sync_fs, @@ -51086 +70145 @@ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_iostat_latency’: +../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_bch2_fsync’: @@ -51096,2 +70155,2 @@ -../include/trace/events/f2fs.h:2163:1: note: in expansion of macro ‘TRACE_EVENT’ - 2163 | TRACE_EVENT(f2fs_iostat_latency, +../include/trace/../../fs/bcachefs/trace.h:226:1: note: in expansion of macro ‘TRACE_EVENT’ + 226 | TRACE_EVENT(bch2_fsync, @@ -51108,2 +70167,2 @@ -../include/trace/events/f2fs.h:2163:1: note: in expansion of macro ‘TRACE_EVENT’ - 2163 | TRACE_EVENT(f2fs_iostat_latency, +../include/trace/../../fs/bcachefs/trace.h:226:1: note: in expansion of macro ‘TRACE_EVENT’ + 226 | TRACE_EVENT(bch2_fsync, @@ -51111 +70170 @@ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_bmap’: +../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_write_super’: @@ -51121,2 +70180,2 @@ -../include/trace/events/f2fs.h:2250:1: note: in expansion of macro ‘TRACE_EVENT’ - 2250 | TRACE_EVENT(f2fs_bmap, +../include/trace/../../fs/bcachefs/trace.h:254:1: note: in expansion of macro ‘TRACE_EVENT’ + 254 | TRACE_EVENT(write_super, @@ -51133,2 +70192,2 @@ -../include/trace/events/f2fs.h:2250:1: note: in expansion of macro ‘TRACE_EVENT’ - 2250 | TRACE_EVENT(f2fs_bmap, +../include/trace/../../fs/bcachefs/trace.h:254:1: note: in expansion of macro ‘TRACE_EVENT’ + 254 | TRACE_EVENT(write_super, @@ -51136 +70195 @@ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_fiemap’: +../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_read_nopromote’: @@ -51146,2 +70205,2 @@ -../include/trace/events/f2fs.h:2276:1: note: in expansion of macro ‘TRACE_EVENT’ - 2276 | TRACE_EVENT(f2fs_fiemap, +../include/trace/../../fs/bcachefs/trace.h:280:1: note: in expansion of macro ‘TRACE_EVENT’ + 280 | TRACE_EVENT(read_nopromote, @@ -51158,2 +70217,2 @@ -../include/trace/events/f2fs.h:2276:1: note: in expansion of macro ‘TRACE_EVENT’ - 2276 | TRACE_EVENT(f2fs_fiemap, +../include/trace/../../fs/bcachefs/trace.h:280:1: note: in expansion of macro ‘TRACE_EVENT’ + 280 | TRACE_EVENT(read_nopromote, @@ -51161 +70220 @@ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs__rw_start’: +../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_journal_reclaim_start’: @@ -51168,2 +70227,352 @@ -../include/trace/events/f2fs.h:2313:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2313 | DECLARE_EVENT_CLASS(f2fs__rw_start, +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:341:1: note: in expansion of macro ‘TRACE_EVENT’ + 341 | TRACE_EVENT(journal_reclaim_start, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:341:1: note: in expansion of macro ‘TRACE_EVENT’ + 341 | TRACE_EVENT(journal_reclaim_start, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_journal_reclaim_finish’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:386:1: note: in expansion of macro ‘TRACE_EVENT’ + 386 | TRACE_EVENT(journal_reclaim_finish, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:386:1: note: in expansion of macro ‘TRACE_EVENT’ + 386 | TRACE_EVENT(journal_reclaim_finish, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_btree_cache_scan’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ + 414 | TRACE_EVENT(btree_cache_scan, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ + 414 | TRACE_EVENT(btree_cache_scan, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_btree_node_write’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:466:1: note: in expansion of macro ‘TRACE_EVENT’ + 466 | TRACE_EVENT(btree_node_write, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:466:1: note: in expansion of macro ‘TRACE_EVENT’ + 466 | TRACE_EVENT(btree_node_write, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_btree_reserve_get_fail’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:496:1: note: in expansion of macro ‘TRACE_EVENT’ + 496 | TRACE_EVENT(btree_reserve_get_fail, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:496:1: note: in expansion of macro ‘TRACE_EVENT’ + 496 | TRACE_EVENT(btree_reserve_get_fail, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_btree_path_relock_fail’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:549:1: note: in expansion of macro ‘TRACE_EVENT’ + 549 | TRACE_EVENT(btree_path_relock_fail, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:549:1: note: in expansion of macro ‘TRACE_EVENT’ + 549 | TRACE_EVENT(btree_path_relock_fail, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_btree_path_upgrade_fail’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:616:1: note: in expansion of macro ‘TRACE_EVENT’ + 616 | TRACE_EVENT(btree_path_upgrade_fail, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:616:1: note: in expansion of macro ‘TRACE_EVENT’ + 616 | TRACE_EVENT(btree_path_upgrade_fail, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_discard_buckets’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:701:1: note: in expansion of macro ‘TRACE_EVENT’ + 701 | TRACE_EVENT(discard_buckets, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:701:1: note: in expansion of macro ‘TRACE_EVENT’ + 701 | TRACE_EVENT(discard_buckets, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_bucket_invalidate’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:733:1: note: in expansion of macro ‘TRACE_EVENT’ + 733 | TRACE_EVENT(bucket_invalidate, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:733:1: note: in expansion of macro ‘TRACE_EVENT’ + 733 | TRACE_EVENT(bucket_invalidate, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_bucket_evacuate’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:759:1: note: in expansion of macro ‘TRACE_EVENT’ + 759 | TRACE_EVENT(bucket_evacuate, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:759:1: note: in expansion of macro ‘TRACE_EVENT’ + 759 | TRACE_EVENT(bucket_evacuate, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_move_data’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ + 810 | TRACE_EVENT(move_data, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ + 810 | TRACE_EVENT(move_data, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_evacuate_bucket’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:843:1: note: in expansion of macro ‘TRACE_EVENT’ + 843 | TRACE_EVENT(evacuate_bucket, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:843:1: note: in expansion of macro ‘TRACE_EVENT’ + 843 | TRACE_EVENT(evacuate_bucket, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_copygc’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:876:1: note: in expansion of macro ‘TRACE_EVENT’ + 876 | TRACE_EVENT(copygc, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:876:1: note: in expansion of macro ‘TRACE_EVENT’ + 876 | TRACE_EVENT(copygc, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_copygc_wait’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:906:1: note: in expansion of macro ‘TRACE_EVENT’ + 906 | TRACE_EVENT(copygc_wait, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:906:1: note: in expansion of macro ‘TRACE_EVENT’ + 906 | TRACE_EVENT(copygc_wait, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_transaction_event’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:930:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 930 | DECLARE_EVENT_CLASS(transaction_event, @@ -51177,2 +70586,2 @@ -../include/trace/events/f2fs.h:2313:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2313 | DECLARE_EVENT_CLASS(f2fs__rw_start, +../include/trace/../../fs/bcachefs/trace.h:930:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 930 | DECLARE_EVENT_CLASS(transaction_event, @@ -51180 +70589 @@ -../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs__rw_end’: +../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_trans_restart_split_race’: @@ -51187,2 +70596,77 @@ -../include/trace/events/f2fs.h:2354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2354 | DECLARE_EVENT_CLASS(f2fs__rw_end, +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:960:1: note: in expansion of macro ‘TRACE_EVENT’ + 960 | TRACE_EVENT(trans_restart_split_race, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:960:1: note: in expansion of macro ‘TRACE_EVENT’ + 960 | TRACE_EVENT(trans_restart_split_race, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_trans_blocked_journal_reclaim’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:991:1: note: in expansion of macro ‘TRACE_EVENT’ + 991 | TRACE_EVENT(trans_blocked_journal_reclaim, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:991:1: note: in expansion of macro ‘TRACE_EVENT’ + 991 | TRACE_EVENT(trans_blocked_journal_reclaim, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_trans_restart_journal_preres_get’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1020:1: note: in expansion of macro ‘TRACE_EVENT’ + 1020 | TRACE_EVENT(trans_restart_journal_preres_get, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1020:1: note: in expansion of macro ‘TRACE_EVENT’ + 1020 | TRACE_EVENT(trans_restart_journal_preres_get, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_transaction_restart_iter’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1068:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1068 | DECLARE_EVENT_CLASS(transaction_restart_iter, @@ -51196,2 +70680,962 @@ -../include/trace/events/f2fs.h:2354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2354 | DECLARE_EVENT_CLASS(f2fs__rw_end, +../include/trace/../../fs/bcachefs/trace.h:1068:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1068 | DECLARE_EVENT_CLASS(transaction_restart_iter, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_trans_restart_upgrade’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1111:1: note: in expansion of macro ‘TRACE_EVENT’ + 1111 | TRACE_EVENT(trans_restart_upgrade, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1111:1: note: in expansion of macro ‘TRACE_EVENT’ + 1111 | TRACE_EVENT(trans_restart_upgrade, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_trans_restart_would_deadlock_write’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1237:1: note: in expansion of macro ‘TRACE_EVENT’ + 1237 | TRACE_EVENT(trans_restart_would_deadlock_write, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1237:1: note: in expansion of macro ‘TRACE_EVENT’ + 1237 | TRACE_EVENT(trans_restart_would_deadlock_write, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_trans_restart_mem_realloced’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1252:1: note: in expansion of macro ‘TRACE_EVENT’ + 1252 | TRACE_EVENT(trans_restart_mem_realloced, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1252:1: note: in expansion of macro ‘TRACE_EVENT’ + 1252 | TRACE_EVENT(trans_restart_mem_realloced, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_trans_restart_key_cache_key_realloced’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1276:1: note: in expansion of macro ‘TRACE_EVENT’ + 1276 | TRACE_EVENT(trans_restart_key_cache_key_realloced, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1276:1: note: in expansion of macro ‘TRACE_EVENT’ + 1276 | TRACE_EVENT(trans_restart_key_cache_key_realloced, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_path_downgrade’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1314:1: note: in expansion of macro ‘TRACE_EVENT’ + 1314 | TRACE_EVENT(path_downgrade, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1314:1: note: in expansion of macro ‘TRACE_EVENT’ + 1314 | TRACE_EVENT(path_downgrade, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_write_buffer_flush’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1356:1: note: in expansion of macro ‘TRACE_EVENT’ + 1356 | TRACE_EVENT(write_buffer_flush, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1356:1: note: in expansion of macro ‘TRACE_EVENT’ + 1356 | TRACE_EVENT(write_buffer_flush, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_write_buffer_flush_sync’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1378:1: note: in expansion of macro ‘TRACE_EVENT’ + 1378 | TRACE_EVENT(write_buffer_flush_sync, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1378:1: note: in expansion of macro ‘TRACE_EVENT’ + 1378 | TRACE_EVENT(write_buffer_flush_sync, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_write_buffer_flush_slowpath’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1395:1: note: in expansion of macro ‘TRACE_EVENT’ + 1395 | TRACE_EVENT(write_buffer_flush_slowpath, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1395:1: note: in expansion of macro ‘TRACE_EVENT’ + 1395 | TRACE_EVENT(write_buffer_flush_slowpath, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘trace_event_raw_event_error_downcast’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1422:1: note: in expansion of macro ‘TRACE_EVENT’ + 1422 | TRACE_EVENT(error_downcast, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1422:1: note: in expansion of macro ‘TRACE_EVENT’ + 1422 | TRACE_EVENT(error_downcast, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_bpos’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:20:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 20 | DECLARE_EVENT_CLASS(bpos, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:20:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 20 | DECLARE_EVENT_CLASS(bpos, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_fs_str’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 35 | DECLARE_EVENT_CLASS(fs_str, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 35 | DECLARE_EVENT_CLASS(fs_str, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_trans_str’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 52 | DECLARE_EVENT_CLASS(trans_str, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 52 | DECLARE_EVENT_CLASS(trans_str, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_trans_str_nocaller’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:75:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 75 | DECLARE_EVENT_CLASS(trans_str_nocaller, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:75:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 75 | DECLARE_EVENT_CLASS(trans_str_nocaller, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_btree_node_nofs’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:96:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 96 | DECLARE_EVENT_CLASS(btree_node_nofs, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:96:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 96 | DECLARE_EVENT_CLASS(btree_node_nofs, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_btree_node’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:121:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 121 | DECLARE_EVENT_CLASS(btree_node, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:121:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 121 | DECLARE_EVENT_CLASS(btree_node, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_bch_fs’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 148 | DECLARE_EVENT_CLASS(bch_fs, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 148 | DECLARE_EVENT_CLASS(bch_fs, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_btree_trans’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:163:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 163 | DECLARE_EVENT_CLASS(btree_trans, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:163:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 163 | DECLARE_EVENT_CLASS(btree_trans, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_bio’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 180 | DECLARE_EVENT_CLASS(bio, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 180 | DECLARE_EVENT_CLASS(bio, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_bch2_sync_fs’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:204:1: note: in expansion of macro ‘TRACE_EVENT’ + 204 | TRACE_EVENT(bch2_sync_fs, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:204:1: note: in expansion of macro ‘TRACE_EVENT’ + 204 | TRACE_EVENT(bch2_sync_fs, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_bch2_fsync’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:226:1: note: in expansion of macro ‘TRACE_EVENT’ + 226 | TRACE_EVENT(bch2_fsync, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:226:1: note: in expansion of macro ‘TRACE_EVENT’ + 226 | TRACE_EVENT(bch2_fsync, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_write_super’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:254:1: note: in expansion of macro ‘TRACE_EVENT’ + 254 | TRACE_EVENT(write_super, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:254:1: note: in expansion of macro ‘TRACE_EVENT’ + 254 | TRACE_EVENT(write_super, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_read_nopromote’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:280:1: note: in expansion of macro ‘TRACE_EVENT’ + 280 | TRACE_EVENT(read_nopromote, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:280:1: note: in expansion of macro ‘TRACE_EVENT’ + 280 | TRACE_EVENT(read_nopromote, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_journal_reclaim_start’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:341:1: note: in expansion of macro ‘TRACE_EVENT’ + 341 | TRACE_EVENT(journal_reclaim_start, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:341:1: note: in expansion of macro ‘TRACE_EVENT’ + 341 | TRACE_EVENT(journal_reclaim_start, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_journal_reclaim_finish’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:386:1: note: in expansion of macro ‘TRACE_EVENT’ + 386 | TRACE_EVENT(journal_reclaim_finish, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:386:1: note: in expansion of macro ‘TRACE_EVENT’ + 386 | TRACE_EVENT(journal_reclaim_finish, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_btree_cache_scan’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ + 414 | TRACE_EVENT(btree_cache_scan, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ + 414 | TRACE_EVENT(btree_cache_scan, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_btree_node_write’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:466:1: note: in expansion of macro ‘TRACE_EVENT’ + 466 | TRACE_EVENT(btree_node_write, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:466:1: note: in expansion of macro ‘TRACE_EVENT’ + 466 | TRACE_EVENT(btree_node_write, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_btree_reserve_get_fail’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:496:1: note: in expansion of macro ‘TRACE_EVENT’ + 496 | TRACE_EVENT(btree_reserve_get_fail, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:496:1: note: in expansion of macro ‘TRACE_EVENT’ + 496 | TRACE_EVENT(btree_reserve_get_fail, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_btree_path_relock_fail’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:549:1: note: in expansion of macro ‘TRACE_EVENT’ + 549 | TRACE_EVENT(btree_path_relock_fail, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:549:1: note: in expansion of macro ‘TRACE_EVENT’ + 549 | TRACE_EVENT(btree_path_relock_fail, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_btree_path_upgrade_fail’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:616:1: note: in expansion of macro ‘TRACE_EVENT’ + 616 | TRACE_EVENT(btree_path_upgrade_fail, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:616:1: note: in expansion of macro ‘TRACE_EVENT’ + 616 | TRACE_EVENT(btree_path_upgrade_fail, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_discard_buckets’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:701:1: note: in expansion of macro ‘TRACE_EVENT’ + 701 | TRACE_EVENT(discard_buckets, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:701:1: note: in expansion of macro ‘TRACE_EVENT’ + 701 | TRACE_EVENT(discard_buckets, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_bucket_invalidate’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:733:1: note: in expansion of macro ‘TRACE_EVENT’ + 733 | TRACE_EVENT(bucket_invalidate, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:733:1: note: in expansion of macro ‘TRACE_EVENT’ + 733 | TRACE_EVENT(bucket_invalidate, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_bucket_evacuate’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:759:1: note: in expansion of macro ‘TRACE_EVENT’ + 759 | TRACE_EVENT(bucket_evacuate, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:759:1: note: in expansion of macro ‘TRACE_EVENT’ + 759 | TRACE_EVENT(bucket_evacuate, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_move_data’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ + 810 | TRACE_EVENT(move_data, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ + 810 | TRACE_EVENT(move_data, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_evacuate_bucket’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:843:1: note: in expansion of macro ‘TRACE_EVENT’ + 843 | TRACE_EVENT(evacuate_bucket, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:843:1: note: in expansion of macro ‘TRACE_EVENT’ + 843 | TRACE_EVENT(evacuate_bucket, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_copygc’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:876:1: note: in expansion of macro ‘TRACE_EVENT’ + 876 | TRACE_EVENT(copygc, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:876:1: note: in expansion of macro ‘TRACE_EVENT’ + 876 | TRACE_EVENT(copygc, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_copygc_wait’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:906:1: note: in expansion of macro ‘TRACE_EVENT’ + 906 | TRACE_EVENT(copygc_wait, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:906:1: note: in expansion of macro ‘TRACE_EVENT’ + 906 | TRACE_EVENT(copygc_wait, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_transaction_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:930:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 930 | DECLARE_EVENT_CLASS(transaction_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:930:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 930 | DECLARE_EVENT_CLASS(transaction_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_trans_restart_split_race’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:960:1: note: in expansion of macro ‘TRACE_EVENT’ + 960 | TRACE_EVENT(trans_restart_split_race, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:960:1: note: in expansion of macro ‘TRACE_EVENT’ + 960 | TRACE_EVENT(trans_restart_split_race, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_trans_blocked_journal_reclaim’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:991:1: note: in expansion of macro ‘TRACE_EVENT’ + 991 | TRACE_EVENT(trans_blocked_journal_reclaim, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:991:1: note: in expansion of macro ‘TRACE_EVENT’ + 991 | TRACE_EVENT(trans_blocked_journal_reclaim, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_trans_restart_journal_preres_get’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1020:1: note: in expansion of macro ‘TRACE_EVENT’ + 1020 | TRACE_EVENT(trans_restart_journal_preres_get, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1020:1: note: in expansion of macro ‘TRACE_EVENT’ + 1020 | TRACE_EVENT(trans_restart_journal_preres_get, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_transaction_restart_iter’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1068:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1068 | DECLARE_EVENT_CLASS(transaction_restart_iter, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1068:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1068 | DECLARE_EVENT_CLASS(transaction_restart_iter, @@ -51198,0 +71643,225 @@ +../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_trans_restart_upgrade’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1111:1: note: in expansion of macro ‘TRACE_EVENT’ + 1111 | TRACE_EVENT(trans_restart_upgrade, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1111:1: note: in expansion of macro ‘TRACE_EVENT’ + 1111 | TRACE_EVENT(trans_restart_upgrade, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_trans_restart_would_deadlock_write’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1237:1: note: in expansion of macro ‘TRACE_EVENT’ + 1237 | TRACE_EVENT(trans_restart_would_deadlock_write, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1237:1: note: in expansion of macro ‘TRACE_EVENT’ + 1237 | TRACE_EVENT(trans_restart_would_deadlock_write, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_trans_restart_mem_realloced’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1252:1: note: in expansion of macro ‘TRACE_EVENT’ + 1252 | TRACE_EVENT(trans_restart_mem_realloced, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1252:1: note: in expansion of macro ‘TRACE_EVENT’ + 1252 | TRACE_EVENT(trans_restart_mem_realloced, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_trans_restart_key_cache_key_realloced’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1276:1: note: in expansion of macro ‘TRACE_EVENT’ + 1276 | TRACE_EVENT(trans_restart_key_cache_key_realloced, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1276:1: note: in expansion of macro ‘TRACE_EVENT’ + 1276 | TRACE_EVENT(trans_restart_key_cache_key_realloced, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_path_downgrade’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1314:1: note: in expansion of macro ‘TRACE_EVENT’ + 1314 | TRACE_EVENT(path_downgrade, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1314:1: note: in expansion of macro ‘TRACE_EVENT’ + 1314 | TRACE_EVENT(path_downgrade, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_write_buffer_flush’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1356:1: note: in expansion of macro ‘TRACE_EVENT’ + 1356 | TRACE_EVENT(write_buffer_flush, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1356:1: note: in expansion of macro ‘TRACE_EVENT’ + 1356 | TRACE_EVENT(write_buffer_flush, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_write_buffer_flush_sync’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1378:1: note: in expansion of macro ‘TRACE_EVENT’ + 1378 | TRACE_EVENT(write_buffer_flush_sync, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1378:1: note: in expansion of macro ‘TRACE_EVENT’ + 1378 | TRACE_EVENT(write_buffer_flush_sync, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_write_buffer_flush_slowpath’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1395:1: note: in expansion of macro ‘TRACE_EVENT’ + 1395 | TRACE_EVENT(write_buffer_flush_slowpath, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1395:1: note: in expansion of macro ‘TRACE_EVENT’ + 1395 | TRACE_EVENT(write_buffer_flush_slowpath, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘perf_trace_error_downcast’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1422:1: note: in expansion of macro ‘TRACE_EVENT’ + 1422 | TRACE_EVENT(error_downcast, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1422:1: note: in expansion of macro ‘TRACE_EVENT’ + 1422 | TRACE_EVENT(error_downcast, + | ^~~~~~~~~~~ @@ -51200 +71869 @@ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs__inode’: +../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_bpos’: @@ -51207,2 +71876,2 @@ -../include/trace/events/f2fs.h:183:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 183 | DECLARE_EVENT_CLASS(f2fs__inode, +../include/trace/../../fs/bcachefs/trace.h:20:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 20 | DECLARE_EVENT_CLASS(bpos, @@ -51216,2 +71885,2 @@ -../include/trace/events/f2fs.h:183:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 183 | DECLARE_EVENT_CLASS(f2fs__inode, +../include/trace/../../fs/bcachefs/trace.h:20:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 20 | DECLARE_EVENT_CLASS(bpos, @@ -51219 +71888 @@ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs__inode_exit’: +../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_fs_str’: @@ -51226,2 +71895,2 @@ -../include/trace/events/f2fs.h:222:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 222 | DECLARE_EVENT_CLASS(f2fs__inode_exit, +../include/trace/../../fs/bcachefs/trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 35 | DECLARE_EVENT_CLASS(fs_str, @@ -51235,2 +71904,2 @@ -../include/trace/events/f2fs.h:222:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 222 | DECLARE_EVENT_CLASS(f2fs__inode_exit, +../include/trace/../../fs/bcachefs/trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 35 | DECLARE_EVENT_CLASS(fs_str, @@ -51238 +71907 @@ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_sync_file_exit’: +../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_trans_str’: @@ -51245,2 +71914,8 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ +../include/trace/../../fs/bcachefs/trace.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 52 | DECLARE_EVENT_CLASS(trans_str, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) @@ -51248,3 +71923,13 @@ -../include/trace/events/f2fs.h:256:1: note: in expansion of macro ‘TRACE_EVENT’ - 256 | TRACE_EVENT(f2fs_sync_file_exit, - | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 52 | DECLARE_EVENT_CLASS(trans_str, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_trans_str_nocaller’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:75:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 75 | DECLARE_EVENT_CLASS(trans_str_nocaller, + | ^~~~~~~~~~~~~~~~~~~ @@ -51257,2 +71942,9 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ +../include/trace/../../fs/bcachefs/trace.h:75:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 75 | DECLARE_EVENT_CLASS(trans_str_nocaller, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_btree_node_nofs’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) @@ -51260,4 +71952,89 @@ -../include/trace/events/f2fs.h:256:1: note: in expansion of macro ‘TRACE_EVENT’ - 256 | TRACE_EVENT(f2fs_sync_file_exit, - | ^~~~~~~~~~~ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_sync_fs’: +../include/trace/../../fs/bcachefs/trace.h:96:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 96 | DECLARE_EVENT_CLASS(btree_node_nofs, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:96:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 96 | DECLARE_EVENT_CLASS(btree_node_nofs, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_btree_node’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:121:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 121 | DECLARE_EVENT_CLASS(btree_node, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:121:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 121 | DECLARE_EVENT_CLASS(btree_node, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_bch_fs’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 148 | DECLARE_EVENT_CLASS(bch_fs, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 148 | DECLARE_EVENT_CLASS(bch_fs, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_btree_trans’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:163:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 163 | DECLARE_EVENT_CLASS(btree_trans, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:163:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 163 | DECLARE_EVENT_CLASS(btree_trans, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_bio’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 180 | DECLARE_EVENT_CLASS(bio, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 180 | DECLARE_EVENT_CLASS(bio, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_bch2_sync_fs’: @@ -51273,2 +72050,2 @@ -../include/trace/events/f2fs.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ - 286 | TRACE_EVENT(f2fs_sync_fs, +../include/trace/../../fs/bcachefs/trace.h:204:1: note: in expansion of macro ‘TRACE_EVENT’ + 204 | TRACE_EVENT(bch2_sync_fs, @@ -51285,2 +72062,2 @@ -../include/trace/events/f2fs.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ - 286 | TRACE_EVENT(f2fs_sync_fs, +../include/trace/../../fs/bcachefs/trace.h:204:1: note: in expansion of macro ‘TRACE_EVENT’ + 204 | TRACE_EVENT(bch2_sync_fs, @@ -51288 +72065 @@ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_unlink_enter’: +../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_bch2_fsync’: @@ -51298,2 +72075,2 @@ -../include/trace/events/f2fs.h:338:1: note: in expansion of macro ‘TRACE_EVENT’ - 338 | TRACE_EVENT(f2fs_unlink_enter, +../include/trace/../../fs/bcachefs/trace.h:226:1: note: in expansion of macro ‘TRACE_EVENT’ + 226 | TRACE_EVENT(bch2_fsync, @@ -51310,2 +72087,2 @@ -../include/trace/events/f2fs.h:338:1: note: in expansion of macro ‘TRACE_EVENT’ - 338 | TRACE_EVENT(f2fs_unlink_enter, +../include/trace/../../fs/bcachefs/trace.h:226:1: note: in expansion of macro ‘TRACE_EVENT’ + 226 | TRACE_EVENT(bch2_fsync, @@ -51313 +72090 @@ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_truncate_data_blocks_range’: +../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_write_super’: @@ -51323,2 +72100,2 @@ -../include/trace/events/f2fs.h:389:1: note: in expansion of macro ‘TRACE_EVENT’ - 389 | TRACE_EVENT(f2fs_truncate_data_blocks_range, +../include/trace/../../fs/bcachefs/trace.h:254:1: note: in expansion of macro ‘TRACE_EVENT’ + 254 | TRACE_EVENT(write_super, @@ -51335,2 +72112,2 @@ -../include/trace/events/f2fs.h:389:1: note: in expansion of macro ‘TRACE_EVENT’ - 389 | TRACE_EVENT(f2fs_truncate_data_blocks_range, +../include/trace/../../fs/bcachefs/trace.h:254:1: note: in expansion of macro ‘TRACE_EVENT’ + 254 | TRACE_EVENT(write_super, @@ -51338 +72115 @@ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs__truncate_op’: +../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_read_nopromote’: @@ -51345,3 +72122,6 @@ -../include/trace/events/f2fs.h:418:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 418 | DECLARE_EVENT_CLASS(f2fs__truncate_op, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:280:1: note: in expansion of macro ‘TRACE_EVENT’ + 280 | TRACE_EVENT(read_nopromote, + | ^~~~~~~~~~~ @@ -51354,4 +72134,7 @@ -../include/trace/events/f2fs.h:418:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 418 | DECLARE_EVENT_CLASS(f2fs__truncate_op, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs__truncate_node’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:280:1: note: in expansion of macro ‘TRACE_EVENT’ + 280 | TRACE_EVENT(read_nopromote, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_journal_reclaim_start’: @@ -51364,3 +72147,6 @@ -../include/trace/events/f2fs.h:476:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 476 | DECLARE_EVENT_CLASS(f2fs__truncate_node, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:341:1: note: in expansion of macro ‘TRACE_EVENT’ + 341 | TRACE_EVENT(journal_reclaim_start, + | ^~~~~~~~~~~ @@ -51373,4 +72159,7 @@ -../include/trace/events/f2fs.h:476:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 476 | DECLARE_EVENT_CLASS(f2fs__truncate_node, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_truncate_partial_nodes’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:341:1: note: in expansion of macro ‘TRACE_EVENT’ + 341 | TRACE_EVENT(journal_reclaim_start, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_journal_reclaim_finish’: @@ -51386,2 +72175,2 @@ -../include/trace/events/f2fs.h:523:1: note: in expansion of macro ‘TRACE_EVENT’ - 523 | TRACE_EVENT(f2fs_truncate_partial_nodes, +../include/trace/../../fs/bcachefs/trace.h:386:1: note: in expansion of macro ‘TRACE_EVENT’ + 386 | TRACE_EVENT(journal_reclaim_finish, @@ -51398,2 +72187,2 @@ -../include/trace/events/f2fs.h:523:1: note: in expansion of macro ‘TRACE_EVENT’ - 523 | TRACE_EVENT(f2fs_truncate_partial_nodes, +../include/trace/../../fs/bcachefs/trace.h:386:1: note: in expansion of macro ‘TRACE_EVENT’ + 386 | TRACE_EVENT(journal_reclaim_finish, @@ -51401 +72190 @@ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_file_write_iter’: +../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_btree_cache_scan’: @@ -51411,2 +72200,2 @@ -../include/trace/events/f2fs.h:557:1: note: in expansion of macro ‘TRACE_EVENT’ - 557 | TRACE_EVENT(f2fs_file_write_iter, +../include/trace/../../fs/bcachefs/trace.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ + 414 | TRACE_EVENT(btree_cache_scan, @@ -51423,2 +72212,2 @@ -../include/trace/events/f2fs.h:557:1: note: in expansion of macro ‘TRACE_EVENT’ - 557 | TRACE_EVENT(f2fs_file_write_iter, +../include/trace/../../fs/bcachefs/trace.h:414:1: note: in expansion of macro ‘TRACE_EVENT’ + 414 | TRACE_EVENT(btree_cache_scan, @@ -51426 +72215 @@ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_map_blocks’: +../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_btree_node_write’: @@ -51436,2 +72225,2 @@ -../include/trace/events/f2fs.h:588:1: note: in expansion of macro ‘TRACE_EVENT’ - 588 | TRACE_EVENT(f2fs_map_blocks, +../include/trace/../../fs/bcachefs/trace.h:466:1: note: in expansion of macro ‘TRACE_EVENT’ + 466 | TRACE_EVENT(btree_node_write, @@ -51448,2 +72237,2 @@ -../include/trace/events/f2fs.h:588:1: note: in expansion of macro ‘TRACE_EVENT’ - 588 | TRACE_EVENT(f2fs_map_blocks, +../include/trace/../../fs/bcachefs/trace.h:466:1: note: in expansion of macro ‘TRACE_EVENT’ + 466 | TRACE_EVENT(btree_node_write, @@ -51451 +72240 @@ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_background_gc’: +../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_btree_reserve_get_fail’: @@ -51461,2 +72250,2 @@ -../include/trace/events/f2fs.h:638:1: note: in expansion of macro ‘TRACE_EVENT’ - 638 | TRACE_EVENT(f2fs_background_gc, +../include/trace/../../fs/bcachefs/trace.h:496:1: note: in expansion of macro ‘TRACE_EVENT’ + 496 | TRACE_EVENT(btree_reserve_get_fail, @@ -51473,2 +72262,2 @@ -../include/trace/events/f2fs.h:638:1: note: in expansion of macro ‘TRACE_EVENT’ - 638 | TRACE_EVENT(f2fs_background_gc, +../include/trace/../../fs/bcachefs/trace.h:496:1: note: in expansion of macro ‘TRACE_EVENT’ + 496 | TRACE_EVENT(btree_reserve_get_fail, @@ -51476 +72265 @@ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_gc_begin’: +../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_btree_path_relock_fail’: @@ -51486,2 +72275,2 @@ -../include/trace/events/f2fs.h:666:1: note: in expansion of macro ‘TRACE_EVENT’ - 666 | TRACE_EVENT(f2fs_gc_begin, +../include/trace/../../fs/bcachefs/trace.h:549:1: note: in expansion of macro ‘TRACE_EVENT’ + 549 | TRACE_EVENT(btree_path_relock_fail, @@ -51498,2 +72287,2 @@ -../include/trace/events/f2fs.h:666:1: note: in expansion of macro ‘TRACE_EVENT’ - 666 | TRACE_EVENT(f2fs_gc_begin, +../include/trace/../../fs/bcachefs/trace.h:549:1: note: in expansion of macro ‘TRACE_EVENT’ + 549 | TRACE_EVENT(btree_path_relock_fail, @@ -51501 +72290 @@ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_gc_end’: +../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_btree_path_upgrade_fail’: @@ -51511,2 +72300,2 @@ -../include/trace/events/f2fs.h:723:1: note: in expansion of macro ‘TRACE_EVENT’ - 723 | TRACE_EVENT(f2fs_gc_end, +../include/trace/../../fs/bcachefs/trace.h:616:1: note: in expansion of macro ‘TRACE_EVENT’ + 616 | TRACE_EVENT(btree_path_upgrade_fail, @@ -51523,2 +72312,2 @@ -../include/trace/events/f2fs.h:723:1: note: in expansion of macro ‘TRACE_EVENT’ - 723 | TRACE_EVENT(f2fs_gc_end, +../include/trace/../../fs/bcachefs/trace.h:616:1: note: in expansion of macro ‘TRACE_EVENT’ + 616 | TRACE_EVENT(btree_path_upgrade_fail, @@ -51526 +72315 @@ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_get_victim’: +../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_discard_buckets’: @@ -51536,2 +72325,2 @@ -../include/trace/events/f2fs.h:778:1: note: in expansion of macro ‘TRACE_EVENT’ - 778 | TRACE_EVENT(f2fs_get_victim, +../include/trace/../../fs/bcachefs/trace.h:701:1: note: in expansion of macro ‘TRACE_EVENT’ + 701 | TRACE_EVENT(discard_buckets, @@ -51548,2 +72337,2 @@ -../include/trace/events/f2fs.h:778:1: note: in expansion of macro ‘TRACE_EVENT’ - 778 | TRACE_EVENT(f2fs_get_victim, +../include/trace/../../fs/bcachefs/trace.h:701:1: note: in expansion of macro ‘TRACE_EVENT’ + 701 | TRACE_EVENT(discard_buckets, @@ -51551 +72340 @@ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_lookup_start’: +../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_bucket_invalidate’: @@ -51561,2 +72350,2 @@ -../include/trace/events/f2fs.h:830:1: note: in expansion of macro ‘TRACE_EVENT’ - 830 | TRACE_EVENT(f2fs_lookup_start, +../include/trace/../../fs/bcachefs/trace.h:733:1: note: in expansion of macro ‘TRACE_EVENT’ + 733 | TRACE_EVENT(bucket_invalidate, @@ -51573,2 +72362,2 @@ -../include/trace/events/f2fs.h:830:1: note: in expansion of macro ‘TRACE_EVENT’ - 830 | TRACE_EVENT(f2fs_lookup_start, +../include/trace/../../fs/bcachefs/trace.h:733:1: note: in expansion of macro ‘TRACE_EVENT’ + 733 | TRACE_EVENT(bucket_invalidate, @@ -51576 +72365 @@ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_lookup_end’: +../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_bucket_evacuate’: @@ -51586,2 +72375,2 @@ -../include/trace/events/f2fs.h:856:1: note: in expansion of macro ‘TRACE_EVENT’ - 856 | TRACE_EVENT(f2fs_lookup_end, +../include/trace/../../fs/bcachefs/trace.h:759:1: note: in expansion of macro ‘TRACE_EVENT’ + 759 | TRACE_EVENT(bucket_evacuate, @@ -51598,2 +72387,2 @@ -../include/trace/events/f2fs.h:856:1: note: in expansion of macro ‘TRACE_EVENT’ - 856 | TRACE_EVENT(f2fs_lookup_end, +../include/trace/../../fs/bcachefs/trace.h:759:1: note: in expansion of macro ‘TRACE_EVENT’ + 759 | TRACE_EVENT(bucket_evacuate, @@ -51601 +72390 @@ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_rename_start’: +../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_move_data’: @@ -51611,2 +72400,2 @@ -../include/trace/events/f2fs.h:886:1: note: in expansion of macro ‘TRACE_EVENT’ - 886 | TRACE_EVENT(f2fs_rename_start, +../include/trace/../../fs/bcachefs/trace.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ + 810 | TRACE_EVENT(move_data, @@ -51623,2 +72412,2 @@ -../include/trace/events/f2fs.h:886:1: note: in expansion of macro ‘TRACE_EVENT’ - 886 | TRACE_EVENT(f2fs_rename_start, +../include/trace/../../fs/bcachefs/trace.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ + 810 | TRACE_EVENT(move_data, @@ -51626 +72415 @@ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_rename_end’: +../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_evacuate_bucket’: @@ -51636,2 +72425,2 @@ -../include/trace/events/f2fs.h:921:1: note: in expansion of macro ‘TRACE_EVENT’ - 921 | TRACE_EVENT(f2fs_rename_end, +../include/trace/../../fs/bcachefs/trace.h:843:1: note: in expansion of macro ‘TRACE_EVENT’ + 843 | TRACE_EVENT(evacuate_bucket, @@ -51648,2 +72437,2 @@ -../include/trace/events/f2fs.h:921:1: note: in expansion of macro ‘TRACE_EVENT’ - 921 | TRACE_EVENT(f2fs_rename_end, +../include/trace/../../fs/bcachefs/trace.h:843:1: note: in expansion of macro ‘TRACE_EVENT’ + 843 | TRACE_EVENT(evacuate_bucket, @@ -51651 +72440 @@ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_readdir’: +../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_copygc’: @@ -51661,2 +72450,2 @@ -../include/trace/events/f2fs.h:955:1: note: in expansion of macro ‘TRACE_EVENT’ - 955 | TRACE_EVENT(f2fs_readdir, +../include/trace/../../fs/bcachefs/trace.h:876:1: note: in expansion of macro ‘TRACE_EVENT’ + 876 | TRACE_EVENT(copygc, @@ -51673,2 +72462,2 @@ -../include/trace/events/f2fs.h:955:1: note: in expansion of macro ‘TRACE_EVENT’ - 955 | TRACE_EVENT(f2fs_readdir, +../include/trace/../../fs/bcachefs/trace.h:876:1: note: in expansion of macro ‘TRACE_EVENT’ + 876 | TRACE_EVENT(copygc, @@ -51676 +72465 @@ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_fallocate’: +../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_copygc_wait’: @@ -51686,2 +72475,2 @@ -../include/trace/events/f2fs.h:984:1: note: in expansion of macro ‘TRACE_EVENT’ - 984 | TRACE_EVENT(f2fs_fallocate, +../include/trace/../../fs/bcachefs/trace.h:906:1: note: in expansion of macro ‘TRACE_EVENT’ + 906 | TRACE_EVENT(copygc_wait, @@ -51698,2 +72487,2 @@ -../include/trace/events/f2fs.h:984:1: note: in expansion of macro ‘TRACE_EVENT’ - 984 | TRACE_EVENT(f2fs_fallocate, +../include/trace/../../fs/bcachefs/trace.h:906:1: note: in expansion of macro ‘TRACE_EVENT’ + 906 | TRACE_EVENT(copygc_wait, @@ -51701 +72490,20 @@ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_direct_IO_enter’: +../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_transaction_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:930:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 930 | DECLARE_EVENT_CLASS(transaction_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:930:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 930 | DECLARE_EVENT_CLASS(transaction_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_trans_restart_split_race’: @@ -51711,2 +72519,2 @@ -../include/trace/events/f2fs.h:1024:1: note: in expansion of macro ‘TRACE_EVENT’ - 1024 | TRACE_EVENT(f2fs_direct_IO_enter, +../include/trace/../../fs/bcachefs/trace.h:960:1: note: in expansion of macro ‘TRACE_EVENT’ + 960 | TRACE_EVENT(trans_restart_split_race, @@ -51723,2 +72531,2 @@ -../include/trace/events/f2fs.h:1024:1: note: in expansion of macro ‘TRACE_EVENT’ - 1024 | TRACE_EVENT(f2fs_direct_IO_enter, +../include/trace/../../fs/bcachefs/trace.h:960:1: note: in expansion of macro ‘TRACE_EVENT’ + 960 | TRACE_EVENT(trans_restart_split_race, @@ -51726 +72534 @@ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_direct_IO_exit’: +../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_trans_blocked_journal_reclaim’: @@ -51736,2 +72544,2 @@ -../include/trace/events/f2fs.h:1059:1: note: in expansion of macro ‘TRACE_EVENT’ - 1059 | TRACE_EVENT(f2fs_direct_IO_exit, +../include/trace/../../fs/bcachefs/trace.h:991:1: note: in expansion of macro ‘TRACE_EVENT’ + 991 | TRACE_EVENT(trans_blocked_journal_reclaim, @@ -51748,2 +72556,2 @@ -../include/trace/events/f2fs.h:1059:1: note: in expansion of macro ‘TRACE_EVENT’ - 1059 | TRACE_EVENT(f2fs_direct_IO_exit, +../include/trace/../../fs/bcachefs/trace.h:991:1: note: in expansion of macro ‘TRACE_EVENT’ + 991 | TRACE_EVENT(trans_blocked_journal_reclaim, @@ -51751 +72559 @@ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_reserve_new_blocks’: +../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_trans_restart_journal_preres_get’: @@ -51761,2 +72569,2 @@ -../include/trace/events/f2fs.h:1093:1: note: in expansion of macro ‘TRACE_EVENT’ - 1093 | TRACE_EVENT(f2fs_reserve_new_blocks, +../include/trace/../../fs/bcachefs/trace.h:1020:1: note: in expansion of macro ‘TRACE_EVENT’ + 1020 | TRACE_EVENT(trans_restart_journal_preres_get, @@ -51773,2 +72581,2 @@ -../include/trace/events/f2fs.h:1093:1: note: in expansion of macro ‘TRACE_EVENT’ - 1093 | TRACE_EVENT(f2fs_reserve_new_blocks, +../include/trace/../../fs/bcachefs/trace.h:1020:1: note: in expansion of macro ‘TRACE_EVENT’ + 1020 | TRACE_EVENT(trans_restart_journal_preres_get, @@ -51776 +72584 @@ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs__submit_page_bio’: +../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_transaction_restart_iter’: @@ -51783,2 +72591,2 @@ -../include/trace/events/f2fs.h:1121:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1121 | DECLARE_EVENT_CLASS(f2fs__submit_page_bio, +../include/trace/../../fs/bcachefs/trace.h:1068:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1068 | DECLARE_EVENT_CLASS(transaction_restart_iter, @@ -51792,2 +72600,2 @@ -../include/trace/events/f2fs.h:1121:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1121 | DECLARE_EVENT_CLASS(f2fs__submit_page_bio, +../include/trace/../../fs/bcachefs/trace.h:1068:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1068 | DECLARE_EVENT_CLASS(transaction_restart_iter, @@ -51795 +72603 @@ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs__bio’: +../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_trans_restart_upgrade’: @@ -51802,3 +72610,6 @@ -../include/trace/events/f2fs.h:1180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1180 | DECLARE_EVENT_CLASS(f2fs__bio, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1111:1: note: in expansion of macro ‘TRACE_EVENT’ + 1111 | TRACE_EVENT(trans_restart_upgrade, + | ^~~~~~~~~~~ @@ -51811,4 +72622,7 @@ -../include/trace/events/f2fs.h:1180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1180 | DECLARE_EVENT_CLASS(f2fs__bio, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_write_begin’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1111:1: note: in expansion of macro ‘TRACE_EVENT’ + 1111 | TRACE_EVENT(trans_restart_upgrade, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_trans_restart_would_deadlock_write’: @@ -51824,2 +72638,2 @@ -../include/trace/events/f2fs.h:1251:1: note: in expansion of macro ‘TRACE_EVENT’ - 1251 | TRACE_EVENT(f2fs_write_begin, +../include/trace/../../fs/bcachefs/trace.h:1237:1: note: in expansion of macro ‘TRACE_EVENT’ + 1237 | TRACE_EVENT(trans_restart_would_deadlock_write, @@ -51836,2 +72650,2 @@ -../include/trace/events/f2fs.h:1251:1: note: in expansion of macro ‘TRACE_EVENT’ - 1251 | TRACE_EVENT(f2fs_write_begin, +../include/trace/../../fs/bcachefs/trace.h:1237:1: note: in expansion of macro ‘TRACE_EVENT’ + 1237 | TRACE_EVENT(trans_restart_would_deadlock_write, @@ -51839 +72653 @@ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_write_end’: +../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_trans_restart_mem_realloced’: @@ -51849,2 +72663,2 @@ -../include/trace/events/f2fs.h:1277:1: note: in expansion of macro ‘TRACE_EVENT’ - 1277 | TRACE_EVENT(f2fs_write_end, +../include/trace/../../fs/bcachefs/trace.h:1252:1: note: in expansion of macro ‘TRACE_EVENT’ + 1252 | TRACE_EVENT(trans_restart_mem_realloced, @@ -51861,2 +72675,2 @@ -../include/trace/events/f2fs.h:1277:1: note: in expansion of macro ‘TRACE_EVENT’ - 1277 | TRACE_EVENT(f2fs_write_end, +../include/trace/../../fs/bcachefs/trace.h:1252:1: note: in expansion of macro ‘TRACE_EVENT’ + 1252 | TRACE_EVENT(trans_restart_mem_realloced, @@ -51864 +72678 @@ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs__folio’: +../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_trans_restart_key_cache_key_realloced’: @@ -51871,3 +72685,6 @@ -../include/trace/events/f2fs.h:1307:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1307 | DECLARE_EVENT_CLASS(f2fs__folio, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1276:1: note: in expansion of macro ‘TRACE_EVENT’ + 1276 | TRACE_EVENT(trans_restart_key_cache_key_realloced, + | ^~~~~~~~~~~ @@ -51880,4 +72697,7 @@ -../include/trace/events/f2fs.h:1307:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1307 | DECLARE_EVENT_CLASS(f2fs__folio, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_replace_atomic_write_block’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1276:1: note: in expansion of macro ‘TRACE_EVENT’ + 1276 | TRACE_EVENT(trans_restart_key_cache_key_realloced, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_path_downgrade’: @@ -51893,2 +72713,2 @@ -../include/trace/events/f2fs.h:1372:1: note: in expansion of macro ‘TRACE_EVENT’ - 1372 | TRACE_EVENT(f2fs_replace_atomic_write_block, +../include/trace/../../fs/bcachefs/trace.h:1314:1: note: in expansion of macro ‘TRACE_EVENT’ + 1314 | TRACE_EVENT(path_downgrade, @@ -51905,2 +72725,2 @@ -../include/trace/events/f2fs.h:1372:1: note: in expansion of macro ‘TRACE_EVENT’ - 1372 | TRACE_EVENT(f2fs_replace_atomic_write_block, +../include/trace/../../fs/bcachefs/trace.h:1314:1: note: in expansion of macro ‘TRACE_EVENT’ + 1314 | TRACE_EVENT(path_downgrade, @@ -51908 +72728 @@ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_mmap’: +../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_write_buffer_flush’: @@ -51915,3 +72735,6 @@ -../include/trace/events/f2fs.h:1409:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1409 | DECLARE_EVENT_CLASS(f2fs_mmap, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1356:1: note: in expansion of macro ‘TRACE_EVENT’ + 1356 | TRACE_EVENT(write_buffer_flush, + | ^~~~~~~~~~~ @@ -51924,4 +72747,7 @@ -../include/trace/events/f2fs.h:1409:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1409 | DECLARE_EVENT_CLASS(f2fs_mmap, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_writepages’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1356:1: note: in expansion of macro ‘TRACE_EVENT’ + 1356 | TRACE_EVENT(write_buffer_flush, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_write_buffer_flush_sync’: @@ -51937,2 +72763,2 @@ -../include/trace/events/f2fs.h:1455:1: note: in expansion of macro ‘TRACE_EVENT’ - 1455 | TRACE_EVENT(f2fs_writepages, +../include/trace/../../fs/bcachefs/trace.h:1378:1: note: in expansion of macro ‘TRACE_EVENT’ + 1378 | TRACE_EVENT(write_buffer_flush_sync, @@ -51949,2 +72775,2 @@ -../include/trace/events/f2fs.h:1455:1: note: in expansion of macro ‘TRACE_EVENT’ - 1455 | TRACE_EVENT(f2fs_writepages, +../include/trace/../../fs/bcachefs/trace.h:1378:1: note: in expansion of macro ‘TRACE_EVENT’ + 1378 | TRACE_EVENT(write_buffer_flush_sync, @@ -51952 +72778 @@ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_readpages’: +../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_write_buffer_flush_slowpath’: @@ -51962,2 +72788,18637 @@ -../include/trace/events/f2fs.h:1519:1: note: in expansion of macro ‘TRACE_EVENT’ - 1519 | TRACE_EVENT(f2fs_readpages, +../include/trace/../../fs/bcachefs/trace.h:1395:1: note: in expansion of macro ‘TRACE_EVENT’ + 1395 | TRACE_EVENT(write_buffer_flush_slowpath, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1395:1: note: in expansion of macro ‘TRACE_EVENT’ + 1395 | TRACE_EVENT(write_buffer_flush_slowpath, + | ^~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h: In function ‘__bpf_trace_error_downcast’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1422:1: note: in expansion of macro ‘TRACE_EVENT’ + 1422 | TRACE_EVENT(error_downcast, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../fs/bcachefs/trace.h:1422:1: note: in expansion of macro ‘TRACE_EVENT’ + 1422 | TRACE_EVENT(error_downcast, + | ^~~~~~~~~~~ +make[5]: *** [../scripts/Makefile.build:244: fs/bcachefs/trace.o] Error 1 +make[4]: *** [../scripts/Makefile.build:485: fs/bcachefs] Error 2 +In file included from ../include/trace/define_trace.h:108, + from ../fs/nfs/nfstrace.h:1745, + from ../fs/nfs/nfstrace.c:10: +../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_inode_event’: +../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:47:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 47 | DECLARE_EVENT_CLASS(nfs_inode_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:47:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 47 | DECLARE_EVENT_CLASS(nfs_inode_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:47:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 47 | DECLARE_EVENT_CLASS(nfs_inode_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:47:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 47 | DECLARE_EVENT_CLASS(nfs_inode_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] + 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ + | ^~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:47:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 47 | DECLARE_EVENT_CLASS(nfs_inode_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_inode_event_done’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:78:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 78 | DECLARE_EVENT_CLASS(nfs_inode_event_done, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:78:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 78 | DECLARE_EVENT_CLASS(nfs_inode_event_done, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_access_exit’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:164:1: note: in expansion of macro ‘TRACE_EVENT’ + 164 | TRACE_EVENT(nfs_access_exit, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:164:1: note: in expansion of macro ‘TRACE_EVENT’ + 164 | TRACE_EVENT(nfs_access_exit, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_update_size_class’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:224:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 224 | DECLARE_EVENT_CLASS(nfs_update_size_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:224:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 224 | DECLARE_EVENT_CLASS(nfs_update_size_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_inode_range_event’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:274:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 274 | DECLARE_EVENT_CLASS(nfs_inode_range_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:274:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 274 | DECLARE_EVENT_CLASS(nfs_inode_range_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_readdir_event’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:324:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 324 | DECLARE_EVENT_CLASS(nfs_readdir_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:324:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 324 | DECLARE_EVENT_CLASS(nfs_readdir_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_lookup_event’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:390:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 390 | DECLARE_EVENT_CLASS(nfs_lookup_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:390:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 390 | DECLARE_EVENT_CLASS(nfs_lookup_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_lookup_event_done’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:435:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 435 | DECLARE_EVENT_CLASS(nfs_lookup_event_done, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:435:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 435 | DECLARE_EVENT_CLASS(nfs_lookup_event_done, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_atomic_open_enter’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:493:1: note: in expansion of macro ‘TRACE_EVENT’ + 493 | TRACE_EVENT(nfs_atomic_open_enter, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:493:1: note: in expansion of macro ‘TRACE_EVENT’ + 493 | TRACE_EVENT(nfs_atomic_open_enter, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_atomic_open_exit’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:529:1: note: in expansion of macro ‘TRACE_EVENT’ + 529 | TRACE_EVENT(nfs_atomic_open_exit, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:529:1: note: in expansion of macro ‘TRACE_EVENT’ + 529 | TRACE_EVENT(nfs_atomic_open_exit, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_create_enter’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:570:1: note: in expansion of macro ‘TRACE_EVENT’ + 570 | TRACE_EVENT(nfs_create_enter, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:570:1: note: in expansion of macro ‘TRACE_EVENT’ + 570 | TRACE_EVENT(nfs_create_enter, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_create_exit’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ + 603 | TRACE_EVENT(nfs_create_exit, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ + 603 | TRACE_EVENT(nfs_create_exit, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_directory_event’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:640:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 640 | DECLARE_EVENT_CLASS(nfs_directory_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:640:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 640 | DECLARE_EVENT_CLASS(nfs_directory_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_directory_event_done’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:676:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 676 | DECLARE_EVENT_CLASS(nfs_directory_event_done, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:676:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 676 | DECLARE_EVENT_CLASS(nfs_directory_event_done, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_link_enter’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:730:1: note: in expansion of macro ‘TRACE_EVENT’ + 730 | TRACE_EVENT(nfs_link_enter, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:730:1: note: in expansion of macro ‘TRACE_EVENT’ + 730 | TRACE_EVENT(nfs_link_enter, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_link_exit’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:763:1: note: in expansion of macro ‘TRACE_EVENT’ + 763 | TRACE_EVENT(nfs_link_exit, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:763:1: note: in expansion of macro ‘TRACE_EVENT’ + 763 | TRACE_EVENT(nfs_link_exit, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_rename_event’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:800:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 800 | DECLARE_EVENT_CLASS(nfs_rename_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:800:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 800 | DECLARE_EVENT_CLASS(nfs_rename_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_rename_event_done’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:846:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 846 | DECLARE_EVENT_CLASS(nfs_rename_event_done, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:846:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 846 | DECLARE_EVENT_CLASS(nfs_rename_event_done, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_sillyrename_unlink’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:904:1: note: in expansion of macro ‘TRACE_EVENT’ + 904 | TRACE_EVENT(nfs_sillyrename_unlink, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:904:1: note: in expansion of macro ‘TRACE_EVENT’ + 904 | TRACE_EVENT(nfs_sillyrename_unlink, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_folio_event’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:939:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 939 | DECLARE_EVENT_CLASS(nfs_folio_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:939:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 939 | DECLARE_EVENT_CLASS(nfs_folio_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_folio_event_done’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:987:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 987 | DECLARE_EVENT_CLASS(nfs_folio_event_done, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:987:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 987 | DECLARE_EVENT_CLASS(nfs_folio_event_done, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_aop_readahead’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1048:1: note: in expansion of macro ‘TRACE_EVENT’ + 1048 | TRACE_EVENT(nfs_aop_readahead, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1048:1: note: in expansion of macro ‘TRACE_EVENT’ + 1048 | TRACE_EVENT(nfs_aop_readahead, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_aop_readahead_done’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1086:1: note: in expansion of macro ‘TRACE_EVENT’ + 1086 | TRACE_EVENT(nfs_aop_readahead_done, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1086:1: note: in expansion of macro ‘TRACE_EVENT’ + 1086 | TRACE_EVENT(nfs_aop_readahead_done, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_initiate_read’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1125:1: note: in expansion of macro ‘TRACE_EVENT’ + 1125 | TRACE_EVENT(nfs_initiate_read, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1125:1: note: in expansion of macro ‘TRACE_EVENT’ + 1125 | TRACE_EVENT(nfs_initiate_read, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_readpage_done’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1163:1: note: in expansion of macro ‘TRACE_EVENT’ + 1163 | TRACE_EVENT(nfs_readpage_done, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1163:1: note: in expansion of macro ‘TRACE_EVENT’ + 1163 | TRACE_EVENT(nfs_readpage_done, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_readpage_short’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1209:1: note: in expansion of macro ‘TRACE_EVENT’ + 1209 | TRACE_EVENT(nfs_readpage_short, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1209:1: note: in expansion of macro ‘TRACE_EVENT’ + 1209 | TRACE_EVENT(nfs_readpage_short, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_pgio_error’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1256:1: note: in expansion of macro ‘TRACE_EVENT’ + 1256 | TRACE_EVENT(nfs_pgio_error, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1256:1: note: in expansion of macro ‘TRACE_EVENT’ + 1256 | TRACE_EVENT(nfs_pgio_error, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_initiate_write’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1300:1: note: in expansion of macro ‘TRACE_EVENT’ + 1300 | TRACE_EVENT(nfs_initiate_write, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1300:1: note: in expansion of macro ‘TRACE_EVENT’ + 1300 | TRACE_EVENT(nfs_initiate_write, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_writeback_done’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1341:1: note: in expansion of macro ‘TRACE_EVENT’ + 1341 | TRACE_EVENT(nfs_writeback_done, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1341:1: note: in expansion of macro ‘TRACE_EVENT’ + 1341 | TRACE_EVENT(nfs_writeback_done, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_page_error_class’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1395:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1395 | DECLARE_EVENT_CLASS(nfs_page_error_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1395:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1395 | DECLARE_EVENT_CLASS(nfs_page_error_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_initiate_commit’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1446:1: note: in expansion of macro ‘TRACE_EVENT’ + 1446 | TRACE_EVENT(nfs_initiate_commit, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1446:1: note: in expansion of macro ‘TRACE_EVENT’ + 1446 | TRACE_EVENT(nfs_initiate_commit, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_commit_done’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1484:1: note: in expansion of macro ‘TRACE_EVENT’ + 1484 | TRACE_EVENT(nfs_commit_done, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1484:1: note: in expansion of macro ‘TRACE_EVENT’ + 1484 | TRACE_EVENT(nfs_commit_done, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_direct_req_class’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1539:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1539 | DECLARE_EVENT_CLASS(nfs_direct_req_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1539:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1539 | DECLARE_EVENT_CLASS(nfs_direct_req_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_fh_to_dentry’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1596:1: note: in expansion of macro ‘TRACE_EVENT’ + 1596 | TRACE_EVENT(nfs_fh_to_dentry, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1596:1: note: in expansion of macro ‘TRACE_EVENT’ + 1596 | TRACE_EVENT(nfs_fh_to_dentry, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_mount_assign’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1629:1: note: in expansion of macro ‘TRACE_EVENT’ + 1629 | TRACE_EVENT(nfs_mount_assign, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1629:1: note: in expansion of macro ‘TRACE_EVENT’ + 1629 | TRACE_EVENT(nfs_mount_assign, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_mount_option’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1652:1: note: in expansion of macro ‘TRACE_EVENT’ + 1652 | TRACE_EVENT(nfs_mount_option, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1652:1: note: in expansion of macro ‘TRACE_EVENT’ + 1652 | TRACE_EVENT(nfs_mount_option, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_mount_path’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1670:1: note: in expansion of macro ‘TRACE_EVENT’ + 1670 | TRACE_EVENT(nfs_mount_path, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1670:1: note: in expansion of macro ‘TRACE_EVENT’ + 1670 | TRACE_EVENT(nfs_mount_path, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘trace_event_raw_event_nfs_xdr_event’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1688:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1688 | DECLARE_EVENT_CLASS(nfs_xdr_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1688:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1688 | DECLARE_EVENT_CLASS(nfs_xdr_event, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_inode_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:47:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 47 | DECLARE_EVENT_CLASS(nfs_inode_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:47:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 47 | DECLARE_EVENT_CLASS(nfs_inode_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_inode_event_done’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:78:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 78 | DECLARE_EVENT_CLASS(nfs_inode_event_done, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:78:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 78 | DECLARE_EVENT_CLASS(nfs_inode_event_done, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_access_exit’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:164:1: note: in expansion of macro ‘TRACE_EVENT’ + 164 | TRACE_EVENT(nfs_access_exit, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:164:1: note: in expansion of macro ‘TRACE_EVENT’ + 164 | TRACE_EVENT(nfs_access_exit, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_update_size_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:224:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 224 | DECLARE_EVENT_CLASS(nfs_update_size_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:224:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 224 | DECLARE_EVENT_CLASS(nfs_update_size_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_inode_range_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:274:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 274 | DECLARE_EVENT_CLASS(nfs_inode_range_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:274:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 274 | DECLARE_EVENT_CLASS(nfs_inode_range_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_readdir_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:324:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 324 | DECLARE_EVENT_CLASS(nfs_readdir_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:324:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 324 | DECLARE_EVENT_CLASS(nfs_readdir_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_lookup_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:390:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 390 | DECLARE_EVENT_CLASS(nfs_lookup_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:390:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 390 | DECLARE_EVENT_CLASS(nfs_lookup_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_lookup_event_done’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:435:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 435 | DECLARE_EVENT_CLASS(nfs_lookup_event_done, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:435:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 435 | DECLARE_EVENT_CLASS(nfs_lookup_event_done, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_atomic_open_enter’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:493:1: note: in expansion of macro ‘TRACE_EVENT’ + 493 | TRACE_EVENT(nfs_atomic_open_enter, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:493:1: note: in expansion of macro ‘TRACE_EVENT’ + 493 | TRACE_EVENT(nfs_atomic_open_enter, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_atomic_open_exit’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:529:1: note: in expansion of macro ‘TRACE_EVENT’ + 529 | TRACE_EVENT(nfs_atomic_open_exit, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:529:1: note: in expansion of macro ‘TRACE_EVENT’ + 529 | TRACE_EVENT(nfs_atomic_open_exit, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_create_enter’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:570:1: note: in expansion of macro ‘TRACE_EVENT’ + 570 | TRACE_EVENT(nfs_create_enter, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:570:1: note: in expansion of macro ‘TRACE_EVENT’ + 570 | TRACE_EVENT(nfs_create_enter, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_create_exit’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ + 603 | TRACE_EVENT(nfs_create_exit, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ + 603 | TRACE_EVENT(nfs_create_exit, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_directory_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:640:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 640 | DECLARE_EVENT_CLASS(nfs_directory_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:640:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 640 | DECLARE_EVENT_CLASS(nfs_directory_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_directory_event_done’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:676:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 676 | DECLARE_EVENT_CLASS(nfs_directory_event_done, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:676:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 676 | DECLARE_EVENT_CLASS(nfs_directory_event_done, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_link_enter’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:730:1: note: in expansion of macro ‘TRACE_EVENT’ + 730 | TRACE_EVENT(nfs_link_enter, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:730:1: note: in expansion of macro ‘TRACE_EVENT’ + 730 | TRACE_EVENT(nfs_link_enter, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_link_exit’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:763:1: note: in expansion of macro ‘TRACE_EVENT’ + 763 | TRACE_EVENT(nfs_link_exit, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:763:1: note: in expansion of macro ‘TRACE_EVENT’ + 763 | TRACE_EVENT(nfs_link_exit, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_rename_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:800:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 800 | DECLARE_EVENT_CLASS(nfs_rename_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:800:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 800 | DECLARE_EVENT_CLASS(nfs_rename_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_rename_event_done’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:846:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 846 | DECLARE_EVENT_CLASS(nfs_rename_event_done, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:846:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 846 | DECLARE_EVENT_CLASS(nfs_rename_event_done, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_sillyrename_unlink’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:904:1: note: in expansion of macro ‘TRACE_EVENT’ + 904 | TRACE_EVENT(nfs_sillyrename_unlink, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:904:1: note: in expansion of macro ‘TRACE_EVENT’ + 904 | TRACE_EVENT(nfs_sillyrename_unlink, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_folio_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:939:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 939 | DECLARE_EVENT_CLASS(nfs_folio_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:939:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 939 | DECLARE_EVENT_CLASS(nfs_folio_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_folio_event_done’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:987:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 987 | DECLARE_EVENT_CLASS(nfs_folio_event_done, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:987:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 987 | DECLARE_EVENT_CLASS(nfs_folio_event_done, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_aop_readahead’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1048:1: note: in expansion of macro ‘TRACE_EVENT’ + 1048 | TRACE_EVENT(nfs_aop_readahead, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1048:1: note: in expansion of macro ‘TRACE_EVENT’ + 1048 | TRACE_EVENT(nfs_aop_readahead, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_aop_readahead_done’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1086:1: note: in expansion of macro ‘TRACE_EVENT’ + 1086 | TRACE_EVENT(nfs_aop_readahead_done, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1086:1: note: in expansion of macro ‘TRACE_EVENT’ + 1086 | TRACE_EVENT(nfs_aop_readahead_done, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_initiate_read’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1125:1: note: in expansion of macro ‘TRACE_EVENT’ + 1125 | TRACE_EVENT(nfs_initiate_read, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1125:1: note: in expansion of macro ‘TRACE_EVENT’ + 1125 | TRACE_EVENT(nfs_initiate_read, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_readpage_done’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1163:1: note: in expansion of macro ‘TRACE_EVENT’ + 1163 | TRACE_EVENT(nfs_readpage_done, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1163:1: note: in expansion of macro ‘TRACE_EVENT’ + 1163 | TRACE_EVENT(nfs_readpage_done, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_readpage_short’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1209:1: note: in expansion of macro ‘TRACE_EVENT’ + 1209 | TRACE_EVENT(nfs_readpage_short, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1209:1: note: in expansion of macro ‘TRACE_EVENT’ + 1209 | TRACE_EVENT(nfs_readpage_short, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_pgio_error’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1256:1: note: in expansion of macro ‘TRACE_EVENT’ + 1256 | TRACE_EVENT(nfs_pgio_error, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1256:1: note: in expansion of macro ‘TRACE_EVENT’ + 1256 | TRACE_EVENT(nfs_pgio_error, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_initiate_write’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1300:1: note: in expansion of macro ‘TRACE_EVENT’ + 1300 | TRACE_EVENT(nfs_initiate_write, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1300:1: note: in expansion of macro ‘TRACE_EVENT’ + 1300 | TRACE_EVENT(nfs_initiate_write, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_writeback_done’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1341:1: note: in expansion of macro ‘TRACE_EVENT’ + 1341 | TRACE_EVENT(nfs_writeback_done, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1341:1: note: in expansion of macro ‘TRACE_EVENT’ + 1341 | TRACE_EVENT(nfs_writeback_done, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_page_error_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1395:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1395 | DECLARE_EVENT_CLASS(nfs_page_error_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1395:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1395 | DECLARE_EVENT_CLASS(nfs_page_error_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_initiate_commit’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1446:1: note: in expansion of macro ‘TRACE_EVENT’ + 1446 | TRACE_EVENT(nfs_initiate_commit, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1446:1: note: in expansion of macro ‘TRACE_EVENT’ + 1446 | TRACE_EVENT(nfs_initiate_commit, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_commit_done’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1484:1: note: in expansion of macro ‘TRACE_EVENT’ + 1484 | TRACE_EVENT(nfs_commit_done, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1484:1: note: in expansion of macro ‘TRACE_EVENT’ + 1484 | TRACE_EVENT(nfs_commit_done, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_direct_req_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1539:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1539 | DECLARE_EVENT_CLASS(nfs_direct_req_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1539:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1539 | DECLARE_EVENT_CLASS(nfs_direct_req_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_fh_to_dentry’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1596:1: note: in expansion of macro ‘TRACE_EVENT’ + 1596 | TRACE_EVENT(nfs_fh_to_dentry, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1596:1: note: in expansion of macro ‘TRACE_EVENT’ + 1596 | TRACE_EVENT(nfs_fh_to_dentry, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_mount_assign’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1629:1: note: in expansion of macro ‘TRACE_EVENT’ + 1629 | TRACE_EVENT(nfs_mount_assign, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1629:1: note: in expansion of macro ‘TRACE_EVENT’ + 1629 | TRACE_EVENT(nfs_mount_assign, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_mount_option’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1652:1: note: in expansion of macro ‘TRACE_EVENT’ + 1652 | TRACE_EVENT(nfs_mount_option, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1652:1: note: in expansion of macro ‘TRACE_EVENT’ + 1652 | TRACE_EVENT(nfs_mount_option, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_mount_path’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1670:1: note: in expansion of macro ‘TRACE_EVENT’ + 1670 | TRACE_EVENT(nfs_mount_path, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1670:1: note: in expansion of macro ‘TRACE_EVENT’ + 1670 | TRACE_EVENT(nfs_mount_path, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘perf_trace_nfs_xdr_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1688:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1688 | DECLARE_EVENT_CLASS(nfs_xdr_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1688:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1688 | DECLARE_EVENT_CLASS(nfs_xdr_event, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_inode_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:47:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 47 | DECLARE_EVENT_CLASS(nfs_inode_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:47:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 47 | DECLARE_EVENT_CLASS(nfs_inode_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_inode_event_done’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:78:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 78 | DECLARE_EVENT_CLASS(nfs_inode_event_done, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:78:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 78 | DECLARE_EVENT_CLASS(nfs_inode_event_done, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_access_exit’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:164:1: note: in expansion of macro ‘TRACE_EVENT’ + 164 | TRACE_EVENT(nfs_access_exit, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:164:1: note: in expansion of macro ‘TRACE_EVENT’ + 164 | TRACE_EVENT(nfs_access_exit, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_update_size_class’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:224:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 224 | DECLARE_EVENT_CLASS(nfs_update_size_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:224:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 224 | DECLARE_EVENT_CLASS(nfs_update_size_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_inode_range_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:274:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 274 | DECLARE_EVENT_CLASS(nfs_inode_range_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:274:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 274 | DECLARE_EVENT_CLASS(nfs_inode_range_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_readdir_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:324:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 324 | DECLARE_EVENT_CLASS(nfs_readdir_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:324:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 324 | DECLARE_EVENT_CLASS(nfs_readdir_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_lookup_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:390:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 390 | DECLARE_EVENT_CLASS(nfs_lookup_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:390:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 390 | DECLARE_EVENT_CLASS(nfs_lookup_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_lookup_event_done’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:435:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 435 | DECLARE_EVENT_CLASS(nfs_lookup_event_done, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:435:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 435 | DECLARE_EVENT_CLASS(nfs_lookup_event_done, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_atomic_open_enter’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:493:1: note: in expansion of macro ‘TRACE_EVENT’ + 493 | TRACE_EVENT(nfs_atomic_open_enter, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:493:1: note: in expansion of macro ‘TRACE_EVENT’ + 493 | TRACE_EVENT(nfs_atomic_open_enter, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_atomic_open_exit’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:529:1: note: in expansion of macro ‘TRACE_EVENT’ + 529 | TRACE_EVENT(nfs_atomic_open_exit, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:529:1: note: in expansion of macro ‘TRACE_EVENT’ + 529 | TRACE_EVENT(nfs_atomic_open_exit, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_create_enter’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:570:1: note: in expansion of macro ‘TRACE_EVENT’ + 570 | TRACE_EVENT(nfs_create_enter, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:570:1: note: in expansion of macro ‘TRACE_EVENT’ + 570 | TRACE_EVENT(nfs_create_enter, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_create_exit’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ + 603 | TRACE_EVENT(nfs_create_exit, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ + 603 | TRACE_EVENT(nfs_create_exit, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_directory_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:640:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 640 | DECLARE_EVENT_CLASS(nfs_directory_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:640:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 640 | DECLARE_EVENT_CLASS(nfs_directory_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_directory_event_done’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:676:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 676 | DECLARE_EVENT_CLASS(nfs_directory_event_done, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:676:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 676 | DECLARE_EVENT_CLASS(nfs_directory_event_done, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_link_enter’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:730:1: note: in expansion of macro ‘TRACE_EVENT’ + 730 | TRACE_EVENT(nfs_link_enter, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:730:1: note: in expansion of macro ‘TRACE_EVENT’ + 730 | TRACE_EVENT(nfs_link_enter, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_link_exit’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:763:1: note: in expansion of macro ‘TRACE_EVENT’ + 763 | TRACE_EVENT(nfs_link_exit, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:763:1: note: in expansion of macro ‘TRACE_EVENT’ + 763 | TRACE_EVENT(nfs_link_exit, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_rename_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:800:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 800 | DECLARE_EVENT_CLASS(nfs_rename_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:800:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 800 | DECLARE_EVENT_CLASS(nfs_rename_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_rename_event_done’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:846:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 846 | DECLARE_EVENT_CLASS(nfs_rename_event_done, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:846:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 846 | DECLARE_EVENT_CLASS(nfs_rename_event_done, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_sillyrename_unlink’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:904:1: note: in expansion of macro ‘TRACE_EVENT’ + 904 | TRACE_EVENT(nfs_sillyrename_unlink, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:904:1: note: in expansion of macro ‘TRACE_EVENT’ + 904 | TRACE_EVENT(nfs_sillyrename_unlink, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_folio_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:939:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 939 | DECLARE_EVENT_CLASS(nfs_folio_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:939:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 939 | DECLARE_EVENT_CLASS(nfs_folio_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_folio_event_done’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:987:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 987 | DECLARE_EVENT_CLASS(nfs_folio_event_done, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:987:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 987 | DECLARE_EVENT_CLASS(nfs_folio_event_done, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_aop_readahead’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1048:1: note: in expansion of macro ‘TRACE_EVENT’ + 1048 | TRACE_EVENT(nfs_aop_readahead, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1048:1: note: in expansion of macro ‘TRACE_EVENT’ + 1048 | TRACE_EVENT(nfs_aop_readahead, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_aop_readahead_done’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1086:1: note: in expansion of macro ‘TRACE_EVENT’ + 1086 | TRACE_EVENT(nfs_aop_readahead_done, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1086:1: note: in expansion of macro ‘TRACE_EVENT’ + 1086 | TRACE_EVENT(nfs_aop_readahead_done, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_initiate_read’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1125:1: note: in expansion of macro ‘TRACE_EVENT’ + 1125 | TRACE_EVENT(nfs_initiate_read, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1125:1: note: in expansion of macro ‘TRACE_EVENT’ + 1125 | TRACE_EVENT(nfs_initiate_read, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_readpage_done’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1163:1: note: in expansion of macro ‘TRACE_EVENT’ + 1163 | TRACE_EVENT(nfs_readpage_done, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1163:1: note: in expansion of macro ‘TRACE_EVENT’ + 1163 | TRACE_EVENT(nfs_readpage_done, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_readpage_short’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1209:1: note: in expansion of macro ‘TRACE_EVENT’ + 1209 | TRACE_EVENT(nfs_readpage_short, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1209:1: note: in expansion of macro ‘TRACE_EVENT’ + 1209 | TRACE_EVENT(nfs_readpage_short, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_pgio_error’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1256:1: note: in expansion of macro ‘TRACE_EVENT’ + 1256 | TRACE_EVENT(nfs_pgio_error, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1256:1: note: in expansion of macro ‘TRACE_EVENT’ + 1256 | TRACE_EVENT(nfs_pgio_error, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_initiate_write’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1300:1: note: in expansion of macro ‘TRACE_EVENT’ + 1300 | TRACE_EVENT(nfs_initiate_write, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1300:1: note: in expansion of macro ‘TRACE_EVENT’ + 1300 | TRACE_EVENT(nfs_initiate_write, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_writeback_done’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1341:1: note: in expansion of macro ‘TRACE_EVENT’ + 1341 | TRACE_EVENT(nfs_writeback_done, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1341:1: note: in expansion of macro ‘TRACE_EVENT’ + 1341 | TRACE_EVENT(nfs_writeback_done, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_page_error_class’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1395:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1395 | DECLARE_EVENT_CLASS(nfs_page_error_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1395:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1395 | DECLARE_EVENT_CLASS(nfs_page_error_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_initiate_commit’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1446:1: note: in expansion of macro ‘TRACE_EVENT’ + 1446 | TRACE_EVENT(nfs_initiate_commit, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1446:1: note: in expansion of macro ‘TRACE_EVENT’ + 1446 | TRACE_EVENT(nfs_initiate_commit, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_commit_done’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1484:1: note: in expansion of macro ‘TRACE_EVENT’ + 1484 | TRACE_EVENT(nfs_commit_done, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1484:1: note: in expansion of macro ‘TRACE_EVENT’ + 1484 | TRACE_EVENT(nfs_commit_done, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_direct_req_class’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1539:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1539 | DECLARE_EVENT_CLASS(nfs_direct_req_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1539:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1539 | DECLARE_EVENT_CLASS(nfs_direct_req_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_fh_to_dentry’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1596:1: note: in expansion of macro ‘TRACE_EVENT’ + 1596 | TRACE_EVENT(nfs_fh_to_dentry, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1596:1: note: in expansion of macro ‘TRACE_EVENT’ + 1596 | TRACE_EVENT(nfs_fh_to_dentry, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_mount_assign’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1629:1: note: in expansion of macro ‘TRACE_EVENT’ + 1629 | TRACE_EVENT(nfs_mount_assign, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1629:1: note: in expansion of macro ‘TRACE_EVENT’ + 1629 | TRACE_EVENT(nfs_mount_assign, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_mount_option’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1652:1: note: in expansion of macro ‘TRACE_EVENT’ + 1652 | TRACE_EVENT(nfs_mount_option, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1652:1: note: in expansion of macro ‘TRACE_EVENT’ + 1652 | TRACE_EVENT(nfs_mount_option, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_mount_path’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1670:1: note: in expansion of macro ‘TRACE_EVENT’ + 1670 | TRACE_EVENT(nfs_mount_path, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1670:1: note: in expansion of macro ‘TRACE_EVENT’ + 1670 | TRACE_EVENT(nfs_mount_path, + | ^~~~~~~~~~~ +../fs/nfs/./nfstrace.h: In function ‘__bpf_trace_nfs_xdr_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1688:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1688 | DECLARE_EVENT_CLASS(nfs_xdr_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfstrace.h:1688:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1688 | DECLARE_EVENT_CLASS(nfs_xdr_event, + | ^~~~~~~~~~~~~~~~~~~ +make[5]: *** [../scripts/Makefile.build:244: fs/nfs/nfstrace.o] Error 1 +make[5]: *** Waiting for unfinished jobs.... +In file included from ../include/trace/define_trace.h:108, + from ../include/trace/events/f2fs.h:2410, + from ../fs/f2fs/super.c:40: +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs__inode’: +../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:183:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 183 | DECLARE_EVENT_CLASS(f2fs__inode, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:183:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 183 | DECLARE_EVENT_CLASS(f2fs__inode, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:183:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 183 | DECLARE_EVENT_CLASS(f2fs__inode, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:183:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 183 | DECLARE_EVENT_CLASS(f2fs__inode, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] + 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ + | ^~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:183:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 183 | DECLARE_EVENT_CLASS(f2fs__inode, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs__inode_exit’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:222:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 222 | DECLARE_EVENT_CLASS(f2fs__inode_exit, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:222:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 222 | DECLARE_EVENT_CLASS(f2fs__inode_exit, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_sync_file_exit’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:256:1: note: in expansion of macro ‘TRACE_EVENT’ + 256 | TRACE_EVENT(f2fs_sync_file_exit, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:256:1: note: in expansion of macro ‘TRACE_EVENT’ + 256 | TRACE_EVENT(f2fs_sync_file_exit, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_sync_fs’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ + 286 | TRACE_EVENT(f2fs_sync_fs, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ + 286 | TRACE_EVENT(f2fs_sync_fs, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_unlink_enter’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:338:1: note: in expansion of macro ‘TRACE_EVENT’ + 338 | TRACE_EVENT(f2fs_unlink_enter, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:338:1: note: in expansion of macro ‘TRACE_EVENT’ + 338 | TRACE_EVENT(f2fs_unlink_enter, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_truncate_data_blocks_range’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:389:1: note: in expansion of macro ‘TRACE_EVENT’ + 389 | TRACE_EVENT(f2fs_truncate_data_blocks_range, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:389:1: note: in expansion of macro ‘TRACE_EVENT’ + 389 | TRACE_EVENT(f2fs_truncate_data_blocks_range, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs__truncate_op’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:418:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 418 | DECLARE_EVENT_CLASS(f2fs__truncate_op, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:418:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 418 | DECLARE_EVENT_CLASS(f2fs__truncate_op, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs__truncate_node’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:476:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 476 | DECLARE_EVENT_CLASS(f2fs__truncate_node, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:476:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 476 | DECLARE_EVENT_CLASS(f2fs__truncate_node, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_truncate_partial_nodes’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:523:1: note: in expansion of macro ‘TRACE_EVENT’ + 523 | TRACE_EVENT(f2fs_truncate_partial_nodes, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:523:1: note: in expansion of macro ‘TRACE_EVENT’ + 523 | TRACE_EVENT(f2fs_truncate_partial_nodes, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_file_write_iter’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:557:1: note: in expansion of macro ‘TRACE_EVENT’ + 557 | TRACE_EVENT(f2fs_file_write_iter, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:557:1: note: in expansion of macro ‘TRACE_EVENT’ + 557 | TRACE_EVENT(f2fs_file_write_iter, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_map_blocks’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:588:1: note: in expansion of macro ‘TRACE_EVENT’ + 588 | TRACE_EVENT(f2fs_map_blocks, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:588:1: note: in expansion of macro ‘TRACE_EVENT’ + 588 | TRACE_EVENT(f2fs_map_blocks, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_background_gc’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:638:1: note: in expansion of macro ‘TRACE_EVENT’ + 638 | TRACE_EVENT(f2fs_background_gc, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:638:1: note: in expansion of macro ‘TRACE_EVENT’ + 638 | TRACE_EVENT(f2fs_background_gc, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_gc_begin’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:666:1: note: in expansion of macro ‘TRACE_EVENT’ + 666 | TRACE_EVENT(f2fs_gc_begin, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:666:1: note: in expansion of macro ‘TRACE_EVENT’ + 666 | TRACE_EVENT(f2fs_gc_begin, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_gc_end’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:723:1: note: in expansion of macro ‘TRACE_EVENT’ + 723 | TRACE_EVENT(f2fs_gc_end, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:723:1: note: in expansion of macro ‘TRACE_EVENT’ + 723 | TRACE_EVENT(f2fs_gc_end, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_get_victim’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:778:1: note: in expansion of macro ‘TRACE_EVENT’ + 778 | TRACE_EVENT(f2fs_get_victim, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:778:1: note: in expansion of macro ‘TRACE_EVENT’ + 778 | TRACE_EVENT(f2fs_get_victim, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_lookup_start’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:830:1: note: in expansion of macro ‘TRACE_EVENT’ + 830 | TRACE_EVENT(f2fs_lookup_start, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:830:1: note: in expansion of macro ‘TRACE_EVENT’ + 830 | TRACE_EVENT(f2fs_lookup_start, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_lookup_end’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:856:1: note: in expansion of macro ‘TRACE_EVENT’ + 856 | TRACE_EVENT(f2fs_lookup_end, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:856:1: note: in expansion of macro ‘TRACE_EVENT’ + 856 | TRACE_EVENT(f2fs_lookup_end, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_rename_start’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:886:1: note: in expansion of macro ‘TRACE_EVENT’ + 886 | TRACE_EVENT(f2fs_rename_start, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:886:1: note: in expansion of macro ‘TRACE_EVENT’ + 886 | TRACE_EVENT(f2fs_rename_start, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_rename_end’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:921:1: note: in expansion of macro ‘TRACE_EVENT’ + 921 | TRACE_EVENT(f2fs_rename_end, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:921:1: note: in expansion of macro ‘TRACE_EVENT’ + 921 | TRACE_EVENT(f2fs_rename_end, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_readdir’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:955:1: note: in expansion of macro ‘TRACE_EVENT’ + 955 | TRACE_EVENT(f2fs_readdir, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:955:1: note: in expansion of macro ‘TRACE_EVENT’ + 955 | TRACE_EVENT(f2fs_readdir, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_fallocate’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:984:1: note: in expansion of macro ‘TRACE_EVENT’ + 984 | TRACE_EVENT(f2fs_fallocate, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:984:1: note: in expansion of macro ‘TRACE_EVENT’ + 984 | TRACE_EVENT(f2fs_fallocate, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_direct_IO_enter’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1024:1: note: in expansion of macro ‘TRACE_EVENT’ + 1024 | TRACE_EVENT(f2fs_direct_IO_enter, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1024:1: note: in expansion of macro ‘TRACE_EVENT’ + 1024 | TRACE_EVENT(f2fs_direct_IO_enter, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_direct_IO_exit’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1059:1: note: in expansion of macro ‘TRACE_EVENT’ + 1059 | TRACE_EVENT(f2fs_direct_IO_exit, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1059:1: note: in expansion of macro ‘TRACE_EVENT’ + 1059 | TRACE_EVENT(f2fs_direct_IO_exit, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_reserve_new_blocks’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1093:1: note: in expansion of macro ‘TRACE_EVENT’ + 1093 | TRACE_EVENT(f2fs_reserve_new_blocks, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1093:1: note: in expansion of macro ‘TRACE_EVENT’ + 1093 | TRACE_EVENT(f2fs_reserve_new_blocks, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs__submit_page_bio’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1121:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1121 | DECLARE_EVENT_CLASS(f2fs__submit_page_bio, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1121:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1121 | DECLARE_EVENT_CLASS(f2fs__submit_page_bio, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs__bio’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1180 | DECLARE_EVENT_CLASS(f2fs__bio, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1180 | DECLARE_EVENT_CLASS(f2fs__bio, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_write_begin’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1251:1: note: in expansion of macro ‘TRACE_EVENT’ + 1251 | TRACE_EVENT(f2fs_write_begin, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1251:1: note: in expansion of macro ‘TRACE_EVENT’ + 1251 | TRACE_EVENT(f2fs_write_begin, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_write_end’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1277:1: note: in expansion of macro ‘TRACE_EVENT’ + 1277 | TRACE_EVENT(f2fs_write_end, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1277:1: note: in expansion of macro ‘TRACE_EVENT’ + 1277 | TRACE_EVENT(f2fs_write_end, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs__folio’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1307:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1307 | DECLARE_EVENT_CLASS(f2fs__folio, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1307:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1307 | DECLARE_EVENT_CLASS(f2fs__folio, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_replace_atomic_write_block’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1372:1: note: in expansion of macro ‘TRACE_EVENT’ + 1372 | TRACE_EVENT(f2fs_replace_atomic_write_block, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1372:1: note: in expansion of macro ‘TRACE_EVENT’ + 1372 | TRACE_EVENT(f2fs_replace_atomic_write_block, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_mmap’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1409:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1409 | DECLARE_EVENT_CLASS(f2fs_mmap, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1409:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1409 | DECLARE_EVENT_CLASS(f2fs_mmap, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_writepages’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1455:1: note: in expansion of macro ‘TRACE_EVENT’ + 1455 | TRACE_EVENT(f2fs_writepages, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1455:1: note: in expansion of macro ‘TRACE_EVENT’ + 1455 | TRACE_EVENT(f2fs_writepages, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_readpages’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1519:1: note: in expansion of macro ‘TRACE_EVENT’ + 1519 | TRACE_EVENT(f2fs_readpages, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1519:1: note: in expansion of macro ‘TRACE_EVENT’ + 1519 | TRACE_EVENT(f2fs_readpages, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_write_checkpoint’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1545:1: note: in expansion of macro ‘TRACE_EVENT’ + 1545 | TRACE_EVENT(f2fs_write_checkpoint, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1545:1: note: in expansion of macro ‘TRACE_EVENT’ + 1545 | TRACE_EVENT(f2fs_write_checkpoint, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_discard’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1569:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1569 | DECLARE_EVENT_CLASS(f2fs_discard, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1569:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1569 | DECLARE_EVENT_CLASS(f2fs_discard, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_reset_zone’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1614:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1614 | DECLARE_EVENT_CLASS(f2fs_reset_zone, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1614:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1614 | DECLARE_EVENT_CLASS(f2fs_reset_zone, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_issue_flush’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1649:1: note: in expansion of macro ‘TRACE_EVENT’ + 1649 | TRACE_EVENT(f2fs_issue_flush, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1649:1: note: in expansion of macro ‘TRACE_EVENT’ + 1649 | TRACE_EVENT(f2fs_issue_flush, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_lookup_extent_tree_start’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ + 1677 | TRACE_EVENT(f2fs_lookup_extent_tree_start, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ + 1677 | TRACE_EVENT(f2fs_lookup_extent_tree_start, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_lookup_read_extent_tree_end’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h:1703:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 1703 | TRACE_EVENT_CONDITION(f2fs_lookup_read_extent_tree_end, + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h:1703:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 1703 | TRACE_EVENT_CONDITION(f2fs_lookup_read_extent_tree_end, + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_lookup_age_extent_tree_end’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h:1739:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 1739 | TRACE_EVENT_CONDITION(f2fs_lookup_age_extent_tree_end, + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h:1739:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 1739 | TRACE_EVENT_CONDITION(f2fs_lookup_age_extent_tree_end, + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_update_read_extent_tree_range’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1778:1: note: in expansion of macro ‘TRACE_EVENT’ + 1778 | TRACE_EVENT(f2fs_update_read_extent_tree_range, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1778:1: note: in expansion of macro ‘TRACE_EVENT’ + 1778 | TRACE_EVENT(f2fs_update_read_extent_tree_range, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_update_age_extent_tree_range’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1813:1: note: in expansion of macro ‘TRACE_EVENT’ + 1813 | TRACE_EVENT(f2fs_update_age_extent_tree_range, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1813:1: note: in expansion of macro ‘TRACE_EVENT’ + 1813 | TRACE_EVENT(f2fs_update_age_extent_tree_range, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_shrink_extent_tree’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1848:1: note: in expansion of macro ‘TRACE_EVENT’ + 1848 | TRACE_EVENT(f2fs_shrink_extent_tree, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1848:1: note: in expansion of macro ‘TRACE_EVENT’ + 1848 | TRACE_EVENT(f2fs_shrink_extent_tree, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_destroy_extent_tree’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1876:1: note: in expansion of macro ‘TRACE_EVENT’ + 1876 | TRACE_EVENT(f2fs_destroy_extent_tree, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1876:1: note: in expansion of macro ‘TRACE_EVENT’ + 1876 | TRACE_EVENT(f2fs_destroy_extent_tree, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_sync_dirty_inodes’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1903:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1903 | DECLARE_EVENT_CLASS(f2fs_sync_dirty_inodes, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1903:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1903 | DECLARE_EVENT_CLASS(f2fs_sync_dirty_inodes, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_shutdown’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1941:1: note: in expansion of macro ‘TRACE_EVENT’ + 1941 | TRACE_EVENT(f2fs_shutdown, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1941:1: note: in expansion of macro ‘TRACE_EVENT’ + 1941 | TRACE_EVENT(f2fs_shutdown, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_zip_start’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1965:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1965 | DECLARE_EVENT_CLASS(f2fs_zip_start, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1965:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1965 | DECLARE_EVENT_CLASS(f2fs_zip_start, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_zip_end’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1996:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1996 | DECLARE_EVENT_CLASS(f2fs_zip_end, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1996:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1996 | DECLARE_EVENT_CLASS(f2fs_zip_end, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_iostat’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:2060:1: note: in expansion of macro ‘TRACE_EVENT’ + 2060 | TRACE_EVENT(f2fs_iostat, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:2060:1: note: in expansion of macro ‘TRACE_EVENT’ + 2060 | TRACE_EVENT(f2fs_iostat, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_iostat_latency’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:2163:1: note: in expansion of macro ‘TRACE_EVENT’ + 2163 | TRACE_EVENT(f2fs_iostat_latency, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:2163:1: note: in expansion of macro ‘TRACE_EVENT’ + 2163 | TRACE_EVENT(f2fs_iostat_latency, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_bmap’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:2250:1: note: in expansion of macro ‘TRACE_EVENT’ + 2250 | TRACE_EVENT(f2fs_bmap, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:2250:1: note: in expansion of macro ‘TRACE_EVENT’ + 2250 | TRACE_EVENT(f2fs_bmap, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs_fiemap’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:2276:1: note: in expansion of macro ‘TRACE_EVENT’ + 2276 | TRACE_EVENT(f2fs_fiemap, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:2276:1: note: in expansion of macro ‘TRACE_EVENT’ + 2276 | TRACE_EVENT(f2fs_fiemap, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs__rw_start’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:2313:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2313 | DECLARE_EVENT_CLASS(f2fs__rw_start, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:2313:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2313 | DECLARE_EVENT_CLASS(f2fs__rw_start, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘trace_event_raw_event_f2fs__rw_end’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:2354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2354 | DECLARE_EVENT_CLASS(f2fs__rw_end, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:2354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2354 | DECLARE_EVENT_CLASS(f2fs__rw_end, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs__inode’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:183:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 183 | DECLARE_EVENT_CLASS(f2fs__inode, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:183:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 183 | DECLARE_EVENT_CLASS(f2fs__inode, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs__inode_exit’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:222:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 222 | DECLARE_EVENT_CLASS(f2fs__inode_exit, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:222:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 222 | DECLARE_EVENT_CLASS(f2fs__inode_exit, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_sync_file_exit’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:256:1: note: in expansion of macro ‘TRACE_EVENT’ + 256 | TRACE_EVENT(f2fs_sync_file_exit, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:256:1: note: in expansion of macro ‘TRACE_EVENT’ + 256 | TRACE_EVENT(f2fs_sync_file_exit, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_sync_fs’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ + 286 | TRACE_EVENT(f2fs_sync_fs, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ + 286 | TRACE_EVENT(f2fs_sync_fs, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_unlink_enter’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:338:1: note: in expansion of macro ‘TRACE_EVENT’ + 338 | TRACE_EVENT(f2fs_unlink_enter, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:338:1: note: in expansion of macro ‘TRACE_EVENT’ + 338 | TRACE_EVENT(f2fs_unlink_enter, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_truncate_data_blocks_range’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:389:1: note: in expansion of macro ‘TRACE_EVENT’ + 389 | TRACE_EVENT(f2fs_truncate_data_blocks_range, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:389:1: note: in expansion of macro ‘TRACE_EVENT’ + 389 | TRACE_EVENT(f2fs_truncate_data_blocks_range, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs__truncate_op’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:418:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 418 | DECLARE_EVENT_CLASS(f2fs__truncate_op, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:418:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 418 | DECLARE_EVENT_CLASS(f2fs__truncate_op, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs__truncate_node’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:476:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 476 | DECLARE_EVENT_CLASS(f2fs__truncate_node, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:476:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 476 | DECLARE_EVENT_CLASS(f2fs__truncate_node, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_truncate_partial_nodes’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:523:1: note: in expansion of macro ‘TRACE_EVENT’ + 523 | TRACE_EVENT(f2fs_truncate_partial_nodes, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:523:1: note: in expansion of macro ‘TRACE_EVENT’ + 523 | TRACE_EVENT(f2fs_truncate_partial_nodes, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_file_write_iter’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:557:1: note: in expansion of macro ‘TRACE_EVENT’ + 557 | TRACE_EVENT(f2fs_file_write_iter, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:557:1: note: in expansion of macro ‘TRACE_EVENT’ + 557 | TRACE_EVENT(f2fs_file_write_iter, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_map_blocks’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:588:1: note: in expansion of macro ‘TRACE_EVENT’ + 588 | TRACE_EVENT(f2fs_map_blocks, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:588:1: note: in expansion of macro ‘TRACE_EVENT’ + 588 | TRACE_EVENT(f2fs_map_blocks, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_background_gc’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:638:1: note: in expansion of macro ‘TRACE_EVENT’ + 638 | TRACE_EVENT(f2fs_background_gc, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:638:1: note: in expansion of macro ‘TRACE_EVENT’ + 638 | TRACE_EVENT(f2fs_background_gc, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_gc_begin’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:666:1: note: in expansion of macro ‘TRACE_EVENT’ + 666 | TRACE_EVENT(f2fs_gc_begin, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:666:1: note: in expansion of macro ‘TRACE_EVENT’ + 666 | TRACE_EVENT(f2fs_gc_begin, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_gc_end’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:723:1: note: in expansion of macro ‘TRACE_EVENT’ + 723 | TRACE_EVENT(f2fs_gc_end, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:723:1: note: in expansion of macro ‘TRACE_EVENT’ + 723 | TRACE_EVENT(f2fs_gc_end, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_get_victim’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:778:1: note: in expansion of macro ‘TRACE_EVENT’ + 778 | TRACE_EVENT(f2fs_get_victim, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:778:1: note: in expansion of macro ‘TRACE_EVENT’ + 778 | TRACE_EVENT(f2fs_get_victim, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_lookup_start’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:830:1: note: in expansion of macro ‘TRACE_EVENT’ + 830 | TRACE_EVENT(f2fs_lookup_start, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:830:1: note: in expansion of macro ‘TRACE_EVENT’ + 830 | TRACE_EVENT(f2fs_lookup_start, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_lookup_end’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:856:1: note: in expansion of macro ‘TRACE_EVENT’ + 856 | TRACE_EVENT(f2fs_lookup_end, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:856:1: note: in expansion of macro ‘TRACE_EVENT’ + 856 | TRACE_EVENT(f2fs_lookup_end, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_rename_start’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:886:1: note: in expansion of macro ‘TRACE_EVENT’ + 886 | TRACE_EVENT(f2fs_rename_start, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:886:1: note: in expansion of macro ‘TRACE_EVENT’ + 886 | TRACE_EVENT(f2fs_rename_start, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_rename_end’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:921:1: note: in expansion of macro ‘TRACE_EVENT’ + 921 | TRACE_EVENT(f2fs_rename_end, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:921:1: note: in expansion of macro ‘TRACE_EVENT’ + 921 | TRACE_EVENT(f2fs_rename_end, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_readdir’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:955:1: note: in expansion of macro ‘TRACE_EVENT’ + 955 | TRACE_EVENT(f2fs_readdir, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:955:1: note: in expansion of macro ‘TRACE_EVENT’ + 955 | TRACE_EVENT(f2fs_readdir, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_fallocate’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:984:1: note: in expansion of macro ‘TRACE_EVENT’ + 984 | TRACE_EVENT(f2fs_fallocate, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:984:1: note: in expansion of macro ‘TRACE_EVENT’ + 984 | TRACE_EVENT(f2fs_fallocate, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_direct_IO_enter’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1024:1: note: in expansion of macro ‘TRACE_EVENT’ + 1024 | TRACE_EVENT(f2fs_direct_IO_enter, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1024:1: note: in expansion of macro ‘TRACE_EVENT’ + 1024 | TRACE_EVENT(f2fs_direct_IO_enter, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_direct_IO_exit’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1059:1: note: in expansion of macro ‘TRACE_EVENT’ + 1059 | TRACE_EVENT(f2fs_direct_IO_exit, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1059:1: note: in expansion of macro ‘TRACE_EVENT’ + 1059 | TRACE_EVENT(f2fs_direct_IO_exit, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_reserve_new_blocks’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1093:1: note: in expansion of macro ‘TRACE_EVENT’ + 1093 | TRACE_EVENT(f2fs_reserve_new_blocks, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1093:1: note: in expansion of macro ‘TRACE_EVENT’ + 1093 | TRACE_EVENT(f2fs_reserve_new_blocks, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs__submit_page_bio’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1121:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1121 | DECLARE_EVENT_CLASS(f2fs__submit_page_bio, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1121:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1121 | DECLARE_EVENT_CLASS(f2fs__submit_page_bio, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs__bio’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1180 | DECLARE_EVENT_CLASS(f2fs__bio, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1180 | DECLARE_EVENT_CLASS(f2fs__bio, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_write_begin’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1251:1: note: in expansion of macro ‘TRACE_EVENT’ + 1251 | TRACE_EVENT(f2fs_write_begin, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1251:1: note: in expansion of macro ‘TRACE_EVENT’ + 1251 | TRACE_EVENT(f2fs_write_begin, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_write_end’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1277:1: note: in expansion of macro ‘TRACE_EVENT’ + 1277 | TRACE_EVENT(f2fs_write_end, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1277:1: note: in expansion of macro ‘TRACE_EVENT’ + 1277 | TRACE_EVENT(f2fs_write_end, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs__folio’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1307:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1307 | DECLARE_EVENT_CLASS(f2fs__folio, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1307:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1307 | DECLARE_EVENT_CLASS(f2fs__folio, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_replace_atomic_write_block’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1372:1: note: in expansion of macro ‘TRACE_EVENT’ + 1372 | TRACE_EVENT(f2fs_replace_atomic_write_block, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1372:1: note: in expansion of macro ‘TRACE_EVENT’ + 1372 | TRACE_EVENT(f2fs_replace_atomic_write_block, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_mmap’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1409:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1409 | DECLARE_EVENT_CLASS(f2fs_mmap, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1409:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1409 | DECLARE_EVENT_CLASS(f2fs_mmap, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_writepages’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1455:1: note: in expansion of macro ‘TRACE_EVENT’ + 1455 | TRACE_EVENT(f2fs_writepages, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1455:1: note: in expansion of macro ‘TRACE_EVENT’ + 1455 | TRACE_EVENT(f2fs_writepages, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_readpages’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1519:1: note: in expansion of macro ‘TRACE_EVENT’ + 1519 | TRACE_EVENT(f2fs_readpages, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1519:1: note: in expansion of macro ‘TRACE_EVENT’ + 1519 | TRACE_EVENT(f2fs_readpages, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_write_checkpoint’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1545:1: note: in expansion of macro ‘TRACE_EVENT’ + 1545 | TRACE_EVENT(f2fs_write_checkpoint, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1545:1: note: in expansion of macro ‘TRACE_EVENT’ + 1545 | TRACE_EVENT(f2fs_write_checkpoint, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_discard’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1569:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1569 | DECLARE_EVENT_CLASS(f2fs_discard, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1569:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1569 | DECLARE_EVENT_CLASS(f2fs_discard, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_reset_zone’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1614:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1614 | DECLARE_EVENT_CLASS(f2fs_reset_zone, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1614:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1614 | DECLARE_EVENT_CLASS(f2fs_reset_zone, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_issue_flush’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1649:1: note: in expansion of macro ‘TRACE_EVENT’ + 1649 | TRACE_EVENT(f2fs_issue_flush, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1649:1: note: in expansion of macro ‘TRACE_EVENT’ + 1649 | TRACE_EVENT(f2fs_issue_flush, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_lookup_extent_tree_start’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ + 1677 | TRACE_EVENT(f2fs_lookup_extent_tree_start, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ + 1677 | TRACE_EVENT(f2fs_lookup_extent_tree_start, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_lookup_read_extent_tree_end’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h:1703:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 1703 | TRACE_EVENT_CONDITION(f2fs_lookup_read_extent_tree_end, + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h:1703:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 1703 | TRACE_EVENT_CONDITION(f2fs_lookup_read_extent_tree_end, + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_lookup_age_extent_tree_end’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h:1739:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 1739 | TRACE_EVENT_CONDITION(f2fs_lookup_age_extent_tree_end, + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h:1739:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 1739 | TRACE_EVENT_CONDITION(f2fs_lookup_age_extent_tree_end, + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_update_read_extent_tree_range’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1778:1: note: in expansion of macro ‘TRACE_EVENT’ + 1778 | TRACE_EVENT(f2fs_update_read_extent_tree_range, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1778:1: note: in expansion of macro ‘TRACE_EVENT’ + 1778 | TRACE_EVENT(f2fs_update_read_extent_tree_range, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_update_age_extent_tree_range’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1813:1: note: in expansion of macro ‘TRACE_EVENT’ + 1813 | TRACE_EVENT(f2fs_update_age_extent_tree_range, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1813:1: note: in expansion of macro ‘TRACE_EVENT’ + 1813 | TRACE_EVENT(f2fs_update_age_extent_tree_range, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_shrink_extent_tree’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1848:1: note: in expansion of macro ‘TRACE_EVENT’ + 1848 | TRACE_EVENT(f2fs_shrink_extent_tree, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1848:1: note: in expansion of macro ‘TRACE_EVENT’ + 1848 | TRACE_EVENT(f2fs_shrink_extent_tree, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_destroy_extent_tree’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1876:1: note: in expansion of macro ‘TRACE_EVENT’ + 1876 | TRACE_EVENT(f2fs_destroy_extent_tree, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1876:1: note: in expansion of macro ‘TRACE_EVENT’ + 1876 | TRACE_EVENT(f2fs_destroy_extent_tree, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_sync_dirty_inodes’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1903:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1903 | DECLARE_EVENT_CLASS(f2fs_sync_dirty_inodes, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1903:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1903 | DECLARE_EVENT_CLASS(f2fs_sync_dirty_inodes, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_shutdown’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1941:1: note: in expansion of macro ‘TRACE_EVENT’ + 1941 | TRACE_EVENT(f2fs_shutdown, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1941:1: note: in expansion of macro ‘TRACE_EVENT’ + 1941 | TRACE_EVENT(f2fs_shutdown, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_zip_start’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1965:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1965 | DECLARE_EVENT_CLASS(f2fs_zip_start, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1965:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1965 | DECLARE_EVENT_CLASS(f2fs_zip_start, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_zip_end’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1996:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1996 | DECLARE_EVENT_CLASS(f2fs_zip_end, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1996:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1996 | DECLARE_EVENT_CLASS(f2fs_zip_end, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_iostat’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:2060:1: note: in expansion of macro ‘TRACE_EVENT’ + 2060 | TRACE_EVENT(f2fs_iostat, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:2060:1: note: in expansion of macro ‘TRACE_EVENT’ + 2060 | TRACE_EVENT(f2fs_iostat, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_iostat_latency’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:2163:1: note: in expansion of macro ‘TRACE_EVENT’ + 2163 | TRACE_EVENT(f2fs_iostat_latency, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:2163:1: note: in expansion of macro ‘TRACE_EVENT’ + 2163 | TRACE_EVENT(f2fs_iostat_latency, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_bmap’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:2250:1: note: in expansion of macro ‘TRACE_EVENT’ + 2250 | TRACE_EVENT(f2fs_bmap, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:2250:1: note: in expansion of macro ‘TRACE_EVENT’ + 2250 | TRACE_EVENT(f2fs_bmap, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs_fiemap’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:2276:1: note: in expansion of macro ‘TRACE_EVENT’ + 2276 | TRACE_EVENT(f2fs_fiemap, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:2276:1: note: in expansion of macro ‘TRACE_EVENT’ + 2276 | TRACE_EVENT(f2fs_fiemap, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs__rw_start’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:2313:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2313 | DECLARE_EVENT_CLASS(f2fs__rw_start, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:2313:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2313 | DECLARE_EVENT_CLASS(f2fs__rw_start, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘perf_trace_f2fs__rw_end’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:2354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2354 | DECLARE_EVENT_CLASS(f2fs__rw_end, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:2354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2354 | DECLARE_EVENT_CLASS(f2fs__rw_end, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs__inode’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:183:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 183 | DECLARE_EVENT_CLASS(f2fs__inode, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:183:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 183 | DECLARE_EVENT_CLASS(f2fs__inode, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs__inode_exit’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:222:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 222 | DECLARE_EVENT_CLASS(f2fs__inode_exit, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:222:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 222 | DECLARE_EVENT_CLASS(f2fs__inode_exit, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_sync_file_exit’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:256:1: note: in expansion of macro ‘TRACE_EVENT’ + 256 | TRACE_EVENT(f2fs_sync_file_exit, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:256:1: note: in expansion of macro ‘TRACE_EVENT’ + 256 | TRACE_EVENT(f2fs_sync_file_exit, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_sync_fs’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ + 286 | TRACE_EVENT(f2fs_sync_fs, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ + 286 | TRACE_EVENT(f2fs_sync_fs, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_unlink_enter’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:338:1: note: in expansion of macro ‘TRACE_EVENT’ + 338 | TRACE_EVENT(f2fs_unlink_enter, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:338:1: note: in expansion of macro ‘TRACE_EVENT’ + 338 | TRACE_EVENT(f2fs_unlink_enter, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_truncate_data_blocks_range’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:389:1: note: in expansion of macro ‘TRACE_EVENT’ + 389 | TRACE_EVENT(f2fs_truncate_data_blocks_range, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:389:1: note: in expansion of macro ‘TRACE_EVENT’ + 389 | TRACE_EVENT(f2fs_truncate_data_blocks_range, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs__truncate_op’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:418:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 418 | DECLARE_EVENT_CLASS(f2fs__truncate_op, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:418:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 418 | DECLARE_EVENT_CLASS(f2fs__truncate_op, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs__truncate_node’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:476:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 476 | DECLARE_EVENT_CLASS(f2fs__truncate_node, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:476:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 476 | DECLARE_EVENT_CLASS(f2fs__truncate_node, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_truncate_partial_nodes’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:523:1: note: in expansion of macro ‘TRACE_EVENT’ + 523 | TRACE_EVENT(f2fs_truncate_partial_nodes, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:523:1: note: in expansion of macro ‘TRACE_EVENT’ + 523 | TRACE_EVENT(f2fs_truncate_partial_nodes, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_file_write_iter’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:557:1: note: in expansion of macro ‘TRACE_EVENT’ + 557 | TRACE_EVENT(f2fs_file_write_iter, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:557:1: note: in expansion of macro ‘TRACE_EVENT’ + 557 | TRACE_EVENT(f2fs_file_write_iter, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_map_blocks’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:588:1: note: in expansion of macro ‘TRACE_EVENT’ + 588 | TRACE_EVENT(f2fs_map_blocks, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:588:1: note: in expansion of macro ‘TRACE_EVENT’ + 588 | TRACE_EVENT(f2fs_map_blocks, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_background_gc’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:638:1: note: in expansion of macro ‘TRACE_EVENT’ + 638 | TRACE_EVENT(f2fs_background_gc, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:638:1: note: in expansion of macro ‘TRACE_EVENT’ + 638 | TRACE_EVENT(f2fs_background_gc, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_gc_begin’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:666:1: note: in expansion of macro ‘TRACE_EVENT’ + 666 | TRACE_EVENT(f2fs_gc_begin, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:666:1: note: in expansion of macro ‘TRACE_EVENT’ + 666 | TRACE_EVENT(f2fs_gc_begin, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_gc_end’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:723:1: note: in expansion of macro ‘TRACE_EVENT’ + 723 | TRACE_EVENT(f2fs_gc_end, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:723:1: note: in expansion of macro ‘TRACE_EVENT’ + 723 | TRACE_EVENT(f2fs_gc_end, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_get_victim’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:778:1: note: in expansion of macro ‘TRACE_EVENT’ + 778 | TRACE_EVENT(f2fs_get_victim, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:778:1: note: in expansion of macro ‘TRACE_EVENT’ + 778 | TRACE_EVENT(f2fs_get_victim, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_lookup_start’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:830:1: note: in expansion of macro ‘TRACE_EVENT’ + 830 | TRACE_EVENT(f2fs_lookup_start, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:830:1: note: in expansion of macro ‘TRACE_EVENT’ + 830 | TRACE_EVENT(f2fs_lookup_start, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_lookup_end’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:856:1: note: in expansion of macro ‘TRACE_EVENT’ + 856 | TRACE_EVENT(f2fs_lookup_end, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:856:1: note: in expansion of macro ‘TRACE_EVENT’ + 856 | TRACE_EVENT(f2fs_lookup_end, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_rename_start’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:886:1: note: in expansion of macro ‘TRACE_EVENT’ + 886 | TRACE_EVENT(f2fs_rename_start, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:886:1: note: in expansion of macro ‘TRACE_EVENT’ + 886 | TRACE_EVENT(f2fs_rename_start, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_rename_end’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:921:1: note: in expansion of macro ‘TRACE_EVENT’ + 921 | TRACE_EVENT(f2fs_rename_end, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:921:1: note: in expansion of macro ‘TRACE_EVENT’ + 921 | TRACE_EVENT(f2fs_rename_end, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_readdir’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:955:1: note: in expansion of macro ‘TRACE_EVENT’ + 955 | TRACE_EVENT(f2fs_readdir, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:955:1: note: in expansion of macro ‘TRACE_EVENT’ + 955 | TRACE_EVENT(f2fs_readdir, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_fallocate’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:984:1: note: in expansion of macro ‘TRACE_EVENT’ + 984 | TRACE_EVENT(f2fs_fallocate, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:984:1: note: in expansion of macro ‘TRACE_EVENT’ + 984 | TRACE_EVENT(f2fs_fallocate, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_direct_IO_enter’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1024:1: note: in expansion of macro ‘TRACE_EVENT’ + 1024 | TRACE_EVENT(f2fs_direct_IO_enter, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1024:1: note: in expansion of macro ‘TRACE_EVENT’ + 1024 | TRACE_EVENT(f2fs_direct_IO_enter, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_direct_IO_exit’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1059:1: note: in expansion of macro ‘TRACE_EVENT’ + 1059 | TRACE_EVENT(f2fs_direct_IO_exit, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1059:1: note: in expansion of macro ‘TRACE_EVENT’ + 1059 | TRACE_EVENT(f2fs_direct_IO_exit, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_reserve_new_blocks’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1093:1: note: in expansion of macro ‘TRACE_EVENT’ + 1093 | TRACE_EVENT(f2fs_reserve_new_blocks, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1093:1: note: in expansion of macro ‘TRACE_EVENT’ + 1093 | TRACE_EVENT(f2fs_reserve_new_blocks, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs__submit_page_bio’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1121:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1121 | DECLARE_EVENT_CLASS(f2fs__submit_page_bio, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1121:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1121 | DECLARE_EVENT_CLASS(f2fs__submit_page_bio, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs__bio’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1180 | DECLARE_EVENT_CLASS(f2fs__bio, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1180 | DECLARE_EVENT_CLASS(f2fs__bio, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_write_begin’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1251:1: note: in expansion of macro ‘TRACE_EVENT’ + 1251 | TRACE_EVENT(f2fs_write_begin, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1251:1: note: in expansion of macro ‘TRACE_EVENT’ + 1251 | TRACE_EVENT(f2fs_write_begin, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_write_end’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1277:1: note: in expansion of macro ‘TRACE_EVENT’ + 1277 | TRACE_EVENT(f2fs_write_end, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1277:1: note: in expansion of macro ‘TRACE_EVENT’ + 1277 | TRACE_EVENT(f2fs_write_end, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs__folio’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1307:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1307 | DECLARE_EVENT_CLASS(f2fs__folio, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1307:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1307 | DECLARE_EVENT_CLASS(f2fs__folio, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_replace_atomic_write_block’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1372:1: note: in expansion of macro ‘TRACE_EVENT’ + 1372 | TRACE_EVENT(f2fs_replace_atomic_write_block, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1372:1: note: in expansion of macro ‘TRACE_EVENT’ + 1372 | TRACE_EVENT(f2fs_replace_atomic_write_block, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_mmap’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1409:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1409 | DECLARE_EVENT_CLASS(f2fs_mmap, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1409:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1409 | DECLARE_EVENT_CLASS(f2fs_mmap, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_writepages’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1455:1: note: in expansion of macro ‘TRACE_EVENT’ + 1455 | TRACE_EVENT(f2fs_writepages, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1455:1: note: in expansion of macro ‘TRACE_EVENT’ + 1455 | TRACE_EVENT(f2fs_writepages, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_readpages’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1519:1: note: in expansion of macro ‘TRACE_EVENT’ + 1519 | TRACE_EVENT(f2fs_readpages, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1519:1: note: in expansion of macro ‘TRACE_EVENT’ + 1519 | TRACE_EVENT(f2fs_readpages, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_write_checkpoint’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1545:1: note: in expansion of macro ‘TRACE_EVENT’ + 1545 | TRACE_EVENT(f2fs_write_checkpoint, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1545:1: note: in expansion of macro ‘TRACE_EVENT’ + 1545 | TRACE_EVENT(f2fs_write_checkpoint, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_discard’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1569:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1569 | DECLARE_EVENT_CLASS(f2fs_discard, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1569:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1569 | DECLARE_EVENT_CLASS(f2fs_discard, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_reset_zone’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1614:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1614 | DECLARE_EVENT_CLASS(f2fs_reset_zone, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1614:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1614 | DECLARE_EVENT_CLASS(f2fs_reset_zone, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_issue_flush’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1649:1: note: in expansion of macro ‘TRACE_EVENT’ + 1649 | TRACE_EVENT(f2fs_issue_flush, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1649:1: note: in expansion of macro ‘TRACE_EVENT’ + 1649 | TRACE_EVENT(f2fs_issue_flush, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_lookup_extent_tree_start’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ + 1677 | TRACE_EVENT(f2fs_lookup_extent_tree_start, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ + 1677 | TRACE_EVENT(f2fs_lookup_extent_tree_start, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_lookup_read_extent_tree_end’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h:1703:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 1703 | TRACE_EVENT_CONDITION(f2fs_lookup_read_extent_tree_end, + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h:1703:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 1703 | TRACE_EVENT_CONDITION(f2fs_lookup_read_extent_tree_end, + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_lookup_age_extent_tree_end’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h:1739:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 1739 | TRACE_EVENT_CONDITION(f2fs_lookup_age_extent_tree_end, + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h:1739:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 1739 | TRACE_EVENT_CONDITION(f2fs_lookup_age_extent_tree_end, + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_update_read_extent_tree_range’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1778:1: note: in expansion of macro ‘TRACE_EVENT’ + 1778 | TRACE_EVENT(f2fs_update_read_extent_tree_range, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1778:1: note: in expansion of macro ‘TRACE_EVENT’ + 1778 | TRACE_EVENT(f2fs_update_read_extent_tree_range, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_update_age_extent_tree_range’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1813:1: note: in expansion of macro ‘TRACE_EVENT’ + 1813 | TRACE_EVENT(f2fs_update_age_extent_tree_range, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1813:1: note: in expansion of macro ‘TRACE_EVENT’ + 1813 | TRACE_EVENT(f2fs_update_age_extent_tree_range, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_shrink_extent_tree’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1848:1: note: in expansion of macro ‘TRACE_EVENT’ + 1848 | TRACE_EVENT(f2fs_shrink_extent_tree, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1848:1: note: in expansion of macro ‘TRACE_EVENT’ + 1848 | TRACE_EVENT(f2fs_shrink_extent_tree, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_destroy_extent_tree’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1876:1: note: in expansion of macro ‘TRACE_EVENT’ + 1876 | TRACE_EVENT(f2fs_destroy_extent_tree, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1876:1: note: in expansion of macro ‘TRACE_EVENT’ + 1876 | TRACE_EVENT(f2fs_destroy_extent_tree, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_sync_dirty_inodes’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1903:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1903 | DECLARE_EVENT_CLASS(f2fs_sync_dirty_inodes, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1903:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1903 | DECLARE_EVENT_CLASS(f2fs_sync_dirty_inodes, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_shutdown’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1941:1: note: in expansion of macro ‘TRACE_EVENT’ + 1941 | TRACE_EVENT(f2fs_shutdown, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1941:1: note: in expansion of macro ‘TRACE_EVENT’ + 1941 | TRACE_EVENT(f2fs_shutdown, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_zip_start’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1965:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1965 | DECLARE_EVENT_CLASS(f2fs_zip_start, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1965:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1965 | DECLARE_EVENT_CLASS(f2fs_zip_start, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_zip_end’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1996:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1996 | DECLARE_EVENT_CLASS(f2fs_zip_end, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:1996:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1996 | DECLARE_EVENT_CLASS(f2fs_zip_end, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_iostat’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:2060:1: note: in expansion of macro ‘TRACE_EVENT’ + 2060 | TRACE_EVENT(f2fs_iostat, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:2060:1: note: in expansion of macro ‘TRACE_EVENT’ + 2060 | TRACE_EVENT(f2fs_iostat, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_iostat_latency’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:2163:1: note: in expansion of macro ‘TRACE_EVENT’ + 2163 | TRACE_EVENT(f2fs_iostat_latency, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:2163:1: note: in expansion of macro ‘TRACE_EVENT’ + 2163 | TRACE_EVENT(f2fs_iostat_latency, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_bmap’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:2250:1: note: in expansion of macro ‘TRACE_EVENT’ + 2250 | TRACE_EVENT(f2fs_bmap, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:2250:1: note: in expansion of macro ‘TRACE_EVENT’ + 2250 | TRACE_EVENT(f2fs_bmap, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_fiemap’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:2276:1: note: in expansion of macro ‘TRACE_EVENT’ + 2276 | TRACE_EVENT(f2fs_fiemap, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:2276:1: note: in expansion of macro ‘TRACE_EVENT’ + 2276 | TRACE_EVENT(f2fs_fiemap, + | ^~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs__rw_start’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:2313:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2313 | DECLARE_EVENT_CLASS(f2fs__rw_start, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:2313:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2313 | DECLARE_EVENT_CLASS(f2fs__rw_start, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs__rw_end’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:2354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2354 | DECLARE_EVENT_CLASS(f2fs__rw_end, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/f2fs.h:2354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2354 | DECLARE_EVENT_CLASS(f2fs__rw_end, + | ^~~~~~~~~~~~~~~~~~~ +make[5]: *** [../scripts/Makefile.build:244: fs/f2fs/super.o] Error 1 +make[4]: *** [../scripts/Makefile.build:485: fs/f2fs] Error 2 +In file included from ../include/trace/define_trace.h:108, + from ../include/trace/events/sunrpc.h:2518, + from ../net/sunrpc/sched.c:31: +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpc_xdr_buf_class’: +../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 52 | DECLARE_EVENT_CLASS(rpc_xdr_buf_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 52 | DECLARE_EVENT_CLASS(rpc_xdr_buf_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 52 | DECLARE_EVENT_CLASS(rpc_xdr_buf_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 52 | DECLARE_EVENT_CLASS(rpc_xdr_buf_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] + 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ + | ^~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 52 | DECLARE_EVENT_CLASS(rpc_xdr_buf_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpc_clnt_class’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 109 | DECLARE_EVENT_CLASS(rpc_clnt_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 109 | DECLARE_EVENT_CLASS(rpc_clnt_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpc_clnt_new’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:168:1: note: in expansion of macro ‘TRACE_EVENT’ + 168 | TRACE_EVENT(rpc_clnt_new, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:168:1: note: in expansion of macro ‘TRACE_EVENT’ + 168 | TRACE_EVENT(rpc_clnt_new, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpc_clnt_new_err’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:206:1: note: in expansion of macro ‘TRACE_EVENT’ + 206 | TRACE_EVENT(rpc_clnt_new_err, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:206:1: note: in expansion of macro ‘TRACE_EVENT’ + 206 | TRACE_EVENT(rpc_clnt_new_err, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpc_clnt_clone_err’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:231:1: note: in expansion of macro ‘TRACE_EVENT’ + 231 | TRACE_EVENT(rpc_clnt_clone_err, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:231:1: note: in expansion of macro ‘TRACE_EVENT’ + 231 | TRACE_EVENT(rpc_clnt_clone_err, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpc_task_status’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:274:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 274 | DECLARE_EVENT_CLASS(rpc_task_status, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:274:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 274 | DECLARE_EVENT_CLASS(rpc_task_status, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpc_request’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:309:1: note: in expansion of macro ‘TRACE_EVENT’ + 309 | TRACE_EVENT(rpc_request, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:309:1: note: in expansion of macro ‘TRACE_EVENT’ + 309 | TRACE_EVENT(rpc_request, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpc_task_running’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:366:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 366 | DECLARE_EVENT_CLASS(rpc_task_running, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:366:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 366 | DECLARE_EVENT_CLASS(rpc_task_running, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpc_task_queued’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:418:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 418 | DECLARE_EVENT_CLASS(rpc_task_queued, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:418:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 418 | DECLARE_EVENT_CLASS(rpc_task_queued, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpc_failure’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:466:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 466 | DECLARE_EVENT_CLASS(rpc_failure, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:466:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 466 | DECLARE_EVENT_CLASS(rpc_failure, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpc_reply_event’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:496:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 496 | DECLARE_EVENT_CLASS(rpc_reply_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:496:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 496 | DECLARE_EVENT_CLASS(rpc_reply_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpc_buf_alloc’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:561:1: note: in expansion of macro ‘TRACE_EVENT’ + 561 | TRACE_EVENT(rpc_buf_alloc, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:561:1: note: in expansion of macro ‘TRACE_EVENT’ + 561 | TRACE_EVENT(rpc_buf_alloc, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpc_call_rpcerror’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:592:1: note: in expansion of macro ‘TRACE_EVENT’ + 592 | TRACE_EVENT(rpc_call_rpcerror, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:592:1: note: in expansion of macro ‘TRACE_EVENT’ + 592 | TRACE_EVENT(rpc_call_rpcerror, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpc_stats_latency’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:621:1: note: in expansion of macro ‘TRACE_EVENT’ + 621 | TRACE_EVENT(rpc_stats_latency, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:621:1: note: in expansion of macro ‘TRACE_EVENT’ + 621 | TRACE_EVENT(rpc_stats_latency, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpc_xdr_overflow’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:667:1: note: in expansion of macro ‘TRACE_EVENT’ + 667 | TRACE_EVENT(rpc_xdr_overflow, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:667:1: note: in expansion of macro ‘TRACE_EVENT’ + 667 | TRACE_EVENT(rpc_xdr_overflow, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpc_xdr_alignment’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:733:1: note: in expansion of macro ‘TRACE_EVENT’ + 733 | TRACE_EVENT(rpc_xdr_alignment, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:733:1: note: in expansion of macro ‘TRACE_EVENT’ + 733 | TRACE_EVENT(rpc_xdr_alignment, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_xs_socket_event’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:842:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 842 | DECLARE_EVENT_CLASS(xs_socket_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:842:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 842 | DECLARE_EVENT_CLASS(xs_socket_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_xs_socket_event_done’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:895:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 895 | DECLARE_EVENT_CLASS(xs_socket_event_done, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:895:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 895 | DECLARE_EVENT_CLASS(xs_socket_event_done, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpc_socket_nospace’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:959:1: note: in expansion of macro ‘TRACE_EVENT’ + 959 | TRACE_EVENT(rpc_socket_nospace, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:959:1: note: in expansion of macro ‘TRACE_EVENT’ + 959 | TRACE_EVENT(rpc_socket_nospace, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpc_xprt_lifetime_class’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1004:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1004 | DECLARE_EVENT_CLASS(rpc_xprt_lifetime_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1004:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1004 | DECLARE_EVENT_CLASS(rpc_xprt_lifetime_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpc_xprt_event’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1043:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1043 | DECLARE_EVENT_CLASS(rpc_xprt_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1043:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1043 | DECLARE_EVENT_CLASS(rpc_xprt_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_xprt_transmit’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1082:1: note: in expansion of macro ‘TRACE_EVENT’ + 1082 | TRACE_EVENT(xprt_transmit, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1082:1: note: in expansion of macro ‘TRACE_EVENT’ + 1082 | TRACE_EVENT(xprt_transmit, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_xprt_retransmit’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1113:1: note: in expansion of macro ‘TRACE_EVENT’ + 1113 | TRACE_EVENT(xprt_retransmit, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1113:1: note: in expansion of macro ‘TRACE_EVENT’ + 1113 | TRACE_EVENT(xprt_retransmit, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_xprt_ping’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1154:1: note: in expansion of macro ‘TRACE_EVENT’ + 1154 | TRACE_EVENT(xprt_ping, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1154:1: note: in expansion of macro ‘TRACE_EVENT’ + 1154 | TRACE_EVENT(xprt_ping, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_xprt_writelock_event’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1175 | DECLARE_EVENT_CLASS(xprt_writelock_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1175 | DECLARE_EVENT_CLASS(xprt_writelock_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_xprt_cong_event’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1221:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1221 | DECLARE_EVENT_CLASS(xprt_cong_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1221:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1221 | DECLARE_EVENT_CLASS(xprt_cong_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_xprt_reserve’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1278:1: note: in expansion of macro ‘TRACE_EVENT’ + 1278 | TRACE_EVENT(xprt_reserve, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1278:1: note: in expansion of macro ‘TRACE_EVENT’ + 1278 | TRACE_EVENT(xprt_reserve, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_xs_data_ready’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1302:1: note: in expansion of macro ‘TRACE_EVENT’ + 1302 | TRACE_EVENT(xs_data_ready, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1302:1: note: in expansion of macro ‘TRACE_EVENT’ + 1302 | TRACE_EVENT(xs_data_ready, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_xs_stream_read_data’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1322:1: note: in expansion of macro ‘TRACE_EVENT’ + 1322 | TRACE_EVENT(xs_stream_read_data, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1322:1: note: in expansion of macro ‘TRACE_EVENT’ + 1322 | TRACE_EVENT(xs_stream_read_data, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_xs_stream_read_request’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1347:1: note: in expansion of macro ‘TRACE_EVENT’ + 1347 | TRACE_EVENT(xs_stream_read_request, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1347:1: note: in expansion of macro ‘TRACE_EVENT’ + 1347 | TRACE_EVENT(xs_stream_read_request, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpcb_getport’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1375:1: note: in expansion of macro ‘TRACE_EVENT’ + 1375 | TRACE_EVENT(rpcb_getport, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1375:1: note: in expansion of macro ‘TRACE_EVENT’ + 1375 | TRACE_EVENT(rpcb_getport, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpcb_setport’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1412:1: note: in expansion of macro ‘TRACE_EVENT’ + 1412 | TRACE_EVENT(rpcb_setport, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1412:1: note: in expansion of macro ‘TRACE_EVENT’ + 1412 | TRACE_EVENT(rpcb_setport, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_pmap_register’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1441:1: note: in expansion of macro ‘TRACE_EVENT’ + 1441 | TRACE_EVENT(pmap_register, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1441:1: note: in expansion of macro ‘TRACE_EVENT’ + 1441 | TRACE_EVENT(pmap_register, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpcb_register’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1471:1: note: in expansion of macro ‘TRACE_EVENT’ + 1471 | TRACE_EVENT(rpcb_register, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1471:1: note: in expansion of macro ‘TRACE_EVENT’ + 1471 | TRACE_EVENT(rpcb_register, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpcb_unregister’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1501:1: note: in expansion of macro ‘TRACE_EVENT’ + 1501 | TRACE_EVENT(rpcb_unregister, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1501:1: note: in expansion of macro ‘TRACE_EVENT’ + 1501 | TRACE_EVENT(rpcb_unregister, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_rpc_tls_class’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1531:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1531 | DECLARE_EVENT_CLASS(rpc_tls_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1531:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1531 | DECLARE_EVENT_CLASS(rpc_tls_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_svc_xdr_msg_class’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1572:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1572 | DECLARE_EVENT_CLASS(svc_xdr_msg_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1572:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1572 | DECLARE_EVENT_CLASS(svc_xdr_msg_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_svc_xdr_buf_class’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1619:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1619 | DECLARE_EVENT_CLASS(svc_xdr_buf_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1619:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1619 | DECLARE_EVENT_CLASS(svc_xdr_buf_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_svc_authenticate’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h:1742:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 1742 | TRACE_EVENT_CONDITION(svc_authenticate, + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h:1742:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 1742 | TRACE_EVENT_CONDITION(svc_authenticate, + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_svc_process’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1773:1: note: in expansion of macro ‘TRACE_EVENT’ + 1773 | TRACE_EVENT(svc_process, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1773:1: note: in expansion of macro ‘TRACE_EVENT’ + 1773 | TRACE_EVENT(svc_process, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_svc_rqst_event’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1804:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1804 | DECLARE_EVENT_CLASS(svc_rqst_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1804:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1804 | DECLARE_EVENT_CLASS(svc_rqst_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_svc_rqst_status’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1837:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1837 | DECLARE_EVENT_CLASS(svc_rqst_status, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1837:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1837 | DECLARE_EVENT_CLASS(svc_rqst_status, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_svc_replace_page_err’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1868:1: note: in expansion of macro ‘TRACE_EVENT’ + 1868 | TRACE_EVENT(svc_replace_page_err, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1868:1: note: in expansion of macro ‘TRACE_EVENT’ + 1868 | TRACE_EVENT(svc_replace_page_err, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_svc_stats_latency’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1893:1: note: in expansion of macro ‘TRACE_EVENT’ + 1893 | TRACE_EVENT(svc_stats_latency, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1893:1: note: in expansion of macro ‘TRACE_EVENT’ + 1893 | TRACE_EVENT(svc_stats_latency, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_svc_xprt_create_err’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1957:1: note: in expansion of macro ‘TRACE_EVENT’ + 1957 | TRACE_EVENT(svc_xprt_create_err, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1957:1: note: in expansion of macro ‘TRACE_EVENT’ + 1957 | TRACE_EVENT(svc_xprt_create_err, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_svc_xprt_enqueue’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2010:1: note: in expansion of macro ‘TRACE_EVENT’ + 2010 | TRACE_EVENT(svc_xprt_enqueue, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2010:1: note: in expansion of macro ‘TRACE_EVENT’ + 2010 | TRACE_EVENT(svc_xprt_enqueue, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_svc_xprt_dequeue’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2034:1: note: in expansion of macro ‘TRACE_EVENT’ + 2034 | TRACE_EVENT(svc_xprt_dequeue, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2034:1: note: in expansion of macro ‘TRACE_EVENT’ + 2034 | TRACE_EVENT(svc_xprt_dequeue, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_svc_xprt_event’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2058:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2058 | DECLARE_EVENT_CLASS(svc_xprt_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2058:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2058 | DECLARE_EVENT_CLASS(svc_xprt_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_svc_xprt_accept’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2099:1: note: in expansion of macro ‘TRACE_EVENT’ + 2099 | TRACE_EVENT(svc_xprt_accept, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2099:1: note: in expansion of macro ‘TRACE_EVENT’ + 2099 | TRACE_EVENT(svc_xprt_accept, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_svc_wake_up’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2127:1: note: in expansion of macro ‘TRACE_EVENT’ + 2127 | TRACE_EVENT(svc_wake_up, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2127:1: note: in expansion of macro ‘TRACE_EVENT’ + 2127 | TRACE_EVENT(svc_wake_up, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_svc_alloc_arg_err’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2143:1: note: in expansion of macro ‘TRACE_EVENT’ + 2143 | TRACE_EVENT(svc_alloc_arg_err, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2143:1: note: in expansion of macro ‘TRACE_EVENT’ + 2143 | TRACE_EVENT(svc_alloc_arg_err, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_svc_deferred_event’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2165 | DECLARE_EVENT_CLASS(svc_deferred_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2165 | DECLARE_EVENT_CLASS(svc_deferred_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_svcsock_lifetime_class’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2199:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2199 | DECLARE_EVENT_CLASS(svcsock_lifetime_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2199:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2199 | DECLARE_EVENT_CLASS(svcsock_lifetime_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_svcsock_marker’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2240:1: note: in expansion of macro ‘TRACE_EVENT’ + 2240 | TRACE_EVENT(svcsock_marker, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2240:1: note: in expansion of macro ‘TRACE_EVENT’ + 2240 | TRACE_EVENT(svcsock_marker, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_svcsock_class’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2264:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2264 | DECLARE_EVENT_CLASS(svcsock_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2264:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2264 | DECLARE_EVENT_CLASS(svcsock_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_svcsock_tcp_recv_short’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2307:1: note: in expansion of macro ‘TRACE_EVENT’ + 2307 | TRACE_EVENT(svcsock_tcp_recv_short, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2307:1: note: in expansion of macro ‘TRACE_EVENT’ + 2307 | TRACE_EVENT(svcsock_tcp_recv_short, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_svcsock_tcp_state’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2336:1: note: in expansion of macro ‘TRACE_EVENT’ + 2336 | TRACE_EVENT(svcsock_tcp_state, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2336:1: note: in expansion of macro ‘TRACE_EVENT’ + 2336 | TRACE_EVENT(svcsock_tcp_state, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_svcsock_accept_class’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2365:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2365 | DECLARE_EVENT_CLASS(svcsock_accept_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2365:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2365 | DECLARE_EVENT_CLASS(svcsock_accept_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_cache_event’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2403:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2403 | DECLARE_EVENT_CLASS(cache_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2403:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2403 | DECLARE_EVENT_CLASS(cache_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_register_class’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2436:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2436 | DECLARE_EVENT_CLASS(register_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2436:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2436 | DECLARE_EVENT_CLASS(register_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘trace_event_raw_event_svc_unregister’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2490:1: note: in expansion of macro ‘TRACE_EVENT’ + 2490 | TRACE_EVENT(svc_unregister, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2490:1: note: in expansion of macro ‘TRACE_EVENT’ + 2490 | TRACE_EVENT(svc_unregister, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/sunrpc.h: In function ‘perf_trace_rpc_xdr_buf_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 52 | DECLARE_EVENT_CLASS(rpc_xdr_buf_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 52 | DECLARE_EVENT_CLASS(rpc_xdr_buf_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_rpc_clnt_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 109 | DECLARE_EVENT_CLASS(rpc_clnt_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 109 | DECLARE_EVENT_CLASS(rpc_clnt_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_rpc_clnt_new’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:168:1: note: in expansion of macro ‘TRACE_EVENT’ + 168 | TRACE_EVENT(rpc_clnt_new, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:168:1: note: in expansion of macro ‘TRACE_EVENT’ + 168 | TRACE_EVENT(rpc_clnt_new, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_rpc_clnt_new_err’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:206:1: note: in expansion of macro ‘TRACE_EVENT’ + 206 | TRACE_EVENT(rpc_clnt_new_err, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:206:1: note: in expansion of macro ‘TRACE_EVENT’ + 206 | TRACE_EVENT(rpc_clnt_new_err, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_rpc_clnt_clone_err’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:231:1: note: in expansion of macro ‘TRACE_EVENT’ + 231 | TRACE_EVENT(rpc_clnt_clone_err, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:231:1: note: in expansion of macro ‘TRACE_EVENT’ + 231 | TRACE_EVENT(rpc_clnt_clone_err, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_rpc_task_status’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:274:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 274 | DECLARE_EVENT_CLASS(rpc_task_status, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:274:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 274 | DECLARE_EVENT_CLASS(rpc_task_status, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_rpc_request’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:309:1: note: in expansion of macro ‘TRACE_EVENT’ + 309 | TRACE_EVENT(rpc_request, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:309:1: note: in expansion of macro ‘TRACE_EVENT’ + 309 | TRACE_EVENT(rpc_request, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_rpc_task_running’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:366:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 366 | DECLARE_EVENT_CLASS(rpc_task_running, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:366:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 366 | DECLARE_EVENT_CLASS(rpc_task_running, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_rpc_task_queued’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:418:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 418 | DECLARE_EVENT_CLASS(rpc_task_queued, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:418:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 418 | DECLARE_EVENT_CLASS(rpc_task_queued, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_rpc_failure’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:466:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 466 | DECLARE_EVENT_CLASS(rpc_failure, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:466:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 466 | DECLARE_EVENT_CLASS(rpc_failure, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_rpc_reply_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:496:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 496 | DECLARE_EVENT_CLASS(rpc_reply_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:496:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 496 | DECLARE_EVENT_CLASS(rpc_reply_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_rpc_buf_alloc’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:561:1: note: in expansion of macro ‘TRACE_EVENT’ + 561 | TRACE_EVENT(rpc_buf_alloc, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:561:1: note: in expansion of macro ‘TRACE_EVENT’ + 561 | TRACE_EVENT(rpc_buf_alloc, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_rpc_call_rpcerror’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:592:1: note: in expansion of macro ‘TRACE_EVENT’ + 592 | TRACE_EVENT(rpc_call_rpcerror, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:592:1: note: in expansion of macro ‘TRACE_EVENT’ + 592 | TRACE_EVENT(rpc_call_rpcerror, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_rpc_stats_latency’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:621:1: note: in expansion of macro ‘TRACE_EVENT’ + 621 | TRACE_EVENT(rpc_stats_latency, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:621:1: note: in expansion of macro ‘TRACE_EVENT’ + 621 | TRACE_EVENT(rpc_stats_latency, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_rpc_xdr_overflow’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:667:1: note: in expansion of macro ‘TRACE_EVENT’ + 667 | TRACE_EVENT(rpc_xdr_overflow, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:667:1: note: in expansion of macro ‘TRACE_EVENT’ + 667 | TRACE_EVENT(rpc_xdr_overflow, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_rpc_xdr_alignment’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:733:1: note: in expansion of macro ‘TRACE_EVENT’ + 733 | TRACE_EVENT(rpc_xdr_alignment, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:733:1: note: in expansion of macro ‘TRACE_EVENT’ + 733 | TRACE_EVENT(rpc_xdr_alignment, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_xs_socket_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:842:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 842 | DECLARE_EVENT_CLASS(xs_socket_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:842:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 842 | DECLARE_EVENT_CLASS(xs_socket_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_xs_socket_event_done’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:895:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 895 | DECLARE_EVENT_CLASS(xs_socket_event_done, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:895:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 895 | DECLARE_EVENT_CLASS(xs_socket_event_done, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_rpc_socket_nospace’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:959:1: note: in expansion of macro ‘TRACE_EVENT’ + 959 | TRACE_EVENT(rpc_socket_nospace, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:959:1: note: in expansion of macro ‘TRACE_EVENT’ + 959 | TRACE_EVENT(rpc_socket_nospace, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_rpc_xprt_lifetime_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1004:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1004 | DECLARE_EVENT_CLASS(rpc_xprt_lifetime_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1004:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1004 | DECLARE_EVENT_CLASS(rpc_xprt_lifetime_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_rpc_xprt_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1043:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1043 | DECLARE_EVENT_CLASS(rpc_xprt_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1043:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1043 | DECLARE_EVENT_CLASS(rpc_xprt_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_xprt_transmit’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1082:1: note: in expansion of macro ‘TRACE_EVENT’ + 1082 | TRACE_EVENT(xprt_transmit, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1082:1: note: in expansion of macro ‘TRACE_EVENT’ + 1082 | TRACE_EVENT(xprt_transmit, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_xprt_retransmit’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1113:1: note: in expansion of macro ‘TRACE_EVENT’ + 1113 | TRACE_EVENT(xprt_retransmit, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1113:1: note: in expansion of macro ‘TRACE_EVENT’ + 1113 | TRACE_EVENT(xprt_retransmit, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_xprt_ping’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1154:1: note: in expansion of macro ‘TRACE_EVENT’ + 1154 | TRACE_EVENT(xprt_ping, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1154:1: note: in expansion of macro ‘TRACE_EVENT’ + 1154 | TRACE_EVENT(xprt_ping, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_xprt_writelock_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1175 | DECLARE_EVENT_CLASS(xprt_writelock_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1175 | DECLARE_EVENT_CLASS(xprt_writelock_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_xprt_cong_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1221:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1221 | DECLARE_EVENT_CLASS(xprt_cong_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1221:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1221 | DECLARE_EVENT_CLASS(xprt_cong_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_xprt_reserve’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1278:1: note: in expansion of macro ‘TRACE_EVENT’ + 1278 | TRACE_EVENT(xprt_reserve, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1278:1: note: in expansion of macro ‘TRACE_EVENT’ + 1278 | TRACE_EVENT(xprt_reserve, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_xs_data_ready’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1302:1: note: in expansion of macro ‘TRACE_EVENT’ + 1302 | TRACE_EVENT(xs_data_ready, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1302:1: note: in expansion of macro ‘TRACE_EVENT’ + 1302 | TRACE_EVENT(xs_data_ready, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_xs_stream_read_data’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1322:1: note: in expansion of macro ‘TRACE_EVENT’ + 1322 | TRACE_EVENT(xs_stream_read_data, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1322:1: note: in expansion of macro ‘TRACE_EVENT’ + 1322 | TRACE_EVENT(xs_stream_read_data, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_xs_stream_read_request’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1347:1: note: in expansion of macro ‘TRACE_EVENT’ + 1347 | TRACE_EVENT(xs_stream_read_request, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1347:1: note: in expansion of macro ‘TRACE_EVENT’ + 1347 | TRACE_EVENT(xs_stream_read_request, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_rpcb_getport’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1375:1: note: in expansion of macro ‘TRACE_EVENT’ + 1375 | TRACE_EVENT(rpcb_getport, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1375:1: note: in expansion of macro ‘TRACE_EVENT’ + 1375 | TRACE_EVENT(rpcb_getport, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_rpcb_setport’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1412:1: note: in expansion of macro ‘TRACE_EVENT’ + 1412 | TRACE_EVENT(rpcb_setport, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1412:1: note: in expansion of macro ‘TRACE_EVENT’ + 1412 | TRACE_EVENT(rpcb_setport, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_pmap_register’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1441:1: note: in expansion of macro ‘TRACE_EVENT’ + 1441 | TRACE_EVENT(pmap_register, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1441:1: note: in expansion of macro ‘TRACE_EVENT’ + 1441 | TRACE_EVENT(pmap_register, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_rpcb_register’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1471:1: note: in expansion of macro ‘TRACE_EVENT’ + 1471 | TRACE_EVENT(rpcb_register, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1471:1: note: in expansion of macro ‘TRACE_EVENT’ + 1471 | TRACE_EVENT(rpcb_register, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_rpcb_unregister’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1501:1: note: in expansion of macro ‘TRACE_EVENT’ + 1501 | TRACE_EVENT(rpcb_unregister, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1501:1: note: in expansion of macro ‘TRACE_EVENT’ + 1501 | TRACE_EVENT(rpcb_unregister, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_rpc_tls_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1531:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1531 | DECLARE_EVENT_CLASS(rpc_tls_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1531:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1531 | DECLARE_EVENT_CLASS(rpc_tls_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_svc_xdr_msg_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1572:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1572 | DECLARE_EVENT_CLASS(svc_xdr_msg_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1572:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1572 | DECLARE_EVENT_CLASS(svc_xdr_msg_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_svc_xdr_buf_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1619:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1619 | DECLARE_EVENT_CLASS(svc_xdr_buf_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1619:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1619 | DECLARE_EVENT_CLASS(svc_xdr_buf_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_svc_authenticate’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h:1742:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 1742 | TRACE_EVENT_CONDITION(svc_authenticate, + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h:1742:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 1742 | TRACE_EVENT_CONDITION(svc_authenticate, + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_svc_process’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1773:1: note: in expansion of macro ‘TRACE_EVENT’ + 1773 | TRACE_EVENT(svc_process, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1773:1: note: in expansion of macro ‘TRACE_EVENT’ + 1773 | TRACE_EVENT(svc_process, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_svc_rqst_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1804:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1804 | DECLARE_EVENT_CLASS(svc_rqst_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1804:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1804 | DECLARE_EVENT_CLASS(svc_rqst_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_svc_rqst_status’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1837:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1837 | DECLARE_EVENT_CLASS(svc_rqst_status, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1837:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1837 | DECLARE_EVENT_CLASS(svc_rqst_status, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_svc_replace_page_err’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1868:1: note: in expansion of macro ‘TRACE_EVENT’ + 1868 | TRACE_EVENT(svc_replace_page_err, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1868:1: note: in expansion of macro ‘TRACE_EVENT’ + 1868 | TRACE_EVENT(svc_replace_page_err, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_svc_stats_latency’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1893:1: note: in expansion of macro ‘TRACE_EVENT’ + 1893 | TRACE_EVENT(svc_stats_latency, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1893:1: note: in expansion of macro ‘TRACE_EVENT’ + 1893 | TRACE_EVENT(svc_stats_latency, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_svc_xprt_create_err’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1957:1: note: in expansion of macro ‘TRACE_EVENT’ + 1957 | TRACE_EVENT(svc_xprt_create_err, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1957:1: note: in expansion of macro ‘TRACE_EVENT’ + 1957 | TRACE_EVENT(svc_xprt_create_err, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_svc_xprt_enqueue’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2010:1: note: in expansion of macro ‘TRACE_EVENT’ + 2010 | TRACE_EVENT(svc_xprt_enqueue, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2010:1: note: in expansion of macro ‘TRACE_EVENT’ + 2010 | TRACE_EVENT(svc_xprt_enqueue, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_svc_xprt_dequeue’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2034:1: note: in expansion of macro ‘TRACE_EVENT’ + 2034 | TRACE_EVENT(svc_xprt_dequeue, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2034:1: note: in expansion of macro ‘TRACE_EVENT’ + 2034 | TRACE_EVENT(svc_xprt_dequeue, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_svc_xprt_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2058:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2058 | DECLARE_EVENT_CLASS(svc_xprt_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2058:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2058 | DECLARE_EVENT_CLASS(svc_xprt_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_svc_xprt_accept’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2099:1: note: in expansion of macro ‘TRACE_EVENT’ + 2099 | TRACE_EVENT(svc_xprt_accept, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2099:1: note: in expansion of macro ‘TRACE_EVENT’ + 2099 | TRACE_EVENT(svc_xprt_accept, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_svc_wake_up’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2127:1: note: in expansion of macro ‘TRACE_EVENT’ + 2127 | TRACE_EVENT(svc_wake_up, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2127:1: note: in expansion of macro ‘TRACE_EVENT’ + 2127 | TRACE_EVENT(svc_wake_up, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_svc_alloc_arg_err’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2143:1: note: in expansion of macro ‘TRACE_EVENT’ + 2143 | TRACE_EVENT(svc_alloc_arg_err, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2143:1: note: in expansion of macro ‘TRACE_EVENT’ + 2143 | TRACE_EVENT(svc_alloc_arg_err, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_svc_deferred_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2165 | DECLARE_EVENT_CLASS(svc_deferred_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2165 | DECLARE_EVENT_CLASS(svc_deferred_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_svcsock_lifetime_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2199:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2199 | DECLARE_EVENT_CLASS(svcsock_lifetime_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2199:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2199 | DECLARE_EVENT_CLASS(svcsock_lifetime_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_svcsock_marker’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2240:1: note: in expansion of macro ‘TRACE_EVENT’ + 2240 | TRACE_EVENT(svcsock_marker, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2240:1: note: in expansion of macro ‘TRACE_EVENT’ + 2240 | TRACE_EVENT(svcsock_marker, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_svcsock_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2264:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2264 | DECLARE_EVENT_CLASS(svcsock_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2264:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2264 | DECLARE_EVENT_CLASS(svcsock_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_svcsock_tcp_recv_short’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2307:1: note: in expansion of macro ‘TRACE_EVENT’ + 2307 | TRACE_EVENT(svcsock_tcp_recv_short, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2307:1: note: in expansion of macro ‘TRACE_EVENT’ + 2307 | TRACE_EVENT(svcsock_tcp_recv_short, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_svcsock_tcp_state’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2336:1: note: in expansion of macro ‘TRACE_EVENT’ + 2336 | TRACE_EVENT(svcsock_tcp_state, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2336:1: note: in expansion of macro ‘TRACE_EVENT’ + 2336 | TRACE_EVENT(svcsock_tcp_state, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_svcsock_accept_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2365:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2365 | DECLARE_EVENT_CLASS(svcsock_accept_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2365:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2365 | DECLARE_EVENT_CLASS(svcsock_accept_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_cache_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2403:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2403 | DECLARE_EVENT_CLASS(cache_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2403:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2403 | DECLARE_EVENT_CLASS(cache_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_register_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2436:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2436 | DECLARE_EVENT_CLASS(register_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2436:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2436 | DECLARE_EVENT_CLASS(register_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘perf_trace_svc_unregister’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2490:1: note: in expansion of macro ‘TRACE_EVENT’ + 2490 | TRACE_EVENT(svc_unregister, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2490:1: note: in expansion of macro ‘TRACE_EVENT’ + 2490 | TRACE_EVENT(svc_unregister, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpc_xdr_buf_class’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 52 | DECLARE_EVENT_CLASS(rpc_xdr_buf_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:52:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 52 | DECLARE_EVENT_CLASS(rpc_xdr_buf_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpc_clnt_class’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 109 | DECLARE_EVENT_CLASS(rpc_clnt_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:109:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 109 | DECLARE_EVENT_CLASS(rpc_clnt_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpc_clnt_new’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:168:1: note: in expansion of macro ‘TRACE_EVENT’ + 168 | TRACE_EVENT(rpc_clnt_new, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:168:1: note: in expansion of macro ‘TRACE_EVENT’ + 168 | TRACE_EVENT(rpc_clnt_new, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpc_clnt_new_err’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:206:1: note: in expansion of macro ‘TRACE_EVENT’ + 206 | TRACE_EVENT(rpc_clnt_new_err, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:206:1: note: in expansion of macro ‘TRACE_EVENT’ + 206 | TRACE_EVENT(rpc_clnt_new_err, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpc_clnt_clone_err’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:231:1: note: in expansion of macro ‘TRACE_EVENT’ + 231 | TRACE_EVENT(rpc_clnt_clone_err, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:231:1: note: in expansion of macro ‘TRACE_EVENT’ + 231 | TRACE_EVENT(rpc_clnt_clone_err, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpc_task_status’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:274:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 274 | DECLARE_EVENT_CLASS(rpc_task_status, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:274:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 274 | DECLARE_EVENT_CLASS(rpc_task_status, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpc_request’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:309:1: note: in expansion of macro ‘TRACE_EVENT’ + 309 | TRACE_EVENT(rpc_request, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:309:1: note: in expansion of macro ‘TRACE_EVENT’ + 309 | TRACE_EVENT(rpc_request, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpc_task_running’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:366:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 366 | DECLARE_EVENT_CLASS(rpc_task_running, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:366:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 366 | DECLARE_EVENT_CLASS(rpc_task_running, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpc_task_queued’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:418:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 418 | DECLARE_EVENT_CLASS(rpc_task_queued, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:418:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 418 | DECLARE_EVENT_CLASS(rpc_task_queued, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpc_failure’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:466:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 466 | DECLARE_EVENT_CLASS(rpc_failure, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:466:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 466 | DECLARE_EVENT_CLASS(rpc_failure, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpc_reply_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:496:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 496 | DECLARE_EVENT_CLASS(rpc_reply_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:496:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 496 | DECLARE_EVENT_CLASS(rpc_reply_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpc_buf_alloc’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:561:1: note: in expansion of macro ‘TRACE_EVENT’ + 561 | TRACE_EVENT(rpc_buf_alloc, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:561:1: note: in expansion of macro ‘TRACE_EVENT’ + 561 | TRACE_EVENT(rpc_buf_alloc, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpc_call_rpcerror’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:592:1: note: in expansion of macro ‘TRACE_EVENT’ + 592 | TRACE_EVENT(rpc_call_rpcerror, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:592:1: note: in expansion of macro ‘TRACE_EVENT’ + 592 | TRACE_EVENT(rpc_call_rpcerror, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpc_stats_latency’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:621:1: note: in expansion of macro ‘TRACE_EVENT’ + 621 | TRACE_EVENT(rpc_stats_latency, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:621:1: note: in expansion of macro ‘TRACE_EVENT’ + 621 | TRACE_EVENT(rpc_stats_latency, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpc_xdr_overflow’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:667:1: note: in expansion of macro ‘TRACE_EVENT’ + 667 | TRACE_EVENT(rpc_xdr_overflow, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:667:1: note: in expansion of macro ‘TRACE_EVENT’ + 667 | TRACE_EVENT(rpc_xdr_overflow, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpc_xdr_alignment’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:733:1: note: in expansion of macro ‘TRACE_EVENT’ + 733 | TRACE_EVENT(rpc_xdr_alignment, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:733:1: note: in expansion of macro ‘TRACE_EVENT’ + 733 | TRACE_EVENT(rpc_xdr_alignment, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_xs_socket_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:842:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 842 | DECLARE_EVENT_CLASS(xs_socket_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:842:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 842 | DECLARE_EVENT_CLASS(xs_socket_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_xs_socket_event_done’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:895:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 895 | DECLARE_EVENT_CLASS(xs_socket_event_done, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:895:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 895 | DECLARE_EVENT_CLASS(xs_socket_event_done, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpc_socket_nospace’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:959:1: note: in expansion of macro ‘TRACE_EVENT’ + 959 | TRACE_EVENT(rpc_socket_nospace, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:959:1: note: in expansion of macro ‘TRACE_EVENT’ + 959 | TRACE_EVENT(rpc_socket_nospace, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpc_xprt_lifetime_class’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1004:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1004 | DECLARE_EVENT_CLASS(rpc_xprt_lifetime_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1004:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1004 | DECLARE_EVENT_CLASS(rpc_xprt_lifetime_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpc_xprt_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1043:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1043 | DECLARE_EVENT_CLASS(rpc_xprt_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1043:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1043 | DECLARE_EVENT_CLASS(rpc_xprt_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_xprt_transmit’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1082:1: note: in expansion of macro ‘TRACE_EVENT’ + 1082 | TRACE_EVENT(xprt_transmit, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1082:1: note: in expansion of macro ‘TRACE_EVENT’ + 1082 | TRACE_EVENT(xprt_transmit, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_xprt_retransmit’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1113:1: note: in expansion of macro ‘TRACE_EVENT’ + 1113 | TRACE_EVENT(xprt_retransmit, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1113:1: note: in expansion of macro ‘TRACE_EVENT’ + 1113 | TRACE_EVENT(xprt_retransmit, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_xprt_ping’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1154:1: note: in expansion of macro ‘TRACE_EVENT’ + 1154 | TRACE_EVENT(xprt_ping, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1154:1: note: in expansion of macro ‘TRACE_EVENT’ + 1154 | TRACE_EVENT(xprt_ping, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_xprt_writelock_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1175 | DECLARE_EVENT_CLASS(xprt_writelock_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1175 | DECLARE_EVENT_CLASS(xprt_writelock_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_xprt_cong_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1221:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1221 | DECLARE_EVENT_CLASS(xprt_cong_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1221:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1221 | DECLARE_EVENT_CLASS(xprt_cong_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_xprt_reserve’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1278:1: note: in expansion of macro ‘TRACE_EVENT’ + 1278 | TRACE_EVENT(xprt_reserve, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1278:1: note: in expansion of macro ‘TRACE_EVENT’ + 1278 | TRACE_EVENT(xprt_reserve, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_xs_data_ready’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1302:1: note: in expansion of macro ‘TRACE_EVENT’ + 1302 | TRACE_EVENT(xs_data_ready, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1302:1: note: in expansion of macro ‘TRACE_EVENT’ + 1302 | TRACE_EVENT(xs_data_ready, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_xs_stream_read_data’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1322:1: note: in expansion of macro ‘TRACE_EVENT’ + 1322 | TRACE_EVENT(xs_stream_read_data, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1322:1: note: in expansion of macro ‘TRACE_EVENT’ + 1322 | TRACE_EVENT(xs_stream_read_data, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_xs_stream_read_request’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1347:1: note: in expansion of macro ‘TRACE_EVENT’ + 1347 | TRACE_EVENT(xs_stream_read_request, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1347:1: note: in expansion of macro ‘TRACE_EVENT’ + 1347 | TRACE_EVENT(xs_stream_read_request, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpcb_getport’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1375:1: note: in expansion of macro ‘TRACE_EVENT’ + 1375 | TRACE_EVENT(rpcb_getport, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1375:1: note: in expansion of macro ‘TRACE_EVENT’ + 1375 | TRACE_EVENT(rpcb_getport, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpcb_setport’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1412:1: note: in expansion of macro ‘TRACE_EVENT’ + 1412 | TRACE_EVENT(rpcb_setport, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1412:1: note: in expansion of macro ‘TRACE_EVENT’ + 1412 | TRACE_EVENT(rpcb_setport, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_pmap_register’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1441:1: note: in expansion of macro ‘TRACE_EVENT’ + 1441 | TRACE_EVENT(pmap_register, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1441:1: note: in expansion of macro ‘TRACE_EVENT’ + 1441 | TRACE_EVENT(pmap_register, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpcb_register’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1471:1: note: in expansion of macro ‘TRACE_EVENT’ + 1471 | TRACE_EVENT(rpcb_register, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1471:1: note: in expansion of macro ‘TRACE_EVENT’ + 1471 | TRACE_EVENT(rpcb_register, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpcb_unregister’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1501:1: note: in expansion of macro ‘TRACE_EVENT’ + 1501 | TRACE_EVENT(rpcb_unregister, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1501:1: note: in expansion of macro ‘TRACE_EVENT’ + 1501 | TRACE_EVENT(rpcb_unregister, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_rpc_tls_class’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1531:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1531 | DECLARE_EVENT_CLASS(rpc_tls_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1531:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1531 | DECLARE_EVENT_CLASS(rpc_tls_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_svc_xdr_msg_class’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1572:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1572 | DECLARE_EVENT_CLASS(svc_xdr_msg_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1572:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1572 | DECLARE_EVENT_CLASS(svc_xdr_msg_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_svc_xdr_buf_class’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1619:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1619 | DECLARE_EVENT_CLASS(svc_xdr_buf_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1619:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1619 | DECLARE_EVENT_CLASS(svc_xdr_buf_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_svc_authenticate’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h:1742:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 1742 | TRACE_EVENT_CONDITION(svc_authenticate, + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h:1742:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 1742 | TRACE_EVENT_CONDITION(svc_authenticate, + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_svc_process’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1773:1: note: in expansion of macro ‘TRACE_EVENT’ + 1773 | TRACE_EVENT(svc_process, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1773:1: note: in expansion of macro ‘TRACE_EVENT’ + 1773 | TRACE_EVENT(svc_process, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_svc_rqst_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1804:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1804 | DECLARE_EVENT_CLASS(svc_rqst_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1804:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1804 | DECLARE_EVENT_CLASS(svc_rqst_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_svc_rqst_status’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1837:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1837 | DECLARE_EVENT_CLASS(svc_rqst_status, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1837:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1837 | DECLARE_EVENT_CLASS(svc_rqst_status, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_svc_replace_page_err’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1868:1: note: in expansion of macro ‘TRACE_EVENT’ + 1868 | TRACE_EVENT(svc_replace_page_err, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1868:1: note: in expansion of macro ‘TRACE_EVENT’ + 1868 | TRACE_EVENT(svc_replace_page_err, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_svc_stats_latency’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1893:1: note: in expansion of macro ‘TRACE_EVENT’ + 1893 | TRACE_EVENT(svc_stats_latency, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1893:1: note: in expansion of macro ‘TRACE_EVENT’ + 1893 | TRACE_EVENT(svc_stats_latency, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_svc_xprt_create_err’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1957:1: note: in expansion of macro ‘TRACE_EVENT’ + 1957 | TRACE_EVENT(svc_xprt_create_err, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:1957:1: note: in expansion of macro ‘TRACE_EVENT’ + 1957 | TRACE_EVENT(svc_xprt_create_err, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_svc_xprt_enqueue’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2010:1: note: in expansion of macro ‘TRACE_EVENT’ + 2010 | TRACE_EVENT(svc_xprt_enqueue, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2010:1: note: in expansion of macro ‘TRACE_EVENT’ + 2010 | TRACE_EVENT(svc_xprt_enqueue, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_svc_xprt_dequeue’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2034:1: note: in expansion of macro ‘TRACE_EVENT’ + 2034 | TRACE_EVENT(svc_xprt_dequeue, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2034:1: note: in expansion of macro ‘TRACE_EVENT’ + 2034 | TRACE_EVENT(svc_xprt_dequeue, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_svc_xprt_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2058:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2058 | DECLARE_EVENT_CLASS(svc_xprt_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2058:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2058 | DECLARE_EVENT_CLASS(svc_xprt_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_svc_xprt_accept’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2099:1: note: in expansion of macro ‘TRACE_EVENT’ + 2099 | TRACE_EVENT(svc_xprt_accept, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2099:1: note: in expansion of macro ‘TRACE_EVENT’ + 2099 | TRACE_EVENT(svc_xprt_accept, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_svc_wake_up’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2127:1: note: in expansion of macro ‘TRACE_EVENT’ + 2127 | TRACE_EVENT(svc_wake_up, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2127:1: note: in expansion of macro ‘TRACE_EVENT’ + 2127 | TRACE_EVENT(svc_wake_up, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_svc_alloc_arg_err’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2143:1: note: in expansion of macro ‘TRACE_EVENT’ + 2143 | TRACE_EVENT(svc_alloc_arg_err, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2143:1: note: in expansion of macro ‘TRACE_EVENT’ + 2143 | TRACE_EVENT(svc_alloc_arg_err, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_svc_deferred_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2165 | DECLARE_EVENT_CLASS(svc_deferred_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2165 | DECLARE_EVENT_CLASS(svc_deferred_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_svcsock_lifetime_class’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2199:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2199 | DECLARE_EVENT_CLASS(svcsock_lifetime_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2199:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2199 | DECLARE_EVENT_CLASS(svcsock_lifetime_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_svcsock_marker’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2240:1: note: in expansion of macro ‘TRACE_EVENT’ + 2240 | TRACE_EVENT(svcsock_marker, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2240:1: note: in expansion of macro ‘TRACE_EVENT’ + 2240 | TRACE_EVENT(svcsock_marker, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_svcsock_class’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2264:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2264 | DECLARE_EVENT_CLASS(svcsock_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2264:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2264 | DECLARE_EVENT_CLASS(svcsock_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_svcsock_tcp_recv_short’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2307:1: note: in expansion of macro ‘TRACE_EVENT’ + 2307 | TRACE_EVENT(svcsock_tcp_recv_short, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2307:1: note: in expansion of macro ‘TRACE_EVENT’ + 2307 | TRACE_EVENT(svcsock_tcp_recv_short, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_svcsock_tcp_state’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2336:1: note: in expansion of macro ‘TRACE_EVENT’ + 2336 | TRACE_EVENT(svcsock_tcp_state, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2336:1: note: in expansion of macro ‘TRACE_EVENT’ + 2336 | TRACE_EVENT(svcsock_tcp_state, + | ^~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_svcsock_accept_class’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2365:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2365 | DECLARE_EVENT_CLASS(svcsock_accept_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2365:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2365 | DECLARE_EVENT_CLASS(svcsock_accept_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_cache_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2403:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2403 | DECLARE_EVENT_CLASS(cache_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2403:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2403 | DECLARE_EVENT_CLASS(cache_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_register_class’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2436:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2436 | DECLARE_EVENT_CLASS(register_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2436:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2436 | DECLARE_EVENT_CLASS(register_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h: In function ‘__bpf_trace_svc_unregister’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2490:1: note: in expansion of macro ‘TRACE_EVENT’ + 2490 | TRACE_EVENT(svc_unregister, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/sunrpc.h:2490:1: note: in expansion of macro ‘TRACE_EVENT’ + 2490 | TRACE_EVENT(svc_unregister, + | ^~~~~~~~~~~ +make[5]: *** [../scripts/Makefile.build:244: net/sunrpc/sched.o] Error 1 +In file included from ../include/trace/define_trace.h:108, + from ../fs/nfs/nfs4trace.h:2701, + from ../fs/nfs/nfs4trace.c:15: +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_clientid_event’: +../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 35 | DECLARE_EVENT_CLASS(nfs4_clientid_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 35 | DECLARE_EVENT_CLASS(nfs4_clientid_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 35 | DECLARE_EVENT_CLASS(nfs4_clientid_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 35 | DECLARE_EVENT_CLASS(nfs4_clientid_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] + 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ + | ^~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 35 | DECLARE_EVENT_CLASS(nfs4_clientid_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_trunked_exchange_id’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ + 80 | TRACE_EVENT(nfs4_trunked_exchange_id, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ + 80 | TRACE_EVENT(nfs4_trunked_exchange_id, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_sequence_done’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:110:1: note: in expansion of macro ‘TRACE_EVENT’ + 110 | TRACE_EVENT(nfs4_sequence_done, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:110:1: note: in expansion of macro ‘TRACE_EVENT’ + 110 | TRACE_EVENT(nfs4_sequence_done, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_cb_sequence’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ + 158 | TRACE_EVENT(nfs4_cb_sequence, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ + 158 | TRACE_EVENT(nfs4_cb_sequence, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_cb_seqid_err’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ + 196 | TRACE_EVENT(nfs4_cb_seqid_err, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ + 196 | TRACE_EVENT(nfs4_cb_seqid_err, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_cb_offload’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:233:1: note: in expansion of macro ‘TRACE_EVENT’ + 233 | TRACE_EVENT(nfs4_cb_offload, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:233:1: note: in expansion of macro ‘TRACE_EVENT’ + 233 | TRACE_EVENT(nfs4_cb_offload, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_setup_sequence’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:278:1: note: in expansion of macro ‘TRACE_EVENT’ + 278 | TRACE_EVENT(nfs4_setup_sequence, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:278:1: note: in expansion of macro ‘TRACE_EVENT’ + 278 | TRACE_EVENT(nfs4_setup_sequence, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_state_mgr’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:354:1: note: in expansion of macro ‘TRACE_EVENT’ + 354 | TRACE_EVENT(nfs4_state_mgr, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:354:1: note: in expansion of macro ‘TRACE_EVENT’ + 354 | TRACE_EVENT(nfs4_state_mgr, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_state_mgr_failed’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:377:1: note: in expansion of macro ‘TRACE_EVENT’ + 377 | TRACE_EVENT(nfs4_state_mgr_failed, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:377:1: note: in expansion of macro ‘TRACE_EVENT’ + 377 | TRACE_EVENT(nfs4_state_mgr_failed, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_xdr_bad_operation’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:409:1: note: in expansion of macro ‘TRACE_EVENT’ + 409 | TRACE_EVENT(nfs4_xdr_bad_operation, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:409:1: note: in expansion of macro ‘TRACE_EVENT’ + 409 | TRACE_EVENT(nfs4_xdr_bad_operation, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_xdr_event’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:444:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 444 | DECLARE_EVENT_CLASS(nfs4_xdr_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:444:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 444 | DECLARE_EVENT_CLASS(nfs4_xdr_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_cb_error_class’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:490:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 490 | DECLARE_EVENT_CLASS(nfs4_cb_error_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:490:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 490 | DECLARE_EVENT_CLASS(nfs4_cb_error_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_open_event’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:525:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 525 | DECLARE_EVENT_CLASS(nfs4_open_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:525:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 525 | DECLARE_EVENT_CLASS(nfs4_open_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_cached_open’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:617:1: note: in expansion of macro ‘TRACE_EVENT’ + 617 | TRACE_EVENT(nfs4_cached_open, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:617:1: note: in expansion of macro ‘TRACE_EVENT’ + 617 | TRACE_EVENT(nfs4_cached_open, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_close’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:656:1: note: in expansion of macro ‘TRACE_EVENT’ + 656 | TRACE_EVENT(nfs4_close, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:656:1: note: in expansion of macro ‘TRACE_EVENT’ + 656 | TRACE_EVENT(nfs4_close, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_lock_event’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:704:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 704 | DECLARE_EVENT_CLASS(nfs4_lock_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:704:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 704 | DECLARE_EVENT_CLASS(nfs4_lock_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_set_lock’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:773:1: note: in expansion of macro ‘TRACE_EVENT’ + 773 | TRACE_EVENT(nfs4_set_lock, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:773:1: note: in expansion of macro ‘TRACE_EVENT’ + 773 | TRACE_EVENT(nfs4_set_lock, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_state_lock_reclaim’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:877:1: note: in expansion of macro ‘TRACE_EVENT’ + 877 | TRACE_EVENT(nfs4_state_lock_reclaim, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:877:1: note: in expansion of macro ‘TRACE_EVENT’ + 877 | TRACE_EVENT(nfs4_state_lock_reclaim, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_set_delegation_event’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:920:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 920 | DECLARE_EVENT_CLASS(nfs4_set_delegation_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:920:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 920 | DECLARE_EVENT_CLASS(nfs4_set_delegation_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_delegreturn_exit’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:960:1: note: in expansion of macro ‘TRACE_EVENT’ + 960 | TRACE_EVENT(nfs4_delegreturn_exit, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:960:1: note: in expansion of macro ‘TRACE_EVENT’ + 960 | TRACE_EVENT(nfs4_delegreturn_exit, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_test_stateid_event’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:999:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 999 | DECLARE_EVENT_CLASS(nfs4_test_stateid_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:999:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 999 | DECLARE_EVENT_CLASS(nfs4_test_stateid_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_lookup_event’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1055:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1055 | DECLARE_EVENT_CLASS(nfs4_lookup_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1055:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1055 | DECLARE_EVENT_CLASS(nfs4_lookup_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_lookupp’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1105:1: note: in expansion of macro ‘TRACE_EVENT’ + 1105 | TRACE_EVENT(nfs4_lookupp, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1105:1: note: in expansion of macro ‘TRACE_EVENT’ + 1105 | TRACE_EVENT(nfs4_lookupp, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_rename’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1134:1: note: in expansion of macro ‘TRACE_EVENT’ + 1134 | TRACE_EVENT(nfs4_rename, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1134:1: note: in expansion of macro ‘TRACE_EVENT’ + 1134 | TRACE_EVENT(nfs4_rename, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_inode_event’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1177:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1177 | DECLARE_EVENT_CLASS(nfs4_inode_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1177:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1177 | DECLARE_EVENT_CLASS(nfs4_inode_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_inode_stateid_event’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1227:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1227 | DECLARE_EVENT_CLASS(nfs4_inode_stateid_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1227:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1227 | DECLARE_EVENT_CLASS(nfs4_inode_stateid_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_getattr_event’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1283:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1283 | DECLARE_EVENT_CLASS(nfs4_getattr_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1283:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1283 | DECLARE_EVENT_CLASS(nfs4_getattr_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_inode_callback_event’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1334:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1334 | DECLARE_EVENT_CLASS(nfs4_inode_callback_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1334:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1334 | DECLARE_EVENT_CLASS(nfs4_inode_callback_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_inode_stateid_callback_event’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1388:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1388 | DECLARE_EVENT_CLASS(nfs4_inode_stateid_callback_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1388:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1388 | DECLARE_EVENT_CLASS(nfs4_inode_stateid_callback_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_idmap_event’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1452:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1452 | DECLARE_EVENT_CLASS(nfs4_idmap_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1452:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1452 | DECLARE_EVENT_CLASS(nfs4_idmap_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_read_event’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1505:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1505 | DECLARE_EVENT_CLASS(nfs4_read_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1505:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1505 | DECLARE_EVENT_CLASS(nfs4_read_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_write_event’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1579:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1579 | DECLARE_EVENT_CLASS(nfs4_write_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1579:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1579 | DECLARE_EVENT_CLASS(nfs4_write_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_commit_event’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1654:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1654 | DECLARE_EVENT_CLASS(nfs4_commit_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1654:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1654 | DECLARE_EVENT_CLASS(nfs4_commit_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_layoutget’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1715:1: note: in expansion of macro ‘TRACE_EVENT’ + 1715 | TRACE_EVENT(nfs4_layoutget, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1715:1: note: in expansion of macro ‘TRACE_EVENT’ + 1715 | TRACE_EVENT(nfs4_layoutget, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_pnfs_update_layout’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1820:1: note: in expansion of macro ‘TRACE_EVENT’ + 1820 | TRACE_EVENT(pnfs_update_layout, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1820:1: note: in expansion of macro ‘TRACE_EVENT’ + 1820 | TRACE_EVENT(pnfs_update_layout, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_pnfs_layout_event’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1877:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1877 | DECLARE_EVENT_CLASS(pnfs_layout_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1877:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1877 | DECLARE_EVENT_CLASS(pnfs_layout_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_deviceid_event’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1949:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1949 | DECLARE_EVENT_CLASS(nfs4_deviceid_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1949:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1949 | DECLARE_EVENT_CLASS(nfs4_deviceid_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_deviceid_status’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1982:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1982 | DECLARE_EVENT_CLASS(nfs4_deviceid_status, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1982:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1982 | DECLARE_EVENT_CLASS(nfs4_deviceid_status, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_fl_getdevinfo’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2024:1: note: in expansion of macro ‘TRACE_EVENT’ + 2024 | TRACE_EVENT(fl_getdevinfo, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2024:1: note: in expansion of macro ‘TRACE_EVENT’ + 2024 | TRACE_EVENT(fl_getdevinfo, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_flexfiles_io_event’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2052:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2052 | DECLARE_EVENT_CLASS(nfs4_flexfiles_io_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2052:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2052 | DECLARE_EVENT_CLASS(nfs4_flexfiles_io_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_ff_layout_commit_error’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2112:1: note: in expansion of macro ‘TRACE_EVENT’ + 2112 | TRACE_EVENT(ff_layout_commit_error, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2112:1: note: in expansion of macro ‘TRACE_EVENT’ + 2112 | TRACE_EVENT(ff_layout_commit_error, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_pnfs_bl_pr_key_class’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2156 | DECLARE_EVENT_CLASS(pnfs_bl_pr_key_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2156 | DECLARE_EVENT_CLASS(pnfs_bl_pr_key_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_pnfs_bl_pr_key_err_class’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2207:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2207 | DECLARE_EVENT_CLASS(pnfs_bl_pr_key_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2207:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2207 | DECLARE_EVENT_CLASS(pnfs_bl_pr_key_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_llseek’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2253:1: note: in expansion of macro ‘TRACE_EVENT’ + 2253 | TRACE_EVENT(nfs4_llseek, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2253:1: note: in expansion of macro ‘TRACE_EVENT’ + 2253 | TRACE_EVENT(nfs4_llseek, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_sparse_event’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2317:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2317 | DECLARE_EVENT_CLASS(nfs4_sparse_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2317:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2317 | DECLARE_EVENT_CLASS(nfs4_sparse_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_copy’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2374:1: note: in expansion of macro ‘TRACE_EVENT’ + 2374 | TRACE_EVENT(nfs4_copy, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2374:1: note: in expansion of macro ‘TRACE_EVENT’ + 2374 | TRACE_EVENT(nfs4_copy, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_clone’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2481:1: note: in expansion of macro ‘TRACE_EVENT’ + 2481 | TRACE_EVENT(nfs4_clone, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2481:1: note: in expansion of macro ‘TRACE_EVENT’ + 2481 | TRACE_EVENT(nfs4_clone, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_copy_notify’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2554:1: note: in expansion of macro ‘TRACE_EVENT’ + 2554 | TRACE_EVENT(nfs4_copy_notify, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2554:1: note: in expansion of macro ‘TRACE_EVENT’ + 2554 | TRACE_EVENT(nfs4_copy_notify, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_offload_cancel’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2611:1: note: in expansion of macro ‘TRACE_EVENT’ + 2611 | TRACE_EVENT(nfs4_offload_cancel, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2611:1: note: in expansion of macro ‘TRACE_EVENT’ + 2611 | TRACE_EVENT(nfs4_offload_cancel, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_xattr_event’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2644:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2644 | DECLARE_EVENT_CLASS(nfs4_xattr_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2644:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2644 | DECLARE_EVENT_CLASS(nfs4_xattr_event, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_clientid_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 35 | DECLARE_EVENT_CLASS(nfs4_clientid_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 35 | DECLARE_EVENT_CLASS(nfs4_clientid_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_trunked_exchange_id’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ + 80 | TRACE_EVENT(nfs4_trunked_exchange_id, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ + 80 | TRACE_EVENT(nfs4_trunked_exchange_id, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_sequence_done’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:110:1: note: in expansion of macro ‘TRACE_EVENT’ + 110 | TRACE_EVENT(nfs4_sequence_done, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:110:1: note: in expansion of macro ‘TRACE_EVENT’ + 110 | TRACE_EVENT(nfs4_sequence_done, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_cb_sequence’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ + 158 | TRACE_EVENT(nfs4_cb_sequence, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ + 158 | TRACE_EVENT(nfs4_cb_sequence, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_cb_seqid_err’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ + 196 | TRACE_EVENT(nfs4_cb_seqid_err, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ + 196 | TRACE_EVENT(nfs4_cb_seqid_err, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_cb_offload’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:233:1: note: in expansion of macro ‘TRACE_EVENT’ + 233 | TRACE_EVENT(nfs4_cb_offload, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:233:1: note: in expansion of macro ‘TRACE_EVENT’ + 233 | TRACE_EVENT(nfs4_cb_offload, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_setup_sequence’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:278:1: note: in expansion of macro ‘TRACE_EVENT’ + 278 | TRACE_EVENT(nfs4_setup_sequence, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:278:1: note: in expansion of macro ‘TRACE_EVENT’ + 278 | TRACE_EVENT(nfs4_setup_sequence, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_state_mgr’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:354:1: note: in expansion of macro ‘TRACE_EVENT’ + 354 | TRACE_EVENT(nfs4_state_mgr, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:354:1: note: in expansion of macro ‘TRACE_EVENT’ + 354 | TRACE_EVENT(nfs4_state_mgr, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_state_mgr_failed’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:377:1: note: in expansion of macro ‘TRACE_EVENT’ + 377 | TRACE_EVENT(nfs4_state_mgr_failed, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:377:1: note: in expansion of macro ‘TRACE_EVENT’ + 377 | TRACE_EVENT(nfs4_state_mgr_failed, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_xdr_bad_operation’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:409:1: note: in expansion of macro ‘TRACE_EVENT’ + 409 | TRACE_EVENT(nfs4_xdr_bad_operation, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:409:1: note: in expansion of macro ‘TRACE_EVENT’ + 409 | TRACE_EVENT(nfs4_xdr_bad_operation, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_xdr_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:444:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 444 | DECLARE_EVENT_CLASS(nfs4_xdr_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:444:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 444 | DECLARE_EVENT_CLASS(nfs4_xdr_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_cb_error_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:490:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 490 | DECLARE_EVENT_CLASS(nfs4_cb_error_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:490:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 490 | DECLARE_EVENT_CLASS(nfs4_cb_error_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_open_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:525:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 525 | DECLARE_EVENT_CLASS(nfs4_open_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:525:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 525 | DECLARE_EVENT_CLASS(nfs4_open_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_cached_open’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:617:1: note: in expansion of macro ‘TRACE_EVENT’ + 617 | TRACE_EVENT(nfs4_cached_open, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:617:1: note: in expansion of macro ‘TRACE_EVENT’ + 617 | TRACE_EVENT(nfs4_cached_open, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_close’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:656:1: note: in expansion of macro ‘TRACE_EVENT’ + 656 | TRACE_EVENT(nfs4_close, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:656:1: note: in expansion of macro ‘TRACE_EVENT’ + 656 | TRACE_EVENT(nfs4_close, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_lock_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:704:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 704 | DECLARE_EVENT_CLASS(nfs4_lock_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:704:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 704 | DECLARE_EVENT_CLASS(nfs4_lock_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_set_lock’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:773:1: note: in expansion of macro ‘TRACE_EVENT’ + 773 | TRACE_EVENT(nfs4_set_lock, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:773:1: note: in expansion of macro ‘TRACE_EVENT’ + 773 | TRACE_EVENT(nfs4_set_lock, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_state_lock_reclaim’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:877:1: note: in expansion of macro ‘TRACE_EVENT’ + 877 | TRACE_EVENT(nfs4_state_lock_reclaim, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:877:1: note: in expansion of macro ‘TRACE_EVENT’ + 877 | TRACE_EVENT(nfs4_state_lock_reclaim, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_set_delegation_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:920:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 920 | DECLARE_EVENT_CLASS(nfs4_set_delegation_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:920:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 920 | DECLARE_EVENT_CLASS(nfs4_set_delegation_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_delegreturn_exit’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:960:1: note: in expansion of macro ‘TRACE_EVENT’ + 960 | TRACE_EVENT(nfs4_delegreturn_exit, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:960:1: note: in expansion of macro ‘TRACE_EVENT’ + 960 | TRACE_EVENT(nfs4_delegreturn_exit, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_test_stateid_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:999:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 999 | DECLARE_EVENT_CLASS(nfs4_test_stateid_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:999:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 999 | DECLARE_EVENT_CLASS(nfs4_test_stateid_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_lookup_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1055:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1055 | DECLARE_EVENT_CLASS(nfs4_lookup_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1055:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1055 | DECLARE_EVENT_CLASS(nfs4_lookup_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_lookupp’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1105:1: note: in expansion of macro ‘TRACE_EVENT’ + 1105 | TRACE_EVENT(nfs4_lookupp, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1105:1: note: in expansion of macro ‘TRACE_EVENT’ + 1105 | TRACE_EVENT(nfs4_lookupp, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_rename’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1134:1: note: in expansion of macro ‘TRACE_EVENT’ + 1134 | TRACE_EVENT(nfs4_rename, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1134:1: note: in expansion of macro ‘TRACE_EVENT’ + 1134 | TRACE_EVENT(nfs4_rename, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_inode_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1177:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1177 | DECLARE_EVENT_CLASS(nfs4_inode_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1177:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1177 | DECLARE_EVENT_CLASS(nfs4_inode_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_inode_stateid_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1227:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1227 | DECLARE_EVENT_CLASS(nfs4_inode_stateid_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1227:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1227 | DECLARE_EVENT_CLASS(nfs4_inode_stateid_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_getattr_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1283:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1283 | DECLARE_EVENT_CLASS(nfs4_getattr_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1283:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1283 | DECLARE_EVENT_CLASS(nfs4_getattr_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_inode_callback_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1334:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1334 | DECLARE_EVENT_CLASS(nfs4_inode_callback_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1334:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1334 | DECLARE_EVENT_CLASS(nfs4_inode_callback_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_inode_stateid_callback_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1388:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1388 | DECLARE_EVENT_CLASS(nfs4_inode_stateid_callback_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1388:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1388 | DECLARE_EVENT_CLASS(nfs4_inode_stateid_callback_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_idmap_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1452:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1452 | DECLARE_EVENT_CLASS(nfs4_idmap_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1452:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1452 | DECLARE_EVENT_CLASS(nfs4_idmap_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_read_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1505:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1505 | DECLARE_EVENT_CLASS(nfs4_read_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1505:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1505 | DECLARE_EVENT_CLASS(nfs4_read_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_write_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1579:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1579 | DECLARE_EVENT_CLASS(nfs4_write_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1579:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1579 | DECLARE_EVENT_CLASS(nfs4_write_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_commit_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1654:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1654 | DECLARE_EVENT_CLASS(nfs4_commit_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1654:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1654 | DECLARE_EVENT_CLASS(nfs4_commit_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_layoutget’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1715:1: note: in expansion of macro ‘TRACE_EVENT’ + 1715 | TRACE_EVENT(nfs4_layoutget, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1715:1: note: in expansion of macro ‘TRACE_EVENT’ + 1715 | TRACE_EVENT(nfs4_layoutget, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_pnfs_update_layout’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1820:1: note: in expansion of macro ‘TRACE_EVENT’ + 1820 | TRACE_EVENT(pnfs_update_layout, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1820:1: note: in expansion of macro ‘TRACE_EVENT’ + 1820 | TRACE_EVENT(pnfs_update_layout, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_pnfs_layout_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1877:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1877 | DECLARE_EVENT_CLASS(pnfs_layout_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1877:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1877 | DECLARE_EVENT_CLASS(pnfs_layout_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_deviceid_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1949:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1949 | DECLARE_EVENT_CLASS(nfs4_deviceid_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1949:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1949 | DECLARE_EVENT_CLASS(nfs4_deviceid_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_deviceid_status’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1982:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1982 | DECLARE_EVENT_CLASS(nfs4_deviceid_status, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1982:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1982 | DECLARE_EVENT_CLASS(nfs4_deviceid_status, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_fl_getdevinfo’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2024:1: note: in expansion of macro ‘TRACE_EVENT’ + 2024 | TRACE_EVENT(fl_getdevinfo, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2024:1: note: in expansion of macro ‘TRACE_EVENT’ + 2024 | TRACE_EVENT(fl_getdevinfo, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_flexfiles_io_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2052:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2052 | DECLARE_EVENT_CLASS(nfs4_flexfiles_io_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2052:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2052 | DECLARE_EVENT_CLASS(nfs4_flexfiles_io_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_ff_layout_commit_error’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2112:1: note: in expansion of macro ‘TRACE_EVENT’ + 2112 | TRACE_EVENT(ff_layout_commit_error, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2112:1: note: in expansion of macro ‘TRACE_EVENT’ + 2112 | TRACE_EVENT(ff_layout_commit_error, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_pnfs_bl_pr_key_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2156 | DECLARE_EVENT_CLASS(pnfs_bl_pr_key_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2156 | DECLARE_EVENT_CLASS(pnfs_bl_pr_key_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_pnfs_bl_pr_key_err_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2207:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2207 | DECLARE_EVENT_CLASS(pnfs_bl_pr_key_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2207:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2207 | DECLARE_EVENT_CLASS(pnfs_bl_pr_key_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_llseek’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2253:1: note: in expansion of macro ‘TRACE_EVENT’ + 2253 | TRACE_EVENT(nfs4_llseek, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2253:1: note: in expansion of macro ‘TRACE_EVENT’ + 2253 | TRACE_EVENT(nfs4_llseek, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_sparse_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2317:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2317 | DECLARE_EVENT_CLASS(nfs4_sparse_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2317:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2317 | DECLARE_EVENT_CLASS(nfs4_sparse_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_copy’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2374:1: note: in expansion of macro ‘TRACE_EVENT’ + 2374 | TRACE_EVENT(nfs4_copy, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2374:1: note: in expansion of macro ‘TRACE_EVENT’ + 2374 | TRACE_EVENT(nfs4_copy, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_clone’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2481:1: note: in expansion of macro ‘TRACE_EVENT’ + 2481 | TRACE_EVENT(nfs4_clone, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2481:1: note: in expansion of macro ‘TRACE_EVENT’ + 2481 | TRACE_EVENT(nfs4_clone, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_copy_notify’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2554:1: note: in expansion of macro ‘TRACE_EVENT’ + 2554 | TRACE_EVENT(nfs4_copy_notify, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2554:1: note: in expansion of macro ‘TRACE_EVENT’ + 2554 | TRACE_EVENT(nfs4_copy_notify, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_offload_cancel’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2611:1: note: in expansion of macro ‘TRACE_EVENT’ + 2611 | TRACE_EVENT(nfs4_offload_cancel, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2611:1: note: in expansion of macro ‘TRACE_EVENT’ + 2611 | TRACE_EVENT(nfs4_offload_cancel, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘perf_trace_nfs4_xattr_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2644:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2644 | DECLARE_EVENT_CLASS(nfs4_xattr_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2644:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2644 | DECLARE_EVENT_CLASS(nfs4_xattr_event, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_clientid_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 35 | DECLARE_EVENT_CLASS(nfs4_clientid_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 35 | DECLARE_EVENT_CLASS(nfs4_clientid_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_trunked_exchange_id’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ + 80 | TRACE_EVENT(nfs4_trunked_exchange_id, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ + 80 | TRACE_EVENT(nfs4_trunked_exchange_id, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_sequence_done’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:110:1: note: in expansion of macro ‘TRACE_EVENT’ + 110 | TRACE_EVENT(nfs4_sequence_done, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:110:1: note: in expansion of macro ‘TRACE_EVENT’ + 110 | TRACE_EVENT(nfs4_sequence_done, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_cb_sequence’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ + 158 | TRACE_EVENT(nfs4_cb_sequence, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ + 158 | TRACE_EVENT(nfs4_cb_sequence, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_cb_seqid_err’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ + 196 | TRACE_EVENT(nfs4_cb_seqid_err, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ + 196 | TRACE_EVENT(nfs4_cb_seqid_err, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_cb_offload’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:233:1: note: in expansion of macro ‘TRACE_EVENT’ + 233 | TRACE_EVENT(nfs4_cb_offload, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:233:1: note: in expansion of macro ‘TRACE_EVENT’ + 233 | TRACE_EVENT(nfs4_cb_offload, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_setup_sequence’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:278:1: note: in expansion of macro ‘TRACE_EVENT’ + 278 | TRACE_EVENT(nfs4_setup_sequence, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:278:1: note: in expansion of macro ‘TRACE_EVENT’ + 278 | TRACE_EVENT(nfs4_setup_sequence, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_state_mgr’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:354:1: note: in expansion of macro ‘TRACE_EVENT’ + 354 | TRACE_EVENT(nfs4_state_mgr, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:354:1: note: in expansion of macro ‘TRACE_EVENT’ + 354 | TRACE_EVENT(nfs4_state_mgr, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_state_mgr_failed’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:377:1: note: in expansion of macro ‘TRACE_EVENT’ + 377 | TRACE_EVENT(nfs4_state_mgr_failed, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:377:1: note: in expansion of macro ‘TRACE_EVENT’ + 377 | TRACE_EVENT(nfs4_state_mgr_failed, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_xdr_bad_operation’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:409:1: note: in expansion of macro ‘TRACE_EVENT’ + 409 | TRACE_EVENT(nfs4_xdr_bad_operation, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:409:1: note: in expansion of macro ‘TRACE_EVENT’ + 409 | TRACE_EVENT(nfs4_xdr_bad_operation, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_xdr_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:444:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 444 | DECLARE_EVENT_CLASS(nfs4_xdr_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:444:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 444 | DECLARE_EVENT_CLASS(nfs4_xdr_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_cb_error_class’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:490:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 490 | DECLARE_EVENT_CLASS(nfs4_cb_error_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:490:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 490 | DECLARE_EVENT_CLASS(nfs4_cb_error_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_open_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:525:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 525 | DECLARE_EVENT_CLASS(nfs4_open_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:525:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 525 | DECLARE_EVENT_CLASS(nfs4_open_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_cached_open’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:617:1: note: in expansion of macro ‘TRACE_EVENT’ + 617 | TRACE_EVENT(nfs4_cached_open, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:617:1: note: in expansion of macro ‘TRACE_EVENT’ + 617 | TRACE_EVENT(nfs4_cached_open, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_close’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:656:1: note: in expansion of macro ‘TRACE_EVENT’ + 656 | TRACE_EVENT(nfs4_close, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:656:1: note: in expansion of macro ‘TRACE_EVENT’ + 656 | TRACE_EVENT(nfs4_close, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_lock_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:704:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 704 | DECLARE_EVENT_CLASS(nfs4_lock_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:704:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 704 | DECLARE_EVENT_CLASS(nfs4_lock_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_set_lock’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:773:1: note: in expansion of macro ‘TRACE_EVENT’ + 773 | TRACE_EVENT(nfs4_set_lock, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:773:1: note: in expansion of macro ‘TRACE_EVENT’ + 773 | TRACE_EVENT(nfs4_set_lock, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_state_lock_reclaim’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:877:1: note: in expansion of macro ‘TRACE_EVENT’ + 877 | TRACE_EVENT(nfs4_state_lock_reclaim, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:877:1: note: in expansion of macro ‘TRACE_EVENT’ + 877 | TRACE_EVENT(nfs4_state_lock_reclaim, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_set_delegation_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:920:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 920 | DECLARE_EVENT_CLASS(nfs4_set_delegation_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:920:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 920 | DECLARE_EVENT_CLASS(nfs4_set_delegation_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_delegreturn_exit’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:960:1: note: in expansion of macro ‘TRACE_EVENT’ + 960 | TRACE_EVENT(nfs4_delegreturn_exit, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:960:1: note: in expansion of macro ‘TRACE_EVENT’ + 960 | TRACE_EVENT(nfs4_delegreturn_exit, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_test_stateid_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:999:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 999 | DECLARE_EVENT_CLASS(nfs4_test_stateid_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:999:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 999 | DECLARE_EVENT_CLASS(nfs4_test_stateid_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_lookup_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1055:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1055 | DECLARE_EVENT_CLASS(nfs4_lookup_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1055:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1055 | DECLARE_EVENT_CLASS(nfs4_lookup_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_lookupp’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1105:1: note: in expansion of macro ‘TRACE_EVENT’ + 1105 | TRACE_EVENT(nfs4_lookupp, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1105:1: note: in expansion of macro ‘TRACE_EVENT’ + 1105 | TRACE_EVENT(nfs4_lookupp, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_rename’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1134:1: note: in expansion of macro ‘TRACE_EVENT’ + 1134 | TRACE_EVENT(nfs4_rename, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1134:1: note: in expansion of macro ‘TRACE_EVENT’ + 1134 | TRACE_EVENT(nfs4_rename, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_inode_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1177:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1177 | DECLARE_EVENT_CLASS(nfs4_inode_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1177:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1177 | DECLARE_EVENT_CLASS(nfs4_inode_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_inode_stateid_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1227:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1227 | DECLARE_EVENT_CLASS(nfs4_inode_stateid_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1227:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1227 | DECLARE_EVENT_CLASS(nfs4_inode_stateid_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_getattr_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1283:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1283 | DECLARE_EVENT_CLASS(nfs4_getattr_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1283:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1283 | DECLARE_EVENT_CLASS(nfs4_getattr_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_inode_callback_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1334:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1334 | DECLARE_EVENT_CLASS(nfs4_inode_callback_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1334:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1334 | DECLARE_EVENT_CLASS(nfs4_inode_callback_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_inode_stateid_callback_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1388:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1388 | DECLARE_EVENT_CLASS(nfs4_inode_stateid_callback_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1388:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1388 | DECLARE_EVENT_CLASS(nfs4_inode_stateid_callback_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_idmap_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1452:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1452 | DECLARE_EVENT_CLASS(nfs4_idmap_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1452:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1452 | DECLARE_EVENT_CLASS(nfs4_idmap_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_read_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1505:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1505 | DECLARE_EVENT_CLASS(nfs4_read_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1505:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1505 | DECLARE_EVENT_CLASS(nfs4_read_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_write_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1579:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1579 | DECLARE_EVENT_CLASS(nfs4_write_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1579:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1579 | DECLARE_EVENT_CLASS(nfs4_write_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_commit_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1654:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1654 | DECLARE_EVENT_CLASS(nfs4_commit_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1654:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1654 | DECLARE_EVENT_CLASS(nfs4_commit_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_layoutget’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1715:1: note: in expansion of macro ‘TRACE_EVENT’ + 1715 | TRACE_EVENT(nfs4_layoutget, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1715:1: note: in expansion of macro ‘TRACE_EVENT’ + 1715 | TRACE_EVENT(nfs4_layoutget, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_pnfs_update_layout’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1820:1: note: in expansion of macro ‘TRACE_EVENT’ + 1820 | TRACE_EVENT(pnfs_update_layout, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1820:1: note: in expansion of macro ‘TRACE_EVENT’ + 1820 | TRACE_EVENT(pnfs_update_layout, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_pnfs_layout_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1877:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1877 | DECLARE_EVENT_CLASS(pnfs_layout_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1877:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1877 | DECLARE_EVENT_CLASS(pnfs_layout_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_deviceid_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1949:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1949 | DECLARE_EVENT_CLASS(nfs4_deviceid_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1949:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1949 | DECLARE_EVENT_CLASS(nfs4_deviceid_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_deviceid_status’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1982:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1982 | DECLARE_EVENT_CLASS(nfs4_deviceid_status, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:1982:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1982 | DECLARE_EVENT_CLASS(nfs4_deviceid_status, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_fl_getdevinfo’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2024:1: note: in expansion of macro ‘TRACE_EVENT’ + 2024 | TRACE_EVENT(fl_getdevinfo, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2024:1: note: in expansion of macro ‘TRACE_EVENT’ + 2024 | TRACE_EVENT(fl_getdevinfo, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_flexfiles_io_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2052:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2052 | DECLARE_EVENT_CLASS(nfs4_flexfiles_io_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2052:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2052 | DECLARE_EVENT_CLASS(nfs4_flexfiles_io_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_ff_layout_commit_error’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2112:1: note: in expansion of macro ‘TRACE_EVENT’ + 2112 | TRACE_EVENT(ff_layout_commit_error, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2112:1: note: in expansion of macro ‘TRACE_EVENT’ + 2112 | TRACE_EVENT(ff_layout_commit_error, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_pnfs_bl_pr_key_class’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2156 | DECLARE_EVENT_CLASS(pnfs_bl_pr_key_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2156 | DECLARE_EVENT_CLASS(pnfs_bl_pr_key_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_pnfs_bl_pr_key_err_class’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2207:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2207 | DECLARE_EVENT_CLASS(pnfs_bl_pr_key_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2207:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2207 | DECLARE_EVENT_CLASS(pnfs_bl_pr_key_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_llseek’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2253:1: note: in expansion of macro ‘TRACE_EVENT’ + 2253 | TRACE_EVENT(nfs4_llseek, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2253:1: note: in expansion of macro ‘TRACE_EVENT’ + 2253 | TRACE_EVENT(nfs4_llseek, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_sparse_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2317:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2317 | DECLARE_EVENT_CLASS(nfs4_sparse_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2317:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2317 | DECLARE_EVENT_CLASS(nfs4_sparse_event, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_copy’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2374:1: note: in expansion of macro ‘TRACE_EVENT’ + 2374 | TRACE_EVENT(nfs4_copy, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2374:1: note: in expansion of macro ‘TRACE_EVENT’ + 2374 | TRACE_EVENT(nfs4_copy, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_clone’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2481:1: note: in expansion of macro ‘TRACE_EVENT’ + 2481 | TRACE_EVENT(nfs4_clone, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2481:1: note: in expansion of macro ‘TRACE_EVENT’ + 2481 | TRACE_EVENT(nfs4_clone, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_copy_notify’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2554:1: note: in expansion of macro ‘TRACE_EVENT’ + 2554 | TRACE_EVENT(nfs4_copy_notify, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2554:1: note: in expansion of macro ‘TRACE_EVENT’ + 2554 | TRACE_EVENT(nfs4_copy_notify, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_offload_cancel’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2611:1: note: in expansion of macro ‘TRACE_EVENT’ + 2611 | TRACE_EVENT(nfs4_offload_cancel, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2611:1: note: in expansion of macro ‘TRACE_EVENT’ + 2611 | TRACE_EVENT(nfs4_offload_cancel, + | ^~~~~~~~~~~ +../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_xattr_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2644:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2644 | DECLARE_EVENT_CLASS(nfs4_xattr_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfs/./nfs4trace.h:2644:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2644 | DECLARE_EVENT_CLASS(nfs4_xattr_event, + | ^~~~~~~~~~~~~~~~~~~ +make[5]: *** [../scripts/Makefile.build:244: fs/nfs/nfs4trace.o] Error 1 +make[4]: *** [../scripts/Makefile.build:485: fs/nfs] Error 2 +In file included from ../include/trace/define_trace.h:108, + from ../arch/x86/kvm/trace.h:1882, + from ../arch/x86/kvm/x86.c:90: +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_entry’: +../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ + 17 | TRACE_EVENT(kvm_entry, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ + 17 | TRACE_EVENT(kvm_entry, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ + 17 | TRACE_EVENT(kvm_entry, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ + 17 | TRACE_EVENT(kvm_entry, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] + 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ + | ^~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ + 17 | TRACE_EVENT(kvm_entry, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hypercall’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:40:1: note: in expansion of macro ‘TRACE_EVENT’ + 40 | TRACE_EVENT(kvm_hypercall, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:40:1: note: in expansion of macro ‘TRACE_EVENT’ + 40 | TRACE_EVENT(kvm_hypercall, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_hypercall’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ + 69 | TRACE_EVENT(kvm_hv_hypercall, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ + 69 | TRACE_EVENT(kvm_hv_hypercall, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_hypercall_done’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:100:1: note: in expansion of macro ‘TRACE_EVENT’ + 100 | TRACE_EVENT(kvm_hv_hypercall_done, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:100:1: note: in expansion of macro ‘TRACE_EVENT’ + 100 | TRACE_EVENT(kvm_hv_hypercall_done, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_xen_hypercall’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ + 118 | TRACE_EVENT(kvm_xen_hypercall, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ + 118 | TRACE_EVENT(kvm_xen_hypercall, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_pio’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:161:1: note: in expansion of macro ‘TRACE_EVENT’ + 161 | TRACE_EVENT(kvm_pio, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:161:1: note: in expansion of macro ‘TRACE_EVENT’ + 161 | TRACE_EVENT(kvm_pio, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_fast_mmio’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ + 196 | TRACE_EVENT(kvm_fast_mmio, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ + 196 | TRACE_EVENT(kvm_fast_mmio, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_cpuid’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ + 214 | TRACE_EVENT(kvm_cpuid, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ + 214 | TRACE_EVENT(kvm_cpuid, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_apic’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:261:1: note: in expansion of macro ‘TRACE_EVENT’ + 261 | TRACE_EVENT(kvm_apic, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:261:1: note: in expansion of macro ‘TRACE_EVENT’ + 261 | TRACE_EVENT(kvm_apic, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_exit’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ + 298 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:336:1: note: in expansion of macro ‘TRACE_EVENT_KVM_EXIT’ + 336 | TRACE_EVENT_KVM_EXIT(kvm_exit); + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ + 298 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:336:1: note: in expansion of macro ‘TRACE_EVENT_KVM_EXIT’ + 336 | TRACE_EVENT_KVM_EXIT(kvm_exit); + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_inj_virq’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:341:1: note: in expansion of macro ‘TRACE_EVENT’ + 341 | TRACE_EVENT(kvm_inj_virq, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:341:1: note: in expansion of macro ‘TRACE_EVENT’ + 341 | TRACE_EVENT(kvm_inj_virq, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_inj_exception’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:372:1: note: in expansion of macro ‘TRACE_EVENT’ + 372 | TRACE_EVENT(kvm_inj_exception, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:372:1: note: in expansion of macro ‘TRACE_EVENT’ + 372 | TRACE_EVENT(kvm_inj_exception, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_page_fault’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:402:1: note: in expansion of macro ‘TRACE_EVENT’ + 402 | TRACE_EVENT(kvm_page_fault, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:402:1: note: in expansion of macro ‘TRACE_EVENT’ + 402 | TRACE_EVENT(kvm_page_fault, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_msr’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:428:1: note: in expansion of macro ‘TRACE_EVENT’ + 428 | TRACE_EVENT(kvm_msr, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:428:1: note: in expansion of macro ‘TRACE_EVENT’ + 428 | TRACE_EVENT(kvm_msr, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_cr’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:460:1: note: in expansion of macro ‘TRACE_EVENT’ + 460 | TRACE_EVENT(kvm_cr, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:460:1: note: in expansion of macro ‘TRACE_EVENT’ + 460 | TRACE_EVENT(kvm_cr, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_pic_set_irq’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:484:1: note: in expansion of macro ‘TRACE_EVENT’ + 484 | TRACE_EVENT(kvm_pic_set_irq, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:484:1: note: in expansion of macro ‘TRACE_EVENT’ + 484 | TRACE_EVENT(kvm_pic_set_irq, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_apic_ipi’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:517:1: note: in expansion of macro ‘TRACE_EVENT’ + 517 | TRACE_EVENT(kvm_apic_ipi, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:517:1: note: in expansion of macro ‘TRACE_EVENT’ + 517 | TRACE_EVENT(kvm_apic_ipi, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_apic_accept_irq’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:542:1: note: in expansion of macro ‘TRACE_EVENT’ + 542 | TRACE_EVENT(kvm_apic_accept_irq, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:542:1: note: in expansion of macro ‘TRACE_EVENT’ + 542 | TRACE_EVENT(kvm_apic_accept_irq, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_eoi’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:566:1: note: in expansion of macro ‘TRACE_EVENT’ + 566 | TRACE_EVENT(kvm_eoi, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:566:1: note: in expansion of macro ‘TRACE_EVENT’ + 566 | TRACE_EVENT(kvm_eoi, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_pv_eoi’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:583:1: note: in expansion of macro ‘TRACE_EVENT’ + 583 | TRACE_EVENT(kvm_pv_eoi, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:583:1: note: in expansion of macro ‘TRACE_EVENT’ + 583 | TRACE_EVENT(kvm_pv_eoi, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_nested_vmenter’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ + 603 | TRACE_EVENT(kvm_nested_vmenter, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ + 603 | TRACE_EVENT(kvm_nested_vmenter, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_nested_intercepts’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:647:1: note: in expansion of macro ‘TRACE_EVENT’ + 647 | TRACE_EVENT(kvm_nested_intercepts, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:647:1: note: in expansion of macro ‘TRACE_EVENT’ + 647 | TRACE_EVENT(kvm_nested_intercepts, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_nested_vmexit’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ + 298 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:679:1: note: in expansion of macro ‘TRACE_EVENT_KVM_EXIT’ + 679 | TRACE_EVENT_KVM_EXIT(kvm_nested_vmexit); + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ + 298 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:679:1: note: in expansion of macro ‘TRACE_EVENT_KVM_EXIT’ + 679 | TRACE_EVENT_KVM_EXIT(kvm_nested_vmexit); + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_nested_vmexit_inject’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:684:1: note: in expansion of macro ‘TRACE_EVENT’ + 684 | TRACE_EVENT(kvm_nested_vmexit_inject, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:684:1: note: in expansion of macro ‘TRACE_EVENT’ + 684 | TRACE_EVENT(kvm_nested_vmexit_inject, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_nested_intr_vmexit’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:719:1: note: in expansion of macro ‘TRACE_EVENT’ + 719 | TRACE_EVENT(kvm_nested_intr_vmexit, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:719:1: note: in expansion of macro ‘TRACE_EVENT’ + 719 | TRACE_EVENT(kvm_nested_intr_vmexit, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_invlpga’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:737:1: note: in expansion of macro ‘TRACE_EVENT’ + 737 | TRACE_EVENT(kvm_invlpga, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:737:1: note: in expansion of macro ‘TRACE_EVENT’ + 737 | TRACE_EVENT(kvm_invlpga, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_skinit’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:760:1: note: in expansion of macro ‘TRACE_EVENT’ + 760 | TRACE_EVENT(kvm_skinit, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:760:1: note: in expansion of macro ‘TRACE_EVENT’ + 760 | TRACE_EVENT(kvm_skinit, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_emulate_insn’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:817:1: note: in expansion of macro ‘TRACE_EVENT’ + 817 | TRACE_EVENT(kvm_emulate_insn, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:817:1: note: in expansion of macro ‘TRACE_EVENT’ + 817 | TRACE_EVENT(kvm_emulate_insn, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_vcpu_match_mmio’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:855:1: note: in expansion of macro ‘TRACE_EVENT’ + 855 | TRACE_EVENT( + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:855:1: note: in expansion of macro ‘TRACE_EVENT’ + 855 | TRACE_EVENT( + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_write_tsc_offset’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:879:1: note: in expansion of macro ‘TRACE_EVENT’ + 879 | TRACE_EVENT(kvm_write_tsc_offset, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:879:1: note: in expansion of macro ‘TRACE_EVENT’ + 879 | TRACE_EVENT(kvm_write_tsc_offset, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_pml_full’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:963:1: note: in expansion of macro ‘TRACE_EVENT’ + 963 | TRACE_EVENT(kvm_pml_full, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:963:1: note: in expansion of macro ‘TRACE_EVENT’ + 963 | TRACE_EVENT(kvm_pml_full, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_ple_window_update’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:978:1: note: in expansion of macro ‘TRACE_EVENT’ + 978 | TRACE_EVENT(kvm_ple_window_update, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:978:1: note: in expansion of macro ‘TRACE_EVENT’ + 978 | TRACE_EVENT(kvm_ple_window_update, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_pvclock_update’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:999:1: note: in expansion of macro ‘TRACE_EVENT’ + 999 | TRACE_EVENT(kvm_pvclock_update, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:999:1: note: in expansion of macro ‘TRACE_EVENT’ + 999 | TRACE_EVENT(kvm_pvclock_update, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_wait_lapic_expire’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1035:1: note: in expansion of macro ‘TRACE_EVENT’ + 1035 | TRACE_EVENT(kvm_wait_lapic_expire, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1035:1: note: in expansion of macro ‘TRACE_EVENT’ + 1035 | TRACE_EVENT(kvm_wait_lapic_expire, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_smm_transition’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1055:1: note: in expansion of macro ‘TRACE_EVENT’ + 1055 | TRACE_EVENT(kvm_smm_transition, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1055:1: note: in expansion of macro ‘TRACE_EVENT’ + 1055 | TRACE_EVENT(kvm_smm_transition, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_pi_irte_update’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1080:1: note: in expansion of macro ‘TRACE_EVENT’ + 1080 | TRACE_EVENT(kvm_pi_irte_update, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1080:1: note: in expansion of macro ‘TRACE_EVENT’ + 1080 | TRACE_EVENT(kvm_pi_irte_update, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_notify_acked_sint’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1117:1: note: in expansion of macro ‘TRACE_EVENT’ + 1117 | TRACE_EVENT(kvm_hv_notify_acked_sint, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1117:1: note: in expansion of macro ‘TRACE_EVENT’ + 1117 | TRACE_EVENT(kvm_hv_notify_acked_sint, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_synic_set_irq’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1137:1: note: in expansion of macro ‘TRACE_EVENT’ + 1137 | TRACE_EVENT(kvm_hv_synic_set_irq, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1137:1: note: in expansion of macro ‘TRACE_EVENT’ + 1137 | TRACE_EVENT(kvm_hv_synic_set_irq, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_synic_send_eoi’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1163:1: note: in expansion of macro ‘TRACE_EVENT’ + 1163 | TRACE_EVENT(kvm_hv_synic_send_eoi, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1163:1: note: in expansion of macro ‘TRACE_EVENT’ + 1163 | TRACE_EVENT(kvm_hv_synic_send_eoi, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_synic_set_msr’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1185:1: note: in expansion of macro ‘TRACE_EVENT’ + 1185 | TRACE_EVENT(kvm_hv_synic_set_msr, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1185:1: note: in expansion of macro ‘TRACE_EVENT’ + 1185 | TRACE_EVENT(kvm_hv_synic_set_msr, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_stimer_set_config’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1210:1: note: in expansion of macro ‘TRACE_EVENT’ + 1210 | TRACE_EVENT(kvm_hv_stimer_set_config, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1210:1: note: in expansion of macro ‘TRACE_EVENT’ + 1210 | TRACE_EVENT(kvm_hv_stimer_set_config, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_stimer_set_count’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1236:1: note: in expansion of macro ‘TRACE_EVENT’ + 1236 | TRACE_EVENT(kvm_hv_stimer_set_count, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1236:1: note: in expansion of macro ‘TRACE_EVENT’ + 1236 | TRACE_EVENT(kvm_hv_stimer_set_count, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_stimer_start_periodic’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1262:1: note: in expansion of macro ‘TRACE_EVENT’ + 1262 | TRACE_EVENT(kvm_hv_stimer_start_periodic, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1262:1: note: in expansion of macro ‘TRACE_EVENT’ + 1262 | TRACE_EVENT(kvm_hv_stimer_start_periodic, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_stimer_start_one_shot’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1288:1: note: in expansion of macro ‘TRACE_EVENT’ + 1288 | TRACE_EVENT(kvm_hv_stimer_start_one_shot, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1288:1: note: in expansion of macro ‘TRACE_EVENT’ + 1288 | TRACE_EVENT(kvm_hv_stimer_start_one_shot, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_stimer_callback’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1314:1: note: in expansion of macro ‘TRACE_EVENT’ + 1314 | TRACE_EVENT(kvm_hv_stimer_callback, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1314:1: note: in expansion of macro ‘TRACE_EVENT’ + 1314 | TRACE_EVENT(kvm_hv_stimer_callback, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_stimer_expiration’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1335:1: note: in expansion of macro ‘TRACE_EVENT’ + 1335 | TRACE_EVENT(kvm_hv_stimer_expiration, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1335:1: note: in expansion of macro ‘TRACE_EVENT’ + 1335 | TRACE_EVENT(kvm_hv_stimer_expiration, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_stimer_cleanup’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1361:1: note: in expansion of macro ‘TRACE_EVENT’ + 1361 | TRACE_EVENT(kvm_hv_stimer_cleanup, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1361:1: note: in expansion of macro ‘TRACE_EVENT’ + 1361 | TRACE_EVENT(kvm_hv_stimer_cleanup, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_apicv_inhibit_changed’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1383:1: note: in expansion of macro ‘TRACE_EVENT’ + 1383 | TRACE_EVENT(kvm_apicv_inhibit_changed, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1383:1: note: in expansion of macro ‘TRACE_EVENT’ + 1383 | TRACE_EVENT(kvm_apicv_inhibit_changed, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_apicv_accept_irq’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1405:1: note: in expansion of macro ‘TRACE_EVENT’ + 1405 | TRACE_EVENT(kvm_apicv_accept_irq, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1405:1: note: in expansion of macro ‘TRACE_EVENT’ + 1405 | TRACE_EVENT(kvm_apicv_accept_irq, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_avic_incomplete_ipi’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1432:1: note: in expansion of macro ‘TRACE_EVENT’ + 1432 | TRACE_EVENT(kvm_avic_incomplete_ipi, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1432:1: note: in expansion of macro ‘TRACE_EVENT’ + 1432 | TRACE_EVENT(kvm_avic_incomplete_ipi, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_avic_unaccelerated_access’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1457:1: note: in expansion of macro ‘TRACE_EVENT’ + 1457 | TRACE_EVENT(kvm_avic_unaccelerated_access, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1457:1: note: in expansion of macro ‘TRACE_EVENT’ + 1457 | TRACE_EVENT(kvm_avic_unaccelerated_access, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_avic_ga_log’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1486:1: note: in expansion of macro ‘TRACE_EVENT’ + 1486 | TRACE_EVENT(kvm_avic_ga_log, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1486:1: note: in expansion of macro ‘TRACE_EVENT’ + 1486 | TRACE_EVENT(kvm_avic_ga_log, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_avic_kick_vcpu_slowpath’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1504:1: note: in expansion of macro ‘TRACE_EVENT’ + 1504 | TRACE_EVENT(kvm_avic_kick_vcpu_slowpath, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1504:1: note: in expansion of macro ‘TRACE_EVENT’ + 1504 | TRACE_EVENT(kvm_avic_kick_vcpu_slowpath, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_avic_doorbell’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1524:1: note: in expansion of macro ‘TRACE_EVENT’ + 1524 | TRACE_EVENT(kvm_avic_doorbell, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1524:1: note: in expansion of macro ‘TRACE_EVENT’ + 1524 | TRACE_EVENT(kvm_avic_doorbell, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_timer_state’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1542:1: note: in expansion of macro ‘TRACE_EVENT’ + 1542 | TRACE_EVENT(kvm_hv_timer_state, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1542:1: note: in expansion of macro ‘TRACE_EVENT’ + 1542 | TRACE_EVENT(kvm_hv_timer_state, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_flush_tlb’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1561:1: note: in expansion of macro ‘TRACE_EVENT’ + 1561 | TRACE_EVENT(kvm_hv_flush_tlb, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1561:1: note: in expansion of macro ‘TRACE_EVENT’ + 1561 | TRACE_EVENT(kvm_hv_flush_tlb, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_flush_tlb_ex’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1587:1: note: in expansion of macro ‘TRACE_EVENT’ + 1587 | TRACE_EVENT(kvm_hv_flush_tlb_ex, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1587:1: note: in expansion of macro ‘TRACE_EVENT’ + 1587 | TRACE_EVENT(kvm_hv_flush_tlb_ex, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_send_ipi’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1617:1: note: in expansion of macro ‘TRACE_EVENT’ + 1617 | TRACE_EVENT(kvm_hv_send_ipi, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1617:1: note: in expansion of macro ‘TRACE_EVENT’ + 1617 | TRACE_EVENT(kvm_hv_send_ipi, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_send_ipi_ex’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1635:1: note: in expansion of macro ‘TRACE_EVENT’ + 1635 | TRACE_EVENT(kvm_hv_send_ipi_ex, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1635:1: note: in expansion of macro ‘TRACE_EVENT’ + 1635 | TRACE_EVENT(kvm_hv_send_ipi_ex, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_pv_tlb_flush’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1656:1: note: in expansion of macro ‘TRACE_EVENT’ + 1656 | TRACE_EVENT(kvm_pv_tlb_flush, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1656:1: note: in expansion of macro ‘TRACE_EVENT’ + 1656 | TRACE_EVENT(kvm_pv_tlb_flush, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_nested_vmenter_failed’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ + 1677 | TRACE_EVENT(kvm_nested_vmenter_failed, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ + 1677 | TRACE_EVENT(kvm_nested_vmenter_failed, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_syndbg_set_msr’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1698:1: note: in expansion of macro ‘TRACE_EVENT’ + 1698 | TRACE_EVENT(kvm_hv_syndbg_set_msr, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1698:1: note: in expansion of macro ‘TRACE_EVENT’ + 1698 | TRACE_EVENT(kvm_hv_syndbg_set_msr, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_syndbg_get_msr’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1724:1: note: in expansion of macro ‘TRACE_EVENT’ + 1724 | TRACE_EVENT(kvm_hv_syndbg_get_msr, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1724:1: note: in expansion of macro ‘TRACE_EVENT’ + 1724 | TRACE_EVENT(kvm_hv_syndbg_get_msr, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_vmgexit_enter’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1750:1: note: in expansion of macro ‘TRACE_EVENT’ + 1750 | TRACE_EVENT(kvm_vmgexit_enter, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1750:1: note: in expansion of macro ‘TRACE_EVENT’ + 1750 | TRACE_EVENT(kvm_vmgexit_enter, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_vmgexit_exit’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1776:1: note: in expansion of macro ‘TRACE_EVENT’ + 1776 | TRACE_EVENT(kvm_vmgexit_exit, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1776:1: note: in expansion of macro ‘TRACE_EVENT’ + 1776 | TRACE_EVENT(kvm_vmgexit_exit, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_vmgexit_msr_protocol_enter’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1802:1: note: in expansion of macro ‘TRACE_EVENT’ + 1802 | TRACE_EVENT(kvm_vmgexit_msr_protocol_enter, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1802:1: note: in expansion of macro ‘TRACE_EVENT’ + 1802 | TRACE_EVENT(kvm_vmgexit_msr_protocol_enter, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_vmgexit_msr_protocol_exit’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1823:1: note: in expansion of macro ‘TRACE_EVENT’ + 1823 | TRACE_EVENT(kvm_vmgexit_msr_protocol_exit, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1823:1: note: in expansion of macro ‘TRACE_EVENT’ + 1823 | TRACE_EVENT(kvm_vmgexit_msr_protocol_exit, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_rmp_fault’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1846:1: note: in expansion of macro ‘TRACE_EVENT’ + 1846 | TRACE_EVENT(kvm_rmp_fault, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1846:1: note: in expansion of macro ‘TRACE_EVENT’ + 1846 | TRACE_EVENT(kvm_rmp_fault, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_entry’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ + 17 | TRACE_EVENT(kvm_entry, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ + 17 | TRACE_EVENT(kvm_entry, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_hypercall’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:40:1: note: in expansion of macro ‘TRACE_EVENT’ + 40 | TRACE_EVENT(kvm_hypercall, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:40:1: note: in expansion of macro ‘TRACE_EVENT’ + 40 | TRACE_EVENT(kvm_hypercall, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_hv_hypercall’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ + 69 | TRACE_EVENT(kvm_hv_hypercall, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ + 69 | TRACE_EVENT(kvm_hv_hypercall, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_hv_hypercall_done’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:100:1: note: in expansion of macro ‘TRACE_EVENT’ + 100 | TRACE_EVENT(kvm_hv_hypercall_done, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:100:1: note: in expansion of macro ‘TRACE_EVENT’ + 100 | TRACE_EVENT(kvm_hv_hypercall_done, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_xen_hypercall’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ + 118 | TRACE_EVENT(kvm_xen_hypercall, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ + 118 | TRACE_EVENT(kvm_xen_hypercall, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_pio’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:161:1: note: in expansion of macro ‘TRACE_EVENT’ + 161 | TRACE_EVENT(kvm_pio, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:161:1: note: in expansion of macro ‘TRACE_EVENT’ + 161 | TRACE_EVENT(kvm_pio, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_fast_mmio’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ + 196 | TRACE_EVENT(kvm_fast_mmio, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ + 196 | TRACE_EVENT(kvm_fast_mmio, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_cpuid’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ + 214 | TRACE_EVENT(kvm_cpuid, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ + 214 | TRACE_EVENT(kvm_cpuid, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_apic’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:261:1: note: in expansion of macro ‘TRACE_EVENT’ + 261 | TRACE_EVENT(kvm_apic, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:261:1: note: in expansion of macro ‘TRACE_EVENT’ + 261 | TRACE_EVENT(kvm_apic, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_exit’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ + 298 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:336:1: note: in expansion of macro ‘TRACE_EVENT_KVM_EXIT’ + 336 | TRACE_EVENT_KVM_EXIT(kvm_exit); + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ + 298 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:336:1: note: in expansion of macro ‘TRACE_EVENT_KVM_EXIT’ + 336 | TRACE_EVENT_KVM_EXIT(kvm_exit); + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_inj_virq’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:341:1: note: in expansion of macro ‘TRACE_EVENT’ + 341 | TRACE_EVENT(kvm_inj_virq, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:341:1: note: in expansion of macro ‘TRACE_EVENT’ + 341 | TRACE_EVENT(kvm_inj_virq, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_inj_exception’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:372:1: note: in expansion of macro ‘TRACE_EVENT’ + 372 | TRACE_EVENT(kvm_inj_exception, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:372:1: note: in expansion of macro ‘TRACE_EVENT’ + 372 | TRACE_EVENT(kvm_inj_exception, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_page_fault’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:402:1: note: in expansion of macro ‘TRACE_EVENT’ + 402 | TRACE_EVENT(kvm_page_fault, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:402:1: note: in expansion of macro ‘TRACE_EVENT’ + 402 | TRACE_EVENT(kvm_page_fault, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_msr’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:428:1: note: in expansion of macro ‘TRACE_EVENT’ + 428 | TRACE_EVENT(kvm_msr, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:428:1: note: in expansion of macro ‘TRACE_EVENT’ + 428 | TRACE_EVENT(kvm_msr, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_cr’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:460:1: note: in expansion of macro ‘TRACE_EVENT’ + 460 | TRACE_EVENT(kvm_cr, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:460:1: note: in expansion of macro ‘TRACE_EVENT’ + 460 | TRACE_EVENT(kvm_cr, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_pic_set_irq’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:484:1: note: in expansion of macro ‘TRACE_EVENT’ + 484 | TRACE_EVENT(kvm_pic_set_irq, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:484:1: note: in expansion of macro ‘TRACE_EVENT’ + 484 | TRACE_EVENT(kvm_pic_set_irq, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_apic_ipi’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:517:1: note: in expansion of macro ‘TRACE_EVENT’ + 517 | TRACE_EVENT(kvm_apic_ipi, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:517:1: note: in expansion of macro ‘TRACE_EVENT’ + 517 | TRACE_EVENT(kvm_apic_ipi, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_apic_accept_irq’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:542:1: note: in expansion of macro ‘TRACE_EVENT’ + 542 | TRACE_EVENT(kvm_apic_accept_irq, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:542:1: note: in expansion of macro ‘TRACE_EVENT’ + 542 | TRACE_EVENT(kvm_apic_accept_irq, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_eoi’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:566:1: note: in expansion of macro ‘TRACE_EVENT’ + 566 | TRACE_EVENT(kvm_eoi, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:566:1: note: in expansion of macro ‘TRACE_EVENT’ + 566 | TRACE_EVENT(kvm_eoi, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_pv_eoi’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:583:1: note: in expansion of macro ‘TRACE_EVENT’ + 583 | TRACE_EVENT(kvm_pv_eoi, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:583:1: note: in expansion of macro ‘TRACE_EVENT’ + 583 | TRACE_EVENT(kvm_pv_eoi, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_nested_vmenter’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ + 603 | TRACE_EVENT(kvm_nested_vmenter, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ + 603 | TRACE_EVENT(kvm_nested_vmenter, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_nested_intercepts’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:647:1: note: in expansion of macro ‘TRACE_EVENT’ + 647 | TRACE_EVENT(kvm_nested_intercepts, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:647:1: note: in expansion of macro ‘TRACE_EVENT’ + 647 | TRACE_EVENT(kvm_nested_intercepts, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_nested_vmexit’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ + 298 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:679:1: note: in expansion of macro ‘TRACE_EVENT_KVM_EXIT’ + 679 | TRACE_EVENT_KVM_EXIT(kvm_nested_vmexit); + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ + 298 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:679:1: note: in expansion of macro ‘TRACE_EVENT_KVM_EXIT’ + 679 | TRACE_EVENT_KVM_EXIT(kvm_nested_vmexit); + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_nested_vmexit_inject’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:684:1: note: in expansion of macro ‘TRACE_EVENT’ + 684 | TRACE_EVENT(kvm_nested_vmexit_inject, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:684:1: note: in expansion of macro ‘TRACE_EVENT’ + 684 | TRACE_EVENT(kvm_nested_vmexit_inject, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_nested_intr_vmexit’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:719:1: note: in expansion of macro ‘TRACE_EVENT’ + 719 | TRACE_EVENT(kvm_nested_intr_vmexit, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:719:1: note: in expansion of macro ‘TRACE_EVENT’ + 719 | TRACE_EVENT(kvm_nested_intr_vmexit, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_invlpga’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:737:1: note: in expansion of macro ‘TRACE_EVENT’ + 737 | TRACE_EVENT(kvm_invlpga, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:737:1: note: in expansion of macro ‘TRACE_EVENT’ + 737 | TRACE_EVENT(kvm_invlpga, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_skinit’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:760:1: note: in expansion of macro ‘TRACE_EVENT’ + 760 | TRACE_EVENT(kvm_skinit, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:760:1: note: in expansion of macro ‘TRACE_EVENT’ + 760 | TRACE_EVENT(kvm_skinit, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_emulate_insn’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:817:1: note: in expansion of macro ‘TRACE_EVENT’ + 817 | TRACE_EVENT(kvm_emulate_insn, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:817:1: note: in expansion of macro ‘TRACE_EVENT’ + 817 | TRACE_EVENT(kvm_emulate_insn, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_vcpu_match_mmio’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:855:1: note: in expansion of macro ‘TRACE_EVENT’ + 855 | TRACE_EVENT( + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:855:1: note: in expansion of macro ‘TRACE_EVENT’ + 855 | TRACE_EVENT( + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_write_tsc_offset’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:879:1: note: in expansion of macro ‘TRACE_EVENT’ + 879 | TRACE_EVENT(kvm_write_tsc_offset, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:879:1: note: in expansion of macro ‘TRACE_EVENT’ + 879 | TRACE_EVENT(kvm_write_tsc_offset, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_pml_full’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:963:1: note: in expansion of macro ‘TRACE_EVENT’ + 963 | TRACE_EVENT(kvm_pml_full, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:963:1: note: in expansion of macro ‘TRACE_EVENT’ + 963 | TRACE_EVENT(kvm_pml_full, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_ple_window_update’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:978:1: note: in expansion of macro ‘TRACE_EVENT’ + 978 | TRACE_EVENT(kvm_ple_window_update, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:978:1: note: in expansion of macro ‘TRACE_EVENT’ + 978 | TRACE_EVENT(kvm_ple_window_update, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_pvclock_update’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:999:1: note: in expansion of macro ‘TRACE_EVENT’ + 999 | TRACE_EVENT(kvm_pvclock_update, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:999:1: note: in expansion of macro ‘TRACE_EVENT’ + 999 | TRACE_EVENT(kvm_pvclock_update, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_wait_lapic_expire’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1035:1: note: in expansion of macro ‘TRACE_EVENT’ + 1035 | TRACE_EVENT(kvm_wait_lapic_expire, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1035:1: note: in expansion of macro ‘TRACE_EVENT’ + 1035 | TRACE_EVENT(kvm_wait_lapic_expire, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_smm_transition’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1055:1: note: in expansion of macro ‘TRACE_EVENT’ + 1055 | TRACE_EVENT(kvm_smm_transition, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1055:1: note: in expansion of macro ‘TRACE_EVENT’ + 1055 | TRACE_EVENT(kvm_smm_transition, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_pi_irte_update’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1080:1: note: in expansion of macro ‘TRACE_EVENT’ + 1080 | TRACE_EVENT(kvm_pi_irte_update, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1080:1: note: in expansion of macro ‘TRACE_EVENT’ + 1080 | TRACE_EVENT(kvm_pi_irte_update, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_hv_notify_acked_sint’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1117:1: note: in expansion of macro ‘TRACE_EVENT’ + 1117 | TRACE_EVENT(kvm_hv_notify_acked_sint, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1117:1: note: in expansion of macro ‘TRACE_EVENT’ + 1117 | TRACE_EVENT(kvm_hv_notify_acked_sint, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_hv_synic_set_irq’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1137:1: note: in expansion of macro ‘TRACE_EVENT’ + 1137 | TRACE_EVENT(kvm_hv_synic_set_irq, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1137:1: note: in expansion of macro ‘TRACE_EVENT’ + 1137 | TRACE_EVENT(kvm_hv_synic_set_irq, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_hv_synic_send_eoi’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1163:1: note: in expansion of macro ‘TRACE_EVENT’ + 1163 | TRACE_EVENT(kvm_hv_synic_send_eoi, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1163:1: note: in expansion of macro ‘TRACE_EVENT’ + 1163 | TRACE_EVENT(kvm_hv_synic_send_eoi, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_hv_synic_set_msr’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1185:1: note: in expansion of macro ‘TRACE_EVENT’ + 1185 | TRACE_EVENT(kvm_hv_synic_set_msr, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1185:1: note: in expansion of macro ‘TRACE_EVENT’ + 1185 | TRACE_EVENT(kvm_hv_synic_set_msr, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_hv_stimer_set_config’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1210:1: note: in expansion of macro ‘TRACE_EVENT’ + 1210 | TRACE_EVENT(kvm_hv_stimer_set_config, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1210:1: note: in expansion of macro ‘TRACE_EVENT’ + 1210 | TRACE_EVENT(kvm_hv_stimer_set_config, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_hv_stimer_set_count’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1236:1: note: in expansion of macro ‘TRACE_EVENT’ + 1236 | TRACE_EVENT(kvm_hv_stimer_set_count, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1236:1: note: in expansion of macro ‘TRACE_EVENT’ + 1236 | TRACE_EVENT(kvm_hv_stimer_set_count, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_hv_stimer_start_periodic’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1262:1: note: in expansion of macro ‘TRACE_EVENT’ + 1262 | TRACE_EVENT(kvm_hv_stimer_start_periodic, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1262:1: note: in expansion of macro ‘TRACE_EVENT’ + 1262 | TRACE_EVENT(kvm_hv_stimer_start_periodic, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_hv_stimer_start_one_shot’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1288:1: note: in expansion of macro ‘TRACE_EVENT’ + 1288 | TRACE_EVENT(kvm_hv_stimer_start_one_shot, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1288:1: note: in expansion of macro ‘TRACE_EVENT’ + 1288 | TRACE_EVENT(kvm_hv_stimer_start_one_shot, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_hv_stimer_callback’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1314:1: note: in expansion of macro ‘TRACE_EVENT’ + 1314 | TRACE_EVENT(kvm_hv_stimer_callback, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1314:1: note: in expansion of macro ‘TRACE_EVENT’ + 1314 | TRACE_EVENT(kvm_hv_stimer_callback, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_hv_stimer_expiration’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1335:1: note: in expansion of macro ‘TRACE_EVENT’ + 1335 | TRACE_EVENT(kvm_hv_stimer_expiration, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1335:1: note: in expansion of macro ‘TRACE_EVENT’ + 1335 | TRACE_EVENT(kvm_hv_stimer_expiration, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_hv_stimer_cleanup’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1361:1: note: in expansion of macro ‘TRACE_EVENT’ + 1361 | TRACE_EVENT(kvm_hv_stimer_cleanup, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1361:1: note: in expansion of macro ‘TRACE_EVENT’ + 1361 | TRACE_EVENT(kvm_hv_stimer_cleanup, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_apicv_inhibit_changed’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1383:1: note: in expansion of macro ‘TRACE_EVENT’ + 1383 | TRACE_EVENT(kvm_apicv_inhibit_changed, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1383:1: note: in expansion of macro ‘TRACE_EVENT’ + 1383 | TRACE_EVENT(kvm_apicv_inhibit_changed, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_apicv_accept_irq’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1405:1: note: in expansion of macro ‘TRACE_EVENT’ + 1405 | TRACE_EVENT(kvm_apicv_accept_irq, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1405:1: note: in expansion of macro ‘TRACE_EVENT’ + 1405 | TRACE_EVENT(kvm_apicv_accept_irq, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_avic_incomplete_ipi’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1432:1: note: in expansion of macro ‘TRACE_EVENT’ + 1432 | TRACE_EVENT(kvm_avic_incomplete_ipi, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1432:1: note: in expansion of macro ‘TRACE_EVENT’ + 1432 | TRACE_EVENT(kvm_avic_incomplete_ipi, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_avic_unaccelerated_access’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1457:1: note: in expansion of macro ‘TRACE_EVENT’ + 1457 | TRACE_EVENT(kvm_avic_unaccelerated_access, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1457:1: note: in expansion of macro ‘TRACE_EVENT’ + 1457 | TRACE_EVENT(kvm_avic_unaccelerated_access, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_avic_ga_log’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1486:1: note: in expansion of macro ‘TRACE_EVENT’ + 1486 | TRACE_EVENT(kvm_avic_ga_log, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1486:1: note: in expansion of macro ‘TRACE_EVENT’ + 1486 | TRACE_EVENT(kvm_avic_ga_log, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_avic_kick_vcpu_slowpath’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1504:1: note: in expansion of macro ‘TRACE_EVENT’ + 1504 | TRACE_EVENT(kvm_avic_kick_vcpu_slowpath, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1504:1: note: in expansion of macro ‘TRACE_EVENT’ + 1504 | TRACE_EVENT(kvm_avic_kick_vcpu_slowpath, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_avic_doorbell’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1524:1: note: in expansion of macro ‘TRACE_EVENT’ + 1524 | TRACE_EVENT(kvm_avic_doorbell, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1524:1: note: in expansion of macro ‘TRACE_EVENT’ + 1524 | TRACE_EVENT(kvm_avic_doorbell, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_hv_timer_state’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1542:1: note: in expansion of macro ‘TRACE_EVENT’ + 1542 | TRACE_EVENT(kvm_hv_timer_state, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1542:1: note: in expansion of macro ‘TRACE_EVENT’ + 1542 | TRACE_EVENT(kvm_hv_timer_state, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_hv_flush_tlb’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1561:1: note: in expansion of macro ‘TRACE_EVENT’ + 1561 | TRACE_EVENT(kvm_hv_flush_tlb, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1561:1: note: in expansion of macro ‘TRACE_EVENT’ + 1561 | TRACE_EVENT(kvm_hv_flush_tlb, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_hv_flush_tlb_ex’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1587:1: note: in expansion of macro ‘TRACE_EVENT’ + 1587 | TRACE_EVENT(kvm_hv_flush_tlb_ex, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1587:1: note: in expansion of macro ‘TRACE_EVENT’ + 1587 | TRACE_EVENT(kvm_hv_flush_tlb_ex, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_hv_send_ipi’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1617:1: note: in expansion of macro ‘TRACE_EVENT’ + 1617 | TRACE_EVENT(kvm_hv_send_ipi, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1617:1: note: in expansion of macro ‘TRACE_EVENT’ + 1617 | TRACE_EVENT(kvm_hv_send_ipi, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_hv_send_ipi_ex’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1635:1: note: in expansion of macro ‘TRACE_EVENT’ + 1635 | TRACE_EVENT(kvm_hv_send_ipi_ex, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1635:1: note: in expansion of macro ‘TRACE_EVENT’ + 1635 | TRACE_EVENT(kvm_hv_send_ipi_ex, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_pv_tlb_flush’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1656:1: note: in expansion of macro ‘TRACE_EVENT’ + 1656 | TRACE_EVENT(kvm_pv_tlb_flush, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1656:1: note: in expansion of macro ‘TRACE_EVENT’ + 1656 | TRACE_EVENT(kvm_pv_tlb_flush, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_nested_vmenter_failed’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ + 1677 | TRACE_EVENT(kvm_nested_vmenter_failed, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ + 1677 | TRACE_EVENT(kvm_nested_vmenter_failed, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_hv_syndbg_set_msr’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1698:1: note: in expansion of macro ‘TRACE_EVENT’ + 1698 | TRACE_EVENT(kvm_hv_syndbg_set_msr, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1698:1: note: in expansion of macro ‘TRACE_EVENT’ + 1698 | TRACE_EVENT(kvm_hv_syndbg_set_msr, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_hv_syndbg_get_msr’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1724:1: note: in expansion of macro ‘TRACE_EVENT’ + 1724 | TRACE_EVENT(kvm_hv_syndbg_get_msr, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1724:1: note: in expansion of macro ‘TRACE_EVENT’ + 1724 | TRACE_EVENT(kvm_hv_syndbg_get_msr, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_vmgexit_enter’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1750:1: note: in expansion of macro ‘TRACE_EVENT’ + 1750 | TRACE_EVENT(kvm_vmgexit_enter, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1750:1: note: in expansion of macro ‘TRACE_EVENT’ + 1750 | TRACE_EVENT(kvm_vmgexit_enter, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_vmgexit_exit’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1776:1: note: in expansion of macro ‘TRACE_EVENT’ + 1776 | TRACE_EVENT(kvm_vmgexit_exit, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1776:1: note: in expansion of macro ‘TRACE_EVENT’ + 1776 | TRACE_EVENT(kvm_vmgexit_exit, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_vmgexit_msr_protocol_enter’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1802:1: note: in expansion of macro ‘TRACE_EVENT’ + 1802 | TRACE_EVENT(kvm_vmgexit_msr_protocol_enter, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1802:1: note: in expansion of macro ‘TRACE_EVENT’ + 1802 | TRACE_EVENT(kvm_vmgexit_msr_protocol_enter, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_vmgexit_msr_protocol_exit’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1823:1: note: in expansion of macro ‘TRACE_EVENT’ + 1823 | TRACE_EVENT(kvm_vmgexit_msr_protocol_exit, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1823:1: note: in expansion of macro ‘TRACE_EVENT’ + 1823 | TRACE_EVENT(kvm_vmgexit_msr_protocol_exit, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘perf_trace_kvm_rmp_fault’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1846:1: note: in expansion of macro ‘TRACE_EVENT’ + 1846 | TRACE_EVENT(kvm_rmp_fault, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1846:1: note: in expansion of macro ‘TRACE_EVENT’ + 1846 | TRACE_EVENT(kvm_rmp_fault, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:110: +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_entry’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ + 17 | TRACE_EVENT(kvm_entry, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ + 17 | TRACE_EVENT(kvm_entry, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hypercall’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:40:1: note: in expansion of macro ‘TRACE_EVENT’ + 40 | TRACE_EVENT(kvm_hypercall, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:40:1: note: in expansion of macro ‘TRACE_EVENT’ + 40 | TRACE_EVENT(kvm_hypercall, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_hypercall’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ + 69 | TRACE_EVENT(kvm_hv_hypercall, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ + 69 | TRACE_EVENT(kvm_hv_hypercall, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_hypercall_done’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:100:1: note: in expansion of macro ‘TRACE_EVENT’ + 100 | TRACE_EVENT(kvm_hv_hypercall_done, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:100:1: note: in expansion of macro ‘TRACE_EVENT’ + 100 | TRACE_EVENT(kvm_hv_hypercall_done, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_xen_hypercall’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ + 118 | TRACE_EVENT(kvm_xen_hypercall, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ + 118 | TRACE_EVENT(kvm_xen_hypercall, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_pio’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:161:1: note: in expansion of macro ‘TRACE_EVENT’ + 161 | TRACE_EVENT(kvm_pio, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:161:1: note: in expansion of macro ‘TRACE_EVENT’ + 161 | TRACE_EVENT(kvm_pio, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_fast_mmio’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ + 196 | TRACE_EVENT(kvm_fast_mmio, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ + 196 | TRACE_EVENT(kvm_fast_mmio, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_cpuid’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ + 214 | TRACE_EVENT(kvm_cpuid, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ + 214 | TRACE_EVENT(kvm_cpuid, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_apic’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:261:1: note: in expansion of macro ‘TRACE_EVENT’ + 261 | TRACE_EVENT(kvm_apic, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:261:1: note: in expansion of macro ‘TRACE_EVENT’ + 261 | TRACE_EVENT(kvm_apic, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_exit’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ + 298 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:336:1: note: in expansion of macro ‘TRACE_EVENT_KVM_EXIT’ + 336 | TRACE_EVENT_KVM_EXIT(kvm_exit); + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ + 298 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:336:1: note: in expansion of macro ‘TRACE_EVENT_KVM_EXIT’ + 336 | TRACE_EVENT_KVM_EXIT(kvm_exit); + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_inj_virq’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:341:1: note: in expansion of macro ‘TRACE_EVENT’ + 341 | TRACE_EVENT(kvm_inj_virq, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:341:1: note: in expansion of macro ‘TRACE_EVENT’ + 341 | TRACE_EVENT(kvm_inj_virq, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_inj_exception’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:372:1: note: in expansion of macro ‘TRACE_EVENT’ + 372 | TRACE_EVENT(kvm_inj_exception, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:372:1: note: in expansion of macro ‘TRACE_EVENT’ + 372 | TRACE_EVENT(kvm_inj_exception, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_page_fault’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:402:1: note: in expansion of macro ‘TRACE_EVENT’ + 402 | TRACE_EVENT(kvm_page_fault, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:402:1: note: in expansion of macro ‘TRACE_EVENT’ + 402 | TRACE_EVENT(kvm_page_fault, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_msr’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:428:1: note: in expansion of macro ‘TRACE_EVENT’ + 428 | TRACE_EVENT(kvm_msr, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:428:1: note: in expansion of macro ‘TRACE_EVENT’ + 428 | TRACE_EVENT(kvm_msr, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_cr’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:460:1: note: in expansion of macro ‘TRACE_EVENT’ + 460 | TRACE_EVENT(kvm_cr, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:460:1: note: in expansion of macro ‘TRACE_EVENT’ + 460 | TRACE_EVENT(kvm_cr, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_pic_set_irq’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:484:1: note: in expansion of macro ‘TRACE_EVENT’ + 484 | TRACE_EVENT(kvm_pic_set_irq, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:484:1: note: in expansion of macro ‘TRACE_EVENT’ + 484 | TRACE_EVENT(kvm_pic_set_irq, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_apic_ipi’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:517:1: note: in expansion of macro ‘TRACE_EVENT’ + 517 | TRACE_EVENT(kvm_apic_ipi, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:517:1: note: in expansion of macro ‘TRACE_EVENT’ + 517 | TRACE_EVENT(kvm_apic_ipi, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_apic_accept_irq’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:542:1: note: in expansion of macro ‘TRACE_EVENT’ + 542 | TRACE_EVENT(kvm_apic_accept_irq, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:542:1: note: in expansion of macro ‘TRACE_EVENT’ + 542 | TRACE_EVENT(kvm_apic_accept_irq, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_eoi’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:566:1: note: in expansion of macro ‘TRACE_EVENT’ + 566 | TRACE_EVENT(kvm_eoi, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:566:1: note: in expansion of macro ‘TRACE_EVENT’ + 566 | TRACE_EVENT(kvm_eoi, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_pv_eoi’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:583:1: note: in expansion of macro ‘TRACE_EVENT’ + 583 | TRACE_EVENT(kvm_pv_eoi, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:583:1: note: in expansion of macro ‘TRACE_EVENT’ + 583 | TRACE_EVENT(kvm_pv_eoi, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_nested_vmenter’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ + 603 | TRACE_EVENT(kvm_nested_vmenter, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ + 603 | TRACE_EVENT(kvm_nested_vmenter, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_nested_intercepts’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:647:1: note: in expansion of macro ‘TRACE_EVENT’ + 647 | TRACE_EVENT(kvm_nested_intercepts, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:647:1: note: in expansion of macro ‘TRACE_EVENT’ + 647 | TRACE_EVENT(kvm_nested_intercepts, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_nested_vmexit’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ + 298 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:679:1: note: in expansion of macro ‘TRACE_EVENT_KVM_EXIT’ + 679 | TRACE_EVENT_KVM_EXIT(kvm_nested_vmexit); + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ + 298 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:679:1: note: in expansion of macro ‘TRACE_EVENT_KVM_EXIT’ + 679 | TRACE_EVENT_KVM_EXIT(kvm_nested_vmexit); + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_nested_vmexit_inject’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:684:1: note: in expansion of macro ‘TRACE_EVENT’ + 684 | TRACE_EVENT(kvm_nested_vmexit_inject, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:684:1: note: in expansion of macro ‘TRACE_EVENT’ + 684 | TRACE_EVENT(kvm_nested_vmexit_inject, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_nested_intr_vmexit’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:719:1: note: in expansion of macro ‘TRACE_EVENT’ + 719 | TRACE_EVENT(kvm_nested_intr_vmexit, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:719:1: note: in expansion of macro ‘TRACE_EVENT’ + 719 | TRACE_EVENT(kvm_nested_intr_vmexit, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_invlpga’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:737:1: note: in expansion of macro ‘TRACE_EVENT’ + 737 | TRACE_EVENT(kvm_invlpga, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:737:1: note: in expansion of macro ‘TRACE_EVENT’ + 737 | TRACE_EVENT(kvm_invlpga, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_skinit’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:760:1: note: in expansion of macro ‘TRACE_EVENT’ + 760 | TRACE_EVENT(kvm_skinit, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:760:1: note: in expansion of macro ‘TRACE_EVENT’ + 760 | TRACE_EVENT(kvm_skinit, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_emulate_insn’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:817:1: note: in expansion of macro ‘TRACE_EVENT’ + 817 | TRACE_EVENT(kvm_emulate_insn, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:817:1: note: in expansion of macro ‘TRACE_EVENT’ + 817 | TRACE_EVENT(kvm_emulate_insn, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_vcpu_match_mmio’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:855:1: note: in expansion of macro ‘TRACE_EVENT’ + 855 | TRACE_EVENT( + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:855:1: note: in expansion of macro ‘TRACE_EVENT’ + 855 | TRACE_EVENT( + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_write_tsc_offset’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:879:1: note: in expansion of macro ‘TRACE_EVENT’ + 879 | TRACE_EVENT(kvm_write_tsc_offset, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:879:1: note: in expansion of macro ‘TRACE_EVENT’ + 879 | TRACE_EVENT(kvm_write_tsc_offset, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_pml_full’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:963:1: note: in expansion of macro ‘TRACE_EVENT’ + 963 | TRACE_EVENT(kvm_pml_full, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:963:1: note: in expansion of macro ‘TRACE_EVENT’ + 963 | TRACE_EVENT(kvm_pml_full, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_ple_window_update’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:978:1: note: in expansion of macro ‘TRACE_EVENT’ + 978 | TRACE_EVENT(kvm_ple_window_update, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:978:1: note: in expansion of macro ‘TRACE_EVENT’ + 978 | TRACE_EVENT(kvm_ple_window_update, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_pvclock_update’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:999:1: note: in expansion of macro ‘TRACE_EVENT’ + 999 | TRACE_EVENT(kvm_pvclock_update, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:999:1: note: in expansion of macro ‘TRACE_EVENT’ + 999 | TRACE_EVENT(kvm_pvclock_update, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_wait_lapic_expire’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1035:1: note: in expansion of macro ‘TRACE_EVENT’ + 1035 | TRACE_EVENT(kvm_wait_lapic_expire, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1035:1: note: in expansion of macro ‘TRACE_EVENT’ + 1035 | TRACE_EVENT(kvm_wait_lapic_expire, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_smm_transition’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1055:1: note: in expansion of macro ‘TRACE_EVENT’ + 1055 | TRACE_EVENT(kvm_smm_transition, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1055:1: note: in expansion of macro ‘TRACE_EVENT’ + 1055 | TRACE_EVENT(kvm_smm_transition, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_pi_irte_update’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1080:1: note: in expansion of macro ‘TRACE_EVENT’ + 1080 | TRACE_EVENT(kvm_pi_irte_update, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1080:1: note: in expansion of macro ‘TRACE_EVENT’ + 1080 | TRACE_EVENT(kvm_pi_irte_update, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_notify_acked_sint’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1117:1: note: in expansion of macro ‘TRACE_EVENT’ + 1117 | TRACE_EVENT(kvm_hv_notify_acked_sint, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1117:1: note: in expansion of macro ‘TRACE_EVENT’ + 1117 | TRACE_EVENT(kvm_hv_notify_acked_sint, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_synic_set_irq’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1137:1: note: in expansion of macro ‘TRACE_EVENT’ + 1137 | TRACE_EVENT(kvm_hv_synic_set_irq, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1137:1: note: in expansion of macro ‘TRACE_EVENT’ + 1137 | TRACE_EVENT(kvm_hv_synic_set_irq, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_synic_send_eoi’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1163:1: note: in expansion of macro ‘TRACE_EVENT’ + 1163 | TRACE_EVENT(kvm_hv_synic_send_eoi, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1163:1: note: in expansion of macro ‘TRACE_EVENT’ + 1163 | TRACE_EVENT(kvm_hv_synic_send_eoi, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_synic_set_msr’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1185:1: note: in expansion of macro ‘TRACE_EVENT’ + 1185 | TRACE_EVENT(kvm_hv_synic_set_msr, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1185:1: note: in expansion of macro ‘TRACE_EVENT’ + 1185 | TRACE_EVENT(kvm_hv_synic_set_msr, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_stimer_set_config’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1210:1: note: in expansion of macro ‘TRACE_EVENT’ + 1210 | TRACE_EVENT(kvm_hv_stimer_set_config, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1210:1: note: in expansion of macro ‘TRACE_EVENT’ + 1210 | TRACE_EVENT(kvm_hv_stimer_set_config, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_stimer_set_count’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1236:1: note: in expansion of macro ‘TRACE_EVENT’ + 1236 | TRACE_EVENT(kvm_hv_stimer_set_count, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1236:1: note: in expansion of macro ‘TRACE_EVENT’ + 1236 | TRACE_EVENT(kvm_hv_stimer_set_count, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_stimer_start_periodic’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1262:1: note: in expansion of macro ‘TRACE_EVENT’ + 1262 | TRACE_EVENT(kvm_hv_stimer_start_periodic, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1262:1: note: in expansion of macro ‘TRACE_EVENT’ + 1262 | TRACE_EVENT(kvm_hv_stimer_start_periodic, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_stimer_start_one_shot’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1288:1: note: in expansion of macro ‘TRACE_EVENT’ + 1288 | TRACE_EVENT(kvm_hv_stimer_start_one_shot, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1288:1: note: in expansion of macro ‘TRACE_EVENT’ + 1288 | TRACE_EVENT(kvm_hv_stimer_start_one_shot, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_stimer_callback’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1314:1: note: in expansion of macro ‘TRACE_EVENT’ + 1314 | TRACE_EVENT(kvm_hv_stimer_callback, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1314:1: note: in expansion of macro ‘TRACE_EVENT’ + 1314 | TRACE_EVENT(kvm_hv_stimer_callback, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_stimer_expiration’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1335:1: note: in expansion of macro ‘TRACE_EVENT’ + 1335 | TRACE_EVENT(kvm_hv_stimer_expiration, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1335:1: note: in expansion of macro ‘TRACE_EVENT’ + 1335 | TRACE_EVENT(kvm_hv_stimer_expiration, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_stimer_cleanup’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1361:1: note: in expansion of macro ‘TRACE_EVENT’ + 1361 | TRACE_EVENT(kvm_hv_stimer_cleanup, @@ -51974,2 +91435,2 @@ -../include/trace/events/f2fs.h:1519:1: note: in expansion of macro ‘TRACE_EVENT’ - 1519 | TRACE_EVENT(f2fs_readpages, +../include/trace/../../arch/x86/kvm/trace.h:1361:1: note: in expansion of macro ‘TRACE_EVENT’ + 1361 | TRACE_EVENT(kvm_hv_stimer_cleanup, @@ -51977 +91438 @@ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_write_checkpoint’: +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_apicv_inhibit_changed’: @@ -51987,2 +91448,2 @@ -../include/trace/events/f2fs.h:1545:1: note: in expansion of macro ‘TRACE_EVENT’ - 1545 | TRACE_EVENT(f2fs_write_checkpoint, +../include/trace/../../arch/x86/kvm/trace.h:1383:1: note: in expansion of macro ‘TRACE_EVENT’ + 1383 | TRACE_EVENT(kvm_apicv_inhibit_changed, @@ -51999,2 +91460,2 @@ -../include/trace/events/f2fs.h:1545:1: note: in expansion of macro ‘TRACE_EVENT’ - 1545 | TRACE_EVENT(f2fs_write_checkpoint, +../include/trace/../../arch/x86/kvm/trace.h:1383:1: note: in expansion of macro ‘TRACE_EVENT’ + 1383 | TRACE_EVENT(kvm_apicv_inhibit_changed, @@ -52002 +91463 @@ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_discard’: +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_apicv_accept_irq’: @@ -52009,3 +91470,6 @@ -../include/trace/events/f2fs.h:1569:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1569 | DECLARE_EVENT_CLASS(f2fs_discard, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1405:1: note: in expansion of macro ‘TRACE_EVENT’ + 1405 | TRACE_EVENT(kvm_apicv_accept_irq, + | ^~~~~~~~~~~ @@ -52018,4 +91482,7 @@ -../include/trace/events/f2fs.h:1569:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1569 | DECLARE_EVENT_CLASS(f2fs_discard, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_reset_zone’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1405:1: note: in expansion of macro ‘TRACE_EVENT’ + 1405 | TRACE_EVENT(kvm_apicv_accept_irq, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_avic_incomplete_ipi’: @@ -52028,3 +91495,6 @@ -../include/trace/events/f2fs.h:1614:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1614 | DECLARE_EVENT_CLASS(f2fs_reset_zone, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1432:1: note: in expansion of macro ‘TRACE_EVENT’ + 1432 | TRACE_EVENT(kvm_avic_incomplete_ipi, + | ^~~~~~~~~~~ @@ -52037,4 +91507,7 @@ -../include/trace/events/f2fs.h:1614:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1614 | DECLARE_EVENT_CLASS(f2fs_reset_zone, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_issue_flush’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1432:1: note: in expansion of macro ‘TRACE_EVENT’ + 1432 | TRACE_EVENT(kvm_avic_incomplete_ipi, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_avic_unaccelerated_access’: @@ -52050,2 +91523,2 @@ -../include/trace/events/f2fs.h:1649:1: note: in expansion of macro ‘TRACE_EVENT’ - 1649 | TRACE_EVENT(f2fs_issue_flush, +../include/trace/../../arch/x86/kvm/trace.h:1457:1: note: in expansion of macro ‘TRACE_EVENT’ + 1457 | TRACE_EVENT(kvm_avic_unaccelerated_access, @@ -52062,2 +91535,2 @@ -../include/trace/events/f2fs.h:1649:1: note: in expansion of macro ‘TRACE_EVENT’ - 1649 | TRACE_EVENT(f2fs_issue_flush, +../include/trace/../../arch/x86/kvm/trace.h:1457:1: note: in expansion of macro ‘TRACE_EVENT’ + 1457 | TRACE_EVENT(kvm_avic_unaccelerated_access, @@ -52065 +91538 @@ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_lookup_extent_tree_start’: +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_avic_ga_log’: @@ -52075,2 +91548,2 @@ -../include/trace/events/f2fs.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ - 1677 | TRACE_EVENT(f2fs_lookup_extent_tree_start, +../include/trace/../../arch/x86/kvm/trace.h:1486:1: note: in expansion of macro ‘TRACE_EVENT’ + 1486 | TRACE_EVENT(kvm_avic_ga_log, @@ -52087,2 +91560,2 @@ -../include/trace/events/f2fs.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ - 1677 | TRACE_EVENT(f2fs_lookup_extent_tree_start, +../include/trace/../../arch/x86/kvm/trace.h:1486:1: note: in expansion of macro ‘TRACE_EVENT’ + 1486 | TRACE_EVENT(kvm_avic_ga_log, @@ -52090 +91563 @@ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_lookup_read_extent_tree_end’: +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_avic_kick_vcpu_slowpath’: @@ -52100,6 +91573,3 @@ -../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ - 32 | TRACE_EVENT(name, \ - | ^~~~~~~~~~~ -../include/trace/events/f2fs.h:1703:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ - 1703 | TRACE_EVENT_CONDITION(f2fs_lookup_read_extent_tree_end, - | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1504:1: note: in expansion of macro ‘TRACE_EVENT’ + 1504 | TRACE_EVENT(kvm_avic_kick_vcpu_slowpath, + | ^~~~~~~~~~~ @@ -52115,7 +91585,4 @@ -../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ - 32 | TRACE_EVENT(name, \ - | ^~~~~~~~~~~ -../include/trace/events/f2fs.h:1703:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ - 1703 | TRACE_EVENT_CONDITION(f2fs_lookup_read_extent_tree_end, - | ^~~~~~~~~~~~~~~~~~~~~ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_lookup_age_extent_tree_end’: +../include/trace/../../arch/x86/kvm/trace.h:1504:1: note: in expansion of macro ‘TRACE_EVENT’ + 1504 | TRACE_EVENT(kvm_avic_kick_vcpu_slowpath, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_avic_doorbell’: @@ -52131,6 +91598,3 @@ -../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ - 32 | TRACE_EVENT(name, \ - | ^~~~~~~~~~~ -../include/trace/events/f2fs.h:1739:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ - 1739 | TRACE_EVENT_CONDITION(f2fs_lookup_age_extent_tree_end, - | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1524:1: note: in expansion of macro ‘TRACE_EVENT’ + 1524 | TRACE_EVENT(kvm_avic_doorbell, + | ^~~~~~~~~~~ @@ -52146,7 +91610,4 @@ -../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ - 32 | TRACE_EVENT(name, \ - | ^~~~~~~~~~~ -../include/trace/events/f2fs.h:1739:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ - 1739 | TRACE_EVENT_CONDITION(f2fs_lookup_age_extent_tree_end, - | ^~~~~~~~~~~~~~~~~~~~~ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_update_read_extent_tree_range’: +../include/trace/../../arch/x86/kvm/trace.h:1524:1: note: in expansion of macro ‘TRACE_EVENT’ + 1524 | TRACE_EVENT(kvm_avic_doorbell, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_timer_state’: @@ -52162,2 +91623,2 @@ -../include/trace/events/f2fs.h:1778:1: note: in expansion of macro ‘TRACE_EVENT’ - 1778 | TRACE_EVENT(f2fs_update_read_extent_tree_range, +../include/trace/../../arch/x86/kvm/trace.h:1542:1: note: in expansion of macro ‘TRACE_EVENT’ + 1542 | TRACE_EVENT(kvm_hv_timer_state, @@ -52174,2 +91635,2 @@ -../include/trace/events/f2fs.h:1778:1: note: in expansion of macro ‘TRACE_EVENT’ - 1778 | TRACE_EVENT(f2fs_update_read_extent_tree_range, +../include/trace/../../arch/x86/kvm/trace.h:1542:1: note: in expansion of macro ‘TRACE_EVENT’ + 1542 | TRACE_EVENT(kvm_hv_timer_state, @@ -52177 +91638 @@ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_update_age_extent_tree_range’: +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_flush_tlb’: @@ -52187,2 +91648,2 @@ -../include/trace/events/f2fs.h:1813:1: note: in expansion of macro ‘TRACE_EVENT’ - 1813 | TRACE_EVENT(f2fs_update_age_extent_tree_range, +../include/trace/../../arch/x86/kvm/trace.h:1561:1: note: in expansion of macro ‘TRACE_EVENT’ + 1561 | TRACE_EVENT(kvm_hv_flush_tlb, @@ -52199,2 +91660,2 @@ -../include/trace/events/f2fs.h:1813:1: note: in expansion of macro ‘TRACE_EVENT’ - 1813 | TRACE_EVENT(f2fs_update_age_extent_tree_range, +../include/trace/../../arch/x86/kvm/trace.h:1561:1: note: in expansion of macro ‘TRACE_EVENT’ + 1561 | TRACE_EVENT(kvm_hv_flush_tlb, @@ -52202 +91663 @@ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_shrink_extent_tree’: +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_flush_tlb_ex’: @@ -52212,2 +91673,2 @@ -../include/trace/events/f2fs.h:1848:1: note: in expansion of macro ‘TRACE_EVENT’ - 1848 | TRACE_EVENT(f2fs_shrink_extent_tree, +../include/trace/../../arch/x86/kvm/trace.h:1587:1: note: in expansion of macro ‘TRACE_EVENT’ + 1587 | TRACE_EVENT(kvm_hv_flush_tlb_ex, @@ -52224,2 +91685,2 @@ -../include/trace/events/f2fs.h:1848:1: note: in expansion of macro ‘TRACE_EVENT’ - 1848 | TRACE_EVENT(f2fs_shrink_extent_tree, +../include/trace/../../arch/x86/kvm/trace.h:1587:1: note: in expansion of macro ‘TRACE_EVENT’ + 1587 | TRACE_EVENT(kvm_hv_flush_tlb_ex, @@ -52227 +91688 @@ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_destroy_extent_tree’: +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_send_ipi’: @@ -52237,2 +91698,2 @@ -../include/trace/events/f2fs.h:1876:1: note: in expansion of macro ‘TRACE_EVENT’ - 1876 | TRACE_EVENT(f2fs_destroy_extent_tree, +../include/trace/../../arch/x86/kvm/trace.h:1617:1: note: in expansion of macro ‘TRACE_EVENT’ + 1617 | TRACE_EVENT(kvm_hv_send_ipi, @@ -52249,2 +91710,2 @@ -../include/trace/events/f2fs.h:1876:1: note: in expansion of macro ‘TRACE_EVENT’ - 1876 | TRACE_EVENT(f2fs_destroy_extent_tree, +../include/trace/../../arch/x86/kvm/trace.h:1617:1: note: in expansion of macro ‘TRACE_EVENT’ + 1617 | TRACE_EVENT(kvm_hv_send_ipi, @@ -52252 +91713 @@ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_sync_dirty_inodes’: +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_send_ipi_ex’: @@ -52259,3 +91720,6 @@ -../include/trace/events/f2fs.h:1903:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1903 | DECLARE_EVENT_CLASS(f2fs_sync_dirty_inodes, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1635:1: note: in expansion of macro ‘TRACE_EVENT’ + 1635 | TRACE_EVENT(kvm_hv_send_ipi_ex, + | ^~~~~~~~~~~ @@ -52268,4 +91732,7 @@ -../include/trace/events/f2fs.h:1903:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1903 | DECLARE_EVENT_CLASS(f2fs_sync_dirty_inodes, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_shutdown’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1635:1: note: in expansion of macro ‘TRACE_EVENT’ + 1635 | TRACE_EVENT(kvm_hv_send_ipi_ex, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_pv_tlb_flush’: @@ -52281,2 +91748,2 @@ -../include/trace/events/f2fs.h:1941:1: note: in expansion of macro ‘TRACE_EVENT’ - 1941 | TRACE_EVENT(f2fs_shutdown, +../include/trace/../../arch/x86/kvm/trace.h:1656:1: note: in expansion of macro ‘TRACE_EVENT’ + 1656 | TRACE_EVENT(kvm_pv_tlb_flush, @@ -52293,2 +91760,2 @@ -../include/trace/events/f2fs.h:1941:1: note: in expansion of macro ‘TRACE_EVENT’ - 1941 | TRACE_EVENT(f2fs_shutdown, +../include/trace/../../arch/x86/kvm/trace.h:1656:1: note: in expansion of macro ‘TRACE_EVENT’ + 1656 | TRACE_EVENT(kvm_pv_tlb_flush, @@ -52296 +91763 @@ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_zip_start’: +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_nested_vmenter_failed’: @@ -52303,3 +91770,6 @@ -../include/trace/events/f2fs.h:1965:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1965 | DECLARE_EVENT_CLASS(f2fs_zip_start, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ + 1677 | TRACE_EVENT(kvm_nested_vmenter_failed, + | ^~~~~~~~~~~ @@ -52312,4 +91782,7 @@ -../include/trace/events/f2fs.h:1965:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1965 | DECLARE_EVENT_CLASS(f2fs_zip_start, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_zip_end’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ + 1677 | TRACE_EVENT(kvm_nested_vmenter_failed, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_syndbg_set_msr’: @@ -52322,3 +91795,6 @@ -../include/trace/events/f2fs.h:1996:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1996 | DECLARE_EVENT_CLASS(f2fs_zip_end, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1698:1: note: in expansion of macro ‘TRACE_EVENT’ + 1698 | TRACE_EVENT(kvm_hv_syndbg_set_msr, + | ^~~~~~~~~~~ @@ -52331,4 +91807,7 @@ -../include/trace/events/f2fs.h:1996:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1996 | DECLARE_EVENT_CLASS(f2fs_zip_end, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_iostat’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1698:1: note: in expansion of macro ‘TRACE_EVENT’ + 1698 | TRACE_EVENT(kvm_hv_syndbg_set_msr, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_syndbg_get_msr’: @@ -52344,2 +91823,2 @@ -../include/trace/events/f2fs.h:2060:1: note: in expansion of macro ‘TRACE_EVENT’ - 2060 | TRACE_EVENT(f2fs_iostat, +../include/trace/../../arch/x86/kvm/trace.h:1724:1: note: in expansion of macro ‘TRACE_EVENT’ + 1724 | TRACE_EVENT(kvm_hv_syndbg_get_msr, @@ -52356,2 +91835,2 @@ -../include/trace/events/f2fs.h:2060:1: note: in expansion of macro ‘TRACE_EVENT’ - 2060 | TRACE_EVENT(f2fs_iostat, +../include/trace/../../arch/x86/kvm/trace.h:1724:1: note: in expansion of macro ‘TRACE_EVENT’ + 1724 | TRACE_EVENT(kvm_hv_syndbg_get_msr, @@ -52359 +91838 @@ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_iostat_latency’: +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_vmgexit_enter’: @@ -52369,2 +91848,2 @@ -../include/trace/events/f2fs.h:2163:1: note: in expansion of macro ‘TRACE_EVENT’ - 2163 | TRACE_EVENT(f2fs_iostat_latency, +../include/trace/../../arch/x86/kvm/trace.h:1750:1: note: in expansion of macro ‘TRACE_EVENT’ + 1750 | TRACE_EVENT(kvm_vmgexit_enter, @@ -52381,2 +91860,2 @@ -../include/trace/events/f2fs.h:2163:1: note: in expansion of macro ‘TRACE_EVENT’ - 2163 | TRACE_EVENT(f2fs_iostat_latency, +../include/trace/../../arch/x86/kvm/trace.h:1750:1: note: in expansion of macro ‘TRACE_EVENT’ + 1750 | TRACE_EVENT(kvm_vmgexit_enter, @@ -52384 +91863 @@ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_bmap’: +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_vmgexit_exit’: @@ -52394,2 +91873,2 @@ -../include/trace/events/f2fs.h:2250:1: note: in expansion of macro ‘TRACE_EVENT’ - 2250 | TRACE_EVENT(f2fs_bmap, +../include/trace/../../arch/x86/kvm/trace.h:1776:1: note: in expansion of macro ‘TRACE_EVENT’ + 1776 | TRACE_EVENT(kvm_vmgexit_exit, @@ -52406,2 +91885,2 @@ -../include/trace/events/f2fs.h:2250:1: note: in expansion of macro ‘TRACE_EVENT’ - 2250 | TRACE_EVENT(f2fs_bmap, +../include/trace/../../arch/x86/kvm/trace.h:1776:1: note: in expansion of macro ‘TRACE_EVENT’ + 1776 | TRACE_EVENT(kvm_vmgexit_exit, @@ -52409 +91888 @@ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs_fiemap’: +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_vmgexit_msr_protocol_enter’: @@ -52419,2 +91898,2 @@ -../include/trace/events/f2fs.h:2276:1: note: in expansion of macro ‘TRACE_EVENT’ - 2276 | TRACE_EVENT(f2fs_fiemap, +../include/trace/../../arch/x86/kvm/trace.h:1802:1: note: in expansion of macro ‘TRACE_EVENT’ + 1802 | TRACE_EVENT(kvm_vmgexit_msr_protocol_enter, @@ -52431,2 +91910,2 @@ -../include/trace/events/f2fs.h:2276:1: note: in expansion of macro ‘TRACE_EVENT’ - 2276 | TRACE_EVENT(f2fs_fiemap, +../include/trace/../../arch/x86/kvm/trace.h:1802:1: note: in expansion of macro ‘TRACE_EVENT’ + 1802 | TRACE_EVENT(kvm_vmgexit_msr_protocol_enter, @@ -52434 +91913 @@ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs__rw_start’: +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_vmgexit_msr_protocol_exit’: @@ -52441,3 +91920,6 @@ -../include/trace/events/f2fs.h:2313:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2313 | DECLARE_EVENT_CLASS(f2fs__rw_start, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1823:1: note: in expansion of macro ‘TRACE_EVENT’ + 1823 | TRACE_EVENT(kvm_vmgexit_msr_protocol_exit, + | ^~~~~~~~~~~ @@ -52450,4 +91932,7 @@ -../include/trace/events/f2fs.h:2313:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2313 | DECLARE_EVENT_CLASS(f2fs__rw_start, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/f2fs.h: In function ‘__bpf_trace_f2fs__rw_end’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1823:1: note: in expansion of macro ‘TRACE_EVENT’ + 1823 | TRACE_EVENT(kvm_vmgexit_msr_protocol_exit, + | ^~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_rmp_fault’: @@ -52460,3 +91945,6 @@ -../include/trace/events/f2fs.h:2354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2354 | DECLARE_EVENT_CLASS(f2fs__rw_end, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1846:1: note: in expansion of macro ‘TRACE_EVENT’ + 1846 | TRACE_EVENT(kvm_rmp_fault, + | ^~~~~~~~~~~ @@ -52469,5 +91957,9 @@ -../include/trace/events/f2fs.h:2354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2354 | DECLARE_EVENT_CLASS(f2fs__rw_end, - | ^~~~~~~~~~~~~~~~~~~ -make[5]: *** [../scripts/Makefile.build:244: fs/f2fs/super.o] Error 1 -make[4]: *** [../scripts/Makefile.build:485: fs/f2fs] Error 2 +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/../../arch/x86/kvm/trace.h:1846:1: note: in expansion of macro ‘TRACE_EVENT’ + 1846 | TRACE_EVENT(kvm_rmp_fault, + | ^~~~~~~~~~~ +make[5]: *** [../scripts/Makefile.build:244: arch/x86/kvm/x86.o] Error 1 +make[4]: *** [../scripts/Makefile.build:485: arch/x86/kvm] Error 2 +make[3]: *** [../scripts/Makefile.build:485: arch/x86] Error 2 @@ -52475,3 +91967,3 @@ - from ../fs/nfs/nfs4trace.h:2701, - from ../fs/nfs/nfs4trace.c:15: -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_clientid_event’: + from ../include/trace/events/btrfs.h:2637, + from ../fs/btrfs/super.c:65: +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_transaction_commit’: @@ -52484,3 +91976,6 @@ -../fs/nfs/./nfs4trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 35 | DECLARE_EVENT_CLASS(nfs4_clientid_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:182:1: note: in expansion of macro ‘TRACE_EVENT’ + 182 | TRACE_EVENT(btrfs_transaction_commit, + | ^~~~~~~~~~~ @@ -52493,3 +91988,6 @@ -../fs/nfs/./nfs4trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 35 | DECLARE_EVENT_CLASS(nfs4_clientid_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:182:1: note: in expansion of macro ‘TRACE_EVENT’ + 182 | TRACE_EVENT(btrfs_transaction_commit, + | ^~~~~~~~~~~ @@ -52502,3 +92000,6 @@ -../fs/nfs/./nfs4trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 35 | DECLARE_EVENT_CLASS(nfs4_clientid_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:182:1: note: in expansion of macro ‘TRACE_EVENT’ + 182 | TRACE_EVENT(btrfs_transaction_commit, + | ^~~~~~~~~~~ @@ -52511,3 +92012,6 @@ -../fs/nfs/./nfs4trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 35 | DECLARE_EVENT_CLASS(nfs4_clientid_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:182:1: note: in expansion of macro ‘TRACE_EVENT’ + 182 | TRACE_EVENT(btrfs_transaction_commit, + | ^~~~~~~~~~~ @@ -52520,2 +92024,15 @@ -../fs/nfs/./nfs4trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 35 | DECLARE_EVENT_CLASS(nfs4_clientid_event, +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:182:1: note: in expansion of macro ‘TRACE_EVENT’ + 182 | TRACE_EVENT(btrfs_transaction_commit, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__inode’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:203:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 203 | DECLARE_EVENT_CLASS(btrfs__inode, @@ -52523 +92040,10 @@ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_trunked_exchange_id’: +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:203:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 203 | DECLARE_EVENT_CLASS(btrfs__inode, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_get_extent’: @@ -52533,3 +92059,6 @@ -../fs/nfs/./nfs4trace.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ - 80 | TRACE_EVENT(nfs4_trunked_exchange_id, - | ^~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h:280:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 280 | TRACE_EVENT_CONDITION(btrfs_get_extent, + | ^~~~~~~~~~~~~~~~~~~~~ @@ -52545,4 +92074,7 @@ -../fs/nfs/./nfs4trace.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ - 80 | TRACE_EVENT(nfs4_trunked_exchange_id, - | ^~~~~~~~~~~ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_sequence_done’: +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h:280:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 280 | TRACE_EVENT_CONDITION(btrfs_get_extent, + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_handle_em_exist’: @@ -52558,2 +92090,2 @@ -../fs/nfs/./nfs4trace.h:110:1: note: in expansion of macro ‘TRACE_EVENT’ - 110 | TRACE_EVENT(nfs4_sequence_done, +../include/trace/events/btrfs.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ + 316 | TRACE_EVENT(btrfs_handle_em_exist, @@ -52570,2 +92102,2 @@ -../fs/nfs/./nfs4trace.h:110:1: note: in expansion of macro ‘TRACE_EVENT’ - 110 | TRACE_EVENT(nfs4_sequence_done, +../include/trace/events/btrfs.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ + 316 | TRACE_EVENT(btrfs_handle_em_exist, @@ -52573 +92105 @@ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_cb_sequence’: +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__file_extent_item_regular’: @@ -52580,6 +92112,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfs4trace.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ - 158 | TRACE_EVENT(nfs4_cb_sequence, - | ^~~~~~~~~~~ +../include/trace/events/btrfs.h:354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 354 | DECLARE_EVENT_CLASS(btrfs__file_extent_item_regular, + | ^~~~~~~~~~~~~~~~~~~ @@ -52592,7 +92121,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfs4trace.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ - 158 | TRACE_EVENT(nfs4_cb_sequence, - | ^~~~~~~~~~~ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_cb_seqid_err’: +../include/trace/events/btrfs.h:354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 354 | DECLARE_EVENT_CLASS(btrfs__file_extent_item_regular, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__file_extent_item_inline’: @@ -52605,6 +92131,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfs4trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ - 196 | TRACE_EVENT(nfs4_cb_seqid_err, - | ^~~~~~~~~~~ +../include/trace/events/btrfs.h:408:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 408 | DECLARE_EVENT_CLASS( + | ^~~~~~~~~~~~~~~~~~~ @@ -52617,7 +92140,23 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfs4trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ - 196 | TRACE_EVENT(nfs4_cb_seqid_err, - | ^~~~~~~~~~~ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_cb_offload’: +../include/trace/events/btrfs.h:408:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 408 | DECLARE_EVENT_CLASS( + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__ordered_extent’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:498:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 498 | DECLARE_EVENT_CLASS(btrfs__ordered_extent, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:498:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 498 | DECLARE_EVENT_CLASS(btrfs__ordered_extent, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_finish_ordered_extent’: @@ -52633,2 +92172,2 @@ -../fs/nfs/./nfs4trace.h:233:1: note: in expansion of macro ‘TRACE_EVENT’ - 233 | TRACE_EVENT(nfs4_cb_offload, +../include/trace/events/btrfs.h:646:1: note: in expansion of macro ‘TRACE_EVENT’ + 646 | TRACE_EVENT(btrfs_finish_ordered_extent, @@ -52645,2 +92184,2 @@ -../fs/nfs/./nfs4trace.h:233:1: note: in expansion of macro ‘TRACE_EVENT’ - 233 | TRACE_EVENT(nfs4_cb_offload, +../include/trace/events/btrfs.h:646:1: note: in expansion of macro ‘TRACE_EVENT’ + 646 | TRACE_EVENT(btrfs_finish_ordered_extent, @@ -52648 +92187,20 @@ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_setup_sequence’: +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__writepage’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:675:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 675 | DECLARE_EVENT_CLASS(btrfs__writepage, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:675:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 675 | DECLARE_EVENT_CLASS(btrfs__writepage, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_writepage_end_io_hook’: @@ -52658,2 +92216,2 @@ -../fs/nfs/./nfs4trace.h:278:1: note: in expansion of macro ‘TRACE_EVENT’ - 278 | TRACE_EVENT(nfs4_setup_sequence, +../include/trace/events/btrfs.h:732:1: note: in expansion of macro ‘TRACE_EVENT’ + 732 | TRACE_EVENT(btrfs_writepage_end_io_hook, @@ -52670,2 +92228,2 @@ -../fs/nfs/./nfs4trace.h:278:1: note: in expansion of macro ‘TRACE_EVENT’ - 278 | TRACE_EVENT(nfs4_setup_sequence, +../include/trace/events/btrfs.h:732:1: note: in expansion of macro ‘TRACE_EVENT’ + 732 | TRACE_EVENT(btrfs_writepage_end_io_hook, @@ -52673 +92231 @@ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_state_mgr’: +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_sync_file’: @@ -52683,2 +92241,2 @@ -../fs/nfs/./nfs4trace.h:354:1: note: in expansion of macro ‘TRACE_EVENT’ - 354 | TRACE_EVENT(nfs4_state_mgr, +../include/trace/events/btrfs.h:761:1: note: in expansion of macro ‘TRACE_EVENT’ + 761 | TRACE_EVENT(btrfs_sync_file, @@ -52695,2 +92253,2 @@ -../fs/nfs/./nfs4trace.h:354:1: note: in expansion of macro ‘TRACE_EVENT’ - 354 | TRACE_EVENT(nfs4_state_mgr, +../include/trace/events/btrfs.h:761:1: note: in expansion of macro ‘TRACE_EVENT’ + 761 | TRACE_EVENT(btrfs_sync_file, @@ -52698 +92256 @@ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_state_mgr_failed’: +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_sync_fs’: @@ -52708,2 +92266,2 @@ -../fs/nfs/./nfs4trace.h:377:1: note: in expansion of macro ‘TRACE_EVENT’ - 377 | TRACE_EVENT(nfs4_state_mgr_failed, +../include/trace/events/btrfs.h:793:1: note: in expansion of macro ‘TRACE_EVENT’ + 793 | TRACE_EVENT(btrfs_sync_fs, @@ -52720,2 +92278,2 @@ -../fs/nfs/./nfs4trace.h:377:1: note: in expansion of macro ‘TRACE_EVENT’ - 377 | TRACE_EVENT(nfs4_state_mgr_failed, +../include/trace/events/btrfs.h:793:1: note: in expansion of macro ‘TRACE_EVENT’ + 793 | TRACE_EVENT(btrfs_sync_fs, @@ -52723 +92281 @@ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_xdr_bad_operation’: +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_add_block_group’: @@ -52733,2 +92291,2 @@ -../fs/nfs/./nfs4trace.h:409:1: note: in expansion of macro ‘TRACE_EVENT’ - 409 | TRACE_EVENT(nfs4_xdr_bad_operation, +../include/trace/events/btrfs.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ + 810 | TRACE_EVENT(btrfs_add_block_group, @@ -52745,2 +92303,2 @@ -../fs/nfs/./nfs4trace.h:409:1: note: in expansion of macro ‘TRACE_EVENT’ - 409 | TRACE_EVENT(nfs4_xdr_bad_operation, +../include/trace/events/btrfs.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ + 810 | TRACE_EVENT(btrfs_add_block_group, @@ -52748 +92306 @@ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_xdr_event’: +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_delayed_tree_ref’: @@ -52755,2 +92313,2 @@ -../fs/nfs/./nfs4trace.h:444:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 444 | DECLARE_EVENT_CLASS(nfs4_xdr_event, +../include/trace/events/btrfs.h:855:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 855 | DECLARE_EVENT_CLASS(btrfs_delayed_tree_ref, @@ -52764,2 +92322,2 @@ -../fs/nfs/./nfs4trace.h:444:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 444 | DECLARE_EVENT_CLASS(nfs4_xdr_event, +../include/trace/events/btrfs.h:855:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 855 | DECLARE_EVENT_CLASS(btrfs_delayed_tree_ref, @@ -52767 +92325 @@ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_cb_error_class’: +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_delayed_data_ref’: @@ -52774,2 +92332,2 @@ -../fs/nfs/./nfs4trace.h:490:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 490 | DECLARE_EVENT_CLASS(nfs4_cb_error_class, +../include/trace/events/btrfs.h:912:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 912 | DECLARE_EVENT_CLASS(btrfs_delayed_data_ref, @@ -52783,2 +92341,2 @@ -../fs/nfs/./nfs4trace.h:490:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 490 | DECLARE_EVENT_CLASS(nfs4_cb_error_class, +../include/trace/events/btrfs.h:912:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 912 | DECLARE_EVENT_CLASS(btrfs_delayed_data_ref, @@ -52786 +92344 @@ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_open_event’: +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_delayed_ref_head’: @@ -52793,2 +92351,2 @@ -../fs/nfs/./nfs4trace.h:525:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 525 | DECLARE_EVENT_CLASS(nfs4_open_event, +../include/trace/events/btrfs.h:973:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 973 | DECLARE_EVENT_CLASS(btrfs_delayed_ref_head, @@ -52802,2 +92360,2 @@ -../fs/nfs/./nfs4trace.h:525:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 525 | DECLARE_EVENT_CLASS(nfs4_open_event, +../include/trace/events/btrfs.h:973:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 973 | DECLARE_EVENT_CLASS(btrfs_delayed_ref_head, @@ -52805 +92363,20 @@ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_cached_open’: +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__chunk’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1032:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1032 | DECLARE_EVENT_CLASS(btrfs__chunk, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1032:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1032 | DECLARE_EVENT_CLASS(btrfs__chunk, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_cow_block’: @@ -52815,2 +92392,2 @@ -../fs/nfs/./nfs4trace.h:617:1: note: in expansion of macro ‘TRACE_EVENT’ - 617 | TRACE_EVENT(nfs4_cached_open, +../include/trace/events/btrfs.h:1082:1: note: in expansion of macro ‘TRACE_EVENT’ + 1082 | TRACE_EVENT(btrfs_cow_block, @@ -52827,2 +92404,2 @@ -../fs/nfs/./nfs4trace.h:617:1: note: in expansion of macro ‘TRACE_EVENT’ - 617 | TRACE_EVENT(nfs4_cached_open, +../include/trace/events/btrfs.h:1082:1: note: in expansion of macro ‘TRACE_EVENT’ + 1082 | TRACE_EVENT(btrfs_cow_block, @@ -52830 +92407 @@ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_close’: +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_space_reservation’: @@ -52840,2 +92417,2 @@ -../fs/nfs/./nfs4trace.h:656:1: note: in expansion of macro ‘TRACE_EVENT’ - 656 | TRACE_EVENT(nfs4_close, +../include/trace/events/btrfs.h:1117:1: note: in expansion of macro ‘TRACE_EVENT’ + 1117 | TRACE_EVENT(btrfs_space_reservation, @@ -52852,2 +92429,2 @@ -../fs/nfs/./nfs4trace.h:656:1: note: in expansion of macro ‘TRACE_EVENT’ - 656 | TRACE_EVENT(nfs4_close, +../include/trace/events/btrfs.h:1117:1: note: in expansion of macro ‘TRACE_EVENT’ + 1117 | TRACE_EVENT(btrfs_space_reservation, @@ -52855 +92432 @@ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_lock_event’: +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_trigger_flush’: @@ -52862,2 +92439,52 @@ -../fs/nfs/./nfs4trace.h:704:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 704 | DECLARE_EVENT_CLASS(nfs4_lock_event, +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1143:1: note: in expansion of macro ‘TRACE_EVENT’ + 1143 | TRACE_EVENT(btrfs_trigger_flush, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1143:1: note: in expansion of macro ‘TRACE_EVENT’ + 1143 | TRACE_EVENT(btrfs_trigger_flush, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_flush_space’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1174:1: note: in expansion of macro ‘TRACE_EVENT’ + 1174 | TRACE_EVENT(btrfs_flush_space, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1174:1: note: in expansion of macro ‘TRACE_EVENT’ + 1174 | TRACE_EVENT(btrfs_flush_space, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__reserved_extent’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1206:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1206 | DECLARE_EVENT_CLASS(btrfs__reserved_extent, @@ -52871,2 +92498,2 @@ -../fs/nfs/./nfs4trace.h:704:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 704 | DECLARE_EVENT_CLASS(nfs4_lock_event, +../include/trace/events/btrfs.h:1206:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1206 | DECLARE_EVENT_CLASS(btrfs__reserved_extent, @@ -52874 +92501 @@ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_set_lock’: +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_find_free_extent’: @@ -52884,2 +92511,2 @@ -../fs/nfs/./nfs4trace.h:773:1: note: in expansion of macro ‘TRACE_EVENT’ - 773 | TRACE_EVENT(nfs4_set_lock, +../include/trace/events/btrfs.h:1242:1: note: in expansion of macro ‘TRACE_EVENT’ + 1242 | TRACE_EVENT(find_free_extent, @@ -52896,2 +92523,2 @@ -../fs/nfs/./nfs4trace.h:773:1: note: in expansion of macro ‘TRACE_EVENT’ - 773 | TRACE_EVENT(nfs4_set_lock, +../include/trace/events/btrfs.h:1242:1: note: in expansion of macro ‘TRACE_EVENT’ + 1242 | TRACE_EVENT(find_free_extent, @@ -52899 +92526 @@ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_state_lock_reclaim’: +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_find_free_extent_search_loop’: @@ -52909,2 +92536,2 @@ -../fs/nfs/./nfs4trace.h:877:1: note: in expansion of macro ‘TRACE_EVENT’ - 877 | TRACE_EVENT(nfs4_state_lock_reclaim, +../include/trace/events/btrfs.h:1270:1: note: in expansion of macro ‘TRACE_EVENT’ + 1270 | TRACE_EVENT(find_free_extent_search_loop, @@ -52921,2 +92548,2 @@ -../fs/nfs/./nfs4trace.h:877:1: note: in expansion of macro ‘TRACE_EVENT’ - 877 | TRACE_EVENT(nfs4_state_lock_reclaim, +../include/trace/events/btrfs.h:1270:1: note: in expansion of macro ‘TRACE_EVENT’ + 1270 | TRACE_EVENT(find_free_extent_search_loop, @@ -52924 +92551 @@ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_set_delegation_event’: +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_find_free_extent_have_block_group’: @@ -52931,2 +92558,27 @@ -../fs/nfs/./nfs4trace.h:920:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 920 | DECLARE_EVENT_CLASS(nfs4_set_delegation_event, +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1300:1: note: in expansion of macro ‘TRACE_EVENT’ + 1300 | TRACE_EVENT(find_free_extent_have_block_group, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1300:1: note: in expansion of macro ‘TRACE_EVENT’ + 1300 | TRACE_EVENT(find_free_extent_have_block_group, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__reserve_extent’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1341:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1341 | DECLARE_EVENT_CLASS(btrfs__reserve_extent, @@ -52940,2 +92592,2 @@ -../fs/nfs/./nfs4trace.h:920:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 920 | DECLARE_EVENT_CLASS(nfs4_set_delegation_event, +../include/trace/events/btrfs.h:1341:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1341 | DECLARE_EVENT_CLASS(btrfs__reserve_extent, @@ -52943 +92595 @@ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_delegreturn_exit’: +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_find_cluster’: @@ -52953,2 +92605,2 @@ -../fs/nfs/./nfs4trace.h:960:1: note: in expansion of macro ‘TRACE_EVENT’ - 960 | TRACE_EVENT(nfs4_delegreturn_exit, +../include/trace/events/btrfs.h:1396:1: note: in expansion of macro ‘TRACE_EVENT’ + 1396 | TRACE_EVENT(btrfs_find_cluster, @@ -52965,2 +92617,2 @@ -../fs/nfs/./nfs4trace.h:960:1: note: in expansion of macro ‘TRACE_EVENT’ - 960 | TRACE_EVENT(nfs4_delegreturn_exit, +../include/trace/events/btrfs.h:1396:1: note: in expansion of macro ‘TRACE_EVENT’ + 1396 | TRACE_EVENT(btrfs_find_cluster, @@ -52968 +92620 @@ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_test_stateid_event’: +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_failed_cluster_setup’: @@ -52975,3 +92627,6 @@ -../fs/nfs/./nfs4trace.h:999:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 999 | DECLARE_EVENT_CLASS(nfs4_test_stateid_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1429:1: note: in expansion of macro ‘TRACE_EVENT’ + 1429 | TRACE_EVENT(btrfs_failed_cluster_setup, + | ^~~~~~~~~~~ @@ -52984,4 +92639,7 @@ -../fs/nfs/./nfs4trace.h:999:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 999 | DECLARE_EVENT_CLASS(nfs4_test_stateid_event, - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_lookup_event’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1429:1: note: in expansion of macro ‘TRACE_EVENT’ + 1429 | TRACE_EVENT(btrfs_failed_cluster_setup, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_setup_cluster’: @@ -52994,3 +92652,6 @@ -../fs/nfs/./nfs4trace.h:1055:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1055 | DECLARE_EVENT_CLASS(nfs4_lookup_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1446:1: note: in expansion of macro ‘TRACE_EVENT’ + 1446 | TRACE_EVENT(btrfs_setup_cluster, + | ^~~~~~~~~~~ @@ -53003,4 +92664,7 @@ -../fs/nfs/./nfs4trace.h:1055:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1055 | DECLARE_EVENT_CLASS(nfs4_lookup_event, - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_lookupp’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1446:1: note: in expansion of macro ‘TRACE_EVENT’ + 1446 | TRACE_EVENT(btrfs_setup_cluster, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_alloc_extent_state’: @@ -53016,2 +92680,2 @@ -../fs/nfs/./nfs4trace.h:1105:1: note: in expansion of macro ‘TRACE_EVENT’ - 1105 | TRACE_EVENT(nfs4_lookupp, +../include/trace/events/btrfs.h:1482:1: note: in expansion of macro ‘TRACE_EVENT’ + 1482 | TRACE_EVENT(alloc_extent_state, @@ -53028,2 +92692,2 @@ -../fs/nfs/./nfs4trace.h:1105:1: note: in expansion of macro ‘TRACE_EVENT’ - 1105 | TRACE_EVENT(nfs4_lookupp, +../include/trace/events/btrfs.h:1482:1: note: in expansion of macro ‘TRACE_EVENT’ + 1482 | TRACE_EVENT(alloc_extent_state, @@ -53031 +92695 @@ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_rename’: +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_free_extent_state’: @@ -53041,2 +92705,2 @@ -../fs/nfs/./nfs4trace.h:1134:1: note: in expansion of macro ‘TRACE_EVENT’ - 1134 | TRACE_EVENT(nfs4_rename, +../include/trace/events/btrfs.h:1505:1: note: in expansion of macro ‘TRACE_EVENT’ + 1505 | TRACE_EVENT(free_extent_state, @@ -53053,2 +92717,2 @@ -../fs/nfs/./nfs4trace.h:1134:1: note: in expansion of macro ‘TRACE_EVENT’ - 1134 | TRACE_EVENT(nfs4_rename, +../include/trace/events/btrfs.h:1505:1: note: in expansion of macro ‘TRACE_EVENT’ + 1505 | TRACE_EVENT(free_extent_state, @@ -53056 +92720 @@ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_inode_event’: +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__work’: @@ -53063,2 +92727,2 @@ -../fs/nfs/./nfs4trace.h:1177:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1177 | DECLARE_EVENT_CLASS(nfs4_inode_event, +../include/trace/events/btrfs.h:1524:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1524 | DECLARE_EVENT_CLASS(btrfs__work, @@ -53072,2 +92736,2 @@ -../fs/nfs/./nfs4trace.h:1177:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1177 | DECLARE_EVENT_CLASS(nfs4_inode_event, +../include/trace/events/btrfs.h:1524:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1524 | DECLARE_EVENT_CLASS(btrfs__work, @@ -53075 +92739 @@ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_inode_stateid_event’: +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__work__done’: @@ -53082,2 +92746,2 @@ -../fs/nfs/./nfs4trace.h:1227:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1227 | DECLARE_EVENT_CLASS(nfs4_inode_stateid_event, +../include/trace/events/btrfs.h:1556:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1556 | DECLARE_EVENT_CLASS(btrfs__work__done, @@ -53091,2 +92755,2 @@ -../fs/nfs/./nfs4trace.h:1227:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1227 | DECLARE_EVENT_CLASS(nfs4_inode_stateid_event, +../include/trace/events/btrfs.h:1556:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1556 | DECLARE_EVENT_CLASS(btrfs__work__done, @@ -53094 +92758 @@ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_getattr_event’: +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_workqueue’: @@ -53101,2 +92765,2 @@ -../fs/nfs/./nfs4trace.h:1283:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1283 | DECLARE_EVENT_CLASS(nfs4_getattr_event, +../include/trace/events/btrfs.h:1601:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1601 | DECLARE_EVENT_CLASS(btrfs_workqueue, @@ -53110,2 +92774,2 @@ -../fs/nfs/./nfs4trace.h:1283:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1283 | DECLARE_EVENT_CLASS(nfs4_getattr_event, +../include/trace/events/btrfs.h:1601:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1601 | DECLARE_EVENT_CLASS(btrfs_workqueue, @@ -53113 +92777 @@ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_inode_callback_event’: +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_workqueue_done’: @@ -53120,2 +92784,2 @@ -../fs/nfs/./nfs4trace.h:1334:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1334 | DECLARE_EVENT_CLASS(nfs4_inode_callback_event, +../include/trace/events/btrfs.h:1628:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1628 | DECLARE_EVENT_CLASS(btrfs_workqueue_done, @@ -53129,2 +92793,2 @@ -../fs/nfs/./nfs4trace.h:1334:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1334 | DECLARE_EVENT_CLASS(nfs4_inode_callback_event, +../include/trace/events/btrfs.h:1628:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1628 | DECLARE_EVENT_CLASS(btrfs_workqueue_done, @@ -53132 +92796 @@ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_inode_stateid_callback_event’: +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__qgroup_rsv_data’: @@ -53139,2 +92803,2 @@ -../fs/nfs/./nfs4trace.h:1388:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1388 | DECLARE_EVENT_CLASS(nfs4_inode_stateid_callback_event, +../include/trace/events/btrfs.h:1657:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1657 | DECLARE_EVENT_CLASS(btrfs__qgroup_rsv_data, @@ -53148,2 +92812,2 @@ -../fs/nfs/./nfs4trace.h:1388:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1388 | DECLARE_EVENT_CLASS(nfs4_inode_stateid_callback_event, +../include/trace/events/btrfs.h:1657:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1657 | DECLARE_EVENT_CLASS(btrfs__qgroup_rsv_data, @@ -53151 +92815 @@ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_idmap_event’: +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_qgroup_extent’: @@ -53158,2 +92822,2 @@ -../fs/nfs/./nfs4trace.h:1452:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1452 | DECLARE_EVENT_CLASS(nfs4_idmap_event, +../include/trace/events/btrfs.h:1707:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1707 | DECLARE_EVENT_CLASS(btrfs_qgroup_extent, @@ -53167,2 +92831,2 @@ -../fs/nfs/./nfs4trace.h:1452:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1452 | DECLARE_EVENT_CLASS(nfs4_idmap_event, +../include/trace/events/btrfs.h:1707:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1707 | DECLARE_EVENT_CLASS(btrfs_qgroup_extent, @@ -53170 +92834 @@ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_read_event’: +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_qgroup_num_dirty_extents’: @@ -53177,3 +92841,6 @@ -../fs/nfs/./nfs4trace.h:1505:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1505 | DECLARE_EVENT_CLASS(nfs4_read_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1743:1: note: in expansion of macro ‘TRACE_EVENT’ + 1743 | TRACE_EVENT(qgroup_num_dirty_extents, + | ^~~~~~~~~~~ @@ -53186,4 +92853,7 @@ -../fs/nfs/./nfs4trace.h:1505:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1505 | DECLARE_EVENT_CLASS(nfs4_read_event, - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_write_event’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1743:1: note: in expansion of macro ‘TRACE_EVENT’ + 1743 | TRACE_EVENT(qgroup_num_dirty_extents, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_qgroup_account_extent’: @@ -53196,3 +92866,6 @@ -../fs/nfs/./nfs4trace.h:1579:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1579 | DECLARE_EVENT_CLASS(nfs4_write_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1764:1: note: in expansion of macro ‘TRACE_EVENT’ + 1764 | TRACE_EVENT(btrfs_qgroup_account_extent, + | ^~~~~~~~~~~ @@ -53205,4 +92878,7 @@ -../fs/nfs/./nfs4trace.h:1579:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1579 | DECLARE_EVENT_CLASS(nfs4_write_event, - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_commit_event’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1764:1: note: in expansion of macro ‘TRACE_EVENT’ + 1764 | TRACE_EVENT(btrfs_qgroup_account_extent, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_qgroup_update_counters’: @@ -53215,3 +92891,6 @@ -../fs/nfs/./nfs4trace.h:1654:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1654 | DECLARE_EVENT_CLASS(nfs4_commit_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1797:1: note: in expansion of macro ‘TRACE_EVENT’ + 1797 | TRACE_EVENT(qgroup_update_counters, + | ^~~~~~~~~~~ @@ -53224,4 +92903,7 @@ -../fs/nfs/./nfs4trace.h:1654:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1654 | DECLARE_EVENT_CLASS(nfs4_commit_event, - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_layoutget’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1797:1: note: in expansion of macro ‘TRACE_EVENT’ + 1797 | TRACE_EVENT(qgroup_update_counters, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_qgroup_update_reserve’: @@ -53237,2 +92919,2 @@ -../fs/nfs/./nfs4trace.h:1715:1: note: in expansion of macro ‘TRACE_EVENT’ - 1715 | TRACE_EVENT(nfs4_layoutget, +../include/trace/events/btrfs.h:1826:1: note: in expansion of macro ‘TRACE_EVENT’ + 1826 | TRACE_EVENT(qgroup_update_reserve, @@ -53249,2 +92931,2 @@ -../fs/nfs/./nfs4trace.h:1715:1: note: in expansion of macro ‘TRACE_EVENT’ - 1715 | TRACE_EVENT(nfs4_layoutget, +../include/trace/events/btrfs.h:1826:1: note: in expansion of macro ‘TRACE_EVENT’ + 1826 | TRACE_EVENT(qgroup_update_reserve, @@ -53252 +92934 @@ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_pnfs_update_layout’: +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_qgroup_meta_reserve’: @@ -53262,2 +92944,2 @@ -../fs/nfs/./nfs4trace.h:1820:1: note: in expansion of macro ‘TRACE_EVENT’ - 1820 | TRACE_EVENT(pnfs_update_layout, +../include/trace/events/btrfs.h:1852:1: note: in expansion of macro ‘TRACE_EVENT’ + 1852 | TRACE_EVENT(qgroup_meta_reserve, @@ -53274,2 +92956,2 @@ -../fs/nfs/./nfs4trace.h:1820:1: note: in expansion of macro ‘TRACE_EVENT’ - 1820 | TRACE_EVENT(pnfs_update_layout, +../include/trace/events/btrfs.h:1852:1: note: in expansion of macro ‘TRACE_EVENT’ + 1852 | TRACE_EVENT(qgroup_meta_reserve, @@ -53277 +92959 @@ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_pnfs_layout_event’: +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_qgroup_meta_convert’: @@ -53284,3 +92966,6 @@ -../fs/nfs/./nfs4trace.h:1877:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1877 | DECLARE_EVENT_CLASS(pnfs_layout_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1875:1: note: in expansion of macro ‘TRACE_EVENT’ + 1875 | TRACE_EVENT(qgroup_meta_convert, + | ^~~~~~~~~~~ @@ -53293,4 +92978,7 @@ -../fs/nfs/./nfs4trace.h:1877:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1877 | DECLARE_EVENT_CLASS(pnfs_layout_event, - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_deviceid_event’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1875:1: note: in expansion of macro ‘TRACE_EVENT’ + 1875 | TRACE_EVENT(qgroup_meta_convert, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_qgroup_meta_free_all_pertrans’: @@ -53303,2 +92991,27 @@ -../fs/nfs/./nfs4trace.h:1949:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1949 | DECLARE_EVENT_CLASS(nfs4_deviceid_event, +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1898:1: note: in expansion of macro ‘TRACE_EVENT’ + 1898 | TRACE_EVENT(qgroup_meta_free_all_pertrans, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1898:1: note: in expansion of macro ‘TRACE_EVENT’ + 1898 | TRACE_EVENT(qgroup_meta_free_all_pertrans, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__prelim_ref’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1923:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1923 | DECLARE_EVENT_CLASS(btrfs__prelim_ref, @@ -53312,2 +93025,2 @@ -../fs/nfs/./nfs4trace.h:1949:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1949 | DECLARE_EVENT_CLASS(nfs4_deviceid_event, +../include/trace/events/btrfs.h:1923:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1923 | DECLARE_EVENT_CLASS(btrfs__prelim_ref, @@ -53315 +93028 @@ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_deviceid_status’: +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_inode_mod_outstanding_extents’: @@ -53322,2 +93035,27 @@ -../fs/nfs/./nfs4trace.h:1982:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1982 | DECLARE_EVENT_CLASS(nfs4_deviceid_status, +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1980:1: note: in expansion of macro ‘TRACE_EVENT’ + 1980 | TRACE_EVENT(btrfs_inode_mod_outstanding_extents, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1980:1: note: in expansion of macro ‘TRACE_EVENT’ + 1980 | TRACE_EVENT(btrfs_inode_mod_outstanding_extents, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__block_group’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2004:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2004 | DECLARE_EVENT_CLASS(btrfs__block_group, @@ -53331,2 +93069,2 @@ -../fs/nfs/./nfs4trace.h:1982:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1982 | DECLARE_EVENT_CLASS(nfs4_deviceid_status, +../include/trace/events/btrfs.h:2004:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2004 | DECLARE_EVENT_CLASS(btrfs__block_group, @@ -53334 +93072 @@ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_fl_getdevinfo’: +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_set_extent_bit’: @@ -53344,2 +93082,2 @@ -../fs/nfs/./nfs4trace.h:2024:1: note: in expansion of macro ‘TRACE_EVENT’ - 2024 | TRACE_EVENT(fl_getdevinfo, +../include/trace/events/btrfs.h:2058:1: note: in expansion of macro ‘TRACE_EVENT’ + 2058 | TRACE_EVENT(btrfs_set_extent_bit, @@ -53356,2 +93094,2 @@ -../fs/nfs/./nfs4trace.h:2024:1: note: in expansion of macro ‘TRACE_EVENT’ - 2024 | TRACE_EVENT(fl_getdevinfo, +../include/trace/events/btrfs.h:2058:1: note: in expansion of macro ‘TRACE_EVENT’ + 2058 | TRACE_EVENT(btrfs_set_extent_bit, @@ -53359 +93097 @@ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_flexfiles_io_event’: +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_clear_extent_bit’: @@ -53366,2 +93104,52 @@ -../fs/nfs/./nfs4trace.h:2052:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2052 | DECLARE_EVENT_CLASS(nfs4_flexfiles_io_event, +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2091:1: note: in expansion of macro ‘TRACE_EVENT’ + 2091 | TRACE_EVENT(btrfs_clear_extent_bit, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2091:1: note: in expansion of macro ‘TRACE_EVENT’ + 2091 | TRACE_EVENT(btrfs_clear_extent_bit, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_convert_extent_bit’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2124:1: note: in expansion of macro ‘TRACE_EVENT’ + 2124 | TRACE_EVENT(btrfs_convert_extent_bit, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2124:1: note: in expansion of macro ‘TRACE_EVENT’ + 2124 | TRACE_EVENT(btrfs_convert_extent_bit, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_dump_space_info’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2160:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2160 | DECLARE_EVENT_CLASS(btrfs_dump_space_info, @@ -53375,2 +93163,2 @@ -../fs/nfs/./nfs4trace.h:2052:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2052 | DECLARE_EVENT_CLASS(nfs4_flexfiles_io_event, +../include/trace/events/btrfs.h:2160:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2160 | DECLARE_EVENT_CLASS(btrfs_dump_space_info, @@ -53378 +93166 @@ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_ff_layout_commit_error’: +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_reserve_ticket’: @@ -53388,2 +93176,2 @@ -../fs/nfs/./nfs4trace.h:2112:1: note: in expansion of macro ‘TRACE_EVENT’ - 2112 | TRACE_EVENT(ff_layout_commit_error, +../include/trace/events/btrfs.h:2234:1: note: in expansion of macro ‘TRACE_EVENT’ + 2234 | TRACE_EVENT(btrfs_reserve_ticket, @@ -53400,2 +93188,2 @@ -../fs/nfs/./nfs4trace.h:2112:1: note: in expansion of macro ‘TRACE_EVENT’ - 2112 | TRACE_EVENT(ff_layout_commit_error, +../include/trace/events/btrfs.h:2234:1: note: in expansion of macro ‘TRACE_EVENT’ + 2234 | TRACE_EVENT(btrfs_reserve_ticket, @@ -53403 +93191 @@ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_pnfs_bl_pr_key_class’: +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_sleep_tree_lock’: @@ -53410,2 +93198,2 @@ -../fs/nfs/./nfs4trace.h:2156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2156 | DECLARE_EVENT_CLASS(pnfs_bl_pr_key_class, +../include/trace/events/btrfs.h:2263:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2263 | DECLARE_EVENT_CLASS(btrfs_sleep_tree_lock, @@ -53419,2 +93207,2 @@ -../fs/nfs/./nfs4trace.h:2156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2156 | DECLARE_EVENT_CLASS(pnfs_bl_pr_key_class, +../include/trace/events/btrfs.h:2263:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2263 | DECLARE_EVENT_CLASS(btrfs_sleep_tree_lock, @@ -53422 +93210 @@ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_pnfs_bl_pr_key_err_class’: +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_locking_events’: @@ -53429,2 +93217,2 @@ -../fs/nfs/./nfs4trace.h:2207:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2207 | DECLARE_EVENT_CLASS(pnfs_bl_pr_key_err_class, +../include/trace/events/btrfs.h:2307:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2307 | DECLARE_EVENT_CLASS(btrfs_locking_events, @@ -53438,2 +93226,2 @@ -../fs/nfs/./nfs4trace.h:2207:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2207 | DECLARE_EVENT_CLASS(pnfs_bl_pr_key_err_class, +../include/trace/events/btrfs.h:2307:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2307 | DECLARE_EVENT_CLASS(btrfs_locking_events, @@ -53441 +93229,39 @@ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_llseek’: +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__space_info_update’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2347:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2347 | DECLARE_EVENT_CLASS(btrfs__space_info_update, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2347:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2347 | DECLARE_EVENT_CLASS(btrfs__space_info_update, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_raid56_bio’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2394:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2394 | DECLARE_EVENT_CLASS(btrfs_raid56_bio, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2394:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2394 | DECLARE_EVENT_CLASS(btrfs_raid56_bio, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_insert_one_raid_extent’: @@ -53451,2 +93277,2 @@ -../fs/nfs/./nfs4trace.h:2253:1: note: in expansion of macro ‘TRACE_EVENT’ - 2253 | TRACE_EVENT(nfs4_llseek, +../include/trace/events/btrfs.h:2461:1: note: in expansion of macro ‘TRACE_EVENT’ + 2461 | TRACE_EVENT(btrfs_insert_one_raid_extent, @@ -53463,2 +93289,2 @@ -../fs/nfs/./nfs4trace.h:2253:1: note: in expansion of macro ‘TRACE_EVENT’ - 2253 | TRACE_EVENT(nfs4_llseek, +../include/trace/events/btrfs.h:2461:1: note: in expansion of macro ‘TRACE_EVENT’ + 2461 | TRACE_EVENT(btrfs_insert_one_raid_extent, @@ -53466 +93292 @@ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_sparse_event’: +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_raid_extent_delete’: @@ -53473,3 +93299,6 @@ -../fs/nfs/./nfs4trace.h:2317:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2317 | DECLARE_EVENT_CLASS(nfs4_sparse_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2485:1: note: in expansion of macro ‘TRACE_EVENT’ + 2485 | TRACE_EVENT(btrfs_raid_extent_delete, + | ^~~~~~~~~~~ @@ -53482,4 +93311,7 @@ -../fs/nfs/./nfs4trace.h:2317:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2317 | DECLARE_EVENT_CLASS(nfs4_sparse_event, - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_copy’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2485:1: note: in expansion of macro ‘TRACE_EVENT’ + 2485 | TRACE_EVENT(btrfs_raid_extent_delete, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_get_raid_extent_offset’: @@ -53495,2 +93327,2 @@ -../fs/nfs/./nfs4trace.h:2374:1: note: in expansion of macro ‘TRACE_EVENT’ - 2374 | TRACE_EVENT(nfs4_copy, +../include/trace/events/btrfs.h:2511:1: note: in expansion of macro ‘TRACE_EVENT’ + 2511 | TRACE_EVENT(btrfs_get_raid_extent_offset, @@ -53507,2 +93339,2 @@ -../fs/nfs/./nfs4trace.h:2374:1: note: in expansion of macro ‘TRACE_EVENT’ - 2374 | TRACE_EVENT(nfs4_copy, +../include/trace/events/btrfs.h:2511:1: note: in expansion of macro ‘TRACE_EVENT’ + 2511 | TRACE_EVENT(btrfs_get_raid_extent_offset, @@ -53510 +93342 @@ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_clone’: +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_extent_map_shrinker_count’: @@ -53520,2 +93352,2 @@ -../fs/nfs/./nfs4trace.h:2481:1: note: in expansion of macro ‘TRACE_EVENT’ - 2481 | TRACE_EVENT(nfs4_clone, +../include/trace/events/btrfs.h:2537:1: note: in expansion of macro ‘TRACE_EVENT’ + 2537 | TRACE_EVENT(btrfs_extent_map_shrinker_count, @@ -53532,2 +93364,2 @@ -../fs/nfs/./nfs4trace.h:2481:1: note: in expansion of macro ‘TRACE_EVENT’ - 2481 | TRACE_EVENT(nfs4_clone, +../include/trace/events/btrfs.h:2537:1: note: in expansion of macro ‘TRACE_EVENT’ + 2537 | TRACE_EVENT(btrfs_extent_map_shrinker_count, @@ -53535 +93367 @@ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_copy_notify’: +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_extent_map_shrinker_scan_enter’: @@ -53545,2 +93377,2 @@ -../fs/nfs/./nfs4trace.h:2554:1: note: in expansion of macro ‘TRACE_EVENT’ - 2554 | TRACE_EVENT(nfs4_copy_notify, +../include/trace/events/btrfs.h:2554:1: note: in expansion of macro ‘TRACE_EVENT’ + 2554 | TRACE_EVENT(btrfs_extent_map_shrinker_scan_enter, @@ -53557,2 +93389,2 @@ -../fs/nfs/./nfs4trace.h:2554:1: note: in expansion of macro ‘TRACE_EVENT’ - 2554 | TRACE_EVENT(nfs4_copy_notify, +../include/trace/events/btrfs.h:2554:1: note: in expansion of macro ‘TRACE_EVENT’ + 2554 | TRACE_EVENT(btrfs_extent_map_shrinker_scan_enter, @@ -53560 +93392 @@ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_offload_cancel’: +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_extent_map_shrinker_scan_exit’: @@ -53570,2 +93402,2 @@ -../fs/nfs/./nfs4trace.h:2611:1: note: in expansion of macro ‘TRACE_EVENT’ - 2611 | TRACE_EVENT(nfs4_offload_cancel, +../include/trace/events/btrfs.h:2580:1: note: in expansion of macro ‘TRACE_EVENT’ + 2580 | TRACE_EVENT(btrfs_extent_map_shrinker_scan_exit, @@ -53582,2 +93414,2 @@ -../fs/nfs/./nfs4trace.h:2611:1: note: in expansion of macro ‘TRACE_EVENT’ - 2611 | TRACE_EVENT(nfs4_offload_cancel, +../include/trace/events/btrfs.h:2580:1: note: in expansion of macro ‘TRACE_EVENT’ + 2580 | TRACE_EVENT(btrfs_extent_map_shrinker_scan_exit, @@ -53585 +93417 @@ -../fs/nfs/./nfs4trace.h: In function ‘trace_event_raw_event_nfs4_xattr_event’: +../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_extent_map_shrinker_remove_em’: @@ -53592,3 +93424,6 @@ -../fs/nfs/./nfs4trace.h:2644:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2644 | DECLARE_EVENT_CLASS(nfs4_xattr_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2606:1: note: in expansion of macro ‘TRACE_EVENT’ + 2606 | TRACE_EVENT(btrfs_extent_map_shrinker_remove_em, + | ^~~~~~~~~~~ @@ -53601,2 +93436,1230 @@ -../fs/nfs/./nfs4trace.h:2644:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2644 | DECLARE_EVENT_CLASS(nfs4_xattr_event, +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2606:1: note: in expansion of macro ‘TRACE_EVENT’ + 2606 | TRACE_EVENT(btrfs_extent_map_shrinker_remove_em, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_transaction_commit’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:182:1: note: in expansion of macro ‘TRACE_EVENT’ + 182 | TRACE_EVENT(btrfs_transaction_commit, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:182:1: note: in expansion of macro ‘TRACE_EVENT’ + 182 | TRACE_EVENT(btrfs_transaction_commit, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs__inode’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:203:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 203 | DECLARE_EVENT_CLASS(btrfs__inode, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:203:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 203 | DECLARE_EVENT_CLASS(btrfs__inode, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_get_extent’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h:280:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 280 | TRACE_EVENT_CONDITION(btrfs_get_extent, + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h:280:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 280 | TRACE_EVENT_CONDITION(btrfs_get_extent, + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_handle_em_exist’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ + 316 | TRACE_EVENT(btrfs_handle_em_exist, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ + 316 | TRACE_EVENT(btrfs_handle_em_exist, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs__file_extent_item_regular’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 354 | DECLARE_EVENT_CLASS(btrfs__file_extent_item_regular, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 354 | DECLARE_EVENT_CLASS(btrfs__file_extent_item_regular, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs__file_extent_item_inline’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:408:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 408 | DECLARE_EVENT_CLASS( + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:408:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 408 | DECLARE_EVENT_CLASS( + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs__ordered_extent’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:498:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 498 | DECLARE_EVENT_CLASS(btrfs__ordered_extent, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:498:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 498 | DECLARE_EVENT_CLASS(btrfs__ordered_extent, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_finish_ordered_extent’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:646:1: note: in expansion of macro ‘TRACE_EVENT’ + 646 | TRACE_EVENT(btrfs_finish_ordered_extent, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:646:1: note: in expansion of macro ‘TRACE_EVENT’ + 646 | TRACE_EVENT(btrfs_finish_ordered_extent, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs__writepage’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:675:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 675 | DECLARE_EVENT_CLASS(btrfs__writepage, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:675:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 675 | DECLARE_EVENT_CLASS(btrfs__writepage, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_writepage_end_io_hook’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:732:1: note: in expansion of macro ‘TRACE_EVENT’ + 732 | TRACE_EVENT(btrfs_writepage_end_io_hook, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:732:1: note: in expansion of macro ‘TRACE_EVENT’ + 732 | TRACE_EVENT(btrfs_writepage_end_io_hook, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_sync_file’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:761:1: note: in expansion of macro ‘TRACE_EVENT’ + 761 | TRACE_EVENT(btrfs_sync_file, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:761:1: note: in expansion of macro ‘TRACE_EVENT’ + 761 | TRACE_EVENT(btrfs_sync_file, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_sync_fs’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:793:1: note: in expansion of macro ‘TRACE_EVENT’ + 793 | TRACE_EVENT(btrfs_sync_fs, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:793:1: note: in expansion of macro ‘TRACE_EVENT’ + 793 | TRACE_EVENT(btrfs_sync_fs, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_add_block_group’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ + 810 | TRACE_EVENT(btrfs_add_block_group, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ + 810 | TRACE_EVENT(btrfs_add_block_group, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_delayed_tree_ref’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:855:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 855 | DECLARE_EVENT_CLASS(btrfs_delayed_tree_ref, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:855:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 855 | DECLARE_EVENT_CLASS(btrfs_delayed_tree_ref, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_delayed_data_ref’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:912:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 912 | DECLARE_EVENT_CLASS(btrfs_delayed_data_ref, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:912:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 912 | DECLARE_EVENT_CLASS(btrfs_delayed_data_ref, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_delayed_ref_head’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:973:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 973 | DECLARE_EVENT_CLASS(btrfs_delayed_ref_head, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:973:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 973 | DECLARE_EVENT_CLASS(btrfs_delayed_ref_head, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs__chunk’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1032:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1032 | DECLARE_EVENT_CLASS(btrfs__chunk, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1032:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1032 | DECLARE_EVENT_CLASS(btrfs__chunk, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_cow_block’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1082:1: note: in expansion of macro ‘TRACE_EVENT’ + 1082 | TRACE_EVENT(btrfs_cow_block, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1082:1: note: in expansion of macro ‘TRACE_EVENT’ + 1082 | TRACE_EVENT(btrfs_cow_block, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_space_reservation’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1117:1: note: in expansion of macro ‘TRACE_EVENT’ + 1117 | TRACE_EVENT(btrfs_space_reservation, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1117:1: note: in expansion of macro ‘TRACE_EVENT’ + 1117 | TRACE_EVENT(btrfs_space_reservation, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_trigger_flush’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1143:1: note: in expansion of macro ‘TRACE_EVENT’ + 1143 | TRACE_EVENT(btrfs_trigger_flush, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1143:1: note: in expansion of macro ‘TRACE_EVENT’ + 1143 | TRACE_EVENT(btrfs_trigger_flush, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_flush_space’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1174:1: note: in expansion of macro ‘TRACE_EVENT’ + 1174 | TRACE_EVENT(btrfs_flush_space, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1174:1: note: in expansion of macro ‘TRACE_EVENT’ + 1174 | TRACE_EVENT(btrfs_flush_space, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs__reserved_extent’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1206:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1206 | DECLARE_EVENT_CLASS(btrfs__reserved_extent, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1206:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1206 | DECLARE_EVENT_CLASS(btrfs__reserved_extent, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_find_free_extent’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1242:1: note: in expansion of macro ‘TRACE_EVENT’ + 1242 | TRACE_EVENT(find_free_extent, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1242:1: note: in expansion of macro ‘TRACE_EVENT’ + 1242 | TRACE_EVENT(find_free_extent, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_find_free_extent_search_loop’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1270:1: note: in expansion of macro ‘TRACE_EVENT’ + 1270 | TRACE_EVENT(find_free_extent_search_loop, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1270:1: note: in expansion of macro ‘TRACE_EVENT’ + 1270 | TRACE_EVENT(find_free_extent_search_loop, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_find_free_extent_have_block_group’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1300:1: note: in expansion of macro ‘TRACE_EVENT’ + 1300 | TRACE_EVENT(find_free_extent_have_block_group, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1300:1: note: in expansion of macro ‘TRACE_EVENT’ + 1300 | TRACE_EVENT(find_free_extent_have_block_group, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs__reserve_extent’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1341:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1341 | DECLARE_EVENT_CLASS(btrfs__reserve_extent, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1341:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1341 | DECLARE_EVENT_CLASS(btrfs__reserve_extent, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_find_cluster’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1396:1: note: in expansion of macro ‘TRACE_EVENT’ + 1396 | TRACE_EVENT(btrfs_find_cluster, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1396:1: note: in expansion of macro ‘TRACE_EVENT’ + 1396 | TRACE_EVENT(btrfs_find_cluster, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_failed_cluster_setup’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1429:1: note: in expansion of macro ‘TRACE_EVENT’ + 1429 | TRACE_EVENT(btrfs_failed_cluster_setup, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1429:1: note: in expansion of macro ‘TRACE_EVENT’ + 1429 | TRACE_EVENT(btrfs_failed_cluster_setup, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_setup_cluster’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1446:1: note: in expansion of macro ‘TRACE_EVENT’ + 1446 | TRACE_EVENT(btrfs_setup_cluster, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1446:1: note: in expansion of macro ‘TRACE_EVENT’ + 1446 | TRACE_EVENT(btrfs_setup_cluster, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_alloc_extent_state’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1482:1: note: in expansion of macro ‘TRACE_EVENT’ + 1482 | TRACE_EVENT(alloc_extent_state, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1482:1: note: in expansion of macro ‘TRACE_EVENT’ + 1482 | TRACE_EVENT(alloc_extent_state, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_free_extent_state’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1505:1: note: in expansion of macro ‘TRACE_EVENT’ + 1505 | TRACE_EVENT(free_extent_state, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1505:1: note: in expansion of macro ‘TRACE_EVENT’ + 1505 | TRACE_EVENT(free_extent_state, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs__work’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1524:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1524 | DECLARE_EVENT_CLASS(btrfs__work, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1524:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1524 | DECLARE_EVENT_CLASS(btrfs__work, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs__work__done’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1556:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1556 | DECLARE_EVENT_CLASS(btrfs__work__done, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1556:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1556 | DECLARE_EVENT_CLASS(btrfs__work__done, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_workqueue’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1601:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1601 | DECLARE_EVENT_CLASS(btrfs_workqueue, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1601:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1601 | DECLARE_EVENT_CLASS(btrfs_workqueue, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_workqueue_done’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1628:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1628 | DECLARE_EVENT_CLASS(btrfs_workqueue_done, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1628:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1628 | DECLARE_EVENT_CLASS(btrfs_workqueue_done, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs__qgroup_rsv_data’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1657:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1657 | DECLARE_EVENT_CLASS(btrfs__qgroup_rsv_data, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1657:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1657 | DECLARE_EVENT_CLASS(btrfs__qgroup_rsv_data, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_qgroup_extent’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1707:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1707 | DECLARE_EVENT_CLASS(btrfs_qgroup_extent, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1707:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1707 | DECLARE_EVENT_CLASS(btrfs_qgroup_extent, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_qgroup_num_dirty_extents’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1743:1: note: in expansion of macro ‘TRACE_EVENT’ + 1743 | TRACE_EVENT(qgroup_num_dirty_extents, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1743:1: note: in expansion of macro ‘TRACE_EVENT’ + 1743 | TRACE_EVENT(qgroup_num_dirty_extents, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_qgroup_account_extent’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1764:1: note: in expansion of macro ‘TRACE_EVENT’ + 1764 | TRACE_EVENT(btrfs_qgroup_account_extent, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1764:1: note: in expansion of macro ‘TRACE_EVENT’ + 1764 | TRACE_EVENT(btrfs_qgroup_account_extent, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_qgroup_update_counters’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1797:1: note: in expansion of macro ‘TRACE_EVENT’ + 1797 | TRACE_EVENT(qgroup_update_counters, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1797:1: note: in expansion of macro ‘TRACE_EVENT’ + 1797 | TRACE_EVENT(qgroup_update_counters, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_qgroup_update_reserve’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1826:1: note: in expansion of macro ‘TRACE_EVENT’ + 1826 | TRACE_EVENT(qgroup_update_reserve, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1826:1: note: in expansion of macro ‘TRACE_EVENT’ + 1826 | TRACE_EVENT(qgroup_update_reserve, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_qgroup_meta_reserve’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1852:1: note: in expansion of macro ‘TRACE_EVENT’ + 1852 | TRACE_EVENT(qgroup_meta_reserve, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1852:1: note: in expansion of macro ‘TRACE_EVENT’ + 1852 | TRACE_EVENT(qgroup_meta_reserve, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_qgroup_meta_convert’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1875:1: note: in expansion of macro ‘TRACE_EVENT’ + 1875 | TRACE_EVENT(qgroup_meta_convert, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1875:1: note: in expansion of macro ‘TRACE_EVENT’ + 1875 | TRACE_EVENT(qgroup_meta_convert, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_qgroup_meta_free_all_pertrans’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1898:1: note: in expansion of macro ‘TRACE_EVENT’ + 1898 | TRACE_EVENT(qgroup_meta_free_all_pertrans, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1898:1: note: in expansion of macro ‘TRACE_EVENT’ + 1898 | TRACE_EVENT(qgroup_meta_free_all_pertrans, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs__prelim_ref’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1923:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1923 | DECLARE_EVENT_CLASS(btrfs__prelim_ref, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1923:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1923 | DECLARE_EVENT_CLASS(btrfs__prelim_ref, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_inode_mod_outstanding_extents’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1980:1: note: in expansion of macro ‘TRACE_EVENT’ + 1980 | TRACE_EVENT(btrfs_inode_mod_outstanding_extents, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1980:1: note: in expansion of macro ‘TRACE_EVENT’ + 1980 | TRACE_EVENT(btrfs_inode_mod_outstanding_extents, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs__block_group’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2004:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2004 | DECLARE_EVENT_CLASS(btrfs__block_group, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2004:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2004 | DECLARE_EVENT_CLASS(btrfs__block_group, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_set_extent_bit’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2058:1: note: in expansion of macro ‘TRACE_EVENT’ + 2058 | TRACE_EVENT(btrfs_set_extent_bit, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2058:1: note: in expansion of macro ‘TRACE_EVENT’ + 2058 | TRACE_EVENT(btrfs_set_extent_bit, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_clear_extent_bit’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2091:1: note: in expansion of macro ‘TRACE_EVENT’ + 2091 | TRACE_EVENT(btrfs_clear_extent_bit, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2091:1: note: in expansion of macro ‘TRACE_EVENT’ + 2091 | TRACE_EVENT(btrfs_clear_extent_bit, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_convert_extent_bit’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2124:1: note: in expansion of macro ‘TRACE_EVENT’ + 2124 | TRACE_EVENT(btrfs_convert_extent_bit, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2124:1: note: in expansion of macro ‘TRACE_EVENT’ + 2124 | TRACE_EVENT(btrfs_convert_extent_bit, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_dump_space_info’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2160:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2160 | DECLARE_EVENT_CLASS(btrfs_dump_space_info, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2160:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2160 | DECLARE_EVENT_CLASS(btrfs_dump_space_info, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_reserve_ticket’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2234:1: note: in expansion of macro ‘TRACE_EVENT’ + 2234 | TRACE_EVENT(btrfs_reserve_ticket, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2234:1: note: in expansion of macro ‘TRACE_EVENT’ + 2234 | TRACE_EVENT(btrfs_reserve_ticket, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_sleep_tree_lock’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2263:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2263 | DECLARE_EVENT_CLASS(btrfs_sleep_tree_lock, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2263:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2263 | DECLARE_EVENT_CLASS(btrfs_sleep_tree_lock, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_locking_events’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2307:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2307 | DECLARE_EVENT_CLASS(btrfs_locking_events, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2307:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2307 | DECLARE_EVENT_CLASS(btrfs_locking_events, @@ -53603,0 +94667,213 @@ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs__space_info_update’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2347:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2347 | DECLARE_EVENT_CLASS(btrfs__space_info_update, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2347:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2347 | DECLARE_EVENT_CLASS(btrfs__space_info_update, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_raid56_bio’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2394:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2394 | DECLARE_EVENT_CLASS(btrfs_raid56_bio, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2394:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2394 | DECLARE_EVENT_CLASS(btrfs_raid56_bio, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_insert_one_raid_extent’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2461:1: note: in expansion of macro ‘TRACE_EVENT’ + 2461 | TRACE_EVENT(btrfs_insert_one_raid_extent, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2461:1: note: in expansion of macro ‘TRACE_EVENT’ + 2461 | TRACE_EVENT(btrfs_insert_one_raid_extent, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_raid_extent_delete’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2485:1: note: in expansion of macro ‘TRACE_EVENT’ + 2485 | TRACE_EVENT(btrfs_raid_extent_delete, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2485:1: note: in expansion of macro ‘TRACE_EVENT’ + 2485 | TRACE_EVENT(btrfs_raid_extent_delete, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_get_raid_extent_offset’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2511:1: note: in expansion of macro ‘TRACE_EVENT’ + 2511 | TRACE_EVENT(btrfs_get_raid_extent_offset, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2511:1: note: in expansion of macro ‘TRACE_EVENT’ + 2511 | TRACE_EVENT(btrfs_get_raid_extent_offset, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_extent_map_shrinker_count’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2537:1: note: in expansion of macro ‘TRACE_EVENT’ + 2537 | TRACE_EVENT(btrfs_extent_map_shrinker_count, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2537:1: note: in expansion of macro ‘TRACE_EVENT’ + 2537 | TRACE_EVENT(btrfs_extent_map_shrinker_count, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_extent_map_shrinker_scan_enter’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2554:1: note: in expansion of macro ‘TRACE_EVENT’ + 2554 | TRACE_EVENT(btrfs_extent_map_shrinker_scan_enter, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2554:1: note: in expansion of macro ‘TRACE_EVENT’ + 2554 | TRACE_EVENT(btrfs_extent_map_shrinker_scan_enter, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_extent_map_shrinker_scan_exit’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2580:1: note: in expansion of macro ‘TRACE_EVENT’ + 2580 | TRACE_EVENT(btrfs_extent_map_shrinker_scan_exit, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2580:1: note: in expansion of macro ‘TRACE_EVENT’ + 2580 | TRACE_EVENT(btrfs_extent_map_shrinker_scan_exit, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘perf_trace_btrfs_extent_map_shrinker_remove_em’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2606:1: note: in expansion of macro ‘TRACE_EVENT’ + 2606 | TRACE_EVENT(btrfs_extent_map_shrinker_remove_em, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2606:1: note: in expansion of macro ‘TRACE_EVENT’ + 2606 | TRACE_EVENT(btrfs_extent_map_shrinker_remove_em, + | ^~~~~~~~~~~ @@ -53605 +94881 @@ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_clientid_event’: +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_transaction_commit’: @@ -53612,2 +94888,27 @@ -../fs/nfs/./nfs4trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 35 | DECLARE_EVENT_CLASS(nfs4_clientid_event, +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:182:1: note: in expansion of macro ‘TRACE_EVENT’ + 182 | TRACE_EVENT(btrfs_transaction_commit, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:182:1: note: in expansion of macro ‘TRACE_EVENT’ + 182 | TRACE_EVENT(btrfs_transaction_commit, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__inode’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:203:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 203 | DECLARE_EVENT_CLASS(btrfs__inode, @@ -53621,2 +94922,2 @@ -../fs/nfs/./nfs4trace.h:35:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 35 | DECLARE_EVENT_CLASS(nfs4_clientid_event, +../include/trace/events/btrfs.h:203:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 203 | DECLARE_EVENT_CLASS(btrfs__inode, @@ -53624 +94925 @@ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_trunked_exchange_id’: +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_get_extent’: @@ -53634,3 +94935,6 @@ -../fs/nfs/./nfs4trace.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ - 80 | TRACE_EVENT(nfs4_trunked_exchange_id, - | ^~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h:280:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 280 | TRACE_EVENT_CONDITION(btrfs_get_extent, + | ^~~~~~~~~~~~~~~~~~~~~ @@ -53646,4 +94950,7 @@ -../fs/nfs/./nfs4trace.h:80:1: note: in expansion of macro ‘TRACE_EVENT’ - 80 | TRACE_EVENT(nfs4_trunked_exchange_id, - | ^~~~~~~~~~~ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_sequence_done’: +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h:280:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 280 | TRACE_EVENT_CONDITION(btrfs_get_extent, + | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_handle_em_exist’: @@ -53659,2 +94966,2 @@ -../fs/nfs/./nfs4trace.h:110:1: note: in expansion of macro ‘TRACE_EVENT’ - 110 | TRACE_EVENT(nfs4_sequence_done, +../include/trace/events/btrfs.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ + 316 | TRACE_EVENT(btrfs_handle_em_exist, @@ -53671,2 +94978,2 @@ -../fs/nfs/./nfs4trace.h:110:1: note: in expansion of macro ‘TRACE_EVENT’ - 110 | TRACE_EVENT(nfs4_sequence_done, +../include/trace/events/btrfs.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ + 316 | TRACE_EVENT(btrfs_handle_em_exist, @@ -53674 +94981 @@ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_cb_sequence’: +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__file_extent_item_regular’: @@ -53681,2 +94988,8 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ +../include/trace/events/btrfs.h:354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 354 | DECLARE_EVENT_CLASS(btrfs__file_extent_item_regular, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) @@ -53684,3 +94997,13 @@ -../fs/nfs/./nfs4trace.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ - 158 | TRACE_EVENT(nfs4_cb_sequence, - | ^~~~~~~~~~~ +../include/trace/events/btrfs.h:354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 354 | DECLARE_EVENT_CLASS(btrfs__file_extent_item_regular, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__file_extent_item_inline’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:408:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 408 | DECLARE_EVENT_CLASS( + | ^~~~~~~~~~~~~~~~~~~ @@ -53693,2 +95016,9 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ +../include/trace/events/btrfs.h:408:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 408 | DECLARE_EVENT_CLASS( + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__ordered_extent’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) @@ -53696,4 +95026,13 @@ -../fs/nfs/./nfs4trace.h:158:1: note: in expansion of macro ‘TRACE_EVENT’ - 158 | TRACE_EVENT(nfs4_cb_sequence, - | ^~~~~~~~~~~ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_cb_seqid_err’: +../include/trace/events/btrfs.h:498:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 498 | DECLARE_EVENT_CLASS(btrfs__ordered_extent, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:498:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 498 | DECLARE_EVENT_CLASS(btrfs__ordered_extent, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_finish_ordered_extent’: @@ -53709,2 +95048,2 @@ -../fs/nfs/./nfs4trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ - 196 | TRACE_EVENT(nfs4_cb_seqid_err, +../include/trace/events/btrfs.h:646:1: note: in expansion of macro ‘TRACE_EVENT’ + 646 | TRACE_EVENT(btrfs_finish_ordered_extent, @@ -53721,2 +95060,2 @@ -../fs/nfs/./nfs4trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ - 196 | TRACE_EVENT(nfs4_cb_seqid_err, +../include/trace/events/btrfs.h:646:1: note: in expansion of macro ‘TRACE_EVENT’ + 646 | TRACE_EVENT(btrfs_finish_ordered_extent, @@ -53724 +95063 @@ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_cb_offload’: +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__writepage’: @@ -53731,6 +95070,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfs4trace.h:233:1: note: in expansion of macro ‘TRACE_EVENT’ - 233 | TRACE_EVENT(nfs4_cb_offload, - | ^~~~~~~~~~~ +../include/trace/events/btrfs.h:675:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 675 | DECLARE_EVENT_CLASS(btrfs__writepage, + | ^~~~~~~~~~~~~~~~~~~ @@ -53743,7 +95079,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfs4trace.h:233:1: note: in expansion of macro ‘TRACE_EVENT’ - 233 | TRACE_EVENT(nfs4_cb_offload, - | ^~~~~~~~~~~ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_setup_sequence’: +../include/trace/events/btrfs.h:675:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 675 | DECLARE_EVENT_CLASS(btrfs__writepage, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_writepage_end_io_hook’: @@ -53759,2 +95092,2 @@ -../fs/nfs/./nfs4trace.h:278:1: note: in expansion of macro ‘TRACE_EVENT’ - 278 | TRACE_EVENT(nfs4_setup_sequence, +../include/trace/events/btrfs.h:732:1: note: in expansion of macro ‘TRACE_EVENT’ + 732 | TRACE_EVENT(btrfs_writepage_end_io_hook, @@ -53771,2 +95104,2 @@ -../fs/nfs/./nfs4trace.h:278:1: note: in expansion of macro ‘TRACE_EVENT’ - 278 | TRACE_EVENT(nfs4_setup_sequence, +../include/trace/events/btrfs.h:732:1: note: in expansion of macro ‘TRACE_EVENT’ + 732 | TRACE_EVENT(btrfs_writepage_end_io_hook, @@ -53774 +95107 @@ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_state_mgr’: +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_sync_file’: @@ -53784,2 +95117,2 @@ -../fs/nfs/./nfs4trace.h:354:1: note: in expansion of macro ‘TRACE_EVENT’ - 354 | TRACE_EVENT(nfs4_state_mgr, +../include/trace/events/btrfs.h:761:1: note: in expansion of macro ‘TRACE_EVENT’ + 761 | TRACE_EVENT(btrfs_sync_file, @@ -53796,2 +95129,2 @@ -../fs/nfs/./nfs4trace.h:354:1: note: in expansion of macro ‘TRACE_EVENT’ - 354 | TRACE_EVENT(nfs4_state_mgr, +../include/trace/events/btrfs.h:761:1: note: in expansion of macro ‘TRACE_EVENT’ + 761 | TRACE_EVENT(btrfs_sync_file, @@ -53799 +95132 @@ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_state_mgr_failed’: +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_sync_fs’: @@ -53809,2 +95142,2 @@ -../fs/nfs/./nfs4trace.h:377:1: note: in expansion of macro ‘TRACE_EVENT’ - 377 | TRACE_EVENT(nfs4_state_mgr_failed, +../include/trace/events/btrfs.h:793:1: note: in expansion of macro ‘TRACE_EVENT’ + 793 | TRACE_EVENT(btrfs_sync_fs, @@ -53821,2 +95154,2 @@ -../fs/nfs/./nfs4trace.h:377:1: note: in expansion of macro ‘TRACE_EVENT’ - 377 | TRACE_EVENT(nfs4_state_mgr_failed, +../include/trace/events/btrfs.h:793:1: note: in expansion of macro ‘TRACE_EVENT’ + 793 | TRACE_EVENT(btrfs_sync_fs, @@ -53824 +95157 @@ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_xdr_bad_operation’: +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_add_block_group’: @@ -53834,2 +95167,2 @@ -../fs/nfs/./nfs4trace.h:409:1: note: in expansion of macro ‘TRACE_EVENT’ - 409 | TRACE_EVENT(nfs4_xdr_bad_operation, +../include/trace/events/btrfs.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ + 810 | TRACE_EVENT(btrfs_add_block_group, @@ -53846,2 +95179,2 @@ -../fs/nfs/./nfs4trace.h:409:1: note: in expansion of macro ‘TRACE_EVENT’ - 409 | TRACE_EVENT(nfs4_xdr_bad_operation, +../include/trace/events/btrfs.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ + 810 | TRACE_EVENT(btrfs_add_block_group, @@ -53849 +95182 @@ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_xdr_event’: +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_delayed_tree_ref’: @@ -53856,2 +95189,2 @@ -../fs/nfs/./nfs4trace.h:444:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 444 | DECLARE_EVENT_CLASS(nfs4_xdr_event, +../include/trace/events/btrfs.h:855:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 855 | DECLARE_EVENT_CLASS(btrfs_delayed_tree_ref, @@ -53865,2 +95198,2 @@ -../fs/nfs/./nfs4trace.h:444:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 444 | DECLARE_EVENT_CLASS(nfs4_xdr_event, +../include/trace/events/btrfs.h:855:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 855 | DECLARE_EVENT_CLASS(btrfs_delayed_tree_ref, @@ -53868 +95201 @@ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_cb_error_class’: +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_delayed_data_ref’: @@ -53875,2 +95208,2 @@ -../fs/nfs/./nfs4trace.h:490:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 490 | DECLARE_EVENT_CLASS(nfs4_cb_error_class, +../include/trace/events/btrfs.h:912:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 912 | DECLARE_EVENT_CLASS(btrfs_delayed_data_ref, @@ -53884,2 +95217,2 @@ -../fs/nfs/./nfs4trace.h:490:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 490 | DECLARE_EVENT_CLASS(nfs4_cb_error_class, +../include/trace/events/btrfs.h:912:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 912 | DECLARE_EVENT_CLASS(btrfs_delayed_data_ref, @@ -53887 +95220 @@ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_open_event’: +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_delayed_ref_head’: @@ -53894,2 +95227,2 @@ -../fs/nfs/./nfs4trace.h:525:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 525 | DECLARE_EVENT_CLASS(nfs4_open_event, +../include/trace/events/btrfs.h:973:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 973 | DECLARE_EVENT_CLASS(btrfs_delayed_ref_head, @@ -53903,2 +95236,2 @@ -../fs/nfs/./nfs4trace.h:525:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 525 | DECLARE_EVENT_CLASS(nfs4_open_event, +../include/trace/events/btrfs.h:973:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 973 | DECLARE_EVENT_CLASS(btrfs_delayed_ref_head, @@ -53906 +95239,20 @@ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_cached_open’: +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__chunk’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1032:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1032 | DECLARE_EVENT_CLASS(btrfs__chunk, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1032:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1032 | DECLARE_EVENT_CLASS(btrfs__chunk, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_cow_block’: @@ -53916,2 +95268,2 @@ -../fs/nfs/./nfs4trace.h:617:1: note: in expansion of macro ‘TRACE_EVENT’ - 617 | TRACE_EVENT(nfs4_cached_open, +../include/trace/events/btrfs.h:1082:1: note: in expansion of macro ‘TRACE_EVENT’ + 1082 | TRACE_EVENT(btrfs_cow_block, @@ -53928,2 +95280,2 @@ -../fs/nfs/./nfs4trace.h:617:1: note: in expansion of macro ‘TRACE_EVENT’ - 617 | TRACE_EVENT(nfs4_cached_open, +../include/trace/events/btrfs.h:1082:1: note: in expansion of macro ‘TRACE_EVENT’ + 1082 | TRACE_EVENT(btrfs_cow_block, @@ -53931 +95283 @@ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_close’: +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_space_reservation’: @@ -53941,2 +95293,2 @@ -../fs/nfs/./nfs4trace.h:656:1: note: in expansion of macro ‘TRACE_EVENT’ - 656 | TRACE_EVENT(nfs4_close, +../include/trace/events/btrfs.h:1117:1: note: in expansion of macro ‘TRACE_EVENT’ + 1117 | TRACE_EVENT(btrfs_space_reservation, @@ -53953,2 +95305,2 @@ -../fs/nfs/./nfs4trace.h:656:1: note: in expansion of macro ‘TRACE_EVENT’ - 656 | TRACE_EVENT(nfs4_close, +../include/trace/events/btrfs.h:1117:1: note: in expansion of macro ‘TRACE_EVENT’ + 1117 | TRACE_EVENT(btrfs_space_reservation, @@ -53956 +95308 @@ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_lock_event’: +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_trigger_flush’: @@ -53963,2 +95315,52 @@ -../fs/nfs/./nfs4trace.h:704:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 704 | DECLARE_EVENT_CLASS(nfs4_lock_event, +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1143:1: note: in expansion of macro ‘TRACE_EVENT’ + 1143 | TRACE_EVENT(btrfs_trigger_flush, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1143:1: note: in expansion of macro ‘TRACE_EVENT’ + 1143 | TRACE_EVENT(btrfs_trigger_flush, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_flush_space’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1174:1: note: in expansion of macro ‘TRACE_EVENT’ + 1174 | TRACE_EVENT(btrfs_flush_space, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1174:1: note: in expansion of macro ‘TRACE_EVENT’ + 1174 | TRACE_EVENT(btrfs_flush_space, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__reserved_extent’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1206:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1206 | DECLARE_EVENT_CLASS(btrfs__reserved_extent, @@ -53972,2 +95374,2 @@ -../fs/nfs/./nfs4trace.h:704:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 704 | DECLARE_EVENT_CLASS(nfs4_lock_event, +../include/trace/events/btrfs.h:1206:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1206 | DECLARE_EVENT_CLASS(btrfs__reserved_extent, @@ -53975 +95377 @@ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_set_lock’: +../include/trace/events/btrfs.h: In function ‘__bpf_trace_find_free_extent’: @@ -53985,2 +95387,2 @@ -../fs/nfs/./nfs4trace.h:773:1: note: in expansion of macro ‘TRACE_EVENT’ - 773 | TRACE_EVENT(nfs4_set_lock, +../include/trace/events/btrfs.h:1242:1: note: in expansion of macro ‘TRACE_EVENT’ + 1242 | TRACE_EVENT(find_free_extent, @@ -53997,2 +95399,2 @@ -../fs/nfs/./nfs4trace.h:773:1: note: in expansion of macro ‘TRACE_EVENT’ - 773 | TRACE_EVENT(nfs4_set_lock, +../include/trace/events/btrfs.h:1242:1: note: in expansion of macro ‘TRACE_EVENT’ + 1242 | TRACE_EVENT(find_free_extent, @@ -54000 +95402 @@ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_state_lock_reclaim’: +../include/trace/events/btrfs.h: In function ‘__bpf_trace_find_free_extent_search_loop’: @@ -54010,2 +95412,2 @@ -../fs/nfs/./nfs4trace.h:877:1: note: in expansion of macro ‘TRACE_EVENT’ - 877 | TRACE_EVENT(nfs4_state_lock_reclaim, +../include/trace/events/btrfs.h:1270:1: note: in expansion of macro ‘TRACE_EVENT’ + 1270 | TRACE_EVENT(find_free_extent_search_loop, @@ -54022,2 +95424,2 @@ -../fs/nfs/./nfs4trace.h:877:1: note: in expansion of macro ‘TRACE_EVENT’ - 877 | TRACE_EVENT(nfs4_state_lock_reclaim, +../include/trace/events/btrfs.h:1270:1: note: in expansion of macro ‘TRACE_EVENT’ + 1270 | TRACE_EVENT(find_free_extent_search_loop, @@ -54025 +95427 @@ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_set_delegation_event’: +../include/trace/events/btrfs.h: In function ‘__bpf_trace_find_free_extent_have_block_group’: @@ -54032,2 +95434,27 @@ -../fs/nfs/./nfs4trace.h:920:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 920 | DECLARE_EVENT_CLASS(nfs4_set_delegation_event, +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1300:1: note: in expansion of macro ‘TRACE_EVENT’ + 1300 | TRACE_EVENT(find_free_extent_have_block_group, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1300:1: note: in expansion of macro ‘TRACE_EVENT’ + 1300 | TRACE_EVENT(find_free_extent_have_block_group, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__reserve_extent’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1341:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1341 | DECLARE_EVENT_CLASS(btrfs__reserve_extent, @@ -54041,2 +95468,2 @@ -../fs/nfs/./nfs4trace.h:920:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 920 | DECLARE_EVENT_CLASS(nfs4_set_delegation_event, +../include/trace/events/btrfs.h:1341:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1341 | DECLARE_EVENT_CLASS(btrfs__reserve_extent, @@ -54044 +95471 @@ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_delegreturn_exit’: +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_find_cluster’: @@ -54054,2 +95481,2 @@ -../fs/nfs/./nfs4trace.h:960:1: note: in expansion of macro ‘TRACE_EVENT’ - 960 | TRACE_EVENT(nfs4_delegreturn_exit, +../include/trace/events/btrfs.h:1396:1: note: in expansion of macro ‘TRACE_EVENT’ + 1396 | TRACE_EVENT(btrfs_find_cluster, @@ -54066,2 +95493,2 @@ -../fs/nfs/./nfs4trace.h:960:1: note: in expansion of macro ‘TRACE_EVENT’ - 960 | TRACE_EVENT(nfs4_delegreturn_exit, +../include/trace/events/btrfs.h:1396:1: note: in expansion of macro ‘TRACE_EVENT’ + 1396 | TRACE_EVENT(btrfs_find_cluster, @@ -54069 +95496 @@ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_test_stateid_event’: +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_failed_cluster_setup’: @@ -54076,3 +95503,6 @@ -../fs/nfs/./nfs4trace.h:999:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 999 | DECLARE_EVENT_CLASS(nfs4_test_stateid_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1429:1: note: in expansion of macro ‘TRACE_EVENT’ + 1429 | TRACE_EVENT(btrfs_failed_cluster_setup, + | ^~~~~~~~~~~ @@ -54085,4 +95515,7 @@ -../fs/nfs/./nfs4trace.h:999:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 999 | DECLARE_EVENT_CLASS(nfs4_test_stateid_event, - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_lookup_event’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1429:1: note: in expansion of macro ‘TRACE_EVENT’ + 1429 | TRACE_EVENT(btrfs_failed_cluster_setup, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_setup_cluster’: @@ -54095,3 +95528,6 @@ -../fs/nfs/./nfs4trace.h:1055:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1055 | DECLARE_EVENT_CLASS(nfs4_lookup_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1446:1: note: in expansion of macro ‘TRACE_EVENT’ + 1446 | TRACE_EVENT(btrfs_setup_cluster, + | ^~~~~~~~~~~ @@ -54104,4 +95540,7 @@ -../fs/nfs/./nfs4trace.h:1055:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1055 | DECLARE_EVENT_CLASS(nfs4_lookup_event, - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_lookupp’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1446:1: note: in expansion of macro ‘TRACE_EVENT’ + 1446 | TRACE_EVENT(btrfs_setup_cluster, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘__bpf_trace_alloc_extent_state’: @@ -54117,2 +95556,2 @@ -../fs/nfs/./nfs4trace.h:1105:1: note: in expansion of macro ‘TRACE_EVENT’ - 1105 | TRACE_EVENT(nfs4_lookupp, +../include/trace/events/btrfs.h:1482:1: note: in expansion of macro ‘TRACE_EVENT’ + 1482 | TRACE_EVENT(alloc_extent_state, @@ -54129,2 +95568,2 @@ -../fs/nfs/./nfs4trace.h:1105:1: note: in expansion of macro ‘TRACE_EVENT’ - 1105 | TRACE_EVENT(nfs4_lookupp, +../include/trace/events/btrfs.h:1482:1: note: in expansion of macro ‘TRACE_EVENT’ + 1482 | TRACE_EVENT(alloc_extent_state, @@ -54132 +95571 @@ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_rename’: +../include/trace/events/btrfs.h: In function ‘__bpf_trace_free_extent_state’: @@ -54142,2 +95581,2 @@ -../fs/nfs/./nfs4trace.h:1134:1: note: in expansion of macro ‘TRACE_EVENT’ - 1134 | TRACE_EVENT(nfs4_rename, +../include/trace/events/btrfs.h:1505:1: note: in expansion of macro ‘TRACE_EVENT’ + 1505 | TRACE_EVENT(free_extent_state, @@ -54154,2 +95593,2 @@ -../fs/nfs/./nfs4trace.h:1134:1: note: in expansion of macro ‘TRACE_EVENT’ - 1134 | TRACE_EVENT(nfs4_rename, +../include/trace/events/btrfs.h:1505:1: note: in expansion of macro ‘TRACE_EVENT’ + 1505 | TRACE_EVENT(free_extent_state, @@ -54157 +95596 @@ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_inode_event’: +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__work’: @@ -54164,2 +95603,2 @@ -../fs/nfs/./nfs4trace.h:1177:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1177 | DECLARE_EVENT_CLASS(nfs4_inode_event, +../include/trace/events/btrfs.h:1524:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1524 | DECLARE_EVENT_CLASS(btrfs__work, @@ -54173,2 +95612,2 @@ -../fs/nfs/./nfs4trace.h:1177:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1177 | DECLARE_EVENT_CLASS(nfs4_inode_event, +../include/trace/events/btrfs.h:1524:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1524 | DECLARE_EVENT_CLASS(btrfs__work, @@ -54176 +95615 @@ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_inode_stateid_event’: +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__work__done’: @@ -54183,2 +95622,2 @@ -../fs/nfs/./nfs4trace.h:1227:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1227 | DECLARE_EVENT_CLASS(nfs4_inode_stateid_event, +../include/trace/events/btrfs.h:1556:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1556 | DECLARE_EVENT_CLASS(btrfs__work__done, @@ -54192,2 +95631,2 @@ -../fs/nfs/./nfs4trace.h:1227:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1227 | DECLARE_EVENT_CLASS(nfs4_inode_stateid_event, +../include/trace/events/btrfs.h:1556:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1556 | DECLARE_EVENT_CLASS(btrfs__work__done, @@ -54195 +95634 @@ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_getattr_event’: +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_workqueue’: @@ -54202,2 +95641,2 @@ -../fs/nfs/./nfs4trace.h:1283:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1283 | DECLARE_EVENT_CLASS(nfs4_getattr_event, +../include/trace/events/btrfs.h:1601:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1601 | DECLARE_EVENT_CLASS(btrfs_workqueue, @@ -54211,2 +95650,2 @@ -../fs/nfs/./nfs4trace.h:1283:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1283 | DECLARE_EVENT_CLASS(nfs4_getattr_event, +../include/trace/events/btrfs.h:1601:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1601 | DECLARE_EVENT_CLASS(btrfs_workqueue, @@ -54214 +95653 @@ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_inode_callback_event’: +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_workqueue_done’: @@ -54221,2 +95660,2 @@ -../fs/nfs/./nfs4trace.h:1334:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1334 | DECLARE_EVENT_CLASS(nfs4_inode_callback_event, +../include/trace/events/btrfs.h:1628:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1628 | DECLARE_EVENT_CLASS(btrfs_workqueue_done, @@ -54230,2 +95669,2 @@ -../fs/nfs/./nfs4trace.h:1334:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1334 | DECLARE_EVENT_CLASS(nfs4_inode_callback_event, +../include/trace/events/btrfs.h:1628:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1628 | DECLARE_EVENT_CLASS(btrfs_workqueue_done, @@ -54233 +95672 @@ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_inode_stateid_callback_event’: +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__qgroup_rsv_data’: @@ -54240,2 +95679,2 @@ -../fs/nfs/./nfs4trace.h:1388:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1388 | DECLARE_EVENT_CLASS(nfs4_inode_stateid_callback_event, +../include/trace/events/btrfs.h:1657:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1657 | DECLARE_EVENT_CLASS(btrfs__qgroup_rsv_data, @@ -54249,2 +95688,2 @@ -../fs/nfs/./nfs4trace.h:1388:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1388 | DECLARE_EVENT_CLASS(nfs4_inode_stateid_callback_event, +../include/trace/events/btrfs.h:1657:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1657 | DECLARE_EVENT_CLASS(btrfs__qgroup_rsv_data, @@ -54252 +95691 @@ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_idmap_event’: +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_qgroup_extent’: @@ -54259,2 +95698,2 @@ -../fs/nfs/./nfs4trace.h:1452:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1452 | DECLARE_EVENT_CLASS(nfs4_idmap_event, +../include/trace/events/btrfs.h:1707:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1707 | DECLARE_EVENT_CLASS(btrfs_qgroup_extent, @@ -54268,2 +95707,2 @@ -../fs/nfs/./nfs4trace.h:1452:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1452 | DECLARE_EVENT_CLASS(nfs4_idmap_event, +../include/trace/events/btrfs.h:1707:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1707 | DECLARE_EVENT_CLASS(btrfs_qgroup_extent, @@ -54271 +95710 @@ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_read_event’: +../include/trace/events/btrfs.h: In function ‘__bpf_trace_qgroup_num_dirty_extents’: @@ -54278,3 +95717,6 @@ -../fs/nfs/./nfs4trace.h:1505:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1505 | DECLARE_EVENT_CLASS(nfs4_read_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1743:1: note: in expansion of macro ‘TRACE_EVENT’ + 1743 | TRACE_EVENT(qgroup_num_dirty_extents, + | ^~~~~~~~~~~ @@ -54287,4 +95729,7 @@ -../fs/nfs/./nfs4trace.h:1505:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1505 | DECLARE_EVENT_CLASS(nfs4_read_event, - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_write_event’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1743:1: note: in expansion of macro ‘TRACE_EVENT’ + 1743 | TRACE_EVENT(qgroup_num_dirty_extents, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_qgroup_account_extent’: @@ -54297,3 +95742,6 @@ -../fs/nfs/./nfs4trace.h:1579:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1579 | DECLARE_EVENT_CLASS(nfs4_write_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1764:1: note: in expansion of macro ‘TRACE_EVENT’ + 1764 | TRACE_EVENT(btrfs_qgroup_account_extent, + | ^~~~~~~~~~~ @@ -54306,4 +95754,7 @@ -../fs/nfs/./nfs4trace.h:1579:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1579 | DECLARE_EVENT_CLASS(nfs4_write_event, - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_commit_event’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1764:1: note: in expansion of macro ‘TRACE_EVENT’ + 1764 | TRACE_EVENT(btrfs_qgroup_account_extent, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘__bpf_trace_qgroup_update_counters’: @@ -54316,3 +95767,6 @@ -../fs/nfs/./nfs4trace.h:1654:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1654 | DECLARE_EVENT_CLASS(nfs4_commit_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1797:1: note: in expansion of macro ‘TRACE_EVENT’ + 1797 | TRACE_EVENT(qgroup_update_counters, + | ^~~~~~~~~~~ @@ -54325,4 +95779,7 @@ -../fs/nfs/./nfs4trace.h:1654:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1654 | DECLARE_EVENT_CLASS(nfs4_commit_event, - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_layoutget’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1797:1: note: in expansion of macro ‘TRACE_EVENT’ + 1797 | TRACE_EVENT(qgroup_update_counters, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘__bpf_trace_qgroup_update_reserve’: @@ -54338,2 +95795,2 @@ -../fs/nfs/./nfs4trace.h:1715:1: note: in expansion of macro ‘TRACE_EVENT’ - 1715 | TRACE_EVENT(nfs4_layoutget, +../include/trace/events/btrfs.h:1826:1: note: in expansion of macro ‘TRACE_EVENT’ + 1826 | TRACE_EVENT(qgroup_update_reserve, @@ -54350,2 +95807,2 @@ -../fs/nfs/./nfs4trace.h:1715:1: note: in expansion of macro ‘TRACE_EVENT’ - 1715 | TRACE_EVENT(nfs4_layoutget, +../include/trace/events/btrfs.h:1826:1: note: in expansion of macro ‘TRACE_EVENT’ + 1826 | TRACE_EVENT(qgroup_update_reserve, @@ -54353 +95810 @@ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_pnfs_update_layout’: +../include/trace/events/btrfs.h: In function ‘__bpf_trace_qgroup_meta_reserve’: @@ -54363,2 +95820,2 @@ -../fs/nfs/./nfs4trace.h:1820:1: note: in expansion of macro ‘TRACE_EVENT’ - 1820 | TRACE_EVENT(pnfs_update_layout, +../include/trace/events/btrfs.h:1852:1: note: in expansion of macro ‘TRACE_EVENT’ + 1852 | TRACE_EVENT(qgroup_meta_reserve, @@ -54375,2 +95832,2 @@ -../fs/nfs/./nfs4trace.h:1820:1: note: in expansion of macro ‘TRACE_EVENT’ - 1820 | TRACE_EVENT(pnfs_update_layout, +../include/trace/events/btrfs.h:1852:1: note: in expansion of macro ‘TRACE_EVENT’ + 1852 | TRACE_EVENT(qgroup_meta_reserve, @@ -54378 +95835 @@ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_pnfs_layout_event’: +../include/trace/events/btrfs.h: In function ‘__bpf_trace_qgroup_meta_convert’: @@ -54385,3 +95842,6 @@ -../fs/nfs/./nfs4trace.h:1877:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1877 | DECLARE_EVENT_CLASS(pnfs_layout_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1875:1: note: in expansion of macro ‘TRACE_EVENT’ + 1875 | TRACE_EVENT(qgroup_meta_convert, + | ^~~~~~~~~~~ @@ -54394,4 +95854,7 @@ -../fs/nfs/./nfs4trace.h:1877:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1877 | DECLARE_EVENT_CLASS(pnfs_layout_event, - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_deviceid_event’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1875:1: note: in expansion of macro ‘TRACE_EVENT’ + 1875 | TRACE_EVENT(qgroup_meta_convert, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘__bpf_trace_qgroup_meta_free_all_pertrans’: @@ -54404,2 +95867,27 @@ -../fs/nfs/./nfs4trace.h:1949:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1949 | DECLARE_EVENT_CLASS(nfs4_deviceid_event, +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1898:1: note: in expansion of macro ‘TRACE_EVENT’ + 1898 | TRACE_EVENT(qgroup_meta_free_all_pertrans, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1898:1: note: in expansion of macro ‘TRACE_EVENT’ + 1898 | TRACE_EVENT(qgroup_meta_free_all_pertrans, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__prelim_ref’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1923:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1923 | DECLARE_EVENT_CLASS(btrfs__prelim_ref, @@ -54413,2 +95901,2 @@ -../fs/nfs/./nfs4trace.h:1949:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1949 | DECLARE_EVENT_CLASS(nfs4_deviceid_event, +../include/trace/events/btrfs.h:1923:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1923 | DECLARE_EVENT_CLASS(btrfs__prelim_ref, @@ -54416 +95904 @@ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_deviceid_status’: +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_inode_mod_outstanding_extents’: @@ -54423,2 +95911,27 @@ -../fs/nfs/./nfs4trace.h:1982:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1982 | DECLARE_EVENT_CLASS(nfs4_deviceid_status, +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1980:1: note: in expansion of macro ‘TRACE_EVENT’ + 1980 | TRACE_EVENT(btrfs_inode_mod_outstanding_extents, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:1980:1: note: in expansion of macro ‘TRACE_EVENT’ + 1980 | TRACE_EVENT(btrfs_inode_mod_outstanding_extents, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__block_group’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2004:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2004 | DECLARE_EVENT_CLASS(btrfs__block_group, @@ -54432,2 +95945,2 @@ -../fs/nfs/./nfs4trace.h:1982:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1982 | DECLARE_EVENT_CLASS(nfs4_deviceid_status, +../include/trace/events/btrfs.h:2004:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2004 | DECLARE_EVENT_CLASS(btrfs__block_group, @@ -54435 +95948 @@ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_fl_getdevinfo’: +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_set_extent_bit’: @@ -54445,2 +95958,2 @@ -../fs/nfs/./nfs4trace.h:2024:1: note: in expansion of macro ‘TRACE_EVENT’ - 2024 | TRACE_EVENT(fl_getdevinfo, +../include/trace/events/btrfs.h:2058:1: note: in expansion of macro ‘TRACE_EVENT’ + 2058 | TRACE_EVENT(btrfs_set_extent_bit, @@ -54457,2 +95970,2 @@ -../fs/nfs/./nfs4trace.h:2024:1: note: in expansion of macro ‘TRACE_EVENT’ - 2024 | TRACE_EVENT(fl_getdevinfo, +../include/trace/events/btrfs.h:2058:1: note: in expansion of macro ‘TRACE_EVENT’ + 2058 | TRACE_EVENT(btrfs_set_extent_bit, @@ -54460 +95973 @@ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_flexfiles_io_event’: +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_clear_extent_bit’: @@ -54467,2 +95980,52 @@ -../fs/nfs/./nfs4trace.h:2052:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2052 | DECLARE_EVENT_CLASS(nfs4_flexfiles_io_event, +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2091:1: note: in expansion of macro ‘TRACE_EVENT’ + 2091 | TRACE_EVENT(btrfs_clear_extent_bit, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2091:1: note: in expansion of macro ‘TRACE_EVENT’ + 2091 | TRACE_EVENT(btrfs_clear_extent_bit, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_convert_extent_bit’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2124:1: note: in expansion of macro ‘TRACE_EVENT’ + 2124 | TRACE_EVENT(btrfs_convert_extent_bit, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2124:1: note: in expansion of macro ‘TRACE_EVENT’ + 2124 | TRACE_EVENT(btrfs_convert_extent_bit, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_dump_space_info’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2160:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2160 | DECLARE_EVENT_CLASS(btrfs_dump_space_info, @@ -54476,2 +96039,2 @@ -../fs/nfs/./nfs4trace.h:2052:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2052 | DECLARE_EVENT_CLASS(nfs4_flexfiles_io_event, +../include/trace/events/btrfs.h:2160:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2160 | DECLARE_EVENT_CLASS(btrfs_dump_space_info, @@ -54479 +96042 @@ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_ff_layout_commit_error’: +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_reserve_ticket’: @@ -54489,2 +96052,2 @@ -../fs/nfs/./nfs4trace.h:2112:1: note: in expansion of macro ‘TRACE_EVENT’ - 2112 | TRACE_EVENT(ff_layout_commit_error, +../include/trace/events/btrfs.h:2234:1: note: in expansion of macro ‘TRACE_EVENT’ + 2234 | TRACE_EVENT(btrfs_reserve_ticket, @@ -54501,2 +96064,2 @@ -../fs/nfs/./nfs4trace.h:2112:1: note: in expansion of macro ‘TRACE_EVENT’ - 2112 | TRACE_EVENT(ff_layout_commit_error, +../include/trace/events/btrfs.h:2234:1: note: in expansion of macro ‘TRACE_EVENT’ + 2234 | TRACE_EVENT(btrfs_reserve_ticket, @@ -54504 +96067 @@ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_pnfs_bl_pr_key_class’: +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_sleep_tree_lock’: @@ -54511,2 +96074,2 @@ -../fs/nfs/./nfs4trace.h:2156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2156 | DECLARE_EVENT_CLASS(pnfs_bl_pr_key_class, +../include/trace/events/btrfs.h:2263:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2263 | DECLARE_EVENT_CLASS(btrfs_sleep_tree_lock, @@ -54520,2 +96083,2 @@ -../fs/nfs/./nfs4trace.h:2156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2156 | DECLARE_EVENT_CLASS(pnfs_bl_pr_key_class, +../include/trace/events/btrfs.h:2263:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2263 | DECLARE_EVENT_CLASS(btrfs_sleep_tree_lock, @@ -54523 +96086 @@ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_pnfs_bl_pr_key_err_class’: +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_locking_events’: @@ -54530,2 +96093,2 @@ -../fs/nfs/./nfs4trace.h:2207:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2207 | DECLARE_EVENT_CLASS(pnfs_bl_pr_key_err_class, +../include/trace/events/btrfs.h:2307:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2307 | DECLARE_EVENT_CLASS(btrfs_locking_events, @@ -54539,2 +96102,2 @@ -../fs/nfs/./nfs4trace.h:2207:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2207 | DECLARE_EVENT_CLASS(pnfs_bl_pr_key_err_class, +../include/trace/events/btrfs.h:2307:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2307 | DECLARE_EVENT_CLASS(btrfs_locking_events, @@ -54542 +96105,39 @@ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_llseek’: +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__space_info_update’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2347:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2347 | DECLARE_EVENT_CLASS(btrfs__space_info_update, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2347:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2347 | DECLARE_EVENT_CLASS(btrfs__space_info_update, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_raid56_bio’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2394:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2394 | DECLARE_EVENT_CLASS(btrfs_raid56_bio, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2394:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2394 | DECLARE_EVENT_CLASS(btrfs_raid56_bio, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_insert_one_raid_extent’: @@ -54552,2 +96153,2 @@ -../fs/nfs/./nfs4trace.h:2253:1: note: in expansion of macro ‘TRACE_EVENT’ - 2253 | TRACE_EVENT(nfs4_llseek, +../include/trace/events/btrfs.h:2461:1: note: in expansion of macro ‘TRACE_EVENT’ + 2461 | TRACE_EVENT(btrfs_insert_one_raid_extent, @@ -54564,2 +96165,2 @@ -../fs/nfs/./nfs4trace.h:2253:1: note: in expansion of macro ‘TRACE_EVENT’ - 2253 | TRACE_EVENT(nfs4_llseek, +../include/trace/events/btrfs.h:2461:1: note: in expansion of macro ‘TRACE_EVENT’ + 2461 | TRACE_EVENT(btrfs_insert_one_raid_extent, @@ -54567 +96168 @@ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_sparse_event’: +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_raid_extent_delete’: @@ -54574,3 +96175,6 @@ -../fs/nfs/./nfs4trace.h:2317:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2317 | DECLARE_EVENT_CLASS(nfs4_sparse_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2485:1: note: in expansion of macro ‘TRACE_EVENT’ + 2485 | TRACE_EVENT(btrfs_raid_extent_delete, + | ^~~~~~~~~~~ @@ -54583,4 +96187,7 @@ -../fs/nfs/./nfs4trace.h:2317:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2317 | DECLARE_EVENT_CLASS(nfs4_sparse_event, - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_copy’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2485:1: note: in expansion of macro ‘TRACE_EVENT’ + 2485 | TRACE_EVENT(btrfs_raid_extent_delete, + | ^~~~~~~~~~~ +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_get_raid_extent_offset’: @@ -54596,2 +96203,2 @@ -../fs/nfs/./nfs4trace.h:2374:1: note: in expansion of macro ‘TRACE_EVENT’ - 2374 | TRACE_EVENT(nfs4_copy, +../include/trace/events/btrfs.h:2511:1: note: in expansion of macro ‘TRACE_EVENT’ + 2511 | TRACE_EVENT(btrfs_get_raid_extent_offset, @@ -54608,2 +96215,2 @@ -../fs/nfs/./nfs4trace.h:2374:1: note: in expansion of macro ‘TRACE_EVENT’ - 2374 | TRACE_EVENT(nfs4_copy, +../include/trace/events/btrfs.h:2511:1: note: in expansion of macro ‘TRACE_EVENT’ + 2511 | TRACE_EVENT(btrfs_get_raid_extent_offset, @@ -54611 +96218 @@ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_clone’: +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_extent_map_shrinker_count’: @@ -54621,2 +96228,2 @@ -../fs/nfs/./nfs4trace.h:2481:1: note: in expansion of macro ‘TRACE_EVENT’ - 2481 | TRACE_EVENT(nfs4_clone, +../include/trace/events/btrfs.h:2537:1: note: in expansion of macro ‘TRACE_EVENT’ + 2537 | TRACE_EVENT(btrfs_extent_map_shrinker_count, @@ -54633,2 +96240,2 @@ -../fs/nfs/./nfs4trace.h:2481:1: note: in expansion of macro ‘TRACE_EVENT’ - 2481 | TRACE_EVENT(nfs4_clone, +../include/trace/events/btrfs.h:2537:1: note: in expansion of macro ‘TRACE_EVENT’ + 2537 | TRACE_EVENT(btrfs_extent_map_shrinker_count, @@ -54636 +96243 @@ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_copy_notify’: +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_extent_map_shrinker_scan_enter’: @@ -54646,2 +96253,2 @@ -../fs/nfs/./nfs4trace.h:2554:1: note: in expansion of macro ‘TRACE_EVENT’ - 2554 | TRACE_EVENT(nfs4_copy_notify, +../include/trace/events/btrfs.h:2554:1: note: in expansion of macro ‘TRACE_EVENT’ + 2554 | TRACE_EVENT(btrfs_extent_map_shrinker_scan_enter, @@ -54658,2 +96265,2 @@ -../fs/nfs/./nfs4trace.h:2554:1: note: in expansion of macro ‘TRACE_EVENT’ - 2554 | TRACE_EVENT(nfs4_copy_notify, +../include/trace/events/btrfs.h:2554:1: note: in expansion of macro ‘TRACE_EVENT’ + 2554 | TRACE_EVENT(btrfs_extent_map_shrinker_scan_enter, @@ -54661 +96268 @@ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_offload_cancel’: +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_extent_map_shrinker_scan_exit’: @@ -54671,2 +96278,2 @@ -../fs/nfs/./nfs4trace.h:2611:1: note: in expansion of macro ‘TRACE_EVENT’ - 2611 | TRACE_EVENT(nfs4_offload_cancel, +../include/trace/events/btrfs.h:2580:1: note: in expansion of macro ‘TRACE_EVENT’ + 2580 | TRACE_EVENT(btrfs_extent_map_shrinker_scan_exit, @@ -54683,2 +96290,2 @@ -../fs/nfs/./nfs4trace.h:2611:1: note: in expansion of macro ‘TRACE_EVENT’ - 2611 | TRACE_EVENT(nfs4_offload_cancel, +../include/trace/events/btrfs.h:2580:1: note: in expansion of macro ‘TRACE_EVENT’ + 2580 | TRACE_EVENT(btrfs_extent_map_shrinker_scan_exit, @@ -54686 +96293 @@ -../fs/nfs/./nfs4trace.h: In function ‘__bpf_trace_nfs4_xattr_event’: +../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_extent_map_shrinker_remove_em’: @@ -54693,3 +96300,6 @@ -../fs/nfs/./nfs4trace.h:2644:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2644 | DECLARE_EVENT_CLASS(nfs4_xattr_event, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2606:1: note: in expansion of macro ‘TRACE_EVENT’ + 2606 | TRACE_EVENT(btrfs_extent_map_shrinker_remove_em, + | ^~~~~~~~~~~ @@ -54702,5 +96312,8 @@ -../fs/nfs/./nfs4trace.h:2644:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2644 | DECLARE_EVENT_CLASS(nfs4_xattr_event, - | ^~~~~~~~~~~~~~~~~~~ -make[5]: *** [../scripts/Makefile.build:244: fs/nfs/nfs4trace.o] Error 1 -make[4]: *** [../scripts/Makefile.build:485: fs/nfs] Error 2 +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/btrfs.h:2606:1: note: in expansion of macro ‘TRACE_EVENT’ + 2606 | TRACE_EVENT(btrfs_extent_map_shrinker_remove_em, + | ^~~~~~~~~~~ +make[5]: *** [../scripts/Makefile.build:244: fs/btrfs/super.o] Error 1 +make[4]: *** [../scripts/Makefile.build:485: fs/btrfs] Error 2 @@ -54708,3 +96321,3 @@ - from ../include/trace/events/btrfs.h:2637, - from ../fs/btrfs/super.c:65: -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_transaction_commit’: + from ../include/trace/events/rpcrdma.h:2282, + from ../net/sunrpc/xprtrdma/module.c:21: +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_rpcrdma_simple_cid_class’: @@ -54716,0 +96330,312 @@ +../include/trace/events/rpcrdma.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 25 | DECLARE_EVENT_CLASS(rpcrdma_simple_cid_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 25 | DECLARE_EVENT_CLASS(rpcrdma_simple_cid_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 25 | DECLARE_EVENT_CLASS(rpcrdma_simple_cid_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 25 | DECLARE_EVENT_CLASS(rpcrdma_simple_cid_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] + 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ + | ^~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 25 | DECLARE_EVENT_CLASS(rpcrdma_simple_cid_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_rpcrdma_completion_class’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:55:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 55 | DECLARE_EVENT_CLASS(rpcrdma_completion_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:55:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 55 | DECLARE_EVENT_CLASS(rpcrdma_completion_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_rpcrdma_send_flush_class’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:95:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 95 | DECLARE_EVENT_CLASS(rpcrdma_send_flush_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:95:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 95 | DECLARE_EVENT_CLASS(rpcrdma_send_flush_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_rpcrdma_mr_completion_class’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 132 | DECLARE_EVENT_CLASS(rpcrdma_mr_completion_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 132 | DECLARE_EVENT_CLASS(rpcrdma_mr_completion_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_rpcrdma_receive_completion_class’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:172:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 172 | DECLARE_EVENT_CLASS(rpcrdma_receive_completion_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:172:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 172 | DECLARE_EVENT_CLASS(rpcrdma_receive_completion_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_rpcrdma_receive_success_class’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:217:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 217 | DECLARE_EVENT_CLASS(rpcrdma_receive_success_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:217:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 217 | DECLARE_EVENT_CLASS(rpcrdma_receive_success_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_rpcrdma_receive_flush_class’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:251:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 251 | DECLARE_EVENT_CLASS(rpcrdma_receive_flush_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:251:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 251 | DECLARE_EVENT_CLASS(rpcrdma_receive_flush_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_reply_class’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:288:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 288 | DECLARE_EVENT_CLASS(xprtrdma_reply_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:288:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 288 | DECLARE_EVENT_CLASS(xprtrdma_reply_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_rxprt’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:325:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 325 | DECLARE_EVENT_CLASS(xprtrdma_rxprt, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:325:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 325 | DECLARE_EVENT_CLASS(xprtrdma_rxprt, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_connect_class’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 354 | DECLARE_EVENT_CLASS(xprtrdma_connect_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 354 | DECLARE_EVENT_CLASS(xprtrdma_connect_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_rdch_event’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:390:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 390 | DECLARE_EVENT_CLASS(xprtrdma_rdch_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:390:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 390 | DECLARE_EVENT_CLASS(xprtrdma_rdch_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_wrch_event’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:441:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 441 | DECLARE_EVENT_CLASS(xprtrdma_wrch_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:441:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 441 | DECLARE_EVENT_CLASS(xprtrdma_wrch_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_mr_class’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:500:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 500 | DECLARE_EVENT_CLASS(xprtrdma_mr_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:500:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 500 | DECLARE_EVENT_CLASS(xprtrdma_mr_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_anonymous_mr_class’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:555:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 555 | DECLARE_EVENT_CLASS(xprtrdma_anonymous_mr_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:555:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 555 | DECLARE_EVENT_CLASS(xprtrdma_anonymous_mr_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_callback_class’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:595:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 595 | DECLARE_EVENT_CLASS(xprtrdma_callback_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:595:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 595 | DECLARE_EVENT_CLASS(xprtrdma_callback_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_inline_thresh’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -54720,2 +96645,2 @@ -../include/trace/events/btrfs.h:182:1: note: in expansion of macro ‘TRACE_EVENT’ - 182 | TRACE_EVENT(btrfs_transaction_commit, +../include/trace/events/rpcrdma.h:633:1: note: in expansion of macro ‘TRACE_EVENT’ + 633 | TRACE_EVENT(xprtrdma_inline_thresh, @@ -54723 +96648 @@ -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? @@ -54725 +96650 @@ - | ^~~~~~~~~~~~~~~ + | ^~~~~~~~~~~~~~~~~ @@ -54732,2 +96657,2 @@ -../include/trace/events/btrfs.h:182:1: note: in expansion of macro ‘TRACE_EVENT’ - 182 | TRACE_EVENT(btrfs_transaction_commit, +../include/trace/events/rpcrdma.h:633:1: note: in expansion of macro ‘TRACE_EVENT’ + 633 | TRACE_EVENT(xprtrdma_inline_thresh, @@ -54735 +96660,2 @@ -../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_device_removal’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? @@ -54744,2 +96670,2 @@ -../include/trace/events/btrfs.h:182:1: note: in expansion of macro ‘TRACE_EVENT’ - 182 | TRACE_EVENT(btrfs_transaction_commit, +../include/trace/events/rpcrdma.h:672:1: note: in expansion of macro ‘TRACE_EVENT’ + 672 | TRACE_EVENT(xprtrdma_device_removal, @@ -54756,2 +96682,2 @@ -../include/trace/events/btrfs.h:182:1: note: in expansion of macro ‘TRACE_EVENT’ - 182 | TRACE_EVENT(btrfs_transaction_commit, +../include/trace/events/rpcrdma.h:672:1: note: in expansion of macro ‘TRACE_EVENT’ + 672 | TRACE_EVENT(xprtrdma_device_removal, @@ -54759,3 +96685,4 @@ -../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] - 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ - | ^~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_op_connect’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ @@ -54768,2 +96695,2 @@ -../include/trace/events/btrfs.h:182:1: note: in expansion of macro ‘TRACE_EVENT’ - 182 | TRACE_EVENT(btrfs_transaction_commit, +../include/trace/events/rpcrdma.h:697:1: note: in expansion of macro ‘TRACE_EVENT’ + 697 | TRACE_EVENT(xprtrdma_op_connect, @@ -54771 +96698,13 @@ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__inode’: +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:697:1: note: in expansion of macro ‘TRACE_EVENT’ + 697 | TRACE_EVENT(xprtrdma_op_connect, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_op_set_cto’: @@ -54778,3 +96717,6 @@ -../include/trace/events/btrfs.h:203:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 203 | DECLARE_EVENT_CLASS(btrfs__inode, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:723:1: note: in expansion of macro ‘TRACE_EVENT’ + 723 | TRACE_EVENT(xprtrdma_op_set_cto, + | ^~~~~~~~~~~ @@ -54787,4 +96729,7 @@ -../include/trace/events/btrfs.h:203:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 203 | DECLARE_EVENT_CLASS(btrfs__inode, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_get_extent’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:723:1: note: in expansion of macro ‘TRACE_EVENT’ + 723 | TRACE_EVENT(xprtrdma_op_set_cto, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_createmrs’: @@ -54800,6 +96745,3 @@ -../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ - 32 | TRACE_EVENT(name, \ - | ^~~~~~~~~~~ -../include/trace/events/btrfs.h:280:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ - 280 | TRACE_EVENT_CONDITION(btrfs_get_extent, - | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:756:1: note: in expansion of macro ‘TRACE_EVENT’ + 756 | TRACE_EVENT(xprtrdma_createmrs, + | ^~~~~~~~~~~ @@ -54815,7 +96757,4 @@ -../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ - 32 | TRACE_EVENT(name, \ - | ^~~~~~~~~~~ -../include/trace/events/btrfs.h:280:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ - 280 | TRACE_EVENT_CONDITION(btrfs_get_extent, - | ^~~~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_handle_em_exist’: +../include/trace/events/rpcrdma.h:756:1: note: in expansion of macro ‘TRACE_EVENT’ + 756 | TRACE_EVENT(xprtrdma_createmrs, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_nomrs_err’: @@ -54831,2 +96770,2 @@ -../include/trace/events/btrfs.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ - 316 | TRACE_EVENT(btrfs_handle_em_exist, +../include/trace/events/rpcrdma.h:781:1: note: in expansion of macro ‘TRACE_EVENT’ + 781 | TRACE_EVENT(xprtrdma_nomrs_err, @@ -54843,2 +96782,2 @@ -../include/trace/events/btrfs.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ - 316 | TRACE_EVENT(btrfs_handle_em_exist, +../include/trace/events/rpcrdma.h:781:1: note: in expansion of macro ‘TRACE_EVENT’ + 781 | TRACE_EVENT(xprtrdma_nomrs_err, @@ -54846 +96785 @@ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__file_extent_item_regular’: +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_marshal’: @@ -54853,3 +96792,6 @@ -../include/trace/events/btrfs.h:354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 354 | DECLARE_EVENT_CLASS(btrfs__file_extent_item_regular, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:834:1: note: in expansion of macro ‘TRACE_EVENT’ + 834 | TRACE_EVENT(xprtrdma_marshal, + | ^~~~~~~~~~~ @@ -54862,4 +96804,7 @@ -../include/trace/events/btrfs.h:354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 354 | DECLARE_EVENT_CLASS(btrfs__file_extent_item_regular, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__file_extent_item_inline’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:834:1: note: in expansion of macro ‘TRACE_EVENT’ + 834 | TRACE_EVENT(xprtrdma_marshal, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_marshal_failed’: @@ -54872,3 +96817,6 @@ -../include/trace/events/btrfs.h:408:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 408 | DECLARE_EVENT_CLASS( - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:879:1: note: in expansion of macro ‘TRACE_EVENT’ + 879 | TRACE_EVENT(xprtrdma_marshal_failed, + | ^~~~~~~~~~~ @@ -54881,4 +96829,7 @@ -../include/trace/events/btrfs.h:408:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 408 | DECLARE_EVENT_CLASS( - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__ordered_extent’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:879:1: note: in expansion of macro ‘TRACE_EVENT’ + 879 | TRACE_EVENT(xprtrdma_marshal_failed, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_prepsend_failed’: @@ -54891,3 +96842,6 @@ -../include/trace/events/btrfs.h:498:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 498 | DECLARE_EVENT_CLASS(btrfs__ordered_extent, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:906:1: note: in expansion of macro ‘TRACE_EVENT’ + 906 | TRACE_EVENT(xprtrdma_prepsend_failed, + | ^~~~~~~~~~~ @@ -54900,4 +96854,7 @@ -../include/trace/events/btrfs.h:498:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 498 | DECLARE_EVENT_CLASS(btrfs__ordered_extent, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_finish_ordered_extent’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:906:1: note: in expansion of macro ‘TRACE_EVENT’ + 906 | TRACE_EVENT(xprtrdma_prepsend_failed, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_post_send’: @@ -54913,2 +96870,2 @@ -../include/trace/events/btrfs.h:646:1: note: in expansion of macro ‘TRACE_EVENT’ - 646 | TRACE_EVENT(btrfs_finish_ordered_extent, +../include/trace/events/rpcrdma.h:933:1: note: in expansion of macro ‘TRACE_EVENT’ + 933 | TRACE_EVENT(xprtrdma_post_send, @@ -54925,2 +96882,2 @@ -../include/trace/events/btrfs.h:646:1: note: in expansion of macro ‘TRACE_EVENT’ - 646 | TRACE_EVENT(btrfs_finish_ordered_extent, +../include/trace/events/rpcrdma.h:933:1: note: in expansion of macro ‘TRACE_EVENT’ + 933 | TRACE_EVENT(xprtrdma_post_send, @@ -54928 +96885 @@ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__writepage’: +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_post_send_err’: @@ -54935,3 +96892,6 @@ -../include/trace/events/btrfs.h:675:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 675 | DECLARE_EVENT_CLASS(btrfs__writepage, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:970:1: note: in expansion of macro ‘TRACE_EVENT’ + 970 | TRACE_EVENT(xprtrdma_post_send_err, + | ^~~~~~~~~~~ @@ -54944,4 +96904,7 @@ -../include/trace/events/btrfs.h:675:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 675 | DECLARE_EVENT_CLASS(btrfs__writepage, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_writepage_end_io_hook’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:970:1: note: in expansion of macro ‘TRACE_EVENT’ + 970 | TRACE_EVENT(xprtrdma_post_send_err, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_post_recvs’: @@ -54957,2 +96920,2 @@ -../include/trace/events/btrfs.h:732:1: note: in expansion of macro ‘TRACE_EVENT’ - 732 | TRACE_EVENT(btrfs_writepage_end_io_hook, +../include/trace/events/rpcrdma.h:1005:1: note: in expansion of macro ‘TRACE_EVENT’ + 1005 | TRACE_EVENT(xprtrdma_post_recvs, @@ -54969,2 +96932,2 @@ -../include/trace/events/btrfs.h:732:1: note: in expansion of macro ‘TRACE_EVENT’ - 732 | TRACE_EVENT(btrfs_writepage_end_io_hook, +../include/trace/events/rpcrdma.h:1005:1: note: in expansion of macro ‘TRACE_EVENT’ + 1005 | TRACE_EVENT(xprtrdma_post_recvs, @@ -54972 +96935 @@ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_sync_file’: +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_post_recvs_err’: @@ -54982,2 +96945,2 @@ -../include/trace/events/btrfs.h:761:1: note: in expansion of macro ‘TRACE_EVENT’ - 761 | TRACE_EVENT(btrfs_sync_file, +../include/trace/events/rpcrdma.h:1037:1: note: in expansion of macro ‘TRACE_EVENT’ + 1037 | TRACE_EVENT(xprtrdma_post_recvs_err, @@ -54994,2 +96957,2 @@ -../include/trace/events/btrfs.h:761:1: note: in expansion of macro ‘TRACE_EVENT’ - 761 | TRACE_EVENT(btrfs_sync_file, +../include/trace/events/rpcrdma.h:1037:1: note: in expansion of macro ‘TRACE_EVENT’ + 1037 | TRACE_EVENT(xprtrdma_post_recvs_err, @@ -54997 +96960 @@ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_sync_fs’: +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_post_linv_err’: @@ -55007,2 +96970,2 @@ -../include/trace/events/btrfs.h:793:1: note: in expansion of macro ‘TRACE_EVENT’ - 793 | TRACE_EVENT(btrfs_sync_fs, +../include/trace/events/rpcrdma.h:1067:1: note: in expansion of macro ‘TRACE_EVENT’ + 1067 | TRACE_EVENT(xprtrdma_post_linv_err, @@ -55019,2 +96982,2 @@ -../include/trace/events/btrfs.h:793:1: note: in expansion of macro ‘TRACE_EVENT’ - 793 | TRACE_EVENT(btrfs_sync_fs, +../include/trace/events/rpcrdma.h:1067:1: note: in expansion of macro ‘TRACE_EVENT’ + 1067 | TRACE_EVENT(xprtrdma_post_linv_err, @@ -55022 +96985 @@ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_add_block_group’: +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_frwr_alloc’: @@ -55032,2 +96995,2 @@ -../include/trace/events/btrfs.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ - 810 | TRACE_EVENT(btrfs_add_block_group, +../include/trace/events/rpcrdma.h:1106:1: note: in expansion of macro ‘TRACE_EVENT’ + 1106 | TRACE_EVENT(xprtrdma_frwr_alloc, @@ -55044,2 +97007,2 @@ -../include/trace/events/btrfs.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ - 810 | TRACE_EVENT(btrfs_add_block_group, +../include/trace/events/rpcrdma.h:1106:1: note: in expansion of macro ‘TRACE_EVENT’ + 1106 | TRACE_EVENT(xprtrdma_frwr_alloc, @@ -55047 +97010 @@ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_delayed_tree_ref’: +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_frwr_dereg’: @@ -55054,3 +97017,6 @@ -../include/trace/events/btrfs.h:855:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 855 | DECLARE_EVENT_CLASS(btrfs_delayed_tree_ref, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1129:1: note: in expansion of macro ‘TRACE_EVENT’ + 1129 | TRACE_EVENT(xprtrdma_frwr_dereg, + | ^~~~~~~~~~~ @@ -55063,4 +97029,7 @@ -../include/trace/events/btrfs.h:855:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 855 | DECLARE_EVENT_CLASS(btrfs_delayed_tree_ref, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_delayed_data_ref’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1129:1: note: in expansion of macro ‘TRACE_EVENT’ + 1129 | TRACE_EVENT(xprtrdma_frwr_dereg, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_frwr_sgerr’: @@ -55073,3 +97042,6 @@ -../include/trace/events/btrfs.h:912:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 912 | DECLARE_EVENT_CLASS(btrfs_delayed_data_ref, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1165:1: note: in expansion of macro ‘TRACE_EVENT’ + 1165 | TRACE_EVENT(xprtrdma_frwr_sgerr, + | ^~~~~~~~~~~ @@ -55082,4 +97054,7 @@ -../include/trace/events/btrfs.h:912:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 912 | DECLARE_EVENT_CLASS(btrfs_delayed_data_ref, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_delayed_ref_head’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1165:1: note: in expansion of macro ‘TRACE_EVENT’ + 1165 | TRACE_EVENT(xprtrdma_frwr_sgerr, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_frwr_maperr’: @@ -55092,3 +97067,6 @@ -../include/trace/events/btrfs.h:973:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 973 | DECLARE_EVENT_CLASS(btrfs_delayed_ref_head, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1194:1: note: in expansion of macro ‘TRACE_EVENT’ + 1194 | TRACE_EVENT(xprtrdma_frwr_maperr, + | ^~~~~~~~~~~ @@ -55101,4 +97079,7 @@ -../include/trace/events/btrfs.h:973:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 973 | DECLARE_EVENT_CLASS(btrfs_delayed_ref_head, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__chunk’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1194:1: note: in expansion of macro ‘TRACE_EVENT’ + 1194 | TRACE_EVENT(xprtrdma_frwr_maperr, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_dma_maperr’: @@ -55111,3 +97092,6 @@ -../include/trace/events/btrfs.h:1032:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1032 | DECLARE_EVENT_CLASS(btrfs__chunk, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1232:1: note: in expansion of macro ‘TRACE_EVENT’ + 1232 | TRACE_EVENT(xprtrdma_dma_maperr, + | ^~~~~~~~~~~ @@ -55120,4 +97104,7 @@ -../include/trace/events/btrfs.h:1032:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1032 | DECLARE_EVENT_CLASS(btrfs__chunk, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_cow_block’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1232:1: note: in expansion of macro ‘TRACE_EVENT’ + 1232 | TRACE_EVENT(xprtrdma_dma_maperr, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_reply’: @@ -55133,2 +97120,2 @@ -../include/trace/events/btrfs.h:1082:1: note: in expansion of macro ‘TRACE_EVENT’ - 1082 | TRACE_EVENT(btrfs_cow_block, +../include/trace/events/rpcrdma.h:1254:1: note: in expansion of macro ‘TRACE_EVENT’ + 1254 | TRACE_EVENT(xprtrdma_reply, @@ -55145,2 +97132,2 @@ -../include/trace/events/btrfs.h:1082:1: note: in expansion of macro ‘TRACE_EVENT’ - 1082 | TRACE_EVENT(btrfs_cow_block, +../include/trace/events/rpcrdma.h:1254:1: note: in expansion of macro ‘TRACE_EVENT’ + 1254 | TRACE_EVENT(xprtrdma_reply, @@ -55148 +97135 @@ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_space_reservation’: +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_err_vers’: @@ -55158,2 +97145,2 @@ -../include/trace/events/btrfs.h:1117:1: note: in expansion of macro ‘TRACE_EVENT’ - 1117 | TRACE_EVENT(btrfs_space_reservation, +../include/trace/events/rpcrdma.h:1288:1: note: in expansion of macro ‘TRACE_EVENT’ + 1288 | TRACE_EVENT(xprtrdma_err_vers, @@ -55170,2 +97157,2 @@ -../include/trace/events/btrfs.h:1117:1: note: in expansion of macro ‘TRACE_EVENT’ - 1117 | TRACE_EVENT(btrfs_space_reservation, +../include/trace/events/rpcrdma.h:1288:1: note: in expansion of macro ‘TRACE_EVENT’ + 1288 | TRACE_EVENT(xprtrdma_err_vers, @@ -55173 +97160 @@ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_trigger_flush’: +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_err_chunk’: @@ -55183,2 +97170,2 @@ -../include/trace/events/btrfs.h:1143:1: note: in expansion of macro ‘TRACE_EVENT’ - 1143 | TRACE_EVENT(btrfs_trigger_flush, +../include/trace/events/rpcrdma.h:1319:1: note: in expansion of macro ‘TRACE_EVENT’ + 1319 | TRACE_EVENT(xprtrdma_err_chunk, @@ -55195,2 +97182,2 @@ -../include/trace/events/btrfs.h:1143:1: note: in expansion of macro ‘TRACE_EVENT’ - 1143 | TRACE_EVENT(btrfs_trigger_flush, +../include/trace/events/rpcrdma.h:1319:1: note: in expansion of macro ‘TRACE_EVENT’ + 1319 | TRACE_EVENT(xprtrdma_err_chunk, @@ -55198 +97185 @@ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_flush_space’: +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_err_unrecognized’: @@ -55208,2 +97195,2 @@ -../include/trace/events/btrfs.h:1174:1: note: in expansion of macro ‘TRACE_EVENT’ - 1174 | TRACE_EVENT(btrfs_flush_space, +../include/trace/events/rpcrdma.h:1343:1: note: in expansion of macro ‘TRACE_EVENT’ + 1343 | TRACE_EVENT(xprtrdma_err_unrecognized, @@ -55220,2 +97207,2 @@ -../include/trace/events/btrfs.h:1174:1: note: in expansion of macro ‘TRACE_EVENT’ - 1174 | TRACE_EVENT(btrfs_flush_space, +../include/trace/events/rpcrdma.h:1343:1: note: in expansion of macro ‘TRACE_EVENT’ + 1343 | TRACE_EVENT(xprtrdma_err_unrecognized, @@ -55223 +97210 @@ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__reserved_extent’: +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_fixup’: @@ -55230,3 +97217,6 @@ -../include/trace/events/btrfs.h:1206:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1206 | DECLARE_EVENT_CLASS(btrfs__reserved_extent, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1370:1: note: in expansion of macro ‘TRACE_EVENT’ + 1370 | TRACE_EVENT(xprtrdma_fixup, + | ^~~~~~~~~~~ @@ -55239,4 +97229,7 @@ -../include/trace/events/btrfs.h:1206:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1206 | DECLARE_EVENT_CLASS(btrfs__reserved_extent, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_find_free_extent’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1370:1: note: in expansion of macro ‘TRACE_EVENT’ + 1370 | TRACE_EVENT(xprtrdma_fixup, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_decode_seg’: @@ -55252,2 +97245,2 @@ -../include/trace/events/btrfs.h:1242:1: note: in expansion of macro ‘TRACE_EVENT’ - 1242 | TRACE_EVENT(find_free_extent, +../include/trace/events/rpcrdma.h:1402:1: note: in expansion of macro ‘TRACE_EVENT’ + 1402 | TRACE_EVENT(xprtrdma_decode_seg, @@ -55264,2 +97257,2 @@ -../include/trace/events/btrfs.h:1242:1: note: in expansion of macro ‘TRACE_EVENT’ - 1242 | TRACE_EVENT(find_free_extent, +../include/trace/events/rpcrdma.h:1402:1: note: in expansion of macro ‘TRACE_EVENT’ + 1402 | TRACE_EVENT(xprtrdma_decode_seg, @@ -55267 +97260 @@ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_find_free_extent_search_loop’: +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_mrs_zap’: @@ -55277,2 +97270,2 @@ -../include/trace/events/btrfs.h:1270:1: note: in expansion of macro ‘TRACE_EVENT’ - 1270 | TRACE_EVENT(find_free_extent_search_loop, +../include/trace/events/rpcrdma.h:1429:1: note: in expansion of macro ‘TRACE_EVENT’ + 1429 | TRACE_EVENT(xprtrdma_mrs_zap, @@ -55289,2 +97282,2 @@ -../include/trace/events/btrfs.h:1270:1: note: in expansion of macro ‘TRACE_EVENT’ - 1270 | TRACE_EVENT(find_free_extent_search_loop, +../include/trace/events/rpcrdma.h:1429:1: note: in expansion of macro ‘TRACE_EVENT’ + 1429 | TRACE_EVENT(xprtrdma_mrs_zap, @@ -55292 +97285 @@ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_find_free_extent_have_block_group’: +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_xprtrdma_cb_setup’: @@ -55302,2 +97295,2 @@ -../include/trace/events/btrfs.h:1300:1: note: in expansion of macro ‘TRACE_EVENT’ - 1300 | TRACE_EVENT(find_free_extent_have_block_group, +../include/trace/events/rpcrdma.h:1455:1: note: in expansion of macro ‘TRACE_EVENT’ + 1455 | TRACE_EVENT(xprtrdma_cb_setup, @@ -55314,2 +97307,2 @@ -../include/trace/events/btrfs.h:1300:1: note: in expansion of macro ‘TRACE_EVENT’ - 1300 | TRACE_EVENT(find_free_extent_have_block_group, +../include/trace/events/rpcrdma.h:1455:1: note: in expansion of macro ‘TRACE_EVENT’ + 1455 | TRACE_EVENT(xprtrdma_cb_setup, @@ -55317 +97310 @@ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__reserve_extent’: +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_svcrdma_accept_class’: @@ -55324,2 +97317,2 @@ -../include/trace/events/btrfs.h:1341:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1341 | DECLARE_EVENT_CLASS(btrfs__reserve_extent, +../include/trace/events/rpcrdma.h:1487:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1487 | DECLARE_EVENT_CLASS(svcrdma_accept_class, @@ -55333,2 +97326,2 @@ -../include/trace/events/btrfs.h:1341:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1341 | DECLARE_EVENT_CLASS(btrfs__reserve_extent, +../include/trace/events/rpcrdma.h:1487:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1487 | DECLARE_EVENT_CLASS(svcrdma_accept_class, @@ -55336 +97329 @@ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_find_cluster’: +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_svcrdma_decode_rqst’: @@ -55346,2 +97339,2 @@ -../include/trace/events/btrfs.h:1396:1: note: in expansion of macro ‘TRACE_EVENT’ - 1396 | TRACE_EVENT(btrfs_find_cluster, +../include/trace/events/rpcrdma.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ + 1538 | TRACE_EVENT(svcrdma_decode_rqst, @@ -55358,2 +97351,2 @@ -../include/trace/events/btrfs.h:1396:1: note: in expansion of macro ‘TRACE_EVENT’ - 1396 | TRACE_EVENT(btrfs_find_cluster, +../include/trace/events/rpcrdma.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ + 1538 | TRACE_EVENT(svcrdma_decode_rqst, @@ -55361 +97354 @@ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_failed_cluster_setup’: +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_svcrdma_decode_short_err’: @@ -55371,2 +97364,2 @@ -../include/trace/events/btrfs.h:1429:1: note: in expansion of macro ‘TRACE_EVENT’ - 1429 | TRACE_EVENT(btrfs_failed_cluster_setup, +../include/trace/events/rpcrdma.h:1573:1: note: in expansion of macro ‘TRACE_EVENT’ + 1573 | TRACE_EVENT(svcrdma_decode_short_err, @@ -55383,2 +97376,2 @@ -../include/trace/events/btrfs.h:1429:1: note: in expansion of macro ‘TRACE_EVENT’ - 1429 | TRACE_EVENT(btrfs_failed_cluster_setup, +../include/trace/events/rpcrdma.h:1573:1: note: in expansion of macro ‘TRACE_EVENT’ + 1573 | TRACE_EVENT(svcrdma_decode_short_err, @@ -55386 +97379,20 @@ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_setup_cluster’: +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_svcrdma_badreq_event’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1598:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1598 | DECLARE_EVENT_CLASS(svcrdma_badreq_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1598:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1598 | DECLARE_EVENT_CLASS(svcrdma_badreq_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_svcrdma_encode_wseg’: @@ -55396,2 +97408,2 @@ -../include/trace/events/btrfs.h:1446:1: note: in expansion of macro ‘TRACE_EVENT’ - 1446 | TRACE_EVENT(btrfs_setup_cluster, +../include/trace/events/rpcrdma.h:1643:1: note: in expansion of macro ‘TRACE_EVENT’ + 1643 | TRACE_EVENT(svcrdma_encode_wseg, @@ -55408,2 +97420,2 @@ -../include/trace/events/btrfs.h:1446:1: note: in expansion of macro ‘TRACE_EVENT’ - 1446 | TRACE_EVENT(btrfs_setup_cluster, +../include/trace/events/rpcrdma.h:1643:1: note: in expansion of macro ‘TRACE_EVENT’ + 1643 | TRACE_EVENT(svcrdma_encode_wseg, @@ -55411 +97423 @@ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_alloc_extent_state’: +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_svcrdma_decode_rseg’: @@ -55421,2 +97433,2 @@ -../include/trace/events/btrfs.h:1482:1: note: in expansion of macro ‘TRACE_EVENT’ - 1482 | TRACE_EVENT(alloc_extent_state, +../include/trace/events/rpcrdma.h:1679:1: note: in expansion of macro ‘TRACE_EVENT’ + 1679 | TRACE_EVENT(svcrdma_decode_rseg, @@ -55433,2 +97445,2 @@ -../include/trace/events/btrfs.h:1482:1: note: in expansion of macro ‘TRACE_EVENT’ - 1482 | TRACE_EVENT(alloc_extent_state, +../include/trace/events/rpcrdma.h:1679:1: note: in expansion of macro ‘TRACE_EVENT’ + 1679 | TRACE_EVENT(svcrdma_decode_rseg, @@ -55436 +97448 @@ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_free_extent_state’: +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_svcrdma_decode_wseg’: @@ -55446,2 +97458,2 @@ -../include/trace/events/btrfs.h:1505:1: note: in expansion of macro ‘TRACE_EVENT’ - 1505 | TRACE_EVENT(free_extent_state, +../include/trace/events/rpcrdma.h:1715:1: note: in expansion of macro ‘TRACE_EVENT’ + 1715 | TRACE_EVENT(svcrdma_decode_wseg, @@ -55458,2 +97470,2 @@ -../include/trace/events/btrfs.h:1505:1: note: in expansion of macro ‘TRACE_EVENT’ - 1505 | TRACE_EVENT(free_extent_state, +../include/trace/events/rpcrdma.h:1715:1: note: in expansion of macro ‘TRACE_EVENT’ + 1715 | TRACE_EVENT(svcrdma_decode_wseg, @@ -55461 +97473 @@ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__work’: +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_svcrdma_error_event’: @@ -55468,2 +97480,2 @@ -../include/trace/events/btrfs.h:1524:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1524 | DECLARE_EVENT_CLASS(btrfs__work, +../include/trace/events/rpcrdma.h:1752:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1752 | DECLARE_EVENT_CLASS(svcrdma_error_event, @@ -55477,2 +97489,2 @@ -../include/trace/events/btrfs.h:1524:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1524 | DECLARE_EVENT_CLASS(btrfs__work, +../include/trace/events/rpcrdma.h:1752:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1752 | DECLARE_EVENT_CLASS(svcrdma_error_event, @@ -55480 +97492 @@ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__work__done’: +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_svcrdma_dma_map_class’: @@ -55487,2 +97499,2 @@ -../include/trace/events/btrfs.h:1556:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1556 | DECLARE_EVENT_CLASS(btrfs__work__done, +../include/trace/events/rpcrdma.h:1786:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1786 | DECLARE_EVENT_CLASS(svcrdma_dma_map_class, @@ -55496,2 +97508,2 @@ -../include/trace/events/btrfs.h:1556:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1556 | DECLARE_EVENT_CLASS(btrfs__work__done, +../include/trace/events/rpcrdma.h:1786:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1786 | DECLARE_EVENT_CLASS(svcrdma_dma_map_class, @@ -55499 +97511 @@ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_workqueue’: +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_svcrdma_dma_map_rw_err’: @@ -55506,3 +97518,6 @@ -../include/trace/events/btrfs.h:1601:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1601 | DECLARE_EVENT_CLASS(btrfs_workqueue, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1829:1: note: in expansion of macro ‘TRACE_EVENT’ + 1829 | TRACE_EVENT(svcrdma_dma_map_rw_err, + | ^~~~~~~~~~~ @@ -55515,4 +97530,7 @@ -../include/trace/events/btrfs.h:1601:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1601 | DECLARE_EVENT_CLASS(btrfs_workqueue, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_workqueue_done’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1829:1: note: in expansion of macro ‘TRACE_EVENT’ + 1829 | TRACE_EVENT(svcrdma_dma_map_rw_err, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_svcrdma_rwctx_empty’: @@ -55525,3 +97543,6 @@ -../include/trace/events/btrfs.h:1628:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1628 | DECLARE_EVENT_CLASS(btrfs_workqueue_done, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1862:1: note: in expansion of macro ‘TRACE_EVENT’ + 1862 | TRACE_EVENT(svcrdma_rwctx_empty, + | ^~~~~~~~~~~ @@ -55534,4 +97555,7 @@ -../include/trace/events/btrfs.h:1628:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1628 | DECLARE_EVENT_CLASS(btrfs_workqueue_done, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__qgroup_rsv_data’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1862:1: note: in expansion of macro ‘TRACE_EVENT’ + 1862 | TRACE_EVENT(svcrdma_rwctx_empty, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_svcrdma_page_overrun_err’: @@ -55544,3 +97568,6 @@ -../include/trace/events/btrfs.h:1657:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1657 | DECLARE_EVENT_CLASS(btrfs__qgroup_rsv_data, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1885:1: note: in expansion of macro ‘TRACE_EVENT’ + 1885 | TRACE_EVENT(svcrdma_page_overrun_err, + | ^~~~~~~~~~~ @@ -55553,4 +97580,7 @@ -../include/trace/events/btrfs.h:1657:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1657 | DECLARE_EVENT_CLASS(btrfs__qgroup_rsv_data, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_qgroup_extent’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1885:1: note: in expansion of macro ‘TRACE_EVENT’ + 1885 | TRACE_EVENT(svcrdma_page_overrun_err, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_svcrdma_small_wrch_err’: @@ -55563,3 +97593,6 @@ -../include/trace/events/btrfs.h:1707:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1707 | DECLARE_EVENT_CLASS(btrfs_qgroup_extent, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1911:1: note: in expansion of macro ‘TRACE_EVENT’ + 1911 | TRACE_EVENT(svcrdma_small_wrch_err, + | ^~~~~~~~~~~ @@ -55572,4 +97605,7 @@ -../include/trace/events/btrfs.h:1707:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1707 | DECLARE_EVENT_CLASS(btrfs_qgroup_extent, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_qgroup_num_dirty_extents’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1911:1: note: in expansion of macro ‘TRACE_EVENT’ + 1911 | TRACE_EVENT(svcrdma_small_wrch_err, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_svcrdma_send_pullup’: @@ -55585,2 +97621,2 @@ -../include/trace/events/btrfs.h:1743:1: note: in expansion of macro ‘TRACE_EVENT’ - 1743 | TRACE_EVENT(qgroup_num_dirty_extents, +../include/trace/events/rpcrdma.h:1943:1: note: in expansion of macro ‘TRACE_EVENT’ + 1943 | TRACE_EVENT(svcrdma_send_pullup, @@ -55597,2 +97633,2 @@ -../include/trace/events/btrfs.h:1743:1: note: in expansion of macro ‘TRACE_EVENT’ - 1743 | TRACE_EVENT(qgroup_num_dirty_extents, +../include/trace/events/rpcrdma.h:1943:1: note: in expansion of macro ‘TRACE_EVENT’ + 1943 | TRACE_EVENT(svcrdma_send_pullup, @@ -55600 +97636 @@ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_qgroup_account_extent’: +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_svcrdma_send_err’: @@ -55610,2 +97646,2 @@ -../include/trace/events/btrfs.h:1764:1: note: in expansion of macro ‘TRACE_EVENT’ - 1764 | TRACE_EVENT(btrfs_qgroup_account_extent, +../include/trace/events/rpcrdma.h:1971:1: note: in expansion of macro ‘TRACE_EVENT’ + 1971 | TRACE_EVENT(svcrdma_send_err, @@ -55622,2 +97658,2 @@ -../include/trace/events/btrfs.h:1764:1: note: in expansion of macro ‘TRACE_EVENT’ - 1764 | TRACE_EVENT(btrfs_qgroup_account_extent, +../include/trace/events/rpcrdma.h:1971:1: note: in expansion of macro ‘TRACE_EVENT’ + 1971 | TRACE_EVENT(svcrdma_send_err, @@ -55625 +97661 @@ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_qgroup_update_counters’: +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_svcrdma_post_send’: @@ -55635,2 +97671,2 @@ -../include/trace/events/btrfs.h:1797:1: note: in expansion of macro ‘TRACE_EVENT’ - 1797 | TRACE_EVENT(qgroup_update_counters, +../include/trace/events/rpcrdma.h:1996:1: note: in expansion of macro ‘TRACE_EVENT’ + 1996 | TRACE_EVENT(svcrdma_post_send, @@ -55647,2 +97683,2 @@ -../include/trace/events/btrfs.h:1797:1: note: in expansion of macro ‘TRACE_EVENT’ - 1797 | TRACE_EVENT(qgroup_update_counters, +../include/trace/events/rpcrdma.h:1996:1: note: in expansion of macro ‘TRACE_EVENT’ + 1996 | TRACE_EVENT(svcrdma_post_send, @@ -55650 +97686 @@ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_qgroup_update_reserve’: +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_svcrdma_rq_post_err’: @@ -55660,2 +97696,2 @@ -../include/trace/events/btrfs.h:1826:1: note: in expansion of macro ‘TRACE_EVENT’ - 1826 | TRACE_EVENT(qgroup_update_reserve, +../include/trace/events/rpcrdma.h:2036:1: note: in expansion of macro ‘TRACE_EVENT’ + 2036 | TRACE_EVENT(svcrdma_rq_post_err, @@ -55672,2 +97708,2 @@ -../include/trace/events/btrfs.h:1826:1: note: in expansion of macro ‘TRACE_EVENT’ - 1826 | TRACE_EVENT(qgroup_update_reserve, +../include/trace/events/rpcrdma.h:2036:1: note: in expansion of macro ‘TRACE_EVENT’ + 2036 | TRACE_EVENT(svcrdma_rq_post_err, @@ -55675 +97711,20 @@ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_qgroup_meta_reserve’: +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_svcrdma_post_chunk_class’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:2059:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2059 | DECLARE_EVENT_CLASS(svcrdma_post_chunk_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:2059:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2059 | DECLARE_EVENT_CLASS(svcrdma_post_chunk_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_svcrdma_wc_read’: @@ -55685,2 +97740,2 @@ -../include/trace/events/btrfs.h:1852:1: note: in expansion of macro ‘TRACE_EVENT’ - 1852 | TRACE_EVENT(qgroup_meta_reserve, +../include/trace/events/rpcrdma.h:2106:1: note: in expansion of macro ‘TRACE_EVENT’ + 2106 | TRACE_EVENT(svcrdma_wc_read, @@ -55697,2 +97752,2 @@ -../include/trace/events/btrfs.h:1852:1: note: in expansion of macro ‘TRACE_EVENT’ - 1852 | TRACE_EVENT(qgroup_meta_reserve, +../include/trace/events/rpcrdma.h:2106:1: note: in expansion of macro ‘TRACE_EVENT’ + 2106 | TRACE_EVENT(svcrdma_wc_read, @@ -55700 +97755 @@ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_qgroup_meta_convert’: +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_svcrdma_qp_error’: @@ -55710,2 +97765,2 @@ -../include/trace/events/btrfs.h:1875:1: note: in expansion of macro ‘TRACE_EVENT’ - 1875 | TRACE_EVENT(qgroup_meta_convert, +../include/trace/events/rpcrdma.h:2148:1: note: in expansion of macro ‘TRACE_EVENT’ + 2148 | TRACE_EVENT(svcrdma_qp_error, @@ -55722,2 +97777,2 @@ -../include/trace/events/btrfs.h:1875:1: note: in expansion of macro ‘TRACE_EVENT’ - 1875 | TRACE_EVENT(qgroup_meta_convert, +../include/trace/events/rpcrdma.h:2148:1: note: in expansion of macro ‘TRACE_EVENT’ + 2148 | TRACE_EVENT(svcrdma_qp_error, @@ -55725 +97780,20 @@ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_qgroup_meta_free_all_pertrans’: +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_svcrdma_sendqueue_class’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:2175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2175 | DECLARE_EVENT_CLASS(svcrdma_sendqueue_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:2175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2175 | DECLARE_EVENT_CLASS(svcrdma_sendqueue_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_svcrdma_sq_post_err’: @@ -55735,2 +97809,2 @@ -../include/trace/events/btrfs.h:1898:1: note: in expansion of macro ‘TRACE_EVENT’ - 1898 | TRACE_EVENT(qgroup_meta_free_all_pertrans, +../include/trace/events/rpcrdma.h:2215:1: note: in expansion of macro ‘TRACE_EVENT’ + 2215 | TRACE_EVENT(svcrdma_sq_post_err, @@ -55747,2 +97821,2 @@ -../include/trace/events/btrfs.h:1898:1: note: in expansion of macro ‘TRACE_EVENT’ - 1898 | TRACE_EVENT(qgroup_meta_free_all_pertrans, +../include/trace/events/rpcrdma.h:2215:1: note: in expansion of macro ‘TRACE_EVENT’ + 2215 | TRACE_EVENT(svcrdma_sq_post_err, @@ -55750 +97824 @@ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__prelim_ref’: +../include/trace/events/rpcrdma.h: In function ‘trace_event_raw_event_rpcrdma_client_device_class’: @@ -55757,2 +97831,2 @@ -../include/trace/events/btrfs.h:1923:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1923 | DECLARE_EVENT_CLASS(btrfs__prelim_ref, +../include/trace/events/rpcrdma.h:2246:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2246 | DECLARE_EVENT_CLASS(rpcrdma_client_device_class, @@ -55766,6 +97840,942 @@ -../include/trace/events/btrfs.h:1923:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1923 | DECLARE_EVENT_CLASS(btrfs__prelim_ref, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_inode_mod_outstanding_extents’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/rpcrdma.h:2246:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2246 | DECLARE_EVENT_CLASS(rpcrdma_client_device_class, + | ^~~~~~~~~~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/rpcrdma.h: In function ‘perf_trace_rpcrdma_simple_cid_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 25 | DECLARE_EVENT_CLASS(rpcrdma_simple_cid_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 25 | DECLARE_EVENT_CLASS(rpcrdma_simple_cid_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_rpcrdma_completion_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:55:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 55 | DECLARE_EVENT_CLASS(rpcrdma_completion_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:55:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 55 | DECLARE_EVENT_CLASS(rpcrdma_completion_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_rpcrdma_send_flush_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:95:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 95 | DECLARE_EVENT_CLASS(rpcrdma_send_flush_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:95:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 95 | DECLARE_EVENT_CLASS(rpcrdma_send_flush_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_rpcrdma_mr_completion_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 132 | DECLARE_EVENT_CLASS(rpcrdma_mr_completion_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 132 | DECLARE_EVENT_CLASS(rpcrdma_mr_completion_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_rpcrdma_receive_completion_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:172:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 172 | DECLARE_EVENT_CLASS(rpcrdma_receive_completion_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:172:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 172 | DECLARE_EVENT_CLASS(rpcrdma_receive_completion_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_rpcrdma_receive_success_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:217:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 217 | DECLARE_EVENT_CLASS(rpcrdma_receive_success_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:217:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 217 | DECLARE_EVENT_CLASS(rpcrdma_receive_success_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_rpcrdma_receive_flush_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:251:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 251 | DECLARE_EVENT_CLASS(rpcrdma_receive_flush_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:251:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 251 | DECLARE_EVENT_CLASS(rpcrdma_receive_flush_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_reply_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:288:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 288 | DECLARE_EVENT_CLASS(xprtrdma_reply_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:288:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 288 | DECLARE_EVENT_CLASS(xprtrdma_reply_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_rxprt’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:325:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 325 | DECLARE_EVENT_CLASS(xprtrdma_rxprt, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:325:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 325 | DECLARE_EVENT_CLASS(xprtrdma_rxprt, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_connect_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 354 | DECLARE_EVENT_CLASS(xprtrdma_connect_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 354 | DECLARE_EVENT_CLASS(xprtrdma_connect_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_rdch_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:390:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 390 | DECLARE_EVENT_CLASS(xprtrdma_rdch_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:390:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 390 | DECLARE_EVENT_CLASS(xprtrdma_rdch_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_wrch_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:441:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 441 | DECLARE_EVENT_CLASS(xprtrdma_wrch_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:441:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 441 | DECLARE_EVENT_CLASS(xprtrdma_wrch_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_mr_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:500:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 500 | DECLARE_EVENT_CLASS(xprtrdma_mr_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:500:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 500 | DECLARE_EVENT_CLASS(xprtrdma_mr_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_anonymous_mr_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:555:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 555 | DECLARE_EVENT_CLASS(xprtrdma_anonymous_mr_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:555:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 555 | DECLARE_EVENT_CLASS(xprtrdma_anonymous_mr_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_callback_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:595:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 595 | DECLARE_EVENT_CLASS(xprtrdma_callback_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:595:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 595 | DECLARE_EVENT_CLASS(xprtrdma_callback_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_inline_thresh’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:633:1: note: in expansion of macro ‘TRACE_EVENT’ + 633 | TRACE_EVENT(xprtrdma_inline_thresh, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:633:1: note: in expansion of macro ‘TRACE_EVENT’ + 633 | TRACE_EVENT(xprtrdma_inline_thresh, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_device_removal’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:672:1: note: in expansion of macro ‘TRACE_EVENT’ + 672 | TRACE_EVENT(xprtrdma_device_removal, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:672:1: note: in expansion of macro ‘TRACE_EVENT’ + 672 | TRACE_EVENT(xprtrdma_device_removal, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_op_connect’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:697:1: note: in expansion of macro ‘TRACE_EVENT’ + 697 | TRACE_EVENT(xprtrdma_op_connect, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:697:1: note: in expansion of macro ‘TRACE_EVENT’ + 697 | TRACE_EVENT(xprtrdma_op_connect, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_op_set_cto’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:723:1: note: in expansion of macro ‘TRACE_EVENT’ + 723 | TRACE_EVENT(xprtrdma_op_set_cto, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:723:1: note: in expansion of macro ‘TRACE_EVENT’ + 723 | TRACE_EVENT(xprtrdma_op_set_cto, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_createmrs’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:756:1: note: in expansion of macro ‘TRACE_EVENT’ + 756 | TRACE_EVENT(xprtrdma_createmrs, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:756:1: note: in expansion of macro ‘TRACE_EVENT’ + 756 | TRACE_EVENT(xprtrdma_createmrs, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_nomrs_err’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:781:1: note: in expansion of macro ‘TRACE_EVENT’ + 781 | TRACE_EVENT(xprtrdma_nomrs_err, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:781:1: note: in expansion of macro ‘TRACE_EVENT’ + 781 | TRACE_EVENT(xprtrdma_nomrs_err, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_marshal’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:834:1: note: in expansion of macro ‘TRACE_EVENT’ + 834 | TRACE_EVENT(xprtrdma_marshal, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:834:1: note: in expansion of macro ‘TRACE_EVENT’ + 834 | TRACE_EVENT(xprtrdma_marshal, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_marshal_failed’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:879:1: note: in expansion of macro ‘TRACE_EVENT’ + 879 | TRACE_EVENT(xprtrdma_marshal_failed, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:879:1: note: in expansion of macro ‘TRACE_EVENT’ + 879 | TRACE_EVENT(xprtrdma_marshal_failed, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_prepsend_failed’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:906:1: note: in expansion of macro ‘TRACE_EVENT’ + 906 | TRACE_EVENT(xprtrdma_prepsend_failed, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:906:1: note: in expansion of macro ‘TRACE_EVENT’ + 906 | TRACE_EVENT(xprtrdma_prepsend_failed, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_post_send’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:933:1: note: in expansion of macro ‘TRACE_EVENT’ + 933 | TRACE_EVENT(xprtrdma_post_send, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:933:1: note: in expansion of macro ‘TRACE_EVENT’ + 933 | TRACE_EVENT(xprtrdma_post_send, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_post_send_err’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:970:1: note: in expansion of macro ‘TRACE_EVENT’ + 970 | TRACE_EVENT(xprtrdma_post_send_err, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:970:1: note: in expansion of macro ‘TRACE_EVENT’ + 970 | TRACE_EVENT(xprtrdma_post_send_err, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_post_recvs’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1005:1: note: in expansion of macro ‘TRACE_EVENT’ + 1005 | TRACE_EVENT(xprtrdma_post_recvs, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1005:1: note: in expansion of macro ‘TRACE_EVENT’ + 1005 | TRACE_EVENT(xprtrdma_post_recvs, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_post_recvs_err’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1037:1: note: in expansion of macro ‘TRACE_EVENT’ + 1037 | TRACE_EVENT(xprtrdma_post_recvs_err, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1037:1: note: in expansion of macro ‘TRACE_EVENT’ + 1037 | TRACE_EVENT(xprtrdma_post_recvs_err, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_post_linv_err’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1067:1: note: in expansion of macro ‘TRACE_EVENT’ + 1067 | TRACE_EVENT(xprtrdma_post_linv_err, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1067:1: note: in expansion of macro ‘TRACE_EVENT’ + 1067 | TRACE_EVENT(xprtrdma_post_linv_err, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_frwr_alloc’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1106:1: note: in expansion of macro ‘TRACE_EVENT’ + 1106 | TRACE_EVENT(xprtrdma_frwr_alloc, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1106:1: note: in expansion of macro ‘TRACE_EVENT’ + 1106 | TRACE_EVENT(xprtrdma_frwr_alloc, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_frwr_dereg’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1129:1: note: in expansion of macro ‘TRACE_EVENT’ + 1129 | TRACE_EVENT(xprtrdma_frwr_dereg, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1129:1: note: in expansion of macro ‘TRACE_EVENT’ + 1129 | TRACE_EVENT(xprtrdma_frwr_dereg, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_frwr_sgerr’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1165:1: note: in expansion of macro ‘TRACE_EVENT’ + 1165 | TRACE_EVENT(xprtrdma_frwr_sgerr, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1165:1: note: in expansion of macro ‘TRACE_EVENT’ + 1165 | TRACE_EVENT(xprtrdma_frwr_sgerr, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_frwr_maperr’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1194:1: note: in expansion of macro ‘TRACE_EVENT’ + 1194 | TRACE_EVENT(xprtrdma_frwr_maperr, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1194:1: note: in expansion of macro ‘TRACE_EVENT’ + 1194 | TRACE_EVENT(xprtrdma_frwr_maperr, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_dma_maperr’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1232:1: note: in expansion of macro ‘TRACE_EVENT’ + 1232 | TRACE_EVENT(xprtrdma_dma_maperr, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1232:1: note: in expansion of macro ‘TRACE_EVENT’ + 1232 | TRACE_EVENT(xprtrdma_dma_maperr, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_reply’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1254:1: note: in expansion of macro ‘TRACE_EVENT’ + 1254 | TRACE_EVENT(xprtrdma_reply, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1254:1: note: in expansion of macro ‘TRACE_EVENT’ + 1254 | TRACE_EVENT(xprtrdma_reply, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_err_vers’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1288:1: note: in expansion of macro ‘TRACE_EVENT’ + 1288 | TRACE_EVENT(xprtrdma_err_vers, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1288:1: note: in expansion of macro ‘TRACE_EVENT’ + 1288 | TRACE_EVENT(xprtrdma_err_vers, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_err_chunk’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1319:1: note: in expansion of macro ‘TRACE_EVENT’ + 1319 | TRACE_EVENT(xprtrdma_err_chunk, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1319:1: note: in expansion of macro ‘TRACE_EVENT’ + 1319 | TRACE_EVENT(xprtrdma_err_chunk, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_err_unrecognized’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1343:1: note: in expansion of macro ‘TRACE_EVENT’ + 1343 | TRACE_EVENT(xprtrdma_err_unrecognized, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1343:1: note: in expansion of macro ‘TRACE_EVENT’ + 1343 | TRACE_EVENT(xprtrdma_err_unrecognized, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_fixup’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1370:1: note: in expansion of macro ‘TRACE_EVENT’ + 1370 | TRACE_EVENT(xprtrdma_fixup, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1370:1: note: in expansion of macro ‘TRACE_EVENT’ + 1370 | TRACE_EVENT(xprtrdma_fixup, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_decode_seg’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1402:1: note: in expansion of macro ‘TRACE_EVENT’ + 1402 | TRACE_EVENT(xprtrdma_decode_seg, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1402:1: note: in expansion of macro ‘TRACE_EVENT’ + 1402 | TRACE_EVENT(xprtrdma_decode_seg, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_mrs_zap’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1429:1: note: in expansion of macro ‘TRACE_EVENT’ + 1429 | TRACE_EVENT(xprtrdma_mrs_zap, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1429:1: note: in expansion of macro ‘TRACE_EVENT’ + 1429 | TRACE_EVENT(xprtrdma_mrs_zap, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_xprtrdma_cb_setup’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -55773,2 +98783,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -55779,2 +98789,2 @@ -../include/trace/events/btrfs.h:1980:1: note: in expansion of macro ‘TRACE_EVENT’ - 1980 | TRACE_EVENT(btrfs_inode_mod_outstanding_extents, +../include/trace/events/rpcrdma.h:1455:1: note: in expansion of macro ‘TRACE_EVENT’ + 1455 | TRACE_EVENT(xprtrdma_cb_setup, @@ -55782,2 +98792,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -55785,2 +98795,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -55791,2 +98801,2 @@ -../include/trace/events/btrfs.h:1980:1: note: in expansion of macro ‘TRACE_EVENT’ - 1980 | TRACE_EVENT(btrfs_inode_mod_outstanding_extents, +../include/trace/events/rpcrdma.h:1455:1: note: in expansion of macro ‘TRACE_EVENT’ + 1455 | TRACE_EVENT(xprtrdma_cb_setup, @@ -55794,3 +98804,3 @@ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__block_group’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_svcrdma_accept_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -55798,2 +98808,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -55801,2 +98811,2 @@ -../include/trace/events/btrfs.h:2004:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2004 | DECLARE_EVENT_CLASS(btrfs__block_group, +../include/trace/events/rpcrdma.h:1487:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1487 | DECLARE_EVENT_CLASS(svcrdma_accept_class, @@ -55804,2 +98814,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -55807,2 +98817,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -55810,2 +98820,2 @@ -../include/trace/events/btrfs.h:2004:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2004 | DECLARE_EVENT_CLASS(btrfs__block_group, +../include/trace/events/rpcrdma.h:1487:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1487 | DECLARE_EVENT_CLASS(svcrdma_accept_class, @@ -55813,3 +98823,3 @@ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_set_extent_bit’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_svcrdma_decode_rqst’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -55817,2 +98827,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -55823,2 +98833,2 @@ -../include/trace/events/btrfs.h:2058:1: note: in expansion of macro ‘TRACE_EVENT’ - 2058 | TRACE_EVENT(btrfs_set_extent_bit, +../include/trace/events/rpcrdma.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ + 1538 | TRACE_EVENT(svcrdma_decode_rqst, @@ -55826,2 +98836,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -55829,2 +98839,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -55835,2 +98845,2 @@ -../include/trace/events/btrfs.h:2058:1: note: in expansion of macro ‘TRACE_EVENT’ - 2058 | TRACE_EVENT(btrfs_set_extent_bit, +../include/trace/events/rpcrdma.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ + 1538 | TRACE_EVENT(svcrdma_decode_rqst, @@ -55838,3 +98848,3 @@ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_clear_extent_bit’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_svcrdma_decode_short_err’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -55842,2 +98852,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -55848,2 +98858,2 @@ -../include/trace/events/btrfs.h:2091:1: note: in expansion of macro ‘TRACE_EVENT’ - 2091 | TRACE_EVENT(btrfs_clear_extent_bit, +../include/trace/events/rpcrdma.h:1573:1: note: in expansion of macro ‘TRACE_EVENT’ + 1573 | TRACE_EVENT(svcrdma_decode_short_err, @@ -55851,2 +98861,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -55854,2 +98864,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -55860,2 +98870,2 @@ -../include/trace/events/btrfs.h:2091:1: note: in expansion of macro ‘TRACE_EVENT’ - 2091 | TRACE_EVENT(btrfs_clear_extent_bit, +../include/trace/events/rpcrdma.h:1573:1: note: in expansion of macro ‘TRACE_EVENT’ + 1573 | TRACE_EVENT(svcrdma_decode_short_err, @@ -55863,3 +98873,3 @@ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_convert_extent_bit’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_svcrdma_badreq_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -55867,2 +98877,21 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1598:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1598 | DECLARE_EVENT_CLASS(svcrdma_badreq_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1598:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1598 | DECLARE_EVENT_CLASS(svcrdma_badreq_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_svcrdma_encode_wseg’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -55873,2 +98902,2 @@ -../include/trace/events/btrfs.h:2124:1: note: in expansion of macro ‘TRACE_EVENT’ - 2124 | TRACE_EVENT(btrfs_convert_extent_bit, +../include/trace/events/rpcrdma.h:1643:1: note: in expansion of macro ‘TRACE_EVENT’ + 1643 | TRACE_EVENT(svcrdma_encode_wseg, @@ -55876,2 +98905,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -55879,2 +98908,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -55885,2 +98914,2 @@ -../include/trace/events/btrfs.h:2124:1: note: in expansion of macro ‘TRACE_EVENT’ - 2124 | TRACE_EVENT(btrfs_convert_extent_bit, +../include/trace/events/rpcrdma.h:1643:1: note: in expansion of macro ‘TRACE_EVENT’ + 1643 | TRACE_EVENT(svcrdma_encode_wseg, @@ -55888,3 +98917,3 @@ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_dump_space_info’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_svcrdma_decode_rseg’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -55892,2 +98921,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -55895,5 +98924,8 @@ -../include/trace/events/btrfs.h:2160:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2160 | DECLARE_EVENT_CLASS(btrfs_dump_space_info, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1679:1: note: in expansion of macro ‘TRACE_EVENT’ + 1679 | TRACE_EVENT(svcrdma_decode_rseg, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -55901,2 +98933,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -55904,6 +98936,9 @@ -../include/trace/events/btrfs.h:2160:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2160 | DECLARE_EVENT_CLASS(btrfs_dump_space_info, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_reserve_ticket’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1679:1: note: in expansion of macro ‘TRACE_EVENT’ + 1679 | TRACE_EVENT(svcrdma_decode_rseg, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_svcrdma_decode_wseg’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -55911,2 +98946,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -55917,2 +98952,2 @@ -../include/trace/events/btrfs.h:2234:1: note: in expansion of macro ‘TRACE_EVENT’ - 2234 | TRACE_EVENT(btrfs_reserve_ticket, +../include/trace/events/rpcrdma.h:1715:1: note: in expansion of macro ‘TRACE_EVENT’ + 1715 | TRACE_EVENT(svcrdma_decode_wseg, @@ -55920,2 +98955,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -55923,2 +98958,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -55929,2 +98964,2 @@ -../include/trace/events/btrfs.h:2234:1: note: in expansion of macro ‘TRACE_EVENT’ - 2234 | TRACE_EVENT(btrfs_reserve_ticket, +../include/trace/events/rpcrdma.h:1715:1: note: in expansion of macro ‘TRACE_EVENT’ + 1715 | TRACE_EVENT(svcrdma_decode_wseg, @@ -55932,3 +98967,3 @@ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_sleep_tree_lock’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_svcrdma_error_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -55936,2 +98971,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -55939,2 +98974,2 @@ -../include/trace/events/btrfs.h:2263:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2263 | DECLARE_EVENT_CLASS(btrfs_sleep_tree_lock, +../include/trace/events/rpcrdma.h:1752:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1752 | DECLARE_EVENT_CLASS(svcrdma_error_event, @@ -55942,2 +98977,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -55945,2 +98980,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -55948,2 +98983,2 @@ -../include/trace/events/btrfs.h:2263:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2263 | DECLARE_EVENT_CLASS(btrfs_sleep_tree_lock, +../include/trace/events/rpcrdma.h:1752:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1752 | DECLARE_EVENT_CLASS(svcrdma_error_event, @@ -55951,3 +98986,3 @@ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_locking_events’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_svcrdma_dma_map_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -55955,2 +98990,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -55958,2 +98993,2 @@ -../include/trace/events/btrfs.h:2307:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2307 | DECLARE_EVENT_CLASS(btrfs_locking_events, +../include/trace/events/rpcrdma.h:1786:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1786 | DECLARE_EVENT_CLASS(svcrdma_dma_map_class, @@ -55961,2 +98996,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -55964,2 +98999,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -55967,2 +99002,2 @@ -../include/trace/events/btrfs.h:2307:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2307 | DECLARE_EVENT_CLASS(btrfs_locking_events, +../include/trace/events/rpcrdma.h:1786:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1786 | DECLARE_EVENT_CLASS(svcrdma_dma_map_class, @@ -55970,3 +99005,3 @@ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs__space_info_update’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_svcrdma_dma_map_rw_err’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -55974,2 +99009,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -55977,5 +99012,8 @@ -../include/trace/events/btrfs.h:2347:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2347 | DECLARE_EVENT_CLASS(btrfs__space_info_update, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1829:1: note: in expansion of macro ‘TRACE_EVENT’ + 1829 | TRACE_EVENT(svcrdma_dma_map_rw_err, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -55983,2 +99021,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -55986,6 +99024,9 @@ -../include/trace/events/btrfs.h:2347:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2347 | DECLARE_EVENT_CLASS(btrfs__space_info_update, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_raid56_bio’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1829:1: note: in expansion of macro ‘TRACE_EVENT’ + 1829 | TRACE_EVENT(svcrdma_dma_map_rw_err, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_svcrdma_rwctx_empty’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -55993,2 +99034,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -55996,5 +99037,8 @@ -../include/trace/events/btrfs.h:2394:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2394 | DECLARE_EVENT_CLASS(btrfs_raid56_bio, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1862:1: note: in expansion of macro ‘TRACE_EVENT’ + 1862 | TRACE_EVENT(svcrdma_rwctx_empty, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -56002,2 +99046,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -56005,6 +99049,9 @@ -../include/trace/events/btrfs.h:2394:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2394 | DECLARE_EVENT_CLASS(btrfs_raid56_bio, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_insert_one_raid_extent’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1862:1: note: in expansion of macro ‘TRACE_EVENT’ + 1862 | TRACE_EVENT(svcrdma_rwctx_empty, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_svcrdma_page_overrun_err’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -56012,2 +99059,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -56018,2 +99065,2 @@ -../include/trace/events/btrfs.h:2461:1: note: in expansion of macro ‘TRACE_EVENT’ - 2461 | TRACE_EVENT(btrfs_insert_one_raid_extent, +../include/trace/events/rpcrdma.h:1885:1: note: in expansion of macro ‘TRACE_EVENT’ + 1885 | TRACE_EVENT(svcrdma_page_overrun_err, @@ -56021,2 +99068,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -56024,2 +99071,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -56030,2 +99077,2 @@ -../include/trace/events/btrfs.h:2461:1: note: in expansion of macro ‘TRACE_EVENT’ - 2461 | TRACE_EVENT(btrfs_insert_one_raid_extent, +../include/trace/events/rpcrdma.h:1885:1: note: in expansion of macro ‘TRACE_EVENT’ + 1885 | TRACE_EVENT(svcrdma_page_overrun_err, @@ -56033,3 +99080,3 @@ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_raid_extent_delete’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_svcrdma_small_wrch_err’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -56037,2 +99084,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -56043,2 +99090,2 @@ -../include/trace/events/btrfs.h:2485:1: note: in expansion of macro ‘TRACE_EVENT’ - 2485 | TRACE_EVENT(btrfs_raid_extent_delete, +../include/trace/events/rpcrdma.h:1911:1: note: in expansion of macro ‘TRACE_EVENT’ + 1911 | TRACE_EVENT(svcrdma_small_wrch_err, @@ -56046,2 +99093,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -56049,2 +99096,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -56055,2 +99102,2 @@ -../include/trace/events/btrfs.h:2485:1: note: in expansion of macro ‘TRACE_EVENT’ - 2485 | TRACE_EVENT(btrfs_raid_extent_delete, +../include/trace/events/rpcrdma.h:1911:1: note: in expansion of macro ‘TRACE_EVENT’ + 1911 | TRACE_EVENT(svcrdma_small_wrch_err, @@ -56058,3 +99105,3 @@ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_get_raid_extent_offset’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_svcrdma_send_pullup’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -56062,2 +99109,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -56068,2 +99115,2 @@ -../include/trace/events/btrfs.h:2511:1: note: in expansion of macro ‘TRACE_EVENT’ - 2511 | TRACE_EVENT(btrfs_get_raid_extent_offset, +../include/trace/events/rpcrdma.h:1943:1: note: in expansion of macro ‘TRACE_EVENT’ + 1943 | TRACE_EVENT(svcrdma_send_pullup, @@ -56071,2 +99118,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -56074,2 +99121,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -56080,2 +99127,2 @@ -../include/trace/events/btrfs.h:2511:1: note: in expansion of macro ‘TRACE_EVENT’ - 2511 | TRACE_EVENT(btrfs_get_raid_extent_offset, +../include/trace/events/rpcrdma.h:1943:1: note: in expansion of macro ‘TRACE_EVENT’ + 1943 | TRACE_EVENT(svcrdma_send_pullup, @@ -56083,3 +99130,3 @@ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_extent_map_shrinker_count’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_svcrdma_send_err’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -56087,2 +99134,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -56093,2 +99140,2 @@ -../include/trace/events/btrfs.h:2537:1: note: in expansion of macro ‘TRACE_EVENT’ - 2537 | TRACE_EVENT(btrfs_extent_map_shrinker_count, +../include/trace/events/rpcrdma.h:1971:1: note: in expansion of macro ‘TRACE_EVENT’ + 1971 | TRACE_EVENT(svcrdma_send_err, @@ -56096,2 +99143,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -56099,2 +99146,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -56105,2 +99152,2 @@ -../include/trace/events/btrfs.h:2537:1: note: in expansion of macro ‘TRACE_EVENT’ - 2537 | TRACE_EVENT(btrfs_extent_map_shrinker_count, +../include/trace/events/rpcrdma.h:1971:1: note: in expansion of macro ‘TRACE_EVENT’ + 1971 | TRACE_EVENT(svcrdma_send_err, @@ -56108,3 +99155,3 @@ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_extent_map_shrinker_scan_enter’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_svcrdma_post_send’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -56112,2 +99159,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -56118,2 +99165,2 @@ -../include/trace/events/btrfs.h:2554:1: note: in expansion of macro ‘TRACE_EVENT’ - 2554 | TRACE_EVENT(btrfs_extent_map_shrinker_scan_enter, +../include/trace/events/rpcrdma.h:1996:1: note: in expansion of macro ‘TRACE_EVENT’ + 1996 | TRACE_EVENT(svcrdma_post_send, @@ -56121,2 +99168,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -56124,2 +99171,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -56130,2 +99177,2 @@ -../include/trace/events/btrfs.h:2554:1: note: in expansion of macro ‘TRACE_EVENT’ - 2554 | TRACE_EVENT(btrfs_extent_map_shrinker_scan_enter, +../include/trace/events/rpcrdma.h:1996:1: note: in expansion of macro ‘TRACE_EVENT’ + 1996 | TRACE_EVENT(svcrdma_post_send, @@ -56133,3 +99180,3 @@ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_extent_map_shrinker_scan_exit’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_svcrdma_rq_post_err’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -56137,2 +99184,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -56143,2 +99190,2 @@ -../include/trace/events/btrfs.h:2580:1: note: in expansion of macro ‘TRACE_EVENT’ - 2580 | TRACE_EVENT(btrfs_extent_map_shrinker_scan_exit, +../include/trace/events/rpcrdma.h:2036:1: note: in expansion of macro ‘TRACE_EVENT’ + 2036 | TRACE_EVENT(svcrdma_rq_post_err, @@ -56146,2 +99193,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -56149,2 +99196,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -56155,2 +99202,2 @@ -../include/trace/events/btrfs.h:2580:1: note: in expansion of macro ‘TRACE_EVENT’ - 2580 | TRACE_EVENT(btrfs_extent_map_shrinker_scan_exit, +../include/trace/events/rpcrdma.h:2036:1: note: in expansion of macro ‘TRACE_EVENT’ + 2036 | TRACE_EVENT(svcrdma_rq_post_err, @@ -56158,3 +99205,3 @@ -../include/trace/events/btrfs.h: In function ‘trace_event_raw_event_btrfs_extent_map_shrinker_remove_em’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_svcrdma_post_chunk_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -56162,2 +99209,21 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:2059:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2059 | DECLARE_EVENT_CLASS(svcrdma_post_chunk_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:2059:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2059 | DECLARE_EVENT_CLASS(svcrdma_post_chunk_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_svcrdma_wc_read’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -56168,2 +99234,2 @@ -../include/trace/events/btrfs.h:2606:1: note: in expansion of macro ‘TRACE_EVENT’ - 2606 | TRACE_EVENT(btrfs_extent_map_shrinker_remove_em, +../include/trace/events/rpcrdma.h:2106:1: note: in expansion of macro ‘TRACE_EVENT’ + 2106 | TRACE_EVENT(svcrdma_wc_read, @@ -56171,2 +99237,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -56174,2 +99240,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -56180,2 +99246,2 @@ -../include/trace/events/btrfs.h:2606:1: note: in expansion of macro ‘TRACE_EVENT’ - 2606 | TRACE_EVENT(btrfs_extent_map_shrinker_remove_em, +../include/trace/events/rpcrdma.h:2106:1: note: in expansion of macro ‘TRACE_EVENT’ + 2106 | TRACE_EVENT(svcrdma_wc_read, @@ -56183,4 +99249,3 @@ -In file included from ../include/trace/define_trace.h:110: -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_transaction_commit’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_svcrdma_qp_error’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -56188,2 +99253,5 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -56190,0 +99259,9 @@ +../include/trace/events/rpcrdma.h:2148:1: note: in expansion of macro ‘TRACE_EVENT’ + 2148 | TRACE_EVENT(svcrdma_qp_error, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -56194,2 +99271,2 @@ -../include/trace/events/btrfs.h:182:1: note: in expansion of macro ‘TRACE_EVENT’ - 182 | TRACE_EVENT(btrfs_transaction_commit, +../include/trace/events/rpcrdma.h:2148:1: note: in expansion of macro ‘TRACE_EVENT’ + 2148 | TRACE_EVENT(svcrdma_qp_error, @@ -56197,5 +99274,28 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../include/trace/events/rpcrdma.h: In function ‘perf_trace_svcrdma_sendqueue_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:2175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2175 | DECLARE_EVENT_CLASS(svcrdma_sendqueue_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:2175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2175 | DECLARE_EVENT_CLASS(svcrdma_sendqueue_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_svcrdma_sq_post_err’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -56202,0 +99303,9 @@ +../include/trace/events/rpcrdma.h:2215:1: note: in expansion of macro ‘TRACE_EVENT’ + 2215 | TRACE_EVENT(svcrdma_sq_post_err, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -56206,2 +99315,2 @@ -../include/trace/events/btrfs.h:182:1: note: in expansion of macro ‘TRACE_EVENT’ - 182 | TRACE_EVENT(btrfs_transaction_commit, +../include/trace/events/rpcrdma.h:2215:1: note: in expansion of macro ‘TRACE_EVENT’ + 2215 | TRACE_EVENT(svcrdma_sq_post_err, @@ -56209,3 +99318,3 @@ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__inode’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../include/trace/events/rpcrdma.h: In function ‘perf_trace_rpcrdma_client_device_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -56213,5 +99322,5 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h:203:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 203 | DECLARE_EVENT_CLASS(btrfs__inode, +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:2246:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2246 | DECLARE_EVENT_CLASS(rpcrdma_client_device_class, @@ -56219,8 +99328,8 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h:203:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 203 | DECLARE_EVENT_CLASS(btrfs__inode, +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:2246:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2246 | DECLARE_EVENT_CLASS(rpcrdma_client_device_class, @@ -56228 +99337,2 @@ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_get_extent’: +In file included from ../include/trace/define_trace.h:110: +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_rpcrdma_simple_cid_class’: @@ -56235,9 +99345,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ - 32 | TRACE_EVENT(name, \ - | ^~~~~~~~~~~ -../include/trace/events/btrfs.h:280:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ - 280 | TRACE_EVENT_CONDITION(btrfs_get_extent, - | ^~~~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 25 | DECLARE_EVENT_CLASS(rpcrdma_simple_cid_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -56250,10 +99354,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ - 32 | TRACE_EVENT(name, \ - | ^~~~~~~~~~~ -../include/trace/events/btrfs.h:280:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ - 280 | TRACE_EVENT_CONDITION(btrfs_get_extent, - | ^~~~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_handle_em_exist’: +../include/trace/events/rpcrdma.h:25:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 25 | DECLARE_EVENT_CLASS(rpcrdma_simple_cid_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_rpcrdma_completion_class’: @@ -56266,6 +99364,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ - 316 | TRACE_EVENT(btrfs_handle_em_exist, - | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h:55:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 55 | DECLARE_EVENT_CLASS(rpcrdma_completion_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -56278,7 +99373,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ - 316 | TRACE_EVENT(btrfs_handle_em_exist, - | ^~~~~~~~~~~ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__file_extent_item_regular’: +../include/trace/events/rpcrdma.h:55:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 55 | DECLARE_EVENT_CLASS(rpcrdma_completion_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_rpcrdma_send_flush_class’: @@ -56291,2 +99383,2 @@ -../include/trace/events/btrfs.h:354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 354 | DECLARE_EVENT_CLASS(btrfs__file_extent_item_regular, +../include/trace/events/rpcrdma.h:95:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 95 | DECLARE_EVENT_CLASS(rpcrdma_send_flush_class, @@ -56300,2 +99392,2 @@ -../include/trace/events/btrfs.h:354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 354 | DECLARE_EVENT_CLASS(btrfs__file_extent_item_regular, +../include/trace/events/rpcrdma.h:95:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 95 | DECLARE_EVENT_CLASS(rpcrdma_send_flush_class, @@ -56303 +99395 @@ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__file_extent_item_inline’: +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_rpcrdma_mr_completion_class’: @@ -56310,2 +99402,2 @@ -../include/trace/events/btrfs.h:408:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 408 | DECLARE_EVENT_CLASS( +../include/trace/events/rpcrdma.h:132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 132 | DECLARE_EVENT_CLASS(rpcrdma_mr_completion_class, @@ -56319,2 +99411,2 @@ -../include/trace/events/btrfs.h:408:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 408 | DECLARE_EVENT_CLASS( +../include/trace/events/rpcrdma.h:132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 132 | DECLARE_EVENT_CLASS(rpcrdma_mr_completion_class, @@ -56322 +99414 @@ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__ordered_extent’: +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_rpcrdma_receive_completion_class’: @@ -56329,2 +99421,2 @@ -../include/trace/events/btrfs.h:498:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 498 | DECLARE_EVENT_CLASS(btrfs__ordered_extent, +../include/trace/events/rpcrdma.h:172:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 172 | DECLARE_EVENT_CLASS(rpcrdma_receive_completion_class, @@ -56338,2 +99430,2 @@ -../include/trace/events/btrfs.h:498:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 498 | DECLARE_EVENT_CLASS(btrfs__ordered_extent, +../include/trace/events/rpcrdma.h:172:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 172 | DECLARE_EVENT_CLASS(rpcrdma_receive_completion_class, @@ -56341 +99433 @@ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_finish_ordered_extent’: +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_rpcrdma_receive_success_class’: @@ -56348,6 +99440,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h:646:1: note: in expansion of macro ‘TRACE_EVENT’ - 646 | TRACE_EVENT(btrfs_finish_ordered_extent, - | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h:217:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 217 | DECLARE_EVENT_CLASS(rpcrdma_receive_success_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -56360,7 +99449,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h:646:1: note: in expansion of macro ‘TRACE_EVENT’ - 646 | TRACE_EVENT(btrfs_finish_ordered_extent, - | ^~~~~~~~~~~ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__writepage’: +../include/trace/events/rpcrdma.h:217:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 217 | DECLARE_EVENT_CLASS(rpcrdma_receive_success_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_rpcrdma_receive_flush_class’: @@ -56373,2 +99459,2 @@ -../include/trace/events/btrfs.h:675:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 675 | DECLARE_EVENT_CLASS(btrfs__writepage, +../include/trace/events/rpcrdma.h:251:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 251 | DECLARE_EVENT_CLASS(rpcrdma_receive_flush_class, @@ -56382,2 +99468,2 @@ -../include/trace/events/btrfs.h:675:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 675 | DECLARE_EVENT_CLASS(btrfs__writepage, +../include/trace/events/rpcrdma.h:251:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 251 | DECLARE_EVENT_CLASS(rpcrdma_receive_flush_class, @@ -56385 +99471 @@ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_writepage_end_io_hook’: +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_reply_class’: @@ -56392,6 +99478,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h:732:1: note: in expansion of macro ‘TRACE_EVENT’ - 732 | TRACE_EVENT(btrfs_writepage_end_io_hook, - | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h:288:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 288 | DECLARE_EVENT_CLASS(xprtrdma_reply_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -56404,7 +99487,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h:732:1: note: in expansion of macro ‘TRACE_EVENT’ - 732 | TRACE_EVENT(btrfs_writepage_end_io_hook, - | ^~~~~~~~~~~ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_sync_file’: +../include/trace/events/rpcrdma.h:288:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 288 | DECLARE_EVENT_CLASS(xprtrdma_reply_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_rxprt’: @@ -56417,6 +99497,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h:761:1: note: in expansion of macro ‘TRACE_EVENT’ - 761 | TRACE_EVENT(btrfs_sync_file, - | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h:325:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 325 | DECLARE_EVENT_CLASS(xprtrdma_rxprt, + | ^~~~~~~~~~~~~~~~~~~ @@ -56429,7 +99506,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h:761:1: note: in expansion of macro ‘TRACE_EVENT’ - 761 | TRACE_EVENT(btrfs_sync_file, - | ^~~~~~~~~~~ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_sync_fs’: +../include/trace/events/rpcrdma.h:325:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 325 | DECLARE_EVENT_CLASS(xprtrdma_rxprt, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_connect_class’: @@ -56442,6 +99516,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h:793:1: note: in expansion of macro ‘TRACE_EVENT’ - 793 | TRACE_EVENT(btrfs_sync_fs, - | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h:354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 354 | DECLARE_EVENT_CLASS(xprtrdma_connect_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -56454,7 +99525,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h:793:1: note: in expansion of macro ‘TRACE_EVENT’ - 793 | TRACE_EVENT(btrfs_sync_fs, - | ^~~~~~~~~~~ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_add_block_group’: +../include/trace/events/rpcrdma.h:354:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 354 | DECLARE_EVENT_CLASS(xprtrdma_connect_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_rdch_event’: @@ -56467,6 +99535,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ - 810 | TRACE_EVENT(btrfs_add_block_group, - | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h:390:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 390 | DECLARE_EVENT_CLASS(xprtrdma_rdch_event, + | ^~~~~~~~~~~~~~~~~~~ @@ -56479,7 +99544,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h:810:1: note: in expansion of macro ‘TRACE_EVENT’ - 810 | TRACE_EVENT(btrfs_add_block_group, - | ^~~~~~~~~~~ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_delayed_tree_ref’: +../include/trace/events/rpcrdma.h:390:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 390 | DECLARE_EVENT_CLASS(xprtrdma_rdch_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_wrch_event’: @@ -56492,2 +99554,2 @@ -../include/trace/events/btrfs.h:855:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 855 | DECLARE_EVENT_CLASS(btrfs_delayed_tree_ref, +../include/trace/events/rpcrdma.h:441:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 441 | DECLARE_EVENT_CLASS(xprtrdma_wrch_event, @@ -56501,2 +99563,2 @@ -../include/trace/events/btrfs.h:855:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 855 | DECLARE_EVENT_CLASS(btrfs_delayed_tree_ref, +../include/trace/events/rpcrdma.h:441:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 441 | DECLARE_EVENT_CLASS(xprtrdma_wrch_event, @@ -56504 +99566 @@ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_delayed_data_ref’: +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_mr_class’: @@ -56511,2 +99573,2 @@ -../include/trace/events/btrfs.h:912:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 912 | DECLARE_EVENT_CLASS(btrfs_delayed_data_ref, +../include/trace/events/rpcrdma.h:500:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 500 | DECLARE_EVENT_CLASS(xprtrdma_mr_class, @@ -56520,2 +99582,2 @@ -../include/trace/events/btrfs.h:912:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 912 | DECLARE_EVENT_CLASS(btrfs_delayed_data_ref, +../include/trace/events/rpcrdma.h:500:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 500 | DECLARE_EVENT_CLASS(xprtrdma_mr_class, @@ -56523 +99585 @@ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_delayed_ref_head’: +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_anonymous_mr_class’: @@ -56530,2 +99592,2 @@ -../include/trace/events/btrfs.h:973:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 973 | DECLARE_EVENT_CLASS(btrfs_delayed_ref_head, +../include/trace/events/rpcrdma.h:555:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 555 | DECLARE_EVENT_CLASS(xprtrdma_anonymous_mr_class, @@ -56539,2 +99601,2 @@ -../include/trace/events/btrfs.h:973:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 973 | DECLARE_EVENT_CLASS(btrfs_delayed_ref_head, +../include/trace/events/rpcrdma.h:555:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 555 | DECLARE_EVENT_CLASS(xprtrdma_anonymous_mr_class, @@ -56542 +99604 @@ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__chunk’: +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_callback_class’: @@ -56549,2 +99611,2 @@ -../include/trace/events/btrfs.h:1032:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1032 | DECLARE_EVENT_CLASS(btrfs__chunk, +../include/trace/events/rpcrdma.h:595:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 595 | DECLARE_EVENT_CLASS(xprtrdma_callback_class, @@ -56558,2 +99620,2 @@ -../include/trace/events/btrfs.h:1032:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1032 | DECLARE_EVENT_CLASS(btrfs__chunk, +../include/trace/events/rpcrdma.h:595:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 595 | DECLARE_EVENT_CLASS(xprtrdma_callback_class, @@ -56561 +99623 @@ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_cow_block’: +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_inline_thresh’: @@ -56571,2 +99633,2 @@ -../include/trace/events/btrfs.h:1082:1: note: in expansion of macro ‘TRACE_EVENT’ - 1082 | TRACE_EVENT(btrfs_cow_block, +../include/trace/events/rpcrdma.h:633:1: note: in expansion of macro ‘TRACE_EVENT’ + 633 | TRACE_EVENT(xprtrdma_inline_thresh, @@ -56583,2 +99645,2 @@ -../include/trace/events/btrfs.h:1082:1: note: in expansion of macro ‘TRACE_EVENT’ - 1082 | TRACE_EVENT(btrfs_cow_block, +../include/trace/events/rpcrdma.h:633:1: note: in expansion of macro ‘TRACE_EVENT’ + 633 | TRACE_EVENT(xprtrdma_inline_thresh, @@ -56586 +99648 @@ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_space_reservation’: +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_device_removal’: @@ -56596,2 +99658,2 @@ -../include/trace/events/btrfs.h:1117:1: note: in expansion of macro ‘TRACE_EVENT’ - 1117 | TRACE_EVENT(btrfs_space_reservation, +../include/trace/events/rpcrdma.h:672:1: note: in expansion of macro ‘TRACE_EVENT’ + 672 | TRACE_EVENT(xprtrdma_device_removal, @@ -56608,2 +99670,2 @@ -../include/trace/events/btrfs.h:1117:1: note: in expansion of macro ‘TRACE_EVENT’ - 1117 | TRACE_EVENT(btrfs_space_reservation, +../include/trace/events/rpcrdma.h:672:1: note: in expansion of macro ‘TRACE_EVENT’ + 672 | TRACE_EVENT(xprtrdma_device_removal, @@ -56611 +99673 @@ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_trigger_flush’: +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_op_connect’: @@ -56621,2 +99683,2 @@ -../include/trace/events/btrfs.h:1143:1: note: in expansion of macro ‘TRACE_EVENT’ - 1143 | TRACE_EVENT(btrfs_trigger_flush, +../include/trace/events/rpcrdma.h:697:1: note: in expansion of macro ‘TRACE_EVENT’ + 697 | TRACE_EVENT(xprtrdma_op_connect, @@ -56633,2 +99695,2 @@ -../include/trace/events/btrfs.h:1143:1: note: in expansion of macro ‘TRACE_EVENT’ - 1143 | TRACE_EVENT(btrfs_trigger_flush, +../include/trace/events/rpcrdma.h:697:1: note: in expansion of macro ‘TRACE_EVENT’ + 697 | TRACE_EVENT(xprtrdma_op_connect, @@ -56636 +99698 @@ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_flush_space’: +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_op_set_cto’: @@ -56646,2 +99708,2 @@ -../include/trace/events/btrfs.h:1174:1: note: in expansion of macro ‘TRACE_EVENT’ - 1174 | TRACE_EVENT(btrfs_flush_space, +../include/trace/events/rpcrdma.h:723:1: note: in expansion of macro ‘TRACE_EVENT’ + 723 | TRACE_EVENT(xprtrdma_op_set_cto, @@ -56658,2 +99720,2 @@ -../include/trace/events/btrfs.h:1174:1: note: in expansion of macro ‘TRACE_EVENT’ - 1174 | TRACE_EVENT(btrfs_flush_space, +../include/trace/events/rpcrdma.h:723:1: note: in expansion of macro ‘TRACE_EVENT’ + 723 | TRACE_EVENT(xprtrdma_op_set_cto, @@ -56661 +99723 @@ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__reserved_extent’: +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_createmrs’: @@ -56668,3 +99730,6 @@ -../include/trace/events/btrfs.h:1206:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1206 | DECLARE_EVENT_CLASS(btrfs__reserved_extent, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:756:1: note: in expansion of macro ‘TRACE_EVENT’ + 756 | TRACE_EVENT(xprtrdma_createmrs, + | ^~~~~~~~~~~ @@ -56677,4 +99742,7 @@ -../include/trace/events/btrfs.h:1206:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1206 | DECLARE_EVENT_CLASS(btrfs__reserved_extent, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_find_free_extent’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:756:1: note: in expansion of macro ‘TRACE_EVENT’ + 756 | TRACE_EVENT(xprtrdma_createmrs, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_nomrs_err’: @@ -56690,2 +99758,2 @@ -../include/trace/events/btrfs.h:1242:1: note: in expansion of macro ‘TRACE_EVENT’ - 1242 | TRACE_EVENT(find_free_extent, +../include/trace/events/rpcrdma.h:781:1: note: in expansion of macro ‘TRACE_EVENT’ + 781 | TRACE_EVENT(xprtrdma_nomrs_err, @@ -56702,2 +99770,2 @@ -../include/trace/events/btrfs.h:1242:1: note: in expansion of macro ‘TRACE_EVENT’ - 1242 | TRACE_EVENT(find_free_extent, +../include/trace/events/rpcrdma.h:781:1: note: in expansion of macro ‘TRACE_EVENT’ + 781 | TRACE_EVENT(xprtrdma_nomrs_err, @@ -56705 +99773 @@ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_find_free_extent_search_loop’: +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_marshal’: @@ -56715,2 +99783,2 @@ -../include/trace/events/btrfs.h:1270:1: note: in expansion of macro ‘TRACE_EVENT’ - 1270 | TRACE_EVENT(find_free_extent_search_loop, +../include/trace/events/rpcrdma.h:834:1: note: in expansion of macro ‘TRACE_EVENT’ + 834 | TRACE_EVENT(xprtrdma_marshal, @@ -56727,2 +99795,2 @@ -../include/trace/events/btrfs.h:1270:1: note: in expansion of macro ‘TRACE_EVENT’ - 1270 | TRACE_EVENT(find_free_extent_search_loop, +../include/trace/events/rpcrdma.h:834:1: note: in expansion of macro ‘TRACE_EVENT’ + 834 | TRACE_EVENT(xprtrdma_marshal, @@ -56730 +99798 @@ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_find_free_extent_have_block_group’: +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_marshal_failed’: @@ -56740,2 +99808,2 @@ -../include/trace/events/btrfs.h:1300:1: note: in expansion of macro ‘TRACE_EVENT’ - 1300 | TRACE_EVENT(find_free_extent_have_block_group, +../include/trace/events/rpcrdma.h:879:1: note: in expansion of macro ‘TRACE_EVENT’ + 879 | TRACE_EVENT(xprtrdma_marshal_failed, @@ -56752,2 +99820,2 @@ -../include/trace/events/btrfs.h:1300:1: note: in expansion of macro ‘TRACE_EVENT’ - 1300 | TRACE_EVENT(find_free_extent_have_block_group, +../include/trace/events/rpcrdma.h:879:1: note: in expansion of macro ‘TRACE_EVENT’ + 879 | TRACE_EVENT(xprtrdma_marshal_failed, @@ -56755 +99823 @@ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__reserve_extent’: +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_prepsend_failed’: @@ -56762,3 +99830,6 @@ -../include/trace/events/btrfs.h:1341:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1341 | DECLARE_EVENT_CLASS(btrfs__reserve_extent, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:906:1: note: in expansion of macro ‘TRACE_EVENT’ + 906 | TRACE_EVENT(xprtrdma_prepsend_failed, + | ^~~~~~~~~~~ @@ -56771,4 +99842,7 @@ -../include/trace/events/btrfs.h:1341:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1341 | DECLARE_EVENT_CLASS(btrfs__reserve_extent, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_find_cluster’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:906:1: note: in expansion of macro ‘TRACE_EVENT’ + 906 | TRACE_EVENT(xprtrdma_prepsend_failed, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_post_send’: @@ -56784,2 +99858,2 @@ -../include/trace/events/btrfs.h:1396:1: note: in expansion of macro ‘TRACE_EVENT’ - 1396 | TRACE_EVENT(btrfs_find_cluster, +../include/trace/events/rpcrdma.h:933:1: note: in expansion of macro ‘TRACE_EVENT’ + 933 | TRACE_EVENT(xprtrdma_post_send, @@ -56796,2 +99870,2 @@ -../include/trace/events/btrfs.h:1396:1: note: in expansion of macro ‘TRACE_EVENT’ - 1396 | TRACE_EVENT(btrfs_find_cluster, +../include/trace/events/rpcrdma.h:933:1: note: in expansion of macro ‘TRACE_EVENT’ + 933 | TRACE_EVENT(xprtrdma_post_send, @@ -56799 +99873 @@ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_failed_cluster_setup’: +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_post_send_err’: @@ -56809,2 +99883,2 @@ -../include/trace/events/btrfs.h:1429:1: note: in expansion of macro ‘TRACE_EVENT’ - 1429 | TRACE_EVENT(btrfs_failed_cluster_setup, +../include/trace/events/rpcrdma.h:970:1: note: in expansion of macro ‘TRACE_EVENT’ + 970 | TRACE_EVENT(xprtrdma_post_send_err, @@ -56821,2 +99895,2 @@ -../include/trace/events/btrfs.h:1429:1: note: in expansion of macro ‘TRACE_EVENT’ - 1429 | TRACE_EVENT(btrfs_failed_cluster_setup, +../include/trace/events/rpcrdma.h:970:1: note: in expansion of macro ‘TRACE_EVENT’ + 970 | TRACE_EVENT(xprtrdma_post_send_err, @@ -56824 +99898 @@ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_setup_cluster’: +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_post_recvs’: @@ -56834,2 +99908,2 @@ -../include/trace/events/btrfs.h:1446:1: note: in expansion of macro ‘TRACE_EVENT’ - 1446 | TRACE_EVENT(btrfs_setup_cluster, +../include/trace/events/rpcrdma.h:1005:1: note: in expansion of macro ‘TRACE_EVENT’ + 1005 | TRACE_EVENT(xprtrdma_post_recvs, @@ -56846,2 +99920,2 @@ -../include/trace/events/btrfs.h:1446:1: note: in expansion of macro ‘TRACE_EVENT’ - 1446 | TRACE_EVENT(btrfs_setup_cluster, +../include/trace/events/rpcrdma.h:1005:1: note: in expansion of macro ‘TRACE_EVENT’ + 1005 | TRACE_EVENT(xprtrdma_post_recvs, @@ -56849 +99923 @@ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_alloc_extent_state’: +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_post_recvs_err’: @@ -56859,2 +99933,2 @@ -../include/trace/events/btrfs.h:1482:1: note: in expansion of macro ‘TRACE_EVENT’ - 1482 | TRACE_EVENT(alloc_extent_state, +../include/trace/events/rpcrdma.h:1037:1: note: in expansion of macro ‘TRACE_EVENT’ + 1037 | TRACE_EVENT(xprtrdma_post_recvs_err, @@ -56871,2 +99945,2 @@ -../include/trace/events/btrfs.h:1482:1: note: in expansion of macro ‘TRACE_EVENT’ - 1482 | TRACE_EVENT(alloc_extent_state, +../include/trace/events/rpcrdma.h:1037:1: note: in expansion of macro ‘TRACE_EVENT’ + 1037 | TRACE_EVENT(xprtrdma_post_recvs_err, @@ -56874 +99948 @@ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_free_extent_state’: +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_post_linv_err’: @@ -56884,2 +99958,2 @@ -../include/trace/events/btrfs.h:1505:1: note: in expansion of macro ‘TRACE_EVENT’ - 1505 | TRACE_EVENT(free_extent_state, +../include/trace/events/rpcrdma.h:1067:1: note: in expansion of macro ‘TRACE_EVENT’ + 1067 | TRACE_EVENT(xprtrdma_post_linv_err, @@ -56896,2 +99970,2 @@ -../include/trace/events/btrfs.h:1505:1: note: in expansion of macro ‘TRACE_EVENT’ - 1505 | TRACE_EVENT(free_extent_state, +../include/trace/events/rpcrdma.h:1067:1: note: in expansion of macro ‘TRACE_EVENT’ + 1067 | TRACE_EVENT(xprtrdma_post_linv_err, @@ -56899 +99973 @@ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__work’: +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_frwr_alloc’: @@ -56906,3 +99980,6 @@ -../include/trace/events/btrfs.h:1524:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1524 | DECLARE_EVENT_CLASS(btrfs__work, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1106:1: note: in expansion of macro ‘TRACE_EVENT’ + 1106 | TRACE_EVENT(xprtrdma_frwr_alloc, + | ^~~~~~~~~~~ @@ -56915,4 +99992,7 @@ -../include/trace/events/btrfs.h:1524:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1524 | DECLARE_EVENT_CLASS(btrfs__work, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__work__done’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1106:1: note: in expansion of macro ‘TRACE_EVENT’ + 1106 | TRACE_EVENT(xprtrdma_frwr_alloc, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_frwr_dereg’: @@ -56925,3 +100005,6 @@ -../include/trace/events/btrfs.h:1556:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1556 | DECLARE_EVENT_CLASS(btrfs__work__done, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1129:1: note: in expansion of macro ‘TRACE_EVENT’ + 1129 | TRACE_EVENT(xprtrdma_frwr_dereg, + | ^~~~~~~~~~~ @@ -56934,4 +100017,7 @@ -../include/trace/events/btrfs.h:1556:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1556 | DECLARE_EVENT_CLASS(btrfs__work__done, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_workqueue’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1129:1: note: in expansion of macro ‘TRACE_EVENT’ + 1129 | TRACE_EVENT(xprtrdma_frwr_dereg, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_frwr_sgerr’: @@ -56944,3 +100030,6 @@ -../include/trace/events/btrfs.h:1601:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1601 | DECLARE_EVENT_CLASS(btrfs_workqueue, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1165:1: note: in expansion of macro ‘TRACE_EVENT’ + 1165 | TRACE_EVENT(xprtrdma_frwr_sgerr, + | ^~~~~~~~~~~ @@ -56953,4 +100042,7 @@ -../include/trace/events/btrfs.h:1601:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1601 | DECLARE_EVENT_CLASS(btrfs_workqueue, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_workqueue_done’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1165:1: note: in expansion of macro ‘TRACE_EVENT’ + 1165 | TRACE_EVENT(xprtrdma_frwr_sgerr, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_frwr_maperr’: @@ -56963,3 +100055,6 @@ -../include/trace/events/btrfs.h:1628:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1628 | DECLARE_EVENT_CLASS(btrfs_workqueue_done, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1194:1: note: in expansion of macro ‘TRACE_EVENT’ + 1194 | TRACE_EVENT(xprtrdma_frwr_maperr, + | ^~~~~~~~~~~ @@ -56972,4 +100067,7 @@ -../include/trace/events/btrfs.h:1628:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1628 | DECLARE_EVENT_CLASS(btrfs_workqueue_done, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__qgroup_rsv_data’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1194:1: note: in expansion of macro ‘TRACE_EVENT’ + 1194 | TRACE_EVENT(xprtrdma_frwr_maperr, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_dma_maperr’: @@ -56982,3 +100080,6 @@ -../include/trace/events/btrfs.h:1657:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1657 | DECLARE_EVENT_CLASS(btrfs__qgroup_rsv_data, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1232:1: note: in expansion of macro ‘TRACE_EVENT’ + 1232 | TRACE_EVENT(xprtrdma_dma_maperr, + | ^~~~~~~~~~~ @@ -56991,4 +100092,7 @@ -../include/trace/events/btrfs.h:1657:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1657 | DECLARE_EVENT_CLASS(btrfs__qgroup_rsv_data, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_qgroup_extent’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1232:1: note: in expansion of macro ‘TRACE_EVENT’ + 1232 | TRACE_EVENT(xprtrdma_dma_maperr, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_reply’: @@ -57001,3 +100105,6 @@ -../include/trace/events/btrfs.h:1707:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1707 | DECLARE_EVENT_CLASS(btrfs_qgroup_extent, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1254:1: note: in expansion of macro ‘TRACE_EVENT’ + 1254 | TRACE_EVENT(xprtrdma_reply, + | ^~~~~~~~~~~ @@ -57010,4 +100117,7 @@ -../include/trace/events/btrfs.h:1707:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1707 | DECLARE_EVENT_CLASS(btrfs_qgroup_extent, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_qgroup_num_dirty_extents’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1254:1: note: in expansion of macro ‘TRACE_EVENT’ + 1254 | TRACE_EVENT(xprtrdma_reply, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_err_vers’: @@ -57023,2 +100133,2 @@ -../include/trace/events/btrfs.h:1743:1: note: in expansion of macro ‘TRACE_EVENT’ - 1743 | TRACE_EVENT(qgroup_num_dirty_extents, +../include/trace/events/rpcrdma.h:1288:1: note: in expansion of macro ‘TRACE_EVENT’ + 1288 | TRACE_EVENT(xprtrdma_err_vers, @@ -57035,2 +100145,2 @@ -../include/trace/events/btrfs.h:1743:1: note: in expansion of macro ‘TRACE_EVENT’ - 1743 | TRACE_EVENT(qgroup_num_dirty_extents, +../include/trace/events/rpcrdma.h:1288:1: note: in expansion of macro ‘TRACE_EVENT’ + 1288 | TRACE_EVENT(xprtrdma_err_vers, @@ -57038 +100148 @@ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_qgroup_account_extent’: +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_err_chunk’: @@ -57048,2 +100158,2 @@ -../include/trace/events/btrfs.h:1764:1: note: in expansion of macro ‘TRACE_EVENT’ - 1764 | TRACE_EVENT(btrfs_qgroup_account_extent, +../include/trace/events/rpcrdma.h:1319:1: note: in expansion of macro ‘TRACE_EVENT’ + 1319 | TRACE_EVENT(xprtrdma_err_chunk, @@ -57060,2 +100170,2 @@ -../include/trace/events/btrfs.h:1764:1: note: in expansion of macro ‘TRACE_EVENT’ - 1764 | TRACE_EVENT(btrfs_qgroup_account_extent, +../include/trace/events/rpcrdma.h:1319:1: note: in expansion of macro ‘TRACE_EVENT’ + 1319 | TRACE_EVENT(xprtrdma_err_chunk, @@ -57063 +100173 @@ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_qgroup_update_counters’: +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_err_unrecognized’: @@ -57073,2 +100183,2 @@ -../include/trace/events/btrfs.h:1797:1: note: in expansion of macro ‘TRACE_EVENT’ - 1797 | TRACE_EVENT(qgroup_update_counters, +../include/trace/events/rpcrdma.h:1343:1: note: in expansion of macro ‘TRACE_EVENT’ + 1343 | TRACE_EVENT(xprtrdma_err_unrecognized, @@ -57085,2 +100195,2 @@ -../include/trace/events/btrfs.h:1797:1: note: in expansion of macro ‘TRACE_EVENT’ - 1797 | TRACE_EVENT(qgroup_update_counters, +../include/trace/events/rpcrdma.h:1343:1: note: in expansion of macro ‘TRACE_EVENT’ + 1343 | TRACE_EVENT(xprtrdma_err_unrecognized, @@ -57088 +100198 @@ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_qgroup_update_reserve’: +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_fixup’: @@ -57098,2 +100208,2 @@ -../include/trace/events/btrfs.h:1826:1: note: in expansion of macro ‘TRACE_EVENT’ - 1826 | TRACE_EVENT(qgroup_update_reserve, +../include/trace/events/rpcrdma.h:1370:1: note: in expansion of macro ‘TRACE_EVENT’ + 1370 | TRACE_EVENT(xprtrdma_fixup, @@ -57110,2 +100220,2 @@ -../include/trace/events/btrfs.h:1826:1: note: in expansion of macro ‘TRACE_EVENT’ - 1826 | TRACE_EVENT(qgroup_update_reserve, +../include/trace/events/rpcrdma.h:1370:1: note: in expansion of macro ‘TRACE_EVENT’ + 1370 | TRACE_EVENT(xprtrdma_fixup, @@ -57113 +100223 @@ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_qgroup_meta_reserve’: +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_decode_seg’: @@ -57123,2 +100233,2 @@ -../include/trace/events/btrfs.h:1852:1: note: in expansion of macro ‘TRACE_EVENT’ - 1852 | TRACE_EVENT(qgroup_meta_reserve, +../include/trace/events/rpcrdma.h:1402:1: note: in expansion of macro ‘TRACE_EVENT’ + 1402 | TRACE_EVENT(xprtrdma_decode_seg, @@ -57135,2 +100245,2 @@ -../include/trace/events/btrfs.h:1852:1: note: in expansion of macro ‘TRACE_EVENT’ - 1852 | TRACE_EVENT(qgroup_meta_reserve, +../include/trace/events/rpcrdma.h:1402:1: note: in expansion of macro ‘TRACE_EVENT’ + 1402 | TRACE_EVENT(xprtrdma_decode_seg, @@ -57138 +100248 @@ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_qgroup_meta_convert’: +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_mrs_zap’: @@ -57148,2 +100258,2 @@ -../include/trace/events/btrfs.h:1875:1: note: in expansion of macro ‘TRACE_EVENT’ - 1875 | TRACE_EVENT(qgroup_meta_convert, +../include/trace/events/rpcrdma.h:1429:1: note: in expansion of macro ‘TRACE_EVENT’ + 1429 | TRACE_EVENT(xprtrdma_mrs_zap, @@ -57160,2 +100270,2 @@ -../include/trace/events/btrfs.h:1875:1: note: in expansion of macro ‘TRACE_EVENT’ - 1875 | TRACE_EVENT(qgroup_meta_convert, +../include/trace/events/rpcrdma.h:1429:1: note: in expansion of macro ‘TRACE_EVENT’ + 1429 | TRACE_EVENT(xprtrdma_mrs_zap, @@ -57163 +100273 @@ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_qgroup_meta_free_all_pertrans’: +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_xprtrdma_cb_setup’: @@ -57173,2 +100283,2 @@ -../include/trace/events/btrfs.h:1898:1: note: in expansion of macro ‘TRACE_EVENT’ - 1898 | TRACE_EVENT(qgroup_meta_free_all_pertrans, +../include/trace/events/rpcrdma.h:1455:1: note: in expansion of macro ‘TRACE_EVENT’ + 1455 | TRACE_EVENT(xprtrdma_cb_setup, @@ -57185,2 +100295,2 @@ -../include/trace/events/btrfs.h:1898:1: note: in expansion of macro ‘TRACE_EVENT’ - 1898 | TRACE_EVENT(qgroup_meta_free_all_pertrans, +../include/trace/events/rpcrdma.h:1455:1: note: in expansion of macro ‘TRACE_EVENT’ + 1455 | TRACE_EVENT(xprtrdma_cb_setup, @@ -57188 +100298 @@ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__prelim_ref’: +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_svcrdma_accept_class’: @@ -57195,2 +100305,2 @@ -../include/trace/events/btrfs.h:1923:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1923 | DECLARE_EVENT_CLASS(btrfs__prelim_ref, +../include/trace/events/rpcrdma.h:1487:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1487 | DECLARE_EVENT_CLASS(svcrdma_accept_class, @@ -57204,2 +100314,2 @@ -../include/trace/events/btrfs.h:1923:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1923 | DECLARE_EVENT_CLASS(btrfs__prelim_ref, +../include/trace/events/rpcrdma.h:1487:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1487 | DECLARE_EVENT_CLASS(svcrdma_accept_class, @@ -57207 +100317 @@ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_inode_mod_outstanding_extents’: +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_svcrdma_decode_rqst’: @@ -57217,2 +100327,2 @@ -../include/trace/events/btrfs.h:1980:1: note: in expansion of macro ‘TRACE_EVENT’ - 1980 | TRACE_EVENT(btrfs_inode_mod_outstanding_extents, +../include/trace/events/rpcrdma.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ + 1538 | TRACE_EVENT(svcrdma_decode_rqst, @@ -57229,2 +100339,2 @@ -../include/trace/events/btrfs.h:1980:1: note: in expansion of macro ‘TRACE_EVENT’ - 1980 | TRACE_EVENT(btrfs_inode_mod_outstanding_extents, +../include/trace/events/rpcrdma.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ + 1538 | TRACE_EVENT(svcrdma_decode_rqst, @@ -57232 +100342 @@ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__block_group’: +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_svcrdma_decode_short_err’: @@ -57239,2 +100349,27 @@ -../include/trace/events/btrfs.h:2004:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2004 | DECLARE_EVENT_CLASS(btrfs__block_group, +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1573:1: note: in expansion of macro ‘TRACE_EVENT’ + 1573 | TRACE_EVENT(svcrdma_decode_short_err, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1573:1: note: in expansion of macro ‘TRACE_EVENT’ + 1573 | TRACE_EVENT(svcrdma_decode_short_err, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_svcrdma_badreq_event’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1598:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1598 | DECLARE_EVENT_CLASS(svcrdma_badreq_event, @@ -57248,2 +100383,2 @@ -../include/trace/events/btrfs.h:2004:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2004 | DECLARE_EVENT_CLASS(btrfs__block_group, +../include/trace/events/rpcrdma.h:1598:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1598 | DECLARE_EVENT_CLASS(svcrdma_badreq_event, @@ -57251 +100386 @@ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_set_extent_bit’: +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_svcrdma_encode_wseg’: @@ -57261,2 +100396,2 @@ -../include/trace/events/btrfs.h:2058:1: note: in expansion of macro ‘TRACE_EVENT’ - 2058 | TRACE_EVENT(btrfs_set_extent_bit, +../include/trace/events/rpcrdma.h:1643:1: note: in expansion of macro ‘TRACE_EVENT’ + 1643 | TRACE_EVENT(svcrdma_encode_wseg, @@ -57273,2 +100408,2 @@ -../include/trace/events/btrfs.h:2058:1: note: in expansion of macro ‘TRACE_EVENT’ - 2058 | TRACE_EVENT(btrfs_set_extent_bit, +../include/trace/events/rpcrdma.h:1643:1: note: in expansion of macro ‘TRACE_EVENT’ + 1643 | TRACE_EVENT(svcrdma_encode_wseg, @@ -57276 +100411 @@ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_clear_extent_bit’: +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_svcrdma_decode_rseg’: @@ -57286,2 +100421,2 @@ -../include/trace/events/btrfs.h:2091:1: note: in expansion of macro ‘TRACE_EVENT’ - 2091 | TRACE_EVENT(btrfs_clear_extent_bit, +../include/trace/events/rpcrdma.h:1679:1: note: in expansion of macro ‘TRACE_EVENT’ + 1679 | TRACE_EVENT(svcrdma_decode_rseg, @@ -57298,2 +100433,2 @@ -../include/trace/events/btrfs.h:2091:1: note: in expansion of macro ‘TRACE_EVENT’ - 2091 | TRACE_EVENT(btrfs_clear_extent_bit, +../include/trace/events/rpcrdma.h:1679:1: note: in expansion of macro ‘TRACE_EVENT’ + 1679 | TRACE_EVENT(svcrdma_decode_rseg, @@ -57301 +100436 @@ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_convert_extent_bit’: +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_svcrdma_decode_wseg’: @@ -57311,2 +100446,2 @@ -../include/trace/events/btrfs.h:2124:1: note: in expansion of macro ‘TRACE_EVENT’ - 2124 | TRACE_EVENT(btrfs_convert_extent_bit, +../include/trace/events/rpcrdma.h:1715:1: note: in expansion of macro ‘TRACE_EVENT’ + 1715 | TRACE_EVENT(svcrdma_decode_wseg, @@ -57323,2 +100458,2 @@ -../include/trace/events/btrfs.h:2124:1: note: in expansion of macro ‘TRACE_EVENT’ - 2124 | TRACE_EVENT(btrfs_convert_extent_bit, +../include/trace/events/rpcrdma.h:1715:1: note: in expansion of macro ‘TRACE_EVENT’ + 1715 | TRACE_EVENT(svcrdma_decode_wseg, @@ -57326 +100461 @@ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_dump_space_info’: +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_svcrdma_error_event’: @@ -57333,2 +100468,2 @@ -../include/trace/events/btrfs.h:2160:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2160 | DECLARE_EVENT_CLASS(btrfs_dump_space_info, +../include/trace/events/rpcrdma.h:1752:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1752 | DECLARE_EVENT_CLASS(svcrdma_error_event, @@ -57342,2 +100477,2 @@ -../include/trace/events/btrfs.h:2160:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2160 | DECLARE_EVENT_CLASS(btrfs_dump_space_info, +../include/trace/events/rpcrdma.h:1752:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1752 | DECLARE_EVENT_CLASS(svcrdma_error_event, @@ -57345 +100480 @@ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_reserve_ticket’: +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_svcrdma_dma_map_class’: @@ -57352,6 +100487,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h:2234:1: note: in expansion of macro ‘TRACE_EVENT’ - 2234 | TRACE_EVENT(btrfs_reserve_ticket, - | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1786:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1786 | DECLARE_EVENT_CLASS(svcrdma_dma_map_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -57364,7 +100496,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h:2234:1: note: in expansion of macro ‘TRACE_EVENT’ - 2234 | TRACE_EVENT(btrfs_reserve_ticket, - | ^~~~~~~~~~~ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_sleep_tree_lock’: +../include/trace/events/rpcrdma.h:1786:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1786 | DECLARE_EVENT_CLASS(svcrdma_dma_map_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_svcrdma_dma_map_rw_err’: @@ -57377,3 +100506,6 @@ -../include/trace/events/btrfs.h:2263:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2263 | DECLARE_EVENT_CLASS(btrfs_sleep_tree_lock, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1829:1: note: in expansion of macro ‘TRACE_EVENT’ + 1829 | TRACE_EVENT(svcrdma_dma_map_rw_err, + | ^~~~~~~~~~~ @@ -57386,4 +100518,7 @@ -../include/trace/events/btrfs.h:2263:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2263 | DECLARE_EVENT_CLASS(btrfs_sleep_tree_lock, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_locking_events’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1829:1: note: in expansion of macro ‘TRACE_EVENT’ + 1829 | TRACE_EVENT(svcrdma_dma_map_rw_err, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_svcrdma_rwctx_empty’: @@ -57396,3 +100531,6 @@ -../include/trace/events/btrfs.h:2307:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2307 | DECLARE_EVENT_CLASS(btrfs_locking_events, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1862:1: note: in expansion of macro ‘TRACE_EVENT’ + 1862 | TRACE_EVENT(svcrdma_rwctx_empty, + | ^~~~~~~~~~~ @@ -57405,4 +100543,7 @@ -../include/trace/events/btrfs.h:2307:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2307 | DECLARE_EVENT_CLASS(btrfs_locking_events, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs__space_info_update’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1862:1: note: in expansion of macro ‘TRACE_EVENT’ + 1862 | TRACE_EVENT(svcrdma_rwctx_empty, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_svcrdma_page_overrun_err’: @@ -57415,3 +100556,6 @@ -../include/trace/events/btrfs.h:2347:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2347 | DECLARE_EVENT_CLASS(btrfs__space_info_update, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1885:1: note: in expansion of macro ‘TRACE_EVENT’ + 1885 | TRACE_EVENT(svcrdma_page_overrun_err, + | ^~~~~~~~~~~ @@ -57424,4 +100568,7 @@ -../include/trace/events/btrfs.h:2347:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2347 | DECLARE_EVENT_CLASS(btrfs__space_info_update, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_raid56_bio’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1885:1: note: in expansion of macro ‘TRACE_EVENT’ + 1885 | TRACE_EVENT(svcrdma_page_overrun_err, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_svcrdma_small_wrch_err’: @@ -57434,3 +100581,6 @@ -../include/trace/events/btrfs.h:2394:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2394 | DECLARE_EVENT_CLASS(btrfs_raid56_bio, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1911:1: note: in expansion of macro ‘TRACE_EVENT’ + 1911 | TRACE_EVENT(svcrdma_small_wrch_err, + | ^~~~~~~~~~~ @@ -57443,4 +100593,7 @@ -../include/trace/events/btrfs.h:2394:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2394 | DECLARE_EVENT_CLASS(btrfs_raid56_bio, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_insert_one_raid_extent’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:1911:1: note: in expansion of macro ‘TRACE_EVENT’ + 1911 | TRACE_EVENT(svcrdma_small_wrch_err, + | ^~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_svcrdma_send_pullup’: @@ -57456,2 +100609,2 @@ -../include/trace/events/btrfs.h:2461:1: note: in expansion of macro ‘TRACE_EVENT’ - 2461 | TRACE_EVENT(btrfs_insert_one_raid_extent, +../include/trace/events/rpcrdma.h:1943:1: note: in expansion of macro ‘TRACE_EVENT’ + 1943 | TRACE_EVENT(svcrdma_send_pullup, @@ -57468,2 +100621,2 @@ -../include/trace/events/btrfs.h:2461:1: note: in expansion of macro ‘TRACE_EVENT’ - 2461 | TRACE_EVENT(btrfs_insert_one_raid_extent, +../include/trace/events/rpcrdma.h:1943:1: note: in expansion of macro ‘TRACE_EVENT’ + 1943 | TRACE_EVENT(svcrdma_send_pullup, @@ -57471 +100624 @@ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_raid_extent_delete’: +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_svcrdma_send_err’: @@ -57481,2 +100634,2 @@ -../include/trace/events/btrfs.h:2485:1: note: in expansion of macro ‘TRACE_EVENT’ - 2485 | TRACE_EVENT(btrfs_raid_extent_delete, +../include/trace/events/rpcrdma.h:1971:1: note: in expansion of macro ‘TRACE_EVENT’ + 1971 | TRACE_EVENT(svcrdma_send_err, @@ -57493,2 +100646,2 @@ -../include/trace/events/btrfs.h:2485:1: note: in expansion of macro ‘TRACE_EVENT’ - 2485 | TRACE_EVENT(btrfs_raid_extent_delete, +../include/trace/events/rpcrdma.h:1971:1: note: in expansion of macro ‘TRACE_EVENT’ + 1971 | TRACE_EVENT(svcrdma_send_err, @@ -57496 +100649 @@ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_get_raid_extent_offset’: +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_svcrdma_post_send’: @@ -57506,2 +100659,2 @@ -../include/trace/events/btrfs.h:2511:1: note: in expansion of macro ‘TRACE_EVENT’ - 2511 | TRACE_EVENT(btrfs_get_raid_extent_offset, +../include/trace/events/rpcrdma.h:1996:1: note: in expansion of macro ‘TRACE_EVENT’ + 1996 | TRACE_EVENT(svcrdma_post_send, @@ -57518,2 +100671,2 @@ -../include/trace/events/btrfs.h:2511:1: note: in expansion of macro ‘TRACE_EVENT’ - 2511 | TRACE_EVENT(btrfs_get_raid_extent_offset, +../include/trace/events/rpcrdma.h:1996:1: note: in expansion of macro ‘TRACE_EVENT’ + 1996 | TRACE_EVENT(svcrdma_post_send, @@ -57521 +100674 @@ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_extent_map_shrinker_count’: +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_svcrdma_rq_post_err’: @@ -57531,2 +100684,2 @@ -../include/trace/events/btrfs.h:2537:1: note: in expansion of macro ‘TRACE_EVENT’ - 2537 | TRACE_EVENT(btrfs_extent_map_shrinker_count, +../include/trace/events/rpcrdma.h:2036:1: note: in expansion of macro ‘TRACE_EVENT’ + 2036 | TRACE_EVENT(svcrdma_rq_post_err, @@ -57543,2 +100696,2 @@ -../include/trace/events/btrfs.h:2537:1: note: in expansion of macro ‘TRACE_EVENT’ - 2537 | TRACE_EVENT(btrfs_extent_map_shrinker_count, +../include/trace/events/rpcrdma.h:2036:1: note: in expansion of macro ‘TRACE_EVENT’ + 2036 | TRACE_EVENT(svcrdma_rq_post_err, @@ -57546 +100699,20 @@ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_extent_map_shrinker_scan_enter’: +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_svcrdma_post_chunk_class’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:2059:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2059 | DECLARE_EVENT_CLASS(svcrdma_post_chunk_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:2059:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2059 | DECLARE_EVENT_CLASS(svcrdma_post_chunk_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_svcrdma_wc_read’: @@ -57556,2 +100728,2 @@ -../include/trace/events/btrfs.h:2554:1: note: in expansion of macro ‘TRACE_EVENT’ - 2554 | TRACE_EVENT(btrfs_extent_map_shrinker_scan_enter, +../include/trace/events/rpcrdma.h:2106:1: note: in expansion of macro ‘TRACE_EVENT’ + 2106 | TRACE_EVENT(svcrdma_wc_read, @@ -57568,2 +100740,2 @@ -../include/trace/events/btrfs.h:2554:1: note: in expansion of macro ‘TRACE_EVENT’ - 2554 | TRACE_EVENT(btrfs_extent_map_shrinker_scan_enter, +../include/trace/events/rpcrdma.h:2106:1: note: in expansion of macro ‘TRACE_EVENT’ + 2106 | TRACE_EVENT(svcrdma_wc_read, @@ -57571 +100743 @@ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_extent_map_shrinker_scan_exit’: +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_svcrdma_qp_error’: @@ -57581,2 +100753,2 @@ -../include/trace/events/btrfs.h:2580:1: note: in expansion of macro ‘TRACE_EVENT’ - 2580 | TRACE_EVENT(btrfs_extent_map_shrinker_scan_exit, +../include/trace/events/rpcrdma.h:2148:1: note: in expansion of macro ‘TRACE_EVENT’ + 2148 | TRACE_EVENT(svcrdma_qp_error, @@ -57593,2 +100765,2 @@ -../include/trace/events/btrfs.h:2580:1: note: in expansion of macro ‘TRACE_EVENT’ - 2580 | TRACE_EVENT(btrfs_extent_map_shrinker_scan_exit, +../include/trace/events/rpcrdma.h:2148:1: note: in expansion of macro ‘TRACE_EVENT’ + 2148 | TRACE_EVENT(svcrdma_qp_error, @@ -57596 +100768,20 @@ -../include/trace/events/btrfs.h: In function ‘__bpf_trace_btrfs_extent_map_shrinker_remove_em’: +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_svcrdma_sendqueue_class’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:2175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2175 | DECLARE_EVENT_CLASS(svcrdma_sendqueue_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:2175:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2175 | DECLARE_EVENT_CLASS(svcrdma_sendqueue_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_svcrdma_sq_post_err’: @@ -57606,2 +100797,2 @@ -../include/trace/events/btrfs.h:2606:1: note: in expansion of macro ‘TRACE_EVENT’ - 2606 | TRACE_EVENT(btrfs_extent_map_shrinker_remove_em, +../include/trace/events/rpcrdma.h:2215:1: note: in expansion of macro ‘TRACE_EVENT’ + 2215 | TRACE_EVENT(svcrdma_sq_post_err, @@ -57618,2 +100809,2 @@ -../include/trace/events/btrfs.h:2606:1: note: in expansion of macro ‘TRACE_EVENT’ - 2606 | TRACE_EVENT(btrfs_extent_map_shrinker_remove_em, +../include/trace/events/rpcrdma.h:2215:1: note: in expansion of macro ‘TRACE_EVENT’ + 2215 | TRACE_EVENT(svcrdma_sq_post_err, @@ -57621,2 +100812,22 @@ -make[5]: *** [../scripts/Makefile.build:244: fs/btrfs/super.o] Error 1 -make[4]: *** [../scripts/Makefile.build:485: fs/btrfs] Error 2 +../include/trace/events/rpcrdma.h: In function ‘__bpf_trace_rpcrdma_client_device_class’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:2246:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2246 | DECLARE_EVENT_CLASS(rpcrdma_client_device_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/rpcrdma.h:2246:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2246 | DECLARE_EVENT_CLASS(rpcrdma_client_device_class, + | ^~~~~~~~~~~~~~~~~~~ +make[6]: *** [../scripts/Makefile.build:244: net/sunrpc/xprtrdma/module.o] Error 1 +make[5]: *** [../scripts/Makefile.build:485: net/sunrpc/xprtrdma] Error 2 +make[4]: *** [../scripts/Makefile.build:485: net/sunrpc] Error 2 @@ -57624,3 +100835,3 @@ - from ../arch/x86/kvm/trace.h:1882, - from ../arch/x86/kvm/x86.c:90: -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_entry’: + from ../include/trace/events/ext4.h:2987, + from ../fs/ext4/super.c:61: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_other_inode_update_time’: @@ -57636,2 +100847,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ - 17 | TRACE_EVENT(kvm_entry, +../include/trace/events/ext4.h:137:1: note: in expansion of macro ‘TRACE_EVENT’ + 137 | TRACE_EVENT(ext4_other_inode_update_time, @@ -57648,2 +100859,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ - 17 | TRACE_EVENT(kvm_entry, +../include/trace/events/ext4.h:137:1: note: in expansion of macro ‘TRACE_EVENT’ + 137 | TRACE_EVENT(ext4_other_inode_update_time, @@ -57660,2 +100871,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ - 17 | TRACE_EVENT(kvm_entry, +../include/trace/events/ext4.h:137:1: note: in expansion of macro ‘TRACE_EVENT’ + 137 | TRACE_EVENT(ext4_other_inode_update_time, @@ -57672,2 +100883,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ - 17 | TRACE_EVENT(kvm_entry, +../include/trace/events/ext4.h:137:1: note: in expansion of macro ‘TRACE_EVENT’ + 137 | TRACE_EVENT(ext4_other_inode_update_time, @@ -57684,2 +100895,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ - 17 | TRACE_EVENT(kvm_entry, +../include/trace/events/ext4.h:137:1: note: in expansion of macro ‘TRACE_EVENT’ + 137 | TRACE_EVENT(ext4_other_inode_update_time, @@ -57687 +100898 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hypercall’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_free_inode’: @@ -57697,2 +100908,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:40:1: note: in expansion of macro ‘TRACE_EVENT’ - 40 | TRACE_EVENT(kvm_hypercall, +../include/trace/events/ext4.h:167:1: note: in expansion of macro ‘TRACE_EVENT’ + 167 | TRACE_EVENT(ext4_free_inode, @@ -57709,2 +100920,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:40:1: note: in expansion of macro ‘TRACE_EVENT’ - 40 | TRACE_EVENT(kvm_hypercall, +../include/trace/events/ext4.h:167:1: note: in expansion of macro ‘TRACE_EVENT’ + 167 | TRACE_EVENT(ext4_free_inode, @@ -57712 +100923 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_hypercall’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_request_inode’: @@ -57722,2 +100933,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ - 69 | TRACE_EVENT(kvm_hv_hypercall, +../include/trace/events/ext4.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ + 196 | TRACE_EVENT(ext4_request_inode, @@ -57734,2 +100945,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ - 69 | TRACE_EVENT(kvm_hv_hypercall, +../include/trace/events/ext4.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ + 196 | TRACE_EVENT(ext4_request_inode, @@ -57737 +100948 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_hypercall_done’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_allocate_inode’: @@ -57747,2 +100958,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:100:1: note: in expansion of macro ‘TRACE_EVENT’ - 100 | TRACE_EVENT(kvm_hv_hypercall_done, +../include/trace/events/ext4.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ + 218 | TRACE_EVENT(ext4_allocate_inode, @@ -57759,2 +100970,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:100:1: note: in expansion of macro ‘TRACE_EVENT’ - 100 | TRACE_EVENT(kvm_hv_hypercall_done, +../include/trace/events/ext4.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ + 218 | TRACE_EVENT(ext4_allocate_inode, @@ -57762 +100973 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_xen_hypercall’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_evict_inode’: @@ -57772,2 +100983,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ - 118 | TRACE_EVENT(kvm_xen_hypercall, +../include/trace/events/ext4.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ + 243 | TRACE_EVENT(ext4_evict_inode, @@ -57784,2 +100995,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ - 118 | TRACE_EVENT(kvm_xen_hypercall, +../include/trace/events/ext4.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ + 243 | TRACE_EVENT(ext4_evict_inode, @@ -57787 +100998 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_pio’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_drop_inode’: @@ -57797,2 +101008,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:161:1: note: in expansion of macro ‘TRACE_EVENT’ - 161 | TRACE_EVENT(kvm_pio, +../include/trace/events/ext4.h:265:1: note: in expansion of macro ‘TRACE_EVENT’ + 265 | TRACE_EVENT(ext4_drop_inode, @@ -57809,2 +101020,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:161:1: note: in expansion of macro ‘TRACE_EVENT’ - 161 | TRACE_EVENT(kvm_pio, +../include/trace/events/ext4.h:265:1: note: in expansion of macro ‘TRACE_EVENT’ + 265 | TRACE_EVENT(ext4_drop_inode, @@ -57812 +101023 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_fast_mmio’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_nfs_commit_metadata’: @@ -57822,2 +101033,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ - 196 | TRACE_EVENT(kvm_fast_mmio, +../include/trace/events/ext4.h:287:1: note: in expansion of macro ‘TRACE_EVENT’ + 287 | TRACE_EVENT(ext4_nfs_commit_metadata, @@ -57834,2 +101045,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ - 196 | TRACE_EVENT(kvm_fast_mmio, +../include/trace/events/ext4.h:287:1: note: in expansion of macro ‘TRACE_EVENT’ + 287 | TRACE_EVENT(ext4_nfs_commit_metadata, @@ -57837 +101048 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_cpuid’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_mark_inode_dirty’: @@ -57847,2 +101058,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ - 214 | TRACE_EVENT(kvm_cpuid, +../include/trace/events/ext4.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ + 307 | TRACE_EVENT(ext4_mark_inode_dirty, @@ -57859,2 +101070,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ - 214 | TRACE_EVENT(kvm_cpuid, +../include/trace/events/ext4.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ + 307 | TRACE_EVENT(ext4_mark_inode_dirty, @@ -57862 +101073 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_apic’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_begin_ordered_truncate’: @@ -57872,2 +101083,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:261:1: note: in expansion of macro ‘TRACE_EVENT’ - 261 | TRACE_EVENT(kvm_apic, +../include/trace/events/ext4.h:329:1: note: in expansion of macro ‘TRACE_EVENT’ + 329 | TRACE_EVENT(ext4_begin_ordered_truncate, @@ -57884,2 +101095,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:261:1: note: in expansion of macro ‘TRACE_EVENT’ - 261 | TRACE_EVENT(kvm_apic, +../include/trace/events/ext4.h:329:1: note: in expansion of macro ‘TRACE_EVENT’ + 329 | TRACE_EVENT(ext4_begin_ordered_truncate, @@ -57887 +101098,39 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_exit’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__write_begin’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:352:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 352 | DECLARE_EVENT_CLASS(ext4__write_begin, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:352:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 352 | DECLARE_EVENT_CLASS(ext4__write_begin, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__write_end’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:392:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 392 | DECLARE_EVENT_CLASS(ext4__write_end, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:392:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 392 | DECLARE_EVENT_CLASS(ext4__write_end, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_writepages’: @@ -57897,2 +101146,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ - 298 | TRACE_EVENT(name, \ +../include/trace/events/ext4.h:444:1: note: in expansion of macro ‘TRACE_EVENT’ + 444 | TRACE_EVENT(ext4_writepages, @@ -57900,3 +101148,0 @@ -../include/trace/../../arch/x86/kvm/trace.h:336:1: note: in expansion of macro ‘TRACE_EVENT_KVM_EXIT’ - 336 | TRACE_EVENT_KVM_EXIT(kvm_exit); - | ^~~~~~~~~~~~~~~~~~~~ @@ -57912,2 +101158,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ - 298 | TRACE_EVENT(name, \ +../include/trace/events/ext4.h:444:1: note: in expansion of macro ‘TRACE_EVENT’ + 444 | TRACE_EVENT(ext4_writepages, @@ -57915,4 +101161 @@ -../include/trace/../../arch/x86/kvm/trace.h:336:1: note: in expansion of macro ‘TRACE_EVENT_KVM_EXIT’ - 336 | TRACE_EVENT_KVM_EXIT(kvm_exit); - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_inj_virq’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_da_write_pages’: @@ -57928,2 +101171,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:341:1: note: in expansion of macro ‘TRACE_EVENT’ - 341 | TRACE_EVENT(kvm_inj_virq, +../include/trace/events/ext4.h:486:1: note: in expansion of macro ‘TRACE_EVENT’ + 486 | TRACE_EVENT(ext4_da_write_pages, @@ -57940,2 +101183,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:341:1: note: in expansion of macro ‘TRACE_EVENT’ - 341 | TRACE_EVENT(kvm_inj_virq, +../include/trace/events/ext4.h:486:1: note: in expansion of macro ‘TRACE_EVENT’ + 486 | TRACE_EVENT(ext4_da_write_pages, @@ -57943 +101186 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_inj_exception’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_da_write_pages_extent’: @@ -57953,2 +101196,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:372:1: note: in expansion of macro ‘TRACE_EVENT’ - 372 | TRACE_EVENT(kvm_inj_exception, +../include/trace/events/ext4.h:515:1: note: in expansion of macro ‘TRACE_EVENT’ + 515 | TRACE_EVENT(ext4_da_write_pages_extent, @@ -57965,2 +101208,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:372:1: note: in expansion of macro ‘TRACE_EVENT’ - 372 | TRACE_EVENT(kvm_inj_exception, +../include/trace/events/ext4.h:515:1: note: in expansion of macro ‘TRACE_EVENT’ + 515 | TRACE_EVENT(ext4_da_write_pages_extent, @@ -57968 +101211 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_page_fault’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_writepages_result’: @@ -57978,2 +101221,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:402:1: note: in expansion of macro ‘TRACE_EVENT’ - 402 | TRACE_EVENT(kvm_page_fault, +../include/trace/events/ext4.h:542:1: note: in expansion of macro ‘TRACE_EVENT’ + 542 | TRACE_EVENT(ext4_writepages_result, @@ -57990,2 +101233,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:402:1: note: in expansion of macro ‘TRACE_EVENT’ - 402 | TRACE_EVENT(kvm_page_fault, +../include/trace/events/ext4.h:542:1: note: in expansion of macro ‘TRACE_EVENT’ + 542 | TRACE_EVENT(ext4_writepages_result, @@ -57993 +101236,39 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_msr’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__folio_op’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:577:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 577 | DECLARE_EVENT_CLASS(ext4__folio_op, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:577:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 577 | DECLARE_EVENT_CLASS(ext4__folio_op, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_invalidate_folio_op’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:615:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 615 | DECLARE_EVENT_CLASS(ext4_invalidate_folio_op, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:615:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 615 | DECLARE_EVENT_CLASS(ext4_invalidate_folio_op, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_discard_blocks’: @@ -58003,2 +101284,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:428:1: note: in expansion of macro ‘TRACE_EVENT’ - 428 | TRACE_EVENT(kvm_msr, +../include/trace/events/ext4.h:655:1: note: in expansion of macro ‘TRACE_EVENT’ + 655 | TRACE_EVENT(ext4_discard_blocks, @@ -58015,2 +101296,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:428:1: note: in expansion of macro ‘TRACE_EVENT’ - 428 | TRACE_EVENT(kvm_msr, +../include/trace/events/ext4.h:655:1: note: in expansion of macro ‘TRACE_EVENT’ + 655 | TRACE_EVENT(ext4_discard_blocks, @@ -58018 +101299,20 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_cr’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__mb_new_pa’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:679:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 679 | DECLARE_EVENT_CLASS(ext4__mb_new_pa, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:679:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 679 | DECLARE_EVENT_CLASS(ext4__mb_new_pa, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_mb_release_inode_pa’: @@ -58028,2 +101328,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:460:1: note: in expansion of macro ‘TRACE_EVENT’ - 460 | TRACE_EVENT(kvm_cr, +../include/trace/events/ext4.h:724:1: note: in expansion of macro ‘TRACE_EVENT’ + 724 | TRACE_EVENT(ext4_mb_release_inode_pa, @@ -58040,2 +101340,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:460:1: note: in expansion of macro ‘TRACE_EVENT’ - 460 | TRACE_EVENT(kvm_cr, +../include/trace/events/ext4.h:724:1: note: in expansion of macro ‘TRACE_EVENT’ + 724 | TRACE_EVENT(ext4_mb_release_inode_pa, @@ -58043 +101343 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_pic_set_irq’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_mb_release_group_pa’: @@ -58053,2 +101353,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:484:1: note: in expansion of macro ‘TRACE_EVENT’ - 484 | TRACE_EVENT(kvm_pic_set_irq, +../include/trace/events/ext4.h:751:1: note: in expansion of macro ‘TRACE_EVENT’ + 751 | TRACE_EVENT(ext4_mb_release_group_pa, @@ -58065,2 +101365,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:484:1: note: in expansion of macro ‘TRACE_EVENT’ - 484 | TRACE_EVENT(kvm_pic_set_irq, +../include/trace/events/ext4.h:751:1: note: in expansion of macro ‘TRACE_EVENT’ + 751 | TRACE_EVENT(ext4_mb_release_group_pa, @@ -58068 +101368 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_apic_ipi’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_discard_preallocations’: @@ -58078,2 +101378,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:517:1: note: in expansion of macro ‘TRACE_EVENT’ - 517 | TRACE_EVENT(kvm_apic_ipi, +../include/trace/events/ext4.h:774:1: note: in expansion of macro ‘TRACE_EVENT’ + 774 | TRACE_EVENT(ext4_discard_preallocations, @@ -58090,2 +101390,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:517:1: note: in expansion of macro ‘TRACE_EVENT’ - 517 | TRACE_EVENT(kvm_apic_ipi, +../include/trace/events/ext4.h:774:1: note: in expansion of macro ‘TRACE_EVENT’ + 774 | TRACE_EVENT(ext4_discard_preallocations, @@ -58093 +101393 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_apic_accept_irq’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_mb_discard_preallocations’: @@ -58103,2 +101403,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:542:1: note: in expansion of macro ‘TRACE_EVENT’ - 542 | TRACE_EVENT(kvm_apic_accept_irq, +../include/trace/events/ext4.h:797:1: note: in expansion of macro ‘TRACE_EVENT’ + 797 | TRACE_EVENT(ext4_mb_discard_preallocations, @@ -58115,2 +101415,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:542:1: note: in expansion of macro ‘TRACE_EVENT’ - 542 | TRACE_EVENT(kvm_apic_accept_irq, +../include/trace/events/ext4.h:797:1: note: in expansion of macro ‘TRACE_EVENT’ + 797 | TRACE_EVENT(ext4_mb_discard_preallocations, @@ -58118 +101418 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_eoi’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_request_blocks’: @@ -58128,2 +101428,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:566:1: note: in expansion of macro ‘TRACE_EVENT’ - 566 | TRACE_EVENT(kvm_eoi, +../include/trace/events/ext4.h:818:1: note: in expansion of macro ‘TRACE_EVENT’ + 818 | TRACE_EVENT(ext4_request_blocks, @@ -58140,2 +101440,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:566:1: note: in expansion of macro ‘TRACE_EVENT’ - 566 | TRACE_EVENT(kvm_eoi, +../include/trace/events/ext4.h:818:1: note: in expansion of macro ‘TRACE_EVENT’ + 818 | TRACE_EVENT(ext4_request_blocks, @@ -58143 +101443 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_pv_eoi’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_allocate_blocks’: @@ -58153,2 +101453,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:583:1: note: in expansion of macro ‘TRACE_EVENT’ - 583 | TRACE_EVENT(kvm_pv_eoi, +../include/trace/events/ext4.h:858:1: note: in expansion of macro ‘TRACE_EVENT’ + 858 | TRACE_EVENT(ext4_allocate_blocks, @@ -58165,2 +101465,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:583:1: note: in expansion of macro ‘TRACE_EVENT’ - 583 | TRACE_EVENT(kvm_pv_eoi, +../include/trace/events/ext4.h:858:1: note: in expansion of macro ‘TRACE_EVENT’ + 858 | TRACE_EVENT(ext4_allocate_blocks, @@ -58168 +101468 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_nested_vmenter’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_free_blocks’: @@ -58178,2 +101478,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ - 603 | TRACE_EVENT(kvm_nested_vmenter, +../include/trace/events/ext4.h:900:1: note: in expansion of macro ‘TRACE_EVENT’ + 900 | TRACE_EVENT(ext4_free_blocks, @@ -58190,2 +101490,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ - 603 | TRACE_EVENT(kvm_nested_vmenter, +../include/trace/events/ext4.h:900:1: note: in expansion of macro ‘TRACE_EVENT’ + 900 | TRACE_EVENT(ext4_free_blocks, @@ -58193 +101493 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_nested_intercepts’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_sync_file_enter’: @@ -58203,2 +101503,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:647:1: note: in expansion of macro ‘TRACE_EVENT’ - 647 | TRACE_EVENT(kvm_nested_intercepts, +../include/trace/events/ext4.h:931:1: note: in expansion of macro ‘TRACE_EVENT’ + 931 | TRACE_EVENT(ext4_sync_file_enter, @@ -58215,2 +101515,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:647:1: note: in expansion of macro ‘TRACE_EVENT’ - 647 | TRACE_EVENT(kvm_nested_intercepts, +../include/trace/events/ext4.h:931:1: note: in expansion of macro ‘TRACE_EVENT’ + 931 | TRACE_EVENT(ext4_sync_file_enter, @@ -58218 +101518 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_nested_vmexit’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_sync_file_exit’: @@ -58228,2 +101528,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ - 298 | TRACE_EVENT(name, \ +../include/trace/events/ext4.h:958:1: note: in expansion of macro ‘TRACE_EVENT’ + 958 | TRACE_EVENT(ext4_sync_file_exit, @@ -58231,3 +101530,0 @@ -../include/trace/../../arch/x86/kvm/trace.h:679:1: note: in expansion of macro ‘TRACE_EVENT_KVM_EXIT’ - 679 | TRACE_EVENT_KVM_EXIT(kvm_nested_vmexit); - | ^~~~~~~~~~~~~~~~~~~~ @@ -58243,2 +101540,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ - 298 | TRACE_EVENT(name, \ +../include/trace/events/ext4.h:958:1: note: in expansion of macro ‘TRACE_EVENT’ + 958 | TRACE_EVENT(ext4_sync_file_exit, @@ -58246,4 +101543 @@ -../include/trace/../../arch/x86/kvm/trace.h:679:1: note: in expansion of macro ‘TRACE_EVENT_KVM_EXIT’ - 679 | TRACE_EVENT_KVM_EXIT(kvm_nested_vmexit); - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_nested_vmexit_inject’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_sync_fs’: @@ -58259,2 +101553,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:684:1: note: in expansion of macro ‘TRACE_EVENT’ - 684 | TRACE_EVENT(kvm_nested_vmexit_inject, +../include/trace/events/ext4.h:981:1: note: in expansion of macro ‘TRACE_EVENT’ + 981 | TRACE_EVENT(ext4_sync_fs, @@ -58271,2 +101565,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:684:1: note: in expansion of macro ‘TRACE_EVENT’ - 684 | TRACE_EVENT(kvm_nested_vmexit_inject, +../include/trace/events/ext4.h:981:1: note: in expansion of macro ‘TRACE_EVENT’ + 981 | TRACE_EVENT(ext4_sync_fs, @@ -58274 +101568 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_nested_intr_vmexit’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_alloc_da_blocks’: @@ -58284,2 +101578,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:719:1: note: in expansion of macro ‘TRACE_EVENT’ - 719 | TRACE_EVENT(kvm_nested_intr_vmexit, +../include/trace/events/ext4.h:1002:1: note: in expansion of macro ‘TRACE_EVENT’ + 1002 | TRACE_EVENT(ext4_alloc_da_blocks, @@ -58296,2 +101590,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:719:1: note: in expansion of macro ‘TRACE_EVENT’ - 719 | TRACE_EVENT(kvm_nested_intr_vmexit, +../include/trace/events/ext4.h:1002:1: note: in expansion of macro ‘TRACE_EVENT’ + 1002 | TRACE_EVENT(ext4_alloc_da_blocks, @@ -58299 +101593 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_invlpga’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_mballoc_alloc’: @@ -58309,2 +101603,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:737:1: note: in expansion of macro ‘TRACE_EVENT’ - 737 | TRACE_EVENT(kvm_invlpga, +../include/trace/events/ext4.h:1025:1: note: in expansion of macro ‘TRACE_EVENT’ + 1025 | TRACE_EVENT(ext4_mballoc_alloc, @@ -58321,2 +101615,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:737:1: note: in expansion of macro ‘TRACE_EVENT’ - 737 | TRACE_EVENT(kvm_invlpga, +../include/trace/events/ext4.h:1025:1: note: in expansion of macro ‘TRACE_EVENT’ + 1025 | TRACE_EVENT(ext4_mballoc_alloc, @@ -58324 +101618 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_skinit’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_mballoc_prealloc’: @@ -58334,2 +101628,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:760:1: note: in expansion of macro ‘TRACE_EVENT’ - 760 | TRACE_EVENT(kvm_skinit, +../include/trace/events/ext4.h:1092:1: note: in expansion of macro ‘TRACE_EVENT’ + 1092 | TRACE_EVENT(ext4_mballoc_prealloc, @@ -58346,2 +101640,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:760:1: note: in expansion of macro ‘TRACE_EVENT’ - 760 | TRACE_EVENT(kvm_skinit, +../include/trace/events/ext4.h:1092:1: note: in expansion of macro ‘TRACE_EVENT’ + 1092 | TRACE_EVENT(ext4_mballoc_prealloc, @@ -58349 +101643,20 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_emulate_insn’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__mballoc’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1132 | DECLARE_EVENT_CLASS(ext4__mballoc, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1132 | DECLARE_EVENT_CLASS(ext4__mballoc, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_forget’: @@ -58359,2 +101672,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:817:1: note: in expansion of macro ‘TRACE_EVENT’ - 817 | TRACE_EVENT(kvm_emulate_insn, +../include/trace/events/ext4.h:1186:1: note: in expansion of macro ‘TRACE_EVENT’ + 1186 | TRACE_EVENT(ext4_forget, @@ -58371,2 +101684,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:817:1: note: in expansion of macro ‘TRACE_EVENT’ - 817 | TRACE_EVENT(kvm_emulate_insn, +../include/trace/events/ext4.h:1186:1: note: in expansion of macro ‘TRACE_EVENT’ + 1186 | TRACE_EVENT(ext4_forget, @@ -58374 +101687 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_vcpu_match_mmio’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_da_update_reserve_space’: @@ -58384,2 +101697,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:855:1: note: in expansion of macro ‘TRACE_EVENT’ - 855 | TRACE_EVENT( +../include/trace/events/ext4.h:1213:1: note: in expansion of macro ‘TRACE_EVENT’ + 1213 | TRACE_EVENT(ext4_da_update_reserve_space, @@ -58396,2 +101709,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:855:1: note: in expansion of macro ‘TRACE_EVENT’ - 855 | TRACE_EVENT( +../include/trace/events/ext4.h:1213:1: note: in expansion of macro ‘TRACE_EVENT’ + 1213 | TRACE_EVENT(ext4_da_update_reserve_space, @@ -58399 +101712 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_write_tsc_offset’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_da_reserve_space’: @@ -58409,2 +101722,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:879:1: note: in expansion of macro ‘TRACE_EVENT’ - 879 | TRACE_EVENT(kvm_write_tsc_offset, +../include/trace/events/ext4.h:1248:1: note: in expansion of macro ‘TRACE_EVENT’ + 1248 | TRACE_EVENT(ext4_da_reserve_space, @@ -58421,2 +101734,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:879:1: note: in expansion of macro ‘TRACE_EVENT’ - 879 | TRACE_EVENT(kvm_write_tsc_offset, +../include/trace/events/ext4.h:1248:1: note: in expansion of macro ‘TRACE_EVENT’ + 1248 | TRACE_EVENT(ext4_da_reserve_space, @@ -58424 +101737 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_pml_full’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_da_release_space’: @@ -58434,2 +101747,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:963:1: note: in expansion of macro ‘TRACE_EVENT’ - 963 | TRACE_EVENT(kvm_pml_full, +../include/trace/events/ext4.h:1279:1: note: in expansion of macro ‘TRACE_EVENT’ + 1279 | TRACE_EVENT(ext4_da_release_space, @@ -58446,2 +101759,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:963:1: note: in expansion of macro ‘TRACE_EVENT’ - 963 | TRACE_EVENT(kvm_pml_full, +../include/trace/events/ext4.h:1279:1: note: in expansion of macro ‘TRACE_EVENT’ + 1279 | TRACE_EVENT(ext4_da_release_space, @@ -58449 +101762,20 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_ple_window_update’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__bitmap_load’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1310:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1310 | DECLARE_EVENT_CLASS(ext4__bitmap_load, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1310:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1310 | DECLARE_EVENT_CLASS(ext4__bitmap_load, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_read_block_bitmap_load’: @@ -58459,2 +101791,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:978:1: note: in expansion of macro ‘TRACE_EVENT’ - 978 | TRACE_EVENT(kvm_ple_window_update, +../include/trace/events/ext4.h:1352:1: note: in expansion of macro ‘TRACE_EVENT’ + 1352 | TRACE_EVENT(ext4_read_block_bitmap_load, @@ -58471,2 +101803,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:978:1: note: in expansion of macro ‘TRACE_EVENT’ - 978 | TRACE_EVENT(kvm_ple_window_update, +../include/trace/events/ext4.h:1352:1: note: in expansion of macro ‘TRACE_EVENT’ + 1352 | TRACE_EVENT(ext4_read_block_bitmap_load, @@ -58474 +101806,20 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_pvclock_update’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__fallocate_mode’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1375 | DECLARE_EVENT_CLASS(ext4__fallocate_mode, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1375 | DECLARE_EVENT_CLASS(ext4__fallocate_mode, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_fallocate_exit’: @@ -58484,2 +101835,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:999:1: note: in expansion of macro ‘TRACE_EVENT’ - 999 | TRACE_EVENT(kvm_pvclock_update, +../include/trace/events/ext4.h:1424:1: note: in expansion of macro ‘TRACE_EVENT’ + 1424 | TRACE_EVENT(ext4_fallocate_exit, @@ -58496,2 +101847,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:999:1: note: in expansion of macro ‘TRACE_EVENT’ - 999 | TRACE_EVENT(kvm_pvclock_update, +../include/trace/events/ext4.h:1424:1: note: in expansion of macro ‘TRACE_EVENT’ + 1424 | TRACE_EVENT(ext4_fallocate_exit, @@ -58499 +101850 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_wait_lapic_expire’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_unlink_enter’: @@ -58509,2 +101860,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1035:1: note: in expansion of macro ‘TRACE_EVENT’ - 1035 | TRACE_EVENT(kvm_wait_lapic_expire, +../include/trace/events/ext4.h:1453:1: note: in expansion of macro ‘TRACE_EVENT’ + 1453 | TRACE_EVENT(ext4_unlink_enter, @@ -58521,2 +101872,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1035:1: note: in expansion of macro ‘TRACE_EVENT’ - 1035 | TRACE_EVENT(kvm_wait_lapic_expire, +../include/trace/events/ext4.h:1453:1: note: in expansion of macro ‘TRACE_EVENT’ + 1453 | TRACE_EVENT(ext4_unlink_enter, @@ -58524 +101875 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_smm_transition’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_unlink_exit’: @@ -58534,2 +101885,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1055:1: note: in expansion of macro ‘TRACE_EVENT’ - 1055 | TRACE_EVENT(kvm_smm_transition, +../include/trace/events/ext4.h:1478:1: note: in expansion of macro ‘TRACE_EVENT’ + 1478 | TRACE_EVENT(ext4_unlink_exit, @@ -58546,2 +101897,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1055:1: note: in expansion of macro ‘TRACE_EVENT’ - 1055 | TRACE_EVENT(kvm_smm_transition, +../include/trace/events/ext4.h:1478:1: note: in expansion of macro ‘TRACE_EVENT’ + 1478 | TRACE_EVENT(ext4_unlink_exit, @@ -58549 +101900,20 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_pi_irte_update’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__truncate’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1501:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1501 | DECLARE_EVENT_CLASS(ext4__truncate, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1501:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1501 | DECLARE_EVENT_CLASS(ext4__truncate, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_ext_convert_to_initialized_enter’: @@ -58559,2 +101929,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1080:1: note: in expansion of macro ‘TRACE_EVENT’ - 1080 | TRACE_EVENT(kvm_pi_irte_update, +../include/trace/events/ext4.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ + 1538 | TRACE_EVENT(ext4_ext_convert_to_initialized_enter, @@ -58571,2 +101941,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1080:1: note: in expansion of macro ‘TRACE_EVENT’ - 1080 | TRACE_EVENT(kvm_pi_irte_update, +../include/trace/events/ext4.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ + 1538 | TRACE_EVENT(ext4_ext_convert_to_initialized_enter, @@ -58574 +101944 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_notify_acked_sint’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_ext_convert_to_initialized_fastpath’: @@ -58584,2 +101954,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1117:1: note: in expansion of macro ‘TRACE_EVENT’ - 1117 | TRACE_EVENT(kvm_hv_notify_acked_sint, +../include/trace/events/ext4.h:1576:1: note: in expansion of macro ‘TRACE_EVENT’ + 1576 | TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, @@ -58596,2 +101966,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1117:1: note: in expansion of macro ‘TRACE_EVENT’ - 1117 | TRACE_EVENT(kvm_hv_notify_acked_sint, +../include/trace/events/ext4.h:1576:1: note: in expansion of macro ‘TRACE_EVENT’ + 1576 | TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, @@ -58599 +101969,39 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_synic_set_irq’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__map_blocks_enter’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1618:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1618 | DECLARE_EVENT_CLASS(ext4__map_blocks_enter, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1618:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1618 | DECLARE_EVENT_CLASS(ext4__map_blocks_enter, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__map_blocks_exit’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1660:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1660 | DECLARE_EVENT_CLASS(ext4__map_blocks_exit, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1660:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1660 | DECLARE_EVENT_CLASS(ext4__map_blocks_exit, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_ext_load_extent’: @@ -58609,2 +102017,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1137:1: note: in expansion of macro ‘TRACE_EVENT’ - 1137 | TRACE_EVENT(kvm_hv_synic_set_irq, +../include/trace/events/ext4.h:1710:1: note: in expansion of macro ‘TRACE_EVENT’ + 1710 | TRACE_EVENT(ext4_ext_load_extent, @@ -58621,2 +102029,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1137:1: note: in expansion of macro ‘TRACE_EVENT’ - 1137 | TRACE_EVENT(kvm_hv_synic_set_irq, +../include/trace/events/ext4.h:1710:1: note: in expansion of macro ‘TRACE_EVENT’ + 1710 | TRACE_EVENT(ext4_ext_load_extent, @@ -58624 +102032 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_synic_send_eoi’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_load_inode’: @@ -58634,2 +102042,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1163:1: note: in expansion of macro ‘TRACE_EVENT’ - 1163 | TRACE_EVENT(kvm_hv_synic_send_eoi, +../include/trace/events/ext4.h:1735:1: note: in expansion of macro ‘TRACE_EVENT’ + 1735 | TRACE_EVENT(ext4_load_inode, @@ -58646,2 +102054,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1163:1: note: in expansion of macro ‘TRACE_EVENT’ - 1163 | TRACE_EVENT(kvm_hv_synic_send_eoi, +../include/trace/events/ext4.h:1735:1: note: in expansion of macro ‘TRACE_EVENT’ + 1735 | TRACE_EVENT(ext4_load_inode, @@ -58649 +102057 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_synic_set_msr’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_journal_start_sb’: @@ -58659,2 +102067,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1185:1: note: in expansion of macro ‘TRACE_EVENT’ - 1185 | TRACE_EVENT(kvm_hv_synic_set_msr, +../include/trace/events/ext4.h:1755:1: note: in expansion of macro ‘TRACE_EVENT’ + 1755 | TRACE_EVENT(ext4_journal_start_sb, @@ -58671,2 +102079,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1185:1: note: in expansion of macro ‘TRACE_EVENT’ - 1185 | TRACE_EVENT(kvm_hv_synic_set_msr, +../include/trace/events/ext4.h:1755:1: note: in expansion of macro ‘TRACE_EVENT’ + 1755 | TRACE_EVENT(ext4_journal_start_sb, @@ -58674 +102082 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_stimer_set_config’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_journal_start_inode’: @@ -58684,2 +102092,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1210:1: note: in expansion of macro ‘TRACE_EVENT’ - 1210 | TRACE_EVENT(kvm_hv_stimer_set_config, +../include/trace/events/ext4.h:1785:1: note: in expansion of macro ‘TRACE_EVENT’ + 1785 | TRACE_EVENT(ext4_journal_start_inode, @@ -58696,2 +102104,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1210:1: note: in expansion of macro ‘TRACE_EVENT’ - 1210 | TRACE_EVENT(kvm_hv_stimer_set_config, +../include/trace/events/ext4.h:1785:1: note: in expansion of macro ‘TRACE_EVENT’ + 1785 | TRACE_EVENT(ext4_journal_start_inode, @@ -58699 +102107 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_stimer_set_count’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_journal_start_reserved’: @@ -58709,2 +102117,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1236:1: note: in expansion of macro ‘TRACE_EVENT’ - 1236 | TRACE_EVENT(kvm_hv_stimer_set_count, +../include/trace/events/ext4.h:1818:1: note: in expansion of macro ‘TRACE_EVENT’ + 1818 | TRACE_EVENT(ext4_journal_start_reserved, @@ -58721,2 +102129,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1236:1: note: in expansion of macro ‘TRACE_EVENT’ - 1236 | TRACE_EVENT(kvm_hv_stimer_set_count, +../include/trace/events/ext4.h:1818:1: note: in expansion of macro ‘TRACE_EVENT’ + 1818 | TRACE_EVENT(ext4_journal_start_reserved, @@ -58724 +102132,20 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_stimer_start_periodic’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__trim’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1840:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1840 | DECLARE_EVENT_CLASS(ext4__trim, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1840:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1840 | DECLARE_EVENT_CLASS(ext4__trim, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_ext_handle_unwritten_extents’: @@ -58734,2 +102161,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1262:1: note: in expansion of macro ‘TRACE_EVENT’ - 1262 | TRACE_EVENT(kvm_hv_stimer_start_periodic, +../include/trace/events/ext4.h:1889:1: note: in expansion of macro ‘TRACE_EVENT’ + 1889 | TRACE_EVENT(ext4_ext_handle_unwritten_extents, @@ -58746,2 +102173,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1262:1: note: in expansion of macro ‘TRACE_EVENT’ - 1262 | TRACE_EVENT(kvm_hv_stimer_start_periodic, +../include/trace/events/ext4.h:1889:1: note: in expansion of macro ‘TRACE_EVENT’ + 1889 | TRACE_EVENT(ext4_ext_handle_unwritten_extents, @@ -58749 +102176 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_stimer_start_one_shot’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_get_implied_cluster_alloc_exit’: @@ -58759,2 +102186,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1288:1: note: in expansion of macro ‘TRACE_EVENT’ - 1288 | TRACE_EVENT(kvm_hv_stimer_start_one_shot, +../include/trace/events/ext4.h:1927:1: note: in expansion of macro ‘TRACE_EVENT’ + 1927 | TRACE_EVENT(ext4_get_implied_cluster_alloc_exit, @@ -58771,2 +102198,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1288:1: note: in expansion of macro ‘TRACE_EVENT’ - 1288 | TRACE_EVENT(kvm_hv_stimer_start_one_shot, +../include/trace/events/ext4.h:1927:1: note: in expansion of macro ‘TRACE_EVENT’ + 1927 | TRACE_EVENT(ext4_get_implied_cluster_alloc_exit, @@ -58774 +102201 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_stimer_callback’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_ext_show_extent’: @@ -58784,2 +102211,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1314:1: note: in expansion of macro ‘TRACE_EVENT’ - 1314 | TRACE_EVENT(kvm_hv_stimer_callback, +../include/trace/events/ext4.h:1956:1: note: in expansion of macro ‘TRACE_EVENT’ + 1956 | TRACE_EVENT(ext4_ext_show_extent, @@ -58796,2 +102223,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1314:1: note: in expansion of macro ‘TRACE_EVENT’ - 1314 | TRACE_EVENT(kvm_hv_stimer_callback, +../include/trace/events/ext4.h:1956:1: note: in expansion of macro ‘TRACE_EVENT’ + 1956 | TRACE_EVENT(ext4_ext_show_extent, @@ -58799 +102226 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_stimer_expiration’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_remove_blocks’: @@ -58809,2 +102236,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1335:1: note: in expansion of macro ‘TRACE_EVENT’ - 1335 | TRACE_EVENT(kvm_hv_stimer_expiration, +../include/trace/events/ext4.h:1986:1: note: in expansion of macro ‘TRACE_EVENT’ + 1986 | TRACE_EVENT(ext4_remove_blocks, @@ -58821,2 +102248,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1335:1: note: in expansion of macro ‘TRACE_EVENT’ - 1335 | TRACE_EVENT(kvm_hv_stimer_expiration, +../include/trace/events/ext4.h:1986:1: note: in expansion of macro ‘TRACE_EVENT’ + 1986 | TRACE_EVENT(ext4_remove_blocks, @@ -58824 +102251 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_stimer_cleanup’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_ext_rm_leaf’: @@ -58834,2 +102261,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1361:1: note: in expansion of macro ‘TRACE_EVENT’ - 1361 | TRACE_EVENT(kvm_hv_stimer_cleanup, +../include/trace/events/ext4.h:2033:1: note: in expansion of macro ‘TRACE_EVENT’ + 2033 | TRACE_EVENT(ext4_ext_rm_leaf, @@ -58846,2 +102273,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1361:1: note: in expansion of macro ‘TRACE_EVENT’ - 1361 | TRACE_EVENT(kvm_hv_stimer_cleanup, +../include/trace/events/ext4.h:2033:1: note: in expansion of macro ‘TRACE_EVENT’ + 2033 | TRACE_EVENT(ext4_ext_rm_leaf, @@ -58849 +102276 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_apicv_inhibit_changed’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_ext_rm_idx’: @@ -58859,2 +102286,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1383:1: note: in expansion of macro ‘TRACE_EVENT’ - 1383 | TRACE_EVENT(kvm_apicv_inhibit_changed, +../include/trace/events/ext4.h:2077:1: note: in expansion of macro ‘TRACE_EVENT’ + 2077 | TRACE_EVENT(ext4_ext_rm_idx, @@ -58871,2 +102298,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1383:1: note: in expansion of macro ‘TRACE_EVENT’ - 1383 | TRACE_EVENT(kvm_apicv_inhibit_changed, +../include/trace/events/ext4.h:2077:1: note: in expansion of macro ‘TRACE_EVENT’ + 2077 | TRACE_EVENT(ext4_ext_rm_idx, @@ -58874 +102301 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_apicv_accept_irq’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_ext_remove_space’: @@ -58884,2 +102311,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1405:1: note: in expansion of macro ‘TRACE_EVENT’ - 1405 | TRACE_EVENT(kvm_apicv_accept_irq, +../include/trace/events/ext4.h:2100:1: note: in expansion of macro ‘TRACE_EVENT’ + 2100 | TRACE_EVENT(ext4_ext_remove_space, @@ -58896,2 +102323,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1405:1: note: in expansion of macro ‘TRACE_EVENT’ - 1405 | TRACE_EVENT(kvm_apicv_accept_irq, +../include/trace/events/ext4.h:2100:1: note: in expansion of macro ‘TRACE_EVENT’ + 2100 | TRACE_EVENT(ext4_ext_remove_space, @@ -58899 +102326 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_avic_incomplete_ipi’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_ext_remove_space_done’: @@ -58909,2 +102336,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1432:1: note: in expansion of macro ‘TRACE_EVENT’ - 1432 | TRACE_EVENT(kvm_avic_incomplete_ipi, +../include/trace/events/ext4.h:2130:1: note: in expansion of macro ‘TRACE_EVENT’ + 2130 | TRACE_EVENT(ext4_ext_remove_space_done, @@ -58921,2 +102348,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1432:1: note: in expansion of macro ‘TRACE_EVENT’ - 1432 | TRACE_EVENT(kvm_avic_incomplete_ipi, +../include/trace/events/ext4.h:2130:1: note: in expansion of macro ‘TRACE_EVENT’ + 2130 | TRACE_EVENT(ext4_ext_remove_space_done, @@ -58924 +102351,20 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_avic_unaccelerated_access’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__es_extent’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2174:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2174 | DECLARE_EVENT_CLASS(ext4__es_extent, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2174:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2174 | DECLARE_EVENT_CLASS(ext4__es_extent, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_es_remove_extent’: @@ -58934,2 +102380,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1457:1: note: in expansion of macro ‘TRACE_EVENT’ - 1457 | TRACE_EVENT(kvm_avic_unaccelerated_access, +../include/trace/events/ext4.h:2216:1: note: in expansion of macro ‘TRACE_EVENT’ + 2216 | TRACE_EVENT(ext4_es_remove_extent, @@ -58946,2 +102392,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1457:1: note: in expansion of macro ‘TRACE_EVENT’ - 1457 | TRACE_EVENT(kvm_avic_unaccelerated_access, +../include/trace/events/ext4.h:2216:1: note: in expansion of macro ‘TRACE_EVENT’ + 2216 | TRACE_EVENT(ext4_es_remove_extent, @@ -58949 +102395 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_avic_ga_log’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_es_find_extent_range_enter’: @@ -58959,2 +102405,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1486:1: note: in expansion of macro ‘TRACE_EVENT’ - 1486 | TRACE_EVENT(kvm_avic_ga_log, +../include/trace/events/ext4.h:2241:1: note: in expansion of macro ‘TRACE_EVENT’ + 2241 | TRACE_EVENT(ext4_es_find_extent_range_enter, @@ -58971,2 +102417,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1486:1: note: in expansion of macro ‘TRACE_EVENT’ - 1486 | TRACE_EVENT(kvm_avic_ga_log, +../include/trace/events/ext4.h:2241:1: note: in expansion of macro ‘TRACE_EVENT’ + 2241 | TRACE_EVENT(ext4_es_find_extent_range_enter, @@ -58974 +102420 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_avic_kick_vcpu_slowpath’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_es_find_extent_range_exit’: @@ -58984,2 +102430,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1504:1: note: in expansion of macro ‘TRACE_EVENT’ - 1504 | TRACE_EVENT(kvm_avic_kick_vcpu_slowpath, +../include/trace/events/ext4.h:2263:1: note: in expansion of macro ‘TRACE_EVENT’ + 2263 | TRACE_EVENT(ext4_es_find_extent_range_exit, @@ -58996,2 +102442,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1504:1: note: in expansion of macro ‘TRACE_EVENT’ - 1504 | TRACE_EVENT(kvm_avic_kick_vcpu_slowpath, +../include/trace/events/ext4.h:2263:1: note: in expansion of macro ‘TRACE_EVENT’ + 2263 | TRACE_EVENT(ext4_es_find_extent_range_exit, @@ -58999 +102445 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_avic_doorbell’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_es_lookup_extent_enter’: @@ -59009,2 +102455,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1524:1: note: in expansion of macro ‘TRACE_EVENT’ - 1524 | TRACE_EVENT(kvm_avic_doorbell, +../include/trace/events/ext4.h:2293:1: note: in expansion of macro ‘TRACE_EVENT’ + 2293 | TRACE_EVENT(ext4_es_lookup_extent_enter, @@ -59021,2 +102467,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1524:1: note: in expansion of macro ‘TRACE_EVENT’ - 1524 | TRACE_EVENT(kvm_avic_doorbell, +../include/trace/events/ext4.h:2293:1: note: in expansion of macro ‘TRACE_EVENT’ + 2293 | TRACE_EVENT(ext4_es_lookup_extent_enter, @@ -59024 +102470 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_timer_state’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_es_lookup_extent_exit’: @@ -59034,2 +102480,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1542:1: note: in expansion of macro ‘TRACE_EVENT’ - 1542 | TRACE_EVENT(kvm_hv_timer_state, +../include/trace/events/ext4.h:2315:1: note: in expansion of macro ‘TRACE_EVENT’ + 2315 | TRACE_EVENT(ext4_es_lookup_extent_exit, @@ -59046,2 +102492,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1542:1: note: in expansion of macro ‘TRACE_EVENT’ - 1542 | TRACE_EVENT(kvm_hv_timer_state, +../include/trace/events/ext4.h:2315:1: note: in expansion of macro ‘TRACE_EVENT’ + 2315 | TRACE_EVENT(ext4_es_lookup_extent_exit, @@ -59049 +102495,20 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_flush_tlb’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__es_shrink_enter’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2349:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2349 | DECLARE_EVENT_CLASS(ext4__es_shrink_enter, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2349:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2349 | DECLARE_EVENT_CLASS(ext4__es_shrink_enter, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_es_shrink_scan_exit’: @@ -59059,2 +102524,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1561:1: note: in expansion of macro ‘TRACE_EVENT’ - 1561 | TRACE_EVENT(kvm_hv_flush_tlb, +../include/trace/events/ext4.h:2383:1: note: in expansion of macro ‘TRACE_EVENT’ + 2383 | TRACE_EVENT(ext4_es_shrink_scan_exit, @@ -59071,2 +102536,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1561:1: note: in expansion of macro ‘TRACE_EVENT’ - 1561 | TRACE_EVENT(kvm_hv_flush_tlb, +../include/trace/events/ext4.h:2383:1: note: in expansion of macro ‘TRACE_EVENT’ + 2383 | TRACE_EVENT(ext4_es_shrink_scan_exit, @@ -59074 +102539 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_flush_tlb_ex’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_collapse_range’: @@ -59084,2 +102549,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1587:1: note: in expansion of macro ‘TRACE_EVENT’ - 1587 | TRACE_EVENT(kvm_hv_flush_tlb_ex, +../include/trace/events/ext4.h:2405:1: note: in expansion of macro ‘TRACE_EVENT’ + 2405 | TRACE_EVENT(ext4_collapse_range, @@ -59096,2 +102561,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1587:1: note: in expansion of macro ‘TRACE_EVENT’ - 1587 | TRACE_EVENT(kvm_hv_flush_tlb_ex, +../include/trace/events/ext4.h:2405:1: note: in expansion of macro ‘TRACE_EVENT’ + 2405 | TRACE_EVENT(ext4_collapse_range, @@ -59099 +102564 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_send_ipi’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_insert_range’: @@ -59109,2 +102574,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1617:1: note: in expansion of macro ‘TRACE_EVENT’ - 1617 | TRACE_EVENT(kvm_hv_send_ipi, +../include/trace/events/ext4.h:2430:1: note: in expansion of macro ‘TRACE_EVENT’ + 2430 | TRACE_EVENT(ext4_insert_range, @@ -59121,2 +102586,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1617:1: note: in expansion of macro ‘TRACE_EVENT’ - 1617 | TRACE_EVENT(kvm_hv_send_ipi, +../include/trace/events/ext4.h:2430:1: note: in expansion of macro ‘TRACE_EVENT’ + 2430 | TRACE_EVENT(ext4_insert_range, @@ -59124 +102589 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_send_ipi_ex’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_es_shrink’: @@ -59134,2 +102599,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1635:1: note: in expansion of macro ‘TRACE_EVENT’ - 1635 | TRACE_EVENT(kvm_hv_send_ipi_ex, +../include/trace/events/ext4.h:2455:1: note: in expansion of macro ‘TRACE_EVENT’ + 2455 | TRACE_EVENT(ext4_es_shrink, @@ -59146,2 +102611,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1635:1: note: in expansion of macro ‘TRACE_EVENT’ - 1635 | TRACE_EVENT(kvm_hv_send_ipi_ex, +../include/trace/events/ext4.h:2455:1: note: in expansion of macro ‘TRACE_EVENT’ + 2455 | TRACE_EVENT(ext4_es_shrink, @@ -59149 +102614 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_pv_tlb_flush’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_es_insert_delayed_extent’: @@ -59159,2 +102624,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1656:1: note: in expansion of macro ‘TRACE_EVENT’ - 1656 | TRACE_EVENT(kvm_pv_tlb_flush, +../include/trace/events/ext4.h:2483:1: note: in expansion of macro ‘TRACE_EVENT’ + 2483 | TRACE_EVENT(ext4_es_insert_delayed_extent, @@ -59171,2 +102636,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1656:1: note: in expansion of macro ‘TRACE_EVENT’ - 1656 | TRACE_EVENT(kvm_pv_tlb_flush, +../include/trace/events/ext4.h:2483:1: note: in expansion of macro ‘TRACE_EVENT’ + 2483 | TRACE_EVENT(ext4_es_insert_delayed_extent, @@ -59174 +102639,39 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_nested_vmenter_failed’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_fsmap_class’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2521:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2521 | DECLARE_EVENT_CLASS(ext4_fsmap_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2521:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2521 | DECLARE_EVENT_CLASS(ext4_fsmap_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_getfsmap_class’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2558:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2558 | DECLARE_EVENT_CLASS(ext4_getfsmap_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2558:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2558 | DECLARE_EVENT_CLASS(ext4_getfsmap_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_shutdown’: @@ -59184,2 +102687,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ - 1677 | TRACE_EVENT(kvm_nested_vmenter_failed, +../include/trace/events/ext4.h:2593:1: note: in expansion of macro ‘TRACE_EVENT’ + 2593 | TRACE_EVENT(ext4_shutdown, @@ -59196,2 +102699,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ - 1677 | TRACE_EVENT(kvm_nested_vmenter_failed, +../include/trace/events/ext4.h:2593:1: note: in expansion of macro ‘TRACE_EVENT’ + 2593 | TRACE_EVENT(ext4_shutdown, @@ -59199 +102702 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_syndbg_set_msr’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_error’: @@ -59209,2 +102712,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1698:1: note: in expansion of macro ‘TRACE_EVENT’ - 1698 | TRACE_EVENT(kvm_hv_syndbg_set_msr, +../include/trace/events/ext4.h:2613:1: note: in expansion of macro ‘TRACE_EVENT’ + 2613 | TRACE_EVENT(ext4_error, @@ -59221,2 +102724,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1698:1: note: in expansion of macro ‘TRACE_EVENT’ - 1698 | TRACE_EVENT(kvm_hv_syndbg_set_msr, +../include/trace/events/ext4.h:2613:1: note: in expansion of macro ‘TRACE_EVENT’ + 2613 | TRACE_EVENT(ext4_error, @@ -59224 +102727 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_hv_syndbg_get_msr’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_prefetch_bitmaps’: @@ -59234,2 +102737,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1724:1: note: in expansion of macro ‘TRACE_EVENT’ - 1724 | TRACE_EVENT(kvm_hv_syndbg_get_msr, +../include/trace/events/ext4.h:2636:1: note: in expansion of macro ‘TRACE_EVENT’ + 2636 | TRACE_EVENT(ext4_prefetch_bitmaps, @@ -59246,2 +102749,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1724:1: note: in expansion of macro ‘TRACE_EVENT’ - 1724 | TRACE_EVENT(kvm_hv_syndbg_get_msr, +../include/trace/events/ext4.h:2636:1: note: in expansion of macro ‘TRACE_EVENT’ + 2636 | TRACE_EVENT(ext4_prefetch_bitmaps, @@ -59249 +102752 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_vmgexit_enter’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_lazy_itable_init’: @@ -59259,2 +102762,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1750:1: note: in expansion of macro ‘TRACE_EVENT’ - 1750 | TRACE_EVENT(kvm_vmgexit_enter, +../include/trace/events/ext4.h:2661:1: note: in expansion of macro ‘TRACE_EVENT’ + 2661 | TRACE_EVENT(ext4_lazy_itable_init, @@ -59271,2 +102774,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1750:1: note: in expansion of macro ‘TRACE_EVENT’ - 1750 | TRACE_EVENT(kvm_vmgexit_enter, +../include/trace/events/ext4.h:2661:1: note: in expansion of macro ‘TRACE_EVENT’ + 2661 | TRACE_EVENT(ext4_lazy_itable_init, @@ -59274 +102777 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_vmgexit_exit’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_fc_replay_scan’: @@ -59284,2 +102787,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1776:1: note: in expansion of macro ‘TRACE_EVENT’ - 1776 | TRACE_EVENT(kvm_vmgexit_exit, +../include/trace/events/ext4.h:2680:1: note: in expansion of macro ‘TRACE_EVENT’ + 2680 | TRACE_EVENT(ext4_fc_replay_scan, @@ -59296,2 +102799,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1776:1: note: in expansion of macro ‘TRACE_EVENT’ - 1776 | TRACE_EVENT(kvm_vmgexit_exit, +../include/trace/events/ext4.h:2680:1: note: in expansion of macro ‘TRACE_EVENT’ + 2680 | TRACE_EVENT(ext4_fc_replay_scan, @@ -59299 +102802 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_vmgexit_msr_protocol_enter’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_fc_replay’: @@ -59309,2 +102812,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1802:1: note: in expansion of macro ‘TRACE_EVENT’ - 1802 | TRACE_EVENT(kvm_vmgexit_msr_protocol_enter, +../include/trace/events/ext4.h:2702:1: note: in expansion of macro ‘TRACE_EVENT’ + 2702 | TRACE_EVENT(ext4_fc_replay, @@ -59321,2 +102824,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1802:1: note: in expansion of macro ‘TRACE_EVENT’ - 1802 | TRACE_EVENT(kvm_vmgexit_msr_protocol_enter, +../include/trace/events/ext4.h:2702:1: note: in expansion of macro ‘TRACE_EVENT’ + 2702 | TRACE_EVENT(ext4_fc_replay, @@ -59324 +102827 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_vmgexit_msr_protocol_exit’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_fc_commit_start’: @@ -59334,2 +102837,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1823:1: note: in expansion of macro ‘TRACE_EVENT’ - 1823 | TRACE_EVENT(kvm_vmgexit_msr_protocol_exit, +../include/trace/events/ext4.h:2728:1: note: in expansion of macro ‘TRACE_EVENT’ + 2728 | TRACE_EVENT(ext4_fc_commit_start, @@ -59346,2 +102849,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1823:1: note: in expansion of macro ‘TRACE_EVENT’ - 1823 | TRACE_EVENT(kvm_vmgexit_msr_protocol_exit, +../include/trace/events/ext4.h:2728:1: note: in expansion of macro ‘TRACE_EVENT’ + 2728 | TRACE_EVENT(ext4_fc_commit_start, @@ -59349 +102852 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘trace_event_raw_event_kvm_rmp_fault’: +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_fc_commit_stop’: @@ -59359,2 +102862,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1846:1: note: in expansion of macro ‘TRACE_EVENT’ - 1846 | TRACE_EVENT(kvm_rmp_fault, +../include/trace/events/ext4.h:2747:1: note: in expansion of macro ‘TRACE_EVENT’ + 2747 | TRACE_EVENT(ext4_fc_commit_stop, @@ -59371,2 +102874,2295 @@ -../include/trace/../../arch/x86/kvm/trace.h:1846:1: note: in expansion of macro ‘TRACE_EVENT’ - 1846 | TRACE_EVENT(kvm_rmp_fault, +../include/trace/events/ext4.h:2747:1: note: in expansion of macro ‘TRACE_EVENT’ + 2747 | TRACE_EVENT(ext4_fc_commit_stop, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_fc_stats’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2784:1: note: in expansion of macro ‘TRACE_EVENT’ + 2784 | TRACE_EVENT(ext4_fc_stats, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2784:1: note: in expansion of macro ‘TRACE_EVENT’ + 2784 | TRACE_EVENT(ext4_fc_stats, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_fc_track_dentry’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2829:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2829 | DECLARE_EVENT_CLASS(ext4_fc_track_dentry, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2829:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2829 | DECLARE_EVENT_CLASS(ext4_fc_track_dentry, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_fc_track_inode’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2872:1: note: in expansion of macro ‘TRACE_EVENT’ + 2872 | TRACE_EVENT(ext4_fc_track_inode, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2872:1: note: in expansion of macro ‘TRACE_EVENT’ + 2872 | TRACE_EVENT(ext4_fc_track_inode, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_fc_track_range’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2901:1: note: in expansion of macro ‘TRACE_EVENT’ + 2901 | TRACE_EVENT(ext4_fc_track_range, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2901:1: note: in expansion of macro ‘TRACE_EVENT’ + 2901 | TRACE_EVENT(ext4_fc_track_range, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_fc_cleanup’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2935:1: note: in expansion of macro ‘TRACE_EVENT’ + 2935 | TRACE_EVENT(ext4_fc_cleanup, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2935:1: note: in expansion of macro ‘TRACE_EVENT’ + 2935 | TRACE_EVENT(ext4_fc_cleanup, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_update_sb’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2961:1: note: in expansion of macro ‘TRACE_EVENT’ + 2961 | TRACE_EVENT(ext4_update_sb, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2961:1: note: in expansion of macro ‘TRACE_EVENT’ + 2961 | TRACE_EVENT(ext4_update_sb, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_other_inode_update_time’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:137:1: note: in expansion of macro ‘TRACE_EVENT’ + 137 | TRACE_EVENT(ext4_other_inode_update_time, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:137:1: note: in expansion of macro ‘TRACE_EVENT’ + 137 | TRACE_EVENT(ext4_other_inode_update_time, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_free_inode’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:167:1: note: in expansion of macro ‘TRACE_EVENT’ + 167 | TRACE_EVENT(ext4_free_inode, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:167:1: note: in expansion of macro ‘TRACE_EVENT’ + 167 | TRACE_EVENT(ext4_free_inode, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_request_inode’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ + 196 | TRACE_EVENT(ext4_request_inode, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ + 196 | TRACE_EVENT(ext4_request_inode, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_allocate_inode’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ + 218 | TRACE_EVENT(ext4_allocate_inode, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ + 218 | TRACE_EVENT(ext4_allocate_inode, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_evict_inode’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ + 243 | TRACE_EVENT(ext4_evict_inode, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ + 243 | TRACE_EVENT(ext4_evict_inode, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_drop_inode’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:265:1: note: in expansion of macro ‘TRACE_EVENT’ + 265 | TRACE_EVENT(ext4_drop_inode, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:265:1: note: in expansion of macro ‘TRACE_EVENT’ + 265 | TRACE_EVENT(ext4_drop_inode, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_nfs_commit_metadata’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:287:1: note: in expansion of macro ‘TRACE_EVENT’ + 287 | TRACE_EVENT(ext4_nfs_commit_metadata, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:287:1: note: in expansion of macro ‘TRACE_EVENT’ + 287 | TRACE_EVENT(ext4_nfs_commit_metadata, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_mark_inode_dirty’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ + 307 | TRACE_EVENT(ext4_mark_inode_dirty, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ + 307 | TRACE_EVENT(ext4_mark_inode_dirty, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_begin_ordered_truncate’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:329:1: note: in expansion of macro ‘TRACE_EVENT’ + 329 | TRACE_EVENT(ext4_begin_ordered_truncate, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:329:1: note: in expansion of macro ‘TRACE_EVENT’ + 329 | TRACE_EVENT(ext4_begin_ordered_truncate, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4__write_begin’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:352:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 352 | DECLARE_EVENT_CLASS(ext4__write_begin, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:352:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 352 | DECLARE_EVENT_CLASS(ext4__write_begin, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4__write_end’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:392:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 392 | DECLARE_EVENT_CLASS(ext4__write_end, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:392:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 392 | DECLARE_EVENT_CLASS(ext4__write_end, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_writepages’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:444:1: note: in expansion of macro ‘TRACE_EVENT’ + 444 | TRACE_EVENT(ext4_writepages, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:444:1: note: in expansion of macro ‘TRACE_EVENT’ + 444 | TRACE_EVENT(ext4_writepages, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_da_write_pages’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:486:1: note: in expansion of macro ‘TRACE_EVENT’ + 486 | TRACE_EVENT(ext4_da_write_pages, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:486:1: note: in expansion of macro ‘TRACE_EVENT’ + 486 | TRACE_EVENT(ext4_da_write_pages, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_da_write_pages_extent’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:515:1: note: in expansion of macro ‘TRACE_EVENT’ + 515 | TRACE_EVENT(ext4_da_write_pages_extent, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:515:1: note: in expansion of macro ‘TRACE_EVENT’ + 515 | TRACE_EVENT(ext4_da_write_pages_extent, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_writepages_result’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:542:1: note: in expansion of macro ‘TRACE_EVENT’ + 542 | TRACE_EVENT(ext4_writepages_result, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:542:1: note: in expansion of macro ‘TRACE_EVENT’ + 542 | TRACE_EVENT(ext4_writepages_result, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4__folio_op’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:577:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 577 | DECLARE_EVENT_CLASS(ext4__folio_op, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:577:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 577 | DECLARE_EVENT_CLASS(ext4__folio_op, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_invalidate_folio_op’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:615:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 615 | DECLARE_EVENT_CLASS(ext4_invalidate_folio_op, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:615:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 615 | DECLARE_EVENT_CLASS(ext4_invalidate_folio_op, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_discard_blocks’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:655:1: note: in expansion of macro ‘TRACE_EVENT’ + 655 | TRACE_EVENT(ext4_discard_blocks, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:655:1: note: in expansion of macro ‘TRACE_EVENT’ + 655 | TRACE_EVENT(ext4_discard_blocks, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4__mb_new_pa’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:679:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 679 | DECLARE_EVENT_CLASS(ext4__mb_new_pa, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:679:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 679 | DECLARE_EVENT_CLASS(ext4__mb_new_pa, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_mb_release_inode_pa’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:724:1: note: in expansion of macro ‘TRACE_EVENT’ + 724 | TRACE_EVENT(ext4_mb_release_inode_pa, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:724:1: note: in expansion of macro ‘TRACE_EVENT’ + 724 | TRACE_EVENT(ext4_mb_release_inode_pa, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_mb_release_group_pa’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:751:1: note: in expansion of macro ‘TRACE_EVENT’ + 751 | TRACE_EVENT(ext4_mb_release_group_pa, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:751:1: note: in expansion of macro ‘TRACE_EVENT’ + 751 | TRACE_EVENT(ext4_mb_release_group_pa, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_discard_preallocations’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:774:1: note: in expansion of macro ‘TRACE_EVENT’ + 774 | TRACE_EVENT(ext4_discard_preallocations, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:774:1: note: in expansion of macro ‘TRACE_EVENT’ + 774 | TRACE_EVENT(ext4_discard_preallocations, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_mb_discard_preallocations’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:797:1: note: in expansion of macro ‘TRACE_EVENT’ + 797 | TRACE_EVENT(ext4_mb_discard_preallocations, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:797:1: note: in expansion of macro ‘TRACE_EVENT’ + 797 | TRACE_EVENT(ext4_mb_discard_preallocations, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_request_blocks’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:818:1: note: in expansion of macro ‘TRACE_EVENT’ + 818 | TRACE_EVENT(ext4_request_blocks, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:818:1: note: in expansion of macro ‘TRACE_EVENT’ + 818 | TRACE_EVENT(ext4_request_blocks, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_allocate_blocks’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:858:1: note: in expansion of macro ‘TRACE_EVENT’ + 858 | TRACE_EVENT(ext4_allocate_blocks, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:858:1: note: in expansion of macro ‘TRACE_EVENT’ + 858 | TRACE_EVENT(ext4_allocate_blocks, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_free_blocks’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:900:1: note: in expansion of macro ‘TRACE_EVENT’ + 900 | TRACE_EVENT(ext4_free_blocks, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:900:1: note: in expansion of macro ‘TRACE_EVENT’ + 900 | TRACE_EVENT(ext4_free_blocks, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_sync_file_enter’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:931:1: note: in expansion of macro ‘TRACE_EVENT’ + 931 | TRACE_EVENT(ext4_sync_file_enter, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:931:1: note: in expansion of macro ‘TRACE_EVENT’ + 931 | TRACE_EVENT(ext4_sync_file_enter, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_sync_file_exit’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:958:1: note: in expansion of macro ‘TRACE_EVENT’ + 958 | TRACE_EVENT(ext4_sync_file_exit, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:958:1: note: in expansion of macro ‘TRACE_EVENT’ + 958 | TRACE_EVENT(ext4_sync_file_exit, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_sync_fs’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:981:1: note: in expansion of macro ‘TRACE_EVENT’ + 981 | TRACE_EVENT(ext4_sync_fs, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:981:1: note: in expansion of macro ‘TRACE_EVENT’ + 981 | TRACE_EVENT(ext4_sync_fs, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_alloc_da_blocks’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1002:1: note: in expansion of macro ‘TRACE_EVENT’ + 1002 | TRACE_EVENT(ext4_alloc_da_blocks, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1002:1: note: in expansion of macro ‘TRACE_EVENT’ + 1002 | TRACE_EVENT(ext4_alloc_da_blocks, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_mballoc_alloc’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1025:1: note: in expansion of macro ‘TRACE_EVENT’ + 1025 | TRACE_EVENT(ext4_mballoc_alloc, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1025:1: note: in expansion of macro ‘TRACE_EVENT’ + 1025 | TRACE_EVENT(ext4_mballoc_alloc, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_mballoc_prealloc’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1092:1: note: in expansion of macro ‘TRACE_EVENT’ + 1092 | TRACE_EVENT(ext4_mballoc_prealloc, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1092:1: note: in expansion of macro ‘TRACE_EVENT’ + 1092 | TRACE_EVENT(ext4_mballoc_prealloc, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4__mballoc’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1132 | DECLARE_EVENT_CLASS(ext4__mballoc, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1132 | DECLARE_EVENT_CLASS(ext4__mballoc, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_forget’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1186:1: note: in expansion of macro ‘TRACE_EVENT’ + 1186 | TRACE_EVENT(ext4_forget, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1186:1: note: in expansion of macro ‘TRACE_EVENT’ + 1186 | TRACE_EVENT(ext4_forget, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_da_update_reserve_space’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1213:1: note: in expansion of macro ‘TRACE_EVENT’ + 1213 | TRACE_EVENT(ext4_da_update_reserve_space, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1213:1: note: in expansion of macro ‘TRACE_EVENT’ + 1213 | TRACE_EVENT(ext4_da_update_reserve_space, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_da_reserve_space’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1248:1: note: in expansion of macro ‘TRACE_EVENT’ + 1248 | TRACE_EVENT(ext4_da_reserve_space, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1248:1: note: in expansion of macro ‘TRACE_EVENT’ + 1248 | TRACE_EVENT(ext4_da_reserve_space, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_da_release_space’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1279:1: note: in expansion of macro ‘TRACE_EVENT’ + 1279 | TRACE_EVENT(ext4_da_release_space, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1279:1: note: in expansion of macro ‘TRACE_EVENT’ + 1279 | TRACE_EVENT(ext4_da_release_space, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4__bitmap_load’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1310:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1310 | DECLARE_EVENT_CLASS(ext4__bitmap_load, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1310:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1310 | DECLARE_EVENT_CLASS(ext4__bitmap_load, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_read_block_bitmap_load’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1352:1: note: in expansion of macro ‘TRACE_EVENT’ + 1352 | TRACE_EVENT(ext4_read_block_bitmap_load, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1352:1: note: in expansion of macro ‘TRACE_EVENT’ + 1352 | TRACE_EVENT(ext4_read_block_bitmap_load, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4__fallocate_mode’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1375 | DECLARE_EVENT_CLASS(ext4__fallocate_mode, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1375 | DECLARE_EVENT_CLASS(ext4__fallocate_mode, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_fallocate_exit’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1424:1: note: in expansion of macro ‘TRACE_EVENT’ + 1424 | TRACE_EVENT(ext4_fallocate_exit, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1424:1: note: in expansion of macro ‘TRACE_EVENT’ + 1424 | TRACE_EVENT(ext4_fallocate_exit, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_unlink_enter’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1453:1: note: in expansion of macro ‘TRACE_EVENT’ + 1453 | TRACE_EVENT(ext4_unlink_enter, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1453:1: note: in expansion of macro ‘TRACE_EVENT’ + 1453 | TRACE_EVENT(ext4_unlink_enter, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_unlink_exit’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1478:1: note: in expansion of macro ‘TRACE_EVENT’ + 1478 | TRACE_EVENT(ext4_unlink_exit, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1478:1: note: in expansion of macro ‘TRACE_EVENT’ + 1478 | TRACE_EVENT(ext4_unlink_exit, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4__truncate’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1501:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1501 | DECLARE_EVENT_CLASS(ext4__truncate, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1501:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1501 | DECLARE_EVENT_CLASS(ext4__truncate, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_ext_convert_to_initialized_enter’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ + 1538 | TRACE_EVENT(ext4_ext_convert_to_initialized_enter, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ + 1538 | TRACE_EVENT(ext4_ext_convert_to_initialized_enter, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_ext_convert_to_initialized_fastpath’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1576:1: note: in expansion of macro ‘TRACE_EVENT’ + 1576 | TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1576:1: note: in expansion of macro ‘TRACE_EVENT’ + 1576 | TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4__map_blocks_enter’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1618:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1618 | DECLARE_EVENT_CLASS(ext4__map_blocks_enter, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1618:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1618 | DECLARE_EVENT_CLASS(ext4__map_blocks_enter, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4__map_blocks_exit’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1660:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1660 | DECLARE_EVENT_CLASS(ext4__map_blocks_exit, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1660:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1660 | DECLARE_EVENT_CLASS(ext4__map_blocks_exit, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_ext_load_extent’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1710:1: note: in expansion of macro ‘TRACE_EVENT’ + 1710 | TRACE_EVENT(ext4_ext_load_extent, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1710:1: note: in expansion of macro ‘TRACE_EVENT’ + 1710 | TRACE_EVENT(ext4_ext_load_extent, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_load_inode’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1735:1: note: in expansion of macro ‘TRACE_EVENT’ + 1735 | TRACE_EVENT(ext4_load_inode, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1735:1: note: in expansion of macro ‘TRACE_EVENT’ + 1735 | TRACE_EVENT(ext4_load_inode, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_journal_start_sb’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1755:1: note: in expansion of macro ‘TRACE_EVENT’ + 1755 | TRACE_EVENT(ext4_journal_start_sb, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1755:1: note: in expansion of macro ‘TRACE_EVENT’ + 1755 | TRACE_EVENT(ext4_journal_start_sb, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_journal_start_inode’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1785:1: note: in expansion of macro ‘TRACE_EVENT’ + 1785 | TRACE_EVENT(ext4_journal_start_inode, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1785:1: note: in expansion of macro ‘TRACE_EVENT’ + 1785 | TRACE_EVENT(ext4_journal_start_inode, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_journal_start_reserved’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1818:1: note: in expansion of macro ‘TRACE_EVENT’ + 1818 | TRACE_EVENT(ext4_journal_start_reserved, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1818:1: note: in expansion of macro ‘TRACE_EVENT’ + 1818 | TRACE_EVENT(ext4_journal_start_reserved, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4__trim’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1840:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1840 | DECLARE_EVENT_CLASS(ext4__trim, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1840:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1840 | DECLARE_EVENT_CLASS(ext4__trim, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_ext_handle_unwritten_extents’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1889:1: note: in expansion of macro ‘TRACE_EVENT’ + 1889 | TRACE_EVENT(ext4_ext_handle_unwritten_extents, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1889:1: note: in expansion of macro ‘TRACE_EVENT’ + 1889 | TRACE_EVENT(ext4_ext_handle_unwritten_extents, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_get_implied_cluster_alloc_exit’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1927:1: note: in expansion of macro ‘TRACE_EVENT’ + 1927 | TRACE_EVENT(ext4_get_implied_cluster_alloc_exit, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1927:1: note: in expansion of macro ‘TRACE_EVENT’ + 1927 | TRACE_EVENT(ext4_get_implied_cluster_alloc_exit, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_ext_show_extent’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1956:1: note: in expansion of macro ‘TRACE_EVENT’ + 1956 | TRACE_EVENT(ext4_ext_show_extent, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1956:1: note: in expansion of macro ‘TRACE_EVENT’ + 1956 | TRACE_EVENT(ext4_ext_show_extent, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_remove_blocks’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1986:1: note: in expansion of macro ‘TRACE_EVENT’ + 1986 | TRACE_EVENT(ext4_remove_blocks, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1986:1: note: in expansion of macro ‘TRACE_EVENT’ + 1986 | TRACE_EVENT(ext4_remove_blocks, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_ext_rm_leaf’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2033:1: note: in expansion of macro ‘TRACE_EVENT’ + 2033 | TRACE_EVENT(ext4_ext_rm_leaf, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2033:1: note: in expansion of macro ‘TRACE_EVENT’ + 2033 | TRACE_EVENT(ext4_ext_rm_leaf, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_ext_rm_idx’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2077:1: note: in expansion of macro ‘TRACE_EVENT’ + 2077 | TRACE_EVENT(ext4_ext_rm_idx, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2077:1: note: in expansion of macro ‘TRACE_EVENT’ + 2077 | TRACE_EVENT(ext4_ext_rm_idx, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_ext_remove_space’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2100:1: note: in expansion of macro ‘TRACE_EVENT’ + 2100 | TRACE_EVENT(ext4_ext_remove_space, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2100:1: note: in expansion of macro ‘TRACE_EVENT’ + 2100 | TRACE_EVENT(ext4_ext_remove_space, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_ext_remove_space_done’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2130:1: note: in expansion of macro ‘TRACE_EVENT’ + 2130 | TRACE_EVENT(ext4_ext_remove_space_done, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2130:1: note: in expansion of macro ‘TRACE_EVENT’ + 2130 | TRACE_EVENT(ext4_ext_remove_space_done, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4__es_extent’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2174:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2174 | DECLARE_EVENT_CLASS(ext4__es_extent, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2174:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2174 | DECLARE_EVENT_CLASS(ext4__es_extent, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_es_remove_extent’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2216:1: note: in expansion of macro ‘TRACE_EVENT’ + 2216 | TRACE_EVENT(ext4_es_remove_extent, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2216:1: note: in expansion of macro ‘TRACE_EVENT’ + 2216 | TRACE_EVENT(ext4_es_remove_extent, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_es_find_extent_range_enter’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2241:1: note: in expansion of macro ‘TRACE_EVENT’ + 2241 | TRACE_EVENT(ext4_es_find_extent_range_enter, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2241:1: note: in expansion of macro ‘TRACE_EVENT’ + 2241 | TRACE_EVENT(ext4_es_find_extent_range_enter, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_es_find_extent_range_exit’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2263:1: note: in expansion of macro ‘TRACE_EVENT’ + 2263 | TRACE_EVENT(ext4_es_find_extent_range_exit, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2263:1: note: in expansion of macro ‘TRACE_EVENT’ + 2263 | TRACE_EVENT(ext4_es_find_extent_range_exit, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_es_lookup_extent_enter’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2293:1: note: in expansion of macro ‘TRACE_EVENT’ + 2293 | TRACE_EVENT(ext4_es_lookup_extent_enter, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2293:1: note: in expansion of macro ‘TRACE_EVENT’ + 2293 | TRACE_EVENT(ext4_es_lookup_extent_enter, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_es_lookup_extent_exit’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2315:1: note: in expansion of macro ‘TRACE_EVENT’ + 2315 | TRACE_EVENT(ext4_es_lookup_extent_exit, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2315:1: note: in expansion of macro ‘TRACE_EVENT’ + 2315 | TRACE_EVENT(ext4_es_lookup_extent_exit, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4__es_shrink_enter’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2349:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2349 | DECLARE_EVENT_CLASS(ext4__es_shrink_enter, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2349:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2349 | DECLARE_EVENT_CLASS(ext4__es_shrink_enter, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_es_shrink_scan_exit’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2383:1: note: in expansion of macro ‘TRACE_EVENT’ + 2383 | TRACE_EVENT(ext4_es_shrink_scan_exit, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2383:1: note: in expansion of macro ‘TRACE_EVENT’ + 2383 | TRACE_EVENT(ext4_es_shrink_scan_exit, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_collapse_range’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2405:1: note: in expansion of macro ‘TRACE_EVENT’ + 2405 | TRACE_EVENT(ext4_collapse_range, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2405:1: note: in expansion of macro ‘TRACE_EVENT’ + 2405 | TRACE_EVENT(ext4_collapse_range, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_insert_range’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2430:1: note: in expansion of macro ‘TRACE_EVENT’ + 2430 | TRACE_EVENT(ext4_insert_range, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2430:1: note: in expansion of macro ‘TRACE_EVENT’ + 2430 | TRACE_EVENT(ext4_insert_range, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_es_shrink’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2455:1: note: in expansion of macro ‘TRACE_EVENT’ + 2455 | TRACE_EVENT(ext4_es_shrink, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2455:1: note: in expansion of macro ‘TRACE_EVENT’ + 2455 | TRACE_EVENT(ext4_es_shrink, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_es_insert_delayed_extent’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2483:1: note: in expansion of macro ‘TRACE_EVENT’ + 2483 | TRACE_EVENT(ext4_es_insert_delayed_extent, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2483:1: note: in expansion of macro ‘TRACE_EVENT’ + 2483 | TRACE_EVENT(ext4_es_insert_delayed_extent, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_fsmap_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2521:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2521 | DECLARE_EVENT_CLASS(ext4_fsmap_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2521:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2521 | DECLARE_EVENT_CLASS(ext4_fsmap_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_getfsmap_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2558:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2558 | DECLARE_EVENT_CLASS(ext4_getfsmap_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2558:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2558 | DECLARE_EVENT_CLASS(ext4_getfsmap_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_shutdown’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2593:1: note: in expansion of macro ‘TRACE_EVENT’ + 2593 | TRACE_EVENT(ext4_shutdown, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2593:1: note: in expansion of macro ‘TRACE_EVENT’ + 2593 | TRACE_EVENT(ext4_shutdown, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_error’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2613:1: note: in expansion of macro ‘TRACE_EVENT’ + 2613 | TRACE_EVENT(ext4_error, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2613:1: note: in expansion of macro ‘TRACE_EVENT’ + 2613 | TRACE_EVENT(ext4_error, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_prefetch_bitmaps’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2636:1: note: in expansion of macro ‘TRACE_EVENT’ + 2636 | TRACE_EVENT(ext4_prefetch_bitmaps, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2636:1: note: in expansion of macro ‘TRACE_EVENT’ + 2636 | TRACE_EVENT(ext4_prefetch_bitmaps, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_lazy_itable_init’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2661:1: note: in expansion of macro ‘TRACE_EVENT’ + 2661 | TRACE_EVENT(ext4_lazy_itable_init, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2661:1: note: in expansion of macro ‘TRACE_EVENT’ + 2661 | TRACE_EVENT(ext4_lazy_itable_init, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_fc_replay_scan’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2680:1: note: in expansion of macro ‘TRACE_EVENT’ + 2680 | TRACE_EVENT(ext4_fc_replay_scan, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2680:1: note: in expansion of macro ‘TRACE_EVENT’ + 2680 | TRACE_EVENT(ext4_fc_replay_scan, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_fc_replay’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2702:1: note: in expansion of macro ‘TRACE_EVENT’ + 2702 | TRACE_EVENT(ext4_fc_replay, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2702:1: note: in expansion of macro ‘TRACE_EVENT’ + 2702 | TRACE_EVENT(ext4_fc_replay, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_fc_commit_start’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2728:1: note: in expansion of macro ‘TRACE_EVENT’ + 2728 | TRACE_EVENT(ext4_fc_commit_start, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2728:1: note: in expansion of macro ‘TRACE_EVENT’ + 2728 | TRACE_EVENT(ext4_fc_commit_start, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_fc_commit_stop’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2747:1: note: in expansion of macro ‘TRACE_EVENT’ + 2747 | TRACE_EVENT(ext4_fc_commit_stop, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2747:1: note: in expansion of macro ‘TRACE_EVENT’ + 2747 | TRACE_EVENT(ext4_fc_commit_stop, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_fc_stats’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2784:1: note: in expansion of macro ‘TRACE_EVENT’ + 2784 | TRACE_EVENT(ext4_fc_stats, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2784:1: note: in expansion of macro ‘TRACE_EVENT’ + 2784 | TRACE_EVENT(ext4_fc_stats, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_fc_track_dentry’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2829:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2829 | DECLARE_EVENT_CLASS(ext4_fc_track_dentry, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2829:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2829 | DECLARE_EVENT_CLASS(ext4_fc_track_dentry, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_fc_track_inode’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2872:1: note: in expansion of macro ‘TRACE_EVENT’ + 2872 | TRACE_EVENT(ext4_fc_track_inode, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2872:1: note: in expansion of macro ‘TRACE_EVENT’ + 2872 | TRACE_EVENT(ext4_fc_track_inode, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_fc_track_range’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2901:1: note: in expansion of macro ‘TRACE_EVENT’ + 2901 | TRACE_EVENT(ext4_fc_track_range, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2901:1: note: in expansion of macro ‘TRACE_EVENT’ + 2901 | TRACE_EVENT(ext4_fc_track_range, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_fc_cleanup’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2935:1: note: in expansion of macro ‘TRACE_EVENT’ + 2935 | TRACE_EVENT(ext4_fc_cleanup, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2935:1: note: in expansion of macro ‘TRACE_EVENT’ + 2935 | TRACE_EVENT(ext4_fc_cleanup, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘perf_trace_ext4_update_sb’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2961:1: note: in expansion of macro ‘TRACE_EVENT’ + 2961 | TRACE_EVENT(ext4_update_sb, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:2961:1: note: in expansion of macro ‘TRACE_EVENT’ + 2961 | TRACE_EVENT(ext4_update_sb, @@ -59375 +105171 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_entry’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_other_inode_update_time’: @@ -59385,2 +105181,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ - 17 | TRACE_EVENT(kvm_entry, +../include/trace/events/ext4.h:137:1: note: in expansion of macro ‘TRACE_EVENT’ + 137 | TRACE_EVENT(ext4_other_inode_update_time, @@ -59397,2 +105193,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:17:1: note: in expansion of macro ‘TRACE_EVENT’ - 17 | TRACE_EVENT(kvm_entry, +../include/trace/events/ext4.h:137:1: note: in expansion of macro ‘TRACE_EVENT’ + 137 | TRACE_EVENT(ext4_other_inode_update_time, @@ -59400 +105196 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hypercall’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_free_inode’: @@ -59410,2 +105206,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:40:1: note: in expansion of macro ‘TRACE_EVENT’ - 40 | TRACE_EVENT(kvm_hypercall, +../include/trace/events/ext4.h:167:1: note: in expansion of macro ‘TRACE_EVENT’ + 167 | TRACE_EVENT(ext4_free_inode, @@ -59422,2 +105218,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:40:1: note: in expansion of macro ‘TRACE_EVENT’ - 40 | TRACE_EVENT(kvm_hypercall, +../include/trace/events/ext4.h:167:1: note: in expansion of macro ‘TRACE_EVENT’ + 167 | TRACE_EVENT(ext4_free_inode, @@ -59425 +105221 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_hypercall’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_request_inode’: @@ -59435,2 +105231,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ - 69 | TRACE_EVENT(kvm_hv_hypercall, +../include/trace/events/ext4.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ + 196 | TRACE_EVENT(ext4_request_inode, @@ -59447,2 +105243,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:69:1: note: in expansion of macro ‘TRACE_EVENT’ - 69 | TRACE_EVENT(kvm_hv_hypercall, +../include/trace/events/ext4.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ + 196 | TRACE_EVENT(ext4_request_inode, @@ -59450 +105246 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_hypercall_done’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_allocate_inode’: @@ -59460,2 +105256,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:100:1: note: in expansion of macro ‘TRACE_EVENT’ - 100 | TRACE_EVENT(kvm_hv_hypercall_done, +../include/trace/events/ext4.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ + 218 | TRACE_EVENT(ext4_allocate_inode, @@ -59472,2 +105268,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:100:1: note: in expansion of macro ‘TRACE_EVENT’ - 100 | TRACE_EVENT(kvm_hv_hypercall_done, +../include/trace/events/ext4.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ + 218 | TRACE_EVENT(ext4_allocate_inode, @@ -59475 +105271 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_xen_hypercall’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_evict_inode’: @@ -59485,2 +105281,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ - 118 | TRACE_EVENT(kvm_xen_hypercall, +../include/trace/events/ext4.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ + 243 | TRACE_EVENT(ext4_evict_inode, @@ -59497,2 +105293,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:118:1: note: in expansion of macro ‘TRACE_EVENT’ - 118 | TRACE_EVENT(kvm_xen_hypercall, +../include/trace/events/ext4.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ + 243 | TRACE_EVENT(ext4_evict_inode, @@ -59500 +105296 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_pio’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_drop_inode’: @@ -59510,2 +105306,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:161:1: note: in expansion of macro ‘TRACE_EVENT’ - 161 | TRACE_EVENT(kvm_pio, +../include/trace/events/ext4.h:265:1: note: in expansion of macro ‘TRACE_EVENT’ + 265 | TRACE_EVENT(ext4_drop_inode, @@ -59522,2 +105318,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:161:1: note: in expansion of macro ‘TRACE_EVENT’ - 161 | TRACE_EVENT(kvm_pio, +../include/trace/events/ext4.h:265:1: note: in expansion of macro ‘TRACE_EVENT’ + 265 | TRACE_EVENT(ext4_drop_inode, @@ -59525 +105321 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_fast_mmio’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_nfs_commit_metadata’: @@ -59535,2 +105331,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ - 196 | TRACE_EVENT(kvm_fast_mmio, +../include/trace/events/ext4.h:287:1: note: in expansion of macro ‘TRACE_EVENT’ + 287 | TRACE_EVENT(ext4_nfs_commit_metadata, @@ -59547,2 +105343,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ - 196 | TRACE_EVENT(kvm_fast_mmio, +../include/trace/events/ext4.h:287:1: note: in expansion of macro ‘TRACE_EVENT’ + 287 | TRACE_EVENT(ext4_nfs_commit_metadata, @@ -59550 +105346 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_cpuid’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_mark_inode_dirty’: @@ -59560,2 +105356,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ - 214 | TRACE_EVENT(kvm_cpuid, +../include/trace/events/ext4.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ + 307 | TRACE_EVENT(ext4_mark_inode_dirty, @@ -59572,2 +105368,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:214:1: note: in expansion of macro ‘TRACE_EVENT’ - 214 | TRACE_EVENT(kvm_cpuid, +../include/trace/events/ext4.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ + 307 | TRACE_EVENT(ext4_mark_inode_dirty, @@ -59575 +105371 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_apic’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_begin_ordered_truncate’: @@ -59585,2 +105381,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:261:1: note: in expansion of macro ‘TRACE_EVENT’ - 261 | TRACE_EVENT(kvm_apic, +../include/trace/events/ext4.h:329:1: note: in expansion of macro ‘TRACE_EVENT’ + 329 | TRACE_EVENT(ext4_begin_ordered_truncate, @@ -59597,2 +105393,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:261:1: note: in expansion of macro ‘TRACE_EVENT’ - 261 | TRACE_EVENT(kvm_apic, +../include/trace/events/ext4.h:329:1: note: in expansion of macro ‘TRACE_EVENT’ + 329 | TRACE_EVENT(ext4_begin_ordered_truncate, @@ -59600 +105396,39 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_exit’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__write_begin’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:352:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 352 | DECLARE_EVENT_CLASS(ext4__write_begin, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:352:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 352 | DECLARE_EVENT_CLASS(ext4__write_begin, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__write_end’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:392:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 392 | DECLARE_EVENT_CLASS(ext4__write_end, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:392:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 392 | DECLARE_EVENT_CLASS(ext4__write_end, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_writepages’: @@ -59610,2 +105444,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ - 298 | TRACE_EVENT(name, \ +../include/trace/events/ext4.h:444:1: note: in expansion of macro ‘TRACE_EVENT’ + 444 | TRACE_EVENT(ext4_writepages, @@ -59613,3 +105446,0 @@ -../include/trace/../../arch/x86/kvm/trace.h:336:1: note: in expansion of macro ‘TRACE_EVENT_KVM_EXIT’ - 336 | TRACE_EVENT_KVM_EXIT(kvm_exit); - | ^~~~~~~~~~~~~~~~~~~~ @@ -59625,2 +105456,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ - 298 | TRACE_EVENT(name, \ +../include/trace/events/ext4.h:444:1: note: in expansion of macro ‘TRACE_EVENT’ + 444 | TRACE_EVENT(ext4_writepages, @@ -59628,4 +105459 @@ -../include/trace/../../arch/x86/kvm/trace.h:336:1: note: in expansion of macro ‘TRACE_EVENT_KVM_EXIT’ - 336 | TRACE_EVENT_KVM_EXIT(kvm_exit); - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_inj_virq’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_da_write_pages’: @@ -59641,2 +105469,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:341:1: note: in expansion of macro ‘TRACE_EVENT’ - 341 | TRACE_EVENT(kvm_inj_virq, +../include/trace/events/ext4.h:486:1: note: in expansion of macro ‘TRACE_EVENT’ + 486 | TRACE_EVENT(ext4_da_write_pages, @@ -59653,2 +105481,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:341:1: note: in expansion of macro ‘TRACE_EVENT’ - 341 | TRACE_EVENT(kvm_inj_virq, +../include/trace/events/ext4.h:486:1: note: in expansion of macro ‘TRACE_EVENT’ + 486 | TRACE_EVENT(ext4_da_write_pages, @@ -59656 +105484 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_inj_exception’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_da_write_pages_extent’: @@ -59666,2 +105494,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:372:1: note: in expansion of macro ‘TRACE_EVENT’ - 372 | TRACE_EVENT(kvm_inj_exception, +../include/trace/events/ext4.h:515:1: note: in expansion of macro ‘TRACE_EVENT’ + 515 | TRACE_EVENT(ext4_da_write_pages_extent, @@ -59678,2 +105506,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:372:1: note: in expansion of macro ‘TRACE_EVENT’ - 372 | TRACE_EVENT(kvm_inj_exception, +../include/trace/events/ext4.h:515:1: note: in expansion of macro ‘TRACE_EVENT’ + 515 | TRACE_EVENT(ext4_da_write_pages_extent, @@ -59681 +105509 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_page_fault’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_writepages_result’: @@ -59691,2 +105519,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:402:1: note: in expansion of macro ‘TRACE_EVENT’ - 402 | TRACE_EVENT(kvm_page_fault, +../include/trace/events/ext4.h:542:1: note: in expansion of macro ‘TRACE_EVENT’ + 542 | TRACE_EVENT(ext4_writepages_result, @@ -59703,2 +105531,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:402:1: note: in expansion of macro ‘TRACE_EVENT’ - 402 | TRACE_EVENT(kvm_page_fault, +../include/trace/events/ext4.h:542:1: note: in expansion of macro ‘TRACE_EVENT’ + 542 | TRACE_EVENT(ext4_writepages_result, @@ -59706 +105534,39 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_msr’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__folio_op’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:577:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 577 | DECLARE_EVENT_CLASS(ext4__folio_op, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:577:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 577 | DECLARE_EVENT_CLASS(ext4__folio_op, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_invalidate_folio_op’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:615:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 615 | DECLARE_EVENT_CLASS(ext4_invalidate_folio_op, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:615:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 615 | DECLARE_EVENT_CLASS(ext4_invalidate_folio_op, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_discard_blocks’: @@ -59716,2 +105582,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:428:1: note: in expansion of macro ‘TRACE_EVENT’ - 428 | TRACE_EVENT(kvm_msr, +../include/trace/events/ext4.h:655:1: note: in expansion of macro ‘TRACE_EVENT’ + 655 | TRACE_EVENT(ext4_discard_blocks, @@ -59728,2 +105594,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:428:1: note: in expansion of macro ‘TRACE_EVENT’ - 428 | TRACE_EVENT(kvm_msr, +../include/trace/events/ext4.h:655:1: note: in expansion of macro ‘TRACE_EVENT’ + 655 | TRACE_EVENT(ext4_discard_blocks, @@ -59731 +105597,20 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_cr’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__mb_new_pa’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:679:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 679 | DECLARE_EVENT_CLASS(ext4__mb_new_pa, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:679:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 679 | DECLARE_EVENT_CLASS(ext4__mb_new_pa, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_mb_release_inode_pa’: @@ -59741,2 +105626,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:460:1: note: in expansion of macro ‘TRACE_EVENT’ - 460 | TRACE_EVENT(kvm_cr, +../include/trace/events/ext4.h:724:1: note: in expansion of macro ‘TRACE_EVENT’ + 724 | TRACE_EVENT(ext4_mb_release_inode_pa, @@ -59753,2 +105638,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:460:1: note: in expansion of macro ‘TRACE_EVENT’ - 460 | TRACE_EVENT(kvm_cr, +../include/trace/events/ext4.h:724:1: note: in expansion of macro ‘TRACE_EVENT’ + 724 | TRACE_EVENT(ext4_mb_release_inode_pa, @@ -59756 +105641 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_pic_set_irq’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_mb_release_group_pa’: @@ -59766,2 +105651,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:484:1: note: in expansion of macro ‘TRACE_EVENT’ - 484 | TRACE_EVENT(kvm_pic_set_irq, +../include/trace/events/ext4.h:751:1: note: in expansion of macro ‘TRACE_EVENT’ + 751 | TRACE_EVENT(ext4_mb_release_group_pa, @@ -59778,2 +105663,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:484:1: note: in expansion of macro ‘TRACE_EVENT’ - 484 | TRACE_EVENT(kvm_pic_set_irq, +../include/trace/events/ext4.h:751:1: note: in expansion of macro ‘TRACE_EVENT’ + 751 | TRACE_EVENT(ext4_mb_release_group_pa, @@ -59781 +105666 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_apic_ipi’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_discard_preallocations’: @@ -59791,2 +105676,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:517:1: note: in expansion of macro ‘TRACE_EVENT’ - 517 | TRACE_EVENT(kvm_apic_ipi, +../include/trace/events/ext4.h:774:1: note: in expansion of macro ‘TRACE_EVENT’ + 774 | TRACE_EVENT(ext4_discard_preallocations, @@ -59803,2 +105688,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:517:1: note: in expansion of macro ‘TRACE_EVENT’ - 517 | TRACE_EVENT(kvm_apic_ipi, +../include/trace/events/ext4.h:774:1: note: in expansion of macro ‘TRACE_EVENT’ + 774 | TRACE_EVENT(ext4_discard_preallocations, @@ -59806 +105691 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_apic_accept_irq’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_mb_discard_preallocations’: @@ -59816,2 +105701,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:542:1: note: in expansion of macro ‘TRACE_EVENT’ - 542 | TRACE_EVENT(kvm_apic_accept_irq, +../include/trace/events/ext4.h:797:1: note: in expansion of macro ‘TRACE_EVENT’ + 797 | TRACE_EVENT(ext4_mb_discard_preallocations, @@ -59828,2 +105713,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:542:1: note: in expansion of macro ‘TRACE_EVENT’ - 542 | TRACE_EVENT(kvm_apic_accept_irq, +../include/trace/events/ext4.h:797:1: note: in expansion of macro ‘TRACE_EVENT’ + 797 | TRACE_EVENT(ext4_mb_discard_preallocations, @@ -59831 +105716,408 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_eoi’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_request_blocks’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:818:1: note: in expansion of macro ‘TRACE_EVENT’ + 818 | TRACE_EVENT(ext4_request_blocks, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:818:1: note: in expansion of macro ‘TRACE_EVENT’ + 818 | TRACE_EVENT(ext4_request_blocks, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_allocate_blocks’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:858:1: note: in expansion of macro ‘TRACE_EVENT’ + 858 | TRACE_EVENT(ext4_allocate_blocks, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:858:1: note: in expansion of macro ‘TRACE_EVENT’ + 858 | TRACE_EVENT(ext4_allocate_blocks, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_free_blocks’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:900:1: note: in expansion of macro ‘TRACE_EVENT’ + 900 | TRACE_EVENT(ext4_free_blocks, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:900:1: note: in expansion of macro ‘TRACE_EVENT’ + 900 | TRACE_EVENT(ext4_free_blocks, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_sync_file_enter’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:931:1: note: in expansion of macro ‘TRACE_EVENT’ + 931 | TRACE_EVENT(ext4_sync_file_enter, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:931:1: note: in expansion of macro ‘TRACE_EVENT’ + 931 | TRACE_EVENT(ext4_sync_file_enter, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_sync_file_exit’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:958:1: note: in expansion of macro ‘TRACE_EVENT’ + 958 | TRACE_EVENT(ext4_sync_file_exit, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:958:1: note: in expansion of macro ‘TRACE_EVENT’ + 958 | TRACE_EVENT(ext4_sync_file_exit, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_sync_fs’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:981:1: note: in expansion of macro ‘TRACE_EVENT’ + 981 | TRACE_EVENT(ext4_sync_fs, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:981:1: note: in expansion of macro ‘TRACE_EVENT’ + 981 | TRACE_EVENT(ext4_sync_fs, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_alloc_da_blocks’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1002:1: note: in expansion of macro ‘TRACE_EVENT’ + 1002 | TRACE_EVENT(ext4_alloc_da_blocks, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1002:1: note: in expansion of macro ‘TRACE_EVENT’ + 1002 | TRACE_EVENT(ext4_alloc_da_blocks, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_mballoc_alloc’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1025:1: note: in expansion of macro ‘TRACE_EVENT’ + 1025 | TRACE_EVENT(ext4_mballoc_alloc, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1025:1: note: in expansion of macro ‘TRACE_EVENT’ + 1025 | TRACE_EVENT(ext4_mballoc_alloc, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_mballoc_prealloc’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1092:1: note: in expansion of macro ‘TRACE_EVENT’ + 1092 | TRACE_EVENT(ext4_mballoc_prealloc, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1092:1: note: in expansion of macro ‘TRACE_EVENT’ + 1092 | TRACE_EVENT(ext4_mballoc_prealloc, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__mballoc’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1132 | DECLARE_EVENT_CLASS(ext4__mballoc, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1132 | DECLARE_EVENT_CLASS(ext4__mballoc, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_forget’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1186:1: note: in expansion of macro ‘TRACE_EVENT’ + 1186 | TRACE_EVENT(ext4_forget, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1186:1: note: in expansion of macro ‘TRACE_EVENT’ + 1186 | TRACE_EVENT(ext4_forget, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_da_update_reserve_space’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1213:1: note: in expansion of macro ‘TRACE_EVENT’ + 1213 | TRACE_EVENT(ext4_da_update_reserve_space, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1213:1: note: in expansion of macro ‘TRACE_EVENT’ + 1213 | TRACE_EVENT(ext4_da_update_reserve_space, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_da_reserve_space’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1248:1: note: in expansion of macro ‘TRACE_EVENT’ + 1248 | TRACE_EVENT(ext4_da_reserve_space, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1248:1: note: in expansion of macro ‘TRACE_EVENT’ + 1248 | TRACE_EVENT(ext4_da_reserve_space, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_da_release_space’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1279:1: note: in expansion of macro ‘TRACE_EVENT’ + 1279 | TRACE_EVENT(ext4_da_release_space, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1279:1: note: in expansion of macro ‘TRACE_EVENT’ + 1279 | TRACE_EVENT(ext4_da_release_space, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__bitmap_load’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1310:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1310 | DECLARE_EVENT_CLASS(ext4__bitmap_load, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1310:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1310 | DECLARE_EVENT_CLASS(ext4__bitmap_load, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_read_block_bitmap_load’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1352:1: note: in expansion of macro ‘TRACE_EVENT’ + 1352 | TRACE_EVENT(ext4_read_block_bitmap_load, + | ^~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1352:1: note: in expansion of macro ‘TRACE_EVENT’ + 1352 | TRACE_EVENT(ext4_read_block_bitmap_load, + | ^~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__fallocate_mode’: +../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1375 | DECLARE_EVENT_CLASS(ext4__fallocate_mode, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? + 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ + 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h:1375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1375 | DECLARE_EVENT_CLASS(ext4__fallocate_mode, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_fallocate_exit’: @@ -59841,2 +106133,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:566:1: note: in expansion of macro ‘TRACE_EVENT’ - 566 | TRACE_EVENT(kvm_eoi, +../include/trace/events/ext4.h:1424:1: note: in expansion of macro ‘TRACE_EVENT’ + 1424 | TRACE_EVENT(ext4_fallocate_exit, @@ -59853,2 +106145,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:566:1: note: in expansion of macro ‘TRACE_EVENT’ - 566 | TRACE_EVENT(kvm_eoi, +../include/trace/events/ext4.h:1424:1: note: in expansion of macro ‘TRACE_EVENT’ + 1424 | TRACE_EVENT(ext4_fallocate_exit, @@ -59856 +106148 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_pv_eoi’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_unlink_enter’: @@ -59866,2 +106158,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:583:1: note: in expansion of macro ‘TRACE_EVENT’ - 583 | TRACE_EVENT(kvm_pv_eoi, +../include/trace/events/ext4.h:1453:1: note: in expansion of macro ‘TRACE_EVENT’ + 1453 | TRACE_EVENT(ext4_unlink_enter, @@ -59878,2 +106170,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:583:1: note: in expansion of macro ‘TRACE_EVENT’ - 583 | TRACE_EVENT(kvm_pv_eoi, +../include/trace/events/ext4.h:1453:1: note: in expansion of macro ‘TRACE_EVENT’ + 1453 | TRACE_EVENT(ext4_unlink_enter, @@ -59881 +106173 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_nested_vmenter’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_unlink_exit’: @@ -59891,2 +106183,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ - 603 | TRACE_EVENT(kvm_nested_vmenter, +../include/trace/events/ext4.h:1478:1: note: in expansion of macro ‘TRACE_EVENT’ + 1478 | TRACE_EVENT(ext4_unlink_exit, @@ -59903,2 +106195,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ - 603 | TRACE_EVENT(kvm_nested_vmenter, +../include/trace/events/ext4.h:1478:1: note: in expansion of macro ‘TRACE_EVENT’ + 1478 | TRACE_EVENT(ext4_unlink_exit, @@ -59906 +106198 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_nested_intercepts’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__truncate’: @@ -59913,6 +106205,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../arch/x86/kvm/trace.h:647:1: note: in expansion of macro ‘TRACE_EVENT’ - 647 | TRACE_EVENT(kvm_nested_intercepts, - | ^~~~~~~~~~~ +../include/trace/events/ext4.h:1501:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1501 | DECLARE_EVENT_CLASS(ext4__truncate, + | ^~~~~~~~~~~~~~~~~~~ @@ -59925,7 +106214,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../arch/x86/kvm/trace.h:647:1: note: in expansion of macro ‘TRACE_EVENT’ - 647 | TRACE_EVENT(kvm_nested_intercepts, - | ^~~~~~~~~~~ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_nested_vmexit’: +../include/trace/events/ext4.h:1501:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1501 | DECLARE_EVENT_CLASS(ext4__truncate, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_ext_convert_to_initialized_enter’: @@ -59941,2 +106227,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ - 298 | TRACE_EVENT(name, \ +../include/trace/events/ext4.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ + 1538 | TRACE_EVENT(ext4_ext_convert_to_initialized_enter, @@ -59944,3 +106229,0 @@ -../include/trace/../../arch/x86/kvm/trace.h:679:1: note: in expansion of macro ‘TRACE_EVENT_KVM_EXIT’ - 679 | TRACE_EVENT_KVM_EXIT(kvm_nested_vmexit); - | ^~~~~~~~~~~~~~~~~~~~ @@ -59956,2 +106239,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:298:1: note: in expansion of macro ‘TRACE_EVENT’ - 298 | TRACE_EVENT(name, \ +../include/trace/events/ext4.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ + 1538 | TRACE_EVENT(ext4_ext_convert_to_initialized_enter, @@ -59959,4 +106242 @@ -../include/trace/../../arch/x86/kvm/trace.h:679:1: note: in expansion of macro ‘TRACE_EVENT_KVM_EXIT’ - 679 | TRACE_EVENT_KVM_EXIT(kvm_nested_vmexit); - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_nested_vmexit_inject’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_ext_convert_to_initialized_fastpath’: @@ -59972,2 +106252,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:684:1: note: in expansion of macro ‘TRACE_EVENT’ - 684 | TRACE_EVENT(kvm_nested_vmexit_inject, +../include/trace/events/ext4.h:1576:1: note: in expansion of macro ‘TRACE_EVENT’ + 1576 | TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, @@ -59984,2 +106264,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:684:1: note: in expansion of macro ‘TRACE_EVENT’ - 684 | TRACE_EVENT(kvm_nested_vmexit_inject, +../include/trace/events/ext4.h:1576:1: note: in expansion of macro ‘TRACE_EVENT’ + 1576 | TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, @@ -59987 +106267 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_nested_intr_vmexit’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__map_blocks_enter’: @@ -59994,6 +106274,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../arch/x86/kvm/trace.h:719:1: note: in expansion of macro ‘TRACE_EVENT’ - 719 | TRACE_EVENT(kvm_nested_intr_vmexit, - | ^~~~~~~~~~~ +../include/trace/events/ext4.h:1618:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1618 | DECLARE_EVENT_CLASS(ext4__map_blocks_enter, + | ^~~~~~~~~~~~~~~~~~~ @@ -60006,7 +106283,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../arch/x86/kvm/trace.h:719:1: note: in expansion of macro ‘TRACE_EVENT’ - 719 | TRACE_EVENT(kvm_nested_intr_vmexit, - | ^~~~~~~~~~~ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_invlpga’: +../include/trace/events/ext4.h:1618:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1618 | DECLARE_EVENT_CLASS(ext4__map_blocks_enter, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__map_blocks_exit’: @@ -60019,6 +106293,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../arch/x86/kvm/trace.h:737:1: note: in expansion of macro ‘TRACE_EVENT’ - 737 | TRACE_EVENT(kvm_invlpga, - | ^~~~~~~~~~~ +../include/trace/events/ext4.h:1660:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1660 | DECLARE_EVENT_CLASS(ext4__map_blocks_exit, + | ^~~~~~~~~~~~~~~~~~~ @@ -60031,7 +106302,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../arch/x86/kvm/trace.h:737:1: note: in expansion of macro ‘TRACE_EVENT’ - 737 | TRACE_EVENT(kvm_invlpga, - | ^~~~~~~~~~~ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_skinit’: +../include/trace/events/ext4.h:1660:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1660 | DECLARE_EVENT_CLASS(ext4__map_blocks_exit, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_ext_load_extent’: @@ -60047,2 +106315,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:760:1: note: in expansion of macro ‘TRACE_EVENT’ - 760 | TRACE_EVENT(kvm_skinit, +../include/trace/events/ext4.h:1710:1: note: in expansion of macro ‘TRACE_EVENT’ + 1710 | TRACE_EVENT(ext4_ext_load_extent, @@ -60059,2 +106327,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:760:1: note: in expansion of macro ‘TRACE_EVENT’ - 760 | TRACE_EVENT(kvm_skinit, +../include/trace/events/ext4.h:1710:1: note: in expansion of macro ‘TRACE_EVENT’ + 1710 | TRACE_EVENT(ext4_ext_load_extent, @@ -60062 +106330 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_emulate_insn’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_load_inode’: @@ -60072,2 +106340,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:817:1: note: in expansion of macro ‘TRACE_EVENT’ - 817 | TRACE_EVENT(kvm_emulate_insn, +../include/trace/events/ext4.h:1735:1: note: in expansion of macro ‘TRACE_EVENT’ + 1735 | TRACE_EVENT(ext4_load_inode, @@ -60084,2 +106352,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:817:1: note: in expansion of macro ‘TRACE_EVENT’ - 817 | TRACE_EVENT(kvm_emulate_insn, +../include/trace/events/ext4.h:1735:1: note: in expansion of macro ‘TRACE_EVENT’ + 1735 | TRACE_EVENT(ext4_load_inode, @@ -60087 +106355 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_vcpu_match_mmio’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_journal_start_sb’: @@ -60097,2 +106365,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:855:1: note: in expansion of macro ‘TRACE_EVENT’ - 855 | TRACE_EVENT( +../include/trace/events/ext4.h:1755:1: note: in expansion of macro ‘TRACE_EVENT’ + 1755 | TRACE_EVENT(ext4_journal_start_sb, @@ -60109,2 +106377,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:855:1: note: in expansion of macro ‘TRACE_EVENT’ - 855 | TRACE_EVENT( +../include/trace/events/ext4.h:1755:1: note: in expansion of macro ‘TRACE_EVENT’ + 1755 | TRACE_EVENT(ext4_journal_start_sb, @@ -60112 +106380 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_write_tsc_offset’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_journal_start_inode’: @@ -60122,2 +106390,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:879:1: note: in expansion of macro ‘TRACE_EVENT’ - 879 | TRACE_EVENT(kvm_write_tsc_offset, +../include/trace/events/ext4.h:1785:1: note: in expansion of macro ‘TRACE_EVENT’ + 1785 | TRACE_EVENT(ext4_journal_start_inode, @@ -60134,2 +106402,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:879:1: note: in expansion of macro ‘TRACE_EVENT’ - 879 | TRACE_EVENT(kvm_write_tsc_offset, +../include/trace/events/ext4.h:1785:1: note: in expansion of macro ‘TRACE_EVENT’ + 1785 | TRACE_EVENT(ext4_journal_start_inode, @@ -60137 +106405 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_pml_full’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_journal_start_reserved’: @@ -60147,2 +106415,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:963:1: note: in expansion of macro ‘TRACE_EVENT’ - 963 | TRACE_EVENT(kvm_pml_full, +../include/trace/events/ext4.h:1818:1: note: in expansion of macro ‘TRACE_EVENT’ + 1818 | TRACE_EVENT(ext4_journal_start_reserved, @@ -60159,2 +106427,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:963:1: note: in expansion of macro ‘TRACE_EVENT’ - 963 | TRACE_EVENT(kvm_pml_full, +../include/trace/events/ext4.h:1818:1: note: in expansion of macro ‘TRACE_EVENT’ + 1818 | TRACE_EVENT(ext4_journal_start_reserved, @@ -60162 +106430 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_ple_window_update’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__trim’: @@ -60169,6 +106437,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../arch/x86/kvm/trace.h:978:1: note: in expansion of macro ‘TRACE_EVENT’ - 978 | TRACE_EVENT(kvm_ple_window_update, - | ^~~~~~~~~~~ +../include/trace/events/ext4.h:1840:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1840 | DECLARE_EVENT_CLASS(ext4__trim, + | ^~~~~~~~~~~~~~~~~~~ @@ -60181,7 +106446,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../arch/x86/kvm/trace.h:978:1: note: in expansion of macro ‘TRACE_EVENT’ - 978 | TRACE_EVENT(kvm_ple_window_update, - | ^~~~~~~~~~~ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_pvclock_update’: +../include/trace/events/ext4.h:1840:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1840 | DECLARE_EVENT_CLASS(ext4__trim, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_ext_handle_unwritten_extents’: @@ -60197,2 +106459,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:999:1: note: in expansion of macro ‘TRACE_EVENT’ - 999 | TRACE_EVENT(kvm_pvclock_update, +../include/trace/events/ext4.h:1889:1: note: in expansion of macro ‘TRACE_EVENT’ + 1889 | TRACE_EVENT(ext4_ext_handle_unwritten_extents, @@ -60209,2 +106471,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:999:1: note: in expansion of macro ‘TRACE_EVENT’ - 999 | TRACE_EVENT(kvm_pvclock_update, +../include/trace/events/ext4.h:1889:1: note: in expansion of macro ‘TRACE_EVENT’ + 1889 | TRACE_EVENT(ext4_ext_handle_unwritten_extents, @@ -60212 +106474 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_wait_lapic_expire’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_get_implied_cluster_alloc_exit’: @@ -60222,2 +106484,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1035:1: note: in expansion of macro ‘TRACE_EVENT’ - 1035 | TRACE_EVENT(kvm_wait_lapic_expire, +../include/trace/events/ext4.h:1927:1: note: in expansion of macro ‘TRACE_EVENT’ + 1927 | TRACE_EVENT(ext4_get_implied_cluster_alloc_exit, @@ -60234,2 +106496,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1035:1: note: in expansion of macro ‘TRACE_EVENT’ - 1035 | TRACE_EVENT(kvm_wait_lapic_expire, +../include/trace/events/ext4.h:1927:1: note: in expansion of macro ‘TRACE_EVENT’ + 1927 | TRACE_EVENT(ext4_get_implied_cluster_alloc_exit, @@ -60237 +106499 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_smm_transition’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_ext_show_extent’: @@ -60247,2 +106509,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1055:1: note: in expansion of macro ‘TRACE_EVENT’ - 1055 | TRACE_EVENT(kvm_smm_transition, +../include/trace/events/ext4.h:1956:1: note: in expansion of macro ‘TRACE_EVENT’ + 1956 | TRACE_EVENT(ext4_ext_show_extent, @@ -60259,2 +106521,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1055:1: note: in expansion of macro ‘TRACE_EVENT’ - 1055 | TRACE_EVENT(kvm_smm_transition, +../include/trace/events/ext4.h:1956:1: note: in expansion of macro ‘TRACE_EVENT’ + 1956 | TRACE_EVENT(ext4_ext_show_extent, @@ -60262 +106524 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_pi_irte_update’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_remove_blocks’: @@ -60272,2 +106534,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1080:1: note: in expansion of macro ‘TRACE_EVENT’ - 1080 | TRACE_EVENT(kvm_pi_irte_update, +../include/trace/events/ext4.h:1986:1: note: in expansion of macro ‘TRACE_EVENT’ + 1986 | TRACE_EVENT(ext4_remove_blocks, @@ -60284,2 +106546,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1080:1: note: in expansion of macro ‘TRACE_EVENT’ - 1080 | TRACE_EVENT(kvm_pi_irte_update, +../include/trace/events/ext4.h:1986:1: note: in expansion of macro ‘TRACE_EVENT’ + 1986 | TRACE_EVENT(ext4_remove_blocks, @@ -60287 +106549 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_notify_acked_sint’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_ext_rm_leaf’: @@ -60297,2 +106559,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1117:1: note: in expansion of macro ‘TRACE_EVENT’ - 1117 | TRACE_EVENT(kvm_hv_notify_acked_sint, +../include/trace/events/ext4.h:2033:1: note: in expansion of macro ‘TRACE_EVENT’ + 2033 | TRACE_EVENT(ext4_ext_rm_leaf, @@ -60309,2 +106571,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1117:1: note: in expansion of macro ‘TRACE_EVENT’ - 1117 | TRACE_EVENT(kvm_hv_notify_acked_sint, +../include/trace/events/ext4.h:2033:1: note: in expansion of macro ‘TRACE_EVENT’ + 2033 | TRACE_EVENT(ext4_ext_rm_leaf, @@ -60312 +106574 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_synic_set_irq’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_ext_rm_idx’: @@ -60322,2 +106584,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1137:1: note: in expansion of macro ‘TRACE_EVENT’ - 1137 | TRACE_EVENT(kvm_hv_synic_set_irq, +../include/trace/events/ext4.h:2077:1: note: in expansion of macro ‘TRACE_EVENT’ + 2077 | TRACE_EVENT(ext4_ext_rm_idx, @@ -60334,2 +106596,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1137:1: note: in expansion of macro ‘TRACE_EVENT’ - 1137 | TRACE_EVENT(kvm_hv_synic_set_irq, +../include/trace/events/ext4.h:2077:1: note: in expansion of macro ‘TRACE_EVENT’ + 2077 | TRACE_EVENT(ext4_ext_rm_idx, @@ -60337 +106599 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_synic_send_eoi’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_ext_remove_space’: @@ -60347,2 +106609,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1163:1: note: in expansion of macro ‘TRACE_EVENT’ - 1163 | TRACE_EVENT(kvm_hv_synic_send_eoi, +../include/trace/events/ext4.h:2100:1: note: in expansion of macro ‘TRACE_EVENT’ + 2100 | TRACE_EVENT(ext4_ext_remove_space, @@ -60359,2 +106621,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1163:1: note: in expansion of macro ‘TRACE_EVENT’ - 1163 | TRACE_EVENT(kvm_hv_synic_send_eoi, +../include/trace/events/ext4.h:2100:1: note: in expansion of macro ‘TRACE_EVENT’ + 2100 | TRACE_EVENT(ext4_ext_remove_space, @@ -60362 +106624 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_synic_set_msr’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_ext_remove_space_done’: @@ -60372,2 +106634,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1185:1: note: in expansion of macro ‘TRACE_EVENT’ - 1185 | TRACE_EVENT(kvm_hv_synic_set_msr, +../include/trace/events/ext4.h:2130:1: note: in expansion of macro ‘TRACE_EVENT’ + 2130 | TRACE_EVENT(ext4_ext_remove_space_done, @@ -60384,2 +106646,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1185:1: note: in expansion of macro ‘TRACE_EVENT’ - 1185 | TRACE_EVENT(kvm_hv_synic_set_msr, +../include/trace/events/ext4.h:2130:1: note: in expansion of macro ‘TRACE_EVENT’ + 2130 | TRACE_EVENT(ext4_ext_remove_space_done, @@ -60387 +106649 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_stimer_set_config’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__es_extent’: @@ -60394,6 +106656,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../arch/x86/kvm/trace.h:1210:1: note: in expansion of macro ‘TRACE_EVENT’ - 1210 | TRACE_EVENT(kvm_hv_stimer_set_config, - | ^~~~~~~~~~~ +../include/trace/events/ext4.h:2174:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2174 | DECLARE_EVENT_CLASS(ext4__es_extent, + | ^~~~~~~~~~~~~~~~~~~ @@ -60406,7 +106665,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../arch/x86/kvm/trace.h:1210:1: note: in expansion of macro ‘TRACE_EVENT’ - 1210 | TRACE_EVENT(kvm_hv_stimer_set_config, - | ^~~~~~~~~~~ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_stimer_set_count’: +../include/trace/events/ext4.h:2174:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2174 | DECLARE_EVENT_CLASS(ext4__es_extent, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_es_remove_extent’: @@ -60422,2 +106678,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1236:1: note: in expansion of macro ‘TRACE_EVENT’ - 1236 | TRACE_EVENT(kvm_hv_stimer_set_count, +../include/trace/events/ext4.h:2216:1: note: in expansion of macro ‘TRACE_EVENT’ + 2216 | TRACE_EVENT(ext4_es_remove_extent, @@ -60434,2 +106690,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1236:1: note: in expansion of macro ‘TRACE_EVENT’ - 1236 | TRACE_EVENT(kvm_hv_stimer_set_count, +../include/trace/events/ext4.h:2216:1: note: in expansion of macro ‘TRACE_EVENT’ + 2216 | TRACE_EVENT(ext4_es_remove_extent, @@ -60437 +106693 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_stimer_start_periodic’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_es_find_extent_range_enter’: @@ -60447,2 +106703,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1262:1: note: in expansion of macro ‘TRACE_EVENT’ - 1262 | TRACE_EVENT(kvm_hv_stimer_start_periodic, +../include/trace/events/ext4.h:2241:1: note: in expansion of macro ‘TRACE_EVENT’ + 2241 | TRACE_EVENT(ext4_es_find_extent_range_enter, @@ -60459,2 +106715,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1262:1: note: in expansion of macro ‘TRACE_EVENT’ - 1262 | TRACE_EVENT(kvm_hv_stimer_start_periodic, +../include/trace/events/ext4.h:2241:1: note: in expansion of macro ‘TRACE_EVENT’ + 2241 | TRACE_EVENT(ext4_es_find_extent_range_enter, @@ -60462 +106718 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_stimer_start_one_shot’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_es_find_extent_range_exit’: @@ -60472,2 +106728,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1288:1: note: in expansion of macro ‘TRACE_EVENT’ - 1288 | TRACE_EVENT(kvm_hv_stimer_start_one_shot, +../include/trace/events/ext4.h:2263:1: note: in expansion of macro ‘TRACE_EVENT’ + 2263 | TRACE_EVENT(ext4_es_find_extent_range_exit, @@ -60484,2 +106740,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1288:1: note: in expansion of macro ‘TRACE_EVENT’ - 1288 | TRACE_EVENT(kvm_hv_stimer_start_one_shot, +../include/trace/events/ext4.h:2263:1: note: in expansion of macro ‘TRACE_EVENT’ + 2263 | TRACE_EVENT(ext4_es_find_extent_range_exit, @@ -60487 +106743 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_stimer_callback’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_es_lookup_extent_enter’: @@ -60497,2 +106753,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1314:1: note: in expansion of macro ‘TRACE_EVENT’ - 1314 | TRACE_EVENT(kvm_hv_stimer_callback, +../include/trace/events/ext4.h:2293:1: note: in expansion of macro ‘TRACE_EVENT’ + 2293 | TRACE_EVENT(ext4_es_lookup_extent_enter, @@ -60509,2 +106765,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1314:1: note: in expansion of macro ‘TRACE_EVENT’ - 1314 | TRACE_EVENT(kvm_hv_stimer_callback, +../include/trace/events/ext4.h:2293:1: note: in expansion of macro ‘TRACE_EVENT’ + 2293 | TRACE_EVENT(ext4_es_lookup_extent_enter, @@ -60512 +106768 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_stimer_expiration’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_es_lookup_extent_exit’: @@ -60522,2 +106778,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1335:1: note: in expansion of macro ‘TRACE_EVENT’ - 1335 | TRACE_EVENT(kvm_hv_stimer_expiration, +../include/trace/events/ext4.h:2315:1: note: in expansion of macro ‘TRACE_EVENT’ + 2315 | TRACE_EVENT(ext4_es_lookup_extent_exit, @@ -60534,2 +106790,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1335:1: note: in expansion of macro ‘TRACE_EVENT’ - 1335 | TRACE_EVENT(kvm_hv_stimer_expiration, +../include/trace/events/ext4.h:2315:1: note: in expansion of macro ‘TRACE_EVENT’ + 2315 | TRACE_EVENT(ext4_es_lookup_extent_exit, @@ -60537 +106793 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_stimer_cleanup’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__es_shrink_enter’: @@ -60544,6 +106800,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../arch/x86/kvm/trace.h:1361:1: note: in expansion of macro ‘TRACE_EVENT’ - 1361 | TRACE_EVENT(kvm_hv_stimer_cleanup, - | ^~~~~~~~~~~ +../include/trace/events/ext4.h:2349:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2349 | DECLARE_EVENT_CLASS(ext4__es_shrink_enter, + | ^~~~~~~~~~~~~~~~~~~ @@ -60556,7 +106809,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../arch/x86/kvm/trace.h:1361:1: note: in expansion of macro ‘TRACE_EVENT’ - 1361 | TRACE_EVENT(kvm_hv_stimer_cleanup, - | ^~~~~~~~~~~ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_apicv_inhibit_changed’: +../include/trace/events/ext4.h:2349:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2349 | DECLARE_EVENT_CLASS(ext4__es_shrink_enter, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_es_shrink_scan_exit’: @@ -60572,2 +106822,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1383:1: note: in expansion of macro ‘TRACE_EVENT’ - 1383 | TRACE_EVENT(kvm_apicv_inhibit_changed, +../include/trace/events/ext4.h:2383:1: note: in expansion of macro ‘TRACE_EVENT’ + 2383 | TRACE_EVENT(ext4_es_shrink_scan_exit, @@ -60584,2 +106834,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1383:1: note: in expansion of macro ‘TRACE_EVENT’ - 1383 | TRACE_EVENT(kvm_apicv_inhibit_changed, +../include/trace/events/ext4.h:2383:1: note: in expansion of macro ‘TRACE_EVENT’ + 2383 | TRACE_EVENT(ext4_es_shrink_scan_exit, @@ -60587 +106837 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_apicv_accept_irq’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_collapse_range’: @@ -60597,2 +106847,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1405:1: note: in expansion of macro ‘TRACE_EVENT’ - 1405 | TRACE_EVENT(kvm_apicv_accept_irq, +../include/trace/events/ext4.h:2405:1: note: in expansion of macro ‘TRACE_EVENT’ + 2405 | TRACE_EVENT(ext4_collapse_range, @@ -60609,2 +106859,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1405:1: note: in expansion of macro ‘TRACE_EVENT’ - 1405 | TRACE_EVENT(kvm_apicv_accept_irq, +../include/trace/events/ext4.h:2405:1: note: in expansion of macro ‘TRACE_EVENT’ + 2405 | TRACE_EVENT(ext4_collapse_range, @@ -60612 +106862 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_avic_incomplete_ipi’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_insert_range’: @@ -60622,2 +106872,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1432:1: note: in expansion of macro ‘TRACE_EVENT’ - 1432 | TRACE_EVENT(kvm_avic_incomplete_ipi, +../include/trace/events/ext4.h:2430:1: note: in expansion of macro ‘TRACE_EVENT’ + 2430 | TRACE_EVENT(ext4_insert_range, @@ -60634,2 +106884,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1432:1: note: in expansion of macro ‘TRACE_EVENT’ - 1432 | TRACE_EVENT(kvm_avic_incomplete_ipi, +../include/trace/events/ext4.h:2430:1: note: in expansion of macro ‘TRACE_EVENT’ + 2430 | TRACE_EVENT(ext4_insert_range, @@ -60637 +106887 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_avic_unaccelerated_access’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_es_shrink’: @@ -60647,2 +106897,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1457:1: note: in expansion of macro ‘TRACE_EVENT’ - 1457 | TRACE_EVENT(kvm_avic_unaccelerated_access, +../include/trace/events/ext4.h:2455:1: note: in expansion of macro ‘TRACE_EVENT’ + 2455 | TRACE_EVENT(ext4_es_shrink, @@ -60659,2 +106909,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1457:1: note: in expansion of macro ‘TRACE_EVENT’ - 1457 | TRACE_EVENT(kvm_avic_unaccelerated_access, +../include/trace/events/ext4.h:2455:1: note: in expansion of macro ‘TRACE_EVENT’ + 2455 | TRACE_EVENT(ext4_es_shrink, @@ -60662 +106912 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_avic_ga_log’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_es_insert_delayed_extent’: @@ -60672,2 +106922,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1486:1: note: in expansion of macro ‘TRACE_EVENT’ - 1486 | TRACE_EVENT(kvm_avic_ga_log, +../include/trace/events/ext4.h:2483:1: note: in expansion of macro ‘TRACE_EVENT’ + 2483 | TRACE_EVENT(ext4_es_insert_delayed_extent, @@ -60684,2 +106934,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1486:1: note: in expansion of macro ‘TRACE_EVENT’ - 1486 | TRACE_EVENT(kvm_avic_ga_log, +../include/trace/events/ext4.h:2483:1: note: in expansion of macro ‘TRACE_EVENT’ + 2483 | TRACE_EVENT(ext4_es_insert_delayed_extent, @@ -60687 +106937 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_avic_kick_vcpu_slowpath’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_fsmap_class’: @@ -60694,6 +106944,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../arch/x86/kvm/trace.h:1504:1: note: in expansion of macro ‘TRACE_EVENT’ - 1504 | TRACE_EVENT(kvm_avic_kick_vcpu_slowpath, - | ^~~~~~~~~~~ +../include/trace/events/ext4.h:2521:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2521 | DECLARE_EVENT_CLASS(ext4_fsmap_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -60706,7 +106953,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../arch/x86/kvm/trace.h:1504:1: note: in expansion of macro ‘TRACE_EVENT’ - 1504 | TRACE_EVENT(kvm_avic_kick_vcpu_slowpath, - | ^~~~~~~~~~~ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_avic_doorbell’: +../include/trace/events/ext4.h:2521:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2521 | DECLARE_EVENT_CLASS(ext4_fsmap_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_getfsmap_class’: @@ -60719,6 +106963,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../arch/x86/kvm/trace.h:1524:1: note: in expansion of macro ‘TRACE_EVENT’ - 1524 | TRACE_EVENT(kvm_avic_doorbell, - | ^~~~~~~~~~~ +../include/trace/events/ext4.h:2558:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2558 | DECLARE_EVENT_CLASS(ext4_getfsmap_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -60731,7 +106972,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../arch/x86/kvm/trace.h:1524:1: note: in expansion of macro ‘TRACE_EVENT’ - 1524 | TRACE_EVENT(kvm_avic_doorbell, - | ^~~~~~~~~~~ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_timer_state’: +../include/trace/events/ext4.h:2558:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2558 | DECLARE_EVENT_CLASS(ext4_getfsmap_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_shutdown’: @@ -60747,2 +106985,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1542:1: note: in expansion of macro ‘TRACE_EVENT’ - 1542 | TRACE_EVENT(kvm_hv_timer_state, +../include/trace/events/ext4.h:2593:1: note: in expansion of macro ‘TRACE_EVENT’ + 2593 | TRACE_EVENT(ext4_shutdown, @@ -60759,2 +106997,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1542:1: note: in expansion of macro ‘TRACE_EVENT’ - 1542 | TRACE_EVENT(kvm_hv_timer_state, +../include/trace/events/ext4.h:2593:1: note: in expansion of macro ‘TRACE_EVENT’ + 2593 | TRACE_EVENT(ext4_shutdown, @@ -60762 +107000 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_flush_tlb’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_error’: @@ -60772,2 +107010,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1561:1: note: in expansion of macro ‘TRACE_EVENT’ - 1561 | TRACE_EVENT(kvm_hv_flush_tlb, +../include/trace/events/ext4.h:2613:1: note: in expansion of macro ‘TRACE_EVENT’ + 2613 | TRACE_EVENT(ext4_error, @@ -60784,2 +107022,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1561:1: note: in expansion of macro ‘TRACE_EVENT’ - 1561 | TRACE_EVENT(kvm_hv_flush_tlb, +../include/trace/events/ext4.h:2613:1: note: in expansion of macro ‘TRACE_EVENT’ + 2613 | TRACE_EVENT(ext4_error, @@ -60787 +107025 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_flush_tlb_ex’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_prefetch_bitmaps’: @@ -60797,2 +107035,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1587:1: note: in expansion of macro ‘TRACE_EVENT’ - 1587 | TRACE_EVENT(kvm_hv_flush_tlb_ex, +../include/trace/events/ext4.h:2636:1: note: in expansion of macro ‘TRACE_EVENT’ + 2636 | TRACE_EVENT(ext4_prefetch_bitmaps, @@ -60809,2 +107047,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1587:1: note: in expansion of macro ‘TRACE_EVENT’ - 1587 | TRACE_EVENT(kvm_hv_flush_tlb_ex, +../include/trace/events/ext4.h:2636:1: note: in expansion of macro ‘TRACE_EVENT’ + 2636 | TRACE_EVENT(ext4_prefetch_bitmaps, @@ -60812 +107050 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_send_ipi’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_lazy_itable_init’: @@ -60822,2 +107060,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1617:1: note: in expansion of macro ‘TRACE_EVENT’ - 1617 | TRACE_EVENT(kvm_hv_send_ipi, +../include/trace/events/ext4.h:2661:1: note: in expansion of macro ‘TRACE_EVENT’ + 2661 | TRACE_EVENT(ext4_lazy_itable_init, @@ -60834,2 +107072,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1617:1: note: in expansion of macro ‘TRACE_EVENT’ - 1617 | TRACE_EVENT(kvm_hv_send_ipi, +../include/trace/events/ext4.h:2661:1: note: in expansion of macro ‘TRACE_EVENT’ + 2661 | TRACE_EVENT(ext4_lazy_itable_init, @@ -60837 +107075 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_send_ipi_ex’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_fc_replay_scan’: @@ -60847,2 +107085,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1635:1: note: in expansion of macro ‘TRACE_EVENT’ - 1635 | TRACE_EVENT(kvm_hv_send_ipi_ex, +../include/trace/events/ext4.h:2680:1: note: in expansion of macro ‘TRACE_EVENT’ + 2680 | TRACE_EVENT(ext4_fc_replay_scan, @@ -60859,2 +107097,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1635:1: note: in expansion of macro ‘TRACE_EVENT’ - 1635 | TRACE_EVENT(kvm_hv_send_ipi_ex, +../include/trace/events/ext4.h:2680:1: note: in expansion of macro ‘TRACE_EVENT’ + 2680 | TRACE_EVENT(ext4_fc_replay_scan, @@ -60862 +107100 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_pv_tlb_flush’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_fc_replay’: @@ -60872,2 +107110,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1656:1: note: in expansion of macro ‘TRACE_EVENT’ - 1656 | TRACE_EVENT(kvm_pv_tlb_flush, +../include/trace/events/ext4.h:2702:1: note: in expansion of macro ‘TRACE_EVENT’ + 2702 | TRACE_EVENT(ext4_fc_replay, @@ -60884,2 +107122,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1656:1: note: in expansion of macro ‘TRACE_EVENT’ - 1656 | TRACE_EVENT(kvm_pv_tlb_flush, +../include/trace/events/ext4.h:2702:1: note: in expansion of macro ‘TRACE_EVENT’ + 2702 | TRACE_EVENT(ext4_fc_replay, @@ -60887 +107125 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_nested_vmenter_failed’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_fc_commit_start’: @@ -60897,2 +107135,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ - 1677 | TRACE_EVENT(kvm_nested_vmenter_failed, +../include/trace/events/ext4.h:2728:1: note: in expansion of macro ‘TRACE_EVENT’ + 2728 | TRACE_EVENT(ext4_fc_commit_start, @@ -60909,2 +107147,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ - 1677 | TRACE_EVENT(kvm_nested_vmenter_failed, +../include/trace/events/ext4.h:2728:1: note: in expansion of macro ‘TRACE_EVENT’ + 2728 | TRACE_EVENT(ext4_fc_commit_start, @@ -60912 +107150 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_syndbg_set_msr’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_fc_commit_stop’: @@ -60922,2 +107160,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1698:1: note: in expansion of macro ‘TRACE_EVENT’ - 1698 | TRACE_EVENT(kvm_hv_syndbg_set_msr, +../include/trace/events/ext4.h:2747:1: note: in expansion of macro ‘TRACE_EVENT’ + 2747 | TRACE_EVENT(ext4_fc_commit_stop, @@ -60934,2 +107172,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1698:1: note: in expansion of macro ‘TRACE_EVENT’ - 1698 | TRACE_EVENT(kvm_hv_syndbg_set_msr, +../include/trace/events/ext4.h:2747:1: note: in expansion of macro ‘TRACE_EVENT’ + 2747 | TRACE_EVENT(ext4_fc_commit_stop, @@ -60937 +107175 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_hv_syndbg_get_msr’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_fc_stats’: @@ -60947,2 +107185,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1724:1: note: in expansion of macro ‘TRACE_EVENT’ - 1724 | TRACE_EVENT(kvm_hv_syndbg_get_msr, +../include/trace/events/ext4.h:2784:1: note: in expansion of macro ‘TRACE_EVENT’ + 2784 | TRACE_EVENT(ext4_fc_stats, @@ -60959,2 +107197,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1724:1: note: in expansion of macro ‘TRACE_EVENT’ - 1724 | TRACE_EVENT(kvm_hv_syndbg_get_msr, +../include/trace/events/ext4.h:2784:1: note: in expansion of macro ‘TRACE_EVENT’ + 2784 | TRACE_EVENT(ext4_fc_stats, @@ -60962 +107200 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_vmgexit_enter’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_fc_track_dentry’: @@ -60969,6 +107207,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../arch/x86/kvm/trace.h:1750:1: note: in expansion of macro ‘TRACE_EVENT’ - 1750 | TRACE_EVENT(kvm_vmgexit_enter, - | ^~~~~~~~~~~ +../include/trace/events/ext4.h:2829:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2829 | DECLARE_EVENT_CLASS(ext4_fc_track_dentry, + | ^~~~~~~~~~~~~~~~~~~ @@ -60981,7 +107216,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/../../arch/x86/kvm/trace.h:1750:1: note: in expansion of macro ‘TRACE_EVENT’ - 1750 | TRACE_EVENT(kvm_vmgexit_enter, - | ^~~~~~~~~~~ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_vmgexit_exit’: +../include/trace/events/ext4.h:2829:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2829 | DECLARE_EVENT_CLASS(ext4_fc_track_dentry, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_fc_track_inode’: @@ -60997,2 +107229,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1776:1: note: in expansion of macro ‘TRACE_EVENT’ - 1776 | TRACE_EVENT(kvm_vmgexit_exit, +../include/trace/events/ext4.h:2872:1: note: in expansion of macro ‘TRACE_EVENT’ + 2872 | TRACE_EVENT(ext4_fc_track_inode, @@ -61009,2 +107241,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1776:1: note: in expansion of macro ‘TRACE_EVENT’ - 1776 | TRACE_EVENT(kvm_vmgexit_exit, +../include/trace/events/ext4.h:2872:1: note: in expansion of macro ‘TRACE_EVENT’ + 2872 | TRACE_EVENT(ext4_fc_track_inode, @@ -61012 +107244 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_vmgexit_msr_protocol_enter’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_fc_track_range’: @@ -61022,2 +107254,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1802:1: note: in expansion of macro ‘TRACE_EVENT’ - 1802 | TRACE_EVENT(kvm_vmgexit_msr_protocol_enter, +../include/trace/events/ext4.h:2901:1: note: in expansion of macro ‘TRACE_EVENT’ + 2901 | TRACE_EVENT(ext4_fc_track_range, @@ -61034,2 +107266,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1802:1: note: in expansion of macro ‘TRACE_EVENT’ - 1802 | TRACE_EVENT(kvm_vmgexit_msr_protocol_enter, +../include/trace/events/ext4.h:2901:1: note: in expansion of macro ‘TRACE_EVENT’ + 2901 | TRACE_EVENT(ext4_fc_track_range, @@ -61037 +107269 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_vmgexit_msr_protocol_exit’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_fc_cleanup’: @@ -61047,2 +107279,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1823:1: note: in expansion of macro ‘TRACE_EVENT’ - 1823 | TRACE_EVENT(kvm_vmgexit_msr_protocol_exit, +../include/trace/events/ext4.h:2935:1: note: in expansion of macro ‘TRACE_EVENT’ + 2935 | TRACE_EVENT(ext4_fc_cleanup, @@ -61059,2 +107291,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1823:1: note: in expansion of macro ‘TRACE_EVENT’ - 1823 | TRACE_EVENT(kvm_vmgexit_msr_protocol_exit, +../include/trace/events/ext4.h:2935:1: note: in expansion of macro ‘TRACE_EVENT’ + 2935 | TRACE_EVENT(ext4_fc_cleanup, @@ -61062 +107294 @@ -../include/trace/../../arch/x86/kvm/trace.h: In function ‘__bpf_trace_kvm_rmp_fault’: +../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_update_sb’: @@ -61072,2 +107304,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1846:1: note: in expansion of macro ‘TRACE_EVENT’ - 1846 | TRACE_EVENT(kvm_rmp_fault, +../include/trace/events/ext4.h:2961:1: note: in expansion of macro ‘TRACE_EVENT’ + 2961 | TRACE_EVENT(ext4_update_sb, @@ -61084,2 +107316,2 @@ -../include/trace/../../arch/x86/kvm/trace.h:1846:1: note: in expansion of macro ‘TRACE_EVENT’ - 1846 | TRACE_EVENT(kvm_rmp_fault, +../include/trace/events/ext4.h:2961:1: note: in expansion of macro ‘TRACE_EVENT’ + 2961 | TRACE_EVENT(ext4_update_sb, @@ -61087,3 +107319,2 @@ -make[5]: *** [../scripts/Makefile.build:244: arch/x86/kvm/x86.o] Error 1 -make[4]: *** [../scripts/Makefile.build:485: arch/x86/kvm] Error 2 -make[3]: *** [../scripts/Makefile.build:485: arch/x86] Error 2 +make[5]: *** [../scripts/Makefile.build:244: fs/ext4/super.o] Error 1 +make[4]: *** [../scripts/Makefile.build:485: fs/ext4] Error 2 @@ -62843,4 +109074,4 @@ -In file included from ../include/trace/define_trace.h:110: -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_xdr_err_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +In file included from ../include/trace/define_trace.h:109: +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_xdr_err_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -62848,3 +109079,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -62854,6 +109085,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -62863,3 +109094,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_compound’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_compound’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -62867,3 +109098,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -62876,6 +109107,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -62888,3 +109119,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_compound_status’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_compound_status’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -62892,3 +109123,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -62901,6 +109132,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -62913,3 +109144,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_compound_decode_err’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_compound_decode_err’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -62917,3 +109148,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -62926,6 +109157,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -62938,3 +109169,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_compound_encode_err’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_compound_encode_err’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -62942,3 +109173,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -62951,6 +109182,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -62963,3 +109194,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_fh_verify’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_fh_verify’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -62967,3 +109198,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -62976,6 +109207,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -62988,3 +109219,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_fh_verify_err’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_fh_verify_err’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -62992,3 +109223,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63004,6 +109235,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63019,3 +109250,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_fh_err_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_fh_err_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -63023,3 +109254,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63029,6 +109260,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63038,3 +109269,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_exp_find_key’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_exp_find_key’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -63042,3 +109273,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63051,6 +109282,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63063,3 +109294,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_expkey_update’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_expkey_update’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -63067,3 +109298,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63076,6 +109307,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63088,3 +109319,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_exp_get_by_name’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_exp_get_by_name’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -63092,3 +109323,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63101,6 +109332,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63113,3 +109344,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_export_update’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_export_update’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -63117,3 +109348,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63126,6 +109357,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63138,3 +109369,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_io_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_io_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -63142,3 +109373,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63148,6 +109379,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63157,3 +109388,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_err_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_err_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -63161,3 +109392,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63167,6 +109398,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63176,3 +109407,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_dirent’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_dirent’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -63180,3 +109411,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63189,6 +109420,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63201,3 +109432,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_copy_err_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_copy_err_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -63205,3 +109436,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63211,6 +109442,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63220,3 +109451,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_delegret_wakeup’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_delegret_wakeup’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -63224,3 +109455,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63233,6 +109464,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63245,3 +109476,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_stateid_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_stateid_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -63249,3 +109480,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63255,6 +109486,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63264,3 +109495,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_stateseqid_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_stateseqid_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -63268,3 +109499,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63274,6 +109505,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63283,3 +109514,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_stid_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_stid_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -63287,3 +109518,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63293,6 +109524,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63302,3 +109533,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_stateowner_replay’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_stateowner_replay’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -63306,3 +109537,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63315,6 +109546,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63327,3 +109558,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_seq4_status’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_seq4_status’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -63331,3 +109562,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63343,6 +109574,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63358,3 +109589,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cs_slot_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_cs_slot_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -63362,3 +109593,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63368,6 +109599,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63377,3 +109608,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_slot_seqid_sequence’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_slot_seqid_sequence’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -63381,3 +109612,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63390,6 +109621,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63402,3 +109633,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_clientid_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_clientid_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -63406,3 +109637,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63412,6 +109643,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63421,3 +109652,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_mark_client_expired’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_mark_client_expired’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -63425,3 +109656,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63434,6 +109665,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63446,3 +109677,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_net_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_net_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -63450,3 +109681,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63456,6 +109687,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63465,3 +109696,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_writeverf_reset’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_writeverf_reset’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -63469,3 +109700,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63478,6 +109709,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63490,3 +109721,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_clid_cred_mismatch’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_clid_cred_mismatch’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -63494,3 +109725,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63503,6 +109734,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63515,3 +109746,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_clid_verf_mismatch’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_clid_verf_mismatch’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -63519,3 +109750,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63528,6 +109759,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63540,3 +109771,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_clid_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_clid_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -63544,3 +109775,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63550,6 +109781,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63559,3 +109790,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_file_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_file_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -63563,3 +109794,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63569,6 +109800,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63578,3 +109809,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_file_alloc’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_file_alloc’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -63582,3 +109813,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63591,6 +109822,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63603,3 +109834,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_file_acquire’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_file_acquire’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -63607,3 +109838,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63616,6 +109847,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63628,3 +109859,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_file_insert_err’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_file_insert_err’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -63632,3 +109863,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63641,6 +109872,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63653,3 +109884,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_file_cons_err’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_file_cons_err’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -63657,3 +109888,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63666,6 +109897,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63678,3 +109909,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_file_open_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_file_open_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -63682,3 +109913,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63688,6 +109919,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63697,3 +109928,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_file_is_cached’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_file_is_cached’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -63701,3 +109932,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63710,6 +109941,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63722,3 +109953,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_file_fsnotify_handle_event’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_file_fsnotify_handle_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -63726,3 +109957,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63735,6 +109966,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63747,3 +109978,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_file_gc_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_file_gc_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -63751,3 +109982,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63757,6 +109988,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63766,3 +109997,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_file_lruwalk_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_file_lruwalk_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -63770,3 +110001,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63776,6 +110007,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63785,3 +110016,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_file_close’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_file_close’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -63789,3 +110020,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63798,6 +110029,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63810,3 +110041,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_drc_found’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_drc_found’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -63814,3 +110045,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63823,6 +110054,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63835,3 +110066,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_drc_mismatch’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_drc_mismatch’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -63839,3 +110070,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63848,6 +110079,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63860,3 +110091,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_args’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_cb_args’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -63864,3 +110095,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63873,6 +110104,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63885,3 +110116,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_nodelegs’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_cb_nodelegs’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -63889,3 +110120,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63898,6 +110129,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63910,3 +110141,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_cb_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -63914,3 +110145,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63920,6 +110151,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63929,3 +110160,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_setup’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_cb_setup’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -63933,3 +110164,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63942,6 +110173,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63954,3 +110185,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_setup_err’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_cb_setup_err’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -63958,3 +110189,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63967,6 +110198,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63979,3 +110210,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_lifetime_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_cb_lifetime_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -63983,3 +110214,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63989,6 +110220,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -63998,3 +110229,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_seq_status’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_cb_seq_status’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -64002,3 +110233,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -64011,6 +110242,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -64023,3 +110254,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_free_slot’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_cb_free_slot’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -64027,3 +110258,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -64036,6 +110267,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -64048,3 +110279,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_recall’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_cb_recall’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -64052,3 +110283,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -64064,6 +110295,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -64079,3 +110310,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_notify_lock’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_cb_notify_lock’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -64083,3 +110314,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -64092,6 +110323,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -64104,3 +110335,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_offload’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_cb_offload’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -64108,3 +110339,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -64117,6 +110348,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -64129,3 +110360,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_recall_any’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_cb_recall_any’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -64133,3 +110364,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -64142,6 +110373,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -64154,3 +110385,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_done_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_cb_done_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -64158,3 +110389,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -64164,6 +110395,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -64173,3 +110404,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_recall_any_done’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_cb_recall_any_done’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -64177,3 +110408,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -64186,6 +110417,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -64198,3 +110429,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_unlock_ip’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_ctl_unlock_ip’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -64202,3 +110433,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -64211,6 +110442,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -64223,3 +110454,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_unlock_fs’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_ctl_unlock_fs’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -64227,3 +110458,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -64236,6 +110467,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -64248,3 +110479,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_filehandle’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_ctl_filehandle’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -64252,3 +110483,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -64261,6 +110492,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -64273,3 +110504,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_threads’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_ctl_threads’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -64277,3 +110508,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -64286,6 +110517,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -64298,3 +110529,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_pool_threads’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_ctl_pool_threads’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -64302,3 +110533,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -64311,6 +110542,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -64323,3 +110554,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_version’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_ctl_version’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -64327,3 +110558,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -64336,6 +110567,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -64348,3 +110579,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_ports_addfd’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_ctl_ports_addfd’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -64352,3 +110583,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -64361,6 +110592,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -64373,3 +110604,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_ports_addxprt’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_ctl_ports_addxprt’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -64377,3 +110608,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -64386,6 +110617,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -64398,3 +110629,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_maxblksize’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_ctl_maxblksize’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -64402,3 +110633,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -64411,6 +110642,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -64423,3 +110654,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_maxconn’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_ctl_maxconn’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -64427,3 +110658,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -64436,6 +110667,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -64448,3 +110679,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_time’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_ctl_time’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -64452,3 +110683,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -64461,6 +110692,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -64473,3 +110704,3 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_recoverydir’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_ctl_recoverydir’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -64477,15 +110708,3 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfsd/./trace.h:2080:1: note: in expansion of macro ‘TRACE_EVENT’ - 2080 | TRACE_EVENT(nfsd_ctl_recoverydir, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -64498,2248 +110717,2 @@ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_end_grace’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfsd/./trace.h:2099:1: note: in expansion of macro ‘TRACE_EVENT’ - 2099 | TRACE_EVENT(nfsd_end_grace, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfsd/./trace.h:2099:1: note: in expansion of macro ‘TRACE_EVENT’ - 2099 | TRACE_EVENT(nfsd_end_grace, - | ^~~~~~~~~~~ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_copy_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfsd/./trace.h:2114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2114 | DECLARE_EVENT_CLASS(nfsd_copy_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfsd/./trace.h:2114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2114 | DECLARE_EVENT_CLASS(nfsd_copy_class, - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_copy_done’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfsd/./trace.h:2177:1: note: in expansion of macro ‘TRACE_EVENT’ - 2177 | TRACE_EVENT(nfsd_copy_done, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../fs/nfsd/./trace.h:2177:1: note: in expansion of macro ‘TRACE_EVENT’ - 2177 | TRACE_EVENT(nfsd_copy_done, - | ^~~~~~~~~~~ -make[5]: *** [../scripts/Makefile.build:244: fs/nfsd/trace.o] Error 1 -make[4]: *** [../scripts/Makefile.build:485: fs/nfsd] Error 2 -In file included from ../include/trace/define_trace.h:108, - from ../include/trace/events/ext4.h:2987, - from ../fs/ext4/super.c:61: -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_other_inode_update_time’: -../include/trace/trace_events.h:430:9: error: implicit declaration of function ‘DEFINE_INACTIVE_GUARD’ [-Wimplicit-function-declaration] - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:137:1: note: in expansion of macro ‘TRACE_EVENT’ - 137 | TRACE_EVENT(ext4_other_inode_update_time, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:137:1: note: in expansion of macro ‘TRACE_EVENT’ - 137 | TRACE_EVENT(ext4_other_inode_update_time, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:31: note: each undeclared identifier is reported only once for each function it appears in - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:137:1: note: in expansion of macro ‘TRACE_EVENT’ - 137 | TRACE_EVENT(ext4_other_inode_update_time, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:137:1: note: in expansion of macro ‘TRACE_EVENT’ - 137 | TRACE_EVENT(ext4_other_inode_update_time, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:434:17: error: implicit declaration of function ‘activate_guard’ [-Wimplicit-function-declaration] - 434 | activate_guard(preempt_notrace, trace_event_guard)(); \ - | ^~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:137:1: note: in expansion of macro ‘TRACE_EVENT’ - 137 | TRACE_EVENT(ext4_other_inode_update_time, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_free_inode’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:167:1: note: in expansion of macro ‘TRACE_EVENT’ - 167 | TRACE_EVENT(ext4_free_inode, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:167:1: note: in expansion of macro ‘TRACE_EVENT’ - 167 | TRACE_EVENT(ext4_free_inode, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_request_inode’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ - 196 | TRACE_EVENT(ext4_request_inode, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ - 196 | TRACE_EVENT(ext4_request_inode, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_allocate_inode’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ - 218 | TRACE_EVENT(ext4_allocate_inode, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ - 218 | TRACE_EVENT(ext4_allocate_inode, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_evict_inode’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ - 243 | TRACE_EVENT(ext4_evict_inode, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ - 243 | TRACE_EVENT(ext4_evict_inode, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_drop_inode’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:265:1: note: in expansion of macro ‘TRACE_EVENT’ - 265 | TRACE_EVENT(ext4_drop_inode, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:265:1: note: in expansion of macro ‘TRACE_EVENT’ - 265 | TRACE_EVENT(ext4_drop_inode, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_nfs_commit_metadata’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:287:1: note: in expansion of macro ‘TRACE_EVENT’ - 287 | TRACE_EVENT(ext4_nfs_commit_metadata, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:287:1: note: in expansion of macro ‘TRACE_EVENT’ - 287 | TRACE_EVENT(ext4_nfs_commit_metadata, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_mark_inode_dirty’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ - 307 | TRACE_EVENT(ext4_mark_inode_dirty, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ - 307 | TRACE_EVENT(ext4_mark_inode_dirty, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_begin_ordered_truncate’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:329:1: note: in expansion of macro ‘TRACE_EVENT’ - 329 | TRACE_EVENT(ext4_begin_ordered_truncate, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:329:1: note: in expansion of macro ‘TRACE_EVENT’ - 329 | TRACE_EVENT(ext4_begin_ordered_truncate, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__write_begin’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:352:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 352 | DECLARE_EVENT_CLASS(ext4__write_begin, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:352:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 352 | DECLARE_EVENT_CLASS(ext4__write_begin, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__write_end’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:392:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 392 | DECLARE_EVENT_CLASS(ext4__write_end, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:392:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 392 | DECLARE_EVENT_CLASS(ext4__write_end, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_writepages’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:444:1: note: in expansion of macro ‘TRACE_EVENT’ - 444 | TRACE_EVENT(ext4_writepages, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:444:1: note: in expansion of macro ‘TRACE_EVENT’ - 444 | TRACE_EVENT(ext4_writepages, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_da_write_pages’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:486:1: note: in expansion of macro ‘TRACE_EVENT’ - 486 | TRACE_EVENT(ext4_da_write_pages, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:486:1: note: in expansion of macro ‘TRACE_EVENT’ - 486 | TRACE_EVENT(ext4_da_write_pages, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_da_write_pages_extent’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:515:1: note: in expansion of macro ‘TRACE_EVENT’ - 515 | TRACE_EVENT(ext4_da_write_pages_extent, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:515:1: note: in expansion of macro ‘TRACE_EVENT’ - 515 | TRACE_EVENT(ext4_da_write_pages_extent, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_writepages_result’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:542:1: note: in expansion of macro ‘TRACE_EVENT’ - 542 | TRACE_EVENT(ext4_writepages_result, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:542:1: note: in expansion of macro ‘TRACE_EVENT’ - 542 | TRACE_EVENT(ext4_writepages_result, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__folio_op’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:577:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 577 | DECLARE_EVENT_CLASS(ext4__folio_op, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:577:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 577 | DECLARE_EVENT_CLASS(ext4__folio_op, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_invalidate_folio_op’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:615:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 615 | DECLARE_EVENT_CLASS(ext4_invalidate_folio_op, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:615:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 615 | DECLARE_EVENT_CLASS(ext4_invalidate_folio_op, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_discard_blocks’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:655:1: note: in expansion of macro ‘TRACE_EVENT’ - 655 | TRACE_EVENT(ext4_discard_blocks, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:655:1: note: in expansion of macro ‘TRACE_EVENT’ - 655 | TRACE_EVENT(ext4_discard_blocks, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__mb_new_pa’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:679:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 679 | DECLARE_EVENT_CLASS(ext4__mb_new_pa, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:679:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 679 | DECLARE_EVENT_CLASS(ext4__mb_new_pa, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_mb_release_inode_pa’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:724:1: note: in expansion of macro ‘TRACE_EVENT’ - 724 | TRACE_EVENT(ext4_mb_release_inode_pa, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:724:1: note: in expansion of macro ‘TRACE_EVENT’ - 724 | TRACE_EVENT(ext4_mb_release_inode_pa, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_mb_release_group_pa’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:751:1: note: in expansion of macro ‘TRACE_EVENT’ - 751 | TRACE_EVENT(ext4_mb_release_group_pa, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:751:1: note: in expansion of macro ‘TRACE_EVENT’ - 751 | TRACE_EVENT(ext4_mb_release_group_pa, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_discard_preallocations’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:774:1: note: in expansion of macro ‘TRACE_EVENT’ - 774 | TRACE_EVENT(ext4_discard_preallocations, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:774:1: note: in expansion of macro ‘TRACE_EVENT’ - 774 | TRACE_EVENT(ext4_discard_preallocations, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_mb_discard_preallocations’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:797:1: note: in expansion of macro ‘TRACE_EVENT’ - 797 | TRACE_EVENT(ext4_mb_discard_preallocations, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:797:1: note: in expansion of macro ‘TRACE_EVENT’ - 797 | TRACE_EVENT(ext4_mb_discard_preallocations, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_request_blocks’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:818:1: note: in expansion of macro ‘TRACE_EVENT’ - 818 | TRACE_EVENT(ext4_request_blocks, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:818:1: note: in expansion of macro ‘TRACE_EVENT’ - 818 | TRACE_EVENT(ext4_request_blocks, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_allocate_blocks’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:858:1: note: in expansion of macro ‘TRACE_EVENT’ - 858 | TRACE_EVENT(ext4_allocate_blocks, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:858:1: note: in expansion of macro ‘TRACE_EVENT’ - 858 | TRACE_EVENT(ext4_allocate_blocks, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_free_blocks’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:900:1: note: in expansion of macro ‘TRACE_EVENT’ - 900 | TRACE_EVENT(ext4_free_blocks, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:900:1: note: in expansion of macro ‘TRACE_EVENT’ - 900 | TRACE_EVENT(ext4_free_blocks, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_sync_file_enter’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:931:1: note: in expansion of macro ‘TRACE_EVENT’ - 931 | TRACE_EVENT(ext4_sync_file_enter, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:931:1: note: in expansion of macro ‘TRACE_EVENT’ - 931 | TRACE_EVENT(ext4_sync_file_enter, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_sync_file_exit’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:958:1: note: in expansion of macro ‘TRACE_EVENT’ - 958 | TRACE_EVENT(ext4_sync_file_exit, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:958:1: note: in expansion of macro ‘TRACE_EVENT’ - 958 | TRACE_EVENT(ext4_sync_file_exit, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_sync_fs’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:981:1: note: in expansion of macro ‘TRACE_EVENT’ - 981 | TRACE_EVENT(ext4_sync_fs, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:981:1: note: in expansion of macro ‘TRACE_EVENT’ - 981 | TRACE_EVENT(ext4_sync_fs, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_alloc_da_blocks’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1002:1: note: in expansion of macro ‘TRACE_EVENT’ - 1002 | TRACE_EVENT(ext4_alloc_da_blocks, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1002:1: note: in expansion of macro ‘TRACE_EVENT’ - 1002 | TRACE_EVENT(ext4_alloc_da_blocks, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_mballoc_alloc’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1025:1: note: in expansion of macro ‘TRACE_EVENT’ - 1025 | TRACE_EVENT(ext4_mballoc_alloc, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1025:1: note: in expansion of macro ‘TRACE_EVENT’ - 1025 | TRACE_EVENT(ext4_mballoc_alloc, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_mballoc_prealloc’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1092:1: note: in expansion of macro ‘TRACE_EVENT’ - 1092 | TRACE_EVENT(ext4_mballoc_prealloc, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1092:1: note: in expansion of macro ‘TRACE_EVENT’ - 1092 | TRACE_EVENT(ext4_mballoc_prealloc, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__mballoc’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1132 | DECLARE_EVENT_CLASS(ext4__mballoc, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1132 | DECLARE_EVENT_CLASS(ext4__mballoc, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_forget’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1186:1: note: in expansion of macro ‘TRACE_EVENT’ - 1186 | TRACE_EVENT(ext4_forget, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1186:1: note: in expansion of macro ‘TRACE_EVENT’ - 1186 | TRACE_EVENT(ext4_forget, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_da_update_reserve_space’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1213:1: note: in expansion of macro ‘TRACE_EVENT’ - 1213 | TRACE_EVENT(ext4_da_update_reserve_space, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1213:1: note: in expansion of macro ‘TRACE_EVENT’ - 1213 | TRACE_EVENT(ext4_da_update_reserve_space, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_da_reserve_space’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1248:1: note: in expansion of macro ‘TRACE_EVENT’ - 1248 | TRACE_EVENT(ext4_da_reserve_space, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1248:1: note: in expansion of macro ‘TRACE_EVENT’ - 1248 | TRACE_EVENT(ext4_da_reserve_space, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_da_release_space’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1279:1: note: in expansion of macro ‘TRACE_EVENT’ - 1279 | TRACE_EVENT(ext4_da_release_space, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1279:1: note: in expansion of macro ‘TRACE_EVENT’ - 1279 | TRACE_EVENT(ext4_da_release_space, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__bitmap_load’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1310:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1310 | DECLARE_EVENT_CLASS(ext4__bitmap_load, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1310:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1310 | DECLARE_EVENT_CLASS(ext4__bitmap_load, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_read_block_bitmap_load’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1352:1: note: in expansion of macro ‘TRACE_EVENT’ - 1352 | TRACE_EVENT(ext4_read_block_bitmap_load, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1352:1: note: in expansion of macro ‘TRACE_EVENT’ - 1352 | TRACE_EVENT(ext4_read_block_bitmap_load, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__fallocate_mode’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1375 | DECLARE_EVENT_CLASS(ext4__fallocate_mode, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1375 | DECLARE_EVENT_CLASS(ext4__fallocate_mode, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_fallocate_exit’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1424:1: note: in expansion of macro ‘TRACE_EVENT’ - 1424 | TRACE_EVENT(ext4_fallocate_exit, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1424:1: note: in expansion of macro ‘TRACE_EVENT’ - 1424 | TRACE_EVENT(ext4_fallocate_exit, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_unlink_enter’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1453:1: note: in expansion of macro ‘TRACE_EVENT’ - 1453 | TRACE_EVENT(ext4_unlink_enter, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1453:1: note: in expansion of macro ‘TRACE_EVENT’ - 1453 | TRACE_EVENT(ext4_unlink_enter, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_unlink_exit’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1478:1: note: in expansion of macro ‘TRACE_EVENT’ - 1478 | TRACE_EVENT(ext4_unlink_exit, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1478:1: note: in expansion of macro ‘TRACE_EVENT’ - 1478 | TRACE_EVENT(ext4_unlink_exit, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__truncate’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1501:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1501 | DECLARE_EVENT_CLASS(ext4__truncate, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1501:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1501 | DECLARE_EVENT_CLASS(ext4__truncate, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_ext_convert_to_initialized_enter’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ - 1538 | TRACE_EVENT(ext4_ext_convert_to_initialized_enter, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ - 1538 | TRACE_EVENT(ext4_ext_convert_to_initialized_enter, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_ext_convert_to_initialized_fastpath’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1576:1: note: in expansion of macro ‘TRACE_EVENT’ - 1576 | TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1576:1: note: in expansion of macro ‘TRACE_EVENT’ - 1576 | TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__map_blocks_enter’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1618:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1618 | DECLARE_EVENT_CLASS(ext4__map_blocks_enter, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1618:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1618 | DECLARE_EVENT_CLASS(ext4__map_blocks_enter, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__map_blocks_exit’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1660:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1660 | DECLARE_EVENT_CLASS(ext4__map_blocks_exit, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1660:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1660 | DECLARE_EVENT_CLASS(ext4__map_blocks_exit, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_ext_load_extent’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1710:1: note: in expansion of macro ‘TRACE_EVENT’ - 1710 | TRACE_EVENT(ext4_ext_load_extent, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1710:1: note: in expansion of macro ‘TRACE_EVENT’ - 1710 | TRACE_EVENT(ext4_ext_load_extent, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_load_inode’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1735:1: note: in expansion of macro ‘TRACE_EVENT’ - 1735 | TRACE_EVENT(ext4_load_inode, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1735:1: note: in expansion of macro ‘TRACE_EVENT’ - 1735 | TRACE_EVENT(ext4_load_inode, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_journal_start_sb’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1755:1: note: in expansion of macro ‘TRACE_EVENT’ - 1755 | TRACE_EVENT(ext4_journal_start_sb, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1755:1: note: in expansion of macro ‘TRACE_EVENT’ - 1755 | TRACE_EVENT(ext4_journal_start_sb, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_journal_start_inode’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1785:1: note: in expansion of macro ‘TRACE_EVENT’ - 1785 | TRACE_EVENT(ext4_journal_start_inode, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1785:1: note: in expansion of macro ‘TRACE_EVENT’ - 1785 | TRACE_EVENT(ext4_journal_start_inode, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_journal_start_reserved’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1818:1: note: in expansion of macro ‘TRACE_EVENT’ - 1818 | TRACE_EVENT(ext4_journal_start_reserved, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1818:1: note: in expansion of macro ‘TRACE_EVENT’ - 1818 | TRACE_EVENT(ext4_journal_start_reserved, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__trim’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1840:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1840 | DECLARE_EVENT_CLASS(ext4__trim, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1840:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1840 | DECLARE_EVENT_CLASS(ext4__trim, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_ext_handle_unwritten_extents’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1889:1: note: in expansion of macro ‘TRACE_EVENT’ - 1889 | TRACE_EVENT(ext4_ext_handle_unwritten_extents, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1889:1: note: in expansion of macro ‘TRACE_EVENT’ - 1889 | TRACE_EVENT(ext4_ext_handle_unwritten_extents, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_get_implied_cluster_alloc_exit’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1927:1: note: in expansion of macro ‘TRACE_EVENT’ - 1927 | TRACE_EVENT(ext4_get_implied_cluster_alloc_exit, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1927:1: note: in expansion of macro ‘TRACE_EVENT’ - 1927 | TRACE_EVENT(ext4_get_implied_cluster_alloc_exit, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_ext_show_extent’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1956:1: note: in expansion of macro ‘TRACE_EVENT’ - 1956 | TRACE_EVENT(ext4_ext_show_extent, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1956:1: note: in expansion of macro ‘TRACE_EVENT’ - 1956 | TRACE_EVENT(ext4_ext_show_extent, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_remove_blocks’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1986:1: note: in expansion of macro ‘TRACE_EVENT’ - 1986 | TRACE_EVENT(ext4_remove_blocks, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1986:1: note: in expansion of macro ‘TRACE_EVENT’ - 1986 | TRACE_EVENT(ext4_remove_blocks, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_ext_rm_leaf’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2033:1: note: in expansion of macro ‘TRACE_EVENT’ - 2033 | TRACE_EVENT(ext4_ext_rm_leaf, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2033:1: note: in expansion of macro ‘TRACE_EVENT’ - 2033 | TRACE_EVENT(ext4_ext_rm_leaf, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_ext_rm_idx’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2077:1: note: in expansion of macro ‘TRACE_EVENT’ - 2077 | TRACE_EVENT(ext4_ext_rm_idx, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2077:1: note: in expansion of macro ‘TRACE_EVENT’ - 2077 | TRACE_EVENT(ext4_ext_rm_idx, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_ext_remove_space’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2100:1: note: in expansion of macro ‘TRACE_EVENT’ - 2100 | TRACE_EVENT(ext4_ext_remove_space, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2100:1: note: in expansion of macro ‘TRACE_EVENT’ - 2100 | TRACE_EVENT(ext4_ext_remove_space, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_ext_remove_space_done’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2130:1: note: in expansion of macro ‘TRACE_EVENT’ - 2130 | TRACE_EVENT(ext4_ext_remove_space_done, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2130:1: note: in expansion of macro ‘TRACE_EVENT’ - 2130 | TRACE_EVENT(ext4_ext_remove_space_done, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__es_extent’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2174:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2174 | DECLARE_EVENT_CLASS(ext4__es_extent, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2174:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2174 | DECLARE_EVENT_CLASS(ext4__es_extent, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_es_remove_extent’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2216:1: note: in expansion of macro ‘TRACE_EVENT’ - 2216 | TRACE_EVENT(ext4_es_remove_extent, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2216:1: note: in expansion of macro ‘TRACE_EVENT’ - 2216 | TRACE_EVENT(ext4_es_remove_extent, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_es_find_extent_range_enter’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2241:1: note: in expansion of macro ‘TRACE_EVENT’ - 2241 | TRACE_EVENT(ext4_es_find_extent_range_enter, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2241:1: note: in expansion of macro ‘TRACE_EVENT’ - 2241 | TRACE_EVENT(ext4_es_find_extent_range_enter, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_es_find_extent_range_exit’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2263:1: note: in expansion of macro ‘TRACE_EVENT’ - 2263 | TRACE_EVENT(ext4_es_find_extent_range_exit, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2263:1: note: in expansion of macro ‘TRACE_EVENT’ - 2263 | TRACE_EVENT(ext4_es_find_extent_range_exit, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_es_lookup_extent_enter’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2293:1: note: in expansion of macro ‘TRACE_EVENT’ - 2293 | TRACE_EVENT(ext4_es_lookup_extent_enter, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2293:1: note: in expansion of macro ‘TRACE_EVENT’ - 2293 | TRACE_EVENT(ext4_es_lookup_extent_enter, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_es_lookup_extent_exit’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2315:1: note: in expansion of macro ‘TRACE_EVENT’ - 2315 | TRACE_EVENT(ext4_es_lookup_extent_exit, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2315:1: note: in expansion of macro ‘TRACE_EVENT’ - 2315 | TRACE_EVENT(ext4_es_lookup_extent_exit, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4__es_shrink_enter’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2349:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2349 | DECLARE_EVENT_CLASS(ext4__es_shrink_enter, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2349:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2349 | DECLARE_EVENT_CLASS(ext4__es_shrink_enter, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_es_shrink_scan_exit’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2383:1: note: in expansion of macro ‘TRACE_EVENT’ - 2383 | TRACE_EVENT(ext4_es_shrink_scan_exit, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2383:1: note: in expansion of macro ‘TRACE_EVENT’ - 2383 | TRACE_EVENT(ext4_es_shrink_scan_exit, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_collapse_range’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2405:1: note: in expansion of macro ‘TRACE_EVENT’ - 2405 | TRACE_EVENT(ext4_collapse_range, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2405:1: note: in expansion of macro ‘TRACE_EVENT’ - 2405 | TRACE_EVENT(ext4_collapse_range, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_insert_range’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2430:1: note: in expansion of macro ‘TRACE_EVENT’ - 2430 | TRACE_EVENT(ext4_insert_range, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2430:1: note: in expansion of macro ‘TRACE_EVENT’ - 2430 | TRACE_EVENT(ext4_insert_range, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_es_shrink’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2455:1: note: in expansion of macro ‘TRACE_EVENT’ - 2455 | TRACE_EVENT(ext4_es_shrink, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2455:1: note: in expansion of macro ‘TRACE_EVENT’ - 2455 | TRACE_EVENT(ext4_es_shrink, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_es_insert_delayed_extent’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2483:1: note: in expansion of macro ‘TRACE_EVENT’ - 2483 | TRACE_EVENT(ext4_es_insert_delayed_extent, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2483:1: note: in expansion of macro ‘TRACE_EVENT’ - 2483 | TRACE_EVENT(ext4_es_insert_delayed_extent, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_fsmap_class’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2521:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2521 | DECLARE_EVENT_CLASS(ext4_fsmap_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2521:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2521 | DECLARE_EVENT_CLASS(ext4_fsmap_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_getfsmap_class’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2558:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2558 | DECLARE_EVENT_CLASS(ext4_getfsmap_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2558:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2558 | DECLARE_EVENT_CLASS(ext4_getfsmap_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_shutdown’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2593:1: note: in expansion of macro ‘TRACE_EVENT’ - 2593 | TRACE_EVENT(ext4_shutdown, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2593:1: note: in expansion of macro ‘TRACE_EVENT’ - 2593 | TRACE_EVENT(ext4_shutdown, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_error’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2613:1: note: in expansion of macro ‘TRACE_EVENT’ - 2613 | TRACE_EVENT(ext4_error, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2613:1: note: in expansion of macro ‘TRACE_EVENT’ - 2613 | TRACE_EVENT(ext4_error, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_prefetch_bitmaps’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2636:1: note: in expansion of macro ‘TRACE_EVENT’ - 2636 | TRACE_EVENT(ext4_prefetch_bitmaps, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2636:1: note: in expansion of macro ‘TRACE_EVENT’ - 2636 | TRACE_EVENT(ext4_prefetch_bitmaps, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_lazy_itable_init’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2661:1: note: in expansion of macro ‘TRACE_EVENT’ - 2661 | TRACE_EVENT(ext4_lazy_itable_init, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2661:1: note: in expansion of macro ‘TRACE_EVENT’ - 2661 | TRACE_EVENT(ext4_lazy_itable_init, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_fc_replay_scan’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2680:1: note: in expansion of macro ‘TRACE_EVENT’ - 2680 | TRACE_EVENT(ext4_fc_replay_scan, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2680:1: note: in expansion of macro ‘TRACE_EVENT’ - 2680 | TRACE_EVENT(ext4_fc_replay_scan, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_fc_replay’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2702:1: note: in expansion of macro ‘TRACE_EVENT’ - 2702 | TRACE_EVENT(ext4_fc_replay, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2702:1: note: in expansion of macro ‘TRACE_EVENT’ - 2702 | TRACE_EVENT(ext4_fc_replay, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_fc_commit_start’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2728:1: note: in expansion of macro ‘TRACE_EVENT’ - 2728 | TRACE_EVENT(ext4_fc_commit_start, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2728:1: note: in expansion of macro ‘TRACE_EVENT’ - 2728 | TRACE_EVENT(ext4_fc_commit_start, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_fc_commit_stop’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2747:1: note: in expansion of macro ‘TRACE_EVENT’ - 2747 | TRACE_EVENT(ext4_fc_commit_stop, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2747:1: note: in expansion of macro ‘TRACE_EVENT’ - 2747 | TRACE_EVENT(ext4_fc_commit_stop, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_fc_stats’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2784:1: note: in expansion of macro ‘TRACE_EVENT’ - 2784 | TRACE_EVENT(ext4_fc_stats, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2784:1: note: in expansion of macro ‘TRACE_EVENT’ - 2784 | TRACE_EVENT(ext4_fc_stats, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_fc_track_dentry’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2829:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2829 | DECLARE_EVENT_CLASS(ext4_fc_track_dentry, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2829:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2829 | DECLARE_EVENT_CLASS(ext4_fc_track_dentry, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_fc_track_inode’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2872:1: note: in expansion of macro ‘TRACE_EVENT’ - 2872 | TRACE_EVENT(ext4_fc_track_inode, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2872:1: note: in expansion of macro ‘TRACE_EVENT’ - 2872 | TRACE_EVENT(ext4_fc_track_inode, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_fc_track_range’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2901:1: note: in expansion of macro ‘TRACE_EVENT’ - 2901 | TRACE_EVENT(ext4_fc_track_range, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2901:1: note: in expansion of macro ‘TRACE_EVENT’ - 2901 | TRACE_EVENT(ext4_fc_track_range, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_fc_cleanup’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2935:1: note: in expansion of macro ‘TRACE_EVENT’ - 2935 | TRACE_EVENT(ext4_fc_cleanup, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2935:1: note: in expansion of macro ‘TRACE_EVENT’ - 2935 | TRACE_EVENT(ext4_fc_cleanup, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘trace_event_raw_event_ext4_update_sb’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ - | ^~~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2961:1: note: in expansion of macro ‘TRACE_EVENT’ - 2961 | TRACE_EVENT(ext4_update_sb, - | ^~~~~~~~~~~ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -66747,2 +110720,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -66753,191 +110726,2 @@ -../include/trace/events/ext4.h:2961:1: note: in expansion of macro ‘TRACE_EVENT’ - 2961 | TRACE_EVENT(ext4_update_sb, - | ^~~~~~~~~~~ -In file included from ../include/trace/define_trace.h:110: -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_other_inode_update_time’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:137:1: note: in expansion of macro ‘TRACE_EVENT’ - 137 | TRACE_EVENT(ext4_other_inode_update_time, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:137:1: note: in expansion of macro ‘TRACE_EVENT’ - 137 | TRACE_EVENT(ext4_other_inode_update_time, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_free_inode’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:167:1: note: in expansion of macro ‘TRACE_EVENT’ - 167 | TRACE_EVENT(ext4_free_inode, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:167:1: note: in expansion of macro ‘TRACE_EVENT’ - 167 | TRACE_EVENT(ext4_free_inode, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_request_inode’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ - 196 | TRACE_EVENT(ext4_request_inode, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ - 196 | TRACE_EVENT(ext4_request_inode, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_allocate_inode’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ - 218 | TRACE_EVENT(ext4_allocate_inode, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:218:1: note: in expansion of macro ‘TRACE_EVENT’ - 218 | TRACE_EVENT(ext4_allocate_inode, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_evict_inode’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ - 243 | TRACE_EVENT(ext4_evict_inode, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:243:1: note: in expansion of macro ‘TRACE_EVENT’ - 243 | TRACE_EVENT(ext4_evict_inode, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_drop_inode’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:265:1: note: in expansion of macro ‘TRACE_EVENT’ - 265 | TRACE_EVENT(ext4_drop_inode, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:265:1: note: in expansion of macro ‘TRACE_EVENT’ - 265 | TRACE_EVENT(ext4_drop_inode, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_nfs_commit_metadata’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:287:1: note: in expansion of macro ‘TRACE_EVENT’ - 287 | TRACE_EVENT(ext4_nfs_commit_metadata, - | ^~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:287:1: note: in expansion of macro ‘TRACE_EVENT’ - 287 | TRACE_EVENT(ext4_nfs_commit_metadata, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_mark_inode_dirty’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ - 307 | TRACE_EVENT(ext4_mark_inode_dirty, +../fs/nfsd/./trace.h:2080:1: note: in expansion of macro ‘TRACE_EVENT’ + 2080 | TRACE_EVENT(nfsd_ctl_recoverydir, @@ -66945,5 +110729,9 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_end_grace’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ @@ -66950,0 +110739,9 @@ +../fs/nfsd/./trace.h:2099:1: note: in expansion of macro ‘TRACE_EVENT’ + 2099 | TRACE_EVENT(nfsd_end_grace, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -66954,2 +110751,2 @@ -../include/trace/events/ext4.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ - 307 | TRACE_EVENT(ext4_mark_inode_dirty, +../fs/nfsd/./trace.h:2099:1: note: in expansion of macro ‘TRACE_EVENT’ + 2099 | TRACE_EVENT(nfsd_end_grace, @@ -66957,3 +110754,3 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_begin_ordered_truncate’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_copy_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -66961,3 +110758,22 @@ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfsd/./trace.h:2114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2114 | DECLARE_EVENT_CLASS(nfsd_copy_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/nfsd/./trace.h:2114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2114 | DECLARE_EVENT_CLASS(nfsd_copy_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfsd/./trace.h: In function ‘perf_trace_nfsd_copy_done’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -66967,2 +110783,2 @@ -../include/trace/events/ext4.h:329:1: note: in expansion of macro ‘TRACE_EVENT’ - 329 | TRACE_EVENT(ext4_begin_ordered_truncate, +../fs/nfsd/./trace.h:2177:1: note: in expansion of macro ‘TRACE_EVENT’ + 2177 | TRACE_EVENT(nfsd_copy_done, @@ -66970,6 +110786,6 @@ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ @@ -66979,2 +110795,2 @@ -../include/trace/events/ext4.h:329:1: note: in expansion of macro ‘TRACE_EVENT’ - 329 | TRACE_EVENT(ext4_begin_ordered_truncate, +../fs/nfsd/./trace.h:2177:1: note: in expansion of macro ‘TRACE_EVENT’ + 2177 | TRACE_EVENT(nfsd_copy_done, @@ -66982,20 +110798,2 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__write_begin’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:352:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 352 | DECLARE_EVENT_CLASS(ext4__write_begin, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:352:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 352 | DECLARE_EVENT_CLASS(ext4__write_begin, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__write_end’: +In file included from ../include/trace/define_trace.h:110: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_xdr_err_class’: @@ -67008,2 +110806,2 @@ -../include/trace/events/ext4.h:392:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 392 | DECLARE_EVENT_CLASS(ext4__write_end, +../fs/nfsd/./trace.h:39:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 39 | DECLARE_EVENT_CLASS(nfsd_xdr_err_class, @@ -67017,2 +110815,2 @@ -../include/trace/events/ext4.h:392:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 392 | DECLARE_EVENT_CLASS(ext4__write_end, +../fs/nfsd/./trace.h:39:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 39 | DECLARE_EVENT_CLASS(nfsd_xdr_err_class, @@ -67020 +110818 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_writepages’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_compound’: @@ -67030,2 +110828,2 @@ -../include/trace/events/ext4.h:444:1: note: in expansion of macro ‘TRACE_EVENT’ - 444 | TRACE_EVENT(ext4_writepages, +../fs/nfsd/./trace.h:91:1: note: in expansion of macro ‘TRACE_EVENT’ + 91 | TRACE_EVENT(nfsd_compound, @@ -67042,2 +110840,2 @@ -../include/trace/events/ext4.h:444:1: note: in expansion of macro ‘TRACE_EVENT’ - 444 | TRACE_EVENT(ext4_writepages, +../fs/nfsd/./trace.h:91:1: note: in expansion of macro ‘TRACE_EVENT’ + 91 | TRACE_EVENT(nfsd_compound, @@ -67045 +110843 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_da_write_pages’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_compound_status’: @@ -67055,2 +110853,2 @@ -../include/trace/events/ext4.h:486:1: note: in expansion of macro ‘TRACE_EVENT’ - 486 | TRACE_EVENT(ext4_da_write_pages, +../fs/nfsd/./trace.h:114:1: note: in expansion of macro ‘TRACE_EVENT’ + 114 | TRACE_EVENT(nfsd_compound_status, @@ -67067,2 +110865,2 @@ -../include/trace/events/ext4.h:486:1: note: in expansion of macro ‘TRACE_EVENT’ - 486 | TRACE_EVENT(ext4_da_write_pages, +../fs/nfsd/./trace.h:114:1: note: in expansion of macro ‘TRACE_EVENT’ + 114 | TRACE_EVENT(nfsd_compound_status, @@ -67070 +110868 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_da_write_pages_extent’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_compound_decode_err’: @@ -67080,2 +110878,2 @@ -../include/trace/events/ext4.h:515:1: note: in expansion of macro ‘TRACE_EVENT’ - 515 | TRACE_EVENT(ext4_da_write_pages_extent, +../fs/nfsd/./trace.h:137:1: note: in expansion of macro ‘TRACE_EVENT’ + 137 | TRACE_EVENT(nfsd_compound_decode_err, @@ -67092,2 +110890,2 @@ -../include/trace/events/ext4.h:515:1: note: in expansion of macro ‘TRACE_EVENT’ - 515 | TRACE_EVENT(ext4_da_write_pages_extent, +../fs/nfsd/./trace.h:137:1: note: in expansion of macro ‘TRACE_EVENT’ + 137 | TRACE_EVENT(nfsd_compound_decode_err, @@ -67095 +110893 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_writepages_result’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_compound_encode_err’: @@ -67105,2 +110903,2 @@ -../include/trace/events/ext4.h:542:1: note: in expansion of macro ‘TRACE_EVENT’ - 542 | TRACE_EVENT(ext4_writepages_result, +../fs/nfsd/./trace.h:165:1: note: in expansion of macro ‘TRACE_EVENT’ + 165 | TRACE_EVENT(nfsd_compound_encode_err, @@ -67117,2 +110915,2 @@ -../include/trace/events/ext4.h:542:1: note: in expansion of macro ‘TRACE_EVENT’ - 542 | TRACE_EVENT(ext4_writepages_result, +../fs/nfsd/./trace.h:165:1: note: in expansion of macro ‘TRACE_EVENT’ + 165 | TRACE_EVENT(nfsd_compound_encode_err, @@ -67120,39 +110918 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__folio_op’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:577:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 577 | DECLARE_EVENT_CLASS(ext4__folio_op, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:577:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 577 | DECLARE_EVENT_CLASS(ext4__folio_op, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_invalidate_folio_op’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:615:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 615 | DECLARE_EVENT_CLASS(ext4_invalidate_folio_op, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:615:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 615 | DECLARE_EVENT_CLASS(ext4_invalidate_folio_op, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_discard_blocks’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_fh_verify’: @@ -67168,2 +110928,2 @@ -../include/trace/events/ext4.h:655:1: note: in expansion of macro ‘TRACE_EVENT’ - 655 | TRACE_EVENT(ext4_discard_blocks, +../fs/nfsd/./trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ + 196 | TRACE_EVENT(nfsd_fh_verify, @@ -67180,2 +110940,2 @@ -../include/trace/events/ext4.h:655:1: note: in expansion of macro ‘TRACE_EVENT’ - 655 | TRACE_EVENT(ext4_discard_blocks, +../fs/nfsd/./trace.h:196:1: note: in expansion of macro ‘TRACE_EVENT’ + 196 | TRACE_EVENT(nfsd_fh_verify, @@ -67183,20 +110943 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__mb_new_pa’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:679:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 679 | DECLARE_EVENT_CLASS(ext4__mb_new_pa, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:679:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 679 | DECLARE_EVENT_CLASS(ext4__mb_new_pa, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_mb_release_inode_pa’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_fh_verify_err’: @@ -67212,3 +110953,6 @@ -../include/trace/events/ext4.h:724:1: note: in expansion of macro ‘TRACE_EVENT’ - 724 | TRACE_EVENT(ext4_mb_release_inode_pa, - | ^~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../fs/nfsd/./trace.h:233:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 233 | TRACE_EVENT_CONDITION(nfsd_fh_verify_err, + | ^~~~~~~~~~~~~~~~~~~~~ @@ -67224,4 +110968,7 @@ -../include/trace/events/ext4.h:724:1: note: in expansion of macro ‘TRACE_EVENT’ - 724 | TRACE_EVENT(ext4_mb_release_inode_pa, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_mb_release_group_pa’: +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../fs/nfsd/./trace.h:233:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 233 | TRACE_EVENT_CONDITION(nfsd_fh_verify_err, + | ^~~~~~~~~~~~~~~~~~~~~ +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_fh_err_class’: @@ -67234,6 +110981,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:751:1: note: in expansion of macro ‘TRACE_EVENT’ - 751 | TRACE_EVENT(ext4_mb_release_group_pa, - | ^~~~~~~~~~~ +../fs/nfsd/./trace.h:278:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 278 | DECLARE_EVENT_CLASS(nfsd_fh_err_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -67246,7 +110990,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:751:1: note: in expansion of macro ‘TRACE_EVENT’ - 751 | TRACE_EVENT(ext4_mb_release_group_pa, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_discard_preallocations’: +../fs/nfsd/./trace.h:278:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 278 | DECLARE_EVENT_CLASS(nfsd_fh_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_exp_find_key’: @@ -67262,2 +111003,2 @@ -../include/trace/events/ext4.h:774:1: note: in expansion of macro ‘TRACE_EVENT’ - 774 | TRACE_EVENT(ext4_discard_preallocations, +../fs/nfsd/./trace.h:308:1: note: in expansion of macro ‘TRACE_EVENT’ + 308 | TRACE_EVENT(nfsd_exp_find_key, @@ -67274,2 +111015,2 @@ -../include/trace/events/ext4.h:774:1: note: in expansion of macro ‘TRACE_EVENT’ - 774 | TRACE_EVENT(ext4_discard_preallocations, +../fs/nfsd/./trace.h:308:1: note: in expansion of macro ‘TRACE_EVENT’ + 308 | TRACE_EVENT(nfsd_exp_find_key, @@ -67277 +111018 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_mb_discard_preallocations’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_expkey_update’: @@ -67287,2 +111028,2 @@ -../include/trace/events/ext4.h:797:1: note: in expansion of macro ‘TRACE_EVENT’ - 797 | TRACE_EVENT(ext4_mb_discard_preallocations, +../fs/nfsd/./trace.h:332:1: note: in expansion of macro ‘TRACE_EVENT’ + 332 | TRACE_EVENT(nfsd_expkey_update, @@ -67299,2 +111040,2 @@ -../include/trace/events/ext4.h:797:1: note: in expansion of macro ‘TRACE_EVENT’ - 797 | TRACE_EVENT(ext4_mb_discard_preallocations, +../fs/nfsd/./trace.h:332:1: note: in expansion of macro ‘TRACE_EVENT’ + 332 | TRACE_EVENT(nfsd_expkey_update, @@ -67302 +111043 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_request_blocks’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_exp_get_by_name’: @@ -67312,2 +111053,2 @@ -../include/trace/events/ext4.h:818:1: note: in expansion of macro ‘TRACE_EVENT’ - 818 | TRACE_EVENT(ext4_request_blocks, +../fs/nfsd/./trace.h:358:1: note: in expansion of macro ‘TRACE_EVENT’ + 358 | TRACE_EVENT(nfsd_exp_get_by_name, @@ -67324,2 +111065,2 @@ -../include/trace/events/ext4.h:818:1: note: in expansion of macro ‘TRACE_EVENT’ - 818 | TRACE_EVENT(ext4_request_blocks, +../fs/nfsd/./trace.h:358:1: note: in expansion of macro ‘TRACE_EVENT’ + 358 | TRACE_EVENT(nfsd_exp_get_by_name, @@ -67327 +111068 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_allocate_blocks’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_export_update’: @@ -67337,2 +111078,2 @@ -../include/trace/events/ext4.h:858:1: note: in expansion of macro ‘TRACE_EVENT’ - 858 | TRACE_EVENT(ext4_allocate_blocks, +../fs/nfsd/./trace.h:379:1: note: in expansion of macro ‘TRACE_EVENT’ + 379 | TRACE_EVENT(nfsd_export_update, @@ -67349,2 +111090,2 @@ -../include/trace/events/ext4.h:858:1: note: in expansion of macro ‘TRACE_EVENT’ - 858 | TRACE_EVENT(ext4_allocate_blocks, +../fs/nfsd/./trace.h:379:1: note: in expansion of macro ‘TRACE_EVENT’ + 379 | TRACE_EVENT(nfsd_export_update, @@ -67352 +111093 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_free_blocks’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_io_class’: @@ -67359,6 +111100,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:900:1: note: in expansion of macro ‘TRACE_EVENT’ - 900 | TRACE_EVENT(ext4_free_blocks, - | ^~~~~~~~~~~ +../fs/nfsd/./trace.h:399:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 399 | DECLARE_EVENT_CLASS(nfsd_io_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -67371,7 +111109,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:900:1: note: in expansion of macro ‘TRACE_EVENT’ - 900 | TRACE_EVENT(ext4_free_blocks, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_sync_file_enter’: +../fs/nfsd/./trace.h:399:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 399 | DECLARE_EVENT_CLASS(nfsd_io_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_err_class’: @@ -67384,6 +111119,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:931:1: note: in expansion of macro ‘TRACE_EVENT’ - 931 | TRACE_EVENT(ext4_sync_file_enter, - | ^~~~~~~~~~~ +../fs/nfsd/./trace.h:440:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 440 | DECLARE_EVENT_CLASS(nfsd_err_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -67396,7 +111128,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:931:1: note: in expansion of macro ‘TRACE_EVENT’ - 931 | TRACE_EVENT(ext4_sync_file_enter, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_sync_file_exit’: +../fs/nfsd/./trace.h:440:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 440 | DECLARE_EVENT_CLASS(nfsd_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_dirent’: @@ -67412,2 +111141,2 @@ -../include/trace/events/ext4.h:958:1: note: in expansion of macro ‘TRACE_EVENT’ - 958 | TRACE_EVENT(ext4_sync_file_exit, +../fs/nfsd/./trace.h:474:1: note: in expansion of macro ‘TRACE_EVENT’ + 474 | TRACE_EVENT(nfsd_dirent, @@ -67424,2 +111153,2 @@ -../include/trace/events/ext4.h:958:1: note: in expansion of macro ‘TRACE_EVENT’ - 958 | TRACE_EVENT(ext4_sync_file_exit, +../fs/nfsd/./trace.h:474:1: note: in expansion of macro ‘TRACE_EVENT’ + 474 | TRACE_EVENT(nfsd_dirent, @@ -67427 +111156 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_sync_fs’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_copy_err_class’: @@ -67434,6 +111163,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:981:1: note: in expansion of macro ‘TRACE_EVENT’ - 981 | TRACE_EVENT(ext4_sync_fs, - | ^~~~~~~~~~~ +../fs/nfsd/./trace.h:495:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 495 | DECLARE_EVENT_CLASS(nfsd_copy_err_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -67446,7 +111172,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:981:1: note: in expansion of macro ‘TRACE_EVENT’ - 981 | TRACE_EVENT(ext4_sync_fs, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_alloc_da_blocks’: +../fs/nfsd/./trace.h:495:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 495 | DECLARE_EVENT_CLASS(nfsd_copy_err_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_delegret_wakeup’: @@ -67462,2 +111185,2 @@ -../include/trace/events/ext4.h:1002:1: note: in expansion of macro ‘TRACE_EVENT’ - 1002 | TRACE_EVENT(ext4_alloc_da_blocks, +../fs/nfsd/./trace.h:549:1: note: in expansion of macro ‘TRACE_EVENT’ + 549 | TRACE_EVENT(nfsd_delegret_wakeup, @@ -67474,2 +111197,2 @@ -../include/trace/events/ext4.h:1002:1: note: in expansion of macro ‘TRACE_EVENT’ - 1002 | TRACE_EVENT(ext4_alloc_da_blocks, +../fs/nfsd/./trace.h:549:1: note: in expansion of macro ‘TRACE_EVENT’ + 549 | TRACE_EVENT(nfsd_delegret_wakeup, @@ -67477 +111200 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_mballoc_alloc’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_stateid_class’: @@ -67484,6 +111207,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1025:1: note: in expansion of macro ‘TRACE_EVENT’ - 1025 | TRACE_EVENT(ext4_mballoc_alloc, - | ^~~~~~~~~~~ +../fs/nfsd/./trace.h:572:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 572 | DECLARE_EVENT_CLASS(nfsd_stateid_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -67496,7 +111216,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1025:1: note: in expansion of macro ‘TRACE_EVENT’ - 1025 | TRACE_EVENT(ext4_mballoc_alloc, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_mballoc_prealloc’: +../fs/nfsd/./trace.h:572:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 572 | DECLARE_EVENT_CLASS(nfsd_stateid_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_stateseqid_class’: @@ -67509,6 +111226,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1092:1: note: in expansion of macro ‘TRACE_EVENT’ - 1092 | TRACE_EVENT(ext4_mballoc_prealloc, - | ^~~~~~~~~~~ +../fs/nfsd/./trace.h:616:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 616 | DECLARE_EVENT_CLASS(nfsd_stateseqid_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -67521,7 +111235,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1092:1: note: in expansion of macro ‘TRACE_EVENT’ - 1092 | TRACE_EVENT(ext4_mballoc_prealloc, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__mballoc’: +../fs/nfsd/./trace.h:616:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 616 | DECLARE_EVENT_CLASS(nfsd_stateseqid_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_stid_class’: @@ -67534,2 +111245,2 @@ -../include/trace/events/ext4.h:1132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1132 | DECLARE_EVENT_CLASS(ext4__mballoc, +../fs/nfsd/./trace.h:659:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 659 | DECLARE_EVENT_CLASS(nfsd_stid_class, @@ -67543,2 +111254,2 @@ -../include/trace/events/ext4.h:1132:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1132 | DECLARE_EVENT_CLASS(ext4__mballoc, +../fs/nfsd/./trace.h:659:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 659 | DECLARE_EVENT_CLASS(nfsd_stid_class, @@ -67546 +111257 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_forget’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_stateowner_replay’: @@ -67556,2 +111267,2 @@ -../include/trace/events/ext4.h:1186:1: note: in expansion of macro ‘TRACE_EVENT’ - 1186 | TRACE_EVENT(ext4_forget, +../fs/nfsd/./trace.h:699:1: note: in expansion of macro ‘TRACE_EVENT’ + 699 | TRACE_EVENT(nfsd_stateowner_replay, @@ -67568,2 +111279,2 @@ -../include/trace/events/ext4.h:1186:1: note: in expansion of macro ‘TRACE_EVENT’ - 1186 | TRACE_EVENT(ext4_forget, +../fs/nfsd/./trace.h:699:1: note: in expansion of macro ‘TRACE_EVENT’ + 699 | TRACE_EVENT(nfsd_stateowner_replay, @@ -67571 +111282 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_da_update_reserve_space’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_seq4_status’: @@ -67581,3 +111292,6 @@ -../include/trace/events/ext4.h:1213:1: note: in expansion of macro ‘TRACE_EVENT’ - 1213 | TRACE_EVENT(ext4_da_update_reserve_space, - | ^~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../fs/nfsd/./trace.h:717:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 717 | TRACE_EVENT_CONDITION(nfsd_seq4_status, + | ^~~~~~~~~~~~~~~~~~~~~ @@ -67593,4 +111307,7 @@ -../include/trace/events/ext4.h:1213:1: note: in expansion of macro ‘TRACE_EVENT’ - 1213 | TRACE_EVENT(ext4_da_update_reserve_space, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_da_reserve_space’: +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../fs/nfsd/./trace.h:717:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 717 | TRACE_EVENT_CONDITION(nfsd_seq4_status, + | ^~~~~~~~~~~~~~~~~~~~~ +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cs_slot_class’: @@ -67603,6 +111320,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1248:1: note: in expansion of macro ‘TRACE_EVENT’ - 1248 | TRACE_EVENT(ext4_da_reserve_space, - | ^~~~~~~~~~~ +../fs/nfsd/./trace.h:752:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 752 | DECLARE_EVENT_CLASS(nfsd_cs_slot_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -67615,7 +111329,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1248:1: note: in expansion of macro ‘TRACE_EVENT’ - 1248 | TRACE_EVENT(ext4_da_reserve_space, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_da_release_space’: +../fs/nfsd/./trace.h:752:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 752 | DECLARE_EVENT_CLASS(nfsd_cs_slot_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_slot_seqid_sequence’: @@ -67631,2 +111342,2 @@ -../include/trace/events/ext4.h:1279:1: note: in expansion of macro ‘TRACE_EVENT’ - 1279 | TRACE_EVENT(ext4_da_release_space, +../fs/nfsd/./trace.h:792:1: note: in expansion of macro ‘TRACE_EVENT’ + 792 | TRACE_EVENT(nfsd_slot_seqid_sequence, @@ -67643,2 +111354,2 @@ -../include/trace/events/ext4.h:1279:1: note: in expansion of macro ‘TRACE_EVENT’ - 1279 | TRACE_EVENT(ext4_da_release_space, +../fs/nfsd/./trace.h:792:1: note: in expansion of macro ‘TRACE_EVENT’ + 792 | TRACE_EVENT(nfsd_slot_seqid_sequence, @@ -67646 +111357 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__bitmap_load’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_clientid_class’: @@ -67653,2 +111364,2 @@ -../include/trace/events/ext4.h:1310:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1310 | DECLARE_EVENT_CLASS(ext4__bitmap_load, +../fs/nfsd/./trace.h:822:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 822 | DECLARE_EVENT_CLASS(nfsd_clientid_class, @@ -67662,2 +111373,2 @@ -../include/trace/events/ext4.h:1310:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1310 | DECLARE_EVENT_CLASS(ext4__bitmap_load, +../fs/nfsd/./trace.h:822:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 822 | DECLARE_EVENT_CLASS(nfsd_clientid_class, @@ -67665 +111376 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_read_block_bitmap_load’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_mark_client_expired’: @@ -67675,2 +111386,2 @@ -../include/trace/events/ext4.h:1352:1: note: in expansion of macro ‘TRACE_EVENT’ - 1352 | TRACE_EVENT(ext4_read_block_bitmap_load, +../fs/nfsd/./trace.h:851:1: note: in expansion of macro ‘TRACE_EVENT’ + 851 | TRACE_EVENT(nfsd_mark_client_expired, @@ -67687,2 +111398,2 @@ -../include/trace/events/ext4.h:1352:1: note: in expansion of macro ‘TRACE_EVENT’ - 1352 | TRACE_EVENT(ext4_read_block_bitmap_load, +../fs/nfsd/./trace.h:851:1: note: in expansion of macro ‘TRACE_EVENT’ + 851 | TRACE_EVENT(nfsd_mark_client_expired, @@ -67690 +111401 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__fallocate_mode’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_net_class’: @@ -67697,2 +111408,2 @@ -../include/trace/events/ext4.h:1375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1375 | DECLARE_EVENT_CLASS(ext4__fallocate_mode, +../fs/nfsd/./trace.h:875:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 875 | DECLARE_EVENT_CLASS(nfsd_net_class, @@ -67706,2 +111417,2 @@ -../include/trace/events/ext4.h:1375:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1375 | DECLARE_EVENT_CLASS(ext4__fallocate_mode, +../fs/nfsd/./trace.h:875:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 875 | DECLARE_EVENT_CLASS(nfsd_net_class, @@ -67709 +111420 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_fallocate_exit’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_writeverf_reset’: @@ -67719,2 +111430,2 @@ -../include/trace/events/ext4.h:1424:1: note: in expansion of macro ‘TRACE_EVENT’ - 1424 | TRACE_EVENT(ext4_fallocate_exit, +../fs/nfsd/./trace.h:895:1: note: in expansion of macro ‘TRACE_EVENT’ + 895 | TRACE_EVENT(nfsd_writeverf_reset, @@ -67731,2 +111442,2 @@ -../include/trace/events/ext4.h:1424:1: note: in expansion of macro ‘TRACE_EVENT’ - 1424 | TRACE_EVENT(ext4_fallocate_exit, +../fs/nfsd/./trace.h:895:1: note: in expansion of macro ‘TRACE_EVENT’ + 895 | TRACE_EVENT(nfsd_writeverf_reset, @@ -67734 +111445 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_unlink_enter’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_clid_cred_mismatch’: @@ -67744,2 +111455,2 @@ -../include/trace/events/ext4.h:1453:1: note: in expansion of macro ‘TRACE_EVENT’ - 1453 | TRACE_EVENT(ext4_unlink_enter, +../fs/nfsd/./trace.h:923:1: note: in expansion of macro ‘TRACE_EVENT’ + 923 | TRACE_EVENT(nfsd_clid_cred_mismatch, @@ -67756,2 +111467,2 @@ -../include/trace/events/ext4.h:1453:1: note: in expansion of macro ‘TRACE_EVENT’ - 1453 | TRACE_EVENT(ext4_unlink_enter, +../fs/nfsd/./trace.h:923:1: note: in expansion of macro ‘TRACE_EVENT’ + 923 | TRACE_EVENT(nfsd_clid_cred_mismatch, @@ -67759 +111470 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_unlink_exit’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_clid_verf_mismatch’: @@ -67769,2 +111480,2 @@ -../include/trace/events/ext4.h:1478:1: note: in expansion of macro ‘TRACE_EVENT’ - 1478 | TRACE_EVENT(ext4_unlink_exit, +../fs/nfsd/./trace.h:952:1: note: in expansion of macro ‘TRACE_EVENT’ + 952 | TRACE_EVENT(nfsd_clid_verf_mismatch, @@ -67781,2 +111492,2 @@ -../include/trace/events/ext4.h:1478:1: note: in expansion of macro ‘TRACE_EVENT’ - 1478 | TRACE_EVENT(ext4_unlink_exit, +../fs/nfsd/./trace.h:952:1: note: in expansion of macro ‘TRACE_EVENT’ + 952 | TRACE_EVENT(nfsd_clid_verf_mismatch, @@ -67784 +111495 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__truncate’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_clid_class’: @@ -67791,2 +111502,2 @@ -../include/trace/events/ext4.h:1501:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1501 | DECLARE_EVENT_CLASS(ext4__truncate, +../fs/nfsd/./trace.h:984:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 984 | DECLARE_EVENT_CLASS(nfsd_clid_class, @@ -67800,2 +111511,2 @@ -../include/trace/events/ext4.h:1501:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1501 | DECLARE_EVENT_CLASS(ext4__truncate, +../fs/nfsd/./trace.h:984:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 984 | DECLARE_EVENT_CLASS(nfsd_clid_class, @@ -67803 +111514 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_ext_convert_to_initialized_enter’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_file_class’: @@ -67810,6 +111521,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ - 1538 | TRACE_EVENT(ext4_ext_convert_to_initialized_enter, - | ^~~~~~~~~~~ +../fs/nfsd/./trace.h:1030:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1030 | DECLARE_EVENT_CLASS(nfsd_file_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -67822,7 +111530,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1538:1: note: in expansion of macro ‘TRACE_EVENT’ - 1538 | TRACE_EVENT(ext4_ext_convert_to_initialized_enter, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_ext_convert_to_initialized_fastpath’: +../fs/nfsd/./trace.h:1030:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1030 | DECLARE_EVENT_CLASS(nfsd_file_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_file_alloc’: @@ -67838,2 +111543,2 @@ -../include/trace/events/ext4.h:1576:1: note: in expansion of macro ‘TRACE_EVENT’ - 1576 | TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, +../fs/nfsd/./trace.h:1066:1: note: in expansion of macro ‘TRACE_EVENT’ + 1066 | TRACE_EVENT(nfsd_file_alloc, @@ -67850,2 +111555,2 @@ -../include/trace/events/ext4.h:1576:1: note: in expansion of macro ‘TRACE_EVENT’ - 1576 | TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, +../fs/nfsd/./trace.h:1066:1: note: in expansion of macro ‘TRACE_EVENT’ + 1066 | TRACE_EVENT(nfsd_file_alloc, @@ -67853 +111558 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__map_blocks_enter’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_file_acquire’: @@ -67860,3 +111565,6 @@ -../include/trace/events/ext4.h:1618:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1618 | DECLARE_EVENT_CLASS(ext4__map_blocks_enter, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfsd/./trace.h:1090:1: note: in expansion of macro ‘TRACE_EVENT’ + 1090 | TRACE_EVENT(nfsd_file_acquire, + | ^~~~~~~~~~~ @@ -67869,4 +111577,7 @@ -../include/trace/events/ext4.h:1618:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1618 | DECLARE_EVENT_CLASS(ext4__map_blocks_enter, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__map_blocks_exit’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfsd/./trace.h:1090:1: note: in expansion of macro ‘TRACE_EVENT’ + 1090 | TRACE_EVENT(nfsd_file_acquire, + | ^~~~~~~~~~~ +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_file_insert_err’: @@ -67879,3 +111590,6 @@ -../include/trace/events/ext4.h:1660:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1660 | DECLARE_EVENT_CLASS(ext4__map_blocks_exit, - | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfsd/./trace.h:1132:1: note: in expansion of macro ‘TRACE_EVENT’ + 1132 | TRACE_EVENT(nfsd_file_insert_err, + | ^~~~~~~~~~~ @@ -67888,4 +111602,7 @@ -../include/trace/events/ext4.h:1660:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1660 | DECLARE_EVENT_CLASS(ext4__map_blocks_exit, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_ext_load_extent’: +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfsd/./trace.h:1132:1: note: in expansion of macro ‘TRACE_EVENT’ + 1132 | TRACE_EVENT(nfsd_file_insert_err, + | ^~~~~~~~~~~ +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_file_cons_err’: @@ -67901,2 +111618,2 @@ -../include/trace/events/ext4.h:1710:1: note: in expansion of macro ‘TRACE_EVENT’ - 1710 | TRACE_EVENT(ext4_ext_load_extent, +../fs/nfsd/./trace.h:1159:1: note: in expansion of macro ‘TRACE_EVENT’ + 1159 | TRACE_EVENT(nfsd_file_cons_err, @@ -67913,2 +111630,2 @@ -../include/trace/events/ext4.h:1710:1: note: in expansion of macro ‘TRACE_EVENT’ - 1710 | TRACE_EVENT(ext4_ext_load_extent, +../fs/nfsd/./trace.h:1159:1: note: in expansion of macro ‘TRACE_EVENT’ + 1159 | TRACE_EVENT(nfsd_file_cons_err, @@ -67916 +111633 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_load_inode’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_file_open_class’: @@ -67923,6 +111640,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1735:1: note: in expansion of macro ‘TRACE_EVENT’ - 1735 | TRACE_EVENT(ext4_load_inode, - | ^~~~~~~~~~~ +../fs/nfsd/./trace.h:1193:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1193 | DECLARE_EVENT_CLASS(nfsd_file_open_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -67935,7 +111649,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1735:1: note: in expansion of macro ‘TRACE_EVENT’ - 1735 | TRACE_EVENT(ext4_load_inode, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_journal_start_sb’: +../fs/nfsd/./trace.h:1193:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1193 | DECLARE_EVENT_CLASS(nfsd_file_open_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_file_is_cached’: @@ -67951,2 +111662,2 @@ -../include/trace/events/ext4.h:1755:1: note: in expansion of macro ‘TRACE_EVENT’ - 1755 | TRACE_EVENT(ext4_journal_start_sb, +../fs/nfsd/./trace.h:1229:1: note: in expansion of macro ‘TRACE_EVENT’ + 1229 | TRACE_EVENT(nfsd_file_is_cached, @@ -67963,2 +111674,2 @@ -../include/trace/events/ext4.h:1755:1: note: in expansion of macro ‘TRACE_EVENT’ - 1755 | TRACE_EVENT(ext4_journal_start_sb, +../fs/nfsd/./trace.h:1229:1: note: in expansion of macro ‘TRACE_EVENT’ + 1229 | TRACE_EVENT(nfsd_file_is_cached, @@ -67966 +111677 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_journal_start_inode’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_file_fsnotify_handle_event’: @@ -67976,2 +111687,2 @@ -../include/trace/events/ext4.h:1785:1: note: in expansion of macro ‘TRACE_EVENT’ - 1785 | TRACE_EVENT(ext4_journal_start_inode, +../fs/nfsd/./trace.h:1249:1: note: in expansion of macro ‘TRACE_EVENT’ + 1249 | TRACE_EVENT(nfsd_file_fsnotify_handle_event, @@ -67988,2 +111699,2 @@ -../include/trace/events/ext4.h:1785:1: note: in expansion of macro ‘TRACE_EVENT’ - 1785 | TRACE_EVENT(ext4_journal_start_inode, +../fs/nfsd/./trace.h:1249:1: note: in expansion of macro ‘TRACE_EVENT’ + 1249 | TRACE_EVENT(nfsd_file_fsnotify_handle_event, @@ -67991 +111702 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_journal_start_reserved’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_file_gc_class’: @@ -67998,6 +111709,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1818:1: note: in expansion of macro ‘TRACE_EVENT’ - 1818 | TRACE_EVENT(ext4_journal_start_reserved, - | ^~~~~~~~~~~ +../fs/nfsd/./trace.h:1268:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1268 | DECLARE_EVENT_CLASS(nfsd_file_gc_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -68010,7 +111718,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:1818:1: note: in expansion of macro ‘TRACE_EVENT’ - 1818 | TRACE_EVENT(ext4_journal_start_reserved, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__trim’: +../fs/nfsd/./trace.h:1268:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1268 | DECLARE_EVENT_CLASS(nfsd_file_gc_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_file_lruwalk_class’: @@ -68023,2 +111728,2 @@ -../include/trace/events/ext4.h:1840:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1840 | DECLARE_EVENT_CLASS(ext4__trim, +../fs/nfsd/./trace.h:1308:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1308 | DECLARE_EVENT_CLASS(nfsd_file_lruwalk_class, @@ -68032,2 +111737,2 @@ -../include/trace/events/ext4.h:1840:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 1840 | DECLARE_EVENT_CLASS(ext4__trim, +../fs/nfsd/./trace.h:1308:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1308 | DECLARE_EVENT_CLASS(nfsd_file_lruwalk_class, @@ -68035 +111740 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_ext_handle_unwritten_extents’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_file_close’: @@ -68045,2 +111750,2 @@ -../include/trace/events/ext4.h:1889:1: note: in expansion of macro ‘TRACE_EVENT’ - 1889 | TRACE_EVENT(ext4_ext_handle_unwritten_extents, +../fs/nfsd/./trace.h:1337:1: note: in expansion of macro ‘TRACE_EVENT’ + 1337 | TRACE_EVENT(nfsd_file_close, @@ -68057,2 +111762,2 @@ -../include/trace/events/ext4.h:1889:1: note: in expansion of macro ‘TRACE_EVENT’ - 1889 | TRACE_EVENT(ext4_ext_handle_unwritten_extents, +../fs/nfsd/./trace.h:1337:1: note: in expansion of macro ‘TRACE_EVENT’ + 1337 | TRACE_EVENT(nfsd_file_close, @@ -68060 +111765 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_get_implied_cluster_alloc_exit’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_drc_found’: @@ -68070,2 +111775,2 @@ -../include/trace/events/ext4.h:1927:1: note: in expansion of macro ‘TRACE_EVENT’ - 1927 | TRACE_EVENT(ext4_get_implied_cluster_alloc_exit, +../fs/nfsd/./trace.h:1365:1: note: in expansion of macro ‘TRACE_EVENT’ + 1365 | TRACE_EVENT(nfsd_drc_found, @@ -68082,2 +111787,2 @@ -../include/trace/events/ext4.h:1927:1: note: in expansion of macro ‘TRACE_EVENT’ - 1927 | TRACE_EVENT(ext4_get_implied_cluster_alloc_exit, +../fs/nfsd/./trace.h:1365:1: note: in expansion of macro ‘TRACE_EVENT’ + 1365 | TRACE_EVENT(nfsd_drc_found, @@ -68085 +111790 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_ext_show_extent’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_drc_mismatch’: @@ -68095,2 +111800,2 @@ -../include/trace/events/ext4.h:1956:1: note: in expansion of macro ‘TRACE_EVENT’ - 1956 | TRACE_EVENT(ext4_ext_show_extent, +../fs/nfsd/./trace.h:1388:1: note: in expansion of macro ‘TRACE_EVENT’ + 1388 | TRACE_EVENT(nfsd_drc_mismatch, @@ -68107,2 +111812,2 @@ -../include/trace/events/ext4.h:1956:1: note: in expansion of macro ‘TRACE_EVENT’ - 1956 | TRACE_EVENT(ext4_ext_show_extent, +../fs/nfsd/./trace.h:1388:1: note: in expansion of macro ‘TRACE_EVENT’ + 1388 | TRACE_EVENT(nfsd_drc_mismatch, @@ -68110 +111815 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_remove_blocks’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_args’: @@ -68120,2 +111825,2 @@ -../include/trace/events/ext4.h:1986:1: note: in expansion of macro ‘TRACE_EVENT’ - 1986 | TRACE_EVENT(ext4_remove_blocks, +../fs/nfsd/./trace.h:1412:1: note: in expansion of macro ‘TRACE_EVENT’ + 1412 | TRACE_EVENT(nfsd_cb_args, @@ -68132,2 +111837,2 @@ -../include/trace/events/ext4.h:1986:1: note: in expansion of macro ‘TRACE_EVENT’ - 1986 | TRACE_EVENT(ext4_remove_blocks, +../fs/nfsd/./trace.h:1412:1: note: in expansion of macro ‘TRACE_EVENT’ + 1412 | TRACE_EVENT(nfsd_cb_args, @@ -68135 +111840 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_ext_rm_leaf’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_nodelegs’: @@ -68145,2 +111850,2 @@ -../include/trace/events/ext4.h:2033:1: note: in expansion of macro ‘TRACE_EVENT’ - 2033 | TRACE_EVENT(ext4_ext_rm_leaf, +../fs/nfsd/./trace.h:1437:1: note: in expansion of macro ‘TRACE_EVENT’ + 1437 | TRACE_EVENT(nfsd_cb_nodelegs, @@ -68157,2 +111862,2 @@ -../include/trace/events/ext4.h:2033:1: note: in expansion of macro ‘TRACE_EVENT’ - 2033 | TRACE_EVENT(ext4_ext_rm_leaf, +../fs/nfsd/./trace.h:1437:1: note: in expansion of macro ‘TRACE_EVENT’ + 1437 | TRACE_EVENT(nfsd_cb_nodelegs, @@ -68160 +111865 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_ext_rm_idx’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_class’: @@ -68167,6 +111872,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2077:1: note: in expansion of macro ‘TRACE_EVENT’ - 2077 | TRACE_EVENT(ext4_ext_rm_idx, - | ^~~~~~~~~~~ +../fs/nfsd/./trace.h:1458:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1458 | DECLARE_EVENT_CLASS(nfsd_cb_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -68179,7 +111881,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2077:1: note: in expansion of macro ‘TRACE_EVENT’ - 2077 | TRACE_EVENT(ext4_ext_rm_idx, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_ext_remove_space’: +../fs/nfsd/./trace.h:1458:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1458 | DECLARE_EVENT_CLASS(nfsd_cb_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_setup’: @@ -68195,2 +111894,2 @@ -../include/trace/events/ext4.h:2100:1: note: in expansion of macro ‘TRACE_EVENT’ - 2100 | TRACE_EVENT(ext4_ext_remove_space, +../fs/nfsd/./trace.h:1506:1: note: in expansion of macro ‘TRACE_EVENT’ + 1506 | TRACE_EVENT(nfsd_cb_setup, @@ -68207,2 +111906,2 @@ -../include/trace/events/ext4.h:2100:1: note: in expansion of macro ‘TRACE_EVENT’ - 2100 | TRACE_EVENT(ext4_ext_remove_space, +../fs/nfsd/./trace.h:1506:1: note: in expansion of macro ‘TRACE_EVENT’ + 1506 | TRACE_EVENT(nfsd_cb_setup, @@ -68210 +111909 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_ext_remove_space_done’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_setup_err’: @@ -68220,2 +111919,2 @@ -../include/trace/events/ext4.h:2130:1: note: in expansion of macro ‘TRACE_EVENT’ - 2130 | TRACE_EVENT(ext4_ext_remove_space_done, +../fs/nfsd/./trace.h:1532:1: note: in expansion of macro ‘TRACE_EVENT’ + 1532 | TRACE_EVENT(nfsd_cb_setup_err, @@ -68232,2 +111931,2 @@ -../include/trace/events/ext4.h:2130:1: note: in expansion of macro ‘TRACE_EVENT’ - 2130 | TRACE_EVENT(ext4_ext_remove_space_done, +../fs/nfsd/./trace.h:1532:1: note: in expansion of macro ‘TRACE_EVENT’ + 1532 | TRACE_EVENT(nfsd_cb_setup_err, @@ -68235 +111934 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__es_extent’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_lifetime_class’: @@ -68242,2 +111941,2 @@ -../include/trace/events/ext4.h:2174:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2174 | DECLARE_EVENT_CLASS(ext4__es_extent, +../fs/nfsd/./trace.h:1556:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1556 | DECLARE_EVENT_CLASS(nfsd_cb_lifetime_class, @@ -68251,2 +111950,2 @@ -../include/trace/events/ext4.h:2174:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2174 | DECLARE_EVENT_CLASS(ext4__es_extent, +../fs/nfsd/./trace.h:1556:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1556 | DECLARE_EVENT_CLASS(nfsd_cb_lifetime_class, @@ -68254 +111953 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_es_remove_extent’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_seq_status’: @@ -68264,2 +111963,2 @@ -../include/trace/events/ext4.h:2216:1: note: in expansion of macro ‘TRACE_EVENT’ - 2216 | TRACE_EVENT(ext4_es_remove_extent, +../fs/nfsd/./trace.h:1598:1: note: in expansion of macro ‘TRACE_EVENT’ + 1598 | TRACE_EVENT(nfsd_cb_seq_status, @@ -68276,2 +111975,2 @@ -../include/trace/events/ext4.h:2216:1: note: in expansion of macro ‘TRACE_EVENT’ - 2216 | TRACE_EVENT(ext4_es_remove_extent, +../fs/nfsd/./trace.h:1598:1: note: in expansion of macro ‘TRACE_EVENT’ + 1598 | TRACE_EVENT(nfsd_cb_seq_status, @@ -68279 +111978 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_es_find_extent_range_enter’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_free_slot’: @@ -68289,2 +111988,2 @@ -../include/trace/events/ext4.h:2241:1: note: in expansion of macro ‘TRACE_EVENT’ - 2241 | TRACE_EVENT(ext4_es_find_extent_range_enter, +../fs/nfsd/./trace.h:1639:1: note: in expansion of macro ‘TRACE_EVENT’ + 1639 | TRACE_EVENT(nfsd_cb_free_slot, @@ -68301,2 +112000,2 @@ -../include/trace/events/ext4.h:2241:1: note: in expansion of macro ‘TRACE_EVENT’ - 2241 | TRACE_EVENT(ext4_es_find_extent_range_enter, +../fs/nfsd/./trace.h:1639:1: note: in expansion of macro ‘TRACE_EVENT’ + 1639 | TRACE_EVENT(nfsd_cb_free_slot, @@ -68304 +112003 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_es_find_extent_range_exit’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_recall’: @@ -68314,3 +112013,6 @@ -../include/trace/events/ext4.h:2263:1: note: in expansion of macro ‘TRACE_EVENT’ - 2263 | TRACE_EVENT(ext4_es_find_extent_range_exit, - | ^~~~~~~~~~~ +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../fs/nfsd/./trace.h:1678:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 1678 | TRACE_EVENT_CONDITION(nfsd_cb_recall, + | ^~~~~~~~~~~~~~~~~~~~~ @@ -68326,4 +112028,7 @@ -../include/trace/events/ext4.h:2263:1: note: in expansion of macro ‘TRACE_EVENT’ - 2263 | TRACE_EVENT(ext4_es_find_extent_range_exit, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_es_lookup_extent_enter’: +../include/trace/define_trace.h:32:9: note: in expansion of macro ‘TRACE_EVENT’ + 32 | TRACE_EVENT(name, \ + | ^~~~~~~~~~~ +../fs/nfsd/./trace.h:1678:1: note: in expansion of macro ‘TRACE_EVENT_CONDITION’ + 1678 | TRACE_EVENT_CONDITION(nfsd_cb_recall, + | ^~~~~~~~~~~~~~~~~~~~~ +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_notify_lock’: @@ -68339,2 +112044,2 @@ -../include/trace/events/ext4.h:2293:1: note: in expansion of macro ‘TRACE_EVENT’ - 2293 | TRACE_EVENT(ext4_es_lookup_extent_enter, +../fs/nfsd/./trace.h:1707:1: note: in expansion of macro ‘TRACE_EVENT’ + 1707 | TRACE_EVENT(nfsd_cb_notify_lock, @@ -68351,2 +112056,2 @@ -../include/trace/events/ext4.h:2293:1: note: in expansion of macro ‘TRACE_EVENT’ - 2293 | TRACE_EVENT(ext4_es_lookup_extent_enter, +../fs/nfsd/./trace.h:1707:1: note: in expansion of macro ‘TRACE_EVENT’ + 1707 | TRACE_EVENT(nfsd_cb_notify_lock, @@ -68354 +112059 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_es_lookup_extent_exit’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_offload’: @@ -68364,2 +112069,2 @@ -../include/trace/events/ext4.h:2315:1: note: in expansion of macro ‘TRACE_EVENT’ - 2315 | TRACE_EVENT(ext4_es_lookup_extent_exit, +../fs/nfsd/./trace.h:1733:1: note: in expansion of macro ‘TRACE_EVENT’ + 1733 | TRACE_EVENT(nfsd_cb_offload, @@ -68376,2 +112081,2 @@ -../include/trace/events/ext4.h:2315:1: note: in expansion of macro ‘TRACE_EVENT’ - 2315 | TRACE_EVENT(ext4_es_lookup_extent_exit, +../fs/nfsd/./trace.h:1733:1: note: in expansion of macro ‘TRACE_EVENT’ + 1733 | TRACE_EVENT(nfsd_cb_offload, @@ -68379,20 +112084 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4__es_shrink_enter’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2349:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2349 | DECLARE_EVENT_CLASS(ext4__es_shrink_enter, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2349:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2349 | DECLARE_EVENT_CLASS(ext4__es_shrink_enter, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_es_shrink_scan_exit’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_recall_any’: @@ -68408,2 +112094,2 @@ -../include/trace/events/ext4.h:2383:1: note: in expansion of macro ‘TRACE_EVENT’ - 2383 | TRACE_EVENT(ext4_es_shrink_scan_exit, +../fs/nfsd/./trace.h:1769:1: note: in expansion of macro ‘TRACE_EVENT’ + 1769 | TRACE_EVENT(nfsd_cb_recall_any, @@ -68420,2 +112106,2 @@ -../include/trace/events/ext4.h:2383:1: note: in expansion of macro ‘TRACE_EVENT’ - 2383 | TRACE_EVENT(ext4_es_shrink_scan_exit, +../fs/nfsd/./trace.h:1769:1: note: in expansion of macro ‘TRACE_EVENT’ + 1769 | TRACE_EVENT(nfsd_cb_recall_any, @@ -68423 +112109 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_collapse_range’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_done_class’: @@ -68430,6 +112116,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2405:1: note: in expansion of macro ‘TRACE_EVENT’ - 2405 | TRACE_EVENT(ext4_collapse_range, - | ^~~~~~~~~~~ +../fs/nfsd/./trace.h:1795:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1795 | DECLARE_EVENT_CLASS(nfsd_cb_done_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -68442,7 +112125,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2405:1: note: in expansion of macro ‘TRACE_EVENT’ - 2405 | TRACE_EVENT(ext4_collapse_range, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_insert_range’: +../fs/nfsd/./trace.h:1795:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1795 | DECLARE_EVENT_CLASS(nfsd_cb_done_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_cb_recall_any_done’: @@ -68458,2 +112138,2 @@ -../include/trace/events/ext4.h:2430:1: note: in expansion of macro ‘TRACE_EVENT’ - 2430 | TRACE_EVENT(ext4_insert_range, +../fs/nfsd/./trace.h:1834:1: note: in expansion of macro ‘TRACE_EVENT’ + 1834 | TRACE_EVENT(nfsd_cb_recall_any_done, @@ -68470,2 +112150,2 @@ -../include/trace/events/ext4.h:2430:1: note: in expansion of macro ‘TRACE_EVENT’ - 2430 | TRACE_EVENT(ext4_insert_range, +../fs/nfsd/./trace.h:1834:1: note: in expansion of macro ‘TRACE_EVENT’ + 1834 | TRACE_EVENT(nfsd_cb_recall_any_done, @@ -68473 +112153 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_es_shrink’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_unlock_ip’: @@ -68483,2 +112163,2 @@ -../include/trace/events/ext4.h:2455:1: note: in expansion of macro ‘TRACE_EVENT’ - 2455 | TRACE_EVENT(ext4_es_shrink, +../fs/nfsd/./trace.h:1855:1: note: in expansion of macro ‘TRACE_EVENT’ + 1855 | TRACE_EVENT(nfsd_ctl_unlock_ip, @@ -68495,2 +112175,2 @@ -../include/trace/events/ext4.h:2455:1: note: in expansion of macro ‘TRACE_EVENT’ - 2455 | TRACE_EVENT(ext4_es_shrink, +../fs/nfsd/./trace.h:1855:1: note: in expansion of macro ‘TRACE_EVENT’ + 1855 | TRACE_EVENT(nfsd_ctl_unlock_ip, @@ -68498 +112178 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_es_insert_delayed_extent’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_unlock_fs’: @@ -68508,2 +112188,2 @@ -../include/trace/events/ext4.h:2483:1: note: in expansion of macro ‘TRACE_EVENT’ - 2483 | TRACE_EVENT(ext4_es_insert_delayed_extent, +../fs/nfsd/./trace.h:1874:1: note: in expansion of macro ‘TRACE_EVENT’ + 1874 | TRACE_EVENT(nfsd_ctl_unlock_fs, @@ -68520,2 +112200,2 @@ -../include/trace/events/ext4.h:2483:1: note: in expansion of macro ‘TRACE_EVENT’ - 2483 | TRACE_EVENT(ext4_es_insert_delayed_extent, +../fs/nfsd/./trace.h:1874:1: note: in expansion of macro ‘TRACE_EVENT’ + 1874 | TRACE_EVENT(nfsd_ctl_unlock_fs, @@ -68523,39 +112203 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_fsmap_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2521:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2521 | DECLARE_EVENT_CLASS(ext4_fsmap_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2521:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2521 | DECLARE_EVENT_CLASS(ext4_fsmap_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_getfsmap_class’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2558:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2558 | DECLARE_EVENT_CLASS(ext4_getfsmap_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2558:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2558 | DECLARE_EVENT_CLASS(ext4_getfsmap_class, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_shutdown’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_filehandle’: @@ -68571,2 +112213,2 @@ -../include/trace/events/ext4.h:2593:1: note: in expansion of macro ‘TRACE_EVENT’ - 2593 | TRACE_EVENT(ext4_shutdown, +../fs/nfsd/./trace.h:1893:1: note: in expansion of macro ‘TRACE_EVENT’ + 1893 | TRACE_EVENT(nfsd_ctl_filehandle, @@ -68583,2 +112225,2 @@ -../include/trace/events/ext4.h:2593:1: note: in expansion of macro ‘TRACE_EVENT’ - 2593 | TRACE_EVENT(ext4_shutdown, +../fs/nfsd/./trace.h:1893:1: note: in expansion of macro ‘TRACE_EVENT’ + 1893 | TRACE_EVENT(nfsd_ctl_filehandle, @@ -68586 +112228 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_error’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_threads’: @@ -68596,2 +112238,2 @@ -../include/trace/events/ext4.h:2613:1: note: in expansion of macro ‘TRACE_EVENT’ - 2613 | TRACE_EVENT(ext4_error, +../fs/nfsd/./trace.h:1918:1: note: in expansion of macro ‘TRACE_EVENT’ + 1918 | TRACE_EVENT(nfsd_ctl_threads, @@ -68608,2 +112250,2 @@ -../include/trace/events/ext4.h:2613:1: note: in expansion of macro ‘TRACE_EVENT’ - 2613 | TRACE_EVENT(ext4_error, +../fs/nfsd/./trace.h:1918:1: note: in expansion of macro ‘TRACE_EVENT’ + 1918 | TRACE_EVENT(nfsd_ctl_threads, @@ -68611 +112253 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_prefetch_bitmaps’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_pool_threads’: @@ -68621,2 +112263,2 @@ -../include/trace/events/ext4.h:2636:1: note: in expansion of macro ‘TRACE_EVENT’ - 2636 | TRACE_EVENT(ext4_prefetch_bitmaps, +../fs/nfsd/./trace.h:1937:1: note: in expansion of macro ‘TRACE_EVENT’ + 1937 | TRACE_EVENT(nfsd_ctl_pool_threads, @@ -68633,2 +112275,2 @@ -../include/trace/events/ext4.h:2636:1: note: in expansion of macro ‘TRACE_EVENT’ - 2636 | TRACE_EVENT(ext4_prefetch_bitmaps, +../fs/nfsd/./trace.h:1937:1: note: in expansion of macro ‘TRACE_EVENT’ + 1937 | TRACE_EVENT(nfsd_ctl_pool_threads, @@ -68636 +112278 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_lazy_itable_init’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_version’: @@ -68646,2 +112288,2 @@ -../include/trace/events/ext4.h:2661:1: note: in expansion of macro ‘TRACE_EVENT’ - 2661 | TRACE_EVENT(ext4_lazy_itable_init, +../fs/nfsd/./trace.h:1959:1: note: in expansion of macro ‘TRACE_EVENT’ + 1959 | TRACE_EVENT(nfsd_ctl_version, @@ -68658,2 +112300,2 @@ -../include/trace/events/ext4.h:2661:1: note: in expansion of macro ‘TRACE_EVENT’ - 2661 | TRACE_EVENT(ext4_lazy_itable_init, +../fs/nfsd/./trace.h:1959:1: note: in expansion of macro ‘TRACE_EVENT’ + 1959 | TRACE_EVENT(nfsd_ctl_version, @@ -68661 +112303 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_fc_replay_scan’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_ports_addfd’: @@ -68671,2 +112313,2 @@ -../include/trace/events/ext4.h:2680:1: note: in expansion of macro ‘TRACE_EVENT’ - 2680 | TRACE_EVENT(ext4_fc_replay_scan, +../fs/nfsd/./trace.h:1978:1: note: in expansion of macro ‘TRACE_EVENT’ + 1978 | TRACE_EVENT(nfsd_ctl_ports_addfd, @@ -68683,2 +112325,2 @@ -../include/trace/events/ext4.h:2680:1: note: in expansion of macro ‘TRACE_EVENT’ - 2680 | TRACE_EVENT(ext4_fc_replay_scan, +../fs/nfsd/./trace.h:1978:1: note: in expansion of macro ‘TRACE_EVENT’ + 1978 | TRACE_EVENT(nfsd_ctl_ports_addfd, @@ -68686 +112328 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_fc_replay’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_ports_addxprt’: @@ -68696,2 +112338,2 @@ -../include/trace/events/ext4.h:2702:1: note: in expansion of macro ‘TRACE_EVENT’ - 2702 | TRACE_EVENT(ext4_fc_replay, +../fs/nfsd/./trace.h:1997:1: note: in expansion of macro ‘TRACE_EVENT’ + 1997 | TRACE_EVENT(nfsd_ctl_ports_addxprt, @@ -68708,2 +112350,2 @@ -../include/trace/events/ext4.h:2702:1: note: in expansion of macro ‘TRACE_EVENT’ - 2702 | TRACE_EVENT(ext4_fc_replay, +../fs/nfsd/./trace.h:1997:1: note: in expansion of macro ‘TRACE_EVENT’ + 1997 | TRACE_EVENT(nfsd_ctl_ports_addxprt, @@ -68711 +112353 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_fc_commit_start’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_maxblksize’: @@ -68721,2 +112363,2 @@ -../include/trace/events/ext4.h:2728:1: note: in expansion of macro ‘TRACE_EVENT’ - 2728 | TRACE_EVENT(ext4_fc_commit_start, +../fs/nfsd/./trace.h:2019:1: note: in expansion of macro ‘TRACE_EVENT’ + 2019 | TRACE_EVENT(nfsd_ctl_maxblksize, @@ -68733,2 +112375,2 @@ -../include/trace/events/ext4.h:2728:1: note: in expansion of macro ‘TRACE_EVENT’ - 2728 | TRACE_EVENT(ext4_fc_commit_start, +../fs/nfsd/./trace.h:2019:1: note: in expansion of macro ‘TRACE_EVENT’ + 2019 | TRACE_EVENT(nfsd_ctl_maxblksize, @@ -68736 +112378 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_fc_commit_stop’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_maxconn’: @@ -68746,2 +112388,2 @@ -../include/trace/events/ext4.h:2747:1: note: in expansion of macro ‘TRACE_EVENT’ - 2747 | TRACE_EVENT(ext4_fc_commit_stop, +../fs/nfsd/./trace.h:2038:1: note: in expansion of macro ‘TRACE_EVENT’ + 2038 | TRACE_EVENT(nfsd_ctl_maxconn, @@ -68758,2 +112400,2 @@ -../include/trace/events/ext4.h:2747:1: note: in expansion of macro ‘TRACE_EVENT’ - 2747 | TRACE_EVENT(ext4_fc_commit_stop, +../fs/nfsd/./trace.h:2038:1: note: in expansion of macro ‘TRACE_EVENT’ + 2038 | TRACE_EVENT(nfsd_ctl_maxconn, @@ -68761 +112403 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_fc_stats’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_time’: @@ -68771,2 +112413,2 @@ -../include/trace/events/ext4.h:2784:1: note: in expansion of macro ‘TRACE_EVENT’ - 2784 | TRACE_EVENT(ext4_fc_stats, +../fs/nfsd/./trace.h:2057:1: note: in expansion of macro ‘TRACE_EVENT’ + 2057 | TRACE_EVENT(nfsd_ctl_time, @@ -68783,2 +112425,2 @@ -../include/trace/events/ext4.h:2784:1: note: in expansion of macro ‘TRACE_EVENT’ - 2784 | TRACE_EVENT(ext4_fc_stats, +../fs/nfsd/./trace.h:2057:1: note: in expansion of macro ‘TRACE_EVENT’ + 2057 | TRACE_EVENT(nfsd_ctl_time, @@ -68786,20 +112428 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_fc_track_dentry’: -../include/trace/bpf_probe.h:49:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2829:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2829 | DECLARE_EVENT_CLASS(ext4_fc_track_dentry, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:49:48: error: ‘bpf_trace_guard’ undeclared (first use in this function); did you mean ‘bpf_trace_run12’? - 49 | DEFINE_INACTIVE_GUARD(preempt_notrace, bpf_trace_guard); \ - | ^~~~~~~~~~~~~~~ -../include/trace/bpf_probe.h:61:9: note: in expansion of macro ‘__BPF_DECLARE_TRACE’ - 61 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), 0) - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2829:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 2829 | DECLARE_EVENT_CLASS(ext4_fc_track_dentry, - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_fc_track_inode’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_ctl_recoverydir’: @@ -68815,2 +112438,2 @@ -../include/trace/events/ext4.h:2872:1: note: in expansion of macro ‘TRACE_EVENT’ - 2872 | TRACE_EVENT(ext4_fc_track_inode, +../fs/nfsd/./trace.h:2080:1: note: in expansion of macro ‘TRACE_EVENT’ + 2080 | TRACE_EVENT(nfsd_ctl_recoverydir, @@ -68827,2 +112450,2 @@ -../include/trace/events/ext4.h:2872:1: note: in expansion of macro ‘TRACE_EVENT’ - 2872 | TRACE_EVENT(ext4_fc_track_inode, +../fs/nfsd/./trace.h:2080:1: note: in expansion of macro ‘TRACE_EVENT’ + 2080 | TRACE_EVENT(nfsd_ctl_recoverydir, @@ -68830 +112453 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_fc_track_range’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_end_grace’: @@ -68840,2 +112463,2 @@ -../include/trace/events/ext4.h:2901:1: note: in expansion of macro ‘TRACE_EVENT’ - 2901 | TRACE_EVENT(ext4_fc_track_range, +../fs/nfsd/./trace.h:2099:1: note: in expansion of macro ‘TRACE_EVENT’ + 2099 | TRACE_EVENT(nfsd_end_grace, @@ -68852,2 +112475,2 @@ -../include/trace/events/ext4.h:2901:1: note: in expansion of macro ‘TRACE_EVENT’ - 2901 | TRACE_EVENT(ext4_fc_track_range, +../fs/nfsd/./trace.h:2099:1: note: in expansion of macro ‘TRACE_EVENT’ + 2099 | TRACE_EVENT(nfsd_end_grace, @@ -68855 +112478 @@ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_fc_cleanup’: +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_copy_class’: @@ -68862,6 +112485,3 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2935:1: note: in expansion of macro ‘TRACE_EVENT’ - 2935 | TRACE_EVENT(ext4_fc_cleanup, - | ^~~~~~~~~~~ +../fs/nfsd/./trace.h:2114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2114 | DECLARE_EVENT_CLASS(nfsd_copy_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -68874,7 +112494,4 @@ -../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ - 40 | DECLARE_EVENT_CLASS(name, \ - | ^~~~~~~~~~~~~~~~~~~ -../include/trace/events/ext4.h:2935:1: note: in expansion of macro ‘TRACE_EVENT’ - 2935 | TRACE_EVENT(ext4_fc_cleanup, - | ^~~~~~~~~~~ -../include/trace/events/ext4.h: In function ‘__bpf_trace_ext4_update_sb’: +../fs/nfsd/./trace.h:2114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2114 | DECLARE_EVENT_CLASS(nfsd_copy_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/nfsd/./trace.h: In function ‘__bpf_trace_nfsd_copy_done’: @@ -68890,2 +112507,2 @@ -../include/trace/events/ext4.h:2961:1: note: in expansion of macro ‘TRACE_EVENT’ - 2961 | TRACE_EVENT(ext4_update_sb, +../fs/nfsd/./trace.h:2177:1: note: in expansion of macro ‘TRACE_EVENT’ + 2177 | TRACE_EVENT(nfsd_copy_done, @@ -68902,2 +112519,2 @@ -../include/trace/events/ext4.h:2961:1: note: in expansion of macro ‘TRACE_EVENT’ - 2961 | TRACE_EVENT(ext4_update_sb, +../fs/nfsd/./trace.h:2177:1: note: in expansion of macro ‘TRACE_EVENT’ + 2177 | TRACE_EVENT(nfsd_copy_done, @@ -68905,2 +112522,2 @@ -make[5]: *** [../scripts/Makefile.build:244: fs/ext4/super.o] Error 1 -make[4]: *** [../scripts/Makefile.build:485: fs/ext4] Error 2 +make[5]: *** [../scripts/Makefile.build:244: fs/nfsd/trace.o] Error 1 +make[4]: *** [../scripts/Makefile.build:485: fs/nfsd] Error 2 @@ -71261,0 +114879,2326 @@ +In file included from ../include/trace/define_trace.h:109: +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__int’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 10 | DECLARE_EVENT_CLASS(ocfs2__int, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:10:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 10 | DECLARE_EVENT_CLASS(ocfs2__int, + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__uint’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 27 | DECLARE_EVENT_CLASS(ocfs2__uint, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:27:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 27 | DECLARE_EVENT_CLASS(ocfs2__uint, + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__ull’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:44:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 44 | DECLARE_EVENT_CLASS(ocfs2__ull, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:44:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 44 | DECLARE_EVENT_CLASS(ocfs2__ull, + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__pointer’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:61:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 61 | DECLARE_EVENT_CLASS(ocfs2__pointer, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:61:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 61 | DECLARE_EVENT_CLASS(ocfs2__pointer, + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__string’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:78:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 78 | DECLARE_EVENT_CLASS(ocfs2__string, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:78:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 78 | DECLARE_EVENT_CLASS(ocfs2__string, + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__int_int’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:95:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 95 | DECLARE_EVENT_CLASS(ocfs2__int_int, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:95:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 95 | DECLARE_EVENT_CLASS(ocfs2__int_int, + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__uint_int’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 114 | DECLARE_EVENT_CLASS(ocfs2__uint_int, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:114:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 114 | DECLARE_EVENT_CLASS(ocfs2__uint_int, + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__uint_uint’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:133:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 133 | DECLARE_EVENT_CLASS(ocfs2__uint_uint, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:133:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 133 | DECLARE_EVENT_CLASS(ocfs2__uint_uint, + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__ull_uint’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:152:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 152 | DECLARE_EVENT_CLASS(ocfs2__ull_uint, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:152:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 152 | DECLARE_EVENT_CLASS(ocfs2__ull_uint, + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__ull_int’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 171 | DECLARE_EVENT_CLASS(ocfs2__ull_int, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:171:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 171 | DECLARE_EVENT_CLASS(ocfs2__ull_int, + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__ull_ull’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:190:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 190 | DECLARE_EVENT_CLASS(ocfs2__ull_ull, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:190:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 190 | DECLARE_EVENT_CLASS(ocfs2__ull_ull, + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__ull_ull_uint’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:209:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 209 | DECLARE_EVENT_CLASS(ocfs2__ull_ull_uint, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:209:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 209 | DECLARE_EVENT_CLASS(ocfs2__ull_ull_uint, + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__ull_uint_uint’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:233:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 233 | DECLARE_EVENT_CLASS(ocfs2__ull_uint_uint, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:233:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 233 | DECLARE_EVENT_CLASS(ocfs2__ull_uint_uint, + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__uint_uint_uint’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:257:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 257 | DECLARE_EVENT_CLASS(ocfs2__uint_uint_uint, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:257:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 257 | DECLARE_EVENT_CLASS(ocfs2__uint_uint_uint, + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__ull_ull_ull’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:280:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 280 | DECLARE_EVENT_CLASS(ocfs2__ull_ull_ull, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:280:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 280 | DECLARE_EVENT_CLASS(ocfs2__ull_ull_ull, + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__ull_int_int_int’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:304:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 304 | DECLARE_EVENT_CLASS(ocfs2__ull_int_int_int, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:304:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 304 | DECLARE_EVENT_CLASS(ocfs2__ull_int_int_int, + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__ull_uint_uint_uint’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:330:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 330 | DECLARE_EVENT_CLASS(ocfs2__ull_uint_uint_uint, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:330:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 330 | DECLARE_EVENT_CLASS(ocfs2__ull_uint_uint_uint, + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__ull_ull_uint_uint’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:357:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 357 | DECLARE_EVENT_CLASS(ocfs2__ull_ull_uint_uint, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:357:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 357 | DECLARE_EVENT_CLASS(ocfs2__ull_ull_uint_uint, + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__btree_ops’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:385:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 385 | DECLARE_EVENT_CLASS(ocfs2__btree_ops, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:385:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 385 | DECLARE_EVENT_CLASS(ocfs2__btree_ops, + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_grow_tree’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:423:1: note: in expansion of macro ‘TRACE_EVENT’ + 423 | TRACE_EVENT(ocfs2_grow_tree, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:423:1: note: in expansion of macro ‘TRACE_EVENT’ + 423 | TRACE_EVENT(ocfs2_grow_tree, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_rotate_subtree’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:437:1: note: in expansion of macro ‘TRACE_EVENT’ + 437 | TRACE_EVENT(ocfs2_rotate_subtree, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:437:1: note: in expansion of macro ‘TRACE_EVENT’ + 437 | TRACE_EVENT(ocfs2_rotate_subtree, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_insert_extent’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:455:1: note: in expansion of macro ‘TRACE_EVENT’ + 455 | TRACE_EVENT(ocfs2_insert_extent, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:455:1: note: in expansion of macro ‘TRACE_EVENT’ + 455 | TRACE_EVENT(ocfs2_insert_extent, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_split_extent’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:480:1: note: in expansion of macro ‘TRACE_EVENT’ + 480 | TRACE_EVENT(ocfs2_split_extent, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:480:1: note: in expansion of macro ‘TRACE_EVENT’ + 480 | TRACE_EVENT(ocfs2_split_extent, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_remove_extent’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:502:1: note: in expansion of macro ‘TRACE_EVENT’ + 502 | TRACE_EVENT(ocfs2_remove_extent, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:502:1: note: in expansion of macro ‘TRACE_EVENT’ + 502 | TRACE_EVENT(ocfs2_remove_extent, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_commit_truncate’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:528:1: note: in expansion of macro ‘TRACE_EVENT’ + 528 | TRACE_EVENT(ocfs2_commit_truncate, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:528:1: note: in expansion of macro ‘TRACE_EVENT’ + 528 | TRACE_EVENT(ocfs2_commit_truncate, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_validate_extent_block’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:549:1: note: in expansion of macro ‘TRACE_EVENT’ + 549 | TRACE_EVENT(ocfs2_validate_extent_block, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:549:1: note: in expansion of macro ‘TRACE_EVENT’ + 549 | TRACE_EVENT(ocfs2_validate_extent_block, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_rotate_leaf’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:561:1: note: in expansion of macro ‘TRACE_EVENT’ + 561 | TRACE_EVENT(ocfs2_rotate_leaf, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:561:1: note: in expansion of macro ‘TRACE_EVENT’ + 561 | TRACE_EVENT(ocfs2_rotate_leaf, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_add_clusters_in_btree_ret’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:586:1: note: in expansion of macro ‘TRACE_EVENT’ + 586 | TRACE_EVENT(ocfs2_add_clusters_in_btree_ret, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:586:1: note: in expansion of macro ‘TRACE_EVENT’ + 586 | TRACE_EVENT(ocfs2_add_clusters_in_btree_ret, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_mark_extent_written’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ + 603 | TRACE_EVENT(ocfs2_mark_extent_written, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:603:1: note: in expansion of macro ‘TRACE_EVENT’ + 603 | TRACE_EVENT(ocfs2_mark_extent_written, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__truncate_log_ops’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:624:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 624 | DECLARE_EVENT_CLASS(ocfs2__truncate_log_ops, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:624:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 624 | DECLARE_EVENT_CLASS(ocfs2__truncate_log_ops, + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_cache_block_dealloc’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:669:1: note: in expansion of macro ‘TRACE_EVENT’ + 669 | TRACE_EVENT(ocfs2_cache_block_dealloc, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:669:1: note: in expansion of macro ‘TRACE_EVENT’ + 669 | TRACE_EVENT(ocfs2_cache_block_dealloc, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_trim_extent’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:692:1: note: in expansion of macro ‘TRACE_EVENT’ + 692 | TRACE_EVENT(ocfs2_trim_extent, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:692:1: note: in expansion of macro ‘TRACE_EVENT’ + 692 | TRACE_EVENT(ocfs2_trim_extent, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_sync_local_to_main_free’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:741:1: note: in expansion of macro ‘TRACE_EVENT’ + 741 | TRACE_EVENT(ocfs2_sync_local_to_main_free, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:741:1: note: in expansion of macro ‘TRACE_EVENT’ + 741 | TRACE_EVENT(ocfs2_sync_local_to_main_free, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_relink_block_group’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:796:1: note: in expansion of macro ‘TRACE_EVENT’ + 796 | TRACE_EVENT(ocfs2_relink_block_group, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:796:1: note: in expansion of macro ‘TRACE_EVENT’ + 796 | TRACE_EVENT(ocfs2_relink_block_group, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_free_suballoc_bits’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:836:1: note: in expansion of macro ‘TRACE_EVENT’ + 836 | TRACE_EVENT(ocfs2_free_suballoc_bits, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:836:1: note: in expansion of macro ‘TRACE_EVENT’ + 836 | TRACE_EVENT(ocfs2_free_suballoc_bits, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_free_clusters’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:856:1: note: in expansion of macro ‘TRACE_EVENT’ + 856 | TRACE_EVENT(ocfs2_free_clusters, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:856:1: note: in expansion of macro ‘TRACE_EVENT’ + 856 | TRACE_EVENT(ocfs2_free_clusters, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__refcount_tree_ops’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:902:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 902 | DECLARE_EVENT_CLASS(ocfs2__refcount_tree_ops, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:902:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 902 | DECLARE_EVENT_CLASS(ocfs2__refcount_tree_ops, + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_split_refcount_rec’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:934:1: note: in expansion of macro ‘TRACE_EVENT’ + 934 | TRACE_EVENT(ocfs2_split_refcount_rec, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:934:1: note: in expansion of macro ‘TRACE_EVENT’ + 934 | TRACE_EVENT(ocfs2_split_refcount_rec, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_decrease_refcount’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:979:1: note: in expansion of macro ‘TRACE_EVENT’ + 979 | TRACE_EVENT(ocfs2_decrease_refcount, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:979:1: note: in expansion of macro ‘TRACE_EVENT’ + 979 | TRACE_EVENT(ocfs2_decrease_refcount, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_calc_refcount_meta_credits_iterate’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1004:1: note: in expansion of macro ‘TRACE_EVENT’ + 1004 | TRACE_EVENT(ocfs2_calc_refcount_meta_credits_iterate, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1004:1: note: in expansion of macro ‘TRACE_EVENT’ + 1004 | TRACE_EVENT(ocfs2_calc_refcount_meta_credits_iterate, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_clear_ext_refcount’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1043:1: note: in expansion of macro ‘TRACE_EVENT’ + 1043 | TRACE_EVENT(ocfs2_clear_ext_refcount, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1043:1: note: in expansion of macro ‘TRACE_EVENT’ + 1043 | TRACE_EVENT(ocfs2_clear_ext_refcount, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_replace_clusters’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1067:1: note: in expansion of macro ‘TRACE_EVENT’ + 1067 | TRACE_EVENT(ocfs2_replace_clusters, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1067:1: note: in expansion of macro ‘TRACE_EVENT’ + 1067 | TRACE_EVENT(ocfs2_replace_clusters, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_refcount_cow_hunk’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1095:1: note: in expansion of macro ‘TRACE_EVENT’ + 1095 | TRACE_EVENT(ocfs2_refcount_cow_hunk, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1095:1: note: in expansion of macro ‘TRACE_EVENT’ + 1095 | TRACE_EVENT(ocfs2_refcount_cow_hunk, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__get_block’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1125:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1125 | DECLARE_EVENT_CLASS(ocfs2__get_block, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1125:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1125 | DECLARE_EVENT_CLASS(ocfs2__get_block, + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_try_to_write_inline_data’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1162:1: note: in expansion of macro ‘TRACE_EVENT’ + 1162 | TRACE_EVENT(ocfs2_try_to_write_inline_data, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1162:1: note: in expansion of macro ‘TRACE_EVENT’ + 1162 | TRACE_EVENT(ocfs2_try_to_write_inline_data, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_write_begin_nolock’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1182:1: note: in expansion of macro ‘TRACE_EVENT’ + 1182 | TRACE_EVENT(ocfs2_write_begin_nolock, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1182:1: note: in expansion of macro ‘TRACE_EVENT’ + 1182 | TRACE_EVENT(ocfs2_write_begin_nolock, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_write_end_inline’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1219:1: note: in expansion of macro ‘TRACE_EVENT’ + 1219 | TRACE_EVENT(ocfs2_write_end_inline, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1219:1: note: in expansion of macro ‘TRACE_EVENT’ + 1219 | TRACE_EVENT(ocfs2_write_end_inline, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_fault’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1247:1: note: in expansion of macro ‘TRACE_EVENT’ + 1247 | TRACE_EVENT(ocfs2_fault, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1247:1: note: in expansion of macro ‘TRACE_EVENT’ + 1247 | TRACE_EVENT(ocfs2_fault, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__file_ops’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1271:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1271 | DECLARE_EVENT_CLASS(ocfs2__file_ops, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1271:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1271 | DECLARE_EVENT_CLASS(ocfs2__file_ops, + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_extend_allocation’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1324:1: note: in expansion of macro ‘TRACE_EVENT’ + 1324 | TRACE_EVENT(ocfs2_extend_allocation, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1324:1: note: in expansion of macro ‘TRACE_EVENT’ + 1324 | TRACE_EVENT(ocfs2_extend_allocation, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_extend_allocation_end’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1350:1: note: in expansion of macro ‘TRACE_EVENT’ + 1350 | TRACE_EVENT(ocfs2_extend_allocation_end, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1350:1: note: in expansion of macro ‘TRACE_EVENT’ + 1350 | TRACE_EVENT(ocfs2_extend_allocation_end, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_write_zero_page’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1373:1: note: in expansion of macro ‘TRACE_EVENT’ + 1373 | TRACE_EVENT(ocfs2_write_zero_page, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1373:1: note: in expansion of macro ‘TRACE_EVENT’ + 1373 | TRACE_EVENT(ocfs2_write_zero_page, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_setattr’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1404:1: note: in expansion of macro ‘TRACE_EVENT’ + 1404 | TRACE_EVENT(ocfs2_setattr, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1404:1: note: in expansion of macro ‘TRACE_EVENT’ + 1404 | TRACE_EVENT(ocfs2_setattr, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_prepare_inode_for_write’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1450:1: note: in expansion of macro ‘TRACE_EVENT’ + 1450 | TRACE_EVENT(ocfs2_prepare_inode_for_write, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1450:1: note: in expansion of macro ‘TRACE_EVENT’ + 1450 | TRACE_EVENT(ocfs2_prepare_inode_for_write, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_iget_begin’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1477:1: note: in expansion of macro ‘TRACE_EVENT’ + 1477 | TRACE_EVENT(ocfs2_iget_begin, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1477:1: note: in expansion of macro ‘TRACE_EVENT’ + 1477 | TRACE_EVENT(ocfs2_iget_begin, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_iget_end’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1496:1: note: in expansion of macro ‘TRACE_EVENT’ + 1496 | TRACE_EVENT(ocfs2_iget_end, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1496:1: note: in expansion of macro ‘TRACE_EVENT’ + 1496 | TRACE_EVENT(ocfs2_iget_end, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_find_actor’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1510:1: note: in expansion of macro ‘TRACE_EVENT’ + 1510 | TRACE_EVENT(ocfs2_find_actor, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1510:1: note: in expansion of macro ‘TRACE_EVENT’ + 1510 | TRACE_EVENT(ocfs2_find_actor, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_inode_is_valid_to_delete’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1540:1: note: in expansion of macro ‘TRACE_EVENT’ + 1540 | TRACE_EVENT(ocfs2_inode_is_valid_to_delete, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1540:1: note: in expansion of macro ‘TRACE_EVENT’ + 1540 | TRACE_EVENT(ocfs2_inode_is_valid_to_delete, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_inode_revalidate’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1574:1: note: in expansion of macro ‘TRACE_EVENT’ + 1574 | TRACE_EVENT(ocfs2_inode_revalidate, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1574:1: note: in expansion of macro ‘TRACE_EVENT’ + 1574 | TRACE_EVENT(ocfs2_inode_revalidate, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_read_virt_blocks’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1597:1: note: in expansion of macro ‘TRACE_EVENT’ + 1597 | TRACE_EVENT(ocfs2_read_virt_blocks, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1597:1: note: in expansion of macro ‘TRACE_EVENT’ + 1597 | TRACE_EVENT(ocfs2_read_virt_blocks, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_remount’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1643:1: note: in expansion of macro ‘TRACE_EVENT’ + 1643 | TRACE_EVENT(ocfs2_remount, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1643:1: note: in expansion of macro ‘TRACE_EVENT’ + 1643 | TRACE_EVENT(ocfs2_remount, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_fill_super’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1660:1: note: in expansion of macro ‘TRACE_EVENT’ + 1660 | TRACE_EVENT(ocfs2_fill_super, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1660:1: note: in expansion of macro ‘TRACE_EVENT’ + 1660 | TRACE_EVENT(ocfs2_fill_super, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_parse_options’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ + 1677 | TRACE_EVENT(ocfs2_parse_options, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1677:1: note: in expansion of macro ‘TRACE_EVENT’ + 1677 | TRACE_EVENT(ocfs2_parse_options, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_statfs’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1693:1: note: in expansion of macro ‘TRACE_EVENT’ + 1693 | TRACE_EVENT(ocfs2_statfs, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1693:1: note: in expansion of macro ‘TRACE_EVENT’ + 1693 | TRACE_EVENT(ocfs2_statfs, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_initialize_super’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1709:1: note: in expansion of macro ‘TRACE_EVENT’ + 1709 | TRACE_EVENT(ocfs2_initialize_super, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1709:1: note: in expansion of macro ‘TRACE_EVENT’ + 1709 | TRACE_EVENT(ocfs2_initialize_super, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_init_xattr_set_ctxt’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1739:1: note: in expansion of macro ‘TRACE_EVENT’ + 1739 | TRACE_EVENT(ocfs2_init_xattr_set_ctxt, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1739:1: note: in expansion of macro ‘TRACE_EVENT’ + 1739 | TRACE_EVENT(ocfs2_init_xattr_set_ctxt, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__xattr_find’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1758:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1758 | DECLARE_EVENT_CLASS(ocfs2__xattr_find, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1758:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1758 | DECLARE_EVENT_CLASS(ocfs2__xattr_find, + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_resv_find_window_begin’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1861:1: note: in expansion of macro ‘TRACE_EVENT’ + 1861 | TRACE_EVENT(ocfs2_resv_find_window_begin, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1861:1: note: in expansion of macro ‘TRACE_EVENT’ + 1861 | TRACE_EVENT(ocfs2_resv_find_window_begin, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_cannibalize_resv_end’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1889:1: note: in expansion of macro ‘TRACE_EVENT’ + 1889 | TRACE_EVENT(ocfs2_cannibalize_resv_end, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1889:1: note: in expansion of macro ‘TRACE_EVENT’ + 1889 | TRACE_EVENT(ocfs2_cannibalize_resv_end, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_resmap_claimed_bits_begin’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1913:1: note: in expansion of macro ‘TRACE_EVENT’ + 1913 | TRACE_EVENT(ocfs2_resmap_claimed_bits_begin, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1913:1: note: in expansion of macro ‘TRACE_EVENT’ + 1913 | TRACE_EVENT(ocfs2_resmap_claimed_bits_begin, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_resmap_claimed_bits_end’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1945:1: note: in expansion of macro ‘TRACE_EVENT’ + 1945 | TRACE_EVENT(ocfs2_resmap_claimed_bits_end, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1945:1: note: in expansion of macro ‘TRACE_EVENT’ + 1945 | TRACE_EVENT(ocfs2_resmap_claimed_bits_end, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_sync_dquot’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1983:1: note: in expansion of macro ‘TRACE_EVENT’ + 1983 | TRACE_EVENT(ocfs2_sync_dquot, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:1983:1: note: in expansion of macro ‘TRACE_EVENT’ + 1983 | TRACE_EVENT(ocfs2_sync_dquot, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_sync_dquot_helper’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2007:1: note: in expansion of macro ‘TRACE_EVENT’ + 2007 | TRACE_EVENT(ocfs2_sync_dquot_helper, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2007:1: note: in expansion of macro ‘TRACE_EVENT’ + 2007 | TRACE_EVENT(ocfs2_sync_dquot_helper, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_dx_dir_search’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2047:1: note: in expansion of macro ‘TRACE_EVENT’ + 2047 | TRACE_EVENT(ocfs2_dx_dir_search, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2047:1: note: in expansion of macro ‘TRACE_EVENT’ + 2047 | TRACE_EVENT(ocfs2_dx_dir_search, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_find_files_on_disk’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2079:1: note: in expansion of macro ‘TRACE_EVENT’ + 2079 | TRACE_EVENT(ocfs2_find_files_on_disk, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2079:1: note: in expansion of macro ‘TRACE_EVENT’ + 2079 | TRACE_EVENT(ocfs2_find_files_on_disk, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_check_dir_for_entry’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2099:1: note: in expansion of macro ‘TRACE_EVENT’ + 2099 | TRACE_EVENT(ocfs2_check_dir_for_entry, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2099:1: note: in expansion of macro ‘TRACE_EVENT’ + 2099 | TRACE_EVENT(ocfs2_check_dir_for_entry, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_dx_dir_index_root_block’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2120:1: note: in expansion of macro ‘TRACE_EVENT’ + 2120 | TRACE_EVENT(ocfs2_dx_dir_index_root_block, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2120:1: note: in expansion of macro ‘TRACE_EVENT’ + 2120 | TRACE_EVENT(ocfs2_dx_dir_index_root_block, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2__dentry_ops’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2158:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2158 | DECLARE_EVENT_CLASS(ocfs2__dentry_ops, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2158:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2158 | DECLARE_EVENT_CLASS(ocfs2__dentry_ops, + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_mknod’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2203:1: note: in expansion of macro ‘TRACE_EVENT’ + 2203 | TRACE_EVENT(ocfs2_mknod, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2203:1: note: in expansion of macro ‘TRACE_EVENT’ + 2203 | TRACE_EVENT(ocfs2_mknod, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_link’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2230:1: note: in expansion of macro ‘TRACE_EVENT’ + 2230 | TRACE_EVENT(ocfs2_link, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2230:1: note: in expansion of macro ‘TRACE_EVENT’ + 2230 | TRACE_EVENT(ocfs2_link, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_rename’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2259:1: note: in expansion of macro ‘TRACE_EVENT’ + 2259 | TRACE_EVENT(ocfs2_rename, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2259:1: note: in expansion of macro ‘TRACE_EVENT’ + 2259 | TRACE_EVENT(ocfs2_rename, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_rename_target_exists’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2295:1: note: in expansion of macro ‘TRACE_EVENT’ + 2295 | TRACE_EVENT(ocfs2_rename_target_exists, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2295:1: note: in expansion of macro ‘TRACE_EVENT’ + 2295 | TRACE_EVENT(ocfs2_rename_target_exists, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_rename_over_existing’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2311:1: note: in expansion of macro ‘TRACE_EVENT’ + 2311 | TRACE_EVENT(ocfs2_rename_over_existing, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2311:1: note: in expansion of macro ‘TRACE_EVENT’ + 2311 | TRACE_EVENT(ocfs2_rename_over_existing, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_symlink_begin’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2331:1: note: in expansion of macro ‘TRACE_EVENT’ + 2331 | TRACE_EVENT(ocfs2_symlink_begin, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2331:1: note: in expansion of macro ‘TRACE_EVENT’ + 2331 | TRACE_EVENT(ocfs2_symlink_begin, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_blkno_stringify’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2353:1: note: in expansion of macro ‘TRACE_EVENT’ + 2353 | TRACE_EVENT(ocfs2_blkno_stringify, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2353:1: note: in expansion of macro ‘TRACE_EVENT’ + 2353 | TRACE_EVENT(ocfs2_blkno_stringify, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_orphan_del’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2374:1: note: in expansion of macro ‘TRACE_EVENT’ + 2374 | TRACE_EVENT(ocfs2_orphan_del, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2374:1: note: in expansion of macro ‘TRACE_EVENT’ + 2374 | TRACE_EVENT(ocfs2_orphan_del, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_dentry_revalidate’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2395:1: note: in expansion of macro ‘TRACE_EVENT’ + 2395 | TRACE_EVENT(ocfs2_dentry_revalidate, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2395:1: note: in expansion of macro ‘TRACE_EVENT’ + 2395 | TRACE_EVENT(ocfs2_dentry_revalidate, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_dentry_revalidate_negative’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2411:1: note: in expansion of macro ‘TRACE_EVENT’ + 2411 | TRACE_EVENT(ocfs2_dentry_revalidate_negative, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2411:1: note: in expansion of macro ‘TRACE_EVENT’ + 2411 | TRACE_EVENT(ocfs2_dentry_revalidate_negative, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_find_local_alias’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2439:1: note: in expansion of macro ‘TRACE_EVENT’ + 2439 | TRACE_EVENT(ocfs2_find_local_alias, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2439:1: note: in expansion of macro ‘TRACE_EVENT’ + 2439 | TRACE_EVENT(ocfs2_find_local_alias, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_dentry_attach_lock’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2453:1: note: in expansion of macro ‘TRACE_EVENT’ + 2453 | TRACE_EVENT(ocfs2_dentry_attach_lock, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2453:1: note: in expansion of macro ‘TRACE_EVENT’ + 2453 | TRACE_EVENT(ocfs2_dentry_attach_lock, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_dentry_attach_lock_found’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2473:1: note: in expansion of macro ‘TRACE_EVENT’ + 2473 | TRACE_EVENT(ocfs2_dentry_attach_lock_found, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2473:1: note: in expansion of macro ‘TRACE_EVENT’ + 2473 | TRACE_EVENT(ocfs2_dentry_attach_lock_found, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_get_dentry_begin’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2493:1: note: in expansion of macro ‘TRACE_EVENT’ + 2493 | TRACE_EVENT(ocfs2_get_dentry_begin, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2493:1: note: in expansion of macro ‘TRACE_EVENT’ + 2493 | TRACE_EVENT(ocfs2_get_dentry_begin, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_get_parent’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2517:1: note: in expansion of macro ‘TRACE_EVENT’ + 2517 | TRACE_EVENT(ocfs2_get_parent, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2517:1: note: in expansion of macro ‘TRACE_EVENT’ + 2517 | TRACE_EVENT(ocfs2_get_parent, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_encode_fh_begin’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2539:1: note: in expansion of macro ‘TRACE_EVENT’ + 2539 | TRACE_EVENT(ocfs2_encode_fh_begin, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2539:1: note: in expansion of macro ‘TRACE_EVENT’ + 2539 | TRACE_EVENT(ocfs2_encode_fh_begin, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_complete_recovery_slot’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2602:1: note: in expansion of macro ‘TRACE_EVENT’ + 2602 | TRACE_EVENT(ocfs2_complete_recovery_slot, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2602:1: note: in expansion of macro ‘TRACE_EVENT’ + 2602 | TRACE_EVENT(ocfs2_complete_recovery_slot, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_recovery_thread’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2626:1: note: in expansion of macro ‘TRACE_EVENT’ + 2626 | TRACE_EVENT(ocfs2_recovery_thread, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2626:1: note: in expansion of macro ‘TRACE_EVENT’ + 2626 | TRACE_EVENT(ocfs2_recovery_thread, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_write_block’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2687:1: note: in expansion of macro ‘TRACE_EVENT’ + 2687 | TRACE_EVENT(ocfs2_write_block, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2687:1: note: in expansion of macro ‘TRACE_EVENT’ + 2687 | TRACE_EVENT(ocfs2_write_block, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_read_blocks_begin’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2701:1: note: in expansion of macro ‘TRACE_EVENT’ + 2701 | TRACE_EVENT(ocfs2_read_blocks_begin, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2701:1: note: in expansion of macro ‘TRACE_EVENT’ + 2701 | TRACE_EVENT(ocfs2_read_blocks_begin, + | ^~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h: In function ‘perf_trace_ocfs2_buffer_cached_end’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2731:1: note: in expansion of macro ‘TRACE_EVENT’ + 2731 | TRACE_EVENT(ocfs2_buffer_cached_end, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/ocfs2/./ocfs2_trace.h:2731:1: note: in expansion of macro ‘TRACE_EVENT’ + 2731 | TRACE_EVENT(ocfs2_buffer_cached_end, + | ^~~~~~~~~~~ @@ -75805,2 +121748,2413 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:3292:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3292 | DECLARE_EVENT_CLASS(xrep_symlink_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_iunlink_visit’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:3315:1: note: in expansion of macro ‘TRACE_EVENT’ + 3315 | TRACE_EVENT(xrep_iunlink_visit, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:3315:1: note: in expansion of macro ‘TRACE_EVENT’ + 3315 | TRACE_EVENT(xrep_iunlink_visit, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_iunlink_reload_next’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:3347:1: note: in expansion of macro ‘TRACE_EVENT’ + 3347 | TRACE_EVENT(xrep_iunlink_reload_next, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:3347:1: note: in expansion of macro ‘TRACE_EVENT’ + 3347 | TRACE_EVENT(xrep_iunlink_reload_next, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_iunlink_reload_ondisk’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:3379:1: note: in expansion of macro ‘TRACE_EVENT’ + 3379 | TRACE_EVENT(xrep_iunlink_reload_ondisk, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:3379:1: note: in expansion of macro ‘TRACE_EVENT’ + 3379 | TRACE_EVENT(xrep_iunlink_reload_ondisk, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_iunlink_walk_ondisk_bucket’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:3405:1: note: in expansion of macro ‘TRACE_EVENT’ + 3405 | TRACE_EVENT(xrep_iunlink_walk_ondisk_bucket, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:3405:1: note: in expansion of macro ‘TRACE_EVENT’ + 3405 | TRACE_EVENT(xrep_iunlink_walk_ondisk_bucket, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_iunlink_resolve_class’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:3431:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3431 | DECLARE_EVENT_CLASS(xrep_iunlink_resolve_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:3431:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3431 | DECLARE_EVENT_CLASS(xrep_iunlink_resolve_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_iunlink_relink_next’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:3466:1: note: in expansion of macro ‘TRACE_EVENT’ + 3466 | TRACE_EVENT(xrep_iunlink_relink_next, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:3466:1: note: in expansion of macro ‘TRACE_EVENT’ + 3466 | TRACE_EVENT(xrep_iunlink_relink_next, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_iunlink_relink_prev’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:3492:1: note: in expansion of macro ‘TRACE_EVENT’ + 3492 | TRACE_EVENT(xrep_iunlink_relink_prev, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:3492:1: note: in expansion of macro ‘TRACE_EVENT’ + 3492 | TRACE_EVENT(xrep_iunlink_relink_prev, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_iunlink_add_to_bucket’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:3518:1: note: in expansion of macro ‘TRACE_EVENT’ + 3518 | TRACE_EVENT(xrep_iunlink_add_to_bucket, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:3518:1: note: in expansion of macro ‘TRACE_EVENT’ + 3518 | TRACE_EVENT(xrep_iunlink_add_to_bucket, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_iunlink_commit_bucket’: +../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:3544:1: note: in expansion of macro ‘TRACE_EVENT’ + 3544 | TRACE_EVENT(xrep_iunlink_commit_bucket, + | ^~~~~~~~~~~ +../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:3544:1: note: in expansion of macro ‘TRACE_EVENT’ + 3544 | TRACE_EVENT(xrep_iunlink_commit_bucket, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:137:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 137 | DECLARE_EVENT_CLASS(xchk_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:137:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 137 | DECLARE_EVENT_CLASS(xchk_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_fsgate_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:185:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 185 | DECLARE_EVENT_CLASS(xchk_fsgate_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:185:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 185 | DECLARE_EVENT_CLASS(xchk_fsgate_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_vector_head_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:212:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 212 | DECLARE_EVENT_CLASS(xchk_vector_head_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:212:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 212 | DECLARE_EVENT_CLASS(xchk_vector_head_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_vector_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:252:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 252 | DECLARE_EVENT_CLASS(xchk_vector_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:252:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 252 | DECLARE_EVENT_CLASS(xchk_vector_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_op_error’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:287:1: note: in expansion of macro ‘TRACE_EVENT’ + 287 | TRACE_EVENT(xchk_op_error, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:287:1: note: in expansion of macro ‘TRACE_EVENT’ + 287 | TRACE_EVENT(xchk_op_error, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_file_op_error’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ + 316 | TRACE_EVENT(xchk_file_op_error, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:316:1: note: in expansion of macro ‘TRACE_EVENT’ + 316 | TRACE_EVENT(xchk_file_op_error, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_block_error_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:348:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 348 | DECLARE_EVENT_CLASS(xchk_block_error_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:348:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 348 | DECLARE_EVENT_CLASS(xchk_block_error_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_ino_error_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:383:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 383 | DECLARE_EVENT_CLASS(xchk_ino_error_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:383:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 383 | DECLARE_EVENT_CLASS(xchk_ino_error_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_fblock_error_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:415:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 415 | DECLARE_EVENT_CLASS(xchk_fblock_error_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:415:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 415 | DECLARE_EVENT_CLASS(xchk_fblock_error_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_dqiter_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:455:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 455 | DECLARE_EVENT_CLASS(xchk_dqiter_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:455:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 455 | DECLARE_EVENT_CLASS(xchk_dqiter_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_qcheck_error’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:501:1: note: in expansion of macro ‘TRACE_EVENT’ + 501 | TRACE_EVENT(xchk_qcheck_error, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:501:1: note: in expansion of macro ‘TRACE_EVENT’ + 501 | TRACE_EVENT(xchk_qcheck_error, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_incomplete’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:525:1: note: in expansion of macro ‘TRACE_EVENT’ + 525 | TRACE_EVENT(xchk_incomplete, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:525:1: note: in expansion of macro ‘TRACE_EVENT’ + 525 | TRACE_EVENT(xchk_incomplete, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_btree_op_error’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:544:1: note: in expansion of macro ‘TRACE_EVENT’ + 544 | TRACE_EVENT(xchk_btree_op_error, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:544:1: note: in expansion of macro ‘TRACE_EVENT’ + 544 | TRACE_EVENT(xchk_btree_op_error, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_ifork_btree_op_error’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:584:1: note: in expansion of macro ‘TRACE_EVENT’ + 584 | TRACE_EVENT(xchk_ifork_btree_op_error, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:584:1: note: in expansion of macro ‘TRACE_EVENT’ + 584 | TRACE_EVENT(xchk_ifork_btree_op_error, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_btree_error’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:629:1: note: in expansion of macro ‘TRACE_EVENT’ + 629 | TRACE_EVENT(xchk_btree_error, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:629:1: note: in expansion of macro ‘TRACE_EVENT’ + 629 | TRACE_EVENT(xchk_btree_error, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_ifork_btree_error’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:665:1: note: in expansion of macro ‘TRACE_EVENT’ + 665 | TRACE_EVENT(xchk_ifork_btree_error, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:665:1: note: in expansion of macro ‘TRACE_EVENT’ + 665 | TRACE_EVENT(xchk_ifork_btree_error, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_sbtree_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:707:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 707 | DECLARE_EVENT_CLASS(xchk_sbtree_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:707:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 707 | DECLARE_EVENT_CLASS(xchk_sbtree_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_xref_error’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:752:1: note: in expansion of macro ‘TRACE_EVENT’ + 752 | TRACE_EVENT(xchk_xref_error, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:752:1: note: in expansion of macro ‘TRACE_EVENT’ + 752 | TRACE_EVENT(xchk_xref_error, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_iallocbt_check_cluster’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:774:1: note: in expansion of macro ‘TRACE_EVENT’ + 774 | TRACE_EVENT(xchk_iallocbt_check_cluster, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:774:1: note: in expansion of macro ‘TRACE_EVENT’ + 774 | TRACE_EVENT(xchk_iallocbt_check_cluster, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_inode_is_allocated’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:819:1: note: in expansion of macro ‘TRACE_EVENT’ + 819 | TRACE_EVENT(xchk_inode_is_allocated, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:819:1: note: in expansion of macro ‘TRACE_EVENT’ + 819 | TRACE_EVENT(xchk_inode_is_allocated, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_fscounters_calc’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:841:1: note: in expansion of macro ‘TRACE_EVENT’ + 841 | TRACE_EVENT(xchk_fscounters_calc, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:841:1: note: in expansion of macro ‘TRACE_EVENT’ + 841 | TRACE_EVENT(xchk_fscounters_calc, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_fscounters_within_range’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:876:1: note: in expansion of macro ‘TRACE_EVENT’ + 876 | TRACE_EVENT(xchk_fscounters_within_range, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:876:1: note: in expansion of macro ‘TRACE_EVENT’ + 876 | TRACE_EVENT(xchk_fscounters_within_range, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_fsfreeze_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:899:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 899 | DECLARE_EVENT_CLASS(xchk_fsfreeze_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:899:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 899 | DECLARE_EVENT_CLASS(xchk_fsfreeze_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_refcount_incorrect’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:924:1: note: in expansion of macro ‘TRACE_EVENT’ + 924 | TRACE_EVENT(xchk_refcount_incorrect, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:924:1: note: in expansion of macro ‘TRACE_EVENT’ + 924 | TRACE_EVENT(xchk_refcount_incorrect, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xfile_create’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:956:1: note: in expansion of macro ‘TRACE_EVENT’ + 956 | TRACE_EVENT(xfile_create, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:956:1: note: in expansion of macro ‘TRACE_EVENT’ + 956 | TRACE_EVENT(xfile_create, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xfile_destroy’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:978:1: note: in expansion of macro ‘TRACE_EVENT’ + 978 | TRACE_EVENT(xfile_destroy, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:978:1: note: in expansion of macro ‘TRACE_EVENT’ + 978 | TRACE_EVENT(xfile_destroy, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xfile_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:999:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 999 | DECLARE_EVENT_CLASS(xfile_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:999:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 999 | DECLARE_EVENT_CLASS(xfile_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xfarray_create’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1036:1: note: in expansion of macro ‘TRACE_EVENT’ + 1036 | TRACE_EVENT(xfarray_create, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1036:1: note: in expansion of macro ‘TRACE_EVENT’ + 1036 | TRACE_EVENT(xfarray_create, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xfarray_isort’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1061:1: note: in expansion of macro ‘TRACE_EVENT’ + 1061 | TRACE_EVENT(xfarray_isort, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1061:1: note: in expansion of macro ‘TRACE_EVENT’ + 1061 | TRACE_EVENT(xfarray_isort, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xfarray_foliosort’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1081:1: note: in expansion of macro ‘TRACE_EVENT’ + 1081 | TRACE_EVENT(xfarray_foliosort, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1081:1: note: in expansion of macro ‘TRACE_EVENT’ + 1081 | TRACE_EVENT(xfarray_foliosort, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xfarray_qsort’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1101:1: note: in expansion of macro ‘TRACE_EVENT’ + 1101 | TRACE_EVENT(xfarray_qsort, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1101:1: note: in expansion of macro ‘TRACE_EVENT’ + 1101 | TRACE_EVENT(xfarray_qsort, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xfarray_sort’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1127:1: note: in expansion of macro ‘TRACE_EVENT’ + 1127 | TRACE_EVENT(xfarray_sort, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1127:1: note: in expansion of macro ‘TRACE_EVENT’ + 1127 | TRACE_EVENT(xfarray_sort, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xfarray_sort_scan’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1152:1: note: in expansion of macro ‘TRACE_EVENT’ + 1152 | TRACE_EVENT(xfarray_sort_scan, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1152:1: note: in expansion of macro ‘TRACE_EVENT’ + 1152 | TRACE_EVENT(xfarray_sort_scan, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xfarray_sort_stats’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1193:1: note: in expansion of macro ‘TRACE_EVENT’ + 1193 | TRACE_EVENT(xfarray_sort_stats, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1193:1: note: in expansion of macro ‘TRACE_EVENT’ + 1193 | TRACE_EVENT(xfarray_sort_stats, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_rtsum_record_free’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1239:1: note: in expansion of macro ‘TRACE_EVENT’ + 1239 | TRACE_EVENT(xchk_rtsum_record_free, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1239:1: note: in expansion of macro ‘TRACE_EVENT’ + 1239 | TRACE_EVENT(xchk_rtsum_record_free, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_iscan_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1273:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1273 | DECLARE_EVENT_CLASS(xchk_iscan_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1273:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1273 | DECLARE_EVENT_CLASS(xchk_iscan_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_iscan_ino_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1300:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1300 | DECLARE_EVENT_CLASS(xchk_iscan_ino_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1300:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1300 | DECLARE_EVENT_CLASS(xchk_iscan_ino_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_iscan_iget’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1331:1: note: in expansion of macro ‘TRACE_EVENT’ + 1331 | TRACE_EVENT(xchk_iscan_iget, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1331:1: note: in expansion of macro ‘TRACE_EVENT’ + 1331 | TRACE_EVENT(xchk_iscan_iget, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_iscan_iget_batch’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1353:1: note: in expansion of macro ‘TRACE_EVENT’ + 1353 | TRACE_EVENT(xchk_iscan_iget_batch, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1353:1: note: in expansion of macro ‘TRACE_EVENT’ + 1353 | TRACE_EVENT(xchk_iscan_iget_batch, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_iscan_retry_wait_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1388:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1388 | DECLARE_EVENT_CLASS(xchk_iscan_retry_wait_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1388:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1388 | DECLARE_EVENT_CLASS(xchk_iscan_retry_wait_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_nlinks_collect_dirent’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1422:1: note: in expansion of macro ‘TRACE_EVENT’ + 1422 | TRACE_EVENT(xchk_nlinks_collect_dirent, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1422:1: note: in expansion of macro ‘TRACE_EVENT’ + 1422 | TRACE_EVENT(xchk_nlinks_collect_dirent, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_nlinks_collect_pptr’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1448:1: note: in expansion of macro ‘TRACE_EVENT’ + 1448 | TRACE_EVENT(xchk_nlinks_collect_pptr, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1448:1: note: in expansion of macro ‘TRACE_EVENT’ + 1448 | TRACE_EVENT(xchk_nlinks_collect_pptr, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_nlinks_collect_metafile’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1475:1: note: in expansion of macro ‘TRACE_EVENT’ + 1475 | TRACE_EVENT(xchk_nlinks_collect_metafile, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1475:1: note: in expansion of macro ‘TRACE_EVENT’ + 1475 | TRACE_EVENT(xchk_nlinks_collect_metafile, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_nlinks_live_update’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1491:1: note: in expansion of macro ‘TRACE_EVENT’ + 1491 | TRACE_EVENT(xchk_nlinks_live_update, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1491:1: note: in expansion of macro ‘TRACE_EVENT’ + 1491 | TRACE_EVENT(xchk_nlinks_live_update, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_nlinks_check_zero’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1523:1: note: in expansion of macro ‘TRACE_EVENT’ + 1523 | TRACE_EVENT(xchk_nlinks_check_zero, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1523:1: note: in expansion of macro ‘TRACE_EVENT’ + 1523 | TRACE_EVENT(xchk_nlinks_check_zero, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_nlinks_update_incore’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1549:1: note: in expansion of macro ‘TRACE_EVENT’ + 1549 | TRACE_EVENT(xchk_nlinks_update_incore, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1549:1: note: in expansion of macro ‘TRACE_EVENT’ + 1549 | TRACE_EVENT(xchk_nlinks_update_incore, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_nlinks_diff_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1585:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1585 | DECLARE_EVENT_CLASS(xchk_nlinks_diff_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1585:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1585 | DECLARE_EVENT_CLASS(xchk_nlinks_diff_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_pptr_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1623:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1623 | DECLARE_EVENT_CLASS(xchk_pptr_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1623:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1623 | DECLARE_EVENT_CLASS(xchk_pptr_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_dirtree_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1660:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1660 | DECLARE_EVENT_CLASS(xchk_dirtree_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1660:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1660 | DECLARE_EVENT_CLASS(xchk_dirtree_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_dirpath_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1704:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1704 | DECLARE_EVENT_CLASS(xchk_dirpath_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1704:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1704 | DECLARE_EVENT_CLASS(xchk_dirpath_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_dirpath_outcome_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1779:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1779 | DECLARE_EVENT_CLASS(xchk_dirpath_outcome_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1779:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1779 | DECLARE_EVENT_CLASS(xchk_dirpath_outcome_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_dirtree_evaluate_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1811:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1811 | DECLARE_EVENT_CLASS(xchk_dirtree_evaluate_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1811:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1811 | DECLARE_EVENT_CLASS(xchk_dirtree_evaluate_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_dirpath_changed’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1852:1: note: in expansion of macro ‘TRACE_EVENT’ + 1852 | TRACE_EVENT(xchk_dirpath_changed, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1852:1: note: in expansion of macro ‘TRACE_EVENT’ + 1852 | TRACE_EVENT(xchk_dirpath_changed, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xchk_dirtree_live_update’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1885:1: note: in expansion of macro ‘TRACE_EVENT’ + 1885 | TRACE_EVENT(xchk_dirtree_live_update, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1885:1: note: in expansion of macro ‘TRACE_EVENT’ + 1885 | TRACE_EVENT(xchk_dirtree_live_update, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_extent_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1920:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1920 | DECLARE_EVENT_CLASS(xrep_extent_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1920:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1920 | DECLARE_EVENT_CLASS(xrep_extent_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_reap_find_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1951:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1951 | DECLARE_EVENT_CLASS(xrep_reap_find_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1951:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1951 | DECLARE_EVENT_CLASS(xrep_reap_find_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_rmap_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1984:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1984 | DECLARE_EVENT_CLASS(xrep_rmap_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:1984:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1984 | DECLARE_EVENT_CLASS(xrep_rmap_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_abt_found’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2025:1: note: in expansion of macro ‘TRACE_EVENT’ + 2025 | TRACE_EVENT(xrep_abt_found, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2025:1: note: in expansion of macro ‘TRACE_EVENT’ + 2025 | TRACE_EVENT(xrep_abt_found, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_ibt_found’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2048:1: note: in expansion of macro ‘TRACE_EVENT’ + 2048 | TRACE_EVENT(xrep_ibt_found, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2048:1: note: in expansion of macro ‘TRACE_EVENT’ + 2048 | TRACE_EVENT(xrep_ibt_found, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_refc_found’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2080:1: note: in expansion of macro ‘TRACE_EVENT’ + 2080 | TRACE_EVENT(xrep_refc_found, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2080:1: note: in expansion of macro ‘TRACE_EVENT’ + 2080 | TRACE_EVENT(xrep_refc_found, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_bmap_found’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2108:1: note: in expansion of macro ‘TRACE_EVENT’ + 2108 | TRACE_EVENT(xrep_bmap_found, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2108:1: note: in expansion of macro ‘TRACE_EVENT’ + 2108 | TRACE_EVENT(xrep_bmap_found, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_rmap_found’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2140:1: note: in expansion of macro ‘TRACE_EVENT’ + 2140 | TRACE_EVENT(xrep_rmap_found, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2140:1: note: in expansion of macro ‘TRACE_EVENT’ + 2140 | TRACE_EVENT(xrep_rmap_found, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_findroot_block’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2172:1: note: in expansion of macro ‘TRACE_EVENT’ + 2172 | TRACE_EVENT(xrep_findroot_block, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2172:1: note: in expansion of macro ‘TRACE_EVENT’ + 2172 | TRACE_EVENT(xrep_findroot_block, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_calc_ag_resblks’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2197:1: note: in expansion of macro ‘TRACE_EVENT’ + 2197 | TRACE_EVENT(xrep_calc_ag_resblks, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2197:1: note: in expansion of macro ‘TRACE_EVENT’ + 2197 | TRACE_EVENT(xrep_calc_ag_resblks, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_calc_ag_resblks_btsize’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2226:1: note: in expansion of macro ‘TRACE_EVENT’ + 2226 | TRACE_EVENT(xrep_calc_ag_resblks_btsize, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2226:1: note: in expansion of macro ‘TRACE_EVENT’ + 2226 | TRACE_EVENT(xrep_calc_ag_resblks_btsize, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_reset_counters’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2255:1: note: in expansion of macro ‘TRACE_EVENT’ + 2255 | TRACE_EVENT(xrep_reset_counters, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2255:1: note: in expansion of macro ‘TRACE_EVENT’ + 2255 | TRACE_EVENT(xrep_reset_counters, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_newbt_extent_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2280:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2280 | DECLARE_EVENT_CLASS(xrep_newbt_extent_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2280:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2280 | DECLARE_EVENT_CLASS(xrep_newbt_extent_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_dinode_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2317:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2317 | DECLARE_EVENT_CLASS(xrep_dinode_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2317:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2317 | DECLARE_EVENT_CLASS(xrep_dinode_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_inode_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2398:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2398 | DECLARE_EVENT_CLASS(xrep_inode_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2398:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2398 | DECLARE_EVENT_CLASS(xrep_inode_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_dinode_count_rmaps’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2450:1: note: in expansion of macro ‘TRACE_EVENT’ + 2450 | TRACE_EVENT(xrep_dinode_count_rmaps, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2450:1: note: in expansion of macro ‘TRACE_EVENT’ + 2450 | TRACE_EVENT(xrep_dinode_count_rmaps, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_dinode_findmode_dirent’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2488:1: note: in expansion of macro ‘TRACE_EVENT’ + 2488 | TRACE_EVENT(xrep_dinode_findmode_dirent, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2488:1: note: in expansion of macro ‘TRACE_EVENT’ + 2488 | TRACE_EVENT(xrep_dinode_findmode_dirent, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_dinode_findmode_dirent_inval’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2511:1: note: in expansion of macro ‘TRACE_EVENT’ + 2511 | TRACE_EVENT(xrep_dinode_findmode_dirent_inval, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2511:1: note: in expansion of macro ‘TRACE_EVENT’ + 2511 | TRACE_EVENT(xrep_dinode_findmode_dirent_inval, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_cow_mark_file_range’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2537:1: note: in expansion of macro ‘TRACE_EVENT’ + 2537 | TRACE_EVENT(xrep_cow_mark_file_range, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2537:1: note: in expansion of macro ‘TRACE_EVENT’ + 2537 | TRACE_EVENT(xrep_cow_mark_file_range, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_cow_replace_mapping’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2563:1: note: in expansion of macro ‘TRACE_EVENT’ + 2563 | TRACE_EVENT(xrep_cow_replace_mapping, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2563:1: note: in expansion of macro ‘TRACE_EVENT’ + 2563 | TRACE_EVENT(xrep_cow_replace_mapping, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_cow_free_staging’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2598:1: note: in expansion of macro ‘TRACE_EVENT’ + 2598 | TRACE_EVENT(xrep_cow_free_staging, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2598:1: note: in expansion of macro ‘TRACE_EVENT’ + 2598 | TRACE_EVENT(xrep_cow_free_staging, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_dquot_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2622:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2622 | DECLARE_EVENT_CLASS(xrep_dquot_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2622:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2622 | DECLARE_EVENT_CLASS(xrep_dquot_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_rmap_live_update’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2654:1: note: in expansion of macro ‘TRACE_EVENT’ + 2654 | TRACE_EVENT(xrep_rmap_live_update, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2654:1: note: in expansion of macro ‘TRACE_EVENT’ + 2654 | TRACE_EVENT(xrep_rmap_live_update, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_tempfile_create’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2690:1: note: in expansion of macro ‘TRACE_EVENT’ + 2690 | TRACE_EVENT(xrep_tempfile_create, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2690:1: note: in expansion of macro ‘TRACE_EVENT’ + 2690 | TRACE_EVENT(xrep_tempfile_create, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_tempfile_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2723:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2723 | DECLARE_EVENT_CLASS(xrep_tempfile_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2723:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2723 | DECLARE_EVENT_CLASS(xrep_tempfile_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xreap_ifork_extent’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2762:1: note: in expansion of macro ‘TRACE_EVENT’ + 2762 | TRACE_EVENT(xreap_ifork_extent, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2762:1: note: in expansion of macro ‘TRACE_EVENT’ + 2762 | TRACE_EVENT(xreap_ifork_extent, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xreap_bmapi_binval_scan’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2797:1: note: in expansion of macro ‘TRACE_EVENT’ + 2797 | TRACE_EVENT(xreap_bmapi_binval_scan, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2797:1: note: in expansion of macro ‘TRACE_EVENT’ + 2797 | TRACE_EVENT(xreap_bmapi_binval_scan, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_xattr_recover_leafblock’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2823:1: note: in expansion of macro ‘TRACE_EVENT’ + 2823 | TRACE_EVENT(xrep_xattr_recover_leafblock, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2823:1: note: in expansion of macro ‘TRACE_EVENT’ + 2823 | TRACE_EVENT(xrep_xattr_recover_leafblock, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_xattr_salvage_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2845:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2845 | DECLARE_EVENT_CLASS(xrep_xattr_salvage_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2845:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2845 | DECLARE_EVENT_CLASS(xrep_xattr_salvage_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_pptr_salvage_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2883:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2883 | DECLARE_EVENT_CLASS(xrep_pptr_salvage_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2883:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2883 | DECLARE_EVENT_CLASS(xrep_pptr_salvage_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_xattr_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2921:1: note: in expansion of macro ‘TRACE_EVENT’ + 2921 | TRACE_EVENT(xrep_xattr_class, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2921:1: note: in expansion of macro ‘TRACE_EVENT’ + 2921 | TRACE_EVENT(xrep_xattr_class, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_xattr_pptr_scan_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2947:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2947 | DECLARE_EVENT_CLASS(xrep_xattr_pptr_scan_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2947:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2947 | DECLARE_EVENT_CLASS(xrep_xattr_pptr_scan_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_dir_recover_dirblock’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2983:1: note: in expansion of macro ‘TRACE_EVENT’ + 2983 | TRACE_EVENT(xrep_dir_recover_dirblock, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:2983:1: note: in expansion of macro ‘TRACE_EVENT’ + 2983 | TRACE_EVENT(xrep_dir_recover_dirblock, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_dir_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:3009:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3009 | DECLARE_EVENT_CLASS(xrep_dir_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:3009:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3009 | DECLARE_EVENT_CLASS(xrep_dir_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_dirent_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:3035:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3035 | DECLARE_EVENT_CLASS(xrep_dirent_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:3035:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3035 | DECLARE_EVENT_CLASS(xrep_dirent_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_adoption_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:3075:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3075 | DECLARE_EVENT_CLASS(xrep_adoption_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:3075:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3075 | DECLARE_EVENT_CLASS(xrep_adoption_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_parent_salvage_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:3102:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3102 | DECLARE_EVENT_CLASS(xrep_parent_salvage_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:3102:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3102 | DECLARE_EVENT_CLASS(xrep_parent_salvage_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_pptr_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:3128:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3128 | DECLARE_EVENT_CLASS(xrep_pptr_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:3128:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3128 | DECLARE_EVENT_CLASS(xrep_pptr_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_pptr_scan_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:3166:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3166 | DECLARE_EVENT_CLASS(xrep_pptr_scan_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:3166:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3166 | DECLARE_EVENT_CLASS(xrep_pptr_scan_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_nlinks_set_record’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:3202:1: note: in expansion of macro ‘TRACE_EVENT’ + 3202 | TRACE_EVENT(xrep_nlinks_set_record, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:3202:1: note: in expansion of macro ‘TRACE_EVENT’ + 3202 | TRACE_EVENT(xrep_nlinks_set_record, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_dentry_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:3228:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3228 | DECLARE_EVENT_CLASS(xrep_dentry_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:3228:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3228 | DECLARE_EVENT_CLASS(xrep_dentry_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_symlink_salvage_target’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:3269:1: note: in expansion of macro ‘TRACE_EVENT’ + 3269 | TRACE_EVENT(xrep_symlink_salvage_target, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:3269:1: note: in expansion of macro ‘TRACE_EVENT’ + 3269 | TRACE_EVENT(xrep_symlink_salvage_target, + | ^~~~~~~~~~~ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_symlink_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./scrub/trace.h:3292:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3292 | DECLARE_EVENT_CLASS(xrep_symlink_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -75811,3 +124165,3 @@ -../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_iunlink_visit’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_iunlink_visit’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -75815,2 +124169,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -75824,2 +124178,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -75827,2 +124181,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -75836,3 +124190,3 @@ -../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_iunlink_reload_next’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_iunlink_reload_next’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -75840,2 +124194,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -75849,2 +124203,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -75852,2 +124206,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -75861,3 +124215,3 @@ -../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_iunlink_reload_ondisk’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_iunlink_reload_ondisk’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -75865,2 +124219,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -75874,2 +124228,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -75877,2 +124231,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -75886,3 +124240,3 @@ -../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_iunlink_walk_ondisk_bucket’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_iunlink_walk_ondisk_bucket’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -75890,2 +124244,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -75899,2 +124253,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -75902,2 +124256,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -75911,3 +124265,3 @@ -../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_iunlink_resolve_class’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_iunlink_resolve_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -75915,2 +124269,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -75921,2 +124275,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -75924,2 +124278,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -75930,3 +124284,3 @@ -../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_iunlink_relink_next’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_iunlink_relink_next’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -75934,2 +124288,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -75943,2 +124297,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -75946,2 +124300,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -75955,3 +124309,3 @@ -../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_iunlink_relink_prev’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_iunlink_relink_prev’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -75959,2 +124313,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -75968,2 +124322,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -75971,2 +124325,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -75980,3 +124334,3 @@ -../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_iunlink_add_to_bucket’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_iunlink_add_to_bucket’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -75984,2 +124338,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -75993,2 +124347,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -75996,2 +124350,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -76005,3 +124359,3 @@ -../fs/xfs/./scrub/trace.h: In function ‘trace_event_raw_event_xrep_iunlink_commit_bucket’: -../include/trace/trace_events.h:430:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../fs/xfs/./scrub/trace.h: In function ‘perf_trace_xrep_iunlink_commit_bucket’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -76009,2 +124363,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -76018,2 +124372,2 @@ -../include/trace/trace_events.h:430:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? - 430 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ @@ -76021,2 +124375,2 @@ -../include/trace/trace_events.h:457:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ - 457 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ @@ -81230,0 +129585,2759 @@ +In file included from ../include/trace/define_trace.h:109: +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_attr_list_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 103 | DECLARE_EVENT_CLASS(xfs_attr_list_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:103:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 103 | DECLARE_EVENT_CLASS(xfs_attr_list_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xlog_intent_recovery_failed’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:163:1: note: in expansion of macro ‘TRACE_EVENT’ + 163 | TRACE_EVENT(xlog_intent_recovery_failed, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:163:1: note: in expansion of macro ‘TRACE_EVENT’ + 163 | TRACE_EVENT(xlog_intent_recovery_failed, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_perag_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:183:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 183 | DECLARE_EVENT_CLASS(xfs_perag_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:183:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 183 | DECLARE_EVENT_CLASS(xfs_perag_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_inodegc_worker’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:222:1: note: in expansion of macro ‘TRACE_EVENT’ + 222 | TRACE_EVENT(xfs_inodegc_worker, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:222:1: note: in expansion of macro ‘TRACE_EVENT’ + 222 | TRACE_EVENT(xfs_inodegc_worker, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_fs_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:238:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 238 | DECLARE_EVENT_CLASS(xfs_fs_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:238:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 238 | DECLARE_EVENT_CLASS(xfs_fs_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_inodegc_shrinker_scan’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:281:1: note: in expansion of macro ‘TRACE_EVENT’ + 281 | TRACE_EVENT(xfs_inodegc_shrinker_scan, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:281:1: note: in expansion of macro ‘TRACE_EVENT’ + 281 | TRACE_EVENT(xfs_inodegc_shrinker_scan, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_ag_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:301:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 301 | DECLARE_EVENT_CLASS(xfs_ag_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:301:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 301 | DECLARE_EVENT_CLASS(xfs_ag_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_attr_list_node_descend’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ + 326 | TRACE_EVENT(xfs_attr_list_node_descend, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:326:1: note: in expansion of macro ‘TRACE_EVENT’ + 326 | TRACE_EVENT(xfs_attr_list_node_descend, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_bmap_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:378:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 378 | DECLARE_EVENT_CLASS(xfs_bmap_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:378:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 378 | DECLARE_EVENT_CLASS(xfs_bmap_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_buf_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:437:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 437 | DECLARE_EVENT_CLASS(xfs_buf_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:437:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 437 | DECLARE_EVENT_CLASS(xfs_buf_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_buf_flags_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:508:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 508 | DECLARE_EVENT_CLASS(xfs_buf_flags_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:508:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 508 | DECLARE_EVENT_CLASS(xfs_buf_flags_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_buf_ioerror’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:551:1: note: in expansion of macro ‘TRACE_EVENT’ + 551 | TRACE_EVENT(xfs_buf_ioerror, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:551:1: note: in expansion of macro ‘TRACE_EVENT’ + 551 | TRACE_EVENT(xfs_buf_ioerror, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_buf_item_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:589:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 589 | DECLARE_EVENT_CLASS(xfs_buf_item_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:589:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 589 | DECLARE_EVENT_CLASS(xfs_buf_item_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_filestream_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:664:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 664 | DECLARE_EVENT_CLASS(xfs_filestream_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:664:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 664 | DECLARE_EVENT_CLASS(xfs_filestream_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_filestream_pick’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:693:1: note: in expansion of macro ‘TRACE_EVENT’ + 693 | TRACE_EVENT(xfs_filestream_pick, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:693:1: note: in expansion of macro ‘TRACE_EVENT’ + 693 | TRACE_EVENT(xfs_filestream_pick, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_lock_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:723:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 723 | DECLARE_EVENT_CLASS(xfs_lock_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:723:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 723 | DECLARE_EVENT_CLASS(xfs_lock_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_inode_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:756:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 756 | DECLARE_EVENT_CLASS(xfs_inode_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:756:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 756 | DECLARE_EVENT_CLASS(xfs_inode_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_filemap_fault’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:830:1: note: in expansion of macro ‘TRACE_EVENT’ + 830 | TRACE_EVENT(xfs_filemap_fault, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:830:1: note: in expansion of macro ‘TRACE_EVENT’ + 830 | TRACE_EVENT(xfs_filemap_fault, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_iref_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:852:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 852 | DECLARE_EVENT_CLASS(xfs_iref_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:852:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 852 | DECLARE_EVENT_CLASS(xfs_iref_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_iomap_prealloc_size’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:877:1: note: in expansion of macro ‘TRACE_EVENT’ + 877 | TRACE_EVENT(xfs_iomap_prealloc_size, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:877:1: note: in expansion of macro ‘TRACE_EVENT’ + 877 | TRACE_EVENT(xfs_iomap_prealloc_size, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_irec_merge_pre’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:901:1: note: in expansion of macro ‘TRACE_EVENT’ + 901 | TRACE_EVENT(xfs_irec_merge_pre, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:901:1: note: in expansion of macro ‘TRACE_EVENT’ + 901 | TRACE_EVENT(xfs_irec_merge_pre, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_irec_merge_post’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:930:1: note: in expansion of macro ‘TRACE_EVENT’ + 930 | TRACE_EVENT(xfs_irec_merge_post, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:930:1: note: in expansion of macro ‘TRACE_EVENT’ + 930 | TRACE_EVENT(xfs_irec_merge_post, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_namespace_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:963:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 963 | DECLARE_EVENT_CLASS(xfs_namespace_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:963:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 963 | DECLARE_EVENT_CLASS(xfs_namespace_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_rename’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:995:1: note: in expansion of macro ‘TRACE_EVENT’ + 995 | TRACE_EVENT(xfs_rename, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:995:1: note: in expansion of macro ‘TRACE_EVENT’ + 995 | TRACE_EVENT(xfs_rename, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_dquot_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:1029:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1029 | DECLARE_EVENT_CLASS(xfs_dquot_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:1029:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1029 | DECLARE_EVENT_CLASS(xfs_dquot_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_trans_mod_dquot’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:1127:1: note: in expansion of macro ‘TRACE_EVENT’ + 1127 | TRACE_EVENT(xfs_trans_mod_dquot, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:1127:1: note: in expansion of macro ‘TRACE_EVENT’ + 1127 | TRACE_EVENT(xfs_trans_mod_dquot, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_dqtrx_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:1156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1156 | DECLARE_EVENT_CLASS(xfs_dqtrx_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:1156:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1156 | DECLARE_EVENT_CLASS(xfs_dqtrx_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_loggrant_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:1228:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1228 | DECLARE_EVENT_CLASS(xfs_loggrant_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:1228:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1228 | DECLARE_EVENT_CLASS(xfs_loggrant_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_log_item_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:1312:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1312 | DECLARE_EVENT_CLASS(xfs_log_item_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:1312:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1312 | DECLARE_EVENT_CLASS(xfs_log_item_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_log_force’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:1337:1: note: in expansion of macro ‘TRACE_EVENT’ + 1337 | TRACE_EVENT(xfs_log_force, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:1337:1: note: in expansion of macro ‘TRACE_EVENT’ + 1337 | TRACE_EVENT(xfs_log_force, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_ail_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:1367:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1367 | DECLARE_EVENT_CLASS(xfs_ail_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:1367:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1367 | DECLARE_EVENT_CLASS(xfs_ail_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_log_assign_tail_lsn’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:1403:1: note: in expansion of macro ‘TRACE_EVENT’ + 1403 | TRACE_EVENT(xfs_log_assign_tail_lsn, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:1403:1: note: in expansion of macro ‘TRACE_EVENT’ + 1403 | TRACE_EVENT(xfs_log_assign_tail_lsn, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_file_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:1425:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1425 | DECLARE_EVENT_CLASS(xfs_file_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:1425:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1425 | DECLARE_EVENT_CLASS(xfs_file_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_imap_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:1462:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1462 | DECLARE_EVENT_CLASS(xfs_imap_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:1462:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1462 | DECLARE_EVENT_CLASS(xfs_imap_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_simple_io_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:1511:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1511 | DECLARE_EVENT_CLASS(xfs_simple_io_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:1511:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1511 | DECLARE_EVENT_CLASS(xfs_simple_io_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_itrunc_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:1553:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1553 | DECLARE_EVENT_CLASS(xfs_itrunc_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:1553:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1553 | DECLARE_EVENT_CLASS(xfs_itrunc_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_pagecache_inval’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:1582:1: note: in expansion of macro ‘TRACE_EVENT’ + 1582 | TRACE_EVENT(xfs_pagecache_inval, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:1582:1: note: in expansion of macro ‘TRACE_EVENT’ + 1582 | TRACE_EVENT(xfs_pagecache_inval, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_bunmap’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:1607:1: note: in expansion of macro ‘TRACE_EVENT’ + 1607 | TRACE_EVENT(xfs_bunmap, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:1607:1: note: in expansion of macro ‘TRACE_EVENT’ + 1607 | TRACE_EVENT(xfs_bunmap, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_extent_busy_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:1641:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1641 | DECLARE_EVENT_CLASS(xfs_extent_busy_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:1641:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1641 | DECLARE_EVENT_CLASS(xfs_extent_busy_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_extent_busy_trim’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:1673:1: note: in expansion of macro ‘TRACE_EVENT’ + 1673 | TRACE_EVENT(xfs_extent_busy_trim, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:1673:1: note: in expansion of macro ‘TRACE_EVENT’ + 1673 | TRACE_EVENT(xfs_extent_busy_trim, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_agf_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:1703:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1703 | DECLARE_EVENT_CLASS(xfs_agf_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:1703:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1703 | DECLARE_EVENT_CLASS(xfs_agf_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_free_extent’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:1765:1: note: in expansion of macro ‘TRACE_EVENT’ + 1765 | TRACE_EVENT(xfs_free_extent, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:1765:1: note: in expansion of macro ‘TRACE_EVENT’ + 1765 | TRACE_EVENT(xfs_free_extent, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_alloc_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:1800:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1800 | DECLARE_EVENT_CLASS(xfs_alloc_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:1800:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1800 | DECLARE_EVENT_CLASS(xfs_alloc_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_alloc_cur_check’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:1905:1: note: in expansion of macro ‘TRACE_EVENT’ + 1905 | TRACE_EVENT(xfs_alloc_cur_check, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:1905:1: note: in expansion of macro ‘TRACE_EVENT’ + 1905 | TRACE_EVENT(xfs_alloc_cur_check, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_da_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:1931:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1931 | DECLARE_EVENT_CLASS(xfs_da_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:1931:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1931 | DECLARE_EVENT_CLASS(xfs_da_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_attr_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:1998:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1998 | DECLARE_EVENT_CLASS(xfs_attr_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:1998:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1998 | DECLARE_EVENT_CLASS(xfs_attr_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_dir2_space_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2106:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2106 | DECLARE_EVENT_CLASS(xfs_dir2_space_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2106:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2106 | DECLARE_EVENT_CLASS(xfs_dir2_space_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_dir2_leafn_moveents’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2137:1: note: in expansion of macro ‘TRACE_EVENT’ + 2137 | TRACE_EVENT(xfs_dir2_leafn_moveents, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2137:1: note: in expansion of macro ‘TRACE_EVENT’ + 2137 | TRACE_EVENT(xfs_dir2_leafn_moveents, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_swap_extent_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2176:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2176 | DECLARE_EVENT_CLASS(xfs_swap_extent_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2176:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2176 | DECLARE_EVENT_CLASS(xfs_swap_extent_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_log_recover’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2216:1: note: in expansion of macro ‘TRACE_EVENT’ + 2216 | TRACE_EVENT(xfs_log_recover, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2216:1: note: in expansion of macro ‘TRACE_EVENT’ + 2216 | TRACE_EVENT(xfs_log_recover, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_log_recover_record’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2234:1: note: in expansion of macro ‘TRACE_EVENT’ + 2234 | TRACE_EVENT(xfs_log_recover_record, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2234:1: note: in expansion of macro ‘TRACE_EVENT’ + 2234 | TRACE_EVENT(xfs_log_recover_record, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_log_recover_item_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2257:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2257 | DECLARE_EVENT_CLASS(xfs_log_recover_item_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2257:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2257 | DECLARE_EVENT_CLASS(xfs_log_recover_item_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_log_recover_buf_item_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2305:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2305 | DECLARE_EVENT_CLASS(xfs_log_recover_buf_item_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2305:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2305 | DECLARE_EVENT_CLASS(xfs_log_recover_buf_item_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_log_recover_ino_item_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2349:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2349 | DECLARE_EVENT_CLASS(xfs_log_recover_ino_item_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2349:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2349 | DECLARE_EVENT_CLASS(xfs_log_recover_ino_item_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_log_recover_icreate_item_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2395:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2395 | DECLARE_EVENT_CLASS(xfs_log_recover_icreate_item_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2395:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2395 | DECLARE_EVENT_CLASS(xfs_log_recover_icreate_item_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_discard_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2433:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2433 | DECLARE_EVENT_CLASS(xfs_discard_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2433:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2433 | DECLARE_EVENT_CLASS(xfs_discard_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_rtdiscard_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2466:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2466 | DECLARE_EVENT_CLASS(xfs_rtdiscard_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2466:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2466 | DECLARE_EVENT_CLASS(xfs_rtdiscard_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_btree_cur_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2495:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2495 | DECLARE_EVENT_CLASS(xfs_btree_cur_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2495:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2495 | DECLARE_EVENT_CLASS(xfs_btree_cur_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_btree_alloc_block’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2530:1: note: in expansion of macro ‘TRACE_EVENT’ + 2530 | TRACE_EVENT(xfs_btree_alloc_block, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2530:1: note: in expansion of macro ‘TRACE_EVENT’ + 2530 | TRACE_EVENT(xfs_btree_alloc_block, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_btree_free_block’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2584:1: note: in expansion of macro ‘TRACE_EVENT’ + 2584 | TRACE_EVENT(xfs_btree_free_block, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2584:1: note: in expansion of macro ‘TRACE_EVENT’ + 2584 | TRACE_EVENT(xfs_btree_free_block, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_defer_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2617:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2617 | DECLARE_EVENT_CLASS(xfs_defer_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2617:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2617 | DECLARE_EVENT_CLASS(xfs_defer_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_defer_error_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2641:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2641 | DECLARE_EVENT_CLASS(xfs_defer_error_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2641:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2641 | DECLARE_EVENT_CLASS(xfs_defer_error_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_defer_pending_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2665:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2665 | DECLARE_EVENT_CLASS(xfs_defer_pending_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2665:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2665 | DECLARE_EVENT_CLASS(xfs_defer_pending_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_free_extent_deferred_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2715:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2715 | DECLARE_EVENT_CLASS(xfs_free_extent_deferred_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2715:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2715 | DECLARE_EVENT_CLASS(xfs_free_extent_deferred_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_defer_pending_item_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2748:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2748 | DECLARE_EVENT_CLASS(xfs_defer_pending_item_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2748:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2748 | DECLARE_EVENT_CLASS(xfs_defer_pending_item_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_rmap_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2790:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2790 | DECLARE_EVENT_CLASS(xfs_rmap_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2790:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2790 | DECLARE_EVENT_CLASS(xfs_rmap_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_btree_error_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2832:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2832 | DECLARE_EVENT_CLASS(xfs_btree_error_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2832:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2832 | DECLARE_EVENT_CLASS(xfs_btree_error_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_rmap_convert_state’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2886:1: note: in expansion of macro ‘TRACE_EVENT’ + 2886 | TRACE_EVENT(xfs_rmap_convert_state, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2886:1: note: in expansion of macro ‘TRACE_EVENT’ + 2886 | TRACE_EVENT(xfs_rmap_convert_state, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_rmapbt_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2924:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2924 | DECLARE_EVENT_CLASS(xfs_rmapbt_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2924:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2924 | DECLARE_EVENT_CLASS(xfs_rmapbt_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_rmap_deferred_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2972:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2972 | DECLARE_EVENT_CLASS(xfs_rmap_deferred_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:2972:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2972 | DECLARE_EVENT_CLASS(xfs_rmap_deferred_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_bmap_deferred_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:3035:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3035 | DECLARE_EVENT_CLASS(xfs_bmap_deferred_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:3035:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3035 | DECLARE_EVENT_CLASS(xfs_bmap_deferred_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_ag_resv_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:3096:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3096 | DECLARE_EVENT_CLASS(xfs_ag_resv_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:3096:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3096 | DECLARE_EVENT_CLASS(xfs_ag_resv_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_ag_error_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:3148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3148 | DECLARE_EVENT_CLASS(xfs_ag_error_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:3148:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3148 | DECLARE_EVENT_CLASS(xfs_ag_error_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_refcount_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:3180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3180 | DECLARE_EVENT_CLASS(xfs_refcount_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:3180:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3180 | DECLARE_EVENT_CLASS(xfs_refcount_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_refcount_lookup’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:3211:1: note: in expansion of macro ‘TRACE_EVENT’ + 3211 | TRACE_EVENT(xfs_refcount_lookup, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:3211:1: note: in expansion of macro ‘TRACE_EVENT’ + 3211 | TRACE_EVENT(xfs_refcount_lookup, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_refcount_extent_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:3236:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3236 | DECLARE_EVENT_CLASS(xfs_refcount_extent_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:3236:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3236 | DECLARE_EVENT_CLASS(xfs_refcount_extent_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_refcount_extent_at_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:3270:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3270 | DECLARE_EVENT_CLASS(xfs_refcount_extent_at_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:3270:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3270 | DECLARE_EVENT_CLASS(xfs_refcount_extent_at_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_refcount_double_extent_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:3309:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3309 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:3309:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3309 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_refcount_double_extent_at_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:3358:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3358 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_at_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:3358:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3358 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_at_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_refcount_triple_extent_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:3410:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3410 | DECLARE_EVENT_CLASS(xfs_refcount_triple_extent_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:3410:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3410 | DECLARE_EVENT_CLASS(xfs_refcount_triple_extent_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_refcount_deferred_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:3512:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3512 | DECLARE_EVENT_CLASS(xfs_refcount_deferred_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:3512:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3512 | DECLARE_EVENT_CLASS(xfs_refcount_deferred_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_inode_error_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:3545:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3545 | DECLARE_EVENT_CLASS(xfs_inode_error_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:3545:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3545 | DECLARE_EVENT_CLASS(xfs_inode_error_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_double_io_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:3576:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3576 | DECLARE_EVENT_CLASS(xfs_double_io_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:3576:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3576 | DECLARE_EVENT_CLASS(xfs_double_io_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_inode_irec_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:3626:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3626 | DECLARE_EVENT_CLASS(xfs_inode_irec_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:3626:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3626 | DECLARE_EVENT_CLASS(xfs_inode_irec_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_wb_invalid_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:3659:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3659 | DECLARE_EVENT_CLASS(xfs_wb_invalid_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:3659:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3659 | DECLARE_EVENT_CLASS(xfs_wb_invalid_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_iomap_invalid_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:3702:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3702 | DECLARE_EVENT_CLASS(xfs_iomap_invalid_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:3702:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3702 | DECLARE_EVENT_CLASS(xfs_iomap_invalid_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_reflink_remap_blocks’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:3750:1: note: in expansion of macro ‘TRACE_EVENT’ + 3750 | TRACE_EVENT(xfs_reflink_remap_blocks, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:3750:1: note: in expansion of macro ‘TRACE_EVENT’ + 3750 | TRACE_EVENT(xfs_reflink_remap_blocks, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_ioctl_clone’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:3794:1: note: in expansion of macro ‘TRACE_EVENT’ + 3794 | TRACE_EVENT(xfs_ioctl_clone, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:3794:1: note: in expansion of macro ‘TRACE_EVENT’ + 3794 | TRACE_EVENT(xfs_ioctl_clone, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_fsmap_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:3846:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3846 | DECLARE_EVENT_CLASS(xfs_fsmap_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:3846:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3846 | DECLARE_EVENT_CLASS(xfs_fsmap_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_fsmap_linear_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:3889:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3889 | DECLARE_EVENT_CLASS(xfs_fsmap_linear_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:3889:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3889 | DECLARE_EVENT_CLASS(xfs_fsmap_linear_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_getfsmap_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:3914:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3914 | DECLARE_EVENT_CLASS(xfs_getfsmap_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:3914:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3914 | DECLARE_EVENT_CLASS(xfs_getfsmap_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_trans_resv_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:3952:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3952 | DECLARE_EVENT_CLASS(xfs_trans_resv_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:3952:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3952 | DECLARE_EVENT_CLASS(xfs_trans_resv_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_log_get_max_trans_res’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:3986:1: note: in expansion of macro ‘TRACE_EVENT’ + 3986 | TRACE_EVENT(xfs_log_get_max_trans_res, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:3986:1: note: in expansion of macro ‘TRACE_EVENT’ + 3986 | TRACE_EVENT(xfs_log_get_max_trans_res, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_trans_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4005:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 4005 | DECLARE_EVENT_CLASS(xfs_trans_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4005:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 4005 | DECLARE_EVENT_CLASS(xfs_trans_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_iunlink_update_bucket’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4043:1: note: in expansion of macro ‘TRACE_EVENT’ + 4043 | TRACE_EVENT(xfs_iunlink_update_bucket, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4043:1: note: in expansion of macro ‘TRACE_EVENT’ + 4043 | TRACE_EVENT(xfs_iunlink_update_bucket, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_iunlink_update_dinode’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4069:1: note: in expansion of macro ‘TRACE_EVENT’ + 4069 | TRACE_EVENT(xfs_iunlink_update_dinode, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4069:1: note: in expansion of macro ‘TRACE_EVENT’ + 4069 | TRACE_EVENT(xfs_iunlink_update_dinode, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_iunlink_reload_next’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4095:1: note: in expansion of macro ‘TRACE_EVENT’ + 4095 | TRACE_EVENT(xfs_iunlink_reload_next, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4095:1: note: in expansion of macro ‘TRACE_EVENT’ + 4095 | TRACE_EVENT(xfs_iunlink_reload_next, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_inode_reload_unlinked_bucket’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4120:1: note: in expansion of macro ‘TRACE_EVENT’ + 4120 | TRACE_EVENT(xfs_inode_reload_unlinked_bucket, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4120:1: note: in expansion of macro ‘TRACE_EVENT’ + 4120 | TRACE_EVENT(xfs_inode_reload_unlinked_bucket, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_ag_inode_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4140:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 4140 | DECLARE_EVENT_CLASS(xfs_ag_inode_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4140:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 4140 | DECLARE_EVENT_CLASS(xfs_ag_inode_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_fs_corrupt_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 4165 | DECLARE_EVENT_CLASS(xfs_fs_corrupt_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4165:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 4165 | DECLARE_EVENT_CLASS(xfs_fs_corrupt_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_ag_corrupt_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4193:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 4193 | DECLARE_EVENT_CLASS(xfs_ag_corrupt_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4193:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 4193 | DECLARE_EVENT_CLASS(xfs_ag_corrupt_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_inode_corrupt_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4220:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 4220 | DECLARE_EVENT_CLASS(xfs_inode_corrupt_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4220:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 4220 | DECLARE_EVENT_CLASS(xfs_inode_corrupt_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_iwalk_ag’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4246:1: note: in expansion of macro ‘TRACE_EVENT’ + 4246 | TRACE_EVENT(xfs_iwalk_ag, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4246:1: note: in expansion of macro ‘TRACE_EVENT’ + 4246 | TRACE_EVENT(xfs_iwalk_ag, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_iwalk_ag_rec’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4265:1: note: in expansion of macro ‘TRACE_EVENT’ + 4265 | TRACE_EVENT(xfs_iwalk_ag_rec, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4265:1: note: in expansion of macro ‘TRACE_EVENT’ + 4265 | TRACE_EVENT(xfs_iwalk_ag_rec, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_pwork_init’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4286:1: note: in expansion of macro ‘TRACE_EVENT’ + 4286 | TRACE_EVENT(xfs_pwork_init, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4286:1: note: in expansion of macro ‘TRACE_EVENT’ + 4286 | TRACE_EVENT(xfs_pwork_init, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_check_new_dalign’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4304:1: note: in expansion of macro ‘TRACE_EVENT’ + 4304 | TRACE_EVENT(xfs_check_new_dalign, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4304:1: note: in expansion of macro ‘TRACE_EVENT’ + 4304 | TRACE_EVENT(xfs_check_new_dalign, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_btree_commit_afakeroot’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4325:1: note: in expansion of macro ‘TRACE_EVENT’ + 4325 | TRACE_EVENT(xfs_btree_commit_afakeroot, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4325:1: note: in expansion of macro ‘TRACE_EVENT’ + 4325 | TRACE_EVENT(xfs_btree_commit_afakeroot, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_btree_commit_ifakeroot’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4353:1: note: in expansion of macro ‘TRACE_EVENT’ + 4353 | TRACE_EVENT(xfs_btree_commit_ifakeroot, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4353:1: note: in expansion of macro ‘TRACE_EVENT’ + 4353 | TRACE_EVENT(xfs_btree_commit_ifakeroot, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_btree_bload_level_geometry’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4386:1: note: in expansion of macro ‘TRACE_EVENT’ + 4386 | TRACE_EVENT(xfs_btree_bload_level_geometry, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4386:1: note: in expansion of macro ‘TRACE_EVENT’ + 4386 | TRACE_EVENT(xfs_btree_bload_level_geometry, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_btree_bload_block’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4427:1: note: in expansion of macro ‘TRACE_EVENT’ + 4427 | TRACE_EVENT(xfs_btree_bload_block, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4427:1: note: in expansion of macro ‘TRACE_EVENT’ + 4427 | TRACE_EVENT(xfs_btree_bload_block, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_timestamp_range_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4470:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 4470 | DECLARE_EVENT_CLASS(xfs_timestamp_range_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4470:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 4470 | DECLARE_EVENT_CLASS(xfs_timestamp_range_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_icwalk_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4496:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 4496 | DECLARE_EVENT_CLASS(xfs_icwalk_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4496:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 4496 | DECLARE_EVENT_CLASS(xfs_icwalk_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xlog_iclog_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4547:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 4547 | DECLARE_EVENT_CLASS(xlog_iclog_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4547:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 4547 | DECLARE_EVENT_CLASS(xlog_iclog_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_das_state_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4622:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 4622 | DECLARE_EVENT_CLASS(xfs_das_state_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4622:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 4622 | DECLARE_EVENT_CLASS(xfs_das_state_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_force_shutdown’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4652:1: note: in expansion of macro ‘TRACE_EVENT’ + 4652 | TRACE_EVENT(xfs_force_shutdown, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4652:1: note: in expansion of macro ‘TRACE_EVENT’ + 4652 | TRACE_EVENT(xfs_force_shutdown, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_perag_intents_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4679:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 4679 | DECLARE_EVENT_CLASS(xfs_perag_intents_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4679:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 4679 | DECLARE_EVENT_CLASS(xfs_perag_intents_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xmbuf_create’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4712:1: note: in expansion of macro ‘TRACE_EVENT’ + 4712 | TRACE_EVENT(xmbuf_create, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4712:1: note: in expansion of macro ‘TRACE_EVENT’ + 4712 | TRACE_EVENT(xmbuf_create, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xmbuf_free’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4737:1: note: in expansion of macro ‘TRACE_EVENT’ + 4737 | TRACE_EVENT(xmbuf_free, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4737:1: note: in expansion of macro ‘TRACE_EVENT’ + 4737 | TRACE_EVENT(xmbuf_free, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfbtree_init’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4764:1: note: in expansion of macro ‘TRACE_EVENT’ + 4764 | TRACE_EVENT(xfbtree_init, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4764:1: note: in expansion of macro ‘TRACE_EVENT’ + 4764 | TRACE_EVENT(xfbtree_init, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfbtree_buf_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4796:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 4796 | DECLARE_EVENT_CLASS(xfbtree_buf_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4796:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 4796 | DECLARE_EVENT_CLASS(xfbtree_buf_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfbtree_freesp_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4835:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 4835 | DECLARE_EVENT_CLASS(xfbtree_freesp_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4835:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 4835 | DECLARE_EVENT_CLASS(xfbtree_freesp_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_exchrange_inode_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4885:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 4885 | DECLARE_EVENT_CLASS(xfs_exchrange_inode_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4885:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 4885 | DECLARE_EVENT_CLASS(xfs_exchrange_inode_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_exchrange_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4932:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 4932 | DECLARE_EVENT_CLASS(xfs_exchrange_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4932:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 4932 | DECLARE_EVENT_CLASS(xfs_exchrange_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_exchmaps_overhead’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4989:1: note: in expansion of macro ‘TRACE_EVENT’ + 4989 | TRACE_EVENT(xfs_exchmaps_overhead, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:4989:1: note: in expansion of macro ‘TRACE_EVENT’ + 4989 | TRACE_EVENT(xfs_exchmaps_overhead, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_exchmaps_estimate_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:5009:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 5009 | DECLARE_EVENT_CLASS(xfs_exchmaps_estimate_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:5009:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 5009 | DECLARE_EVENT_CLASS(xfs_exchmaps_estimate_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_exchmaps_intent_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:5063:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 5063 | DECLARE_EVENT_CLASS(xfs_exchmaps_intent_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:5063:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 5063 | DECLARE_EVENT_CLASS(xfs_exchmaps_intent_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_exchmaps_delta_nextents_step’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:5109:1: note: in expansion of macro ‘TRACE_EVENT’ + 5109 | TRACE_EVENT(xfs_exchmaps_delta_nextents_step, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:5109:1: note: in expansion of macro ‘TRACE_EVENT’ + 5109 | TRACE_EVENT(xfs_exchmaps_delta_nextents_step, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_exchmaps_delta_nextents’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:5160:1: note: in expansion of macro ‘TRACE_EVENT’ + 5160 | TRACE_EVENT(xfs_exchmaps_delta_nextents, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:5160:1: note: in expansion of macro ‘TRACE_EVENT’ + 5160 | TRACE_EVENT(xfs_exchmaps_delta_nextents, + | ^~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_getparents_rec_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:5191:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 5191 | DECLARE_EVENT_CLASS(xfs_getparents_rec_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:5191:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 5191 | DECLARE_EVENT_CLASS(xfs_getparents_rec_class, + | ^~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h: In function ‘perf_trace_xfs_getparents_class’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:5235:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 5235 | DECLARE_EVENT_CLASS(xfs_getparents_class, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../fs/xfs/./xfs_trace.h:5235:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 5235 | DECLARE_EVENT_CLASS(xfs_getparents_class, + | ^~~~~~~~~~~~~~~~~~~ @@ -87877,0 +138991,3863 @@ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:4072:1: note: in expansion of macro ‘TRACE_EVENT’ + 4072 | TRACE_EVENT(cfg80211_links_removed, + | ^~~~~~~~~~~ +In file included from ../include/trace/define_trace.h:109: +../net/wireless/./trace.h: In function ‘perf_trace_wiphy_work_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:249:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 249 | DECLARE_EVENT_CLASS(wiphy_work_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:249:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 249 | DECLARE_EVENT_CLASS(wiphy_work_event, + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_wiphy_delayed_work_queue’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ + 286 | TRACE_EVENT(wiphy_delayed_work_queue, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:286:1: note: in expansion of macro ‘TRACE_EVENT’ + 286 | TRACE_EVENT(wiphy_delayed_work_queue, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_wiphy_work_worker_start’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ + 307 | TRACE_EVENT(wiphy_work_worker_start, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:307:1: note: in expansion of macro ‘TRACE_EVENT’ + 307 | TRACE_EVENT(wiphy_work_worker_start, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_suspend’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:323:1: note: in expansion of macro ‘TRACE_EVENT’ + 323 | TRACE_EVENT(rdev_suspend, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:323:1: note: in expansion of macro ‘TRACE_EVENT’ + 323 | TRACE_EVENT(rdev_suspend, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_return_int’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:361:1: note: in expansion of macro ‘TRACE_EVENT’ + 361 | TRACE_EVENT(rdev_return_int, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:361:1: note: in expansion of macro ‘TRACE_EVENT’ + 361 | TRACE_EVENT(rdev_return_int, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_scan’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:375:1: note: in expansion of macro ‘TRACE_EVENT’ + 375 | TRACE_EVENT(rdev_scan, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:375:1: note: in expansion of macro ‘TRACE_EVENT’ + 375 | TRACE_EVENT(rdev_scan, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_wiphy_only_evt’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:387:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 387 | DECLARE_EVENT_CLASS(wiphy_only_evt, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:387:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 387 | DECLARE_EVENT_CLASS(wiphy_only_evt, + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_wiphy_enabled_evt’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:419:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 419 | DECLARE_EVENT_CLASS(wiphy_enabled_evt, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:419:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 419 | DECLARE_EVENT_CLASS(wiphy_enabled_evt, + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_add_virtual_intf’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:439:1: note: in expansion of macro ‘TRACE_EVENT’ + 439 | TRACE_EVENT(rdev_add_virtual_intf, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:439:1: note: in expansion of macro ‘TRACE_EVENT’ + 439 | TRACE_EVENT(rdev_add_virtual_intf, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_wiphy_wdev_evt’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:456:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 456 | DECLARE_EVENT_CLASS(wiphy_wdev_evt, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:456:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 456 | DECLARE_EVENT_CLASS(wiphy_wdev_evt, + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_wiphy_wdev_cookie_evt’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:470:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 470 | DECLARE_EVENT_CLASS(wiphy_wdev_cookie_evt, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:470:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 470 | DECLARE_EVENT_CLASS(wiphy_wdev_cookie_evt, + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_change_virtual_intf’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:498:1: note: in expansion of macro ‘TRACE_EVENT’ + 498 | TRACE_EVENT(rdev_change_virtual_intf, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:498:1: note: in expansion of macro ‘TRACE_EVENT’ + 498 | TRACE_EVENT(rdev_change_virtual_intf, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_key_handle’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:516:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 516 | DECLARE_EVENT_CLASS(key_handle, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:516:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 516 | DECLARE_EVENT_CLASS(key_handle, + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_add_key’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:555:1: note: in expansion of macro ‘TRACE_EVENT’ + 555 | TRACE_EVENT(rdev_add_key, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:555:1: note: in expansion of macro ‘TRACE_EVENT’ + 555 | TRACE_EVENT(rdev_add_key, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_default_key’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:585:1: note: in expansion of macro ‘TRACE_EVENT’ + 585 | TRACE_EVENT(rdev_set_default_key, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:585:1: note: in expansion of macro ‘TRACE_EVENT’ + 585 | TRACE_EVENT(rdev_set_default_key, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_default_mgmt_key’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:612:1: note: in expansion of macro ‘TRACE_EVENT’ + 612 | TRACE_EVENT(rdev_set_default_mgmt_key, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:612:1: note: in expansion of macro ‘TRACE_EVENT’ + 612 | TRACE_EVENT(rdev_set_default_mgmt_key, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_default_beacon_key’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:633:1: note: in expansion of macro ‘TRACE_EVENT’ + 633 | TRACE_EVENT(rdev_set_default_beacon_key, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:633:1: note: in expansion of macro ‘TRACE_EVENT’ + 633 | TRACE_EVENT(rdev_set_default_beacon_key, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_start_ap’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:654:1: note: in expansion of macro ‘TRACE_EVENT’ + 654 | TRACE_EVENT(rdev_start_ap, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:654:1: note: in expansion of macro ‘TRACE_EVENT’ + 654 | TRACE_EVENT(rdev_start_ap, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_change_beacon’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:698:1: note: in expansion of macro ‘TRACE_EVENT’ + 698 | TRACE_EVENT(rdev_change_beacon, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:698:1: note: in expansion of macro ‘TRACE_EVENT’ + 698 | TRACE_EVENT(rdev_change_beacon, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_stop_ap’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:746:1: note: in expansion of macro ‘TRACE_EVENT’ + 746 | TRACE_EVENT(rdev_stop_ap, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:746:1: note: in expansion of macro ‘TRACE_EVENT’ + 746 | TRACE_EVENT(rdev_stop_ap, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_wiphy_netdev_evt’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:764:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 764 | DECLARE_EVENT_CLASS(wiphy_netdev_evt, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:764:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 764 | DECLARE_EVENT_CLASS(wiphy_netdev_evt, + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_station_add_change’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:813:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 813 | DECLARE_EVENT_CLASS(station_add_change, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:813:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 813 | DECLARE_EVENT_CLASS(station_add_change, + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_wiphy_netdev_mac_evt’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:917:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 917 | DECLARE_EVENT_CLASS(wiphy_netdev_mac_evt, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:917:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 917 | DECLARE_EVENT_CLASS(wiphy_netdev_mac_evt, + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_station_del’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:934:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 934 | DECLARE_EVENT_CLASS(station_del, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:934:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 934 | DECLARE_EVENT_CLASS(station_del, + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_dump_station’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:977:1: note: in expansion of macro ‘TRACE_EVENT’ + 977 | TRACE_EVENT(rdev_dump_station, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:977:1: note: in expansion of macro ‘TRACE_EVENT’ + 977 | TRACE_EVENT(rdev_dump_station, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_return_int_station_info’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:998:1: note: in expansion of macro ‘TRACE_EVENT’ + 998 | TRACE_EVENT(rdev_return_int_station_info, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:998:1: note: in expansion of macro ‘TRACE_EVENT’ + 998 | TRACE_EVENT(rdev_return_int_station_info, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_mpath_evt’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1015:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1015 | DECLARE_EVENT_CLASS(mpath_evt, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1015:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1015 | DECLARE_EVENT_CLASS(mpath_evt, + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_dump_mpath’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1054:1: note: in expansion of macro ‘TRACE_EVENT’ + 1054 | TRACE_EVENT(rdev_dump_mpath, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1054:1: note: in expansion of macro ‘TRACE_EVENT’ + 1054 | TRACE_EVENT(rdev_dump_mpath, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_get_mpp’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1077:1: note: in expansion of macro ‘TRACE_EVENT’ + 1077 | TRACE_EVENT(rdev_get_mpp, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1077:1: note: in expansion of macro ‘TRACE_EVENT’ + 1077 | TRACE_EVENT(rdev_get_mpp, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_dump_mpp’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1098:1: note: in expansion of macro ‘TRACE_EVENT’ + 1098 | TRACE_EVENT(rdev_dump_mpp, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1098:1: note: in expansion of macro ‘TRACE_EVENT’ + 1098 | TRACE_EVENT(rdev_dump_mpp, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_return_int_mpath_info’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1121:1: note: in expansion of macro ‘TRACE_EVENT’ + 1121 | TRACE_EVENT(rdev_return_int_mpath_info, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1121:1: note: in expansion of macro ‘TRACE_EVENT’ + 1121 | TRACE_EVENT(rdev_return_int_mpath_info, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_return_int_mesh_config’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1159:1: note: in expansion of macro ‘TRACE_EVENT’ + 1159 | TRACE_EVENT(rdev_return_int_mesh_config, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1159:1: note: in expansion of macro ‘TRACE_EVENT’ + 1159 | TRACE_EVENT(rdev_return_int_mesh_config, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_update_mesh_config’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1176:1: note: in expansion of macro ‘TRACE_EVENT’ + 1176 | TRACE_EVENT(rdev_update_mesh_config, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1176:1: note: in expansion of macro ‘TRACE_EVENT’ + 1176 | TRACE_EVENT(rdev_update_mesh_config, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_join_mesh’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1196:1: note: in expansion of macro ‘TRACE_EVENT’ + 1196 | TRACE_EVENT(rdev_join_mesh, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1196:1: note: in expansion of macro ‘TRACE_EVENT’ + 1196 | TRACE_EVENT(rdev_join_mesh, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_change_bss’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1215:1: note: in expansion of macro ‘TRACE_EVENT’ + 1215 | TRACE_EVENT(rdev_change_bss, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1215:1: note: in expansion of macro ‘TRACE_EVENT’ + 1215 | TRACE_EVENT(rdev_change_bss, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_inform_bss’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1245:1: note: in expansion of macro ‘TRACE_EVENT’ + 1245 | TRACE_EVENT(rdev_inform_bss, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1245:1: note: in expansion of macro ‘TRACE_EVENT’ + 1245 | TRACE_EVENT(rdev_inform_bss, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_txq_params’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1262:1: note: in expansion of macro ‘TRACE_EVENT’ + 1262 | TRACE_EVENT(rdev_set_txq_params, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1262:1: note: in expansion of macro ‘TRACE_EVENT’ + 1262 | TRACE_EVENT(rdev_set_txq_params, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_libertas_set_mesh_channel’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1289:1: note: in expansion of macro ‘TRACE_EVENT’ + 1289 | TRACE_EVENT(rdev_libertas_set_mesh_channel, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1289:1: note: in expansion of macro ‘TRACE_EVENT’ + 1289 | TRACE_EVENT(rdev_libertas_set_mesh_channel, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_monitor_channel’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1307:1: note: in expansion of macro ‘TRACE_EVENT’ + 1307 | TRACE_EVENT(rdev_set_monitor_channel, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1307:1: note: in expansion of macro ‘TRACE_EVENT’ + 1307 | TRACE_EVENT(rdev_set_monitor_channel, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_auth’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1323:1: note: in expansion of macro ‘TRACE_EVENT’ + 1323 | TRACE_EVENT(rdev_auth, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1323:1: note: in expansion of macro ‘TRACE_EVENT’ + 1323 | TRACE_EVENT(rdev_auth, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_assoc’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1347:1: note: in expansion of macro ‘TRACE_EVENT’ + 1347 | TRACE_EVENT(rdev_assoc, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1347:1: note: in expansion of macro ‘TRACE_EVENT’ + 1347 | TRACE_EVENT(rdev_assoc, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_deauth’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1400:1: note: in expansion of macro ‘TRACE_EVENT’ + 1400 | TRACE_EVENT(rdev_deauth, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1400:1: note: in expansion of macro ‘TRACE_EVENT’ + 1400 | TRACE_EVENT(rdev_deauth, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_disassoc’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1423:1: note: in expansion of macro ‘TRACE_EVENT’ + 1423 | TRACE_EVENT(rdev_disassoc, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1423:1: note: in expansion of macro ‘TRACE_EVENT’ + 1423 | TRACE_EVENT(rdev_disassoc, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_mgmt_tx_cancel_wait’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1448:1: note: in expansion of macro ‘TRACE_EVENT’ + 1448 | TRACE_EVENT(rdev_mgmt_tx_cancel_wait, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1448:1: note: in expansion of macro ‘TRACE_EVENT’ + 1448 | TRACE_EVENT(rdev_mgmt_tx_cancel_wait, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_power_mgmt’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1466:1: note: in expansion of macro ‘TRACE_EVENT’ + 1466 | TRACE_EVENT(rdev_set_power_mgmt, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1466:1: note: in expansion of macro ‘TRACE_EVENT’ + 1466 | TRACE_EVENT(rdev_set_power_mgmt, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_connect’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1487:1: note: in expansion of macro ‘TRACE_EVENT’ + 1487 | TRACE_EVENT(rdev_connect, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1487:1: note: in expansion of macro ‘TRACE_EVENT’ + 1487 | TRACE_EVENT(rdev_connect, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_update_connect_params’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1522:1: note: in expansion of macro ‘TRACE_EVENT’ + 1522 | TRACE_EVENT(rdev_update_connect_params, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1522:1: note: in expansion of macro ‘TRACE_EVENT’ + 1522 | TRACE_EVENT(rdev_update_connect_params, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_cqm_rssi_config’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1540:1: note: in expansion of macro ‘TRACE_EVENT’ + 1540 | TRACE_EVENT(rdev_set_cqm_rssi_config, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1540:1: note: in expansion of macro ‘TRACE_EVENT’ + 1540 | TRACE_EVENT(rdev_set_cqm_rssi_config, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_cqm_rssi_range_config’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1563:1: note: in expansion of macro ‘TRACE_EVENT’ + 1563 | TRACE_EVENT(rdev_set_cqm_rssi_range_config, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1563:1: note: in expansion of macro ‘TRACE_EVENT’ + 1563 | TRACE_EVENT(rdev_set_cqm_rssi_range_config, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_cqm_txe_config’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1585:1: note: in expansion of macro ‘TRACE_EVENT’ + 1585 | TRACE_EVENT(rdev_set_cqm_txe_config, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1585:1: note: in expansion of macro ‘TRACE_EVENT’ + 1585 | TRACE_EVENT(rdev_set_cqm_txe_config, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_disconnect’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1608:1: note: in expansion of macro ‘TRACE_EVENT’ + 1608 | TRACE_EVENT(rdev_disconnect, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1608:1: note: in expansion of macro ‘TRACE_EVENT’ + 1608 | TRACE_EVENT(rdev_disconnect, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_join_ibss’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1626:1: note: in expansion of macro ‘TRACE_EVENT’ + 1626 | TRACE_EVENT(rdev_join_ibss, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1626:1: note: in expansion of macro ‘TRACE_EVENT’ + 1626 | TRACE_EVENT(rdev_join_ibss, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_join_ocb’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1647:1: note: in expansion of macro ‘TRACE_EVENT’ + 1647 | TRACE_EVENT(rdev_join_ocb, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1647:1: note: in expansion of macro ‘TRACE_EVENT’ + 1647 | TRACE_EVENT(rdev_join_ocb, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_wiphy_params’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1663:1: note: in expansion of macro ‘TRACE_EVENT’ + 1663 | TRACE_EVENT(rdev_set_wiphy_params, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1663:1: note: in expansion of macro ‘TRACE_EVENT’ + 1663 | TRACE_EVENT(rdev_set_wiphy_params, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_tx_power’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1683:1: note: in expansion of macro ‘TRACE_EVENT’ + 1683 | TRACE_EVENT(rdev_set_tx_power, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1683:1: note: in expansion of macro ‘TRACE_EVENT’ + 1683 | TRACE_EVENT(rdev_set_tx_power, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_return_int_int’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1703:1: note: in expansion of macro ‘TRACE_EVENT’ + 1703 | TRACE_EVENT(rdev_return_int_int, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1703:1: note: in expansion of macro ‘TRACE_EVENT’ + 1703 | TRACE_EVENT(rdev_return_int_int, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_testmode_cmd’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1721:1: note: in expansion of macro ‘TRACE_EVENT’ + 1721 | TRACE_EVENT(rdev_testmode_cmd, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1721:1: note: in expansion of macro ‘TRACE_EVENT’ + 1721 | TRACE_EVENT(rdev_testmode_cmd, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_testmode_dump’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1735:1: note: in expansion of macro ‘TRACE_EVENT’ + 1735 | TRACE_EVENT(rdev_testmode_dump, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1735:1: note: in expansion of macro ‘TRACE_EVENT’ + 1735 | TRACE_EVENT(rdev_testmode_dump, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_bitrate_mask’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1748:1: note: in expansion of macro ‘TRACE_EVENT’ + 1748 | TRACE_EVENT(rdev_set_bitrate_mask, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1748:1: note: in expansion of macro ‘TRACE_EVENT’ + 1748 | TRACE_EVENT(rdev_set_bitrate_mask, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_update_mgmt_frame_registrations’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1770:1: note: in expansion of macro ‘TRACE_EVENT’ + 1770 | TRACE_EVENT(rdev_update_mgmt_frame_registrations, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1770:1: note: in expansion of macro ‘TRACE_EVENT’ + 1770 | TRACE_EVENT(rdev_update_mgmt_frame_registrations, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_return_int_tx_rx’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1791:1: note: in expansion of macro ‘TRACE_EVENT’ + 1791 | TRACE_EVENT(rdev_return_int_tx_rx, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1791:1: note: in expansion of macro ‘TRACE_EVENT’ + 1791 | TRACE_EVENT(rdev_return_int_tx_rx, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_return_void_tx_rx’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1810:1: note: in expansion of macro ‘TRACE_EVENT’ + 1810 | TRACE_EVENT(rdev_return_void_tx_rx, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1810:1: note: in expansion of macro ‘TRACE_EVENT’ + 1810 | TRACE_EVENT(rdev_return_void_tx_rx, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_tx_rx_evt’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1833:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1833 | DECLARE_EVENT_CLASS(tx_rx_evt, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1833:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1833 | DECLARE_EVENT_CLASS(tx_rx_evt, + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_wiphy_netdev_id_evt’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1855:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1855 | DECLARE_EVENT_CLASS(wiphy_netdev_id_evt, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1855:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 1855 | DECLARE_EVENT_CLASS(wiphy_netdev_id_evt, + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_tdls_mgmt’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1882:1: note: in expansion of macro ‘TRACE_EVENT’ + 1882 | TRACE_EVENT(rdev_tdls_mgmt, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1882:1: note: in expansion of macro ‘TRACE_EVENT’ + 1882 | TRACE_EVENT(rdev_tdls_mgmt, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_dump_survey’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1924:1: note: in expansion of macro ‘TRACE_EVENT’ + 1924 | TRACE_EVENT(rdev_dump_survey, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1924:1: note: in expansion of macro ‘TRACE_EVENT’ + 1924 | TRACE_EVENT(rdev_dump_survey, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_return_int_survey_info’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1941:1: note: in expansion of macro ‘TRACE_EVENT’ + 1941 | TRACE_EVENT(rdev_return_int_survey_info, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1941:1: note: in expansion of macro ‘TRACE_EVENT’ + 1941 | TRACE_EVENT(rdev_return_int_survey_info, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_tdls_oper’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1981:1: note: in expansion of macro ‘TRACE_EVENT’ + 1981 | TRACE_EVENT(rdev_tdls_oper, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:1981:1: note: in expansion of macro ‘TRACE_EVENT’ + 1981 | TRACE_EVENT(rdev_tdls_oper, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_pmksa’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2001:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2001 | DECLARE_EVENT_CLASS(rdev_pmksa, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2001:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2001 | DECLARE_EVENT_CLASS(rdev_pmksa, + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_probe_client’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2019:1: note: in expansion of macro ‘TRACE_EVENT’ + 2019 | TRACE_EVENT(rdev_probe_client, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2019:1: note: in expansion of macro ‘TRACE_EVENT’ + 2019 | TRACE_EVENT(rdev_probe_client, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_remain_on_channel’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2049:1: note: in expansion of macro ‘TRACE_EVENT’ + 2049 | TRACE_EVENT(rdev_remain_on_channel, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2049:1: note: in expansion of macro ‘TRACE_EVENT’ + 2049 | TRACE_EVENT(rdev_remain_on_channel, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_return_int_cookie’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2070:1: note: in expansion of macro ‘TRACE_EVENT’ + 2070 | TRACE_EVENT(rdev_return_int_cookie, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2070:1: note: in expansion of macro ‘TRACE_EVENT’ + 2070 | TRACE_EVENT(rdev_return_int_cookie, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_cancel_remain_on_channel’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2087:1: note: in expansion of macro ‘TRACE_EVENT’ + 2087 | TRACE_EVENT(rdev_cancel_remain_on_channel, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2087:1: note: in expansion of macro ‘TRACE_EVENT’ + 2087 | TRACE_EVENT(rdev_cancel_remain_on_channel, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_mgmt_tx’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2104:1: note: in expansion of macro ‘TRACE_EVENT’ + 2104 | TRACE_EVENT(rdev_mgmt_tx, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2104:1: note: in expansion of macro ‘TRACE_EVENT’ + 2104 | TRACE_EVENT(rdev_mgmt_tx, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_tx_control_port’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2134:1: note: in expansion of macro ‘TRACE_EVENT’ + 2134 | TRACE_EVENT(rdev_tx_control_port, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2134:1: note: in expansion of macro ‘TRACE_EVENT’ + 2134 | TRACE_EVENT(rdev_tx_control_port, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_noack_map’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2163:1: note: in expansion of macro ‘TRACE_EVENT’ + 2163 | TRACE_EVENT(rdev_set_noack_map, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2163:1: note: in expansion of macro ‘TRACE_EVENT’ + 2163 | TRACE_EVENT(rdev_set_noack_map, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_wiphy_wdev_link_evt’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2181:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2181 | DECLARE_EVENT_CLASS(wiphy_wdev_link_evt, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2181:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 2181 | DECLARE_EVENT_CLASS(wiphy_wdev_link_evt, + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_return_chandef’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2205:1: note: in expansion of macro ‘TRACE_EVENT’ + 2205 | TRACE_EVENT(rdev_return_chandef, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2205:1: note: in expansion of macro ‘TRACE_EVENT’ + 2205 | TRACE_EVENT(rdev_return_chandef, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_start_nan’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2236:1: note: in expansion of macro ‘TRACE_EVENT’ + 2236 | TRACE_EVENT(rdev_start_nan, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2236:1: note: in expansion of macro ‘TRACE_EVENT’ + 2236 | TRACE_EVENT(rdev_start_nan, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_nan_change_conf’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2258:1: note: in expansion of macro ‘TRACE_EVENT’ + 2258 | TRACE_EVENT(rdev_nan_change_conf, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2258:1: note: in expansion of macro ‘TRACE_EVENT’ + 2258 | TRACE_EVENT(rdev_nan_change_conf, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_add_nan_func’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2287:1: note: in expansion of macro ‘TRACE_EVENT’ + 2287 | TRACE_EVENT(rdev_add_nan_func, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2287:1: note: in expansion of macro ‘TRACE_EVENT’ + 2287 | TRACE_EVENT(rdev_add_nan_func, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_del_nan_func’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2308:1: note: in expansion of macro ‘TRACE_EVENT’ + 2308 | TRACE_EVENT(rdev_del_nan_func, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2308:1: note: in expansion of macro ‘TRACE_EVENT’ + 2308 | TRACE_EVENT(rdev_del_nan_func, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_mac_acl’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2326:1: note: in expansion of macro ‘TRACE_EVENT’ + 2326 | TRACE_EVENT(rdev_set_mac_acl, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2326:1: note: in expansion of macro ‘TRACE_EVENT’ + 2326 | TRACE_EVENT(rdev_set_mac_acl, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_update_ft_ies’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2344:1: note: in expansion of macro ‘TRACE_EVENT’ + 2344 | TRACE_EVENT(rdev_update_ft_ies, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2344:1: note: in expansion of macro ‘TRACE_EVENT’ + 2344 | TRACE_EVENT(rdev_update_ft_ies, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_crit_proto_start’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2364:1: note: in expansion of macro ‘TRACE_EVENT’ + 2364 | TRACE_EVENT(rdev_crit_proto_start, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2364:1: note: in expansion of macro ‘TRACE_EVENT’ + 2364 | TRACE_EVENT(rdev_crit_proto_start, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_crit_proto_stop’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2384:1: note: in expansion of macro ‘TRACE_EVENT’ + 2384 | TRACE_EVENT(rdev_crit_proto_stop, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2384:1: note: in expansion of macro ‘TRACE_EVENT’ + 2384 | TRACE_EVENT(rdev_crit_proto_stop, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_channel_switch’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2399:1: note: in expansion of macro ‘TRACE_EVENT’ + 2399 | TRACE_EVENT(rdev_channel_switch, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2399:1: note: in expansion of macro ‘TRACE_EVENT’ + 2399 | TRACE_EVENT(rdev_channel_switch, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_qos_map’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2439:1: note: in expansion of macro ‘TRACE_EVENT’ + 2439 | TRACE_EVENT(rdev_set_qos_map, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2439:1: note: in expansion of macro ‘TRACE_EVENT’ + 2439 | TRACE_EVENT(rdev_set_qos_map, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_ap_chanwidth’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2457:1: note: in expansion of macro ‘TRACE_EVENT’ + 2457 | TRACE_EVENT(rdev_set_ap_chanwidth, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2457:1: note: in expansion of macro ‘TRACE_EVENT’ + 2457 | TRACE_EVENT(rdev_set_ap_chanwidth, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_add_tx_ts’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2479:1: note: in expansion of macro ‘TRACE_EVENT’ + 2479 | TRACE_EVENT(rdev_add_tx_ts, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2479:1: note: in expansion of macro ‘TRACE_EVENT’ + 2479 | TRACE_EVENT(rdev_add_tx_ts, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_del_tx_ts’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2504:1: note: in expansion of macro ‘TRACE_EVENT’ + 2504 | TRACE_EVENT(rdev_del_tx_ts, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2504:1: note: in expansion of macro ‘TRACE_EVENT’ + 2504 | TRACE_EVENT(rdev_del_tx_ts, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_tdls_channel_switch’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2524:1: note: in expansion of macro ‘TRACE_EVENT’ + 2524 | TRACE_EVENT(rdev_tdls_channel_switch, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2524:1: note: in expansion of macro ‘TRACE_EVENT’ + 2524 | TRACE_EVENT(rdev_tdls_channel_switch, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_tdls_cancel_channel_switch’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2548:1: note: in expansion of macro ‘TRACE_EVENT’ + 2548 | TRACE_EVENT(rdev_tdls_cancel_channel_switch, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2548:1: note: in expansion of macro ‘TRACE_EVENT’ + 2548 | TRACE_EVENT(rdev_tdls_cancel_channel_switch, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_pmk’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2566:1: note: in expansion of macro ‘TRACE_EVENT’ + 2566 | TRACE_EVENT(rdev_set_pmk, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2566:1: note: in expansion of macro ‘TRACE_EVENT’ + 2566 | TRACE_EVENT(rdev_set_pmk, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_del_pmk’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2605:1: note: in expansion of macro ‘TRACE_EVENT’ + 2605 | TRACE_EVENT(rdev_del_pmk, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2605:1: note: in expansion of macro ‘TRACE_EVENT’ + 2605 | TRACE_EVENT(rdev_del_pmk, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_external_auth’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2626:1: note: in expansion of macro ‘TRACE_EVENT’ + 2626 | TRACE_EVENT(rdev_external_auth, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2626:1: note: in expansion of macro ‘TRACE_EVENT’ + 2626 | TRACE_EVENT(rdev_external_auth, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_start_radar_detection’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2652:1: note: in expansion of macro ‘TRACE_EVENT’ + 2652 | TRACE_EVENT(rdev_start_radar_detection, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2652:1: note: in expansion of macro ‘TRACE_EVENT’ + 2652 | TRACE_EVENT(rdev_start_radar_detection, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_mcast_rate’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2675:1: note: in expansion of macro ‘TRACE_EVENT’ + 2675 | TRACE_EVENT(rdev_set_mcast_rate, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2675:1: note: in expansion of macro ‘TRACE_EVENT’ + 2675 | TRACE_EVENT(rdev_set_mcast_rate, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_coalesce’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2699:1: note: in expansion of macro ‘TRACE_EVENT’ + 2699 | TRACE_EVENT(rdev_set_coalesce, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2699:1: note: in expansion of macro ‘TRACE_EVENT’ + 2699 | TRACE_EVENT(rdev_set_coalesce, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_multicast_to_unicast’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2719:1: note: in expansion of macro ‘TRACE_EVENT’ + 2719 | TRACE_EVENT(rdev_set_multicast_to_unicast, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2719:1: note: in expansion of macro ‘TRACE_EVENT’ + 2719 | TRACE_EVENT(rdev_set_multicast_to_unicast, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_get_ftm_responder_stats’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2743:1: note: in expansion of macro ‘TRACE_EVENT’ + 2743 | TRACE_EVENT(rdev_get_ftm_responder_stats, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2743:1: note: in expansion of macro ‘TRACE_EVENT’ + 2743 | TRACE_EVENT(rdev_get_ftm_responder_stats, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_fils_aad’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2797:1: note: in expansion of macro ‘TRACE_EVENT’ + 2797 | TRACE_EVENT(rdev_set_fils_aad, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2797:1: note: in expansion of macro ‘TRACE_EVENT’ + 2797 | TRACE_EVENT(rdev_set_fils_aad, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_update_owe_info’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2815:1: note: in expansion of macro ‘TRACE_EVENT’ + 2815 | TRACE_EVENT(rdev_update_owe_info, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2815:1: note: in expansion of macro ‘TRACE_EVENT’ + 2815 | TRACE_EVENT(rdev_update_owe_info, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_probe_mesh_link’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2835:1: note: in expansion of macro ‘TRACE_EVENT’ + 2835 | TRACE_EVENT(rdev_probe_mesh_link, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2835:1: note: in expansion of macro ‘TRACE_EVENT’ + 2835 | TRACE_EVENT(rdev_probe_mesh_link, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_tid_config’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2853:1: note: in expansion of macro ‘TRACE_EVENT’ + 2853 | TRACE_EVENT(rdev_set_tid_config, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2853:1: note: in expansion of macro ‘TRACE_EVENT’ + 2853 | TRACE_EVENT(rdev_set_tid_config, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_reset_tid_config’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2871:1: note: in expansion of macro ‘TRACE_EVENT’ + 2871 | TRACE_EVENT(rdev_reset_tid_config, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2871:1: note: in expansion of macro ‘TRACE_EVENT’ + 2871 | TRACE_EVENT(rdev_reset_tid_config, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_sar_specs’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2891:1: note: in expansion of macro ‘TRACE_EVENT’ + 2891 | TRACE_EVENT(rdev_set_sar_specs, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2891:1: note: in expansion of macro ‘TRACE_EVENT’ + 2891 | TRACE_EVENT(rdev_set_sar_specs, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_color_change’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2909:1: note: in expansion of macro ‘TRACE_EVENT’ + 2909 | TRACE_EVENT(rdev_color_change, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2909:1: note: in expansion of macro ‘TRACE_EVENT’ + 2909 | TRACE_EVENT(rdev_color_change, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_radar_background’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2935:1: note: in expansion of macro ‘TRACE_EVENT’ + 2935 | TRACE_EVENT(rdev_set_radar_background, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2935:1: note: in expansion of macro ‘TRACE_EVENT’ + 2935 | TRACE_EVENT(rdev_set_radar_background, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_del_link_station’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2966:1: note: in expansion of macro ‘TRACE_EVENT’ + 2966 | TRACE_EVENT(rdev_del_link_station, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2966:1: note: in expansion of macro ‘TRACE_EVENT’ + 2966 | TRACE_EVENT(rdev_del_link_station, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_hw_timestamp’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2990:1: note: in expansion of macro ‘TRACE_EVENT’ + 2990 | TRACE_EVENT(rdev_set_hw_timestamp, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:2990:1: note: in expansion of macro ‘TRACE_EVENT’ + 2990 | TRACE_EVENT(rdev_set_hw_timestamp, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_rdev_set_ttlm’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3015:1: note: in expansion of macro ‘TRACE_EVENT’ + 3015 | TRACE_EVENT(rdev_set_ttlm, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3015:1: note: in expansion of macro ‘TRACE_EVENT’ + 3015 | TRACE_EVENT(rdev_set_ttlm, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_return_bool’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3039:1: note: in expansion of macro ‘TRACE_EVENT’ + 3039 | TRACE_EVENT(cfg80211_return_bool, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3039:1: note: in expansion of macro ‘TRACE_EVENT’ + 3039 | TRACE_EVENT(cfg80211_return_bool, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_netdev_mac_evt’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3051:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3051 | DECLARE_EVENT_CLASS(cfg80211_netdev_mac_evt, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3051:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3051 | DECLARE_EVENT_CLASS(cfg80211_netdev_mac_evt, + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_netdev_evt_only’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3071:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3071 | DECLARE_EVENT_CLASS(netdev_evt_only, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3071:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3071 | DECLARE_EVENT_CLASS(netdev_evt_only, + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_send_rx_assoc’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3088:1: note: in expansion of macro ‘TRACE_EVENT’ + 3088 | TRACE_EVENT(cfg80211_send_rx_assoc, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3088:1: note: in expansion of macro ‘TRACE_EVENT’ + 3088 | TRACE_EVENT(cfg80211_send_rx_assoc, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_netdev_frame_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3105:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3105 | DECLARE_EVENT_CLASS(netdev_frame_event, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3105:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3105 | DECLARE_EVENT_CLASS(netdev_frame_event, + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_tx_mlme_mgmt’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3131:1: note: in expansion of macro ‘TRACE_EVENT’ + 3131 | TRACE_EVENT(cfg80211_tx_mlme_mgmt, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3131:1: note: in expansion of macro ‘TRACE_EVENT’ + 3131 | TRACE_EVENT(cfg80211_tx_mlme_mgmt, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_netdev_mac_evt’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3151:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3151 | DECLARE_EVENT_CLASS(netdev_mac_evt, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3151:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3151 | DECLARE_EVENT_CLASS(netdev_mac_evt, + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_send_assoc_failure’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3171:1: note: in expansion of macro ‘TRACE_EVENT’ + 3171 | TRACE_EVENT(cfg80211_send_assoc_failure, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3171:1: note: in expansion of macro ‘TRACE_EVENT’ + 3171 | TRACE_EVENT(cfg80211_send_assoc_failure, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_michael_mic_failure’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3189:1: note: in expansion of macro ‘TRACE_EVENT’ + 3189 | TRACE_EVENT(cfg80211_michael_mic_failure, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3189:1: note: in expansion of macro ‘TRACE_EVENT’ + 3189 | TRACE_EVENT(cfg80211_michael_mic_failure, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_ready_on_channel’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3213:1: note: in expansion of macro ‘TRACE_EVENT’ + 3213 | TRACE_EVENT(cfg80211_ready_on_channel, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3213:1: note: in expansion of macro ‘TRACE_EVENT’ + 3213 | TRACE_EVENT(cfg80211_ready_on_channel, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_ready_on_channel_expired’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3235:1: note: in expansion of macro ‘TRACE_EVENT’ + 3235 | TRACE_EVENT(cfg80211_ready_on_channel_expired, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3235:1: note: in expansion of macro ‘TRACE_EVENT’ + 3235 | TRACE_EVENT(cfg80211_ready_on_channel_expired, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_tx_mgmt_expired’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3253:1: note: in expansion of macro ‘TRACE_EVENT’ + 3253 | TRACE_EVENT(cfg80211_tx_mgmt_expired, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3253:1: note: in expansion of macro ‘TRACE_EVENT’ + 3253 | TRACE_EVENT(cfg80211_tx_mgmt_expired, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_new_sta’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3271:1: note: in expansion of macro ‘TRACE_EVENT’ + 3271 | TRACE_EVENT(cfg80211_new_sta, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3271:1: note: in expansion of macro ‘TRACE_EVENT’ + 3271 | TRACE_EVENT(cfg80211_new_sta, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_rx_mgmt’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3294:1: note: in expansion of macro ‘TRACE_EVENT’ + 3294 | TRACE_EVENT(cfg80211_rx_mgmt, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3294:1: note: in expansion of macro ‘TRACE_EVENT’ + 3294 | TRACE_EVENT(cfg80211_rx_mgmt, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_mgmt_tx_status’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3311:1: note: in expansion of macro ‘TRACE_EVENT’ + 3311 | TRACE_EVENT(cfg80211_mgmt_tx_status, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3311:1: note: in expansion of macro ‘TRACE_EVENT’ + 3311 | TRACE_EVENT(cfg80211_mgmt_tx_status, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_control_port_tx_status’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3328:1: note: in expansion of macro ‘TRACE_EVENT’ + 3328 | TRACE_EVENT(cfg80211_control_port_tx_status, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3328:1: note: in expansion of macro ‘TRACE_EVENT’ + 3328 | TRACE_EVENT(cfg80211_control_port_tx_status, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_rx_control_port’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3345:1: note: in expansion of macro ‘TRACE_EVENT’ + 3345 | TRACE_EVENT(cfg80211_rx_control_port, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3345:1: note: in expansion of macro ‘TRACE_EVENT’ + 3345 | TRACE_EVENT(cfg80211_rx_control_port, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_cqm_rssi_notify’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3371:1: note: in expansion of macro ‘TRACE_EVENT’ + 3371 | TRACE_EVENT(cfg80211_cqm_rssi_notify, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3371:1: note: in expansion of macro ‘TRACE_EVENT’ + 3371 | TRACE_EVENT(cfg80211_cqm_rssi_notify, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_reg_can_beacon’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3390:1: note: in expansion of macro ‘TRACE_EVENT’ + 3390 | TRACE_EVENT(cfg80211_reg_can_beacon, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3390:1: note: in expansion of macro ‘TRACE_EVENT’ + 3390 | TRACE_EVENT(cfg80211_reg_can_beacon, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_chandef_dfs_required’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3414:1: note: in expansion of macro ‘TRACE_EVENT’ + 3414 | TRACE_EVENT(cfg80211_chandef_dfs_required, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3414:1: note: in expansion of macro ‘TRACE_EVENT’ + 3414 | TRACE_EVENT(cfg80211_chandef_dfs_required, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_ch_switch_notify’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3429:1: note: in expansion of macro ‘TRACE_EVENT’ + 3429 | TRACE_EVENT(cfg80211_ch_switch_notify, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3429:1: note: in expansion of macro ‘TRACE_EVENT’ + 3429 | TRACE_EVENT(cfg80211_ch_switch_notify, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_ch_switch_started_notify’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3448:1: note: in expansion of macro ‘TRACE_EVENT’ + 3448 | TRACE_EVENT(cfg80211_ch_switch_started_notify, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3448:1: note: in expansion of macro ‘TRACE_EVENT’ + 3448 | TRACE_EVENT(cfg80211_ch_switch_started_notify, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_radar_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3467:1: note: in expansion of macro ‘TRACE_EVENT’ + 3467 | TRACE_EVENT(cfg80211_radar_event, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3467:1: note: in expansion of macro ‘TRACE_EVENT’ + 3467 | TRACE_EVENT(cfg80211_radar_event, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_cac_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3485:1: note: in expansion of macro ‘TRACE_EVENT’ + 3485 | TRACE_EVENT(cfg80211_cac_event, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3485:1: note: in expansion of macro ‘TRACE_EVENT’ + 3485 | TRACE_EVENT(cfg80211_cac_event, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_rx_evt’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3500:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3500 | DECLARE_EVENT_CLASS(cfg80211_rx_evt, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3500:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3500 | DECLARE_EVENT_CLASS(cfg80211_rx_evt, + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_ibss_joined’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3524:1: note: in expansion of macro ‘TRACE_EVENT’ + 3524 | TRACE_EVENT(cfg80211_ibss_joined, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3524:1: note: in expansion of macro ‘TRACE_EVENT’ + 3524 | TRACE_EVENT(cfg80211_ibss_joined, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_probe_status’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3542:1: note: in expansion of macro ‘TRACE_EVENT’ + 3542 | TRACE_EVENT(cfg80211_probe_status, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3542:1: note: in expansion of macro ‘TRACE_EVENT’ + 3542 | TRACE_EVENT(cfg80211_probe_status, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_cqm_pktloss_notify’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3563:1: note: in expansion of macro ‘TRACE_EVENT’ + 3563 | TRACE_EVENT(cfg80211_cqm_pktloss_notify, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3563:1: note: in expansion of macro ‘TRACE_EVENT’ + 3563 | TRACE_EVENT(cfg80211_cqm_pktloss_notify, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_pmksa_candidate_notify’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3585:1: note: in expansion of macro ‘TRACE_EVENT’ + 3585 | TRACE_EVENT(cfg80211_pmksa_candidate_notify, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3585:1: note: in expansion of macro ‘TRACE_EVENT’ + 3585 | TRACE_EVENT(cfg80211_pmksa_candidate_notify, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_report_obss_beacon’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3606:1: note: in expansion of macro ‘TRACE_EVENT’ + 3606 | TRACE_EVENT(cfg80211_report_obss_beacon, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3606:1: note: in expansion of macro ‘TRACE_EVENT’ + 3606 | TRACE_EVENT(cfg80211_report_obss_beacon, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_tdls_oper_request’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3624:1: note: in expansion of macro ‘TRACE_EVENT’ + 3624 | TRACE_EVENT(cfg80211_tdls_oper_request, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3624:1: note: in expansion of macro ‘TRACE_EVENT’ + 3624 | TRACE_EVENT(cfg80211_tdls_oper_request, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_scan_done’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3647:1: note: in expansion of macro ‘TRACE_EVENT’ + 3647 | TRACE_EVENT(cfg80211_scan_done, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3647:1: note: in expansion of macro ‘TRACE_EVENT’ + 3647 | TRACE_EVENT(cfg80211_scan_done, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_wiphy_id_evt’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3687:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3687 | DECLARE_EVENT_CLASS(wiphy_id_evt, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3687:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3687 | DECLARE_EVENT_CLASS(wiphy_id_evt, + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_get_bss’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3711:1: note: in expansion of macro ‘TRACE_EVENT’ + 3711 | TRACE_EVENT(cfg80211_get_bss, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3711:1: note: in expansion of macro ‘TRACE_EVENT’ + 3711 | TRACE_EVENT(cfg80211_get_bss, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_inform_bss_frame’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3740:1: note: in expansion of macro ‘TRACE_EVENT’ + 3740 | TRACE_EVENT(cfg80211_inform_bss_frame, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3740:1: note: in expansion of macro ‘TRACE_EVENT’ + 3740 | TRACE_EVENT(cfg80211_inform_bss_frame, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_bss_evt’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3771:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3771 | DECLARE_EVENT_CLASS(cfg80211_bss_evt, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3771:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3771 | DECLARE_EVENT_CLASS(cfg80211_bss_evt, + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_return_uint’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3790:1: note: in expansion of macro ‘TRACE_EVENT’ + 3790 | TRACE_EVENT(cfg80211_return_uint, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3790:1: note: in expansion of macro ‘TRACE_EVENT’ + 3790 | TRACE_EVENT(cfg80211_return_uint, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_return_u32’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3802:1: note: in expansion of macro ‘TRACE_EVENT’ + 3802 | TRACE_EVENT(cfg80211_return_u32, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3802:1: note: in expansion of macro ‘TRACE_EVENT’ + 3802 | TRACE_EVENT(cfg80211_return_u32, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_report_wowlan_wakeup’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3814:1: note: in expansion of macro ‘TRACE_EVENT’ + 3814 | TRACE_EVENT(cfg80211_report_wowlan_wakeup, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3814:1: note: in expansion of macro ‘TRACE_EVENT’ + 3814 | TRACE_EVENT(cfg80211_report_wowlan_wakeup, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_ft_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3852:1: note: in expansion of macro ‘TRACE_EVENT’ + 3852 | TRACE_EVENT(cfg80211_ft_event, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3852:1: note: in expansion of macro ‘TRACE_EVENT’ + 3852 | TRACE_EVENT(cfg80211_ft_event, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_stop_iface’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3878:1: note: in expansion of macro ‘TRACE_EVENT’ + 3878 | TRACE_EVENT(cfg80211_stop_iface, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3878:1: note: in expansion of macro ‘TRACE_EVENT’ + 3878 | TRACE_EVENT(cfg80211_stop_iface, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_pmsr_report’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3893:1: note: in expansion of macro ‘TRACE_EVENT’ + 3893 | TRACE_EVENT(cfg80211_pmsr_report, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3893:1: note: in expansion of macro ‘TRACE_EVENT’ + 3893 | TRACE_EVENT(cfg80211_pmsr_report, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_pmsr_complete’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3915:1: note: in expansion of macro ‘TRACE_EVENT’ + 3915 | TRACE_EVENT(cfg80211_pmsr_complete, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3915:1: note: in expansion of macro ‘TRACE_EVENT’ + 3915 | TRACE_EVENT(cfg80211_pmsr_complete, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_update_owe_info_event’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3933:1: note: in expansion of macro ‘TRACE_EVENT’ + 3933 | TRACE_EVENT(cfg80211_update_owe_info_event, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3933:1: note: in expansion of macro ‘TRACE_EVENT’ + 3933 | TRACE_EVENT(cfg80211_update_owe_info_event, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_bss_color_notify’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3960:1: note: in expansion of macro ‘TRACE_EVENT’ + 3960 | TRACE_EVENT(cfg80211_bss_color_notify, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3960:1: note: in expansion of macro ‘TRACE_EVENT’ + 3960 | TRACE_EVENT(cfg80211_bss_color_notify, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_assoc_comeback’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3982:1: note: in expansion of macro ‘TRACE_EVENT’ + 3982 | TRACE_EVENT(cfg80211_assoc_comeback, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3982:1: note: in expansion of macro ‘TRACE_EVENT’ + 3982 | TRACE_EVENT(cfg80211_assoc_comeback, + | ^~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_link_station_add_mod’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3999:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3999 | DECLARE_EVENT_CLASS(link_station_add_mod, + | ^~~~~~~~~~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:3999:1: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 3999 | DECLARE_EVENT_CLASS(link_station_add_mod, + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h: In function ‘perf_trace_cfg80211_links_removed’: +../include/trace/perf.h:31:31: error: ‘preempt_notrace’ undeclared (first use in this function); did you mean ‘preempt_notifier’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ + | ^~~~~~~~~~~~~~~~~~~~ +../include/trace/trace_events.h:40:9: note: in expansion of macro ‘DECLARE_EVENT_CLASS’ + 40 | DECLARE_EVENT_CLASS(name, \ + | ^~~~~~~~~~~~~~~~~~~ +../net/wireless/./trace.h:4072:1: note: in expansion of macro ‘TRACE_EVENT’ + 4072 | TRACE_EVENT(cfg80211_links_removed, + | ^~~~~~~~~~~ +../include/trace/perf.h:31:48: error: ‘trace_event_guard’ undeclared (first use in this function); did you mean ‘trace_event_name’? + 31 | DEFINE_INACTIVE_GUARD(preempt_notrace, trace_event_guard); \ + | ^~~~~~~~~~~~~~~~~ +../include/trace/perf.h:67:9: note: in expansion of macro ‘_DECLARE_EVENT_CLASS’ + 67 | _DECLARE_EVENT_CLASS(call, PARAMS(proto), PARAMS(args), \ Per-file breakdown --- /tmp/tmp.SnjkU7Wc9h 2024-08-28 08:16:22.201165213 -0700 +++ /tmp/tmp.3bvdteQNIY 2024-08-28 08:16:22.449170547 -0700 @@ -2,6 +2,6 @@ - 2 ../arch/x86/kvm/mmu/mmutrace.h - 4 ../drivers/cxl/core/./trace.h - 4 ../fs/nfs/./nfs4trace.h - 4 ../fs/nfs/./nfstrace.h - 22 ../fs/xfs/./scrub/trace.h - 10 ../fs/xfs/./xfs_trace.h + 3 ../arch/x86/kvm/mmu/mmutrace.h + 6 ../drivers/cxl/core/./trace.h + 6 ../fs/nfs/./nfs4trace.h + 6 ../fs/nfs/./nfstrace.h + 33 ../fs/xfs/./scrub/trace.h + 15 ../fs/xfs/./xfs_trace.h @@ -12,11 +12,14 @@ - 3670 ../include/trace/bpf_probe.h - 8 ../include/trace/events/afs.h - 4 ../include/trace/events/cachefiles.h - 2 ../include/trace/events/ext4.h - 2 ../include/trace/events/handshake.h - 2 ../include/trace/events/iommu.h - 2 ../include/trace/events/scsi.h - 2 ../include/trace/events/sock.h - 2 ../include/trace/../../fs/bcachefs/trace.h - 3972 ../include/trace/trace_events.h - 2 ../sound/core/./pcm_trace.h + 4032 ../include/trace/bpf_probe.h + 12 ../include/trace/events/afs.h + 6 ../include/trace/events/cachefiles.h + 3 ../include/trace/events/ext4.h + 3 ../include/trace/events/handshake.h + 3 ../include/trace/events/iommu.h + 6 ../include/trace/events/rpcrdma.h + 3 ../include/trace/events/scsi.h + 3 ../include/trace/events/sock.h + 3 ../include/trace/events/sunrpc.h + 3 ../include/trace/../../fs/bcachefs/trace.h + 4008 ../include/trace/perf.h + 4316 ../include/trace/trace_events.h + 3 ../sound/core/./pcm_trace.h